html {
  position: relative;
  min-height: 100%;
}

body {
  background: #F7F7F8;
  padding-top: 67px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #4A4E55;
  margin-bottom: 150px;
}

.approved-logo {
  position: relative;
}
.approved-logo img {
  position: absolute;
  height: 75px;
  top: 0;
  right: 20px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.main-content {
  padding-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  color: #00C6FF;
}
a:hover, a:focus {
  text-decoration: none;
  color: #00b2e6;
}

hr {
  border: 1px dashed #C2C3C6;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: white;
  border-top: 1px solid #F2F3F3;
}
.footer .copyright {
  color: #C2C3C6;
  font-size: 14px;
  display: block;
  text-align: center;
}
.footer .footer-link {
  display: inline-block;
}
.footer .footer-link a {
  color: #86888D;
  font-size: 16px;
  padding: 0 10px;
  border-right: 1px solid #C2C3C6;
}
.footer .footer-link a:last-child {
  border-right: none;
}
.footer .footer-link a:hover {
  color: #93c0b9;
}

.center-content {
  position: fixed;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.center-content img {
  height: 250px;
  vertical-align: middle;
}
.center-content span {
  display: block;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}

.btn {
  padding: 8px 20px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.btn.btn-sm {
  padding: 4px 10px;
}
.btn.btn-lg {
  padding: 10px 20px;
}
.btn svg {
  height: 24px;
  margin-right: 5px;
}
.btn span {
  padding-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.btn.play-video-tutorial {
  padding-right: 10px;
  padding-left: 10px;
}

.btn-sm-block {
  width: 100%;
  display: block;
}

.btn-primary {
  color: white;
  background-color: #93c0b9;
  border-color: #93c0b9;
}
.btn-primary:hover {
  color: white;
  background-color: #83b7af;
  border-color: #83b7af;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: white;
  background-color: #93c0b9;
  border-color: #93c0b9;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: white;
  background-color: #83b7af;
  border-color: #83b7af;
}
.btn-primary svg {
  stroke: white;
}

.show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #83b7af;
  border-color: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
}

.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
}

.inspiration-btn {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.inspiration-btn:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.inspiration-btn:focus, .inspiration-btn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.inspiration-btn.disabled, .inspiration-btn:disabled {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.inspiration-btn:not(:disabled):not(.disabled):active, .inspiration-btn:not(:disabled):not(.disabled).active {
  color: white;
  background-color: black;
  border-color: none;
}

.show > .inspiration-btn.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: none;
}

.inspiration-btn:not(:disabled):not(.disabled):active:focus, .inspiration-btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.show > .inspiration-btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-success {
  color: white;
  background-color: #01660A;
  border-color: #01660A;
}
.btn-success:hover {
  color: white;
  background-color: #014d08;
  border-color: #014d08;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: white;
  background-color: #01660A;
  border-color: #01660A;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: white;
  background-color: #014d08;
  border-color: none;
}

.show > .btn-success.dropdown-toggle {
  color: white;
  background-color: #014d08;
  border-color: none;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.5);
}

.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.5);
}

.btn-outline-secondary {
  color: #4A4E55;
  border-color: #F2F3F3;
  border-width: 2px;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: transparent;
  border-color: #e5e7e7;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 78, 85, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(74, 78, 85, 0.2);
  color: #000000;
  background-color: rgba(74, 78, 85, 0.2);
  border-color: #4A4E55;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #4A4E55;
  background-color: rgba(74, 78, 85, 0.3);
  border-color: #4A4E55;
}
.btn-outline-secondary svg {
  stroke: #4A4E55;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-primary {
  color: #93c0b9;
  border-color: rgba(147, 192, 185, 0.3);
  border-width: 2px;
}
.btn-outline-primary:hover {
  color: #73ada4;
  background-color: transparent;
  border-color: #93c0b9;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.2);
  color: #93c0b9;
  background-color: rgba(147, 192, 185, 0.2);
  border-color: #93c0b9;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #93c0b9;
  background-color: rgba(147, 192, 185, 0.3);
  border-color: #93c0b9;
}
.btn-outline-primary svg {
  stroke: #93c0b9;
}

.show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.5);
}

.btn-outline-danger {
  color: #FF5D5D;
  border-color: rgba(255, 93, 93, 0.5);
  border-width: 2px;
}
.btn-outline-danger:hover {
  color: #FF5D5D;
  background-color: transparent;
  border-color: #ff4444;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 93, 93, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(255, 93, 93, 0.2);
  color: #FF5D5D;
  background-color: rgba(255, 93, 93, 0.2);
  border-color: #FF5D5D;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #FF5D5D;
  background-color: rgba(255, 93, 93, 0.3);
  border-color: #FF5D5D;
}

.btn-secondary {
  background-color: #F2F3F3;
  color: #4A4E55;
  border-color: transparent;
}
.btn-secondary:hover {
  color: #000000;
  background-color: #d7dbdb;
  border-color: #e5e7e7;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: white;
  background-color: #F2F3F3;
  border-color: #F2F3F3;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #4A4E55;
  background-color: #e5e7e7;
  border-color: none;
}

.show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #797b80;
  border-color: none;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
}

