/*Colors*/

@media (min-width: 950px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1140px;
    }
}

@font-face {
    font-family: 'Signifier Regular';
    src: url('fonts/Signifier-Regular.eot');
    src: url('fonts/Signifier-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Signifier-Regular.woff2') format('woff2'),
        url('fonts/Signifier-Regular.woff') format('woff'),
        url('fonts/Signifier-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signifier Black';
    src: url('fonts/Signifier-Black.eot');
    src: url('fonts/Signifier-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Signifier-Black.woff2') format('woff2'),
        url('fonts/Signifier-Black.woff') format('woff'),
        url('fonts/Signifier-Black.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UntitledSans Regular';
    src: url('fonts/UntitledSans-Regular.eot');
    src: url('fonts/UntitledSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/UntitledSans-Regular.woff2') format('woff2'),
        url('fonts/UntitledSans-Regular.woff') format('woff'),
        url('fonts/UntitledSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Thin - 100 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ExtraLight - 200 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Light - 300 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold - 600 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold - 800 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Black - 900 */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicHUM-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Italics — Optional */
@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicItalic-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mozaic HUM';
    src: url('fonts/MozaicHUMFont/MozaicItalic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}




body{
    font-family: 'Mozaic HUM';
    background: #F9F7F2 !important;
    color: #000000;
}

hr {
    color: #979797;
    width: 98%;
    margin: auto;
}

input, textarea, select{
    font-family: "Mozaic HUM";
}
nav.navbar{
    background: #ffffff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.03);
}
button:focus {
    box-shadow: none !important;
}
.navbar-brand{
    width: 30%;
}
.navbar-light .navbar-nav li.nav-item a{
    font-size: 16px;
    line-height: 0px;
    color: #000000 !important;
    padding: 20px 32px;
    border-radius: 30px;
}
.navbar-light .navbar-nav li.nav-item.active a {
    color: #ffffff !important;
    background-color: #424C7D;
    border-radius: 30px;
}
.navbar-light .navbar-nav li.nav-item a:hover{
    color: #ffffff !important;
    background-color: #424C7D;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M8 8 L24 24 M8 24 L24 8'/%3E%3C/svg%3E");
}

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

#nav-login {
    background-color: #2C8860;
    color: #ffffff !important;
}

#nav-signup {
    background-color: #424C7D;
    color: #ffffff !important;
}

.clr-gray{
    color: #F1EDEB;
}
.clr-blue{
    color: #443962;
    border-radius: 50px;
}
.clr-dark{
    color: #1D4A63;
}
.clr-white{
    color: #fff;
}
.clr-magento{
    color: #000000;
}
.bg-color{
    background: #F7F5F4;
}

.opacity6{
    opacity: 0.6;
}
.opacity5{
    opacity: 0.5;
}

nav.navbar {
    height: 84px;
}

main.content-area{
    padding: 120px 0 100px 0;
    min-height: 80vh;
}
img.r-logo{
    width: 86px;
    height: 86px;
}

.border-radius9{
    border-radius: 9px;
}
.border-radius11{
    border-radius: 11px;
}
h3{
    font-family: 'Mozaic HUM';
    font-weight: 500;
    font-style: normal;
    line-height: 35px;
    font-size: 35px;
}
h5{
    font-family: 'Mozaic HUM';
    font-weight: 500;

}
span.label-blue{
    color: #9FAFFF;
    font-weight: 600;
}
a{
    text-decoration: none;

}
a:hover{
    color: unset;
}
button.custom-btn{
    height: 44px;
    border-radius: 50px !important;
    background: #424C7D;
    color: #fff;
    outline: none;
    padding: 10px 30px;
    min-width: 12rem;
    font-size: 14px;
}

.document-content button.custom-btn{
    padding: 10px 15px !important;
}

button.custom-btn.transparent{
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.card.main-card{
    padding: 40px 35px 75px 35px;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 5%);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-card-text {
    font-family: 'Mozaic HUM';
}

.home-card-text .label-blue {
    font-weight: 600;
    color: #424c7d;
}

.card-subheading{
    font-size: 16px;
}

.mb-40{
    margin-bottom: 40px;
}
.px-40{
   padding-left: 40px;
   padding-right: 40px;
}

.fa-file-pdf-o:before {
    margin-right: 7px;
    color: #000000;
    font-family: 'FontAwesome';
}

.upload-file .fa-file-pdf-o:before {
    color: #9F9F9F;
}

/*Footer*/

footer{
    background: #EAE9E8;
    padding: 40px 0;
}
footer p, footer ul li a{
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer ul li{
    display: inline-block;
}
footer ul li a{
    color: #000000;
    font-weight: bold;
}
footer .pipe-separator {
    margin: 0px 5px;
}

/*Docuemtn page css*/

h2{
    font-size: 35px;
    line-height: 49px;
    font-family: 'Mozaic HUM';
    font-weight: 500;
    font-style: normal;
}
.document-content{
    background: #fff;
    padding: 35px;
    padding-bottom: 90px;
}
.document-content h3{
    font-size: 26px;
    line-height: 24px;
    font-family: 'Mozaic HUM';
    font-weight: 500;
    font-style: normal;
}

.document-content h4 {
    font-size: 20px;
    font-family: 'Mozaic HUM';
    font-weight: 700;
}

.document-content .card{
    border: 1px solid #D9E1E5;
    border-radius: 0px;
}
.card-header{
    background: #F7F5F4;
    border-radius: 0px !important;
}

.document-content .date-info{
    font-size: 14px;
    line-height: 24px;
}

.document-content .card-body {
    padding: 1rem 12px !important;
}

.document-content .card-body .row{
    align-items: center;
}

.document-content .card-body p, .document-content .card-body span {
    font-family: "Mozaic HUM";
}

.document-content.upload .card-header {
    background-color: #ffffff !important;
}

.document-content.upload .card-body {
    display: flex;
    align-items: center;
}

.file-upload-wrapper .download-link {
    background-color: #424C7D;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    margin-left: 10px;
}

.file-upload-wrapper {
    margin-top: 40px;
}

.upload-action-buttons {
    text-align: right;
    margin-top: 25px;
}

.section-gap {
    margin-top: 30px;
}

.no-pending-requests {
    padding: 13px;
    font-family: 'Mozaic HUM' !important;
    font-size: 18px;
}

.text12{
    font-size: 12px;
}
.text16{
    font-size: 16px!important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: gray;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: gray;
  }
  .notice{
      padding: 25px;
      position: relative;
      z-index: 1;
      border: 1px solid #E5E5E5;
      border-radius: 10px;
  }
  .notice p{
      font-size: 16px;
      margin-top: 10px;
  }
  .notice:before{
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #F7F5F4;
      opacity: .6;
     z-index: -1;
     border-radius: 11px;
  }

  .clinician-instructions {
    margin-top: 25px;
    overflow-wrap: break-word;
}

.notice label{
    font-size: 16px;
}

/*Page Load Transitions*/

.page-transition {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.page-transition.loaded {
    opacity: 1;
    transform: translateY(0);
}

.signup-content {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-element {
    opacity: 0;
    transform: translateY(15px);
    animation: slideInUp 0.6s ease-out forwards;
}

.form-element:nth-child(1) { animation-delay: 0.1s; }
.form-element:nth-child(2) { animation-delay: 0.2s; }
.form-element:nth-child(3) { animation-delay: 0.3s; }
.form-element:nth-child(4) { animation-delay: 0.4s; }
.form-element:nth-child(5) { animation-delay: 0.5s; }
.form-element:nth-child(6) { animation-delay: 0.6s; }
.form-element:nth-child(7) { animation-delay: 0.7s; }

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*Sign up*/

.signup-content{
    max-width: 600px;
    margin: 0 auto;
    padding: 35px;
}

.signup-content p{
    font-size: 20px;
}

.form-content{
    height: 165px;
    overflow-y: auto;
    border: 1px solid #C6D1D7;
    border-radius: 11px;
    padding: 22px;
}

.form-content p{
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='rgba(0,0,0, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><circle cx='10' cy='10' r='5' fill='rgba(0,0,0,1)' /></svg>");
}
.signup-form input{
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8EA4B1;
    border-radius: 50px;
    opacity: 0.6;
    margin-bottom: 1.3rem;
}
.has-errors input, .signup-form .has-errors input{
    border-color: red;
    color: red;
}
.has-errors label, .signup-form .has-errors label{
    color: red;
}
.has-errors small, .signup-form .has-errors small{
    color: red;
    display: block !important;
}

.signup-form  input[type=checkbox]{
    height: 15px;
    opacity: 1;
    border-radius: 2px;
    width: 15px;
}
.signup-form  input[type=checkbox]:focus{
    box-shadow: none;
}
.signup-form select{
    font-family: "Mozaic HUM";
    border: 1px solid #8EA4B1;
    margin-bottom: 7px;
    border-radius: 50px;
    opacity: 0.5;
    height: 50px;
}
.form-check-input:checked{
    background-color: #ffffff;
    border-color: #000000;
}
.signup-form button{
    height: 50px;
    border-radius: 50px;
    background: rgb(66 76 125);
    color: #ffffff;
    font-size: 19px;
    outline: 0;
    border: 0;
}
.signup-form button:focus{
    background: rgb(70 82 139);
}
.signup-form button:hover{
    background: rgb(70 82 139);
}

.signup-form a {
    color: #000000;
}

.signup-form .has-errors a {
    color: red;
    font-weight: bold;
}

.signup-form .form-content h4 {
    font-size: 18px;
}

/*Contact Form*/


.contact-form .notice{
    padding: 25px;
}
h6{
    font-family: 'Signifier Black';
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
}

button.light-green{
    background: #F0FCFB 0% 0% no-repeat padding-box;
border: 1px solid #4BBFBC;
border-radius: 11px;
font-family: 'Signifier Black';
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: #4BBFBC;
}
button.light-green:hover{
    color: #4BBFBC;
    background: #fff;
}

.contact-form input{
    border-radius: 11px;
}
button.cancel{
    box-shadow: none!important;
    outline: 0!important;
    margin-bottom: 0px;
}
.cancel.btn:focus{
    box-shadow: none!important;
    outline: 0!important;
}
.contact-form select{
    padding: 10px;
    border-radius: 5px;
}
.form-control:focus{
    outline: none !important;
    border: 1px solid #424c7d69;
    box-shadow: none;
}

.form-control {
    border-radius: 15px !important;
    border: 1px solid #1D1B1A66;
}
/*Upload*/

.document-content{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0000000D;
    border: 1px solid #E5E5E5;
    border-radius: 0px;
}

.upload-file{
    display: inline-flex;
}

.upload-file-info {
    font-size: 12px;
}

button.drag-button {
    border: 1px solid #000000;
    border-radius: 50px;
    height: 44px;
    padding: 0px 25px;
    margin: 15px 0px;
    text-align: left;
}

button.drag-button span, .upload-file-info span, .updated-file-info.failed span {
    font-weight: 400;
    color: #9F9F9F;
    font-size: 16px;
    font-family: 'Mozaic HUM';
}

.upload-file-info span a {
    color: inherit;
}
.upload .progress{
    height: 6px;
}
.upload .progress .bar-clor{
    background-color: #7879F1!important;
}

.upload .close-up-file{
    top: 0;
    right: 0;
    color: #8EA4B1;
    cursor: pointer;
}


.upload .error {
    display: none;
    color: red;
}
.upload .has-errors .error {
    display: block;
}

#file-selector-trigger span {
    color: #443962 !important;
}
#file-selector-trigger-back span {
    color: #443962 !important;
}
#file-selector-trigger-front span {
    color: #443962 !important;
}
#file-selector-trigger {
    color: #443962 !important;
    font-weight: 600;
}
#file-selector-trigger-back {
    color: #443962 !important;
}
#file-selector-trigger-front {
    color: #443962 !important;
}
/*Settings*/
.setting-box{
    width: 160px;
height: 149px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 13px #0000000D;
border: 1px solid #EDEDED;
border-radius: 28px;
cursor: pointer;
margin: 0 auto;
}
.setting-box i.fa{
    color: #4BBFBC;
    font-size: 2.2em;
}
.setting-box label{
    cursor: pointer;
    color: #1D4A63;
    text-align: center;
}
.setting-box:hover{
    background: #DEF3F2 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 13px #0000000D;
border: 1px solid #BDEBEA;
}

/*Appointment*/


.app-btn{
    width: 100%;
    height: 28px;
    border: 1px solid #32A29F;
    border-radius: 4px;
    background: #4BBFBC;
    color: #fff;
    outline: 0;
}
.app-btn:focus{
    outline: 0;
}

.pattern{
    background: #b3a5a512    url('images/pattern.png') 0% 0% no-repeat padding-box;
    height: 100%;
}

.appointment-card h5{
    font-family: 'Mozaic HUM';
    font-weight: normal;
}

.calender-week button.btn:focus{
    outline: 0;
    box-shadow: none;
}


.doc-upload-confirm .swal2-html-container {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
}

.doc-upload-confirm .swal2-actions {
    display: unset !important;
    margin: unset !important;
    text-align: center !important;
}

.doc-upload-confirm button {
    width: 40% !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
}

.doc-upload-confirm {
    width: 25em !important;
}

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

@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
        margin: 0 7px;
    }
    .footer-right{
        text-align: right;
    }
    .request-table-right{
        text-align: right;
    }
}

