@charset "UTF-8";
.fa-rotate-180, .fa-rotate-90, [data-bs-toggle] i {
  transition: all 250ms ease;
}
@font-face {
  font-family: 'Cabin', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,600;1,400&display=swap');
}
/*Basic Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

/*Main Color Settings*/
.theme-dark {
  background-color: #18191a;
}

.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-dark .border-theme {
  border-color: #0f1117 !important;
}

.theme-dark .color-theme {
  color: #FFF !important;
}

.theme-light {
  background-color: #f1f1f7;
}

.theme-light .bg-theme {
  background-color: #FFF !important;
}

.theme-light .border-theme {
  border-color: #FFF !important;
}

.theme-light .color-theme {
  color: #0f1117 !important;
}

/*Dark Theme Settings*/
.theme-dark p {
  color: #898989;
}

.theme-dark code {
  color: #898989;
  opacity: 0.7;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span .theme-dark p strong {
  color: #FFF;
}

/*Structural Dark Settings*/
.theme-dark .header,
.theme-dark #footer-bar {
  background: rgba(0, 0, 0, 0.55);
}

.theme-dark .card,
.theme-dark #preloader {
  background-color: #0f1117;
}

/* Generating Color Pack*/

.bg-highlight {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
  color: #FFF !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

.bg-fade2-highlight {
  color: #FFF !important;
}

.bg-fade-highlight {
  color: #FFF !important;
}

.color-highlight-light {
  color: #5D9CEC !important;
}

#footer-bar .color-highlight {
  color: #E85A4F !important;
}
#footer-bar.footer-patient-portal .color-highlight {
  color: #E85A4F !important
}

.bg-highlight-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.color-highlight-dark {
  color: #4A89DC !important;
}

.color-icon-highlight {
  stroke: #4A89DC !important;
  fill: !important;
}

.bg-highlight-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-highlight-light {
  border-color: #5D9CEC !important;
}

.border-highlight-dark {
  border-color: #4A89DC !important;
}

.border-fade-highlight {
  border-color: !important;
}

.focus-highlight:focus {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  border: none;
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.bg-fade2-green {
  background-color: rgba(140, 193, 82, 0.15) !important;
  color: #FFF !important;
}

.bg-fade-green {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}

.color-green-light {
  color: #A0D468 !important;
}

.bg-green-light {
  background-color: #A0D468 !important;
  color: #FFF !important;
}

.color-green-dark {
  color: #8CC152 !important;
}

.color-icon-green {
  stroke: #8CC152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFF !important;
}

.border-green-light {
  border-color: #A0D468 !important;
}

.border-green-dark {
  border-color: #8CC152 !important;
}

.border-fade-green {
  border-color: rgba(140, 193, 82, 0.3) !important;
}

.focus-green:focus {
  border-color: #8CC152 !important;
}

.gradient-green {
  border: none;
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}

.bg-fade2-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #FFF !important;
}

.color-red-light {
  color: #ED5565 !important;
}

.bg-red-light {
  background-color: #ED5565 !important;
  color: #FFF !important;
}

.color-red-dark {
  color: #d84558 !important;
}

.color-icon-red {
  stroke: #d84558 !important;
  fill: rgba(218, 68, 83, 0.2) !important;
}

.bg-red-dark {
  background-color: #d84558 !important;
  color: #FFF !important;
}

.border-red-light {
  border-color: #ED5565 !important;
}

.border-red-dark {
  border-color: #d84558 !important;
}

.border-fade-red {
  border-color: rgba(218, 68, 83, 0.2) !important;
}

.focus-red:focus {
  border-color: #d84558 !important;
}