.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 136, 141, 0.5);
}

.btn-link {
  color: #93c0b9;
}
.btn-link:hover, .btn-link:focus {
  color: #73ada4;
  text-decoration: none;
}

.form-group {
  position: relative;
}
.form-group label {
  text-transform: uppercase;
  color: #86888D;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-size: 14px;
}
.form-group label.custom-file-label {
  overflow: auto;
}
.form-group.with-icon {
  position: relative;
}
.form-group.with-icon svg {
  position: absolute;
  stroke: #4A4E55;
  bottom: 9px;
  right: 15px;
}
.form-group.with-icon .form-control {
  padding-right: 45px;
}
.form-group.with-icon.--lg svg {
  bottom: 12px;
}
.form-group p {
  margin-bottom: 0;
  color: #000000;
}
.form-group.select-group .form-control {
  border-radius: 5px 5px 0 0;
}
.form-group.select-group .select-info {
  border-radius: 0 0 5px 5px;
  border: 1px solid #C2C3C6;
  padding: 8px 15px;
}
.form-group.select-group .select-info span {
  color: #000000;
  font-size: 18px;
  display: block;
}
.form-group .note {
  font-size: 15px;
}
.form-group .note p {
  color: #4A4E55;
}
.form-group .btn-addon {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.mobile-number .intl-tel-input {
  width: 27%;
  margin-right: 0;
}
.mobile-number .intl-tel-input input {
  border-radius: 5px 0 0 5px;
}

.input-group .input-group-prepend {
  border: 1px solid #C2C3C6;
  border-radius: 5px 0 0 5px;
  padding: 4px 5px;
  background: white;
}
.input-group .input-group-prepend .input-group-text {
  font-size: 13px;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  background: #F2F3F3;
}
.input-group .input-group-append {
  border: 1px solid #C2C3C6;
  border-radius: 0 5px 5px 0;
  padding: 3px;
  background: white;
}
.input-group .input-group-append .btn {
  padding: 3px 7px;
  border-radius: 5px;
}
.input-group .input-group-append .btn svg {
  height: 20px;
}
.input-group .input-group-append .input-group-text {
  font-size: 13px;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  background: #F2F3F3;
}
.input-group.in-pre .form-control {
  border-left: none;
  padding-left: 5px;
}
.input-group.in-ape .form-control {
  border-right: none;
}
.input-group.input-group-lg .input-group-prepend .input-group-text, .input-group.input-group-lg .input-group-append .input-group-text {
  font-size: 16px;
  padding: 5px 15px;
}

.form-control {
  border-color: #C2C3C6;
  color: #000000;
  padding: 8px 15px;
  height: calc(1.7em + 0.75rem + 2px);
}
.form-control:focus {
  color: #000000;
  background-color: white;
  border-color: #93c0b9;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(147, 192, 185, 0.25);
}

.selectize-dropdown-content [data-selectable] {
  padding: 10px 15px;
}
.selectize-dropdown-content [data-selectable] span.selectize-member-id {
  display: block;
  margin-bottom: 3px;
}
.selectize-dropdown-content [data-selectable] span.selectize-member-id:last-child {
  opacity: 0.8;
  margin-bottom: 0;
}

.selectize-input {
  border-color: #C2C3C6;
  color: #000000;
  padding: 8px 15px;
  height: calc(1.7em + 0.75rem + 2px);
}

.badge {
  font-weight: 400;
  padding: 4px 7px;
}

.badge-primary {
  background: rgba(147, 192, 185, 0.3);
  color: #93c0b9 !important;
}

.badge-danger {
  background: rgba(255, 93, 93, 0.3);
  color: #FF5D5D !important;
}

.badge-success {
  background: rgba(1, 102, 10, 0.3);
  color: #013305 !important;
}

.badge-warning {
  background: rgba(255, 167, 80, 0.3);
  color: #ff8d1d !important;
}

.badge-info {
  background: rgba(0, 198, 255, 0.2);
  color: #00C6FF !important;
}

.badge-secondary {
  background: rgba(74, 78, 85, 0.2);
  color: #4A4E55 !important;
}

.card {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: none;
  margin-bottom: 30px;
}

.card-header {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px 25px;
}
.card-header h5 {
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
.card-header h5 span {
  font-weight: 600;
}

.card-body {
  padding: 15px 25px 20px 25px;
}
.card-body.card-scrollable {
  overflow: auto;
  height: 50vh;
}
.card-body.custom-scroll {
  overflow: overlay;
  max-height: calc(100vh - 200px);
}

.card-footer {
  background: #F2F3F3;
  border-top: none;
  padding: 15px 25px;
}

.modal-header {
  border-bottom: 2px dashed #C2C3C6;
  padding: 20px 0 15px 0;
  margin: 0 25px;
}
.modal-header .modal-title {
  color: #000000;
}

.modal-body {
  padding: 15px 25px;
}
.modal-body img {
  width: 100%;
  margin-top: 20px;
}

.modal-footer {
  border-top: none;
  padding: 15px 25px 20px 25px;
}

.modal-alert {
  border: 0;
}
.modal-alert svg {
  height: 65px;
  width: 65px;
  color: white;
  margin-bottom: 20px;
}
.modal-alert .modal-alert-content {
  color: white;
}
.modal-alert .modal-body {
  padding: 35px 25px;
}
.modal-alert.--error {
  background: #FF5D5D;
}
.modal-alert.--success {
  background: #01660A;
}
.modal-alert.--info {
  background: #00C6FF;
}
.modal-alert a {
  color: white;
  border-bottom: 1px solid white;
}
.modal-alert a:hover, .modal-alert a:focus {
  color: #e6e6e6;
  border-color: #e6e6e6;
}

.navbar {
  background: white;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.navbar-brand img {
  height: 40px;
  vertical-align: middle;
}
.navbar-brand span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  font-size: 24px;
  padding-left: 5px;
  display: none;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: white;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  background: white;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: -1px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.nav-underline .nav-link {
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #86888D;
}
.nav-underline .nav-link:hover {
  color: #93c0b9;
}
.nav-underline .nav-link.active {
  font-weight: 500;
  color: #000000;
  border-bottom: 3px solid #93c0b9;
}
.nav-underline .dropdown {
  position: static;
}
.nav-underline .dropdown .dropdown-menu.show {
  top: 65px !important;
}

.nav-link svg {
  height: 18px;
  stroke-width: 3px;
}

.notif-dropdown {
  min-width: 380px;
  padding: 0;
  top: 50px;
}
.notif-dropdown .notif-header {
  color: #000000;
  padding: 20px 20px 10px 20px;
}
.notif-dropdown .notif-footer {
  padding: 15px 20px 15px 20px;
}
.notif-dropdown.show:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  content: "";
  position: absolute;
  right: 10px;
  top: -10px;
}

.notif-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 25rem;
  overflow: auto;
}
.notif-list li .notif-item {
  padding: 10px 20px;
  display: block;
  margin-bottom: 5px;
}
.notif-list li .notif-item h6 {
  margin-bottom: 5px;
  color: #000000;
  font-weight: 500;
}
.notif-list li .notif-item label {
  font-size: 18px;
  color: #000000;
  margin-bottom: 3px;
  display: block;
  cursor: pointer;
}
.notif-list li .notif-item span {
  color: #86888D;
  display: block;
  font-size: 15px;
}
.notif-list li .notif-item span svg {
  height: 16px;
  width: 16px;
  margin-right: 3px;
}
.notif-list li .notif-item:hover, .notif-list li .notif-item:focus {
  background: rgba(242, 243, 243, 0.5);
}
.notif-list li.unread .notif-item {
  background: rgba(147, 192, 185, 0.2);
  font-weight: 600;
}
.notif-list li.unread .notif-item label, .notif-list li.unread .notif-item span, .notif-list li.unread .notif-item h6 {
  color: #93c0b9;
}
.notif-list.--page {
  max-height: 40rem;
}
.notif-list.--page li .notif-item {
  background: white;
  border-radius: 5px;
  border: 1px solid #F2F3F3;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 3px 8px rgba(74, 78, 85, 0.05);
  box-shadow: 0 3px 8px rgba(74, 78, 85, 0.05);
  padding: 15px 25px;
}
.notif-list.--page li .notif-item:hover, .notif-list.--page li .notif-item:focus {
  border-color: #93c0b9;
}
.notif-list.--page li .notif-item label {
  margin-bottom: 5px;
}
.notif-list.--page li.unread .notif-item {
  background: rgba(147, 192, 185, 0.2);
  font-weight: 600;
  -webkit-box-shadow: 0 3px 8px rgba(147, 192, 185, 0.1);
  box-shadow: 0 3px 8px rgba(147, 192, 185, 0.1);
}
.notif-list.--page li.unread .notif-item label, .notif-list.--page li.unread .notif-item span {
  color: #93c0b9;
}
.notif-list.-small {
  padding: 0 25px;
  overflow: overlay;
}
.notif-list.-small li .notif-item {
  padding: 10px 13px;
}
.notif-list.-small li .notif-item label {
  margin-bottom: 0;
  font-size: 15px;
  color: #4A4E55;
}
.notif-list.-small li.unread .notif-item {
  background: white;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.notif-list.-small li.unread .notif-item label, .notif-list.-small li.unread .notif-item span {
  color: #000000;
}

.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc((calc(2.375rem * .8) * 2) + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #01660A;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(1, 102, 10, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc((calc(1.9375rem * .8) * 2) + 0.5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}

.dropdown-menu {
  color: #4A4E55;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.dropdown-item {
  padding: 7px 20px;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: #F2F3F3;
  color: #4A4E55;
  text-decoration: none;
}
.dropdown-item:active, .dropdown-item.active {
  background: rgba(147, 192, 185, 0.3);
  color: #93c0b9;
}

.alert {
  border-radius: 5px;
  border: none;
  padding: 15px 25px 15px 25px;
  position: relative;
}
.alert.alert-with-icon {
  padding: 15px 50px 15px 55px;
}
.alert.alert-with-icon svg {
  left: 20px;
  text-align: center;
  position: absolute;
  top: 43%;
  margin-top: -8px;
}
.alert.alert-with-icon .alert-content h6 {
  margin-bottom: 0;
}
.alert.alert-with-icon .alert-content p {
  margin-bottom: 0;
}
.alert.alert-with-icon .close svg {
  left: auto;
  right: 20px;
}
.alert p {
  margin-bottom: 0;
}

.alert-primary {
  background: rgba(147, 192, 185, 0.2);
  color: #93c0b9;
}
.alert-primary .close {
  color: #93c0b9;
}
.alert-primary hr {
  border-color: rgba(147, 192, 185, 0.3);
}

.alert-success {
  background: rgba(1, 102, 10, 0.2);
  color: #013305;
}
.alert-success .close {
  color: #01660A;
}
.alert-success hr {
  border-color: rgba(1, 102, 10, 0.3);
}

.alert-danger {
  background: rgba(255, 93, 93, 0.2);
  color: #FF5D5D;
}
.alert-danger .close {
  color: #FF5D5D;
}
.alert-danger hr {
  border-color: rgba(255, 93, 93, 0.3);
}

.alert-warning {
  background: rgba(255, 167, 80, 0.2);
  color: #FFA750;
}
.alert-warning .close {
  color: #FFA750;
}
.alert-warning hr {
  border-color: rgba(255, 167, 80, 0.3);
}

.alert-info {
  background: rgba(0, 198, 255, 0.2);
  color: #00C6FF;
}
.alert-info .close {
  color: #00C6FF;
}
.alert-info hr {
  border-color: rgba(0, 198, 255, 0.3);
}

.collapse-imp {
  display: none !important;
}

.text-muted {
  color: #86888D !important;
}

.text-dark {
  color: #4A4E55 !important;
}

.text-primary {
  color: #93c0b9 !important;
}

.text-warning {
  color: #FFA750 !important;
}

.text-danger {
  color: #FF5D5D !important;
}

.text-success {
  color: #01660A !important;
}

.progress {
  height: 20px;
}

.progress-bar {
  background: #93c0b9;
}

.list-amount {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-amount-item {
  border-bottom: 1px dashed #F2F3F3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.list-amount-item label {
  margin-bottom: 0;
  font-size: 18px;
}
.list-amount-item span {
  text-align: left;
  font-weight: 700;
  color: #93c0b9;
  display: block;
}
.list-amount-item:last-child {
  border-bottom: none;
}

.discounted-promo {
  font-size: 14px !important;
  text-decoration: line-through;
  color: #86888D;
}

.nav-profile {
  display: inline-block;
  margin-left: 10px;
}
.nav-profile img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.nav-profile .profile-name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  vertical-align: middle;
}
.nav-profile .profile-name svg {
  height: 18px;
}

.profile-name img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.nav-icon .nav-icon-link {
  display: inline-block;
  padding: 0 7px;
  color: #4A4E55;
  position: relative;
}
.nav-icon .nav-icon-link:hover, .nav-icon .nav-icon-link:focus, .nav-icon .nav-icon-link.active {
  color: #93c0b9;
}
.nav-icon .nav-icon-link.rotate-20 {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.nav-icon .nav-icon-link svg {
  color: #93c0b9;
}

.notif-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FF5D5D;
  display: block;
  position: absolute;
  top: -3px;
  right: 5px;
  border: 2px solid white;
}

.pass-require {
  font-size: 14px;
  color: #86888D !important;
  margin: 5px 0 0 0;
}
.pass-require span {
  color: #000000;
}
.pass-require span.check {
  text-decoration: line-through;
  color: #86888D;
}

.search-table {
  margin-top: 20px;
  display: block;
}
.search-table .btn {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.search-table .form-control {
  margin-bottom: 5px;
}

.numpad .btn {
  margin-bottom: 20px;
  font-size: 20px;
  border-radius: 50%;
  width: 60px;
  height: 59px;
  line-height: 0;
  position: relative;
}
.numpad .btn svg {
  position: absolute;
  top: 30%;
  left: 28%;
}

.pin-code label {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.pin-password {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  display: ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pin-password li {
  width: 100%;
  text-align: center;
}
.pin-password li.active span {
  height: 20px;
  width: 20px;
  background: #93c0b9;
  -webkit-box-shadow: 0 0 0 0.3rem rgba(147, 192, 185, 0.3);
  box-shadow: 0 0 0 0.3rem rgba(147, 192, 185, 0.3);
}
.pin-password li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #F2F3F3;
  vertical-align: middle;
  border-radius: 50%;
}

.orline {
  border-top: 1px solid #F2F3F3;
  position: relative;
  margin: 35px 0 0;
  text-align: center;
}
.orline span {
  background-color: white;
  padding: 0 0.5em;
  position: relative;
  color: #4A4E55;
  top: -0.9em;
}

.no-result-found {
  background: url("../img/no-found-bg.png") no-repeat center;
  background-size: cover;
}
.no-result-found h5 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 230px;
  padding: 20px 10px;
  font-size: 18px;
  color: #4A4E55;
}

.page-not-found-100vh {
  height: calc(100vh - 340px);
}
.page-not-found-100vh svg {
  width: 75px;
  height: 75px;
  color: #FF5D5D;
  margin-bottom: 30px;
}
.page-not-found-100vh h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.page-not-found-100vh p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-gadget-simple {
  padding: 5px 7px !important;
  border-radius: 5px;
  border: 1px solid #86888D !important;
}

.custom-control label {
  text-transform: inherit;
  font-size: 1rem;
  color: #4A4E55;
}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 10px;
  overflow: visible;
  outline: none;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 3px;
  background-color: #4A4E55;
  border-radius: 50px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.table {
  color: #000000;
}
.table .thead-light th {
  background: #F2F3F3;
  border: none;
}
.table .thead-light th:first-child {
  border-radius: 5px 0 0 5px;
}
.table .thead-light th:last-child {
  border-radius: 0 5px 5px 0;
}
.table .thead-light th a {
  line-height: 0;
  color: #4A4E55;
}
.table .thead-light th a svg {
  height: 18px;
  color: #86888D;
}
.table .thead-light th a span {
  vertical-align: middle;
}
.table .thead-light th a:hover, .table .thead-light th a:focus {
  color: #93c0b9;
}
.table .thead-light th a:hover svg, .table .thead-light th a:focus svg {
  color: #93c0b9;
}
.table .thead-light th a.sort-down svg {
  color: #93c0b9;
}
.table .thead-light th a.sort-up svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #93c0b9;
}
.table tbody td, .table tbody th {
  border-top: none;
  border-bottom: 1px solid #F2F3F3;
}
.table tbody td .btn, .table tbody th .btn {
  white-space: nowrap;
}
.table tr:last-child td, .table tr:last-child th {
  border-bottom: none;
  white-space: nowrap;
}

.table-paging {
  display: inline-block;
}

.table-total td {
  font-weight: 700;
  font-size: 22px;
}

.btn-sm-block {
  width: 100%;
  display: block;
}

.nav-tabs {
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
}
.nav-tabs .nav-item {
  border: none;
  border-radius: 5px 5px 0 0;
  padding: 12px 25px;
  font-weight: 500;
  color: #86888D;
}
.nav-tabs .nav-item.active {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  color: #93c0b9;
}
.nav-tabs .nav-item:hover, .nav-tabs .nav-item:focus {
  color: #93c0b9;
}

.nav-pills {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.nav-pills .nav-link {
  color: #86888D;
  padding: 12px 25px;
  position: relative;
}
.nav-pills .nav-link.active {
  background: white;
  color: #93c0b9;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.tab-pane .card {
  border-top-left-radius: 0;
}

.datepicker {
  border-radius: 0.375rem;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-top: 7px solid white;
  border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.datepicker table tr td {
  border-radius: 50%;
}
.datepicker table tr th {
  font-weight: 500;
  border-radius: 0.375rem;
}
.datepicker table tr td, .datepicker table tr th {
  font-size: 0.875rem;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-align: center;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #adb5bd;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  cursor: pointer;
  background: white;
}
.datepicker table tr td.disabled {
  cursor: default;
  color: #dee2e6;
  background: none;
}
.datepicker table tr td.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}
.datepicker table tr td.highlighted {
  border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
  background: #5e72e4;
}
.datepicker table tr td.highlighted.disabled {
  color: #ced4da;
  background: #5e72e4;
}
.datepicker table tr td.highlighted.disabled:active {
  color: #ced4da;
  background: #5e72e4;
}
.datepicker table tr td.today {
  background: white;
}
.datepicker table tr td.today.focused {
  background: white;
}
.datepicker table tr td.today.disabled {
  color: #8898aa;
  background: white;
}
.datepicker table tr td.today.disabled:active {
  color: #8898aa;
  background: white;
}
.datepicker table tr td.range {
  color: white;
  border-radius: 0;
  background: #5e72e4;
}
.datepicker table tr td.range.focused {
  background: #3b53de;
}
.datepicker table tr td.range.disabled {
  color: #8a98eb;
  background: #324cdd;
}
.datepicker table tr td.range.disabled:active {
  color: #8a98eb;
  background: #324cdd;
}
.datepicker table tr td.range.day.disabled:hover {
  color: #8a98eb;
  background: #324cdd;
}
.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}
.datepicker table tr td.range.highlighted.disabled {
  color: #dee2e6;
  background: #e9ecef;
}
.datepicker table tr td.range.highlighted.disabled:active {
  color: #dee2e6;
  background: #e9ecef;
}
.datepicker table tr td.range.today.disabled {
  color: white;
  background: #5e72e4;
}
.datepicker table tr td.range.today.disabled:active {
  color: white;
  background: #5e72e4;
}
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}
.datepicker table tr td.selected {
  color: white;
  background: #5e72e4;
}
.datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
  color: white;
  background: #5e72e4;
}
.datepicker table tr td.day.range:hover {
  color: white;
  background: #5e72e4;
}
.datepicker table tr td.active {
  color: white;
  background: #5e72e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: white;
  background: #5e72e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #e9ecef;
}
.datepicker table tr td span.disabled {
  cursor: default;
  color: #dee2e6;
  background: none;
}
.datepicker table tr td span.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}
.datepicker table tr td span.active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #8898aa;
}
.datepicker .datepicker-switch {
  width: 145px;
  cursor: pointer;
}
.datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: #e9ecef;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.body-admin {
  padding-top: 140px;
}
.body-admin .fixed-top {
  top: 88px;
}

