/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.page {
    padding: 15px;
}
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.layout-menu.menu .app-brand.demo {
    margin-top: 10px;
    padding: 60px 15px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 36px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  font-weight: 700;
  color: #74DFFF;
  /* color: #000; */
}

.bg-danger {
  background-color: #FA5757 !important;
}

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

.bg-gray {
  background-color: #B8B8B8 !important;
}

.bg-blue-green {
  background-color: #3FB8A9 !important;
}

.bg-blue-red {
  background-color: #f70303 !important;
}

.text-blue-green {
  color: #3FB8A9 !important;
}

.bg-yellow {
  background-color: #F8B917 !important;
}

.bg-blue-yellow {
  background-color: #FAE31B !important;
}

.text-yellow {
  color: #FF9900 !important;
}

.bg-graytwo {
  background-color: #99B2C6 !important;
}

.bg-green {
  background-color: #0d9b00 !important;
}

.bg-orange {
  background-color: #FFAC5F !important;
}

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

.bg-none {
  background-color: unset !important;
  box-shadow: unset !important;
}

.right-0 {
  right: 0;
}

.bg-black {
  /* background-color: #74DFFF !important; */
  background-color: #000 !important;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.menu-vertical .menu-inner {
    flex-direction: column;
    flex: 1 1 auto;
    margin-top: 10px;
    gap: 12px;
}

.authentication-inner {
    padding-top: 10px;
    padding-right: 0px;
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.authentication-inner .app-brand {
  padding-bottom: 50px;
}

.authentication-inner h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.003em;
  text-align: left;
  color: #000000;
  /* color: #74DFFF; */
  padding-bottom: 0px;
}

.authentication-inner .form-label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    /* color: #74DFFF; */
    color: #000000;
    text-transform: capitalize;
}

.authentication-inner .form-control {

  padding: 0px 27px 0px 0px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0px 15px !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.53;
  /* color: #74DFFF !important; */
  color: #000000 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  -webkit-background-clip: padding-box !important;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 51px;
  border-radius: 6px;
}

.authentication-inner .card {
  background: unset;
  box-shadow: unset;
}

.border-none {
  border: 0;
}

.authentication-inner .forgot-password {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.authentication-inner .forgot-password a small,
.authentication-inner .forgot-password label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  /* color: #74DFFF; */
}

.authentication-inner a.auth-link.text-black {
    font-family: 'Quicksand';
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    /* color: #74DFFF !important; */
    color: #000000 !important;
}

.authentication-inner .text-support {
  font-size: 16px;
  font-weight: 700;
  /* color: #74DFFF; */
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
}

.login-right {
  background-image: url("https://backend.totsfirst.com/assets/img/logo/new-logo.png") ;
  /* background: linear-gradient(100.06deg, #000000 31.35%, #2E2E2E 85.26%, #000000 98.28%); */
  background-repeat: no-repeat;
  background-size: cover;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: start; */
  /* justify-content: end; */
  border-radius: 22.82px;
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.login-right img {
  width: 100%;
}

.login-right .text-content img.img-fluid {
    width: auto;
}

.login-right h2 {
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  padding-top: 20px;
}

.login-page {
  padding: 15px 50px;
  background: #f1f4fa;
}

.right-img {
  margin: auto 0px auto auto;
  position: absolute;
  left: 0;
  top: 0;
}

.left-img {
  margin: auto 0px auto auto;
  position: absolute;
  right: 0;
  bottom: 13%;
  text-align: right;
}

.login-right .text-content {
  padding: 0px;
  /* padding: 80px; */
}

.top-bar .navbar-nav-right {
  width: 100%;
}

.top-bar .search-bar {
  width: 80%;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12);
  border-radius: 20px;
  overflow: hidden;
  height: 65px;
  margin-right: 1rem !important;
}

/* .top-bar .search-bar {
  width: 80%;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12);
  border-radius: 20px;
  overflow: hidden;
  height: 65px;
} */

.phone-input-mask{
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  /* line-height: 1.53; */
  /* color: #697a8d; */
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  /* border: 1px solid #d9dee3;
  border-radius: 0.375rem; */
}

.input-group.reset-page {
  border: none;
}

.top-bar .navbar-nav li {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12);
  border-radius: 20px;
}

.top-bar .navbar-nav li h5 {
    padding: 23px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 300px;
    max-width: 272px;
    text-align: center;
}

