﻿.btn-main-alt {
  font-weight: bold;
  background: #272d37;
  color: #fff !important;
  transition: all 0.35s ease;
}
.btn-main-alt:hover, .btn-main-alt:focus, .btn-main-alt.active {
  background: #3c4555;
}

.box {
  border-radius: 0 !important;
}
.box.box-bg-decoration {
  background: #fff !important;
}
.box.border-decoration:after {
  content: none !important;
}

.decoration-line {
  height: 3px !important;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  background-color: #272d37;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body > * {
  position: relative;
  z-index: 2;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(rgba(39, 45, 55, 0.75), #272d37);
}

a {
  cursor: pointer;
  color: #f7a8ab;
  text-decoration: none !important;
}
a:hover {
  color: #f9bfc2;
}
a.link-muted {
  color: #6b697c;
}
a.link-muted:hover {
  color: #f3797e;
}

a[href^=tel] {
  color: inherit;
}

hr.dotted {
  border: none;
  border-top: 2px dotted #d0d0d0;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .header {
    display: none !important;
  }
}

.logo {
  display: inline-block;
  min-width: 220px;
  max-width: 240px;
  width: 55%;
}
.logo img {
  width: 100%;
  display: block;
  height: 70px;
  object-fit: contain;
}

.form-logo img {
  width: 240px;
}

.footer address {
  margin-bottom: 0;
}
.footer .footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  display: inline-block;
}
.footer .footer-links li + li:not(:last-child) {
  margin-right: 0.5rem;
}
.footer .footer-links li:last-child {
  margin-right: -0.5rem;
}
.footer .footer-links li a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
}

.container {
  max-width: 1400px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.custom-radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.custom-radio + .custom-radio {
  margin-top: 1rem;
}
.custom-radio span {
  font-size: 0.95rem;
  display: block;
  line-height: 20px;
  margin-left: 20px;
  padding-left: 12px;
  text-align: left;
  color: rgba(57, 54, 77, 0.7);
}
.custom-radio span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: trapnsparent;
  border: 3px solid #d0d0d0;
  border-radius: 50%;
}
.custom-radio span:after {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}
.custom-radio input[type=radio] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.custom-radio input[type=radio]:checked + span {
  color: #39364d;
}
.custom-radio input[type=radio]:checked + span:after {
  content: "";
  background: #f3797e;
}
.custom-radio input[type=radio]:disabled + span {
  opacity: 0.65;
}
.custom-radio input[type=radio]:checked + span:before {
  box-shadow: none;
  border-color: #f3797e;
}

