/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Platform';
    font-weight: 400;
    font-style: normal;
    src: url('/vendor/fonts/Platform-Medium-Web-v0.woff2') format('woff2');
}
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    src: url('/vendor/fonts/figtree.woff2') format('woff2');
}
@font-face {
    font-family: 'wfv-semi';
    src: url('/vendor/fonts/WFVisualSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Mercury';
  src: url('/vendor/fonts/mercury_display.otf') format('opentype');
}
.title, .title *, .subtitle, .subtitle * {
    font-family: 'Mercury', serif !important;
    font-weight: 700;
    color: var(--pry-darker-color);
}
.mercury {
    font-family: 'Mercury', serif !important;
    font-weight: 700;
    color: var(--pry-darker-color);
}
:root {
    --pry-color: #d1edfa;
    --pry-dark-color: #0D6690;
    --pry-darker-color: #183152;
    --sec-color: #389db4;
    --yellow-color: #fc8c7f;
    --light-pry-color: #0D6690;
    --lighter-pry-color: #e0f0fa;
    --light-sec-color: #caeef6;
    --lighter-sec-color: #e5f6fa;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}
.rounded {
    border-radius: 15px !important;
}

html {
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1305px;
    }
}
body {
    font-family: 'Roboto', sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    font-size: 17px;
    background-color: #fff;
    color: #000;
}

.hidden {
    display: none;
}
.platform {
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0 !important;
}
.page-main-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.page-subtitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.bg-sec {
    background-color: var(--sec-color);
}

.text-light-sec {
    color: var(--light-sec-color);
}

.bg-light-sec {
    background-color: var(--light-sec-color);
}


.pill-info {
    color: #103985;
    border-radius: 4px !important;
    background-color: #DBEEFF !important;
}

.btn {
    font-weight: 500;
    border-radius: 8px;
}

.width-120px {
  width: 120px;
}

.cr-slider-wrap {
    display: block;
    width: 100% !important;
}

.btn-pry {
    border:1px solid #000;
    background-color: var(--pry-color);
    color: #000;
    padding: 9px 40px;
    transition: .4s;
}

.btn-pry:hover {
    border:1px solid #000;
    color: #000;
    padding: 9px 40px;
    background-color: var(--lighter-pry-color);
    transition: .4s;
}

.btn-sec {
    background-color: var(--light-sec-color);
    color: #000;
    padding: 9px 40px;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #000
    transform: scale(1);
    transition: .4s;
}

.btn-sec:hover {
    transition: .5s;
    background-color: var(--lighter-sec-color);
    color: #000;
    padding: 9px 40px;
    transition: .4s;
}
.btn-sec.with-yellow,
.btn-nav.with-yellow {
    background-color: var(--yellow-color);
    color: #000;
    border-color: var(--yellow-color);
}
.btn-sec.with-yellow:hover,
.btn-nav.with-yellow:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    transform: scale(.99);
    transition: .4s;
}
.btn-green, .bg-green {
    background-color: var(--sec-color);
}

.btn-green:hover, .btn-green-active, .btn-green-active:hover {
  background-color: var(--light-sec-color);
}

.btn-grey {
    color: var(--pry-color);
    background-color: rgba(26, 21, 57, 0.0509804);
    padding: 15px 40px;

}

.btn-grey:hover {
    transition: .5s;

    color: var(--pry-color);
    background-color: rgba(26, 21, 57, 0.0509804);
    padding: 15px 40px;
}