.gradient-red {
  border: none;
  background-image: linear-gradient(to bottom, #ED5565, #d84558);
}

.bg-fade2-orange {
  background-color: rgba(233, 87, 63, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-orange {
  background-color: rgba(233, 87, 63, 0.3) !important;
  color: #FFF !important;
}

.color-orange-light {
  color: #FC6E51 !important;
}

.bg-orange-light {
  background-color: #FC6E51 !important;
  color: #FFF !important;
}

.color-orange-dark {
  color: #E9573F !important;
}

.color-icon-orange {
  stroke: #E9573F !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
  background-color: #E9573F !important;
  color: #FFF !important;
}

.border-orange-light {
  border-color: #FC6E51 !important;
}

.border-orange-dark {
  border-color: #E9573F !important;
}

.border-fade-orange {
  border-color: rgba(233, 87, 63, 0.3) !important;
}

.focus-orange:focus {
  border-color: #E9573F !important;
}

.gradient-orange {
  border: none;
  background-image: linear-gradient(to bottom, #FC6E51, #E9573F);
}

.bg-fade2-yellow {
  background-color: rgba(246, 187, 66, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-yellow {
  background-color: rgba(246, 187, 66, 0.25) !important;
  color: #FFF !important;
}

.color-yellow-light {
  color: #FFCE54 !important;
}

.bg-yellow-light {
  background-color: #FFCE54 !important;
  color: #FFF !important;
}

.color-yellow-dark {
  color: #F6BB42 !important;
}

.color-icon-yellow {
  stroke: #F6BB42 !important;
  fill: rgba(246, 187, 66, 0.25) !important;
}

.bg-yellow-dark {
  background-color: #F6BB42 !important;
  color: #FFF !important;
}

.border-yellow-light {
  border-color: #FFCE54 !important;
}

.border-yellow-dark {
  border-color: #F6BB42 !important;
}

.border-fade-yellow {
  border-color: rgba(246, 187, 66, 0.25) !important;
}

.focus-yellow:focus {
  border-color: #F6BB42 !important;
}

.gradient-yellow {
  border: none;
  background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}

.bg-fade2-blue {
  background-color: rgba(74, 137, 220, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-blue {
  background-color: rgba(74, 137, 220, 0.25) !important;
  color: #FFF !important;
}

.color-blue-light {
  color: #5D9CEC !important;
}

.bg-blue-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.color-blue-dark {
  color: #4A89DC !important;
}

.color-icon-blue {
  stroke: #4A89DC !important;
  fill: rgba(74, 137, 220, 0.25) !important;
}

.bg-blue-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-blue-light {
  border-color: #5D9CEC !important;
}

.border-blue-dark {
  border-color: #4A89DC !important;
}

.border-fade-blue {
  border-color: rgba(74, 137, 220, 0.25) !important;
}

.focus-blue:focus {
  border-color: #4A89DC !important;
}

.gradient-blue {
  border: none;
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.bg-fade2-teal {
  background-color: rgba(125, 177, 177, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-teal {
  background-color: rgba(125, 177, 177, 0.3) !important;
  color: #FFF !important;
}

.color-teal-light {
  color: #A0CECB !important;
}

.bg-teal-light {
  background-color: #A0CECB !important;
  color: #FFF !important;
}

.color-teal-dark {
  color: #7DB1B1 !important;
}

.color-icon-teal {
  stroke: #7DB1B1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
  background-color: #7DB1B1 !important;
  color: #FFF !important;
}

.border-teal-light {
  border-color: #A0CECB !important;
}

.border-teal-dark {
  border-color: #7DB1B1 !important;
}

.border-fade-teal {
  border-color: rgba(125, 177, 177, 0.3) !important;
}

.focus-teal:focus {
  border-color: #7DB1B1 !important;
}

.gradient-teal {
  border: none;
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}

.bg-fade2-mint {
  background-color: rgba(55, 188, 155, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-mint {
  background-color: rgba(55, 188, 155, 0.3) !important;
  color: #FFF !important;
}

.color-mint-light {
  color: #48CFAD !important;
}

.bg-mint-light {
  background-color: #48CFAD !important;
  color: #FFF !important;
}

.color-mint-dark {
  color: #37BC9B !important;
}

.color-icon-mint {
  stroke: #37BC9B !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
  background-color: #37BC9B !important;
  color: #FFF !important;
}

.border-mint-light {
  border-color: #48CFAD !important;
}

.border-mint-dark {
  border-color: #37BC9B !important;
}

.border-fade-mint {
  border-color: rgba(55, 188, 155, 0.3) !important;
}

.focus-mint:focus {
  border-color: #37BC9B !important;
}

.gradient-mint {
  border: none;
  background-image: linear-gradient(to bottom, #48CFAD, #37BC9B);
}

.bg-fade2-pink {
  background-color: rgba(215, 112, 173, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-pink {
  background-color: rgba(255, 89, 190, 0.3) !important;
  color: #FFF !important;
}

.color-pink-light {
  color: #ff5982 !important;
}

.bg-pink-light {
  background-color: #ff5982 !important;
  color: #FFF !important;
}

.color-pink-dark {
  color: #fb3365 !important;
}

.color-icon-pink {
  stroke: #fb3365 !important;
  fill: rgba(255, 89, 190, 0.3) !important;
}

.bg-pink-dark {
  background-color: #fb3365 !important;
  color: #FFF !important;
}

.border-pink-light {
  border-color: #ff5982 !important;
}

.border-pink-dark {
  border-color: #fb3365 !important;
}

.border-fade-pink {
  border-color: rgba(255, 89, 190, 0.3) !important;
}

.focus-pink:focus {
  border-color: #fb3365 !important;
}

.gradient-pink {
  border: none;
  background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}

.bg-fade2-magenta {
  background-color: rgba(150, 122, 220, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-magenta {
  background-color: rgba(150, 122, 220, 0.3) !important;
  color: #FFF !important;
}

.color-magenta-light {
  color: #AC92EC !important;
}

.bg-magenta-light {
  background-color: #AC92EC !important;
  color: #FFF !important;
}

.color-magenta-dark {
  color: #967ADC !important;
}

.color-icon-magenta {
  stroke: #967ADC !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
  background-color: #967ADC !important;
  color: #FFF !important;
}

.border-magenta-light {
  border-color: #AC92EC !important;
}

.border-magenta-dark {
  border-color: #967ADC !important;
}

.border-fade-magenta {
  border-color: rgba(150, 122, 220, 0.3) !important;
}

.focus-magenta:focus {
  border-color: #967ADC !important;
}

.gradient-magenta {
  border: none;
  background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}
.form-check-input.bg-highlight, .form-check-input:checked {
  background-color: #e85a4f !important;  
  border: 0 !important;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(232 90 79 / 25%);
}

.bg-fade2-brown {
  background-color: rgba(170, 142, 105, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-brown {
  background-color: rgba(170, 142, 105, 0.25) !important;
  color: #FFF !important;
}

.color-brown-light {
  color: #BAA286 !important;
}

.bg-brown-light {
  background-color: #BAA286 !important;
  color: #FFF !important;
}

.color-brown-dark {
  color: #AA8E69 !important;
}

.color-icon-brown {
  stroke: #AA8E69 !important;
  fill: rgba(170, 142, 105, 0.25) !important;
}

.bg-brown-dark {
  background-color: #AA8E69 !important;
  color: #FFF !important;
}

.border-brown-light {
  border-color: #BAA286 !important;
}

.border-brown-dark {
  border-color: #AA8E69 !important;
}

.border-fade-brown {
  border-color: rgba(170, 142, 105, 0.25) !important;
}

.focus-brown:focus {
  border-color: #AA8E69 !important;
}

.gradient-brown {
  border: none;
  background-image: linear-gradient(to bottom, #786563, #724a46);
}

.gradient-darkbrown {
  border: none;
  background-image: linear-gradient(to bottom, #933135, #950d13);
}

.bg-fade2-gray {
  background-color: rgba(170, 178, 189, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-gray {
  background-color: rgba(170, 178, 189, 0.4) !important;
  color: #FFF !important;
}

.color-gray-light {
  color: #e2e5ea !important;
}

.bg-gray-light {
  background-color: #e2e5ea !important;
  color: #FFF !important;
  border-radius: 6px;
}

.color-gray-dark {
  color: #AAB2BD !important;
}

.color-icon-gray {
  stroke: #AAB2BD !important;
  fill: rgba(170, 178, 189, 0.4) !important;
}

.bg-gray-dark {
  background-color: #AAB2BD !important;
  color: #FFF !important;
}

.border-gray-light {
  border-color: #e2e5ea !important;
}

.border-gray-dark {
  border-color: #AAB2BD !important;
}

.border-fade-gray {
  border-color: rgba(170, 178, 189, 0.4) !important;
}

.focus-gray:focus {
  border-color: #AAB2BD !important;
}

.gradient-gray {
  border: none;
  background-image: linear-gradient(to bottom, #e2e5ea, #AAB2BD);
}

.bg-fade2-night {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-night {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-night-light {
  color: #222529 !important;
}

.bg-night-light {
  background-color: #222529 !important;
  color: #FFF !important;
}

.color-night-dark {
  color: #16181c !important;
}

.color-icon-night {
  stroke: #16181c !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-night-dark {
  background-color: #16181c !important;
  color: #FFF !important;
}

.border-night-light {
  border-color: #222529 !important;
}

.border-night-dark {
  border-color: #16181c !important;
}

.border-fade-night {
  border-color: rgba(67, 74, 84, 0.3) !important;
}

.focus-night:focus {
  border-color: #16181c !important;
}

.gradient-night {
  border: none;
  background-image: linear-gradient(to bottom, #222529, #16181c);
}

.bg-fade2-dark {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-dark {
  background-color: rgba(67, 74, 84, 0.4) !important;
  color: #FFF !important;
}

.color-dark-light {
  color: #656D78 !important;
}

.bg-dark-light {
  background-color: #656D78 !important;
  color: #FFF !important;
}

.color-dark-dark {
  color: #434A54 !important;
}

.color-icon-dark {
  stroke: #434A54 !important;
  fill: rgba(67, 74, 84, 0.4) !important;
}

.bg-dark-dark {
  background-color: #434A54 !important;
  color: #FFF !important;
}

.border-dark-light {
  border-color: #656D78 !important;
}

.border-dark-dark {
  border-color: #434A54 !important;
}

.border-fade-dark {
  border-color: rgba(67, 74, 84, 0.4) !important;
}

.focus-dark:focus {
  border-color: #434A54 !important;
}

.gradient-dark {
  border: none;
  background-image: linear-gradient(to bottom, #656D78, #434A54);
}

/*Social Colors*/
.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #FFF;
}

.color-linkedin {
  color: #0077B5 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
  color: #FFF;
}

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #FFF;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
  color: #FFF;
}

.color-whatsapp {
  color: #34AF23 !important;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
  color: #FFF;
}

.color-pinterest {
  color: #C92228 !important;
}

.bg-pinterest {
  background-color: #C92228 !important;
  color: #FFF;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
  color: #FFF;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
  color: #FFF;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
  color: #FFF;
}

/*Default Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%) !important;
}

.theme-dark .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%) !important;
}
#page.patient_dashboard #footer-bar .backbuttonfooter,
#page.patient_dashboard .header-bar .homenavbtn{
  display: none;
}
/*Default Highlight Colors*/
.splide__pagination__page.is-active {
  background-color: #4A89DC !important;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #4A89DC;
}

.bg-highlight {
  background-color: #4A89DC;
  color: #FFF !important;
}

#footer-bar .active-nav i {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
  color: #FFF !important;
}

#footer-bar .active-nav i::after {
  transform: scale(0.8) translateY(5px) translateZ(0px);
  filter: blur(12px);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

/*Shadow Backgrounds*/
.shadow-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

.shadow-bg {
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.shadow-bg-xs::after {
  transform: scale(0.7) translateY(3px) translateZ(0px);
  filter: blur(8px);
}

.shadow-bg-s::after {
  transform: scale(0.8) translateY(5px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-m::after {
  transform: scale(0.85) translateY(7px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-l::after {
  transform: scale(0.95) translateY(10px) translateZ(0px);
  filter: blur(12px);
}

.bg-1 {
  background-image: url(../images/pictures/1.jpg);
}

.bg-2 {
  background-image: url(../images/pictures/2.jpg);
}

.bg-3 {
  background-image: url(../images/pictures/3.jpg);
}

.bg-4 {
  background-image: url(../images/pictures/4.jpg);
}

.bg-5 {
  background-image: url(../images/pictures/5.jpg);
}

.bg-6 {
  background-image: url(../images/pictures/6.jpg);
}

.bg-7 {
  background-image: url(../images/pictures/7.jpg);
}

.bg-8 {
  background-image: url(../images/pictures/8.jpg);
}

.bg-9 {
  background-image: url(../images/pictures/9.jpg);
}

.bg-10 {
  background-image: url(../images/pictures/10.jpg);
}

.bg-11 {
  background-image: url(../images/pictures/11.jpg);
}

.bg-12 {
  background-image: url(../images/pictures/12.jpg);
}

.bg-13 {
  background-image: url(../images/pictures/13.jpg);
}

.bg-14 {
  background-image: url(../images/pictures/14.jpg);
}

.bg-15 {
  background-image: url(../images/pictures/15.jpg);
}

.bg-16 {
  background-image: url(../images/pictures/16.jpg);
}

.bg-17 {
  background-image: url(../images/pictures/17.jpg);
}

.bg-18 {
  background-image: url(../images/pictures/18.jpg);
}

.bg-19 {
  background-image: url(../images/pictures/19.jpg);
}

.bg-20 {
  background-image: url(../images/pictures/20.jpg);
}

.bg-21 {
  background-image: url(../images/pictures/21.jpg);
}

.bg-22 {
  background-image: url(../images/pictures/22.jpg);
}

.bg-23 {
  background-image: url(../images/pictures/23.jpg);
}

/*Typography 1 Settings*/
body {
  /* font-size: 14px; */
  font-size: 19px;
  font-family: 'Cabin', sans-serif !important;
  /* font-family: "Roboto", sans-serif !important; */
  line-height: 24px !important;
  color: #747474 !important;
  /* color: #000 !important; */
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 700;
  color: #1b1b1b;
  font-family: 'Cabin', sans-serif !important;
  /* font-family: "Inter", sans-serif !important; */
  margin-bottom: 5px;
  letter-spacing: -0.7px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

h4 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

a {
  text-decoration: none !important;
}

.customer-answere .form-check label {
  font-weight: 400 !important;
}

p {
  color: #747474;
  /* color: #000; */
  margin-bottom: 30px;
  padding-bottom: 0px;
  letter-spacing: -0.2px;
  font-size: 16px;
}

/*Page Structure Settings*/
* {
  font-smooth: subpixel-antialiased;
}

.conversation-page {
  display: flex;
  flex-direction: column;
  height: 100dvh;
}

#page {
  z-index: 1;
  position: relative;
  padding-bottom: 1px;

}

.page-content {
  position: relative;
  overflow-x: hidden;
  transition: all 250ms ease;
  z-index: 2;
  padding-bottom: 60px;
  padding-bottom: calc(60px + (constant(safe-area-inset-bottom))*1.1);
  padding-bottom: calc(60px + (env(safe-area-inset-bottom))*1.1);
}

/*Content Boxes*/
.custom-card .content {
  margin: 15px;
}
.content {
  position: relative;
  margin: 10px;
}
.content p:last-child {
  margin-bottom: 0px;
}

.menu-divider {
  padding-left: 22px;
  font-size: 10px;
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  display: block;
  font-weight: 600;
  color: #6d6d6d;
  opacity: 0.6;
  text-transform: uppercase;
}

.menu-list a {
  display: block;
  position: relative;
  line-height: 48px;
}

.menu-list a i:first-child, .menu-list a img:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  color: #FFF !important;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  left: 0px;
  top: 8px;
}

.menu-list a .badge-s {
  float: right;
  margin-top: 14px;
  font-style: normal;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0px;
  border-radius: 10px;
}

.menu-list a span {
  font-size: 13px;
  padding-left: 45px;
  font-weight: 400;
  color: #6d6d6d;
  /* color: #000; */
  font-family: #6d6d6d;
}

.menu-list a i:last-child {
  position: absolute;
  right: 0px;
  color: #6d6d6d;
  height: 45px;
  line-height: 48px;
  font-size: 9px;
}

.menu-list .active-item span {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
}

.menu-list .active-item i:last-child::after {
  content: "●";
  font-style: normal;
  position: absolute;
  font-size: 20px;
  height: 50px;
  top: 9px;
  right: -1px;
  line-height: 26px;
  color: #A0D468;
}

.menu-list .form-switch {
  position: absolute;
  right: -8px;
  top: 8px;
  z-index: 2;
}

.theme-dark .menu-list a i:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .menu-list .active-item span {
  color: #FFF;
}

.theme-dark .menu-divider {
  color: rgba(255, 255, 255, 0.8);
}

.header-bar {
  z-index: 98;
  left: 0px;
  right: 0px;
  top: 0px;
  min-height: 55px;
  padding: 0px 0px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: calc((constant(safe-area-inset-top))) !important;
  padding-top: calc((env(safe-area-inset-top))) !important;
  display: flex;
  aling-items: stretch;
  transition: all 250ms ease;
}
.header-bar a {
  position: relative;
}
.header-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  margin-top: 0px;
  transform: translateX(4px);
  z-index: 3;
}
.header-bar .badge-text {
  padding: 0px 5px;
}

.header-bar .btn {
  margin: 0px 10px !important;
  margin-top: -5px !important;
  font-size: 11px !important;
  height: 35px !important;
  line-height: 22px !important;
  padding: 5px 15px !important;
}

.header-bar * {
  align-self: center;
  line-height: 42px;
}

.header-bar a:not(.header-title) {
  text-align: center;
  font-size: 16px;
  /* min-width: 42px; */
}

.header-bar.header-left .header-title {
  padding-left: 15px;
  flex-grow: 8;
}

.header-bar.header-right .header-title {
  padding-right: 15px;
  flex-grow: 8;
  text-align: right;
}

.header-bar.header-app .header-title {
  margin-left: 5px;
  flex-grow: 8;
  text-align: left;
}

.header-bar.header-center .header-title {
  flex-grow: 8;
  text-align: center;
}

.header-fixed {
  position: fixed;
}

.header-title {
  margin-top: 1px;
  font-size: 14px;
  font-weight: 700;
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
}

.header-auto-show {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease;
}

.header-active {
  opacity: 1;
  pointer-events: all !important;
  transition: all 150ms ease;
}

.header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.header-clear {
  padding-top: 55px;
  padding-top: calc(55px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(55px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-small {
  padding-top: calc(55px - 30px);
  padding-top: calc(calc(55px - 30px) + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(calc(55px - 30px) + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-medium {
  padding-top: calc(30px + 30px);
  padding-top: calc(calc(30px + 30px) + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(calc(30px + 30px) + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-large {
  padding-top: calc(55px + 40px);
  padding-top: calc(calc(55px + 40px) + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(calc(55px + 40px) + (env(safe-area-inset-top))*0.8) !important;
}

/*Header Bar Under*/
.page-content .header-bar {
  position: relative;
  z-index: 1;
}

.page-title {
  position: relative;
  z-index: 1;
  padding: 5px 15px 30px 15px;
}

.page-title h1 {
  font-size: 28px;
  margin-bottom: -3px;
}

.page-title p {
  margin-bottom: -5px;
  font-size: 13px;
  font-weight: 600;
}

.header-card {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 0;
  border-radius: 0px !important;
  margin: 0px !important;
}

.header-card .card-overlay {
  border-radius: 0px;
}

/*Header Dark & Light*/
.theme-light .header-bar * {
  /* color: #525252; */
  color: #5F4BDB;
}
/* 
.theme-light .header-bar {
  background-color: white;
    border: 1px solid rgb(175 197 244);
} */

.theme-dark .header-bar * {
  color: #FFF;
}

.theme-dark .header-bar {
  background-color: rgba(0, 0, 0, 0.55);
}

.header {
  margin-top: 0px;
}

.header-bar-detached {
  
  margin-top: calc(env(safe-area-inset-top)*0.8) !important;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1) !important;
}

/*-Footer Menu-*/
#footer-bar {  
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;  
  height: 60px;
  height: calc(60px + (env(safe-area-inset-bottom))*1.1);
  display: flex;
  text-align: center;
  transition: all 250ms ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #fff;
}
#footer-bar.footer-patient-portal {
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
  border-radius: 18px;
  background: #ffffffc9;
  padding: 8px 30px;
  height: auto !important;
  bottom: 8px;
  display: flex;
  justify-content: space-between;
 
}
#footer-bar.footer-patient-portal .default-link.home-link svg {
  width: 20px;
  height: 20px;
  fill:#E85A4F !important;
}
#footer-bar.footer-patient-portal .default-link.home-link:hover svg {
  fill: #222222 !important;
}

#footer-bar a:not(.btn) {
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
  color: #818181;
}
#footer-bar a:not(.btn) span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: -3px;
  opacity: 0.7;
  font-family: 'Cabin', sans-serif !important;
  /* font-family: "Roboto", sans-serif !important; */
}
#footer-bar a:not(.btn) i {
  margin-top: -2px;
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#footer-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 8px;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  top: 8px;
  margin-right: -5px;
  z-index: 3;
}
#footer-bar .btn {
  padding-top: 9px;
  margin-top: 9px;
  height: 38px;
}
#footer-bar .badge-text {
  padding: 0px 5px;
}

.footer-bar-no-text .active-nav {
  margin-top: 22px;
}

.footer-bar-no-text .active-nav i {
  padding-top: 2px;
}

.footer-bar-no-text i {
  padding-top: 8px;
}

#footer-bar.position-relative {
  z-index: 90 !important;
}

.footer-bar .active-nav {
  color: #1f1f1f;
}

.footer-bar .active-nav span {
  padding-top: 22px;
  font-weight: 600 !important;
  color: #1f1f1f !important;
}

.footer-bar .active-nav i {
  position: absolute !important;
  width: 48px;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  transform: translateY(-28px);
  border-radius: 22px;
  line-height: 48px;
}
.theme-light #footer-bar a > span {
  font-weight: 400;
}
.theme-light #footer-bar.footer-patient-portal a svg {
  opacity: .8;
  display: inline-block;
  margin-bottom: 5px;
}

.theme-light #footer-bar a {
  /* color: #818181; 
  color: #353030;*/
  color: #E85A4F !important;
}
.theme-light #footer-bar a:hover {
  color: #222222 !important;
}
.theme-light #footer-bar.footer-patient-portal a {
  color: #E85A4F !important;
  max-width: fit-content;
  padding-top: 8px;
  transition: .4s ease all;
}
.theme-light #footer-bar.footer-patient-portal a:hover {
  color: #222222 !important;
}

.theme-dark #footer-bar a {
  color: #FFF;
}

.theme-dark #footer-bar a span {
  color: #FFF !important;
}

.footer-bar-detached { 
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1) !important;
  height: 70px !important;
}

/*Chat Bubbles - Duo 3.2*/
.speach-icon a {
  padding-top: 0 !important;
  display: block;
  border-radius: 15px;
  width: 38px;
  height: 38px;
  line-height: 20px;
  margin-top: 3px;
  transform: translateY(10px);
}

.speach-input input {
  width: 100%;
  display: block;
  line-height: 44px;
  height: 44px;
  margin-top: 8px;
  border-radius: 15px;
}

.theme-dark .speach-input input {
  border: solid 1px #404040;
}

/*Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-xxs {
  border-radius: 5px !important;
}

.rounded-xs {
  border-radius: 10px !important;
}

.rounded-s {
  border-radius: 15px !important;
}

.rounded-m {
  border-radius: 20px !important;
}

.rounded-l {
  border-radius: 25px !important;
}

.rounded-xl {
  border-radius: 30px !important;
}

.rounded-xxl {
  border-radius: 35px !important;
}

.rounded-top {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/*Shadows*/
.shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xxs {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03) !important;
}

.shadow-xs {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-m {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-xl {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

.shadow-xxl {
  box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

/*Borders*/
.border-xxs {
  border-width: 1px !important;
}

.border-xs {
  border-width: 2px !important;
}

.border-s {
  border-width: 3px !important;
}

.border-m {
  border-width: 4px !important;
}

.border-l {
  border-width: 5px !important;
}

.border-xl {
  border-width: 6px !important;
}

.border-xxl {
  border-width: 7px !important;
}

/*Line Height Control*/
.line-height-xxs {
  line-height: 12px !important;
}

.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 18px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 32px !important;
}

.line-height-xxl {
  line-height: 46px !important;
}

/*Text Shadow*/
.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*Boxed Text*/
.boxed-text-xl, .boxed-text-l, .boxed-text-m, .boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boxed-text-xl {
  width: 90%;
  max-width: 340px;
}

.boxed-text-l {
  width: 85%;
  max-width: 300px;
}

.boxed-text-m {
  width: 80%;
  max-width: 300px;
}

.boxed-text-s {
  width: 70%;
  max-width: 260px;
}

/*Font Weights*/
.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

/*Scaling Animation*/
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
}
.scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  0% {
    transform: scale(1, 1);
  }
}
.scale-icon {
  animation: scale-icon 1.5s;
  animation-iteration-count: infinite;
}

/*Control Classes*/
/* body::-webkit-scrollbar {
  display: none;
} */


img.mx-auto {
  display: block;
}

/* .disabled {
  display: none !important;
} */

.no-click {
  pointer-events: none !important;
}

.no-outline {
  outline: none !important;
}

.notch-clear {
  padding-top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

.notch-push {
  transform: translateY(-150%) !important;
  top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
  top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

/*Hide Show Based on Color Scheme*/
.theme-dark .show-on-theme-dark {
  display: block;
}

.theme-dark .show-on-theme-light {
  display: none;
}

.theme-light .show-on-theme-light {
  display: block;
}

.theme-light .show-on-theme-dark {
  display: none;
}

.theme-dark .glass-effect, .theme-light .glass-effect {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.theme-dark .glass-effect {
  background-color: rgba(0, 0, 0, 0.85);
}

.theme-light .glass-effect {
  background-color: rgba(255, 255, 255, 0.85);
}

.theme-dark .btn-close {
  filter: invert(100%);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0px 7px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

.slider-cover-dots .splide__pagination {
  transform: translate(-50%, -40px) !important;
}

.splide .card {
  background-size: cover;
  background-position: center center;
}

.slider-no-dots .splide__pagination {
  display: none;
}

.slider-no-dots .splide__arrows {
  display: none;
}

.slider-boxed .splide__slide {
  padding: 0px 15px 0px 15px;
}

.slider-visible {
  padding-right: 60px;
}

.slider-visible .splide__slide {
  padding: 0px 7.5px 0px 15px;
}

.slider-visible-center {
  padding: 0px 30px 0px 30px;
}

.slider-visible-center .splide__slide {
  padding: 0px 10px 0px 10px;
}

.splide .splide__arrow--prev {
  margin-left: 20px !important;
}

.splide .splide__arrow--next {
  margin-right: 20px !important;
}

.splide.slider-dots-under .splide__pagination {
  bottom: -30px;
}

.slider-boxed.triple-slider {
  margin-left: 7px;
  margin-right: 7px;
}

.slider-boxed.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

.slider-visible.triple-slider {
  margin-left: 7px;
}

.slider-visible.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

.slider-visible-center.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

/*List Groups*/


.list-group * {
  font-family: 'Cabin', sans-serif !important;
  /* font-family: "Roboto", sans-serif !important; */
}

.list-group-s .list-group-item {
  padding-top: 9px;
  padding-bottom: 9px;
}

.list-group-m .list-group-item {
  padding-top: 11px;
  padding-bottom: 11px;
}

.list-group-l .list-group-item {
  padding-top: 13px;
  padding-bottom: 13px;
}

.list-custom {
  overflow: hidden;  
}
.conv-head {
  cursor: pointer;
}

.list-group .badge {
  font-size: 10px;
  padding-top: 4px;
  color: #FFF;
  background-color: #4A89DC;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.list-group .active .badge {
  background-color: #FFF;
  color: #000;
}

.compose-email-card .content {
  padding: 20px !important;
}
.compose-email-card {
  padding: 7px;
}
.compose-email-card .blue-title {
  margin-bottom: 35px !important;
}

.compose-email-card .form-label:not(.form-icon) label {
  margin-left: 0 !important;
  transform: unset !important;
}

.compose-email-card .form-custom.form-label.mt-5 {
  margin-top: 2.4rem !important;
}
.compose-email-slide {
  max-width: 40%;
}

.message_li .text-end.align-self-start {
  align-self: center !important;
}



.list-custom .list-group-item {
  display: flex;
}

.list-custom.list-group-flush .list-group-item {
  padding-left: 0px;
  padding-right: 0px;
}

.list-custom.list-group-flush i:last-child {
  right: 0px;
}

.list-custom.list-group-flush i:first-child:not(.has-bg) {
  margin-right: -5px;
}

.list-custom.list-group-flush .badge {
  margin-right: -14px;
}

.list-custom .list-group-item * {
  align-self: center;
  cursor: pointer;
}

.list-custom .list-group-item i,
.list-custom .list-group-item div {
  display: block;
}

.list-custom .list-group-item i:first-child:not(.has-bg) {
  padding-right: 34px;
  margin-right: -5px;
  padding-left: 0px;
}

.list-custom .list-group-item i.has-bg {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0px;
  margin-right: 15px;
}

.list-custom .list-group-item span:not(.badge) {
  pointer-events: none;
  display: block;
  font-size: 11px;
  margin-top: -8px;
  font-weight: 400;
  opacity: 0.4;
}

.list-custom .list-group-item strong {
  pointer-events: none;
  line-height: 28px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.list-custom .ios-switch,
.list-custom .android-switch {
  z-index: 97;
  position: relative;
  margin-left: auto;
  margin-right: -5px;
  transform-origin: 100% 50%;
}

.icon-list {
  list-style: none;
  padding-left: 0px;
}

.icon-list i {
  padding-right: 10px;
}

.theme-light .list-group *:not(.spinner-border){
  border-color: rgba(0, 0, 0, 0.07);
}

.theme-light .list-custom a:hover {
  color: #000;
  opacity: 1 !important;
}

.theme-dark .list-custom a:hover {
  color: #FFF;
  opacity: 1 !important;
}

.theme-dark .list-group * {
  border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .list-group-item {
  background-color: #0f1117;
  color: #FFF;
}

.visited-link::after {
  content: "";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #8CC152;
}

.card-style {
  overflow: hidden;
  border-radius: 30px;
  margin: 0px 15px 30px 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.card-overlay {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  z-index: 1;
  border-radius: 30px;
}

.offcanvas-backdrop.fade.show {
  
  pointer-events: visible !important;
}

.card-body, .card-top, .card-center, .card-bottom {
  z-index: 3;
}

.card-top, .card-center, .card-bottom {
  z-index: 3;
  position: absolute;
  left: 0px;
  right: 0px;
}

.card-top {
  top: 0px;
}

.card-center {
  top: 50%;
  transform: translateY(-50%);
}

.card-bottom {
  bottom: 0px;
}

.card-over {
  z-index: 3;
}

.card-inter {
  z-index: 2;
}

.card-under {
  z-index: 1;
}

.shadow-card:after {
  transform: scale(0.95) translateY(10px) translateZ(-36px);
  filter: blur(12px);
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-color: inherit;
  z-index: -1;
}

.shadow-card {
  overflow: visible;
}

.shadow-card .card-overlay {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.shadow-card-s::after {
  transform: scale(0.91) translateY(15px) translateZ(-40px);
  filter: blur(12px);
}

.shadow-card-m::after {
  transform: scale(0.93) translateY(15px) translateZ(-40px);
  filter: blur(12px);
}

.shadow-card-l::after {
  transform: scale(0.95) translateY(15px) translateZ(-46px);
  filter: blur(12px);
}

.theme-light .shadow-card:after {
  opacity: 0.8;
}

.theme-dark .shadow-card:after {
  opacity: 0.3;
}

/*Dividers*/
.divider {
  position: relative;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 24px;
}

divider:after {
  content: "";
  display: table;
  clear: both;
}

.divider-icon i {
  position: absolute;
  left: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 50px;
  margin-top: -24px;
  transform: translate(-50%);
  z-index: 6;
}

.divider-icon em {
  position: absolute;
  content: "";
  height: 2px;
  left: 50%;
  width: 44px;
  background-color: #f0f0f0;
  margin-left: -22px;
  top: 50%;
  margin-top: -1px;
  z-index: 5;
}

.divider-faded {
  background-color: transparent;
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.01) 98%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.01) 98%);
}

.divider-faded i {
  position: absolute;
  left: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: -22px;
  transform: translate(-50%);
  z-index: 6;
}

/*Size Settings*/
.divider-s i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: -20px;
}

.divider-m i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 19px;
  margin-top: -22px;
}

.divider-l i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  margin-top: -24px;
}

.divider-s:not(.divider-icon):not(.divider-faded) {
  width: 50px;
  height: 3px;
}

.divider-m:not(.divider-icon):not(.divider-faded) {
  width: 75px;
  height: 3px;
}

.divider-l:not(.divider-icon):not(.divider-faded) {
  width: 107.5px;
  height: 3px;
}

/*Dark Settings*/
.theme-dark .divider {
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .divider em {
  background-color: #0f1117;
}

.theme-dark .divider-faded {
  background-color: transparent;
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.01) 2%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.01) 98%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 2%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.01) 98%);
}

.icon {
  line-height: 0px;
  display: inline-block;
  text-align: center;
  transition: all 120ms ease;
}

.icon:hover {
  opacity: 0.9;
}

.icon-style {
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 12px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(2px);
}

.icon-xxs {
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  transform: translateY(0px);
}

.icon-xs {
  font-size: 11px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  transform: translateY(0px);
}

.icon-s {
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  transform: translateY(0px);
}

.icon-m {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transform: translateY(2px);
}

.icon-l {
  font-size: 16px;
  height: 49px;
  line-height: 49px;
  width: 49px;
  transform: translateY(2px);
}

.icon-xl {
  font-size: 16px;
  height: 51px;
  line-height: 51px;
  width: 51px;
  transform: translateY(2px);
}

.icon-xxl {
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  transform: translateY(2px);
}

/*Buttons*/
.btn {
  color: #FFF;
  display: inline-block;
  transition: all 120ms ease;
}

.btn:hover {
  opacity: 0.9;
  color: #FFF;
}

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

.btn:not(.btn-border):active {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
}

.btn {
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

.btn-3d {
  border-bottom-width: 4px !important;
  border-left: none;
  border-right: none;
  border-top: none;
}

.btn-3d:hover {
  opacity: 1 !important;
  border-bottom: solid 0px rgba(255, 255, 255, 0) !important;
}

.btn-3d:active {
  opacity: 1 !important;
  border-bottom: solid 0px rgba(255, 255, 255, 0) !important;
}

.btn-xxs {
  font-size: 11px;
  padding: 8px 13px;
}

.btn-xs {
  font-size: 12px;
  padding: 9px 14px;
}

.btn-s {
  font-size: 12px;
  padding: 12px 18px;
}

.btn-m {
  font-size: 12px;
  padding: 13px 20px;
}

.btn-l {
  font-size: 14px;
  padding: 13px 22px;
}

.btn-xl {
  font-size: 15px;
  padding: 14px 24px;
}

.btn-xxl {
  font-size: 15px;
  padding: 15px 28px;
}

.btn-full {
  display: block;
}

.btn .badge {
  font-size: 9px;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 5px;
}

.btn .badge-border {
  border: solid 1px #FFF;
  color: #FFF;
}

.btn .badge-shadow {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3) !important;
  color: #FFF;
}

/*Accordions*/
.accordion-s .accordion-button {
  height: 45px;
}

.accordion-m .accordion-button {
  height: 49px;
}

.accordion-l .accordion-button {
  height: 53px;
}

.accordion {
  overflow: hidden;
  border: 0px;
}

.accordion * {
  background-color: transparent;
}

.accordion .accordion-item:first-child {
  border-top: 0px;
}

.accordion .accordion-item:last-child {
  border-bottom: 0px;
}

.accordion .accordion-item {
  border-color: rgba(0, 0, 0, 0.02);
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.accordion-button {
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.05);
}

.accordion-item.border-bottom-0 {
  border-bottom: 0px !important;
  margin-bottom: -1px !important;
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button[aria-expanded=true] {
  color: initial !important;
}

.accordion-button[aria-expanded=true] i:last-child {
  color: red;
  transform: rotate(180deg);
}

.accordion-button[aria-expanded=true] i:first-child {
  transform: scale(1.2, 1.2);
}

.accordion-button i:last-child {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0px;
  width: 40px;
  height: 40px;
  color: #1f1f1f;
  text-align: center;
  line-height: 40px;
}

.accordion.no-border *,
.accordion.border-0 * {
  border: none;
  box-shadow: none !important;
}

.theme-dark .accordion-button,
.theme-dark .accordion-button[aria-expanded=true] {
  color: #FFF !important;
}

.theme-dark .accordion-button.collapsed i {
  color: #FFF;
}

.theme-dark .accordion .accordion-item {
  border-color: rgba(255, 255, 255, 0.02);
}

.theme-dark .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.accordion-item.border {
  border-width: 1px !important;
  border-style: solid !important;
}

/*Tabs*/
.tabs a[aria-expanded=true] {
  pointer-events: none;
}

.tabs .tab-controls {
  font-weight: 600;
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  gap: 10px;
  padding: 7px;

}
.chat-profile-name {
  max-width: calc(100% - 100px);
}
.conv-card {
  padding: 20px 0;
  border-radius: 6px;
  margin: 15px;
}
.conv-card > .list-group > div {
    flex-wrap: wrap !important;
    gap: 20px;
    border-radius: 0;
    margin-bottom: 5px;
    padding-top: 0;
    border: 0;
}
.email-list-wrapper {
  padding: 10px;
}
.email-list-wrapper table thead {
  border: 0;
}
.email-list-wrapper table {
  font-size: 16px;
}

.email-list-wrapper table .center-link {
  color: #e85a4f;
  font-weight: 300 ;
  display: inline-block;
}
.email-list-wrapper table thead {
  background-color: #d8c3a5 !important;
}
.email-list-wrapper .border,
.email-list-wrapper table th,
.email-list-wrapper table td {
  border-color: #d8c3a5 !important;
}

.email-list-wrapper table .view-link {
  text-decoration: none !important;
  color: #fff !important;
  padding: 0 !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e85a4f;
  transition: .4s ease all;
}
.email-list-wrapper table .view-link:hover {
  background-color: #e8594fab !important;
}
.email-list-wrapper table .view-link svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.email-list-wrapper table th, .email-list-wrapper table td {
  padding: 8px 15px;
  vertical-align: middle;
}

.email-list-wrapper table th {
  padding: 15px;
}
.email-list-wrapper h5 {
  letter-spacing: .5px;
  font-size: 18px !important;
}

.conv-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.conv-head-card p {
  color: #222;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1px;
}

.conv-head-card span, .conv-head-card a {
  color: #777;
  font-size:14px;
}
.conv-head-card a:hover {
  color: #e85a4f !important;
}

.conv-header .btn {
  background: transparent;
  font-size: 14px !important;
  box-shadow: unset;
  border-radius:50px;
  padding: 9px 14px;
  font-weight:400 !important;
  transition: .4s ease all;
}

.conv-header .btn-primary:hover {
  background: #0b5ed7;
  color: #fff !important;
}

.conv-header .btn-secondary.text-secondary:hover {
  background: #6c757d;
  color: #fff !important;
}

.email-content-btnz-wrapper .em-ct-btn svg {
  display: none;
}


@media (max-width: 767px) {
  .email-content-btnz-wrapper .em-ct-btn svg {
    display: block;
    width: 20px;
    height: 20px;
  }
  .email-content-btnz-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 14px;    
    padding: 7px;
    box-shadow: 0 0 16px #0000003c;
  }
  .email-content-btnz-wrapper .em-ct-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 14px !important;
        position: relative;
        background-color: transparent !important;
        border: 0;
        border-radius: 10px !important;
        border: 1px solid #E85A4F !important;
  }
  .email-content-btnz-wrapper .em-ct-btn {
    fill: #E85A4F;
  }
  
  .email-content-btnz-wrapper .em-ct-btn span {
    display: none;
  }
  .email-list-wrapper h5 {
    font-size: 16px !important;
  }
  .email-list-wrapper table th, .email-list-wrapper table td {
    padding: 8px !important;
  }
  .email-list-wrapper table {
    min-width: 820px !important;
}
  
  .compose-email-slide {
    max-width: 90%;
}
  .chat-profile-name {
    max-width: calc(100% - 75px);
  }
  .backbutton-breadcrumbs {
    padding-top: 20px !important;
  }

  .tabs-cards .content a.blue-btn.float-right.default-link {
    float: none;
    margin-bottom: 10px;
    display: inline-block;
}
  .tabs-cards .tab-controls a {
    text-align: center; 
    width: calc(50% - 5px); 
  }
  
}
.tabs-box .tab-controls {
  overflow: hidden;
  display: flex;
  border: solid 1px rgba(0, 0, 0, 0.07);
}

.tabs-box .tab-controls a:last-child {
  border-right: none !important;
}

.tabs-box .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  border-right: solid 1px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 38px;
}

.tabs-box a[aria-expanded=true] {
  background-color: #4A89DC;
  border-color: #4A89DC;
  color: #FFF !important;
}

.tabs-pill .tab-controls {
  background-color: rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
}

.tabs-pill .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 35px;
}

.tabs-pill a[aria-expanded=true] {
  background-color: #4A89DC;
  border-color: #4A89DC;
  color: #FFF !important;
}

.tabs-links .tab-controls {
  background-color: rgba(0, 0, 0, 0.07);
}

.tabs-links .tab-controls {
  overflow: hidden;
  display: flex;
}

.tabs-links .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  padding: 2px 12px;
  color: #000;
}

.tabs-links a[aria-expanded=true] {
  background-color: #4A89DC;
  border-color: #4A89DC;
  color: #FFF !important;
}

.tabs-icons .tab-controls a * {
  display: block;
  font-weight: 400;
}

.tabs-icons .tab-controls {
  overflow: hidden;
  display: flex;
  margin: auto -15px auto -15px;
}

.tabs-icons a[aria-expanded=true] * {
  opacity: 1 !important;
}

.tabs-icons a[aria-expanded=true] {
  color: #4A89DC !important;
}

.tabs-icons .tab-controls a {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 20px;
}

.tabs-borders .tab-controls {
  overflow: hidden;
  display: flex;
}

.tabs-borders .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 40px;
}

.tabs-borders a[aria-expanded=true] {
  color: #4A89DC !important;
  border-color: #4A89DC !important;
}

.tabs-cards {
  margin: 0px 15px 30px 15px;
}

.tabs-cards .card-style {
  overflow: visible;
  margin: 0 0px 30px 0px;
  height: 100%;
}
.tabs-cards .card-style .card-title{
  height: 49px;
}
.tabs-cards .card-style .card-desc {
  height: 120px;
}

.tabs-cards .tab-controls a {
    transition: all 200ms ease;
    background: white;
    padding: 7px 14px;
    display: inline-block;
    text-align: center;
    border: 2px solid #e85a4f;
    border-radius: 5px !important;
    color: #e85a4f;
}
.tabs-cards .tab-controls a i {
  transition: none;
}

.tabs-cards .tab-controls a[aria-expanded=true] {
  color: #fff !important;
  background-color: #e85a4f;  
}

.theme-dark .tabs-box a {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .tabs-pill .tab-controls a {
  color: #FFF;
}

.theme-dark .tabs-pill .tab-controls {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .tabs-links .tab-controls a {
  color: #FFF;
}

.theme-dark .tabs-icons .tab-controls a {
  color: #FFF;
}

.theme-dark .tabs-borders .tab-controls a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  color: #FFF;
}

.theme-dark .tabs-cards .tab-controls a {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .tabs-cards .tab-controls a[aria-expanded=true] {
  background-color: #0f1117;
}

/*Switches*/
.switch-xs, .switch-s, .switch-m, .switch-l {
  transform-origin: 100% 50%;
}

.switch-xs {
  transform: scale(0.6);
}

.switch-s {
  transform: scale(0.7);
}

.switch-m {
  transform: scale(0.8);
}

.switch-l {
  transform: scale(0.9);
}

.ios-switch input, .android-switch input {
  display: none;
}

.android-switch, .ios-switch {
  margin: 0px;
  padding: 0px;
  height: 32px;
  position: relative;
}

.android-switch *, .ios-switch * {
  cursor: pointer !important;
}

/*iOS Switches*/
.ios-switch {
  width: 58px;
}

.ios-switch label::before {
  cursor: pointer;
  content: "";
  display: block !important;
  background-color: rgba(0, 0, 0, 0.07);
  pointer-events: all;
  margin-left: -1px;
  width: 58px !important;
  height: 32px !important;
  border-radius: 50px !important;
  transition: all 200ms ease;
}

.ios-switch i {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  z-index: 1;
  font-style: normal;
  transform: translateY(-50%);
}

.ios-switch i:first-child:not(.bi) {
  padding-left: 4px;
  margin-top: 0px;
}

.ios-switch i:last-child:not(.bi) {
  padding-right: 4px;
  margin-top: 0px;
}

.ios-switch i:first-child {
  left: 3px;
  margin-top: 1px;
}

.ios-switch i:last-child {
  right: 5px;
  margin-top: 1px;
}

.ios-switch label::after {
  cursor: pointer;
  position: relative;
  content: "";
  display: block !important;
  margin-top: -31px;
  z-index: 2;
  width: 30px !important;
  height: 30px !important;
  transition: all 250ms ease;
  border-radius: 50px !important;
  background-color: #fff;
  border: solid 1px rgba(152, 152, 152, 0.3);
  transition: all 200ms ease;
}

.ios-input:checked ~ .custom-control-label::after {
  transform: translateX(26px) !important;
}

.ios-input:checked ~ .custom-control-label::before {
  background-color: #4A89DC;
}

.switch-green .ios-input:checked ~ .custom-control-label::before {
  background-color: #8CC152 !important;
}

.switch-blue .ios-input:checked ~ .custom-control-label::before {
  background-color: #4A89DC !important;
}

.switch-red .ios-input:checked ~ .custom-control-label::before {
  background-color: #ED5565 !important;
}

/*Android Switches*/
.android-switch {
  width: 54px;
}

.android-switch label::before {
  display: block !important;
  content: "";
  pointer-events: all;
  margin-top: 5px;
  width: 53px !important;
  height: 17px !important;
  border-radius: 50px !important;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 250ms ease;
}

.android-switch label::after {
  display: block !important;
  content: "";
  border: solid 1px rgba(0, 0, 0, 0.07) !important;
  margin-top: -22px;
  width: 27px !important;
  height: 27px !important;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07) !important;
  border-radius: 50px !important;
  transition: all 250ms ease;
}

.android-input:checked ~ .custom-control-label::after {
  border: none !important;
  transform: translateX(27px) !important;
}

.android-switch-short {
  margin-right: -8px;
}

.android-switch-short.android-switch label::before {
  width: 43px !important;
}

.android-switch-short .android-input:checked ~ .custom-control-label::after {
  transform: translateX(18px) !important;
}

.switch-blue .android-input:checked ~ .custom-control-label::after {
  background-color: #4A89DC !important;
}

.switch-blue .android-input:checked ~ .custom-control-label::before {
  background-color: rgba(74, 137, 220, 0.5) !important;
}

.switch-green .android-input:checked ~ .custom-control-label::after {
  background-color: #8CC152 !important;
}

.switch-green .android-input:checked ~ .custom-control-label::before {
  background-color: rgba(139, 193, 82, 0.5) !important;
}

.switch-red .android-input:checked ~ .custom-control-label::after {
  background-color: #ED5565 !important;
}

.switch-red .android-input:checked ~ .custom-control-label::before {
  background-color: rgba(237, 85, 101, 0.5) !important;
}

.theme-dark .ios-switch label::before,
.theme-dark .android-switch label::before {
  background-color: rgba(255, 255, 255, 0.05);
}

/*Toasts*/
.toast {
  display: flex !important;
  transition: all 250ms ease !important;
}

.toast-l {
  width: 270px;
  margin-left: -135px;
}

.toast-m {
  width: 200px;
  margin-left: -100px;
}

.toast-s {
  width: 110px;
  margin-left: -55px;
}

.toast-pill {
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  opacity: 1 !important;
  position: fixed;
  z-index: 10;
  border: none;
  transition: all 350ms ease;
  left: 50%;
  padding: 5px 5px 5px 36px;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  display: block;
  overflow: visible;
}

.toast-pill i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px !important;
  text-align: center;
  line-height: 35px;
}

.toast-bar strong, .toast-bar span {
  display: block;
}

.toast-bar {
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  opacity: 1 !important;
  position: fixed;
  z-index: 10;
  border: none;
  transition: all 350ms ease;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
  display: block;
}

.toast-bar {
  display: flex;
}

.toast-bottom {
  bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);
  transform: translateY(200px);
}

.toast-bottom.show {
  transform: translateY(0px);
  transition: all 250ms ease;
}

.toast-top {
  top: calc(70px + (env(safe-area-inset-top))*1.1);
  transform: translateY(-200px);
}

.toast-top.show {
  transform: translateY(0px);
  transition: all 250ms ease;
}

/*Toasts*/
.snackbar {
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  opacity: 1 !important;
  position: fixed;
  left: 10px;
  right: 10px;
  z-index: 10;
  border: none;
  transition: all 350ms ease;
  padding: 10px 15px;
  background-color: transparent;
  box-shadow: none;
  display: block;
}

.snackbar {
  bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);
  transform: translateY(200px);
}

.snackbar.show {
  transform: translateY(70px);
  transition: all 250ms ease;
}

/*Notifications*/
.notification-bar {
  opacity: 1 !important;
  position: fixed;
  top: calc(0px + (env(safe-area-inset-top)) * 1.1);
  left: 0px;
  right: 0px;
  transform: translateY(-120%);
  transition: all 250ms ease;
  z-index: 100 !important;
}

.notification-bar .toast-header {
  background-color: transparent !important;
}

.notification-bar.detached {
  left: 10px;
  right: 10px;
  top: calc(10px + (env(safe-area-inset-top)) * 1.1);
}

.notification-bar {
  overflow: hidden;
}

.notification-bar.show {
  transform: translateY(0%);
}

/*Theme Dark Settings*/
.theme-dark .notification-bar .toast-header {
  background-color: transparent !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .notification-bar .btn-close {
  background-color: #FFF !important;
}

textarea:focus,
select:focus,
input[type=text]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus {
  outline-color: rgba(74, 137, 220, 0.35);
  box-shadow: 0px 0px 0px 0px rgba(74, 137, 220, 0.35) !important;
  background-color: transparent;
}

input::placeholder, textarea::placeholder, select::placeholder, input, textarea, select {
  /* font-size: 12px !important; */
  font-size: 15px !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  transform: translateY(-5px) translateX(6px);
}

input {
  border-width: 1px !important;
}

.upload-file {
  height: 50px;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 50px;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: rgba(140, 193, 82, 0.3) !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: rgba(213, 25, 77, 0.3) !important;
}

/*Form Custom Text*/
.form-custom label + span {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 45px;
  line-height: 45px;
  pointer-events: none;
  font-size: 9px;
  opacity: 0.5;
}

/*Form Icons*/
.form-custom input[type="text"],
.form-custom input[type="email"],
.form-custom input[type="password"],
.form-custom select,
.form-custom textarea {
  height: 42px !important;
  padding: 0px 15px 0px 15px !important;
  border-width: 2px !important;
  font-size: 14px !important;
}

.form-custom label {
  /* line-height: 50px; */
  padding: 0px 15px 0px 15px;
}

.form-custom.form-icon:not(.ph-wrapp) input, .form-custom.form-icon select, .form-custom.form-icon textarea {
  padding-left: 40px !important;
}
.form-custom.form-icon.ph-field .iti__country-container + input {
  padding-left: 83px !important;
}

.iti--inline-dropdown .iti__country-list li .iti__country-name,
.iti--inline-dropdown .iti__country-list li .iti__dial-code {
  font-size: 15px;
}
.iti__selected-dial-code {
  font-size: 14px;
  line-height: 21px;
}
.form-custom.form-icon button.iti__selected-country {
  height: 40px;
  display: flex;
  align-items: center;
}

.form-custom.form-icon label {
  padding-left: 45px;
}
.form-custom.form-label.form-icon.ph-wrapp > div {
  width: 100%;
  height: 40px;
  align-items: center;  
}
.form-custom.form-label.form-icon.ph-wrapp > div input {
  height: 40px;
  display: flex;
  align-items: center;
  padding-top: 8px !important;
}
.form-custom.form-label.form-icon.ph-wrapp .iti--separate-dial-code .iti__selected-flag {
  border-radius: 4px 0 0 4px;
}

span#select2-popup_procedure-container {
  padding-left: 0;
}

tr#no_reports td {
  font-size: 16px;
}

.form-custom.form-icon i {
  position: absolute;
  font-size: 16px;
  height: 42px;
  width: 40px;
  line-height: 42px;
  text-align: center;
}

.form-custom textarea {
  padding-top: 20px !important;
  line-height: 23px !important;
}

.form-custom textarea:focus {
  min-height: 150px;
}

.was-validated * {
  background-image: none !important;
}

.form-custom {
  position: relative;
}

.form-border * {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-radius: 0px !important;
}

.form-border.form-icon i {
  margin-left: -10px;
}

.form-border.form-icon input,
.form-border.form-icon select,
.form-border.form-icon textarea {
  padding-left: 30px !important;
}

.form-border.form-icon label {
  padding-left: 33px !important;
}

.form-border.form-custom:not(.form-icon) input,
.form-border.form-custom:not(.form-icon) select,
.form-border.form-custom:not(.form-icon) textarea {
  padding-left: 2px !important;
}

.form-border.form-custom:not(.form-icon) label {
  padding-left: 0px !important;
}

.form-custom.form-floating input,
.form-custom.form-floating select,
.form-custom.form-floating textarea {
  padding-top: 15px !important;
}

.form-custom:not(.form-floating) * {
  padding-top: 0px !important;
}

.form-custom:not(.form-floating) textarea {
  padding-top: 10px !important;
}

.form-custom:not(.form-floating) input[type=date] {
  line-height: 46px;
}

.form-custom.form-floating input[type=date] {
  line-height: 36px;
}

input[type=range] {
  -webkit-appearance: none;
}

.range-1 *,
.range-2 *,
.range-3 * {
  border-radius: 50%;
}

.range-1 input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 3px;
}

.range-1 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -7px;
}

.range-2 input[type=range]::-webkit-slider-runnable-track {
  height: 24px;
  border-radius: 20px;
  padding: 0px 2px;
}

.range-2 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: 2px;
}

.range-3 input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 20px;
  padding: 0px 2px;
}

.range-3 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 23px;
  width: 23px;
  background-color: #FFF;
  border: solid 1px rgba(0, 0, 0, 0.15);
  margin-top: -11px;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.stepper {
  width: 102px;
}

.stepper:after {
  content: "";
  display: table;
  clear: both;
}

.stepper input {
  height: 33px;
  width: 33px;
  float: left;
  border: none !important;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 11px !important;
  background-color: transparent;
}

.stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper a {
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 9px;
}

.stepper * {
  outline: none !important;
}

.theme-dark .form-custom label {
  color: rgba(255, 255, 255, 0.4);
}

.theme-dark .form-custom * {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.theme-dark .form-custom input,
.theme-dark .form-custom textarea,
.theme-dark .form-custom select {
  /* border: solid 1px rgba(255, 255, 255, 0.1); */
  border: solid 1px #fff;
}

.theme-dark .form-custom label {
  background-color: #0f1117 !important;
}

.theme-light .form-custom input,
.theme-light .form-custom textarea,
.theme-light .form-custom select {
  border: solid 1px #bdc3c7 !important;
  border-radius: 6px !important;
  background: #f5f5f5;

}
.customer-answere {
  gap: 7px;
  flex-wrap: wrap;
}
.customer-answere .form-check {
  gap: 6px;
}
.custom-card .color-theme.lh-1, .gender_selection span {
  font-weight: 400;
  color: #777 !important;
} 

.theme-dark .range-1 input[type=range]::-webkit-slider-runnable-track,
.theme-dark .range-2 input[type=range]::-webkit-slider-runnable-track,
.theme-dark .range-3 input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.theme-light .stepper {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-light .stepper a:last-child {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-light .stepper a:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-dark .stepper {
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .stepper a:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .stepper a:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.form-label {
  margin-bottom: 0 !important;
}

.form-label label {
  position: absolute;
  top: -18px;
  background-color: #FFF;
  height: 10px;
  line-height: 10px;
  left: 0px;
  font-size: 11px;
  text-transform: capitalize;
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  font-weight: 700;
  opacity: 0;
  transition: all 250ms ease;
  background-color: #FFF !important;
  padding-left: 2px !important;
  padding-right: 5px !important;
}

button.btn-success.resend_cont {
    font-size: 14px !important;
    color: #e85a4f !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 0 !important;
    width: fit-content;
}
button.btn-success.resend_cont:hover {
  background-color: transparent !important;
}

button#confirm_otp_code ~ .resend_cont {
    margin-bottom: 0 !important;
    margin-top: 10px;
}
.form-label:not(.form-icon) label {
  transform: translateX(10px) !important;
}

.form-label.form-icon label {
  transform: translateX(30px) !important;
}

.form-label.form-border label {
  transform: translateX(0px) !important;
}

.form-label-active {
  opacity: 1 !important;
}

.form-label-always-active {
  opacity: 1 !important;
}

.form-label:not(.form-icon) label {
  margin-left: 2px !important;
}

.form-label.form-icon label {
  margin-left: -32px !important;
}

.form-label:not(.form-icon) label {
  margin-left: 2px !important;
}

.form-label.form-border.form-icon label {
  margin-left: -32px !important;
  margin-top: 2px;
}

.form-label.form-border i {
  margin-top: -4px;
}

.form-label.form-border input,
.form-label.form-border select,
.form-label.form-border textarea {
  height: 45px !important;
}

.form-label.form-border textarea {
  padding-top: 10px !important;
}

.no-animation * {
  transition: all 250ms ease !important;
}

/*OTP*/
.otp {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #cacaca;
}

.otp:focus, .otp:active {
  outline: solid 1px #000 !important;
}

.theme-dark .otp {
  background-color: #000;
  color: #FFF;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.form-check-custom {
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}
.form-check-custom input {
  position: absolute !important;
  transform: translateX(-10000px);
}
.form-check-custom input:checked ~ .is-unchecked {
  opacity: 0 !important;
  display: none !important;
}
.form-check-custom input:checked ~ .is-checked {
  display: block;
}
.form-check-custom i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
}
.form-check-custom label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}
.form-check-custom .is-checked {
  display: none;
}

.offcanvas {
  min-height: auto !important;
  height: auto;
  display: block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  border: 0px;
}

.offcanvas-modal {
  transform: translate(-50%, -50%) scale(0.8, 0.8) !important;
  top: 50%;
  left: 50%;
  bottom: auto !important;
  right: auto !important;
  opacity: 0;
}

.offcanvas-modal.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1) !important;
}

.offcanvas, .modal-backdrop {
  transition: all 300ms ease !important;
}

[data-bs-toggle]:focus,
[data-bs-dismiss]:focus {
  outline: none !important;
}

.offcanvas-bottom:not(.offcanvas-detached) {
  bottom: env(safe-area-inset-bottom) !important;
}

.offcanvas-detached.offcanvas-start {
  left: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-start:not(.show) {
  transform: translateX(-120%);
}

.offcanvas-detached.offcanvas-end {
  right: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-end:not(.show) {
  transform: translateX(120%);
}

.offcanvas-detached.offcanvas-top {
  left: 10px;
  right: 10px;
  top: calc(10px + env(safe-area-inset-top));
}

.offcanvas-detached.offcanvas-top:not(.show) {
  transform: translateY(-120%);
}

.offcanvas-detached.offcanvas-bottom {
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-bottom:not(.show) {
  transform: translateY(120%);
}

.offcanvas {
  pointer-events: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.offcanvas.show {
  pointer-events: all !important;
}

.theme-dark .offcanvas {
  background-color: rgba(19, 30, 43, 0.8);
}

/*Prealoder*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  transition: all 200ms ease;
}
#preloader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.preloader-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease !important;
}

.theme-light #preloader {
  background-color: #FFF;
}

.theme-dark #preloader {
  background-color: #0f1117;
}

.preloader-l * {
  width: 70px;
  height: 70px;
}

.preloader-m * {
  width: 50px;
  height: 50px;
}

.preloader-s * {
  width: 30px;
  height: 30px;
}

/*Pagination*/
.pagination {
  margin-bottom: 30px;
}
.pagination .page-link {
  padding: 6px 14px !important;
  color: #0b6180;
}
.page-item.active .page-link {
  background-color: #0b6180;
  color: #fff;
  padding: 6px 14px !important;
}
.pagination .page-item {
  margin-right: 5px;
}
.pagination i {
  padding: 0px;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  padding: 6px 12px !important;
}

.page-item.active a {
  color: #FFF !important;
}

/*Offline Detector*/
.offline-message, .online-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  font-weight: 700;
  /*font-family: "Inter", sans-serif;*/
  font-family: 'Cabin', sans-serif !important;
  transition: all 250ms ease;
  top: 10px;
  left: 8px;
  right: 8px;
  z-index: 100;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-radius: 20px;
  line-height: 50px;
}

.offline-message-active, .online-message-active {
  transform: translateY(calc(-2px + (constant(safe-area-inset-bottom))));
  transform: translateY(calc(-2px + (env(safe-area-inset-bottom))));
}


.contact-preview-card {
  display: flex;
  flex-direction: column;
  height: 190px;
  width: calc(50% - 20px);
  justify-content: center;
  text-transform: capitalize;
  background: #fff;
  box-shadow: 1px 2px 2px 1px rgba(0,0,0,.1);
  border-radius: 10px;
  transition: .5s;
  padding: 25px;
  color: #5f4bdb;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 600;
  border: 0;
}

.contact-patinet-boxes {
  gap: 40px;
  padding: 0 15px 25px;
}

.contact-preview-card:hover {
  border-radius: 15px;
  transform: translateY(10px);
  box-shadow: 0 6px 21px 3px rgb(0 0 0/20%)!important;
  color: #5f4bdb;
}

.contact-preview-card .icon-block {
max-width: 80px;
height: 80px;  
min-width: 80px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 15px;
margin-bottom: 16px;
padding: 15px;
color: #fff;
font-size: 36px;
}

.contact-patinet-boxes .contact-preview-card:nth-child(1) .icon-block {
  background-color: #950d13 !important;
}
.contact-patinet-boxes .contact-preview-card:nth-child(2) .icon-block {
  background-color: #724a46 !important;
}
.contact-patinet-boxes .contact-preview-card:nth-child(3) .icon-block {
  background-color: #fd5542 !important;
}
.contact-patinet-boxes .contact-preview-card:nth-child(4) .icon-block {
  background-color: #4bda7b !important;
}

/*Responsive Videos and iframes*/
.max-iframe {
  max-height: 200px !important;
  height: 300px !important;
  padding-bottom: 0px !important;
  margin: 0 auto;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.form-custom.form-icon input::-webkit-contacts-auto-fill-button {
  display: none !important;
}

@media (min-width:1023px) {		
  .tabs-cards .tab-controls a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
	.messenger-desktop .chat-list-container {
		max-width: 30%;
	}
	.chat-iframe-container {
		display: block !important;
	}
	.messenger-desktop .header-bar.header-bar-detached,
	.messenger-desktop #footer-bar.footer-bar-detached {
		position: fixed !important;		
	}
	.messenger-desktop .header-bar.header-bar-detached {
		top: 0 !important;
	}
	
	.messenger-desktop #footer-bar.footer-bar-detached {
		bottom: 0 !important;
	}
	.messenger-desktop .chat-iframe-container, 
	.messenger-desktop .chat-iframe-container iframe,
	.messenger-desktop .chat-list-container {
		height: calc( 100vh - 175px );
	}
	.messenger-desktop div.chat-list-container::-webkit-scrollbar {
		display: block !important;
		width: 5px;
		background: #f1f1f1;
	}
	.messenger-desktop div.chat-list-container::-webkit-scrollbar-thumb {
		background: #c6c8d5;
	}
	iframe .hide-on-desktop {
		display: none !important;
	}
	iframe .chat-profile-name {
		width: max-content !important;
	}
	.overlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		filter: brightness(0.9);
		background-color: rgba(255, 255, 255, 0.8); 
		z-index: 9999;
	}
	.spinner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50px;
		height: 50px;
		border: 3px solid rgba(0, 0, 0, 0.3); 
		border-top-color: #333; 
		border-radius: 50%;
		animation: spin 1s cubic-bezier(0, 0, 0, 0) infinite;
	}
	@keyframes spin {
		from { transform: rotate(0deg); }
		to { transform: rotate(360deg); }
	}
  .next-step-heading {
    margin-top: 100px;
  }
}
@media (max-width:637px) {
  .enjoyhint_next_btn, .enjoyhint_prev_btn {
    line-height: 28px !important;
  }
}
.provider-card-container::-webkit-scrollbar {
  display: block !important;
  width: 5px;
  background: #b0b4bb;
}
.provider-card-container::-webkit-scrollbar-thumb {
  background: #7ab1f9;
}

@media (min-width: 1024px) {
  #footer-bar a span {
    font-size: 0.9rem !important;
  }

  #footer-bar a i {
    font-size: 1.5rem !important;
    margin-bottom: 0.3rem;
  }

  div#footer-bar {
    height: calc(70px + (env(safe-area-inset-bottom))*1.1);
  }
}

@media (min-width: 1440px) {
  #page .page-content {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  #page .page-content {
    margin: 0 auto;
    max-width: 1400px;
  }
}

@media (min-width: 1800px) {
  #page .page-content {
    margin: 0 auto;
    max-width: 1600px;
  }
}

.pt-portal-custom-card-wrapper {
    display: flex;
    align-items: center;        
    flex-wrap: wrap;    
}
.pt-portal-custom-card {
  padding: 10px;
  max-width: 25%;
  width: 100%;
}
.pt-portal-custom-card > .card-body {
  background: #FFFFFF;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.5s;
  overflow: visible;
  min-height: 130px;
  transition: .4s ease all;
}
.pt-portal-custom-card a .icon{
  display: flex;
  width: 45px;
  height: 45px;  
  align-items: center;  
}
.pt-portal-custom-card a p{  
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #504C4C;
}
.pt-portal-custom-card a h3{
  float: left;
  width: 100%;
  text-align: left;
  color: #717171;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 10px !important;
  margin-bottom: 0;
}
.pt-portal-custom-card a {
  padding: 0 15px;
  display: block;
}
.pt-portal-custom-card a img{
  width: 100%;
}
.pt-portal-custom-card:hover .card-body {
  border-radius: 12px;
  transform: translateY(10px);
  box-shadow: 0 6px 21px 3px rgb(0 0 0/20%) !important;
}
.next-step-heading {
  color: #5F4BDB !important;
}
.pt-portal-step-icon {
    margin: 0 auto;
    width: 75px;
    position: relative;
    display: grid;
    background-color: #5F4BDB;
    padding: 10px;
    border-radius: 7px;
    color: #fff !important;
}
.header-bar a .bi.head {
  font-size: 32px;
    top: 5px;
    position: relative;
    background-color: #fff;
    padding: 2px 7px;
    border-radius: 6px;    
    color: #E85A4F !important;
    transition: .4s ease all;
    display: inline-block;
}
.header-bar a .bi-list:hover {
  transform: translateY(3px);
}

.custom-grey-bubble {
  border: 1px solid #ccc;
}
.auto-megs-list .quick-message-style {
  background-color: transparent;
  color: #54656f;
  border: 1px solid #54656f;
  transition: .5s;
  border-radius: 5px;
  margin-right: 7px;
  padding: 2px 12px;  	
	list-style: none;
  display: inline-flex;
  width: fit-content;
  min-width: max-content;
  font-size: 12px !important;
}
.auto-megs-list .quick-message-style:hover {
  background-color: #54656f;
  color: #fff;
}
.messenger-card {
  border-radius: 6px;
  box-shadow: 0 6px 21px 3px rgb(0 0 0/10%) !important;
}
#chat-list a {
  transition: 0.5s;
}