.top-bar .navbar-nav li a i {
  font-size: 29px;
  color: #000;
  padding: 7px 20px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.top-bar .navbar-nav .dropdown-toggle {
  cursor: pointer;
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .navbar-nav .avatars {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selectize-input.items.not-full {
  padding-top: 0px;
}

.top-bar .navbar-nav .avatars img {
    width: 100%;
    object-fit: cover;
}

.layout-page .navbar {
  margin: 0 15px;
}

.search-bar i {
  width: 20px;
  color: #B8B8B8;
}

.search-bar .nav-item {
  padding: 0px 27px;
  /* height: 65px; */
}

.search-bar .nav-item input {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.cardmorning{
  /* background: linear-gradient(100.06deg, #000000 31.35%, #2E2E2E 85.26%, #000000 98.28%); */
  background: url(../img/backgrounds/dashboard-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
  padding: 20px 30px 40px 30px;
  position: relative;
}

.analytics{
  /* background: linear-gradient(100.06deg, #000000 31.35%, #2E2E2E 85.26%, #000000 98.28%); */
  background: url(../img/backgrounds/Frame_3899.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
  padding: 80px 30px 80px 30px;
  position: relative;
}

.cardmorning h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}

.cardmorning h2 {
  font-size: 50.52px;
  font-weight: 700;
  line-height: 65.52px;
  letter-spacing: -0.003em;
  color: #fff;
  margin-bottom: 20px;
  z-index: 999;
  position: relative;
}

.cardmorning .vector-three {
  position: absolute;
  right: 20px;
  left: auto;
  top: 5px;
}

.totalnumber_card {
  /* background: linear-gradient(22.25deg, #000000 -13.2%, #3E3E3E 95.16%); */
  background: url(../img/backgrounds/Rectangle_11.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 20px 15px;
  position: relative;
  box-shadow: 0px 21px 0px -4px #00A4D3;
  /* box-shadow: 0px 21px 0px -4px #626262; */
}

.totalnumber_card.card-img {
  background-image: url(../img/backgrounds/Frame3952.png);
  /* background-image: url(../img/backgrounds/login-vector8.png); */
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  border-radius: 19px;
  overflow: hidden;
}

.totalnumber_card.card-img2 {
  background-image: url(../img/backgrounds/Frame3952.png);
  /* background-image: url(../img/backgrounds/login-vector9.png); */
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  border-radius: 19px;
  overflow: hidden;
}
.totalnumber_card.card-img3 {
  background-image: url(../img/backgrounds/Frame3952.png);
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  border-radius: 19px;
  overflow: hidden;
}
.totalnumber_card.card-img4 {
  background-image: url(../img/backgrounds/Frame3952.png);
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  border-radius: 19px;
  overflow: hidden;
}
.totalnumber_card.card-img5 {
  background-image: url(../img/backgrounds/Frame3952.png);
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  border-radius: 19px;
  overflow: hidden;
}
.totalnumber_card.card-img6 {
  background-image: url(../img/backgrounds/Frame3952.png);
  box-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 240px;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  border-radius: 19px;
  overflow: hidden;
}

.totalnumber_card.card-img h1,
.totalnumber_card.card-img2 h1,
.totalnumber_card.card-img3 h1,
.totalnumber_card.card-img4 h1,
.totalnumber_card.card-img5 h1,
.totalnumber_card.card-img6 h1 {
  font-family: Inter;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-align: right;

}

/* .totalnumber_card:after {
  content: '';
  background: #626262;
  position: absolute;
  width: 100%;
  height: 39px;
  bottom: 0;
} */

.analytics-sec .totalnumber_card h4 {
    padding: 5px 0px;
}

.totalnumber_card h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.07em;
  text-align: right;
  color: #fff;
  /* color: #B8B8B8; */
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.dash-sec .totalnumber_card h4 {
    line-height: 34px;
}

.totalnumber_card h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: right;
  color: #fff;
  margin-bottom: 0px;
  font-family: inter;

}

.card-header.d-flex.align-items-center.staff-justify-content-between.p-0 {
  justify-content: space-between;
}

.analytics-sec .totalnumber_card h5 {
  padding-top: 10px;
}

.totalnumber_card h5 {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  /* color: #B8B8B8; */
  margin-bottom: 0;
}

.view-iocn {
  width: 44px;
  height: 44px;
  background-color: #13A6D2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-iocn i {
  font-size: 18px;
  color: #fff;
}

.totalnumber_card:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 94%;
  height: 15px;
  background-color: #626262;
  border-radius: 15px;
  z-index: -1;
  left: 19px;
  bottom: 1px;
}

.chat-card {
  background-color: #fff;
  border-radius: 19px;
  padding: 33px;
  margin-top: 15px;
}

.chat-card .card-header {
  margin-bottom: 35px;
}

.chat-card .card-header h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.chat-card .card-header i {
  font-size: 24px;
  color: #8F8F8F;
}

.chat-card .avatar {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}

.chat-card ul li h4 {
  font-size: 18px;
  color: #2C2C2C;
}

.chat-card ul li small {
  font-size: 15px;
  color: #747474;
  font-weight: 600;
  margin-top: 7px;
}

.chat-card ul li .chat-button {
  padding: 10px;
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 22.55px;
  background: #E7FFFC !important;
  color: #3FB8A9;
}

.chat-card .number {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  font-family: Inter;
  font-size: 10px;
  font-weight: 700;
  line-height: 11.18px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  margin-bottom: 5px;
  color: #000;
}

.card-header.d-flex.align-items-center.staff-justify-content-between.p-0 {
  justify-content: space-between;
}

.datatables-basic tr th {
  font-size: 14px;
  color: #99B2C6 !important;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.datatables-basic .form-check-input[type=checkbox] {
  border-radius: 0.25em;
  width: 18.5px !important;
  height: 18.5px !important;
  box-shadow: none;
}

.datatables-basic td {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
  color: #747474;
}

.datatables-basic .odd td i {
  font-size: 16px;
  width: 37.33px;
  height: 37.33px;
  background-color: #F6F6F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datatables-basic .odd td img {
  width: 66px;
  height: 66px;
  border-radius: 17px;
  object-fit: cover;
}

.datatables-basic.black-text-table tr td small {
  font-size: 12px;
  font-weight: 500;
  color: #747474;
  line-height: 12px;
}

.datatables-basic.black-text-table tr td {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
  color: #747474;
}

.datatables-basic.table> :not(:first-child) {
  border-top: 0px solid #d9dee3;
}

.see-details-button {
    background-color: #74DFFF;
    /* background-color: #2C2C2C; */
    border-radius: 7px;
    padding: 0;
    height: 29px;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    width: 103.7px;
}

.see-details-button:hover {
  color: #ffffff;
}
.status, .see-details-button {
  border-radius: 7px;
  color: #fff;
  border: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: fit-content;
  height: 29px;
  line-height: 29px;
  display: block;
  text-align: center;
  padding: 0px 10px;
}

span.status.pickup-status {
    background: #99B2C6 !important;
}

.administrator-dropdown {
  /* background: linear-gradient(201.14deg, #0A0A0A 19.5%, rgba(10, 10, 10, 0.71) 175.76%); */
  background: url(../img/backgrounds/Frame_3897.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
  min-height: 94.3%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.analytics-dropdown {
  /* background: linear-gradient(201.14deg, #0A0A0A 19.5%, rgba(10, 10, 10, 0.71) 175.76%); */
  background: url(../img/backgrounds/rectangle_6.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
  min-height: 94.3%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.parent-dropdown {
  background: url(../img/backgrounds/rectangle_12.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
  min-height: 94.3%;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.dash-sec .administrator-dropdown {
    min-height: 95%;
}

.administrator-dropdown.vector-img {
  /* background-image: url(../img/backgrounds/appointment-image.png); */
  /* background-image: url(../img/backgrounds/login-vector7.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 496px;
  margin-top: 44px;
}

.parents-sec .administrator-dropdown.vector-img {
    margin-top: 0px;
    min-height: 98.8%;
}

.vector-fore {
  position: absolute;
  bottom: 0;
}

.administrator-dropdown h3 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.administrator-dropdown h2 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -0.003em;
  text-align: center;
  color: #fff;
  font-family: inter;
}
/* .administrator-dropdown h2 {
  font-size: 78.55px;
  font-weight: 800;
  line-height: 96.35px;
  letter-spacing: -0.003em;
  text-align: center;
  color: #fff;
  font-family: inter;
} */

.administrator-dropdown h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #fff;
}

.dropdown-menu h6 {
  font-size: 14px;
  font-weight: 700;
  text-align: end;
  box-shadow: 0px 4px 25px 0px #f1f4fa;
  background: unset;
  margin-bottom: 5px !important;
  width: fit-content;
  margin: auto 0 auto auto;
  color: #545454;
  margin-top: 12px;
}


.layout-navbar .navbar-dropdown .dropdown-menu {
  min-width: 22rem;
  overflow: hidden;
}

.layout-navbar .navbar-dropdown .dropdown-menu {
  min-width: 22rem;
  overflow: hidden;
}

aside#layout-menu a.app-brand-link {
    display: block;
}

.notifications {
  min-width: 550px;
  padding: 30px;
  border-radius: 18px;
}

.dropdown-header h3 {
  font-size: 38.48px;
  font-weight: 700;
  line-height: 50.32px;
  text-align: left;
  color: #000000;
}

.dropdown-header h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #000000;
}

.notifications .chat-card {
  margin-top: 30px;
}

.w-px-15 {
  width: 15px;
}

.h-px-15 {
  height: 15px;
}

.groww .bg-blue-green {
  color: #3FB8A9;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-align: center;
  background-color: #0CFFE254 !important;
  margin-bottom: 0;
  padding: 7px 8px;
}

.groww .bg-danger {
  color: #FA5757;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-align: center;
  background-color: #FA575747 !important;
  margin-bottom: 0;
  padding: 7px 8px;
}

.total-patients {
  margin-top: 25px;
  z-index: 1;
  position: relative;
}

.progress-chat {
  display: grid;
  gap: 50px;
}

.progress-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.progress-item .progress-contect .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.progress-item .progress-contect .items h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.progress-item .progress-contect .items h4 {
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-align: right;
  margin-bottom: 0;
  color: #000;
}

.progress-contect {
  max-width: 40%;
  width: 100%;
}

.progress-item .progress-bar {
  box-shadow: none !important;
  height: 17px;
}

.progress-item .progress {
  height: 17px;
  background-color: #F4F0F0;
  border-radius: 20px;
}

.sales-dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 10px;
}

.sales-dashboard h2 {
  font-size: 32.48px;
  font-weight: 700;
  line-height: 42.32px;
  text-align: left;
  color: #0B0B0B;
  margin-bottom: 0px;
}

.sales-dashboard .modal-button,
.export,
.sales-dashboard a {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  background-color: #74DFFF;
  /* background-color: #000; */
  padding: 12.5px 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

button.btn.import-button {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  background-color: #74DFFF;
  /* background-color: #000; */
  padding: 12.5px 32px;
  border-radius: 20px;
  display: flex
;
  align-items: center;
  gap: 8px;
}

.sales-dashboard .kid-popup,
.export,
.sales-dashboard a {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  background-color: #000;
  padding: 12.5px 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.export i {
  color: #fff !important;
  font-size: 14px !important;
}

.kids-card {
  text-align: center;
}

.kids-card h3 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
}

.parents-modal .modal-title {
  font-size: 38.48px;
  font-weight: 700;
  line-height: 50.32px;
  text-align: left;
  color: #0B0B0B;
  margin-bottom: 30px;
}

.parents-modal .form-label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    padding-left: 0px;
    margin-left: 0px;
}

input#importfile {
  padding: 10px !important;
  font-size: 18px;
}

/*.parents-modal form {
  padding: 1.5rem 1.5rem 0.25rem;
}*/

.parents-modal input {
  background-color: #FAFAFA !important;
  height: 56px;
  color: #000 !important;
  border-radius: 6px;
  border: 0;
}

.parents-modal .form-select {
  background-color: #FAFAFA;
  height: 56px; 
  color: #000000;
  border-radius: 6px;
  border: 1;
  font-size: 16px;
  font-weight: 700;
}

.selectize-input.items.not-full.has-options {
  height: 57px !important;
  padding: 0px;
  padding-left: 10px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: 0px;
  border:none;
}
.selectize-control.single .selectize-input.dropdown-active::before {
  margin-top: 0px;
  border:none;
}
.dropdown-active{
  line-height: 0px !important;
  padding: 0 18px !important;
}
.single-select .selectize-input, .single-select .input-active {
  border: 1px solid #d0d0d0;
  padding: 18px 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  background-color: #FAFAFA !important;
  font-weight: 700;
  border-radius: 4px;
  height: 58px !important;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.parents-modal textarea {
  background-color: #FAFAFA !important;
  color: #000000 !important;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  height: 219px;
  padding: 20px !important;
}

.parents-modal textarea:focus, input:focus {
  background-color: #FAFAFA;
  color: #000000;
  border-radius: 6px;
  border: 0 !important;
  font-size: 16px;
  font-weight: 500;
}

.parents-modal input:focus {
  box-shadow: none;
  background-color: #FAFAFA;
}

.parents-modal .chat-card img {
  max-width: 72px;
  max-height: 72px;
  object-fit: cover;
}

.parents-modal .chat-card h3 {
  font-size: 12px;
  color: #000000;
  margin-top: 8px;
  font-weight: 700;
  text-align: center;
}


.parents-modal #drop-area, #drop-area-insurance {
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 6px;
  min-height: 254px;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  width: 100%;
}

.parents-modal .drop-text {
  font-size: 15px;
  color: #B8B8B8;
  font-weight: 600;
}

.parents-modal .drop-icon i {
  color: #ABABAB;
  font-size: 4.5rem;
}

.parents-modal .btn-primary {
  height: 63px;
  border-radius: 20px;
  line-height: 63px;
}

.parents-modal .kids-card {
  cursor: pointer;
  opacity: 0.1;
  transition: border-color 0.3s;

}

.parents-modal .kids-card.selected {
  opacity: 1;
}

.parents-modal {
  max-width: 1130px;
  width: 100%;
}

.parents-modal .modal-content {
  padding: 50px;
}

.table-search-bar {
  background-color: #FAFAFA;
  width: 341px;
  height: 59px;
  padding: 0px 27px 0px 27px;
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #B8B8B8;
  font-weight: 700;
}

.table-search-bar i {
  font-size: 20px;
  color: #B8B8B8;
}

.table-search-bar input {
  background-color: unset;
  padding: 0;
}

.table-search-bar input:focus {
  background-color: unset;
  padding: 0;
  box-shadow: unset !important;
}

.kidsselect {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 40px;
}

.kidsselect .form-select {
  background-color: #FAFAFA;
  width: 215px;
  height: 59px;
  padding: 0px 27px 0px 27px;
  border: 0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.last-years {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.last-years h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: right;
  color: #B8B8B8;
  margin-bottom: 0;
}

.load-more {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}

.profile-img {
  min-height: 386px;
  border-radius: 19px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.profile-img i {
  width: 49px;
  height: 49px;
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  position: absolute;
  left: auto;
  right: 20px;
  top: 20px;
}

.profile-card {
  background-color: #fff;
  border-radius: 26px;
  padding: 33px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.profile-card .pro-img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  border: 6px solid #FFFFFF;
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-card .pro-img img {
  border-radius: 50%;
}


.profile-card .pro-img i {
  width: 49px;
  height: 49px;
  border-radius: 20px;
  font-size: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  left: auto;
  right: -27px;
  top: 32px;
}

.profile-card textarea#special-notes {
  resize: none;
  height: 190px !important;
}

.profile-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: -130px;
  left: 20px;
  width: 96%;
}

.save {
  width: 140px;
  height: 47px;
  border-radius: 20px;
  background-color: #74DFFF;
  /* background-color: #000; */
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

.cancel {
  width: 140px;
  height: 47px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #99B2C6;
  border-radius: 20px;
  border-color: #74DFFF;
  /* border-color: #000; */
}

.profile-card .parents-modal {
  max-width: 100%;
  margin-top: 100px;
}

.tab-bars {
  margin-top: 48px;
}

.chat-card .tab-buttons {
  display: flex;
  gap: 13px;
  justify-content: center;
}

.chat-card .tab-button {
  padding: 10px;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}

.chat-card .tab-button {
  border-radius: 20px;
  padding: 13px 35px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  transition: background 0.3s;
  cursor: pointer;
  color: #99B2C6;
  background: unset;
  gap: 20px;
  display: flex;
  align-items: center;
}

.chat-card .tab-item {
  display: none;
  padding: 10px;
}

.chat-card .tab-item.active {
  display: block;
}

.chat-card .tab-button.active {
  background: #74DFFF;
  /* background: #202020; */
  color: #ffffff;
}

.btn-primary {
  background-color: #74DFFF !important;
  border-color: #74DFFF !important;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate{
  background-color: #74DFFF !important;
  border-color: #74DFFF !important;
}

.btn-primary:hover {
  background-color: #74DFFF !important;
  border-color: #74DFFF !important;
}

.chat-card .tab-content {
  padding: 0px;
  border-radius: 0px;
  margin-top: 40px;
}

.chat-card .tab-content .chat-button {
  border-radius: 19px !important;
  width: 85px;
  text-align: center;
}

.tab-container.password-card {
  background: #F1F7FB;
  border-radius: 26px;
}

.tab-container.password-card .parents-modal input {
  background-color: #ffffff;
}

.tab-container.password-card {
  padding: 50px;
}

.notification-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #E6E6E6;
}

.notification-card h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #000000;
  margin-bottom: 0;
}

.notification h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px;
}

.notification-button {
  display: flex;
  gap: 40px;
}

.switch-button .switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.switch-button .switch::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-button .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

.switch-button input:checked+.switch {
  background: #000000;
}

.switch-button input:checked+.switch::before {
  left: 27px;
  background: #fff;
}

.switch-button input:checked+.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

input.select-radio {
  width: 20px;
  height: 26px;
  accent-color: black;
}


#layout-menu {
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-vertical .menu-inner>.menu-item {
    width: 100%;
    padding-bottom: 5px;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    color: #ffffff;
    background-color: #74DFFF !important;
    /* background-color: #000 !important; */
    border-radius: 26px;
    padding-left: 20px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    height: 46.61px;
}

ul.menu-inner.py-1 {
    display: block;
    padding: 0px 20px;
}

.app-sidebar__overlay {
    width: 20%;
}

.app-content {
    width: 80%;
    padding-left: 30px;
    padding-bottom: 20px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}
aside#layout-menu .text-center, aside#layout-menu .text-center a {
  padding-bottom: 40px;
  color: #99B2C6;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding-top: 6em;
}
/**analytics css start **/

.analytics-sec .cardmorning h2 {
    font-size: 38.48px;
    font-weight: 700;
    line-height: 50.32px;
    text-align: left;
    margin-bottom: 10px;
}

/**analytics css start **/

.administrator-dropdown h3 {
    z-index: 999999;
    position: relative;
}

.kiddos-sec .card.chat-card label {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    color: #000000;
    padding-top: 5px;
}

.kiddos-sec .delete-record {
    margin-left: 15px;
}

.card-body {
    max-width: 100%;
    overflow: auto;
}

.mobile-header {
    display: none;
}

.layout-page.analytics-sec .chat-card {
    background-color: unset;
    box-shadow: unset;
    padding-top: 0;
}
.option-sec-inner {
    display: flex;
    /* justify-content: space-evenly; */
    gap: 10px;
}
.parents-sec h3.card-title.bold {
    font-weight: 700;
    line-height: 34px;
    color: #000000;
}
.dropdown-notifications svg.bi.bi-bell-fill {
    fill: #000;
    width: 25px;
    height: 25px;
}
.login-right .text-content {
    z-index: 999999;
}
.table-search-bar form.d-flex.media-search-head {
    margin-bottom: 0;
    width: 100%;
}
.table-search-bar button.search-btn.keyword-btn {
    border: none;
    background: unset;
}
.table-search-bar input {
    background-color: unset !important;
    padding: 0 !important;
}
.layout-page {
    margin-bottom: 0px;
}
span.btn.btn-sm.btn-success.change-status {
    background-color: #3FB8A9 !important;
    border-radius: 7px;
    padding: 0;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 103.7px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    box-shadow: none;
}
.profile-card .pro-img img {
  width: 208px !important;
  height: 210px !important;
  background: #fff;
  object-fit: cover;
}

aside#layout-menu::-webkit-scrollbar {
  width: 0px;        
}

aside#layout-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

aside#layout-menu::-webkit-scrollbar-thumb {
  background-color: #888;     
  border-radius: 10px;      
  border: 0px solid #f1f1f1;  
}

aside#layout-menu::-webkit-scrollbar-thumb:hover {
  background-color: #555; 
}
ul.dropdown-menu.dropdown-menu-end.userdropdown.show {
    min-width: 140px;
}

/** Reset Password **/
.w-100.mt-6.px-4.pb-3.pt-4.bg-white.overflow-hidden.rounded-3.min-width-sm-28.login-form {
    width: 100%;
    min-width: 100%;
    padding: 0px !important;
}

.reset-page .text-content img.img-fluid {
    width: auto;
}
.reset-page button.btn.btn-primary.w-100 {
    margin-top: 30px;
}
.reset-page label#email-error, .reset-page span.invalid-feedback {
    width: 100%;
    z-index: 999;
    top: 5em;
}
.dropdown-user a.nav-link {
    color: #000;
    font-weight: 500;
    font-family: 'Quicksand';
    padding-left: 10px;
}
.card-body img {
    border-radius: 100px;
}
.app-brand-logo {
    display: flex;
    justify-content: center;
}
aside#layout-menu .app-brand-logo {
    display: flex;
    justify-content: left;
}
aside#layout-menu .app-brand-logo img.img-fluid {
    max-width: 85%;
}
.app-brand-logo img.img-fluid {
    width: 100%;
    max-width: 70%;
}
a.view-all {
    background: #74DFFF;
    /* background: #000; */
    color: #fff;
    width: 103.7px;
    display: block;
    text-align: center;
    height: 29px;
    line-height: 29px;
    border-radius: 7px;
    border: 0;
    font-size: 13px;
    font-weight: 600;
}
.pagination {
    justify-content: flex-end;
}
li.page-item.active span.page-link {
    border-color: #74DFFF;
    /* border-color: #000; */
    background-color: #74DFFF;
    /* background-color: #000; */
    box-shadow: 0 0.125rem 0.25rem rgba(105, 108, 255, 0.4);
}
li.page-item.active span.page-link:hover {
    background-color: #74DFFF;
    /* background-color: #000; */
}
.drop-text-kid img{
    width: 230px;
    height: 230px;
    object-fit: cover;
}
.modal-content textarea {
    resize: none;
}
.drop-icon img {
    width: 230px;
    height: 230px;
    object-fit: contain;
}