.ell {
  width: 220px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.num-sm {
  height: 23px;
  width: 23px;
  font-size: 14px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  right:30px
}

.bg-grad {
  background-image: url('/app/rl/img/bg-gradient.png');
  background-size: cover;
}
.maq-container {
  position: relative;
  height: clamp(3em, 4vw, 6em);
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #000;
  color: #fff;
}
.maq-container i {
  font-size: 8px;
  margin-inline: 20px;
}
.maq-container > div {
  font-size: 20px;
  white-space: nowrap;
  padding: 0;
  text-transform: capitalize;
  font-weight: 300;
  display: flex;
  align-items: center;
  animation: loopText 80s infinite linear;
}
@keyframes loopText {
   from {
       transform: translateX(0);
    }
   to {
       transform: translateX(-100%);
    }
}
.radial {
  background-image: url('/app/rl/img/radial.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tst {
  border: 1px solid #000;
  height: 100%;
  margin-right:15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.wistia_click_to_play {
  display: grid;
  place-items: center;
}
.wistia-popup {
  position: relative;
}
.wistia-popup .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  height: 85px;
  width: 85px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff !important;
  display: grid;
  place-items: center;
  border-radius: 100%;
}
.wistia-popup:hover .play {
  transition: .3s;
}
.fc-daygrid-event-dot {
  margin: 0;
  border-color: var(--pry-dark-color);
}
/* .splide__arrows {
  position: absolute;
  right:6%;
  top:-20%;
  display: flex;
  align-items: center;
}
.splide__arrow--prev {
  left: 0px !important;
  right: 2.5rem;
}
.splide__arrow--next {
  right: 0px !important;
  left: 2.5rem;
} */
.splide__arrow {
  background-color: transparent !important;
}
.splide__pagination {
  bottom: -30px !important;
}
.splide__pagination__page {
  margin-right: 10px !important;
}
.splide__pagination__page.is-active {
  background-color: var(--sec-color) !important;
  border-radius: 2px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #D9D9D9 !important;
}
.ui-widget-header {
    border: none;
    font-weight: normal;
    background-color: #ffffff;
}

.ui-datepicker-calendar thead th {
    font-weight: normal;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background-color: #f6f6f6;
    color: #454545;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-button:hover,
.ui-state-highlight:hover, .ui-widget-content .ui-state-highlight:hover, .ui-widget-header .ui-state-highlight:hover {
    background-color: #e4f9e2;
}

.ui-widget.ui-widget-content {
    background-color: #ddd;
    border: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    display: grid;
    place-items: center;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: var(--pry-color);
    color: #fff;
}

 .ui-slider-handle, .ui-widget-content .ui-slider-handle, .ui-widget-header .ui-slider-handle, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-top:-5px;
    border: 1px solid #000;
    background-color: #fff;
}

.ui-slider-horizontal .ui-slider-range {
    border: .6px solid #000;
    background-color: #000;
}

.ui-slider-horizontal {
    height: 4px;
}
.text-underline {
  text-decoration: underline !important;
}
.inset-dash {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.inset-dash::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px dashed var(--lighter-pry-color);
}
.loading-tutors {
  display: none;
}
.loading-tutors.show {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: rgba(255,255,255, .9);
  z-index: 200;
  display: grid;
  place-items:center;
}

.loader {
  display: inline-flex;
  gap: 10px;
}
.loader:before,
.loader:after {
  content: "";
  height: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border:1px solid #000;
  background:
    radial-gradient(farthest-side,#000 95%,#0000) 35% 35%/6px 6px no-repeat
    #fff;
  animation: l5 3s infinite;
}
@keyframes l5 {
  0%,11%   {background-position:35% 35%}
  14%,36%  {background-position:65% 35%}
  38%,61%  {background-position:65% 65%}
  64%,86%  {background-position:35% 65%}
  88%,100% {background-position:35% 35%}
}
.bar-container {
  display: flex;
  width: 100%;
}
.filter-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:8px;
}
.border-grey {
  border: 1px solid #DCDCE5 !important;
  border-radius: 8px !important;
}
.selector {
  border: 1px solid #dcdce5;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
}
.selector:hover {
  border-color: #000;
}
.selector label {
  font-size: 12px;
  line-height: 17px;
  color: #121117;
}
.filter-form:has(.form-control:focus) .dark-overlay, .filter-form:has(.selector .btn:focus) .dark-overlay, .filter-form:has(.selector.active) .dark-overlay {
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.filter-shadow {
  box-shadow: 0 20px 15px 0 rgba(0,0,0,.05);
}
.vid-shadow {
  box-shadow: 0 4px 16px 0 rgba(18,17,23,.15);
  border-radius: 8px;
}
.selector .form-control::placeholder {
  font-weight: 200;
  color: #ADB4BC;
}
.selector .form-control {
  background-color: #ffffff !important;
  border: 0 !important;
  height: auto !important;
  min-height: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  width: 100%;
}
.selector:has(.form-control:focus) .suggestions, .selector:has(.btn:focus) .suggestions, .selector.active .suggestions {
  display: block;
}
.selector:has(.form-control:focus), .selector:has(.btn:focus), .selector.active  {
  border-color: #006af5;
  z-index: 600;
}
.selector .btn:focus {
  box-shadow: none !important;
}
.selector .suggestions {
  background-color: #fff;
  border: 2px #dcdce5 solid;
  border-radius: 8px;
  box-shadow: 0 8px 32px 0 rgba(18, 17, 23, .15);
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: calc(100% + 5px);
  z-index: 5;
  width: 100%;
}
.selector .suggestions a {
  display: block;
  color: #121117;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 16px;
  font-weight: 400;
  background-color: #ffffff;
}
.selector .suggestions a:hover {
  background-color: #f4f4f8;
}
.session-tabs {
  border-bottom:2px solid #A3A3A3;
  position: relative;
  overflow: visible;
}
.session-tabs .nav-item:has(.nav-link.active), .session-tabs .nav-item:hover {
  border-bottom:2px solid var(--sec-color);
  background-color: #FCF7F8;
}
.session-tabs .nav-item {
  border-bottom:0;
  margin-bottom: -2px;
  padding-inline:0;
  border-bottom:2px solid #A3A3A3;
}
.session-tabs .nav-link {
  border-radius:0 !important;
  margin-bottom: 0 !important;
  font-size: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #000000 !important;
}
.session-tabs .nav-link.active {
  margin-bottom: 0px !important;
  z-index: 1;
}
.session-tabs .nav-link .num {
  background: #E6E6E6;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  height: 20px;
  width: auto;
  padding-inline:5px;
  margin-left: 10px;
  transition: .5s;
}
.session-tabs .nav-link.active .num, .session-tabs .nav-link:hover .num {
  background: var(--sec-color);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  height: 20px;
  width: auto;
  padding-inline:5px;
  margin-left: 10px;
  transition: .5s;
}
.sm-subheader {
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--pry-color);
  border-radius: 100%
}
.prof-container {
  transition: .5s;
  border: 1px solid #ccc !important;
}
.prof-container.active{
  transition: .5s;
  border: 1px solid #000 !important;

}
.prof-hover {
  transition: .5s;
}
.prof-hover:hover {
  transition: .5s;

}
.more-tutors {
  background-image: url('/app/rl/img/careers.jpeg');
  background-size: cover;
  background-position: center;
}
.more-tutors .center {
  background-color: rgba(219, 238, 255, .8);
  transition: .5s;
}
.more-tutors .center:hover {
  background-color: rgba(16, 57, 133,.9);
  color: #fff;
  transition: .5s;
}
.about-cont span {
  display: inline-block;
}
.about-cont p {
  font-size: 16px;
  line-height: 24px;
}
.about-cont.hide {
  height: 100%;
  max-height: 250px;
  overflow: hidden;
}
.about-cont {
  height: 100%;
}

.vid-cont {
  transition: .3s;
}
.toggle-wrapper {
  position: relative;
  padding-top: 50px;
  margin-top: -40px;
  transition: .4s;
}
.toggle-wrapper.hide::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 100%); */

}
.auth-form input, .auth-form .password {
  font-size: 14px;
  border-radius: 10px;
  border-width:1px !important;
}
.auth-form input:focus {
  border-color: #000 !important;
}
.auth-form input::placeholder {
  color: #aaa;
}
.contract-nav {
  display: flex;
  align-items: center;
}
.contract-nav a {
  color: #000000;
  margin-right: 40px;
  font-size: 14px;
}
.contract-nav a.active {
  color: var(--sec-color);
  font-weight: 500;
}
.border-dark {
  border-width: 1px !important;
}
.info-card {
  background-image: url('/app/rl/img/light-bg.png');
  background-size: cover;
}
.text-dark {
  color: #121117 !important;
}
.washed {
  color: #4d4c5c;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  max-width: 370px;
}
.washed svg{
  fill: #4d4c5c;
  height: 16px;
  width: 16px;
  object-fit: contain;
}
.inline-list {
  padding-left: 0;
}
.inline-list.wrapped {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inline-list li{
  display: inline;
  text-decoration: none;
}
.info-wrapper {
  padding-bottom: 10px;
}
.info-section p {
  max-width: 300px;
  font-size: 16px
}
.info-wrapper.wrapped {
  max-height: 80px;
  overflow: hidden;
}
.about-summary {
  display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 line-clamp: 3;
 -webkit-line-clamp: 3;
}
.country_icon {
  height: 12.25px;
  width: 16px;
  border:1px solid #dcdce5;
  border-radius: 2px;
}
.btn-outline-light {
  border: 1px solid #dcdce5;
  background-color: #ffffff;
  color: #000000;
  transition: .5s;
}
.btn-outline-light:hover {
  transition: .5s;
  border: 1px solid #dcdce5;
  background-color: rgba(18,17,23,.06);
  color: #000000;
}
.favorite {
  height: 34px;
  width: 34px;
  display: grid;
  place-items:center;
  background-color: #ffffff;
  font-size: 18px;
  color: #000000 !important;
  border-radius: 8px;
}
.favorite:hover {
  background-color: rgba(18,17,23,.06);
}
.rate-range {
  width:100%;
  border: 1px solid #121117;
  margin-left: 8px;
  margin-right: 16px;
}
.rate-bar {
  height: 4px;
  background-color: #000;
  display: block;
}
@media screen and (min-width:1299px){
  .xl-custom {
    width:calc(100% - 400px) !important;
  }
  .xl-sm {
    width:400px !important;
  }
  .sm-container {
    max-width: 1170px !important;
    margin:auto;
  }
}
.thumbnail {
  background-color: #000;
  height: 180px;
  width: 100%;
  position: relative;
  display: block;
}
.thumbnail .prof{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail .play {
  height: 56px;
  width: 56px;
  position: absolute;
  bottom: 16px;
  right:16px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: .5s;

}
.thumbnail:hover .play {
  transition: .5s;
  opacity: .9;
}
.btn-w-link a {
  padding-block:12px;min-width:300px;font-weight:500;
  display: block;
}
.radio-block [type="radio"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.radio-block {
    display: inline;
    width: 100%;
}

.radio-block span {
    display: grid;
    place-items: center;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
}

.radio-block:nth-child(2) span {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.web-sticky {
  position: sticky;
  top: 0;
}
.w-dropdown-toggle.w--open .accordion-title,
.w-dropdown-toggle.w--open .accordion-icon {
    color: #41c987 !important;
}

.radio-block:nth-child(1) span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radio-block:nth-child(3) span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.radio-block [type="radio"]:checked~span {
    border: 1px solid var(--pry-color);
    background: var(--pry-color);
    color: #fff;
}
.cr-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  height: 100%;
  padding: 20px;
  border-radius: 12px;
  color: #000000;
  transition: .4s;
}
.cr-cards:hover {
  background-color: #000;
  color: #fff;
  transition: .4s;
}
.bd-card {
  border: 1px solid #D9D9D9;
  color: #000000;
}
.bd-card:hover {
  border: 1px solid #000;
  color: #000000;
}
.bd-card.border-muted {
  border: 1px solid #D9D9D9 !important;
}
.flex-radios {
    display: flex;
}
.flex-cal {
  display: flex;
  width: 100%;
  overflow: auto;
}
.flex-cal::-webkit-scrollbar, .sl-cont::-webkit-scrollbar {
  display: none;
}
.flex-cal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cal-days {
  cursor: pointer;
  color: #6a697c;
}
.form-control {
  box-shadow: none !important;
}
.cal-days .dt{
  margin-top: 5px;
  height: 32px;
  width: 32px;
  display: grid;
  place-items:center;
  transition: .5s;
  color: #000;
  border: 1px solid transparent;
  border-radius: 5px;
}
.cal-days.active, .cal-days:hover {
  color: #000;
}
.cal-days.active .dt, .cal-days:hover .dt {
  background-color: var(--lighter-pry-color);
  border-color: var(--pry-color);
  transition: .5s;
  color: #000;
}
.sl-cont {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.sl a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    font-size: 13px;
    transition: .5s;
    font-weight: 500;
}
.sl a:hover {
  border-color: #000;
  color: #000;
  transition: .5s;
}
.sl a.active {
  transition: .5s;
  background-color: var(--light-pry-color);
  border-color: #000;
  color: #000;
}
.cal-arrows {
  height: 35px;
  width: 35px;
  display: grid;
  place-items:center;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: .5s;
}
.cal-arrows:hover {
  transition: .5s;
  border-color: #000;
}

.new-alert {
  border: 1px solid #fff;
  background-color: #F03E3E;
}

@media screen and (max-width: 1199px) {
    .radio-block span {
        padding: 10px 0;
    }
    .web-sticky {
      position: relative;
    }
}

.pros-list {
    padding: 20px;
}

.pros-list:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.checker input:checked~.checkmark {
    background-color: var(--pry-color) !important;
    ;
}

.checker.checked .checkmark.checkbox {
    background-color: var(--pry-color);
}

.modal-backdrop {
    z-index: 1;
}
.token-input {
    width: 46px;
    height: 46px;
    font-size: 24px;
    text-align: center;
    margin: 5px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.token-input:disabled {
   background-color: #ddd;
}
.token-input:focus {
  border-color: #000;
}

.token-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.filter-btn {
    position: fixed;
    bottom: 10px;
    width: 55px;
    height: 55px;
    border-radius: 100% !important;
    margin: 0 !important;
    padding: 0;
    right: 10px;
    z-index: 200;
    font-size: 20px;
    display: grid;
    background-color: var(--sec-color);
    place-items:center;
}

.team {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.member .mb-img {
    height: 150px;
    width: 150px;
    overflow: hidden;
    /* border-radius: 100%; */
    border: 1px solid #000;
    margin-bottom: 15px;
}

.member .mb-img img {
    height: 150px;
    width: 100%;
}

.member .qst {
    font-size: 19px;
}

.member p {
    font-size: 16px;
}

.bg-pry {
    background-color: var(--pry-color);
    /* color: #fff; */
}
.bg-dark-pry {
    background-color: var(--pry-dark-color);
    color: #fff;
}
.bg-darker-pry {
    background-color: var(--pry-darker-color) !important;
    color: #fff;
}
.bg-light-pry {
    background-color: var(--light-pry-color);
    /* color: #fff; */
}
.bg-lighter-pry {
    background-color: var(--lighter-pry-color);
}
.bg-lighter-sec {
    background-color: var(--lighter-sec-color);
}

.bg-cream {
    background-color: #ffebeb !important;
    border-radius: 10px;
    padding: 20px;
}

.bg-cream img {
    width: 100%;
}

.avatar {
    width: 50px;
}

.conversation-ellipsis {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.word-ellipsis {
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}
.word-ellipsis p {
  font-size: 15px;
}
.subjects {
  display: flex;
  flex-wrap: wrap;
}
.subjects span:not(:last-child)::after {
  content: ',';
  margin-right: 5px;
}
small {
    font-size: 14px;
}

footer {
    margin-top: auto;
    background: #eee;
}

button {
    outline: none !important;
}

*:focus {
    outline: 0 !important;
}

@media screen and (min-width:1400px) {
    .container-lg {
        max-width: 1400px;
    }
}

.separator::before {
    margin-inline: 10px;
    border-right: 1px solid #aaa;
    content: '';
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 100 !important;
}

.web {
    display: block;
}

.mobile {
    display: none;
}

.title {
    font-size: 45px;
    /* -webkit-font-smoothing: antialiased !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important; */
}
.navbar-brand {
    display: block;
}

.navbar-brand img {
    height: 50px;
    /* width: 100%; */
    object-fit: contain;
}

nav.navbar {
    padding: 0;
    /* z-index: 1; */
    width: 100%;
}

nav .container {
    /* border-bottom: 1px solid #000; */
}

.nav-item {
    margin-right: 0px;
}

.nav-link {
    color: #000 !important;
    font-weight: 500;
}
.nav-link:hover, .nav-link.active {
  color: var(--pry-dark-color) !important;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
    transition: .5s;
}
.bg-black .nav-link {
  color: #fff !important;
}
.bg-black .nav-link:hover {
  color: var(--light-pry-color) !important;
}
.bg-black .nav-link:focus {
  color: var(--light-pry-color) !important;
}
.bg-black .nav-link.active {
  color: var(--light-pry-color) !important;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--pry-color);
}
.info {

    margin-top: 40px;
}
.shadow-pry {
  box-shadow: 0 .125rem .25rem rgba(16, 57, 133, .25) !important;
}
.top-dash {
    padding-top: 50px;
    margin-top: -40px;
    border-top: 1px dashed var(--pry-color);
}

.blank {
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
}

.blank li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.blank .num {
    margin-top: -2px;
    height: 32px;
    width: 32px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    background-color: var(--pry-color);
    color: #fff;
    margin-right: 10px;
}
.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-button {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.input-button input {
    border: 0;
}

.input-button .btn {
    border-left: 1px solid #aaa;
}

.gc-popup {
    background-position: top;
    background-size: contain;
    background-color: var(--lighter-pry-color);
}

.gc-popup .modal-body {
    background-color: rgba(255, 255, 255, 0.8);
}
#gcModal {
  /* background-image: url('/img/confetti.gif'); */
  background-repeat: repeat;
  background-size: 70px;
}
.blob {
  background-color: #2B65BF12;
  padding: 8px 15px;
  font-family: 'Mercury', serif !important;
  text-transform: uppercase;
}
.text-sans {
    /* font-family: serif; */
    font-size: 20px;
    font-weight: bold;
}
.pointer {
  cursor: pointer !important;
}
.form-control:focus {
    outline: 0;

}
.select2-dropdown {
  z-index: 100000 !important;
}
.select2-container {
  display: block !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #dee2e6 !important;
}
.select2-selection {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 48px !important;
}
.select2-selection.select2-selection--multiple {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}
.select2-search--inline {
  display: inline;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #fff9ea !important;
  font-size: 13px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding-right: 5px;
  margin-right: 5px;
}
.select2-search__field {
  min-width: 200px !important;
}
.page-link {
  font-size: 13px !important;
}
.form-control, .select2-results__option {
  font-size: 14px;
}
.select2-results__option:hover {
  background-color: var(--pry-color);
  color: #fff;
  cursor: pointer;
}

select.with-placeholder:not(:valid) {
    color: #858585;
}

select.with-placeholder:valid {
    color: #000000 !important;
}

select.with-placeholder option:not(:first-child) {
    color: #000000 !important;
}
.bnw {
  /* border: 1px solid var(--pry-color); */

}
.pro-discovery-call-lead-form {
    background-color: #fbeae87a;
    border-radius: 8px;
}


.pro-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: baseline;
}
.pro-intro {
    background-color: #ffffff;
    padding: 40px 40px 60px 40px;
    border-radius: 20px;
    margin-top: -150px;
    width: 100%;
    max-width: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.overlay-cream {
    background-image: url('/app/pyg/img/overlay-cream.png');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.btn-outline-sec {
    background-color: transparent;
    border: 1px solid var(--sec-color);
    color: var(--sec-color);
    transition: .5s;
    padding: 11px 50px;
    font-size: 16px;
    border-radius: 20px;
}

.btn-outline-sec:hover {
    border-radius: 20px;
    font-size: 16px;
    background: var(--sec-color);
    color: #fff;
    border: 1px solid var(--sec-color);
    transition: .5s;
}

.btn-google-login:hover, .btn-facebook-login:hover {
    color: #fff;

}

.text-pry {
    color: var(--pry-dark-color);
}
.text-darker-pry {
    color: var(--pry-darker-color);
}

.text-red {
    color: var(--sec-color);
}

.text-sec {
    color: var(--sec-color);
}

.bg-light-grey {
    background-color: #FBFBFB;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 100%;
}

.gallery-0 {
    grid-area: menu
}

.gallery-1 {
    grid-area: topleft
}

.gallery-2 {
    grid-area: topright
}

.gallery-3 {
    grid-area: bottomleft
}

.gallery-4 {
    grid-area: bottomright
}

.pswp-gallery {
    display: grid;
    grid-template-areas:
        'menu menu topleft topright'
        'menu menu bottomleft bottomleft'
        'bottomright bottomright bottomright bottomright';
    gap: 8px;
    margin-bottom: 20px;
}

.pswp-gallery a:not(.gallery-0) {
    height: 100px;
}

.pswp-gallery a {
    max-height: 210px;
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
    position: relative;
}

.pswp-gallery a:hover {

}

.pswp-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.more-gallery {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    display: grid;
    place-items: center;
}

.pswp__item {
    text-align: center;
    display: flex !important;
    align-items: center;
    width: 100%;
}

.pswp__img {
    object-fit: contain;
    /* width: 400px !important; */
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .4);
    border: 1px solid #ccc;
}

#backToTop:hover {
    background-color: #ffffff;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .underline.sec {
    background-color: var(--sec-color);
}

.steps .underline {
    height: 3px;
    margin-top: -50px;
    display: block;
    width: 100%;
    background-color: #F2F1F3;
}

.list li {
    padding: 5px 0;
    width: 98%;
    font-size: 19px;
}
.list, .check {
    margin-bottom: 0;
    padding-left: 10px;
    list-style: none;
}

.list li, .check li {
    /* margin-bottom: 18px; */
    font-size: 17px;
    display: flex;
    /* opacity: .7; */
    align-items: flex-start;
}

.check.d-flex li {
    margin-right: 12px;
}

.list li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f069";
    color: #000;
    margin-right: 8px;
}

.check li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: '\f00c';
    color: #000 !important;
    margin-right: 10px;
}


.featured-img, .profile-img {
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.profile-title {
    font-size: 26px;
}

.profile-top {
    padding: 40px 60px;
    border-radius: 10px;
    position: relative;
}

.flex-gallery {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.edit-pp {
    position: relative;
    cursor: pointer;
}
.edit-pp:hover::before {
    content: '+';
    z-index: 1;
    position: absolute;
    margin: auto;
    /* padding-top: 10px; */
    width: 100%;
    height: 130px;
    display: grid;
    place-items:center;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 50px;
}
.edit-pp.lg:hover::before {
    height: 280px;
}

.mt-neg {
    margin-top: -100px;
}

.large {
    font-size: 22px;
}

.times, .check {
    padding-left: 0;
}

.times li, .check li, .check-circle li {
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    list-style: none;
    font-size: 15px;
}

.check-circle li i {
    margin-top: 2px;
    margin-right: 10px;
    font-size: 24px;
}

.times li::before, .check li::before {
    content: '';
    background: url('/img/times.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 9px;
    width: 12px;
    margin-top: 8px;
    margin-right: 10px;
}

.check li::before {
    background: url('/img/check.svg');
}

.video-wrapper {
    width: 90%;
}
.video-container {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}

.scratch {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100%;
}
.top .flip {
  position: absolute;
  right: 0;
  bottom: 0px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.st-container {
    margin-right: -20px;
    border: 1px solid rgba(112, 112, 112, 0.2);

    border-radius: 16px;
    padding: 40px;
    padding-right: 60px;
}

.st-title {
    font-size: 30px;
    font-weight: bold;
}

.form-control {
    height: 48px;
}

textarea.form-control {
    height: 150px;
    resize: none;
}

.svc-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.svc {
    position: relative;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}

.sv-icon {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 10px;
}

.sv-icon img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.hidden {
    display: none;
}

.hidden-checkbox {
    visibility: hidden;
    position: absolute;
}

.top, .inner {
    position: relative;
    overflow: hidden;
    background-image: url('/app/icva/website/img/hero.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block:40px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}
.inner {
  background-image: url('/app/icva/website/img/resources.jpg');
  background-position: top left;
}
.top.none {
  background-image: none;
}
.top .stroke {
  position: absolute;
  bottom: 0;
  width: 54.3vw;
  right: 0;
  z-index: 0;
}
.top .content {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.22);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  background-color: #ffffff;
}
.top-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.vis {
  position: relative;
  overflow: hidden;
}
.vis * {
  z-index: 1;
}
.vis .up-stroke {
  position: absolute;
  top: -20px;
  width: 55vw;
  left: 0;
  z-index: 0;
}
.advisor-bg {
  background-image: url('/app/rl/img/advisor-bg.svg');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.advisor-bg .content {
  width: 60%;
}
.tutor-bg {
  background-image: url('/app/rl/img/tutor-bg.svg');
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.tutor-bg .content {
  width: 60%;
}
.icon-card {
  padding: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.ic {
  font-size: 20px;
  background-color: var(--pry-color);
  height: 50px;
  width: 50px;
  color: #000;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
.ic.sm {
  height: 30px;
  width: 30px;
  font-size: 17px;
}
.icon-card p {
  font-size: 17px;
}

.user span, .pagination * {
    /* font-family: sans-serif; */
    font-size: 14px;
}

.user i {
    font-size: 14px;
}

.top p {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.top h6 {
    font-size: 22px;
    /* font-family: 'noto-serif-medium', serif; */
}
.top .ripped {
  margin-top: -40px;
}
.hiw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hiw>div {
    width: 100%;
}

.hiw p {
    width: 78%;
}
.hiw .step h5 {
    font-weight: bold;
}
.step i {
  height: 50px;
  width: 50px;
  font-size: 20px;
  border-radius: 100%;
  background-color: var(--light-sec-color);
  color: var(--sec-color);
  display: grid;
  place-items: center;
}
.top-nav-unread-badge {
    position: absolute;
    right: -2px;
    top: 0px;
    font-size: 10px;
    background: #000;
    color: #fff;
    height: 15px;
    min-width: 17px;
    text-align: center;
    border-radius: 3px;
}

.btn-nav {
    border: 1px solid transparent !important;
    padding: 0.6rem 3rem !important;
    transition: .3s;
    white-space: nowrap;
    background-color: var(--sec-color);
    font-weight: 500;
}
.btn-nav:hover {
    background-color: var(--sec-color);
    color: #000 !important;
    transition: .3s;
}

[moe][large] form, [moe][large] [url] {
    width: 450px;
}

[moe][wide] form, [moe][wide] [url] {
    width: 550px;
}

[moe][huge] form, [moe][huge] [url] {
    width: 750px;
}

[moe][extra-huge] form, [moe][extra-huge] [url] {
    width: 900px;
}

[moe][bottom] form,
[moe][bottom] div[url] {
    bottom: 100%;
}

.moe-disabled[moe] {
    cursor: not-allowed;
}

.moe-disabled[moe] [start][show] {
    opacity: 0.5;
    pointer-events: none;
}
footer small {
  font-size: 12px
}
.log, .log-dark {
    background-color: #ffffff;
    padding: 20px;
}

.log-dark {
    background-color: var(--pry-color);
    color: #fff;
}

.log-btn {
    background-color: var(--pry-color);
    color: #fff !important;
    padding: 10px 30px !important;
}

.log-dark .log-btn {
    background-color: #ffffff;
    color: #000 !important;
}

.header {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /* width: 70%; */
    /* letter-spacing: -2px */
}
.subheader  {
  font-size: 26px;
  font-weight: 700 !important;
}

.msg-header {
    background-color: #FB6108;
    color: #fff;
}

.btn-input, .btn-input:hover, .btn-input:focus {
    height: 40px;
    width: 44px;
    font-size: 18px;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 100%;
    background: #32abd1;
    color: #fff;
}

.btn-input i {
    margin-left: -4px;
}

.sans *:not(i, .subtitle) {
    /* font-family: sans-serif; */
}

a, a:hover {
    color: var(--pry-dark-color);
    text-decoration: none !important;
}
.fc-col-header-cell-cushion {
    color: #000;
    font-weight: 500;
}

.pp-sm-container {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 100%;
    width: 50px !important;
    height: 50px !important;
}

.pp-overlay, .pp-square-container {
    width: 220px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #000;
    position: relative;
}

.pp-overlay:hover::after {
    content: '+';
    color: #fff;
    position: absolute;
    font-size: 100px;
    top: 15%;
    left: calc(50% - 30px);
    margin: auto;
    width: 220px;
    height: 220px;
}

.pp-overlay img, .pp-square-container img {
    background-color: #ffffff;
    width: 220px;
    height: 220px;
    object-fit: cover;
    cursor: pointer;
}

.pp-square-container img {
    cursor: default;
}

.pp-overlay:hover img {
    opacity: .8;
}

.num {
    background-color: var(--pry-color);
    height: 40px;
    width: 40px;
    border-radius: 4px;
    display: grid;
    place-items: center;
    color: #000;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.center {
    display: grid;
    place-items: center;
}

.title {
    /* font-size: 60px;
    line-height: 65px; */
    /* font-family: 'noto-serif-medium', serif; */
}

.subtitle {
    font-size: 40px;
    /* font-family: 'noto-serif-medium', serif; */
}

.sm-subtitle {
    width: 60%;
}

.heading, .subheading {
    /* font-family: 'noto-serif-medium', serif; */
    font-size: 30px;
}

.subheading {
    font-size: 20px;
}

.sub-bright {
    position: relative;
}

.sub-bright::after {
    position: absolute;
    content: '';
    background: url('/img/bright_words.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    right: -60px;
    height: 200px;
    width: 150px;
}

.video {
    width: 100%;
    height: 350px;
}

.video[poster] {
    object-fit: cover;
}

.qst {
    font-size: 22px;
    font-family: 'libre-italic', sans-serif;
}

.qst-lg {
    font-size: 35px
}

.form-control {
    border-radius: 0;
    font-size: 16px;
    color: #000000;
}

.training-steps {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.training-steps img {
    height: 60px;
}

.overlay-support {
    display: flex;
    align-items: center;
    background-color: #FBFBFB;
}

.overlay-support>div {
    width: 100%;
}

.img-holder {
    overflow: hidden;
}

.img-holder img {
    object-position: center;
}

.bd-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.set-duration:focus, .btn {
  box-shadow: none !important;
}
.footer-logo img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.footer-links a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: .5s;
}

.footer-links a:hover {
    color: var(--sec-color);
    transition: .5s;
}

.around {
    justify-content: space-around;
}

.bd-right {
    border-right: 1px solid #000;
    padding-right: 30px;
}

.about-context {
    text-align: left;
}

.board-member {
    margin-bottom: 40px;
}

.board-member img {
    width: 100%;
    margin-bottom: 20px;
}

.courses>div {
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.course-1 {
    background-image: url('/img/courses/course_bg_1.jpg');
}

.course-2 {
    background-image: url('/img/courses/course_bg_2.jpg');
}

.course-3 {
    background-image: url('/img/courses/course_bg_3.jpg');
}

.course-4 {
    background-image: url('/img/courses/course_bg_4.jpg');
}

.course-5 {
    background-image: url('/img/courses/course_bg_5.jpg');
}

.user {
    border: 1px solid #eee;
    padding: 12px;
    display: flex;
    align-items: flex-start;
}

.user:hover {
    background-color: #f1f1f1;
}

.pp-container {
    display: block;
    height: 90px;
    width: 100px;
    position: relative;
}

.pp-container>div {
    height: 90px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.pp-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pp-container i {
    color: #ddd;
    font-size: 10px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #fff;
    top: -5px;
    right: -5px;
}

.pp-container i.online {
    color: #30ba06;
}

.days {
    display: flex;
    flex-wrap: wrap;
}

.days a {
    background-color: #fff;
    padding: 12px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.days a:hover {
    background-color: #f1f2f1;
}

.days a.active {
    background-color: var(--sec-color);
    color: #fff;
}
.contract-user {
  display: none;
}
.accordion-item {
    box-shadow: 0px 0px 8px rgba(9, 15, 25, .1);
    margin-bottom: 20px;
    border-radius: 8px !important;
    border:0 !important;
}

.accordion-button {
    border-radius: 8px !important;
    font-size: 20px;
    font-weight: 500;

    padding: 18px;
}
.accordion-body * {
  font-size: 16px !important
}
.accordion-button::before {
    display: none;
}

.accordion-button::after {
    content: '';
    background: url('/img/plus.svg');
    background-size: cover;
    height: 14px;
    width: 14px;
    margin-right: 20px;
    transition: .5s;
}

.accordion-button:not(.collapsed)::after {
    content: '';
    background: url('/img/minus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 5px;
    width: 14px;
    margin-right: 20px;
    margin-top: 5px;
    transition: .5s;
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #000000;
}

.page-item.active .page-link {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

.page-link {
    color: var(--sec-color);
}

.morph-button-modal-btn button img {
    width: 100%;
}
.fab-msg {
  position: fixed;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  bottom: 30px;
  right: 20px;
  background-color: var(--lighter-pry-color);
  color: #000;
  border:1px solid var(--pry-color);
  font-size: 20px;
  padding: 0;
  display: grid;
  place-items: center;
  z-index: 100;
}
.hr-msg-container {
  position: fixed;
  background-color: #ffffff;
  width: 95%;
  min-height: 68vh;
  max-width: 480px;
  bottom: 30px;
  right: 20px;
  z-index: 100;
}
.inner-dropdown {
  z-index:1;
  min-width:280px;
  overflow-y: auto;
  max-height: 60vh;
}
.pp-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: -5px;
  right: -10px;
  font-size: 10px;
  border:1px solid #eee;
  border-radius: 100%;
  display: grid;
  place-items:center;
}
.pp-icon.CONFIRMED {
  background-color: #CFEAD6;
  color: #127332;
}
.pp-icon.DECLINED {
  background-color: #FAD2CF;
  color: #B31312;
}
.pp-icon.CHANGE_REQUESTED {
  background-color: #E9EAED;
  color: #3C4043;
}
.btn-list:hover {
  background-color: #efefef;
}
.btn-list.active {
  background-color: var(--lighter-pry-color) !important;
}
/* RESPONSIVENESS */
@media screen and (max-width:1399px) {
    .sm-subtitle {
        width: 70%;
    }
    .ell {
      width: 100px !important;
    }
}

@media screen and (max-width:1199px) {
    .nav-item {
        margin-right: 2px;
    }

    .profile-img img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .mb-down {
        margin-bottom: -45px;
    }

    .info-card {
        top: 0;
        height: auto;
        position: relative;
    }

    .btn-sec {
        padding: 8px 40px;
        margin-bottom: 5px;
    }

    .training {
        background: url('/img/yp/pose_5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }



    .overlay {
        padding-bottom: 40px;
        background: rgba(255, 255, 255, 0.8);
    }

    .svc-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .st-container {
        padding: 20px;
    }

    .st-container, .st-video {
        margin-inline: 0 !important;
    }

    .st-video.video-container {
        width: 100%;
        border-radius: 0;
    }

    .m-video {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px;
    }

    .video-modal {
        height: 40px;
        width: 40px;
        display: grid;
        place-items: center;
        background-color: var(--light-sec-color);
        border-radius: 100%;
        z-index: 1;
    }

    .support-experience {
        background: url('/app/pyg/img/pose.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .overlay-support {
        background-color: rgba(251, 251, 251, 0.9);
    }

    .pro-top {
        background-size: cover;
        border-bottom: 1px solid #333;
        height: 300px;
        margin-bottom: 100px;
    }

    .container-lg {
        /* max-width: 1140px; */
    }

    .pro-top .row {
        align-items: center;
    }

    .pro-top .top-title {
        padding-top: 0 !important;
        padding-bottom: 50px;
    }

    .pro-intro {
        margin-top: -150px;
    }

    .sm-subtitle {
        width: 90%;
    }

    .sub-bright::after {
        top: -30px;
        right: -25px;
        height: 181px;
        width: 100px;
    }

    .mobile {
        display: block;
    }

    .web {
        display: none;
    }

    .about-context {
        text-align: center;
    }

    .training-steps {
        justify-content: center;
    }

    .training-steps>div {
        margin-left: 30px;
        margin-right: 30px;
    }

    .overlay-cream {
        height: 300px;
        background-image: none;
        background-color: rgba(244, 243, 237, .8);
    }

    .edit-pp::before{
        content: '+';
        position: absolute;
        margin: auto;
        width: 100%;
        height: 130px;
        display: grid;
        place-items: center;
        text-align: center;
        background-color: rgba(0, 0, 0, .04);
        color: rgba(255,255,255,.6);
        font-size: 80px;
    }
    .edit-pp.lg::before, .edit-pp.lg:hover::before {
        height: 100px;
        font-size: 40px;
    }

    .navbar-toggler {
        color: var(--pry-color);
        border:0;
        background-color: transparent;
        padding: 15px;
        margin-bottom: 0;
        border-radius: 8px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    #navBar {
        background-color: rgba(0, 0, 0, .25);
        padding: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -100%;
        z-index: 200;
        transition: left 0.1s ease-out;
    }
    #navBar.show{
      left: 0;
    }
    .nav-item .dropdown-menu {
      margin-top: .125rem;
      display: block !important;
    }
    .bar-container {
      width: 50%;
      height: 100vh;
      overflow-y: auto;
      padding-bottom: 100px;
      padding-inline: 20px;
      flex-direction: column;
      background-color: #fff;
    }
    .bar-container::-webkit-scrollbar {
      display: none;
    }
    .bar-container {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .nav-item {
        margin-right: 0;
        width: 100%;
        padding-inline: 10px;
    }

    .nav-link {
        color: #000;
        white-space: nowrap;
        font-size: 15px;
    }

    .nav-item .nav-link{
        border-bottom: 0;
    }
    .clse {
      height: 30px;
      width: 10px;
      position: absolute;
      font-size: 18px;
      border-radius: 10px;
      top: 15px;
      border: 0 !important;
      right: 10px;
      display: grid;
      place-items: center;
      color: #000 !important;
    }
    /* .bg-white .nav-link.text-white, .bg-white .nav-link.text-white:hover, .bg-white .nav-link.text-white.active {
      color: #fff !important;
    } */
}

@media screen and (max-width:1199px) and (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-lg .navbar-collapse.show {
        display: flex !important;s
        flex-basis: 100%;
        align-items: center;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        display: block;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width:991px) {
  .ell {
    width: 80% !important;
  }
  .fl-container {
    display: none;
  }
  .popup-overlay.show {
    background-color: rgba(0, 0, 0, .4);
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
  }

  .popup-sidebar {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      height: 0;
      width: 0;
      margin-left: -300px;
  }

  .popup-sidebar.show {
      height: 100%;
      margin-left: 0;
      transition: .5s;
      overflow: auto;
      z-index: 200;
      min-height: 100vh;
      background-color: #ffffff;
      width: 300px;
      position: fixed;
      padding: 10px;
      transition: .5s;
  }
  .floater {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 100;
      display: block;
  }
  .sidebar-menu a {
    display: block;
    padding:10px;
    border-bottom:1px solid #eee;
    font-size: 13px;
    color: #000000;
  }
  .sidebar-menu a.active {
      display: block;
      padding:10px;
      border-bottom:1px solid #eee;
      font-size: 13px;
      font-weight: bold;
      background-color: var(--lighter-pry-color);
      color: #000000;
    }
    .filter-form .hidden {
      /* display: block; */
    }
    .hiw > div {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    nav.navbar .container {
        padding: 0 15px !important;
        position: relative;
        border-bottom: none;
    }

    .pp-container, .pp-container>div {
        height: 100px;
    }

    .hiw {
        display: block;
        text-align: center;
    }

    .hiw p {
        margin: auto;
        margin-bottom: 20px;
    }

    .min-width-200px {
        min-width: 100px;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .top-dash {
        border-top: none;
    }

    .info-card .title {
        font-size: 35px;
    }

    .info-card .subtitle {
        font-size: 25px;
    }

    .user {
        display: grid;
        place-items: center;
    }

    .title {
        font-size: 35px;
        line-height: 40px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        z-index: 2000;
        min-height: 100%;

        width: 0;
        padding: 0;
        left: 0;
        background-color: #ffffff;
    }

    .sidebar.closed {
        width: 300px;
        padding: 15px;
        display: block;
        overflow: auto;
    }

    .sidebar.closed h6, .sidebar.closed ul {
        display: block;
        transition: .5s;
    }

    .sidebar>a {
        display: none;
    }
    .open-sidebar>a {
      display: block;
      padding: 12px;
      border-bottom: 1px solid #eee;
      margin-right: 0;
    }
    .open-sidebar > .contract-user {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .content.fx-height {
        /* height: 80vh; */
        overflow-y: hidden;
        opacity: .5;
        pointer-events: none
    }

    .open-sidebar {
        display: none;
    }

    .fab-sidebar {
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        bottom: 10px;
        right: 10px;
        background-color: var(--lighter-pry-color);

        color: #000;
        border:1px solid var(--pry-color);
        font-size: 20px;
        padding: 0;
        display: grid;
        place-items: center;
        z-index: 3000;
    }
    .filter-flex {
      flex-direction: column;
    }
    .session-tabs {
      overflow-x: auto;
      overflow-y:hidden;
    }
    .hero-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:767px) {

  .header {
    font-size: 35px;
  }
  .cr-cards {
    padding: 10px;
  }
  .token-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .msg-input .btn {
    padding:9px
  }
  .hr-msg-container {
    right: 0;
    left: 0;
    margin:auto;
    bottom: 20px;
  }
  .bar-container {
    width: 70%;
  }
  .country_icon {
    height: 15px;
    width: 20px;
    border-radius: 2px;
  }
    .top p {
        width: 100%;
    }
    .info-card .title {
        font-size: 35px;
    }

    .info-card .subtitle {
        font-size: 20px;
    }

    .info-card .cleaner-title {
        font-size: 25px;
    }

    .mb-scroll {
        display: flex;
    }
    .tst {
      /* margin-right: 0px; */
    }

    .im-container .im-lhs {
        min-width: 100px;
        max-width: 100px;
    }

    .im-container .im-lhs .d-flex {
        display: none !important;
    }

    .sub-bright::after {
        display: none;
    }
    .md-250 {
      height: 250px !important;
    }
    .clse-right {
      right: 0 !important;
      top: 0 !important;
      font-size: 13px;
      border-radius: 0 !important;
    }
}

@media screen and (max-width:580px) {
  .fab-msg {
    bottom: 20px;
    right: 10px;
  }
    .subtitle {
        font-size: 29px;
    }
    .subheader {
      font-size: 26px;
    }
    .pro-top {
      height: 100px;
    }
    .bar-container {
      width: 75%;
      padding-inline: 10px;
    }
    .num h6 {
        margin-top: 5px;
    }

    .footer-logo img {
        height: 90px;
    }

    .footer-links a {
        font-size: 14px;
    }
    .footer-links {
        width: 50%;
        margin-bottom: 20px;
    }

    .around {
        justify-content: flex-start;
    }

    .info-card .title {
        font-size: 25px;
    }

    .info-card .cleaner-title {
        font-size: 20px;
    }

    .num {
        display: grid;
        place-items: center;
    }

    .num .subtitle {
        /* text-align: center; */
    }
}

@media screen and (max-width:400px) {
    .top-title {
        font-size: 36px;
        line-height: 40px;
    }
    .btn-pry {
      padding: 9px 40px;
      font-size: 16px
    }
    .btn-sec {
        padding: 10px 25px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .header {
      font-size: 32px;
    }
}

@media screen and (max-width:580px) {
    [moe] {
        position: static !important;
    }

    [moe] form:not([show]) {
        position: absolute;
        display: block;
        top: 2rem;
        left: 1rem;
        width: calc(100vw - 2rem);
        max-width: calc(100vw - 2rem);
    }

    .iti-mobile .iti--container {
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        width: calc(100% - 2rem);
        left: 1rem !important;
    }

    .page-main-title {
        /* font-size: 32px; */
    }
    .filter-form {
        width: 100%;
    }
}

.accordion .accordion-content {
    display: none;
}

.accordion .accordion-content.show {
    display: block;
}

.accordion .accordion-title {
    cursor: pointer;
}

.appt-title-section {
    width: 50%;
}

.dashboard {
    max-width: 95%;
}

.dashboard .profile-card {
    position: relative;
    padding: 30px 30px 0 30px;
}

.dashboard .profile-card h4 {
    font-weight: 500;
    font-size: 28px;
    color: #fff;
}

.dashboard .profile-card .profile-snapshot {
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
}

.dashboard .profile-card .profile-snapshot .pp-round-container {
    width: 80px;
    height: 80px;
}

.dashboard .profile-card .profile-snapshot .pp-round-container img {
    width: 80px;
    height: 80px;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .dashboard .profile-card {
        padding: 15px 15px 0 15px;
    }

    .dashboard .profile-card .profile-snapshot {
        width: calc(100% - 30px);
        padding-bottom: 6px;
    }

    .dashboard .profile-card .profile-snapshot .pp-round-container {
        width: 60px;
        height: 60px;
    }

    .dashboard .profile-card .profile-snapshot .pp-round-container img {
        width: 60px;
        height: 60px;
    }
}

.dashboard .profile-card .profile-snapshot .profile-link {
    font-weight: 500;
    color: #1A1539;
}

.dashboard .account-finance {
    background: linear-gradient(228.77deg, #69C982 -14.18%, #068374 94.11%);
    border-radius: 12px;
    color: #fff;
    padding: 30px;
}

.dashboard .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #c0f6ba;
}

.dashboard .icon i {
    margin-top: 6px;
}

.dashboard .icon.green {
    background-color: #57BC80;
}

.dashboard .icon.dark-blue {
    background-color: #395076;
}

.dashboard .card-header h6, .tab-content * {
    margin-top: 0;
}

.dashboard .account-finance h6 {
    font-weight: 500;
    font-size: 18px;
}

.dashboard .account-finance h3 {
    font-weight: 500;
    font-size: 32px;
}

.dashboard .account-finance .btn-grey {
    color: #fff;
    background-color: var(--sec-color);
    padding: 15px 40px;

    border-radius: 30px;
}

.dashboard .contracts-profiles {
    background: linear-gradient(93.81deg, #1A1539 6.4%, #1E437A 106.01%);
    mix-blend-mode: normal;
    border-radius: 12px;
    padding: 20px 30px;
    color: #fff;
}

.dashboard .contracts-profiles h6 {
    font-weight: 500;
    margin-bottom: 0;
}

.dashboard .contracts-profiles .profiles {}

.dashboard .contracts-profiles .profiles img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(28, 45, 95, 0.8);
    padding: 2px;
    background-color: #fff;
    margin-right: 10px;
}

.dashboard .card {
    border: none;
}

.dashboard .card .card-header {
    background-color: #fff;
    border: 1px solid #CDCCD3;
    border-radius: 8px;
    padding: 15px;
}

.dashboard .card .card-header h6 {
    font-weight: bold;
}

.cw-55 {
    width: 55px;
    display: inline-block;
}

.dashboard .btn-outline-dark {
    border-color: rgba(0, 0, 0, 0.2);
    color: #1A1539;
}

.dashboard .btn-outline-dark:hover,
.dashboard .btn-outline-dark:focus {
    color: #fff;
}

@media screen and (max-width: 1199px) {

    .fc .fc-button.fc-today-button,
    .fc .fc-button.fc-today-button+.fc-button-group {
        font-size: 13px;
    }
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title,
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
    white-space: nowrap;
}

.fc-col-header thead th {
    background: #ececec;
    color: #efefef;
    font-weight: normal;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #eee;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
}

.fc .fc-daygrid-day-number {
    color: #1A1539;
}

.fc .fc-button {
    text-transform: capitalize;
}

.fc .fc-daygrid-day-number {
    padding: 4px 20px 4px 4px;
}

.dashboard .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.dashboard .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
}

.dashboard .fc-h-event .fc-event-main {
    color: transparent;
}

.dashboard .fc-daygrid-day-events {
    display: flex;
    flex-wrap: wrap;
}

.event-popover {
    background: #E4EFFF;
    padding: 15px;
    border-radius: 4px;
}

.popover {
    border-color: transparent;
    min-width: 300px;
}
.fc-h-event {
  background-color: var(--pry-darker-color);
  border-color: var(--pry-dark-color);
}
.popover-body {
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    border:1px solid #333;
    font-size: 16px;
    color: #fff;
}

.event-popover h6 {
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 10px;
    color: #567EBA;
    font-weight: 400;
    font-size: 12px;
}

.event-popover .time {
    color: #567EBA;
}

.event-popover h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.event-popover h5 a {
    color: #567EBA;
    font-weight: 500;
    font-size: 14px;
}

.event-popover .pro {
    font-weight: 400;
    font-size: 14px;
    color: #567EBA;
}

.event-popover.Declined {
    background: #ffe5dd;
}

.event-popover.Declined h6 {
    background-color: #ea430f;
    color: #fff;
}

.event-popover.Declined .time,
.event-popover.Declined h5 a,
.event-popover.Declined .pro {
    color: #ea430f;
}

.event-popover.Confirmed {
    background: #E3F7E9;
}

.event-popover.Confirmed h6 {
    background-color: #5A9269;
    color: #fff;
}

.event-popover.Confirmed .time,
.event-popover.Confirmed h5 a,
.event-popover.Confirmed .pro {
    color: #5A9269;
}

.event-popover.Pending {
    background: #FFFAE3;
}

.event-popover.Pending h6 {
    background-color: #EAA80F;
    color: #fff;
}

.event-popover.Pending .time,
.event-popover.Pending h5 a,
.event-popover.Pending .pro {
    color: #EAA80F;
}

.im-container .im-rhs .im-input textarea {
    height: 60px;
    border-color: #ccc;
    padding: 0.3rem;

}

.im-container .im-rhs .im-input.pr-input textarea {
    height: 150px;
}

.im-container .im-rhs .im-input textarea:focus,
.im-container .im-rhs .im-input textarea:active,
.im-container .im-rhs .im-input textarea:focus-visible {
    /* border: 1px solid #307899 !important; */
}

.im-container .im-rhs .im-input #selected-files .selected-file {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 20px 2px 5px;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
    margin-right: 6px;
}

.im-container .im-rhs .im-input #selected-files .selected-file:hover {
    color: #b11313;
}

.im-container .im-rhs .im-input #selected-files .selected-file:after {
    position: absolute;
    content: '✕';
    right: 4px;
    color: #b11313;
}

.im-container .im-rhs .im-video-container {
    max-width: 480px;
    display: inline-block;
    position: relative;
    margin-top: 4px;
}

.im-container .im-rhs .im-video-container video {
    max-width: 100%;
}

.im-container .im-rhs .im-video-container .vs-control {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    background: rgba(238, 238, 238, 0.75) !important;
    border: 0 !important;
    border-bottom-left-radius: 3px;
    text-align: right !important;
    width: auto !important;
    font-size: 11px !important;
}

.im-container .im-rhs .im-video-container:hover .vs-control {
    opacity: 1;
    background: rgba(238, 238, 238, 1) !important;
}

.im-container .im-rhs .im-video-container .vs-control select {
    width: auto !important;
    border: 0 !important;
}

.im-message.proofreading {
    border: 1px solid #9aceb8;
    padding: 4px !important;
    background: #f1fff9;
    border-radius: 5px;
}

.msg-header {
    background-color: #FB6108;
    color: #fff;
}

.msg-input {
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible !important;
}

.msg-input textarea, .msg-input textarea:focus {
    outline: 0;

    border: none;
    resize: none;
    width: 100%;
    height: 35px !important;
    margin-left: 12px;
}

.im-btn-send {
    margin-right: -1px !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}

.btn-input, .btn-input:hover, .btn-input:focus {
    /*height: 40px;
width: 44px;
font-size: 18px;
padding: 0;
display: grid;
place-items:center;
border-radius: 100%;
background: #32abd1;
color: #fff;*/
    margin-right: -1px !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    z-index: 1;
}

.btn-input i {
    margin-left: -4px;
}

.im-date-separator {
    height: 20px;
    position: relative;
    text-align: center;
    margin: 16px 0;
}

.im-date-separator::before {
    border-top: 1px solid #0003;
    position: absolute;
    width: 100%;
    content: '';
    top: 9px;
    left: 0;
}

.im-date-separator>span {
    position: absolute;
    background: #fff;
    top: 0;
    left: calc(50% - 70px);
    width: 140px;
    color: #1A153999;
    font-weight: normal;
}

.im-message .on-hover-visible-header-item {
    display: none;
}

.im-message:hover .on-hover-visible-header-item {
    display: block;
}
video {
  margin-bottom: -10px;
}
.video-intro {
    display: grid;
    place-items: center;
}

.video-intro video {
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}

.flex-gallery {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.gallery-upload-photo {
    width: 100%;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 15px;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gallery-upload-photo input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.gallery-upload-photo i {
    font-size: 50px;
    color: #bfbcbc;
    cursor: pointer;
}

.up-img-container {
    height: 170px;
    width: 180px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 5px;
}

.up-img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.up-img-container a {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    text-align: center;
}

ul.flex-gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.note-editor button.note-btn {
    width: auto !important;
}

.social-share-icon {
    width: 32px;
    height: 30px;
}


.word-break-all {
    word-break: break-all;
}

/* square radio */
input.square[type=radio] {
    height: 20px;
    width: 20px;
    border-radius: 0;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

input.square[type=radio]:hover {
    background-color: #ccc;
}

input.square[type=radio]:checked:after {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    content: '';
    background: var(--sec-color);
}
input.circle[type=radio], input.circle[type=checkbox] {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

input.circle[type=radio]:hover, input.circle[type=checkbox]:hover {
    background-color: #eee;
}

input.circle[type=radio]:checked:after, input.circle[type=checkbox]:checked:after {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: '';
    background: #000;
}

input.circle[type=checkbox], input.circle[type=checkbox]:checked:after {
  border-radius: 0px;
}
input.circle[type=checkbox]:checked:after {
  content: '✓';
  display: grid;
  place-items:center;
  color: #fff;
  font-size: 13px;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}
label:has(.circle) {
  cursor: pointer;
}

.top-20 {
    top: 20px;
}

.subject-item {
    position: relative;
}
.subject-item .remove-subject {
    color: #333;
    padding-right: 7px;
    z-index: 1;
    position: absolute;
    left: 8px;
}

.public-profile-photo {
    width: 158px;
    overflow: hidden;
}
.public-profile-photo img {
    max-width: 100%;
    width: 158px;
    height: auto;
    border-radius: 5px;
}
.profile-identity .title {
    font-size: 35px;
}

.fw-500 {
    font-weight: 500 !important;
}
.tel::placeholder {
  /* opacity: 0; */
}
.sidenav a.active, .sidenav a.active:hover {
    background: var(--lighter-pry-color);
    color: #000;
    font-weight: bold;
}
.sidenav a {
  color: #000000;
}
.sidenav a:hover {
    background: #eee;
    color: #000;
}
.footer-links a {
    position: relative;
    display: inline;
    width: auto;
}
.footer-links a::before {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: all 0.2s;
}
.footer-links .active {
    position: relative;
}
.footer-links .active::before{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: var(--sec-color);
}

.footer-links a:hover::before {
    background-color: var(--sec-color);
    transition: all 0.2s;
}

.hero-featured-image {
    position: relative;
}
.hero-featured-image .hero-caption {
    background-color: #fff;
    border-radius: 13px;
    padding: 11px 20px;
    position: absolute;
    right: 2%;
    /* transform: translateX(-50%); */
    bottom: 14%;
    min-width: 239px;
    min-width: 295px;

}
.hero-featured-image .hero-caption h6 {
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    margin-bottom: 0;
}
.hero-featured-image .hero-caption p {
    color: #757575;
    font-size: 14px !important;
}

.morph-button .morph-btn {
    padding: 0 !important;
    background: var(--pry-color);
    border: 1px solid transparent;
}
.morph-button .morph-btn:hover {
    color: var(--pry-color);
    background-color: #fff;
    border-color: var(--pry-color);
}
.with-dark-border {
    width: 100%;
    border: 3px solid #000;
    border-radius: 15px;
    padding: 30px;
}

.has-appt-booking .container-fluid.border-bottom {
    border-bottom: none !important;
}
.has-appt-booking .page-content.mt-5 {
    margin-top: 0 !important;
}
.form-control {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.appointment-tile {
    border: 1px solid #D9D9D9 !important;
}
/* .invoice-table th {
    color: var(--pry-color);
} */


.modal.with-close .modal-content {
    position: relative;
}

.modal.with-close .modal-content .btn-close {
    position: absolute;
    content: "";
    z-index: 1;
    top: 13px;
    right: 13px;
}