.no-user-select, .custom-checkbox, .custom-radio {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-item {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #39364d;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f6f7fa !important;
  height: 42px;
  padding: 0 0.75rem;
  background-clip: padding-box;
  outline: none !important;
}
.form-item:hover {
  border-color: #fbd7d8;
}
.form-item:focus, .form-item:active {
  border-color: #fbd7d8;
  box-shadow: inset 0 0 0 1px #fbd7d8;
}
.form-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form-item::-webkit-input-placeholder {
  font-style: italic;
  color: #d0d0d0;
  opacity: 1;
}
.form-item::-moz-placeholder {
  font-style: italic;
  color: #d0d0d0;
  opacity: 1;
}
.form-item:-ms-input-placeholder {
  font-style: italic;
  color: #d0d0d0;
  opacity: 1;
}
.form-item::-ms-input-placeholder {
  font-style: italic;
  color: #d0d0d0;
  opacity: 1;
}
.form-item::placeholder {
  font-style: italic;
  color: #d0d0d0;
  opacity: 1;
}

input[type=date].form-item,
input[type=time].form-item,
input[type=datetime-local].form-item,
input[type=month].form-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-item-char {
  max-width: 46px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.form-item-char + .form-item-char {
  margin-left: 5px;
}
.form-item-char:hover {
  border: 1px solid #d0d0d0;
}
.form-item-char:focus {
  border-color: #fbd7d8;
  box-shadow: inset 0 0 0 1px #fbd7d8;
}

.form-col label:not(.custom-radio):not(.custom-checkbox) {
  display: block;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #39364d;
}
@media (min-width: 576px) {
  .form-col {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .form-col {
    margin-bottom: 0.75rem;
  }
}
.form-col p {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.form-col p:empty {
  margin: 0;
}
.form-col.form-col-error > label {
  color: #ee0d47;
}
.form-col.form-col-error > .form-item {
  border-color: #ee0d47;
}
.form-col.form-col-error > .form-item:focus {
  box-shadow: inset 0 0 0 1px #ee0d47;
}
.form-col [class^=col].form-col-error .form-item {
  border-color: #ee0d47;
}
.form-col [class^=col].form-col-error .form-item:focus {
  box-shadow: inset 0 0 0 1px #ee0d47;
}
.form-col.form-col-multi-field .form-col-multi-errors {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.form-col.form-col-multi-field .form-col-multi-errors p {
  margin-bottom: 0;
}

.form-password-wrapper {
  position: relative;
}
.form-password-wrapper .form-password-type-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.984 5.25c-3.653 0-7.401 2.115-10.351 6.344a.75.75 0 0 0-.013.833c2.267 3.548 5.964 6.323 10.364 6.323 4.352 0 8.125-2.783 10.397-6.34a.757.757 0 0 0 0-.819C20.104 8.076 16.303 5.25 11.984 5.25Z'%3E%3C/path%3E%3Cpath d='M12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.form-password-wrapper .form-password-type-toggle + .form-item {
  padding-right: 42px;
}
.form-password-wrapper.form-password-show .form-password-type-toggle:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 6px;
  height: 25px;
  border-radius: 2px;
  background: #000;
  border: 2px solid #f6f7fa;
  transform: translate(-50%, -50%) rotate(45deg);
}

.custom-checkbox {
  cursor: pointer;
  font-size: 0.95rem;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.custom-checkbox span {
  display: block;
  margin-left: 20px;
  padding-left: 7px;
  line-height: 20px;
  text-align: left;
}
.custom-checkbox span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #fdfdfd;
  border: 1px solid #d0d0d0;
  border-radius: 0.25em;
}
.custom-checkbox span:after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #0087b7;
  line-height: 20px;
  text-align: center;
  border-radius: 0.25em;
}
.custom-checkbox input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.custom-checkbox input[type=checkbox]:checked + span:after {
  content: "";
  background-color: #f3797e;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='%23fff' d='M29.839 10.107q0 0.714-0.5 1.214l-15.357 15.357q-0.5 0.5-1.214 0.5t-1.214-0.5l-8.893-8.893q-0.5-0.5-0.5-1.214t0.5-1.214l2.429-2.429q0.5-0.5 1.214-0.5t1.214 0.5l5.25 5.268 11.714-11.732q0.5-0.5 1.214-0.5t1.214 0.5l2.429 2.429q0.5 0.5 0.5 1.214z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.custom-checkbox.form-control-error input[type=checkbox]:not(:checked) + span {
  color: #ee0d47;
}
.custom-checkbox.form-control-error input[type=checkbox]:not(:checked) + span:before {
  border: 1px solid #ee0d47;
  box-shadow: inset 2px 2px 0px 0px rgba(238, 13, 71, 0.3);
}
.custom-checkbox input[type=checkbox]:disabled + span {
  opacity: 0.38;
  cursor: not-allowed;
}
.custom-checkbox input[type=checkbox]:disabled + span:before {
  background-color: #d0d0d0;
  cursor: not-allowed;
}
.custom-checkbox.no-label span {
  text-indent: -9999px;
  display: inline-block;
  padding-left: 0;
}

.form-check-group + .form-check-group {
  margin-top: 2rem;
  border-top: 2px dotted #d0d0d0;
  padding-top: 1rem;
}

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 1rem;
  line-height: 18px;
}
.btn.btn-sm {
  font-size: 11px;
  padding: 5px 1rem;
}
.btn:focus {
  box-shadow: none !important;
}

.btn-ghost {
  font-weight: bold;
  position: relative;
  border: 2px solid #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.25s ease;
}
.btn-ghost:after {
  content: "";
  transition: transform 0.25s ease;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.89 6.96-1.054 1.08 3.21 3.21H3v1.5h15.047l-3.211 3.21 1.055 1.08L20.93 12l-5.04-5.04Z'%3E%3C/path%3E%3C/svg%3E");
}
.btn-ghost:hover {
  border-color: #f3797e;
}
.btn-ghost:hover:after {
  transform: translateX(5px);
}

.btn-main {
  font-weight: bold;
  background: #f3797e;
  color: #fff !important;
  transition: all 0.35s ease;
}
.btn-main:hover, .btn-main:focus, .btn-main.active {
  background: #f7a8ab;
}
.btn-main:disabled {
  pointer-events: none;
}

.btn-secondary {
  color: #fff !important;
  background: #fbd7d8;
  transition: all 0.35s ease;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
  background: #f7a8ab;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #39364d;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f6f7fa !important;
  height: 42px;
  padding: 0 0.75rem;
  background-clip: padding-box;
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 14px;
}
.btn-input:hover {
  border-color: #fbd7d8;
}
.btn-input:focus, .btn-input:active {
  border-color: #fbd7d8;
  box-shadow: inset 0 0 0 1px #fbd7d8;
}
.btn-input:after {
  content: none;
}

.btn-loading {
  position: relative;
}
.btn-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 9px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid #fff;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: loaderspin;
}

@keyframes loaderspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-language {
  width: auto;
  height: auto;
  padding: 0.25rem !important;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.btn-language i {
  vertical-align: middle;
}

.dropdown-menu {
  box-shadow: 5px 5px 15px rgba(243, 121, 126, 0.07);
  border-color: #d0d0d0;
}
.dropdown-menu .dropdown-item {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  font-size: 14px;
  color: #39364d;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f7fa;
}
.dropdown-menu .dropdown-item:active {
  background-color: #eceef5;
}

.alert-custom-error {
  text-align: left;
  border: 1px solid #f76a8e;
  background: rgba(238, 13, 71, 0.05);
  color: #ee0d47;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.box {
  position: relative;
  border-radius: 5px;
  color: #39364d;
}
@media (max-width: 991.98px) {
  .box {
    margin-top: 10px;
  }
}
.box.box-bg-decoration {
  background-image: url(../../../Images/LoginImages/000/bg_form.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.box.border-decoration:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f3797e;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .box.border-decoration:after {
    margin-left: -10px;
  }
}
@media (max-width: 991.98px) {
  .box.border-decoration:after {
    margin-top: -10px;
  }
}

.decoration-line {
  display: block;
  width: 80px;
  height: 8px;
  border-radius: 8px;
  background: #f3797e;
}

.timer-wrapper .timer-box {
  text-align: left;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.timer-wrapper .timer-box .timer {
  position: relative;
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
}
.timer-wrapper .timer-box .timer .timer-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #39364d;
  font-size: 12px;
}
.timer-wrapper .timer-box .timer svg path {
  fill: #f6f7fa;
  stroke: #12cf5e;
  stroke-width: 2;
  stroke-linecap: round;
}
.timer-wrapper .timer-box-expired {
  display: none;
}
.timer-wrapper.timer-expired .timer-box {
  display: none;
}
.timer-wrapper.timer-expired .timer-box-expired {
  display: block;
}

.btn-card {
  display: block;
  padding: 1.25rem;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  text-align: left;
  background: #fff;
  transition: all 0.35s ease;
}
@media (max-width: 360px) {
  .btn-card {
    font-size: 0.95rem;
    padding: 1rem;
  }
}
.btn-card h6 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.btn-card p {
  font-size: 0.85em;
  margin: 0;
}
.btn-card:hover, .btn-card:focus {
  border-color: #f3797e;
  background: #f3797e;
  color: #fff;
}

.header-alert, .box-alert {
  padding: 1rem;
  background: linear-gradient(#f3797e, #ef4a51);
  text-align: center;
}
.header-alert p, .box-alert p {
  margin: 0 !important;
  color: #fff !important;
}
.header-alert p + p, .box-alert p + p {
  margin-top: 1rem !important;
}

.box-alert {
  border-radius: 5px;
}

.row.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-xs > [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.modal {
  color: #39364d;
}
.modal .modal-dialog {
  margin: 1.5rem auto;
}
.modal .modal-dialog.modal-dialog-centered .modal-content {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 459.98px) {
  .modal .modal-dialog {
    margin: 1rem;
  }
}
.modal .modal-dialog .modal-content {
  min-width: 290px;
  border-radius: 5px !important;
}
.modal .modal-dialog .modal-header {
  padding: 30px 40px 20px 40px;
  border: none;
}
@media (max-width: 459.98px) {
  .modal .modal-dialog .modal-header {
    padding: 20px;
  }
}
.modal .modal-dialog .modal-header h3 {
  margin: 0;
}
.modal .modal-dialog .modal-body {
  padding: 0 40px;
}
@media (max-width: 459.98px) {
  .modal .modal-dialog .modal-body {
    padding: 0 20px;
  }
}
.modal .modal-dialog .modal-footer {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 40px;
  border: none;
}
.modal .modal-dialog .modal-footer > * {
  margin: 0;
}
@media (max-width: 459.98px) {
  .modal .modal-dialog .modal-footer {
    padding: 14px 20px;
  }
}
.modal.fade .modal-dialog {
  transform: none !important;
}
.modal.fade .modal-dialog.modal-lg {
  max-width: 800px !important;
}
.modal.fade .modal-content {
  transition: all 0.35s ease !important;
  transform: scale(0.95) !important;
}
.modal.show .modal-content {
  transform: none !important;
}

.modal-backdrop.show {
  background: #c21119;
  opacity: 0.8;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  width: auto;
  height: auto;
}

.text-link {
  color: #f3797e;
}

.text-error {
  color: #ee0d47;
}

.text-08 {
  font-size: 0.8rem;
}

.text-09 {
  font-size: 0.9rem;
}

.text-small {
  font-size: 0.95rem;
}

.text-normal {
  font-size: 1rem;
}

.text-11 {
  font-size: 1.1rem;
}

.text-12 {
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .text-sm-12 {
    font-size: 1.2rem;
  }
}

.fill-success {
  fill: #12cf5e;
}

.fill-error {
  fill: #ee0d47;
}

.w-150 {
  width: 150px;
}

.maxw-150 {
  max-width: 150px;
}

@media (max-width: 575.98px) {
  .w-xs-150 {
    width: 150px;
  }
  .maxw-xs-150 {
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  .w-sm-150 {
    width: 150px;
  }
  .maxw-sm-150 {
    max-width: 150px;
  }
}
.w-180 {
  width: 180px;
}

.maxw-180 {
  max-width: 180px;
}

@media (max-width: 575.98px) {
  .w-xs-180 {
    width: 180px;
  }
  .maxw-xs-180 {
    max-width: 180px;
  }
}
@media (min-width: 576px) {
  .w-sm-180 {
    width: 180px;
  }
  .maxw-sm-180 {
    max-width: 180px;
  }
}
.w-240 {
  width: 240px;
}

.maxw-240 {
  max-width: 240px;
}

@media (max-width: 575.98px) {
  .w-xs-240 {
    width: 240px;
  }
  .maxw-xs-240 {
    max-width: 240px;
  }
}
@media (min-width: 576px) {
  .w-sm-240 {
    width: 240px;
  }
  .maxw-sm-240 {
    max-width: 240px;
  }
}
.w-360 {
  width: 360px;
}

.maxw-360 {
  max-width: 360px;
}

@media (max-width: 575.98px) {
  .w-xs-360 {
    width: 360px;
  }
  .maxw-xs-360 {
    max-width: 360px;
  }
}
@media (min-width: 576px) {
  .w-sm-360 {
    width: 360px;
  }
  .maxw-sm-360 {
    max-width: 360px;
  }
}
.w-490 {
  width: 490px;
}

.maxw-490 {
  max-width: 490px;
}

@media (max-width: 575.98px) {
  .w-xs-490 {
    width: 490px;
  }
  .maxw-xs-490 {
    max-width: 490px;
  }
}
@media (min-width: 576px) {
  .w-sm-490 {
    width: 490px;
  }
  .maxw-sm-490 {
    max-width: 490px;
  }
}
.w-560 {
  width: 560px;
}

.maxw-560 {
  max-width: 560px;
}

@media (max-width: 575.98px) {
  .w-xs-560 {
    width: 560px;
  }
  .maxw-xs-560 {
    max-width: 560px;
  }
}
@media (min-width: 576px) {
  .w-sm-560 {
    width: 560px;
  }
  .maxw-sm-560 {
    max-width: 560px;
  }
}
.flexw-100px {
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}

.flexw-90px {
  -webkit-flex: 0 0 90px;
  flex: 0 0 90px;
}

.pl-45 {
  padding-left: 2rem !important;
}

.pr-45 {
  padding-right: 2rem !important;
}

.px-45 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pt-45 {
  padding-top: 2rem !important;
}

.pb-45 {
  padding-bottom: 2rem !important;
}

.py-45 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 6rem !important;
}

@media (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (max-width: 359.98px) {
  .px-xs-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.mt-45 {
  margin-top: 2rem !important;
}

.mb-45 {
  margin-bottom: 2rem !important;
}

.my-45 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

@media (max-width: 359.98px) {
  .mx-xs-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}

.icon-64 {
  width: 64px;
}

.dropdown-select2 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-color: #fbd7d8;
  box-shadow: inset 0 0 0 1px #fbd7d8;
}
.select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  border-radius: none;
  height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #39364d;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f6f7fa !important;
  height: 42px;
  padding: 0 0.75rem;
  background-clip: padding-box;
  outline: none !important;
  line-height: 40px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  border-color: #fbd7d8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:active {
  border-color: #fbd7d8;
  box-shadow: inset 0 0 0 1px #fbd7d8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #39364d;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f6f7fa !important;
  height: 42px;
  padding: 0 0.75rem;
  background-clip: padding-box;
  outline: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:hover {
  border-color: #fbd7d8;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus, .select2-container--default .select2-search--dropdown .select2-search__field:active {
  border-color: #fbd7d8;
  box-shadow: inset 0 0 0 1px #fbd7d8;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f3797e;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f6f7fa;
}

.select2-dropdown {
  margin-top: 10px;
  width: 70vw !important;
  max-width: 300px !important;
  min-width: 226px;
  box-shadow: 5px 5px 15px rgba(36, 58, 116, 0.07);
  border: 1px solid #d0d0d0 !important;
  border-radius: 5px !important;
}

.select2-search--dropdown {
  padding: 0.75rem;
}

.select2-results__options {
  color: #39364d;
  font-size: 14px;
}

.select2-results__option {
  padding: 0.5rem 0.75rem;
}