button.close-img-popup {
    position: relative;
    bottom: 17.5em;
    left: 25em;
    border: none;
    background-color: #fff;
    border-radius: 0.5rem;
    opacity: 1;
    box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
    transition: all 0.23s ease 0.1s;
    transform: translate(23px, -25px);
    width: 30px;
    height: 30px;
}
/** **/

/** chart css **/

.chart-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.chart-title {
  font-family: 'Quicksand';
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  color: #000000;
}

.legend-container {
  display: flex;
  gap: 15px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-last-year {
  background-color: #9DB3FF; /* Light blue */
}

.legend-existing {
  background-color: #3FB8A9; /* Teal */
}

canvas {
  border-radius: 15px;
}

/** **/

.navbar-nav.align-items-center.bg-navbar-theme.search-bar form {
    margin-bottom: 0;
}

.navbar-nav.align-items-center.bg-navbar-theme.search-bar form button.btn.btn-light.ms-2 {
    background-color: unset;
}

.kids-details p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}

.kids-details .col-lg-12.col-md-12 {
    margin-top: 0px;
}
.kids-details .col-lg-12.col-md-12:first-child {
    margin-top: 15px;
}
.dropdown-menu-end.userdropdown.show li.nav-item {
    box-shadow: none;
}
.progress-chat .progress-item img.img-fluid {
    max-width: 64px;
}
@media screen and (max-width: 1600px) {
  .chat-card ul li h4 {
    font-size: 14px;
  }
  .chat-card .card-header h5 {
    font-size: 16px;
  }
  .sales-dashboard h2 {
    font-size: 26px;
  }
  .sales-dashboard .modal-button, .export, .sales-dashboard a {
    font-size: 15px;
  }
  .kiddos-sec .card.chat-card label {
    font-size: 16px;
  }
  .top-bar .navbar-nav li h5 {
    font-size: 16px;
  }
  .administrator-dropdown h3 {
    font-size: 18px;
  }
  .administrator-dropdown h2 {
    font-size: 40px;
  }
  .datatables-basic td {
    font-size: 14px;
  }
  .cardmorning {
    padding: 20px 20px 50px 20px;
  }
  .totalnumber_card h4 {
    font-size: 15px;
  }
  .totalnumber_card h5 {
    font-size: 16px;
  }
  .analytics-sec .cardmorning h2 {
    font-size: 30.48px;
    margin-bottom: 20px;
    line-height: 44.32px;
  }
  .totalnumber_card.card-img h1, .totalnumber_card.card-img2 h1 {
    font-size: 45px;
  }
  .cardmorning h5 {
    font-size: 16px;
  }
  .cardmorning h2 {
    font-size: 42.52px;
    margin-bottom: 10px;
  }
  .menu-vertical .menu-item .menu-link {
    font-size: 18px;
  }
  .chat-card ul li small {
    font-size: 13px;
  }
  .totalnumber_card h1 {
    font-size: 30px;
  }
  .chat-card .tab-button {
    padding: 13px 16px;
    font-size: 16px;
  }
  .parents-modal .modal-title {
    font-size: 31.48px;
    margin-bottom: 10px;
  }
  .totalnumber_card.card-img {
    min-height: 190px;
  }

.totalnumber_card.card-img2 {
    min-height: 190px;
  }
.totalnumber_card.card-img3 {
    min-height: 190px;
  }
.totalnumber_card.card-img4 {
    min-height: 190px;
  }
.totalnumber_card.card-img5 {
    min-height: 190px;
  }
.totalnumber_card.card-img6 {
    min-height: 190px;
  }

}
@media screen and (max-width: 1400px) {
  .layout-page.dash-sec .card.h-100.chat-card .d-flex.flex-wrap.align-items-center.justify-content-between.gap-2 {
    flex-flow: row;
    align-items: start !important;
  }
}
@media screen and (max-width: 1199px) {
  .layout-page {
    padding-left: 0px;
 }
 .mobile-header {
  display: block;
 }
 .desktop-header {
  display: none;
 }
 .modal-backdrop.fade.show {
  position: unset;
 }
 .mobile-header-inner {
  display: flex;
  justify-content: space-between;
 }
.mobile-header .navbar-nav-right {
  width: auto !important;
  gap: 0px !important;
 }
 .mobile-header button.btn {
    padding: 0;
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 20px;
    margin-right: 1rem !important;
}
.bg-menu-theme.menu-vertical {
    margin-top: 0px;
    border-radius: 0px 31px 31px 0px;
}
#layout-menu {
    z-index: 9999999;
  }
  .justify-content-between {
    justify-content: space-between !important;
    flex-flow: column;
}
.card-header.d-flex.align-items-center.staff-justify-content-between.p-0 {
  justify-content: space-between;
}
#layout-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 261px;
  height: 92vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.app-content {
    width: 100%;
    padding-left: 15px;
}
}