.custom-card {
    border-radius: 10px !important;
    /* box-shadow: 0 6px 21px 3px rgb(0 0 0/10%) !important; */
    box-shadow: unset !important;
    padding: 0 !important;
}
.blue-title {
  color: #e85a4f!important;
}
.red-title {
  color: #c6474c !important;
}
.blue-btn {
  background-color: #D8C3A5 !important;
    color: #fff;
    transition: 0.5s;
    border-radius: 30px;
    padding: 10px 30px !important;
    border: 1px solid #D8C3A5 !important;
    font-size: 14px;
    z-index: 1;
    box-shadow: unset;
}

.blue-btn.roun-cor-btn {
  border-radius: 6px;
}
.blue-btn:hover {
  background: #d8c3a5a6 !important;
  color: #fff;
  text-decoration: none;
  background: #d8c3a5a6 !important;
}
.red-btn {
  background-color: #e85a4f !important;
  color: #fff;
  transition: 0.5s;
  border-radius: 30px;
  padding: 10px 30px !important;
  border: 1px solid #e85a4f !important;
  font-size: 14px;
}
.red-btn:hover {
  background-color: #e9463a !important;
  color: #fff;
  text-decoration: none;
  border-color: #e9463a !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.img-round-style {
  border-radius: 50%;
    border: 4px solid rgba(11,97,128,0.2);
}