.admin-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: white;
  padding: 10px;
  z-index: 1031;
}
.admin-header p {
  margin-bottom: 10px;
}

.pos-absolute-sm {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.inspiration-btn {
  color: white;
  background-color: #040172;
  border-color: #040172;
}
.inspiration-btn:hover {
  color: white;
  background-color: #030159;
  border-color: #030159;
}
.inspiration-btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
}
.inspiration-btn:disabled {
  color: white;
  background-color: #040172;
  border-color: #040172;
}
.inspiration-btn:not(:disabled):not(.disabled):active {
  color: white;
  background-color: #030159;
  border-color: none;
}
.inspiration-btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
}
.inspiration-btn:not(:disabled):not(.disabled).active {
  color: white;
  background-color: #030159;
  border-color: none;
}
.inspiration-btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
}

.inspiration-btn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
}

.inspiration-btn.disabled {
  color: white;
  background-color: #040172;
  border-color: #040172;
}

.show > .inspiration-btn.dropdown-toggle {
  color: white;
  background-color: #030159;
  border-color: none;
}
.show > .inspiration-btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(4, 1, 114, 0.5);
}

/* --- recognition start --- */
.rank-container {
  text-align: center;
  width: 242px;
  height: 242px;
  position: relative;
  overflow: hidden;
}
/* Previous Recognition Background Start Here*/
/* .rank-container .rank-3 {
  background-image: url(../img/rank-img/director.png);
}
.rank-container .rank-4 {
  background-image: url(../img/rank-img/senior-director.png);
}
.rank-container .rank-5 {
  background-image: url(../img/rank-img/chief-director.png);
}
.rank-container .rank-6 {
  background-image: url(../img/rank-img/executive-director.png);
}
.rank-container .rank-7 {
  background-image: url(../img/rank-img/premier-director.png);
}
.rank-container .rank-8 {
  background-image: url(../img/rank-img/ambassador.png);
}
.rank-container .rank-9 {
  background-image: url(../img/rank-img/senior-ambassador.png);
}
.rank-container .rank-10 {
  background-image: url(../img/rank-img/chief-ambassador.png);
}
.rank-container .rank-11 {
  background-image: url(../img/rank-img/executive-ambassador.png);
}
.rank-container .rank-12 {
  background-image: url(../img/rank-img/premiere-ambassador.png);
}
.rank-container .rank-13 {
  background-image: url(../img/rank-img/general-ambassador.png);
}
.rank-container .rank-14 {
  background-image: url(../img/rank-img/elite-ambassador.png);
}
.rank-container .rank-15 {
  background-image: url(../img/rank-img/crown-ambassador.png);
}
.rank-container .rank-16 {
  background-image: url(../img/rank-img/royal-ambassador.png);
} */
/* Previous Recognition Background End Here*/