@media screen and (max-width: 991px) {
  .authentication-inner {
    padding-top: 20px;
    padding-right: 0px;
  }
  .authentication-inner h2 {
    padding-bottom: 0px;
  }
  .authentication-inner .app-brand {
    padding-bottom: 40px;
  }
  .login-page {
    padding: 20px 50px;
  }
  .login-right {
    height: unset;
  }
  .login-content-section {
    margin-top: 35px;
  }
  .justify-content-between {
    flex-flow: row;
  }
  .authentication-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kiddos-sec .delete-record {
    margin-left: 10px;
 }
}

@media screen and (max-width: 767px) {
  .form-group.d-flex.tot-sec {
    display: block !important;
 }
 .login-page {
        padding: 20px 10px;
 }
 .login-right .text-content {
    padding: 40px;
 }
 .login-right h2 {
    font-size: 40px;
    line-height: 65px;
  }
  .authentication-inner h2 {
    font-size: 25px;
  }
  .profile-card .pro-img {
    width: 150px;
    height: 150px;
  }
  .profile-card .pro-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
}
@media screen and (max-width: 555px) {
.mobile-header .navbar-nav-right {
  width: 40% !important;
  gap: 0 !important;
 }

 .mobile-header .navbar-nav .dropdown-toggle {
    width: 56px;
    height: 56px;
 }

 .mobile-header .navbar-nav .dropdown-toggle img {
    width: 100%;
 }

 .mobile-header button.btn {
    width: 56px;
    height: 56px;
 }

}