/* mobile css */
@media (min-width:320px) and (max-width: 480px) {
  .header-bar a .bi-house.head {
    display: none;
  }

}


/* user dropdown css */


.user-dropdown:not(.lang-menu) .dropdown-toggle {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
}

.user-dropdown .dropdown-toggle::after {
  display: none;
}

.user-dropdown .dropdown-toggle .text {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  color: #5f4bdb;
  
}
.patient_portal .user-dropdown .dropdown-toggle .text  {
  color: #fff;
}

.user-dropdown:not(.lang-menu) {
  margin-inline: 10px;
  /* max-width: 150px;
  width: 100%; */
}

.header-bar {
  padding-top: 8px !important;
}

.user-dropdown .dropdown-menu {
  max-width: 150px;  
  left: 50% !important;
  transform: translateX(-50%) !important;
  border: 0;
  /* box-shadow: 0 0 13px #00000021; */
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  top:40px !important;
}

.user-dropdown .dropdown-menu .dropdown-item {
  transition: .4s ease all;
  font-weight: 600;
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  padding-inline: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f4bdb;
}

.patient_portal .user-dropdown .dropdown-menu .dropdown-item {
  color: #e85a4f;
}
.user-dropdown .dropdown-menu .card-style {
  border-radius: 10px !important;
  margin-top: 20px !important;
}