@media (max-width: 767px){
    body{
        background: transparent;
    }
    h3 {
        font-size: 25px;
    }
    .container.nav-container{
        width: 100%;
        max-width: 100%;
    }
    .container, .container-sm {
        max-width: 100%!important;
    }
    nav.navbar {
        height: unset;
    }
    .navbar-light .navbar-nav li.nav-item a, .navbar-light .navbar-nav li.nav-item.active a{
        color: #5D5FEF !important;
        border-bottom: 1px solid #00000024;
        padding: 25px 0;
        background-color: #ffffff !important;
        border-radius: 0px !important;
        font-size: 17px;
    }
    .home .main-card .px-40{
        padding: 0!important;
    }
    .card.main-card {
        padding: 0px 0px 75px 0px;
    }
    .card.border-radius9.main-card{
        border: 0;
    }
    footer{
        height: auto;
        padding: 22px 0;
    }
    .document-content{
        padding: 10px;
    }
    .document-content.upload{
        border: 0;
        box-shadow: none;
    }
    .card.main-card{
        background-image: none;
    }
    main.content-area{
    }
    .file-upload-wrapper .download-link {
        margin-left: 0px !important;
        display: block;
        width: 60%;
        margin-top: 11px;
    }
    .card-area.text-center .row {
        display: block;
    }
}