.rank-container .rank-2 {
  background-image: url(../img/rank-img/rank-user.jpg);
}
.rank-container .rank-3 {
  background-image: url(../img/rank-img/rank-associate.jpg);
}
.rank-container .rank-4 {
  background-image: url(../img/rank-img/builder.jpg);
}
.rank-container .rank-5 {
  background-image: url(../img/rank-img/silver-pro.jpg);
}
.rank-container .rank-6 {
  background-image: url(../img/rank-img/gold-pro.jpg);
}
.rank-container .rank-7 {
  background-image: url(../img/rank-img/platinum-pro.jpg);
}
.rank-container .rank-8 {
  background-image: url(../img/rank-img/diamond.jpg);
}
.rank-container .rank-9 {
  background-image: url(../img/rank-img/blue-diamond.jpg);
}
.rank-container .rank-10 {
  background-image: url(../img/rank-img/blue-diamond.jpg);
}
.rank-container .rank-11 {
  background-image: url(../img/rank-img/rank-executive-ambassador.jpg);
}
.rank-container .rank-12 {
  background-image: url(../img/rank-img/rank-premier-ambassador.jpg);
}
.rank-container .rank-13 {
  background-image: url(../img/rank-img/rank-general-ambassador.jpg);
}
.rank-container .rank-14 {
  background-image: url(../img/rank-img/rank-elite-ambassador.jpg);
}
.rank-container .rank-15 {
  background-image: url(../img/rank-img/rank-crown-ambassador.jpg);
}
.rank-container .rank-16 {
  background-image: url(../img/rank-img/rank-royal-ambassador.jpg);
}