.patient_portal .user-dropdown .dropdown-menu .dropdown-item:hover {
  background: #e85a4f;
  color: #fff;
  
}
.user-dropdown .dropdown-menu .dropdown-item:hover {
  background: #5f4bdb;  
  color: #fff;
}

.user-dropdown .dropdown-menu .list-group {
  width: 100%;
  text-align: center;
  padding: 0 !important;
}

.user-dropdown .dropdown-menu .list-group a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-inline: 0;
}

.user-dropdown .dropdown-menu .list-group a:hover {
  color: #fff !important;  
}

.user-dropdown .dropdown-menu .list-group a:hover strong {
  color: #fff !important;
  transition: .4s ease all;
}
.user-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}

.user-dropdown .dropdown-toggle .img-placeholder {
  max-width: 50px;
  height: 50px!important;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eae7dc;
  width: 100%;
  border: 1px solid #fff;
  min-width: 50px;

}

.user-dropdown .dropdown-toggle .img-placeholder img {
  width: 100%;
  height: 100%;
}
.conv-header ~ .reply_to {
  border: 0;
}

@media (max-width:485px){
  .register-back-btn {    
    left: 20px;    
}
  .back-nxt-btn-row > a {
    width: 47% !important;
    text-align: center;
  }
  .back-nxt-btn-row > a.full-mobile, .custom-card .content .blue-btn.full-mobile {
    width: 100% !important;
    text-align: center;
  }
  
  .conv-header ~ .reply_to {
    width: 100%;
    margin-top: 5px;    
}
  .conv-header .btn {
    width: 100%;
  }
  .conv-header {
    gap: 15px;
    justify-content: flex-start;
  }
  .conv-card > .list-group > div .list-group-item > img {
    max-width: 36px;
    height: 36px;
  }
  .conv-card > .list-group > div {    
    gap: 15px;
  }
  
  .tabs-cards .tab-controls a {
    width: 100%;
  }
  .user-dropdown:not(.lang-menu) {
    width: auto;
    margin: 0;
  }
  .user-dropdown:not(.lang-menu) .dropdown-toggle {
    margin-inline: 0;
  }
  .user-dropdown:not(.lang-menu) .dropdown-toggle .text {
    display: none;
  }
  .user-dropdown:not(.lang-menu) .dropdown-menu {    
    top: 30px !important;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
  }
}


.country-dd-container .iti__country-list::-webkit-scrollbar {
  display: block !important;
}
/* width */
.country-dd-container .iti__country-list::-webkit-scrollbar {
width: 15px;
}

/* Track */
.country-dd-container .iti__country-list::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
.country-dd-container .iti__country-list::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
.country-dd-container .iti__country-list::-webkit-scrollbar-thumb:hover {
background: #555; 
}

/* Chat messanger CSS */

.send-message-icon {
  display: none;
}