@media(max-width:950px){
    .setting-box{
        width: 100%;
        height: 150px;
    }
}
#file-selector-trigger2 span {
    color: #443962 !important;
}
#file-selector-trigger2 {
    color: #443962 !important;
    font-weight: 400;
}

/*Signature Form*/

.top-form-text {
    font-weight: 600;
}

#signature-form .form_class {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    resize: vertical;
    outline: 0
  }

#signature-form label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }

.m-signature-pad--body canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    cursor: url(/assets/images/signature-pen.png), auto;
}

.signature-form-buttons {
    text-align: right;
    margin-top: 30px;
}

.signature-form-buttons #submit_button {
    background: #424C7D;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 70px;
    outline: 0;
    border: none;
}

.signature-form-buttons #cancel_button {
    border: none;
    background: none;
}

.signature-form-buttons #submit_button:disabled{
    opacity: 0.7;
}

#signature-form .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }

#signature-form .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  /* Clear floats after the columns */
#signature-form .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .form-area-wrapper {
    border: 1px solid #E5E5E5;
    padding: 15px;
    border-radius: 15px;
}

  /*table view style*/

  #contact_table input, #card-container input, .form-wrapper input, .form-wrapper select, .credit-card-wrapper input, .credit-card-wrapper select{
    padding: 8px 16px;
    font-size: 14px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    resize: vertical;
    outline: 0;
    height: 40px;;
  }

  .form-wrapper textarea{
    font-size: 14px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    resize: vertical;
    outline: 0;
  }
  .psychotherapy-form input{
    width: 100% !important;
  }

  .form-wrapper input[type="checkbox"]{
    height: unset;
    margin: 0px 4px;
    width: unset !important;
  }

  .contact_table_td{
    padding: 6px 0px;
  }

  .alternative_address{
    height: unset !important;
  }

  /*Insurance Card Area*/
  .card-area{
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 11px;
    margin-top: 10px;
  }

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