@media screen and (max-width: 430px) {
    .mobile-header .navbar-nav-right {
        width: 54% !important;
    }
}

@media screen and (max-width: 414px) {
    .mobile-header .navbar-nav-right {
        width: 56% !important;
    }
}

@media screen and (max-width: 375px) {
    .mobile-header .navbar-nav-right {
        width: 63% !important;
    }
}

.chat-inbox {
  justify-content: left;
  background: #f1f7fb;
  align-items: center;
  position: relative;
  width: 100%;
  display: flex;
  /* flex-direction: column; */
}



.chat-inbox .inner-sidebar {
  /* position: absolute; */
  top: 0;
  /* width: 341.77px; */
  height: 555px;
  left:10px;
  /* scrollbar-width: thin; */
}

.inner-sidebar .inner-search {
  /* box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12); */
  /* position: fixed; */
  height: 56px;
  top: 252.87px;
  left: 778.37px;
  border-radius: 20px;
  padding: 0, 27px, 0, 27px;

}

.search-input {
  padding-right: 30px; 
}

.search-icon {
  right: 20px; 
  top: 50%;
  transform: translateY(-60%);
  pointer-events: none; 
}

.sidebar-heading {
  
  font-weight: 700 !important;
  font-size: 18.92px;
  line-height: 32.16px;
}