/* OLR RANK 2024-10-10
.rank-container .rank-2 {
  background-image: url(../img/rank-img/rank-user.jpg);
}

.rank-container .rank-3 {
  background-image: url(../img/rank-img/rank-associate.jpg);
}

.rank-container .rank-4 {
  background-image: url(../img/rank-img/rank-pro.jpg);
}

.rank-container .rank-5 {
  background-image: url(../img/rank-img/rank-chief-pro.jpg);
}

.rank-container .rank-6 {
  background-image: url(../img/rank-img/rank-executive-pro.jpg);
}

.rank-container .rank-7 {
  background-image: url(../img/rank-img/rank-premier-pro.jpg);
}

.rank-container .rank-8 {
  background-image: url(../img/rank-img/rank-ambassador.jpg);
}

.rank-container .rank-9 {
  background-image: url(../img/rank-img/rank-senior-ambassador.jpg);
}

.rank-container .rank-10 {
  background-image: url(../img/rank-img/rank-chief-ambassador.jpg);
}

.rank-container .rank-11 {
  background-image: url(../img/rank-img/rank-executive-ambassador.jpg);
}

.rank-container .rank-12 {
  background-image: url(../img/rank-img/rank-premier-ambassador.jpg);
}

.rank-container .rank-13 {
  background-image: url(../img/rank-img/rank-general-ambassador.jpg);
}

.rank-container .rank-14 {
  background-image: url(../img/rank-img/rank-elite-ambassador.jpg);
}

.rank-container .rank-15 {
  background-image: url(../img/rank-img/rank-crown-ambassador.jpg);
}

.rank-container .rank-16 {
  background-image: url(../img/rank-img/rank-royal-ambassador.jpg);
}
*/