.card-area button {
    width: 90%;
    text-align: center;
}

.psychotherapy-form td {
    padding-right: 2%;
}
.webform_icon {
    background: url('images/webform_icon.png');
    height: 20px;
    width: 20px;
    display: inline-block;
	background-repeat: no-repeat;
    background-position: left center;
	padding-left:24px;
}
.pdf_icon {
    background: url('images/pdf_icon.png');
    height: 20px;
    width: 20px;
    display: inline-block;
	background-repeat: no-repeat;
    background-position: left center;
	padding-left:24px;
}

/*Contact Form*/

.contact-form-cp .col {
    display: grid;
}
.contact-form-cp {
    padding: 15px;
}
.contact-form-cp input {
    margin: 0px 0px 20px 0px;
}
.group-information{
    background: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
}

.form-section{
    border-top: 1px solid #d1d1d1;
    padding-top: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 16px !important;
    color: #212529 !important;
    opacity: 1 !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 8px !important;
    font-size: 14px;
    border: 1px solid #D5D5D5;
}

.select2-dropdown.select2-dropdown--below{
margin-top: -35px !important;
}

.select2-search--dropdown{
    padding: none !important;
}
.select2-dropdown{border-left: 1px solid #D5D5D5 !important; border-right: 1px solid #D5D5D5 !important; border-bottom: 1px solid #D5D5D5 !important}
.select2-search__field:focus {outline: none;}
.select2-selection.select2-selection--single:focus{outline:none;}
.select2-error{border:1px red solid !important}

.bg-rice-white {
    background: #F9F7F2 !important;
}

.text-warm-black {
    color: #353A41 !important;
}

.font-label {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #1D1B1AD9 !important;
}

.form-checkbox {
    height: 24px !important;
    width: 24px !important;
    border-color: #1D1B1AAB !important;
}

.button-primary {
    background: #443962 !important;
}
.color-primary {
    color: #443962 !important;
}

nav {
    height: inherit !important;
}

.form-label {
    font-size: 14px;
}

.terms {
    font-size: 16px !important;
    margin-top: 10px;
    color: #1D1B1AD9;
}

.terms a {
    color: #1D1B1AD9 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
    .offcanvas-body .btn {
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }

    .home {
        padding: 20px !important;
    }

    button.custom-btn {
        width: 100% !important;
        display: block;
    }
}

.home_bg {
    left: 88%;
    top: -10%;
    z-index: -1;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .home_bg {
        left: 81%;
    }
}

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

.f-24px {
    font-size: 24px !important;
}
.l-30px {
    line-height: 30px !important;
}

.active {
    background: #443962 !important;
    border-radius: 50px!important;
    a {
        color: white !important;
    }
}

.btn:hover {
    color: white !important;
}

.upload-file-btn:hover {
    color: #443962 !important;
}

.clr-blue:hover {
    color: #443962 !important;
    background-color: #44396214;
    border-radius: 50px;
}

.text-black {
    color: black;
}

.bg-lavendar {
    background: #C5C9FF !important;
}

@media (max-width: 991.98px) {
    .table-responsive {
        overflow-x: auto;
    }
    .min-width-lg {
        min-width: 768px;
    }
}

.download-pdf {
    min-width: 8rem !important;
    font-size: 12px !important;
}

.table-responsive {
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.table-responsive::-webkit-scrollbar {
    display: none;
}