.voice-recorder-icon, .send-message-icon {
  color: #54656f;
  background-color: transparent;
  width: 44px;
  height: 44px;  
  border-radius: 6px;
  transition: .4s ease;
  margin: 0 !important;
}
.voice-recorder-icon {
  margin-right: 9px;
}
.voice-recorder-icon:hover, .send-message-icon:hover {
  background: rgba(0,0,0,0.05);  
}
.file-upload-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-upload-block .attach-file-icon {
  color: #54656f;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 9px;
  border-radius: 6px;
  transition: .4s ease all;
  width: 44px;
  height: 44px;
}
.file-upload-block .attach-file-icon:hover {  
  background-color: rgba(0,0,0,0.05);
}
.bullet-link {
padding: 0;
}
.start_guide_button i, .phone-btn-link i, .bullet-link i, .open-virtual-consultation i {
  color: #54656f!important;  
}
.patient_dashboard .start_guide_button i {
  color: #fff !important;
}
.recent-chat-icon {
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.recent-chat-icon i {
  color: #1fa855;
  font-size: 18px;
}
.chat-location-div {
  margin: 6px 0 10px;
  color: #667781;
}
.chat-location-div i {
    color: #E85A4F;	
}
.chat-user-image-style {
   border: 3px solid #e5e5e5;
   border-radius: 50% !important;
}
.recent-chat-header {
   backdrop-filter: blur(10px);
}
.chat-bubble.left[sender="0"] .bg-highlight {
  background-color: #F5F5F5 !important;

  color: #777 !important;
  border-radius: 6px;
}
.custom-blue-bubble {
  background-color: #007BFF;
  color: #fff !important;
  border-radius: 6px;
}
.custom-blue-bubble > div {
  color: #fff !important;
}
.chat-box-bg {
  background: linear-gradient(to right, #C5E9F8 0%, rgba(197, 233, 248, 0.00) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

 
.custom-blue-bubble img, .bg-gray-light img {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

#chat-iframe body {
  background: linear-gradient(to right, #C5E9F8 0%, rgba(197, 233, 248, 0.00) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ctm-m-disabled *{
  pointer-events: none;
  opacity: .85;
}
.tooltip-inner {
  min-width: 100px;
  max-width:100%;
  padding:10px 15px;         
}

/* chat messenger ui css */
.chat-messenger-main {
  background-color: #fff;
  /* border: 1px solid #d1d7db; */
  padding: 0 !important;
  margin-top: calc(calc(55px + 30px) + (env(safe-area-inset-top))*0.8)!important;
  margin-inline: 25px;  
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(11,20,26,.26), 0 4px 12px 0 rgba(11,20,26,.16);
  border-radius: 0;
  border: 0;
}

.chat-list-container {
  padding: 0 0 15px 15px;  
  background: transparent;
  box-shadow: unset !important;
  border-right: 1px solid #d1d7db;
  border-radius: 0;
}

.chat-iframe-container {
  box-shadow: unset !important;
}

@media (min-width:1023px){
  
.auto-suggest-box .auto-megs-list::-webkit-scrollbar{
  height: 6px;     
  background-color: transparent;
} 
.auto-suggest-box .auto-megs-list::-webkit-scrollbar-thumb {       
  background: rgba(11,20,26,.2);  
}
.emoji-picker__emojis::-webkit-scrollbar, .messenger-desktop div.chat-list-container .chat-list-main::-webkit-scrollbar, .chat-conversation-main .messages::-webkit-scrollbar {
  width: 6px;     
  background-color: transparent;
}

.messenger-desktop div.chat-list-container .chat-list-main::-webkit-scrollbar-thumb, .emoji-picker__emojis::-webkit-scrollbar-thumb {       
  background: rgba(11,20,26,.2);  
}

.chat-conversation-main .messages::-webkit-scrollbar-thumb {
  background: rgba(11,20,26,.5);
}
}



.recent-chat-header {
    margin-left: -15px;
    border-bottom:1px solid #d1d7db;
    padding: 15px 30px 7px 30px;
    margin-bottom: 15px;
    background: #f0f2f5;
}

.chat-list-container .list-group-item {
  border-radius: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #d1d7db !important;
}
.chat-list-container .list-group-item:hover {
  background-color: #f5f6f6;
}
.chat-list-container .list-group-item.active {
  background-color: #f0f2f5;
  color: #000;
}

.chat-list-container .list-group-item .recent-msg-right {   
  padding: 15px 10px 15px 5px;
  max-width: calc(100% - 60px);
  position: relative;
}
.chat-list-container .list-group-item .recent-msg-right .next-icon {
  display: none;
}

.chat-list-main {
  max-height: calc(100% - 66px);
  padding-right: 7px;
  border-radius: 0;
}
.chat-list-container .content {
  height: 100%;
}

.chat-list-container .list-group-item .img-block {
  max-width: 50px;
  height: 50px;
  min-width: 50px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,.07);
  margin-right: 10px;
  position: relative;
}

.chat-list-container .list-group-item .img-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.chat-list-container .list-group-item .online-dot {
  right: 6px;
  bottom: 0;  
}

.chatlist-timestamp {
  margin-bottom: 0;
  transition: .4s ease all;
  color: #E85A4F;
  
}

.chat-list-container .list-group-item.active .chatlist-timestamp{
  color: #E85A4F;
}

.title-lastseen-block .title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lastseen-block {
  width: fit-content;
  white-space: nowrap;
}
.chat-list-container .list-group-item .img-block .online-dot {
  color: #E85A4F;
}

.new-message-count {
  background-color: #E85A4F;
  color: #fff;
  width: 15px;
  height: 15px;
  padding-top: 2px;
  margin-left: auto;
}



.pt-messenger-header img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.chat-profile-name * {
  color: #111b21 !important;
}

.chat-actions-cont {
  display: flex;
  align-items: center;
  gap: 5px;
}



.chat-actions-cont .open-virtual-consultation, .chat-actions-cont .start_guide_button, .chat-actions-cont .phone-btn-link, .chat-actions-cont .bullet-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;  
  border-radius: 50%;
  line-height: normal;
  transition: .4s ease all;
  background: #e4e4e4;
}

.chat-actions-cont .open-virtual-consultation:hover, .chat-actions-cont .open-virtual-consultation:focus, .chat-actions-cont .start_guide_button:hover, .chat-actions-cont .start_guide_button:focus, .chat-actions-cont .phone-btn-link:hover, .chat-actions-cont .phone-btn-link:focus, .chat-actions-cont .bullet-link:hover, .chat-actions-cont .bullet-link:focus {
  background: #c4c5c5;
}

.theme-light .header-bar.messenger-conv-head {  
    background-color: rgb(240 242 245);
    backdrop-filter: none;
    box-shadow: unset !important;
    padding: 11px 15px !important;
    border-bottom: 1px solid #d1d7db;  
}

.chat-conversation-main {
  position: relative;
  background-color: #efeae2;
  overflow-y: auto;
  height: 100%;
}
.chat-conversation-main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  opacity: .4;
  width: 100%;
  background: url(../images/conv-bg-img.png);
  background-position: center;
  background-repeat: repeat;
}


.chat-conversation-main .messages {
  overflow-y: auto;
  max-height: 100%;
  padding: 15px 2%;
  margin: 0;
  position: relative;
  z-index: 2;
}

.header-clear-medium.chat-conversation-main {
  padding-top: 0 !important;
}


.chat-messenger-iframe {
   z-index: 2;
   position: relative;
   width: 100%;
}

.chat-messenger-iframe body.theme-light {
  background: transparent;
  overflow: hidden;
}

.chat-bubble {
  padding: 7px 9px;
  background: #fff;
  border-radius: 7.5px;
  box-shadow: 0 1px 0.5px rgba(11,20,26,.13);
  position: relative;
  margin-bottom: 2px;
  color: #111b21;
  font-weight: 400 !important;
}

.chat-bubble .triangle {
  position: absolute;
  top: 0;
  left: -8px;
  width: 8px;
  height: 13px;  
  align-items: center;
  color: #fff;
  display: none;
}

.chat-bubble .triangle.right {
  color: #e85a4f;
  left: auto;
  right: -7px;
  transform: scaleX(-1);
}

.sender-msg .chat-bubble,
.sender-msg .chat-bubble p {  
  background: #e85a4f;
  color: #fff !important;
  font-size: 14px !important;
}

.sender-msg .chat-bubble a {
  color: #fff;
  text-decoration: underline !important;
}

.sender-msg {
  margin-left: auto;
  justify-content: flex-end;
}

.chat-bubble .date-time {
  
  text-align: right;
  line-height: 12px;
  font-size: 10px !important;
}
.chat-bubble .font-13 {
  font-size: 14px !important;
}
.chat-profile-name a {
  font-size: 18px !important;
}

.btn-loader .loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #444;
    border-radius: 50%;
    animation: 1s linear infinite spin;
    margin-left: 8px;
    vertical-align: middle;
}
.hide {
    display: none !important;
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* .chat-profile-name {
  max-width: 50ch;
} */

.chat-profile-name .text-start .patient_local_time{
  position: relative;
    height: 28px;
    font-size: 14px !important;
}

.chat-profile-name div, .chat-profile-name div small {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.receiver-msg:first-child .chat-bubble .triangle, .sender-msg + .receiver-msg .chat-bubble .triangle,
.sender-msg:first-child .chat-bubble .triangle, .receiver-msg + .sender-msg .chat-bubble .triangle {
  display: inline-flex;
}

.receiver-msg:first-child .chat-bubble, .sender-msg + .receiver-msg .chat-bubble {
  border-top-left-radius: 0;
}

.sender-msg:first-child .chat-bubble, .receiver-msg + .sender-msg .chat-bubble {
  border-top-right-radius: 0;
}

.sender-msg + .receiver-msg .chat-bubble, .receiver-msg + .sender-msg .chat-bubble {
  margin-top: 12px;
}

.chat-bubble a {
  color: #027eb5;
  transition: .4s ease all;
}
.chat-bubble a:hover {
  text-decoration: underline !important;
}


/* .chat-bubble:has(img.img.img-fluid), .chat-bubble:has(img) img {
  padding: 5px;
  max-width: 100%;  
  overflow: hidden;

} */
/* .chat-bubble:has(img.img.img-fluid) > div, 
.chat-bubble:has(img) > div, .chat-bubble:has(img) div p {
  width: 100%;
  height: 100%;


} */

.chat-bubble:has(img.img.img-fluid) img, .chat-bubble:has(img) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 7.5px;      
  max-height: 260px;      
}


.chat-bubble:has(img.img.img-fluid) .date-time {
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block !important;
  background: linear-gradient(to top,rgba(11,20,26,.5),rgba(11,20,26,0));
  padding: 10px;
  border-radius: 7.5px;
  width: calc(100% - 10px) !important;
  font-size: 10px !important;
}


.ctm-chat-footer {
  background: #f0f2f5 !important;
  padding: 6px 16px 10px;
  box-shadow: unset !important;
}

.auto-suggest-box small {
  margin: 0 0 5px 0;
  display: inline-block;
  color: #111b21;
  font-weight: 600;
  font-size: 14px !important;
}
.auto-megs-list {
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.input-emoji-block input:-webkit-autofill,
.input-emoji-block input:-webkit-autofill:hover, 
.input-emoji-block input:-webkit-autofill:focus, 
.input-emoji-block input:-webkit-autofill:active  {
  background-color: transparent !important;
  box-shadow: unset !important;  
}

.input-emoji-block {
  width: calc(100% - 16px);
  background: #fff;
  padding: 9px 12px;
  border-radius: 8px;
}
.input-emoji-block .add-emoticons {
  color: #8696a0;
  margin-right: 8px;
  cursor: pointer;
}
.input-emoji-block .add-emoticons svg {
  width: 24px;
  height: 24px;
}

.input-emoji-block input {
  border-radius: 0;
  width: 100%;
  font-weight: 400;
}


.recent-msg-right .last_message {
  line-height: normal;
}

/* recorder css */

.recorder-main {
  background-color: #fff;
  border-radius: 8px;
}

#recording-element audio {
  display: block;
} 

.recorder-icons-block button {background: transparent !important;border: 0;outline: 0;padding: 0;}

.recorder-icons-block button svg {
  width: 28px;
  height: 28px;
}

.recorder-icons-block .stop-btn {
  color: #ff3b30;
}

.recorder-icons-block .cancel-btn {
  color: #667781;
}

.recorder-icons-block .cancel-btn svg {
  width: 24px;
  height: 24px;
}

.recorder-icons-block .send-btn {
  color: #00a884;
}

.loader-color {
  color: #00a884;
}
.chat-bubble audio {
  width: 400px;
}
.ctm-dd-main {background-color: #fff;border: 0;border-radius: 3px;box-shadow: 0 2px 5px 0 rgba(11,20,26,.26),0 2px 10px 0 rgba(11,20,26,.16);padding: 9px 0;}

.ctm-dd-inner a {    
    transition: .4s ease all;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ctm-dd-inner a i {
    color: #3b4a54 !important;
}

.ctm-dd-inner a:hover {
    background: #f5f6f6;
}

.header-bar.messenger-conv-head .ctm-dd-inner a strong {
    color: #3b4a54 !important;
}
.messenger-alert {
  position: absolute!important;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  bottom: -100px;
  line-height: 20px !important;
  font-size: 14px;
  color: #842029!important;
  box-shadow: 0 0 7px #0000003b;
}

.pt-messenger-header {
  gap: 10px;
}
.pt-messenger-header .messenger-name-img-block {
  width: calc(100% - 195px);
}
.chat-bubble * {
  word-break: break-word;
}
.chat-ft-upper-div {
  overflow-x: auto;
}

.selectize-control.single .selectize-input:after {
  right: 0 !important;
}


/* messenger popup css */

.chat-messenger-modal .modal-content {
  border: 0;
  border-radius: 10px;
}

.chat-messenger-modal .modal-title {
  color: #5F4BDB;
  font-weight: 600;
  font-size: 18px;
}

.chat-messenger-modal .btn-close {
  background-color: darkgray;
  border-radius:50%;
  padding:15px;
  box-sizing:border-box;
  font-size:12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
  filter: brightness(0.5) invert(1);
  opacity: .5;
}
.chat-messenger-modal .btn-close:focus {
  box-shadow:unset;
}

.chat-messenger-modal .btn-close:hover,.chat-messenger-modal .btn-close:focus {
  opacity: 1;
}

.chat-messenger-modal .modal-body {
  font-size: 16px;
  line-height: 24px;
}

.model-btnz .btn {
  border-radius: 7px;
  width: 100%;
  border: 0;
  transition: .4s ease all;
  opacity: .9;
}

.model-btnz {
  width: 100%;
  gap: 15px;
}

.model-btnz .btn-primary {
  background: #5F4BDB;
  border: 0;
}

.model-btnz .btn-secondary {
  background: #c6474c;
}

.model-btnz .btn:hover {
  opacity: 1;
}

.virtual-cons.offcanvas.offcanvas-modal {
  transform: none!important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0 !important;
  width: 600px;  
  right: 0 !important;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  backdrop-filter: unset !important;
}
.virtual-cons.offcanvas.offcanvas-modal .content {
  border-radius: 15px;
  background-color: #fff;
}
.country-input {
  position: relative;
}
.country-input label {
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 400;
}
.account-settings-form .form-label.form-icon label {
  margin-left: -20px !important;
}

.custom-card span.select2-selection.select2-selection--single {
  border: solid 1px #bdc3c7 !important;
  border-radius: 6px !important;
  height: 42px !important;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
.form-label.form-icon.country-input i {
  position: absolute;
  left: 15px;
  z-index: 99;
  top: 14px;
}
.form-label.form-icon.country-input span.select2-selection.select2-selection--single {
  padding-left: 30px !important;
}
 
.virtual-cons.offcanvas.offcanvas-modal .content .blue-btn {
  float: none !important;
  margin-inline: auto;
}
.select2-results__option--selectable,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2.select2-container .select2-selection--single {
  height: 37px;
  padding-top: 3px;
}
.form-custom label.color-theme.lh-1.p-0.mb-2.font-14 {
  line-height: 1.5 !important;
  font-size: 14px !important;
  font-weight: 600;
}
.form-label label {
  font-weight: 600;
}
.custom-card .form-custom.form-label.form-icon.mb-3 span {
  right: 20px;
  color: #e85a4f;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eae7dc;
}
.mb-3.color-theme.gender_selection.font-14 span,
.color-theme span.color-theme.lh-1.p-0.mb-2 {
  font-size: 14px;
  font-weight: 400;
}
.selectize-dropdown.single.rounded-xs,
.selectize-dropdown.single.form-control.rounded-xs {
  border-radius: 0 !important;
  border: 0;
  width: 100% !important;
  left: 0 !important;
  top: 47px !important;
}
.form-custom.form-label.form-icon label.color-theme.form-label-always-active.font-12.opacity-50 {
  text-transform: capitalize;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 600;
}
.patient-db-heading {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: auto;
  margin: auto;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  
}
@media (min-width: 768px ) {
  #footer-bar .backbuttonfooter {
    padding: 11px 40px;
    flex: 0 0 200px !important;
    display: flex;
    align-items: center;
  }
  .patient-db-heading  {
    display: flex;
  }
  .patient-db-heading img.doc {
    margin-top: -80px;
    margin-bottom: -4px;
    width: 400px;
  }
}@media (max-width: 767px ) {
  .header-bar-detached {
    margin-top: 0 !important;
    top: 0 !important;
  }
  body #page .header-clear-medium.chat-conversation-main {
    padding-top: 0 !important;
  }
  .chat-bubble {
    max-width: 95%;
  }
  .backbutton-breadcrumbs .menu li {
    font-size: 12px !important;
  }.backbutton-breadcrumbs .menu {
    padding: 0 !important; 
  }#footer-bar .backbuttonfooter button i {
    margin-left: 10px !important;
  }
  .patient_portal #footer-bar {
    overflow: hidden;
  }
  .backbuttonfooter button {
    color: transparent !important;
    width: 20px !important;
    display: block !important;
  }
  

  .pt-portal-custom-card-wrapper .pt-portal-custom-card a h3 {
    font-size: 12px;
    
  }
  .pt-portal-custom-card-wrapper {
    
    align-items: flex-start;
    justify-content: flex-start;    
  }
  .patient-db-heading img.doc {
    width: 100%;
    margin-top: 20px;
  }
  /* .patient-db-heading p .heading span {
    margin-top: 5px;
    display: block;
  } */
  .patient-db-heading {
    margin-bottom: 10px;
  }
}
.patient-db-heading p{  
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin: 0 0 0 10px;
  color: #980e14;
}
.patient-db-heading p .heading {
  font-size: 30px;
  color: #e85a4f;
  line-height: normal;
}
.patient-db-heading p .heading span {
  font-weight: 800;  
}
.patient-db-heading p a  {
  color: #980e14;
  text-decoration: underline !important;
}

.my-req-cards-row .card.card-style .card-title a {
  color: #e85a4f !important
}
.my-req-cards-row .card-style {
  border-radius: 20px !important;
}
.my-req-cards-row .card.card-style i, .my-req-cards-row .card.card-style .card-desc a {
  color: #e85a4f !important;
}
.form-check {
  align-items: center;
}
.form-check * {
  cursor: pointer;
}
.my-req-cards-row .card.card-style .card-desc a {
  display: inline-block;
}

.patient-profile-tabs .tab-controls {
  display: inline-flex;
  gap: 5px;
}
.patient-profile-tabs .tab-controls > a {
  padding: 10px 25px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.patient-profile-tabs.tabs-cards > .card-style {
  margin-top: 0;

}
.patient-profile-tabs .custom-card .collapse .custom-card:first-child {  
  margin-top: 0;
}

body.patient_portal {
  background: #EAE7DC;
}
.patient_dashboard {
  background-color: transparent !important;
}
body.patient_portal .header-bar {
  background: #E85A4F;
}
body.patient_portal .header-bar .header-title > img {
  filter: brightness(0) invert(1);
}
body.patient_portal .header-bar .start_guide_button i {
  color: #fff !important;
}

.lang-menu .dropdown-toggle {
  background: #fff !important;
  color: #e85a4f !important;
}


.quote-status{
  display: inline-block;
  position: absolute;
  right: -32px;
  top: -40px;  
  background-color: #ff832b;
  padding: 1px 9px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  border-radius: 30px;
  z-index: 1;
}
.status-pending{
  background-color: #e85a4f;
}
.status-reviewed{
  background-color: #37d66d!important;
}
.status-quoted{
  background-color: #0056b3;
}
.title-green {
  color: #37d66d !important;
}
.select2-container--default .select2-selection--multiple, .select2-container .select2-selection--single {
  border-radius: 30px !important;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
}
.pt-white-box {
  margin: 0 1rem 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.find-clinics-form .select2-container .select2-selection--multiple {
  display: flex;
  align-items: center;
  min-height: 42px !important;
  border: solid 2px #bdc3c7 !important;
  border-radius: 6px !important;
  
}
.find-clinics-form .form-label {
  font-size: 14px !important;
  font-weight: 400;
  color: #0f1117 !important;
  margin-bottom: 3px !important;
}
.find-clinics-form  .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  gap: 5px;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
}
.find-clinics-form  .select2-container .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 !important;
}
.find-clinics-form span.select2-search.select2-search--inline {
  display: inline-flex;
}
.find-clinics-form .select2-container--default .select2-search--inline .select2-search__field {
  line-height: normal;
}

.suggested-providers-card .quote-provider-heading a,  .suggested-providers-card .quote-provider-heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 16px;
}

.suggested-providers-card p.color-theme {
  color: #747474 !important;
}

.subs-center-img img {
  max-width: 100%;
  height: auto;
}

.suggested-providers-card .cntr-loc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
}
.ctm-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 49px;
  font-size: 18px !important;
  font-weight: 700;
}

.suggested-providers-card .font-17 {
  font-size: 16px !important;
}


/* patient deposit request page css */

.patient-deposit-req-sec {
  padding: 10px 25px;
}

.patient-deposit-req-sec .main-heading {
  color: #e85a4f;
  margin: 15px 0 25px;
  font-weight: 600;
  font-size: 36px;
  line-height: normal;
}

.patient-deposit-req-sec h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: normal;
}

.patient-deposit-req-sec .sub-heading {
  color: #724a46;
  margin-bottom: 10px;
  font-size: 22px;
}

.patient-deposit-req-sec p {
  margin-bottom: 10px;
  display: inline-block;
  color: #777;
}

.patient-deposit-req-sec ul {
  padding-left: 16px;
  margin-bottom:15px;
}

.patient-deposit-req-sec ul li {
  margin-bottom: 10px;
}

.patient-deposit-req-sec ul li strong {
  color: #000;
}
.patient-deposit-req-sec .payment-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin: 15px 0;
  cursor: pointer;
  color: #000;
}