.rank-container .rank-bd {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.rank-container .rank-bd .rank-content .star-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 52px !important;
}
.rank-container .rank-bd .rank-content .star-img img {
  width: 140px !important;
  height: 140px !important;
  object-fit: cover;
}
.rank-container .rank-bd .rank-content .star-img .item {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rank-container .rank-bd .rank-content .rank-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 27px !important;
}
.rank-container .rank-bd .rank-content .rank-details .member-name h1 {
  width: 100%;
  max-width: 155px;
  color: #424242; /*#ffffff;*/
  font-weight: 500;
  word-break: break-word;
  margin: 0;
  line-height: 0.75rem;
  font-size: 13px;
  text-align: center;
}
.rank-container .rank-bd .rank-content .rank-details .rank-country {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 155px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top:2px !important;
}
.rank-container .rank-bd .rank-content .rank-details .rank-country img {
  width: 20px;
  margin-right: 5px;
  margin-top: 3px;
}
.rank-container .rank-bd .rank-content .rank-details .rank-country span {
  font-size: 10px;
  font-weight: 600;
  margin-top: 4px;
  text-align: left;
}
.rank-container .rank-bd .rank-content .rank-details .bottom-badge{
  position: relative;
  width: 100%;
}
.rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
  position: absolute;
  left: 0;
  bottom: -20px;
}
.rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.rank-container .rank-bd .rank-content .rank-details .bottom-badge img {
  width: 100%;
  max-width: 40px;
  object-fit: initial;
}
.cbc-badge {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 10px;
  bottom: 0px;
}
.cbc-badge img {
  width: 100%;
  max-width: 45px !important;
  height: 100%;
  max-height: 45px !important;
}
.cbc-badge img:first-child {
  margin-bottom: 3px;
}