.sidebar-comment {
  font-weight: 700 !important;
  font-size: 14.19px;
  color: #99B2C6;
  width: 166px;
  line-height: 21.76px;
}

.chat-section {
  /* left: 88px; */
  /* right: 200px; */
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  height: 82%;
  scrollbar-width: none;
  padding-bottom: 80px;
  overflow: scroll;
}
.chat-section .chat-card {
  width: 326.11px;
  height: 56.57px;
  top: 332.09px;
  left: 1250.53px;
  padding-bottom: 20px;
  
}

.media-alignment {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* .parents-modal span.select2.select2-container, .parents-modal li.select2-search.select2-search--inline, .parents-modal input.select2-search__field {
  width: 100% !important;
}

.parents-modal span.select2-selection.select2-selection--multiple {
  border: none;
} */

.select2-container {
  min-width: -webkit-fill-available;
  max-width: 100%;
}

.select2-container--default .select2-selection--multiple {
  border: none;
  background-color: #FAFAFA;
}

.select2-container.select2-container--open {
   z-index: 1091;
}
.select2-container.select2-container--open .select2-results__option{
   min-width: -webkit-fill-available;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  color: #000;
  font-weight: 500;
}
.input-group, .modal-content input, .modal-content textarea, span.select2.select2-container.select2-container--default, .parents-modal #drop-area, #drop-area-insurance, .parents-modal input, .parents-modal textarea {
  /* border: 0.6px solid #0000002e; */
  border-radius: 6px;
}
input#phone-number, input#phone {
  border: none;
  border-left: 0.6px solid #0000002e;
}
span.phone-input-mask {
  border-radius: 6px 0px 0px 6px;
}
.chat-card h6 {
  margin-bottom: 0;
}

.clear-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
}

.clear-btn:hover {
  color: #333;
}

span.select2-container--disabled input.select2-search__field {
  width: 0 !important;
}

.col-md-2.parent-title {
  width: 135px;
}