.patient-deposit-req-sec .payment-check input {
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
.patient-deposit-req-sec .payment-check span {
  margin-top: -2px;
}

.patient-deposit-req-sec .payment-info {
  padding-left: 25px;
}
.payment-card-form .form-control {
  height: 44px;
  border-radius: 50px;
  padding-inline: 20px;
}

.patient-deposit-req-sec ul.bank-transfer-items {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
}
.patient-deposit-req-sec .bank-transfer-items li, .patient-deposit-req-sec .terms-items li {
  margin-bottom: 6px;
}
.patient-deposit-req-sec .terms-items {
  font-size: 16px;
}
.patient-deposit-req-sec .ctm-tab-links .tab-link {
  border: 1px solid #e85a4f;
  padding: 10px 15px;
  border-radius: 7px;
  transition: .4s eaae all;
  font-size: 16px;
  background: #e85a4f;
  border-color: #e85a4f;
  color: #fff;
}

.patient-deposit-req-sec .ctm-tab-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.patient-deposit-req-sec .ctm-tab-links .tab-link:hover, .ctm-tab-links .tab-link.collapsed {
  color: #e85a4f;
  border-color: #f1f1f1;
  background: transparent;
}

.payment-floating-button {
  height: 45px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  top: 40%;
  background: #724a46;
  z-index: 999;
  color: #fff !important;
  box-shadow: rgba(0,0,0,.4) 0 2px 4px, rgba(0,0,0,.3) 0 7px 13px -3px, rgba(0,0,0,.2) 0 0px 0 inset;
  font-size: 16px;
  padding-inline: 16px;
  gap: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: .4s ease all;
}
.payment-floating-button:hover {
  box-shadow: rgba(0,0,0,.4) 0 2px 7px, rgba(0,0,0,.3) 0 7px 12px -3px, rgba(0,0,0,.2) 0 -5px 0 inset;
  width: 147px;
}
.payment-floating-button:hover span {
  opacity: 1;
  visibility: visible;
  width: 86px;
}
.payment-floating-button span {
  opacity: 0;
  visibility: hidden;
  width: 0;
  white-space: nowrap;
  transition: .4s ease all;
}

#virtual-consultation .select2.select2-container--default .select2-selection--single .select2-selection__arrow, 
#virtual-consultation .select2.select2-container .select2-selection--single {
  border-radius: 5px !important;
  border-color: #ced4da !important;
  display: flex;
  align-items: center;
  padding-inline: 3px !important;
}
.chat-list-main .emoji {
  width: 24px;
  height: 24px;
}

.chat-actions-cont .phone-btn-link i {
  font-size: 16px;
}
.chat-actions-cont .start_guide_button svg path {
  fill: #54656f;
}
.chat-actions-cont .start_guide_button svg {
  width: 19px;
  height: 19px;
}

#virtual-consultation #custom-date-container .d-flex > div {
  width: 50%;
}
div#virtual-consultation {
  overflow: visible;
}

#virtual-consultation button#book_video_consultation {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}

.ctm-offcanvas {
  margin-inline: 15px;
  overflow: visible;
  padding: 55px 15px 15px;
  text-align: center;
}

.ctm-offcanvas .content > img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 0 !important;
  padding: 5px;
  box-shadow: 0 0 7px #00000021;
  margin: 0 !important;
}

.ctm-offcanvas .content {
  position: static;
  padding: 0;
}

.offcanvas .content {
  padding: 6px 15px 15px;
}
#menu-call .btn {
  width: 100%;
}

.ctm-offcanvas h1 {
  font-size: 20px !important;
  margin-bottom: 14px;
  font-weight: 600 !important;
}

.ctm-offcanvas p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.ctm-offcanvas ol {
  text-align: left;
  font-size: 16px;
}

.ctm-offcanvas ol li span {
  background: #fff;
  padding: 4px 8px;
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.ctm-offcanvas ol li {
  margin-bottom: 12px;
}

.ctm-offcanvas ol li span img {
  max-width: 24px;
}

.ctm-offcanvas .close-menu {
  margin-top: 7px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}

.ctm-offcanvas .pwa-install {
  background: #e85a4f;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  transition: .4s ease all;
}
.ctm-offcanvas .pwa-install:hover {
  background-color: #e85a4fc4;
}
.quote-provider-heading a {
  margin-bottom: 0 !important;
}

.my-req-cards-row .card .font-17 {
  font-size: 16px !important;
}

.account-settings-form .form-label {
  margin-bottom: 10px !important;
  margin-top: 36px !important;
}

.pt-portal-custom-card-wrapper .patient-icon-card {
  max-width: 20%;
  max-width: 20%;
  width: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
}

.pt-portal-custom-card-wrapper .patient-icon-card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  max-width: fit-content;
  text-align: center;
}

.pt-portal-custom-card-wrapper .patient-icon-card p {
  margin-bottom: 0;
  color: #747474;
  font-size: 16px;
  line-height: normal;
}

.pt-portal-custom-card-wrapper .patient-icon-card .icon {
  max-width: 65px;
  height: 65px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.pt-portal-custom-card-wrapper .patient-icon-card .icon.sub-icon {
  background-color: #FFA725;
}
.pt-portal-custom-card-wrapper .patient-icon-card .icon.req-icon {
  background-color: #3D8D7A;
}

.pt-portal-custom-card-wrapper .patient-icon-card .icon.ctm-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}


.pt-portal-custom-card-wrapper .patient-icon-card .icon img {
  max-width: 100%;
  height: auto;
  transition: .4s ease all;
}

.download_document {
  color: #222222;
}
.download_document:hover {
  color: #222222;
}
.blue-btn.vc-btn {
  padding-inline: 10px !important;
}

.list-custom .subject-title {
  color: #777;
  font-size: 14px !important;
  line-height: 19px;
  margin-top: 3px !important;
}
.list-custom .sender-title {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 3px;
}
.list-group-item {
  justify-content: space-between;
  align-items: flex-end;
}
.list-group-item .custom--email-date {
  color: #000;
  font-size: 14px !important;
}

.conv-content {
  padding-inline: 16px;
}

.conv-card.message-box-right {
  background: #f5f5f5;  
}
.conv-card.message-box-left {
  background: #E3F2FD;
}

.conv-card .list-group, .conv-card .list-group-item {
  background: transparent;
}

.email-list-wrapper table tbody tr.unread {
  background-color: #E3F2FD;
}

.custom--iti .iti__country-name, .custom--iti .iti__dial-code {
  position: static !important;
  font-size: 16px !important;
  font-weight: bold !important;
  opacity: 1 !important;
}
.country-dd-container .iti--allow-dropdown {
  width: 100%;
}

.offcanvas-modal h1 {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
}

.tabs-cards .custom-card .form-custom label, .gender_selection span, .tabs-cards .card-style .form-label label {
  font-weight: 400 !important;
  color: #777 !important;
}

.quotes-flow-qs-contaier .question .title-green {
  color: #e85a4f !important;
}
.quotes-flow-qs-contaier .question .quote-step {
  background-color: #e85a4f !important;
}



.card-signin .signin-link-wrap {
  display: flex;
  justify-content: center;
}

.card-signin .signup-link {
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
  color: #747474 !important;
  transition: .4s ease all;
}

.card-signin .signup-link:hover {
  color: #e85a4f !important;
  text-decoration: underline !important;
}

/* google sign in button style */

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #ced4da;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 48px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  width: 100%;
  min-width: min-content;
  border-radius: 60px;
  margin-inline: auto;
  display: block;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-size: 14px !important;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dddddd45 !important;
  opacity: 1;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.card-signin .btn-primary {
  width: 100%;
  border-radius: 60px;
  height: 48px;
  display: flex
;
  align-items: center;
  justify-content: center;
}

.card-signin .form-label-group .iti {
    width: 100%;
}
.card-signin .form-label-group .iti .form-control {
  height: 48px;
}

.card-signin .form-label-group .iti__country-container .iti__selected-country-primary{
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  overflow: hidden;
}

.card-signin .form-label-group .iti__country-container input.iti__search-input {
  padding: 10px 16px;
  border: 1px solid #ced4da;
  margin-block: 8px;
}

.terms-checks {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.terms-checks input {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.terms-checks {
  font-size: 16px;
  margin-bottom: 15px;
}

.terms-checks label {
  cursor: pointer;
}

.terms-checks label a {
  color: var(--secondary-color);
  transition: .4s ease all;
}

.terms-checks label a:hover {
  color: var(--primary-color);
}

.vc-date-selector {
  display: flex;
  align-items: center;
  gap: 5px;  
}
.vc-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 15px;
}
.vc-slider-container .arrow {    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e85a4f;
    color: white;
    border: none;
    padding: 7px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 25px;
    height: 25px;
}

.vc-slider-container .arrow.left {
  left: 0;
}

.vc-slider-container .arrow.right {
  right: 0;
}
.vs-slides-wrapper {
  transition: transform 0.3s ease;
  scroll-behavior: smooth;
  overflow-x: auto;
}

.vc-date-selector .vc-date-select {
    display: inline-flex;
    flex-direction: column;
    padding: 8px 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bdc3c7;
    border-radius: 6px;    
    font-size: 12px;
    line-height: normal;
    gap: 5px;
    color: #333;
    cursor: pointer;
    min-width: 96px;
}

.vc-date-selector input:checked + .vc-date-select {
  border-color: #e85a4f;
  background: #e85a4f17;
}

/* Track */
.vc-date-selector::-webkit-scrollbar-track,
.vc-slider-container::-webkit-scrollbar-track{
  background: transparent !important;
}
 
/* Handle */
.vc-date-selector::-webkit-scrollbar-thumb, 
.vc-slider-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.conv-content img {
  max-width: 100% !important;
  height: auto !important;
}
.conv-content table.btn.btn-primary {
  border: 0;
  background: transparent !important;
  box-shadow: unset;
}

/* onboarding journey css start */


.journey-title-row {
    margin: 10px 0 20px;
    align-items: center;
}

.journey-title-row h2 {
    font-weight: 600;
    color: #4e4d49;
    max-width: 75%;
    line-height: normal;
    margin: 0;
}

.journey-title-row .btnz-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.journey-row h3 {
    color: #4e4d49;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 85%;
}

.percentag-round-cycle {
    background: #e85a4f;
    color: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    
}
.percentag-outer {
    border: 3px solid #ab0900;
    background-color: transparent;
    padding: 8px;
    position: relative;
    border-radius: 50px;
    height: 74px;
    width: 74px;
}

.percentag-outer:before {
    content: "";
    position: absolute;
    width: 77px;
    height: 77px;
    border: 7px solid #e85a4f;
    left: -5px;
    top: -5px;
    border-radius: 50px;
    border-left-color: transparent;
}

.journey-row {
    margin-bottom: 20px;
}

.journey-block .progress {
    background: #d8c3a5;
    border-radius: 0 !important;
    max-width: 800px;
    margin-inline: auto;
}

.journey-block .progress .progress-bar {
    border-radius: 0 !important;
    background-color: #e85a4f;
}

.onboarding-journey-cards-block {
    background: #fff;
    padding: 20px;
    margin: 30px 0;
    border-left: 5px solid #e85a4f;
}

.onboarding-journey-cards-block h3 {
    font-size: 20px;
    color: #e85a4f;
    margin-bottom: 30px;
    font-weight: bold;
}

.boarding-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 99%;
    width: 100%;
    margin-bottom: 30px;
}

.boarding-card .left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.boarding-card .item {
    background: #e85a4f;
    color: #fff;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}
.boarding-card .title {
  margin-bottom: 3px;
}

.boarding-card .title a {
    color: #e85a4f;
    font-size: 16px;
    font-weight: bold;
    transition: .4s ease all;
}
.boarding-card .title a:hover {
    text-decoration: underline;
}

.boarding-card .subtitle {
    margin: 0;
    font-weight: 600;
    font-style: italic;
}

/* The ctm-checkbox-p */
.ctm-checkbox-p {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ctm-checkbox-p input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.ctm-checkbox-p .checkmark {
  position: absolute;
    top: -15px;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 1.5px solid #e85a4f;
  border-radius: 50px;
}


/* Create the checkmark/indicator (hidden when not checked) */
.ctm-checkbox-p .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ctm-checkbox-p input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ctm-checkbox-p .checkmark:after {
    left: 17px;
    top: 6px;
    width: 14px;
    height: 30px;
    border: solid #e85a4f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boarding-card:last-child {
    margin-bottom: 0;
}

.login-subheading {
  margin-bottom: 0;
}

.send_2fa_code_cont h5 {
    color: #222;
    margin-bottom: 16px;
    font-size: 20px;
}
.labels-block {
    width: fit-content;
    margin: 0 auto;
}

.labels-block .label-bar {
    text-align: left;
}
.labels-block .label-bar label {
    margin-right: 5px;
    font-size: 14px;
    color: #222;
    min-width: 85px;
}


.labels-block .label-bar label i {
    margin: 0 2px;
    display: inline-block;
    color: #e85951;
    font-size: 14px;
}

.labels-block .label-bar span.phone-em {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.support-desc {
    display: inline-flex;
    gap: 6px;
    color: #777;
    margin-top: 10px;
    font-size: 14px;
    flex-wrap: wrap;
}

.support-desc a {
    color: #e85a4f !important;
    text-decoration: underline !important;
}

.alert-info.tfa-msg {
    color: #fff;
    background-color: #D8C3A5 !important;
    border-color: #D8C3A5 !important;
    font-size: 14px !important;
    padding: 10px !important;

    
}
span.input-group-addon i {
    color: #222;
}

/* responsiveness */

@media (max-width:1400px){
 
  .page-content {
    padding-inline: 10px;
}

.patient-db-heading p .heading {
    font-size: 24px;
}

.pt-portal-custom-card > .card-body {
    padding: 14px;
    min-height: 115px;
}

.pt-portal-custom-card a h3 {
    font-size: 16px;
}

.pt-portal-custom-card a .icon {
    height: 38px;
    width: 38px;
}

.patient-db-heading {
    margin-bottom: 10px;
}
}
@media (max-width:1180px) {
  .suggested-providers-card .content p {
    min-height: 100px !important;
}
  .suggested-providers-grid-wrapper .suggested-providers-card {
    width: calc(33.4% - 30px);
  }
}

@media (max-width:991px) and (min-width:768px){
  .my-req-cards-row > .col-12 {
    width: 33.333%;
}
  /* .pt-portal-custom-card-wrapper .patient-icon-card {
    max-width: 20%;
  }
  .my-req-cards-row .col-md-4 {
    width: 33.3333%;
  }
  .suggested-providers-grid-wrapper .suggested-providers-card {
    width: calc(33.3333% - 20px);
  } */
}

@media (max-width:991px){
  
  .pt-portal-custom-card-wrapper .patient-icon-card {
    max-width: 25%;
  }
  .my-req-cards-row .col-md-4 {
    width: 50%;
  }
  .suggested-providers-grid-wrapper .suggested-providers-card {
    width: calc(50% - 15px);
  }
  .patient-db-heading p .heading{
    font-size: 20px;
  }
  .patient-db-heading {
    padding: 10px;
  }
  .pt-portal-custom-card > .card-body {
    min-height: 112px;
  }
  .pt-portal-custom-card a h3 {
    font-size: 14px;
  }
  .pt-portal-custom-card {
    max-width: 33.3333%;
  }
  .contact-preview-card {
    font-size: 20px;
}
}
@media (max-width:767px){
  .tabs .tab-controls {
    border-radius: 14px;    
    gap: 0;
    padding: 5px;
  }
  .quotes-flow-qs-contaier .button-wraper .red-btn {
    margin-left: auto;
  }
  .quotes-flow-qs-contaier .question {
    margin-top: 0;
  }

  .quotes-flow-qs-contaier .question .circle {
    display: none;
  }
  .tabs-cards .tab-controls a i {    
    font-size: 24px;
}
  .tabs .tab-controls a span {
    display: none;
}
  .tabs-cards .tab-controls a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;    
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 10px !important;
  }
  .tabs .tab-controls a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1px;
    height: 16px;
    background: #e85a4f;
    width: 1px;
    display: inline-block;
}
.tabs-cards .tab-controls a[aria-expanded=true]::after {
  display: none;
}
  .table-wrapper table.ctm-btnz-row {
    width: 100% !important;
}
  .table-wrapper table td a > img {
    max-width: 36.3px;
    width: 36.3px;
  }
  .table-wrapper table {
    width: 100%;
  }
  .pt-portal-custom-card-wrapper .patient-icon-card .icon {
    max-width: 55px;
    height: 55px;
    border-radius: 10px;
}
.pt-portal-custom-card-wrapper .patient-icon-card p {
  font-size: 14px;
}
  
  .patient-deposit-req-sec ul li, .patient-deposit-req-sec .payment-check {
    font-size: 16px;
  }
  .patient-deposit-req-sec p {
    font-size: 16px;
  }
  .patient-deposit-req-sec .sub-heading {
    font-size: 18px;
  }
  .patient-deposit-req-sec h2 {
    font-size: 22px;
}
  .patient-deposit-req-sec .main-heading {
    font-size: 30px;
  }
  .patient-deposit-req-sec {
    padding: 10px 0;
  }
  /* .header-clear-medium.chat-conversation-main.auto-suggestion-present {
    padding-bottom: 120px !important;
  }
  .header-clear-medium.chat-conversation-main {
    padding-bottom: 60px;
  } */
  /* .chat-profile-name {
    max-width: 25ch;
} */
  .chat-bubble audio {
    width: 265px;
  }
  .chat-conversation-main.auto-suggestion-present .messages {
    padding: 15px;
  }
  .chat-bubble:has(img.img.img-fluid), .chat-bubble:has(img) {
    max-width: 80%;
  }
}
@media (max-width:600px){
  .theme-light #footer-bar a > span {
    font-size: 13px;
  }
  
  #footer-bar.footer-patient-portal {
    border-radius: 0;
    bottom: 0;    
  }
  .suggested-providers-card .content p {
    min-height: unset !important;
}
  .pt-portal-custom-card-wrapper .patient-icon-card {
    max-width: 33.3333%;    
}
  body .ctm-card-title, .tabs-cards .card-style .card-title {
    height: auto !important;
    display: block !important;
  }
  .tabs-cards .card-style .card-desc, .quote-provider-heading {
    height: auto;
    min-height: auto !important;
  }
  .suggested-providers-grid-wrapper .suggested-providers-card, .my-req-cards-row .col-md-4{
    width: 100%;
  }
  .payment-floating-button {
    top: 80%;
  }
}