.club-badge {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 8px;
  bottom: 0px;
}

.club-badge img {
  width: 100%;
  max-width: 45px !important;
  height: 100%;
  max-height: 45px !important;
}

.club-badge img:first-child {
  margin-bottom: 3px;
}

@media (max-width: 320px) {
  .rank-container .rank-bd .rank-content .star-img {
    top: 100px;
  }
  .rank-container .rank-bd .rank-content .star-img img {
    width: 190px;
    height: 190px;
    object-fit: cover;
  }
  .rank-container .rank-bd .rank-content .star-img .item {
    width: 170px;
    height: 170px;
  }
  .rank-container .rank-bd .rank-content .rank-details {
    bottom: 50px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge{ 
    left: 10px;
    bottom: -5px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge img {
    width: 100%;
    max-width: 50px;
    object-fit: initial;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
    position: absolute;
    bottom: -20px;
    left: 0px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
    position: absolute;
    bottom: -20px;
    right: 0px;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country img {
    width: 25px;
    margin-right: 5px;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country {
    justify-content: center;
    width: 100%;
    max-width: 150px;
  }
}
@media (min-width: 375px) {
  .rank-container .rank-bd .rank-content .star-img {
    top: 110px;
  }
  .rank-container .rank-bd .rank-content .star-img img {
    width: 190px;
    height: 190px;
  }
  .rank-container .rank-bd .rank-content .star-img .item {
    width: 200px;
    height: 200px;
  }
  .rank-container .rank-bd .rank-content .rank-details {
    bottom: 30px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge {
    left: 40px;
    bottom: -5px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge img {
    width: 100%;
    max-width: 50px;
    object-fit: initial;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
    position: absolute;
    bottom: -20px;
    left: 20px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
    position: absolute;
    bottom: -20px;
    right: 20px;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country {
    justify-content: center;
    width: 100%;
    max-width: 155px;
  }
}
@media (min-width: 425px) {
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
    position: absolute;
    bottom: -20px;
    left: 53px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
    position: absolute;
    bottom: -20px;
    right: 53px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge {
    left: 50px;
    bottom: -5px;
  }
  
}
@media (min-width: 576px) {
  .rank-container .rank-bd .rank-content .star-img {
    top: 90px;
  }
  .rank-container .rank-bd .rank-content .star-img img {
    width: 140px;
    height: 140px;
  }
  .rank-container .rank-bd .rank-content .star-img .item {
    width: 150px;
    height: 150px;
  }
  .rank-container .rank-bd .rank-content .rank-details {
    bottom: 80px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge img {
    width: 100%;
    max-width: 36px;
    object-fit: initial;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
    position: absolute;
    bottom: -10px;
    right: 0px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
    position: absolute;
    bottom: -10px;
    left: 0px;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country {
    justify-content: center;
    width: 100%;
    max-width: 160px;
}
}
@media (min-width: 768px) {
  .rank-container .rank-bd .rank-content .star-img {
    top: 110px;
  }
  .rank-container .rank-bd .rank-content .star-img img {
    width: 190px;
    height: 190px;
  }
  .rank-container .rank-bd .rank-content .star-img .item {
    width: 200px;
    height: 200px;
  }
  .rank-container .rank-bd .rank-content .rank-details {
    bottom: 20px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge{  
    left: 40px;
    bottom: -5px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge img{  
    max-width: 30px;
    max-height: 30px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
    position: absolute;
    bottom: -10px;
    left: 30px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
    position: absolute;
    bottom: -10px;
    right: 30px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge img {
    width: 100%;
    max-width: 45px;
    object-fit: initial;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country img {
    width: 20px;
    margin-right: 5px;
}
}
@media (min-width: 992px) {
  .rank-container .rank-bd .rank-content .star-img {
    top: 80px;
  }
  .rank-container .rank-bd .rank-content .star-img img {
    width: 190px;
    height: 190px;
  }
  .rank-container .rank-bd .rank-content .star-img .item {
    width: 150px;
    height: 150px;
  }
  .rank-container .rank-bd .rank-content .rank-details {
    bottom: 100px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge{ 
    left: 2px;
    bottom: -5px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge img{ 
    width: 100%;
    max-width: 30px;
    height: 100%;
    max-height: 30px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
    position: absolute;
    bottom: -10px;
    right: 0;
}
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge img {
    width: 100%;
    max-width: 32px;
    object-fit: initial;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country img {
    width: 25px;
    margin-right: 5px;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country {
    justify-content: center;
    width: 100%;
    max-width: 149px;
  }
}
@media (min-width: 1200px) {
  .rank-container .rank-bd .rank-content .star-img {
    top: 100px;
  }
  .rank-container .rank-bd .rank-content .star-img img {
    width: 190px;
    height: 190px;
  }
  .rank-container .rank-bd .rank-content .star-img .item {
    width: 200px;
    height: 200px;
  }
  .rank-container .rank-bd .rank-content .rank-details {
    bottom: 50px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge{ 
    left: 10px;
    bottom: -5px;
  }
  .rank-container .rank-bd .rank-content .rank-details .cbc-badge img {
    width: 100%;
    max-width: 30px;
    height: 100%;
    max-height: 30px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .left-img {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge .right-img {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  .rank-container .rank-bd .rank-content .rank-details .bottom-badge img {
    width: 100%;
    max-width: 44px;
    object-fit: initial;
  }
  .rank-container .rank-bd .rank-content .rank-details .rank-country {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding-right: 45px;
    padding-left: 45px;
  }
}
/* --- recognition end --- */
@media (max-width: 576px) {
  .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wh-sm-auto {
    height: auto !important;
    width: auto !important;
  }
  .wh-sm-100 {
    height: auto !important;
    width: 100% !important;
  }
}
@media (max-width: 350px) {
  .d-xs-block {
    display: block !important;
  }
  .d-xs-none {
    display: none !important;
  }
  body {
    font-size: 16px;
  }
  .btn {
    font-size: 12px;
  }
  .card-header h5 {
    font-size: 17px;
  }
  .director-text {
    font-size: 22.4px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    line-height: 1.6rem;
  }
  .ambassador-star {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.6rem;
  }
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 350px;
  }
  .btn-sm-block {
    width: auto;
    display: inline-block;
  }
  .navbar-brand span {
    display: inline-block;
  }
  .body-admin {
    padding-top: 120px;
  }
  .body-admin .fixed-top {
    top: 50px;
  }
  .admin-header p {
    margin-bottom: 0;
  }
  .approved-logo img {
    height: 105px;
    top: -70px;
  }
}
@media (min-width: 768px) {
  .h-100vh {
    height: 100vh;
  }
  .search-table {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .search-table .btn {
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
  .search-table .form-control {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .search-table .input-group .form-control:last-child {
    margin-left: -6px;
  }
  .modal-pin {
    max-width: 370px;
  }
  .center-content img {
    height: 280px;
  }
  .center-content span {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 44px;
  }
  .admin-header {
    padding: 10px 30px;
  }
  .pos-absolute-sm {
    position: relative;
    bottom: unset;
    left: unset;
  }
}
@media (min-width: 992px) {
  .body-admin {
    padding-top: 115px;
  }
}
@media (max-width: 768px) {
  .table.mobile-table {
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  .table.mobile-table thead {
    display: none;
  }
  .table.mobile-table td.small-table-item label {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
  }
  .table.mobile-table td.small-table-item ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .table.mobile-table td.small-table-item ul li span {
    font-weight: 600;
  }
  .text-center-md {
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