@media (max-width:485px){
  .boarding-card {
    max-width: 100%;
  }
  .icons-block img {
    width: 22px !important;
    height: 22px !important;
}
  .onboarding-journey-cards-block {
    border-left-width: 3px;
  }
  .journey-row h3 {
    font-size: 16px;
    line-height: 24px;
}
  .journey-title-row h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}
  .percentag-outer {
    margin-inline: auto;
    margin-top: -20px;
}
  .onboarding-journey-cards-block {
        padding-inline: 10px;
  }
  .icons-block {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
  .journey-title-row h2, .journey-row h3 {
    max-width: 100%;
  }
  .onboarding-journey-cards-block h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
  .boarding-card .title, .boarding-card .subtitle {
    font-size: 14px !important;
}
  .boarding-card .item {
    
    width: 25px;
    height: 25px;
    border-radius: 3px;
    font-size: 14px;
    min-width: 25px;
}
  .boarding-card .left {
    display: flex
;
    align-items: flex-start;
    gap: 10px;
}
  .ctm-checkbox-p .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
}
.ctm-checkbox-p .checkmark {
    top: -15px;
    left: 0;
    height: 25px;
    width: 25px;
}
  .chat-list-container .list-group-item .recent-msg-right .next-icon > i {
    padding: 0;
    color: #e85a4f;
    font-size: 18px;
}
  .chat-list-container .list-group-item .recent-msg-right .next-icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .chat-list-main span.last_message {
    color: #8E8E93;
    font-size: 12px !important;
    opacity: 1 !important;
}
  .pt-portal-custom-card-wrapper .patient-icon-card .icon.ctm-icon img {
    max-width: 22px;
  }
  .list-group-item .custom--email-date {
    margin-left: auto;
  }
  .pt-messenger-header .messenger-name-img-block {
    width: calc(100% - 160px);
  }
  .pt-portal-custom-card-wrapper .patient-icon-card {
    padding: 8px 6px;
  }
  .pt-portal-custom-card-wrapper .patient-icon-card a {
    gap: 8px;
  }
  .pt-portal-custom-card-wrapper .patient-icon-card p {
    font-size: 12px;
  }
  .pt-portal-custom-card-wrapper .patient-icon-card .icon {
    max-width: 45px;
    height: 45px;
}
  .payment-floating-button {
    width: 50px;
    font-size: 14px;
  }
  
  .payment-floating-button:hover {    
    width: 134px;
}
.payment-floating-button:hover span {
  width: 77px;
}
  
  .pt-white-box {
    padding: 15px;
  }
  .header-bar a .bi.head {
    font-size: 24px;
    line-height: 30px;
  }
  .user-dropdown .dropdown-toggle .img-placeholder {
    min-width: 40px;
    height: 40px !important;
    max-width: 40px;
  }
  .patient-db-heading p .heading {
    font-size: 18px !important;    
  }
  .pt-messenger-header img {
    width: 41px;
    height: 41px;    
}
  .theme-light .header-bar.messenger-conv-head .hide-on-desktop i {
    padding-right: 0 !important;
  }
  .chat-profile-name a {
    font-size: 16px !important;
}
  .pt-portal-custom-card a .icon {
    width: 30px;
    height: 30px;
}
  .pt-portal-custom-card > .card-body {
    min-height: 86px;
    padding: 10px;
  }
  .pt-portal-custom-card {
    padding: 7px;
  }
  .contact-preview-card {
    padding: 17px;
    font-size: 18px;
    height: 150px;
}

.contact-preview-card .icon-block {
    max-width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 10px;
    padding: 7px 12px;
    margin-bottom: 10px;
}

  .model-btnz {
    flex-wrap: wrap;
  }
  .footer-bar-main {
    position: relative;
}



.file-upload-block {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);    
}

.show-on-mobile {
  display: block !important;
}
.chat-list-container .list-group-item .online-dot {
  right: 3px;    
  font-size: 6px !important;
}
.chat-list-container {
  padding: 0;
  zoom: 1.1;
}
.chat-dt-main {
  zoom: 1.1;
}
.chat-list-container .list-group-item {
  padding: 0 0 0 5px;    
  margin-left: 7px;
}
.recent-chat-header .color-theme {
  color: #fff !important;
}
.recent-chat-header * {
  color: #fff !important;
}
.recent-chat-header {
  padding: 7px 20px 7px 27px;
  background-color: #E85A4F;
  border-bottom-color: #E85A4F;
}

.chat-location-div {
  margin: 10px 0 8px;        
}
.list-custom .list-group-item strong {    
  line-height: 18px;
}
.chat-list-container .list-group-item .img-block {
  margin-right: 5px;

}
.chat-list-container .list-group-item .recent-msg-right {
  padding: 8px 5px 8px 5px;
  max-width: calc(100% - 55px);
}

.chat-list-main {
  max-height: calc(100% - 130px);   
  padding-bottom: 15px; 
}
.input-emoji-block .add-emoticons svg {
  width: 18px;
  height: 18px;
}
.file-upload-block .attach-file-icon i {
  font-size: 17px !important;
  rotate: -45deg;
}
.input-emoji-block input, .input-emoji-block input::placeholder {
  font-size: 13px !important;
}
.voice-recorder-icon i, .send-message-icon i {
  font-size: 15px;
}
.voice-recorder-icon, .send-message-icon {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #E85A4F;
  color: #fff;
}
.send-message-icon i {
  rotate: 50deg;
  display: inline-block;
  translate: -3px -1px;
}
.voice-recorder-icon:hover, .send-message-icon:hover {
  background-color: #00a884;
}
.voice-recorder-icon {
  margin-right: 5px;
}
.input-emoji-block .add-emoticons {
  margin-right: 0;
}
.file-upload-block .attach-file-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: transparent !important;
}
.patient_local_time {
  font-size: 12px;
  line-height: normal;
}
.pt-messenger-header img {
  margin-right: 0;
}
.chat-actions-cont {
  padding-right: 7px;
}
.phone-btn-link i {
  font-size: 16px !important;
}
/* .theme-light .header-bar.messenger-conv-head * {
  color: #fff !important;
} */
.theme-light .header-bar.messenger-conv-head .default-linkx i {
  color: #E85A4F;
}
.theme-light .header-bar.messenger-conv-head {
  padding: 11px 0 11px 5px !important;
  background: #EFEFEF;
  border-color: #EFEFEF;
  /* border-radius: 0 0 15px 15px; */
}
.chat-actions-cont .open-virtual-consultation, .chat-actions-cont .start_guide_button, .chat-actions-cont .phone-btn-link, .chat-actions-cont .bullet-link {
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.chat-actions-cont .open-virtual-consultation:hover, .chat-actions-cont .open-virtual-consultation:focus, .chat-actions-cont .start_guide_button:hover, .chat-actions-cont .start_guide_button:focus, .chat-actions-cont .phone-btn-link:hover, .chat-actions-cont .phone-btn-link:focus, .chat-actions-cont .bullet-link:hover, .chat-actions-cont .bullet-link:focus {
  background: #fff;
}
.chat-actions-cont.ctm-dd-inner .ctm_start_guide_button i {
  padding-left: 5px;
  font-size: 14px;
}
.theme-light .header-bar.messenger-conv-head .chat-actions-cont i, .theme-light .header-bar.messenger-conv-head .chat-actions-cont svg path {
  color: #E85A4F !important;
  fill: #E85A4F !important;
}
.input-emoji-block {
  width: 100%;
  padding: 5px 10px;
  border-radius: 100px;
}
.chat-messenger-main {
  position: fixed;
  inset: 0;
  z-index: 99;
  margin: 0 !important;
}
.title-lastseen-block {
margin-bottom: 7px;
}

}

@media (max-width:385px){
  .pt-messenger-header .messenger-name-img-block {
    width: calc(100% - 120px);
  }
}


.selectize-control.form-control.rounded-xs.single {
  border: 1px solid #ccc;
  border-radius: 20px !important;
  padding: 0 20px;
}
table#reports_table {
  border-radius: 10px;
  overflow: hidden;
}.content .border.overflow-hidden {
  border-radius: 10px;
}
table#reports_table tbody tr td, 
table#reports_table thead tr th {
  padding: 15px;
}
table#reports_table>:not(:first-child) {
  border-top: 0;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  border: 0 !important;
}

.form-custom .selectize-control.rounded-xs.single {
  border: 1px solid #bdc3c7;
  border-radius: 6px !important;
  padding: 0 20px;
  background: #f5f5f5;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgb(233 236 239) !important;
  border: 1px solid #bdc3c7;
  border-right: 0;
  color: #212529;
  font-size: 14px;
}

/* Translator Styles START */
.skiptranslate{
  display: none!important;
}

a.gflag {
  vertical-align: middle;
  font-size: 15px;
  padding: 0px;
  background-repeat: no-repeat;
  background-image: url(//gtranslate.net/flags/16.png);
}
a.gflag img {
  border: 0;
}
a.gflag:hover {
  background-image: url(//gtranslate.net/flags/16a.png);
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2{
  display: none !important;
}

.goog-te-spinner-path {
  stroke-dasharray:  unset!important;
  stroke-dashoffset: unset!important;
  animation:  unset!important;
  transition:  unset!important;
}
/* Translator Styles END */

.backbutton {
  background-color: #5F4BDB;
  border-radius: 20px;
  margin-right: 10px;  
  font-size: 12px;
}.backbutton .chevron {
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 8px 3px 8px;
  margin-right: 10px;
}.backbutton .chevron i {
  color: #5F4BDB;
  -webkit-text-stroke: 1px #5f4bdb;
} 
.PageGuide[data-guide-name="patient_welcome"] .backbuttonfooter {
  display: none;
}

.backbuttonfooter button{
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 14px;
  padding: 6px 15px;
  margin: 0;
  background: #5f4bdb;
  color: white;
}
#footer-bar .backbuttonfooter button i{
  margin: 0;
  font-size: 13px !important;
  background-color: white;
  color: #5f4bdb;
  border-radius: 50px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.backbutton-breadcrumbs .col-md-12:nth-child(1) {
  display: none;
}

.provider-subscribe-breadcrumb {
  max-width: 1200px;
  margin-inline: auto; 
}
.backbutton-breadcrumbs .menu{
  display: flex;
  padding: 20px 0 0 0;
  margin: 0;
} .backbutton-breadcrumbs .menu li i {
  color: #e85a4f;
  font-size: 14px;
  margin: 0 6px;
  text-transform: uppercase;
} .backbutton-breadcrumbs .menu li a {
  color: #e85a4f;
} 
.backbutton-breadcrumbs .menu li{
  list-style: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.suggested-providers-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 30px;
  margin: 30px 0;
}
.suggested-providers-card {
  width: calc(25% - 22.5px);
  border-radius: 20px !important;
  display: inline-block ;
  margin: 0 !important;
  box-shadow: 0 6px 21px 3px rgb(0 0 0/10%) !important;
}
.suggested-providers-card .content p {
  min-height: 120px;
}

.suggested-providers-card a.default-link.red-title {
  color: #e85a4f!important;
  display: inline-block;
}
.suggested-providers-card a.default-link.red-title:hover {
  color: #e8493d!important
}
.suggested-providers-card .cntr-loc i{
  color:#e85a4f !important
}
.suggested-providers-card .preload-img, .my-req-cards-row .preload-img {  
  background-color: #fff;
  border-radius: 50%;
  object-fit: contain;
  max-width: 85px;
  height: 85px;

}

.quote-cards.suggested-providers-card .preload-img {
  border-radius: 0 !important;
  max-width: unset;
  height: auto;

}

.quote-cards.suggested-providers-card .ctm-star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  flex-wrap: wrap
}

.quote-cards.suggested-providers-card .ctm-star-rating .star.checked::before {
  color: orange !important;
}

.quote-cards.suggested-providers-card .ctm-star-rating .rating-count a {
  color: #a3a3a3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px
}

.quote-cards.suggested-providers-card .star-rating {
  display: inline-block;
  text-align: right;
  font-size: 17px
}

.quote-cards.suggested-providers-card .star-rating .star:before {
  font-family: FontAwesome;
  content: "\f005";
  display: block;
  color: #717171
}

.quote-cards.suggested-providers-card .star-rating .star {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0;
  float: left;
  position: relative
}
.quote-cards.suggested-providers-card .ctm-card-title {
  color: #555 !important;
}

.quote-cards.suggested-providers-card .ctm-star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.quote-cards.suggested-providers-card .content p {
  min-height: unset;
}

.quote-cards.suggested-providers-card .exp-loc {
  color: #717171;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px!important;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 8px;
  margin-inline:-10px;line-height: 16px
}

.quote-cards.suggested-providers-card .ctm-country-flag {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 17.7px rgba(0, 0, 0, .12);
  display: inline-block;
  margin-right: 5px;
}

.quote-cards.suggested-providers-card .exp-votecount {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
  color: #e98074;
  border: 0;
  background-color: transparent;
  pointer-events: none;
  outline: 0;
}

.quote-cards.suggested-providers-card .checkbox-container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
}

.quote-cards.suggested-providers-card .checkbox-container .checkmark {
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
}

.quote-cards.suggested-providers-card .exp-votecount i {
  font-size: 22px
}

.quote-cards.suggested-providers-card .loc-vote-row {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.quote-cards.suggested-providers-card .exp-votecount span {
  color: #e98074!important;
  font-size: 14px!important;
  display: inline-block;
  line-height: 18px
}

.quote-cards.suggested-providers-card .exp-votecount svg {
  font-size: 20px;
  height: 20px
}
.schedule-vc-main {
  margin: 0 1rem 30px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
}

.quote-step {
  color: #fff;
  border-radius: 6px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-align: center;
  margin-right: 7px;  
  position: relative;
  box-shadow: 0 6px 21px 3px rgb(0 0 0 / 10%);
  min-width: 40px;
  max-width: 40px;
  background-color: #e85a4f !important;
}
.quote-step svg {
  fill: #fff;
  width: 22px !important;
  height: 22px !important;
}
.pt-page-title {
  color: #e85a4f;
}
.quote-step img {
  max-width: 100%;
  height: auto;
}
.upcoming_virtual_consultations .btn-success {
  background-color: #e85a4f !important;
  border-color: #e85a4f !important;
  border-radius: 25px !important;
  color: #fff !important;
  transition: .4s ease all;
}
.upcoming_virtual_consultations .btn-success:hover {
  background-color: #e64538 !important;
  border-color: #e64538 !important;
}

/* .suggested-providers-card .blue-btn {
  background-color: #0b6180 !important;
}
.suggested-providers-card .blue-btn.send-req {
  background: #0d6efd !important ;
}
.suggested-providers-card .blue-btn.send-msg-btn {
  background: #967ADC !important ;
} */
.suggested-providers-card .blue-btn {
  color: white;
  border: none;
  padding: 8px 10px !important;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 1px;
  min-width: 100px;
  transition: 0.5s;
  border: 1px solid transparent;
}
.quote-provider-heading {
  min-height: 50px;
}
.suggested-providers-card .center-name {
  height: 52px;
  display: inline-block;
}

.back-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  border-radius: 50px;
  margin-top: -30px;
  margin-bottom: 50px;
  border: 0;
}
.register-back-btn {
    position: absolute;
    left: 30px;
    top: 60px;
}

.email-list-main 
@media only screen and (min-width: 320px) and (max-width: 480px) { 
  .suggested-providers-card {
    width: 90%;
    margin: 10px auto;
    border: 1px solid #ccc;
  }
}

.sender-msg p {
  color: #111b21!important;
  margin: 0!important;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn, .disabled {
  pointer-events: none;
  opacity: .65;
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}