@font-face {
    font-family: 'IBM Plex';
    src: url('./IBMPlexSans-VariableFont_wdth\,wght.ttf');
    /* src: local('Gotham Ultra'), local('Gotham-Ultra'),
        url('Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Ultra.woff2') format('woff2'),
        url('Gotham-Ultra.woff') format('woff'),
        url('Gotham-Ultra.ttf') format('truetype'); */
}


body,html {
    margin: 0;
    padding: 0 ;
    overflow-x: hidden;
    /* background: #F5F6F8; */
    background: #FFFFFF;
    font-family: "DM Sans", "Lato", sans-serif !important;
    min-height: 100vh;
}

html:has(.modal-backdrop.show) {
    overflow: hidden;
}

* {
    box-sizing: border-box !important;
    font-family: "DM Sans", "Lato", sans-serif;
    color: #000000;
}
  
:root {
    --primary-color: #2A1284;
    --input-label-color: #565656;
    --input-placeholder-color: #989898;
    --main-heading-color: #000000;
    --sub-heading-color: #494949;
    --secodary-sub-heading-color: #7D7987;
}


.text-gradient {
    background: linear-gradient(180deg, #2A1284 0%, #9164F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

input[name="phone_number"] {
    padding-left: 96px !important;
}

.form-check-label > span {
    color: #7D7987;
}

/* Form Elements */
input, select, textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0px 1px 6px 0px #00000026;
}

input::placeholder, textarea::placeholder {
    color: var(--input-placeholder-color);
}

input:focus, select:focus, textarea:focus {
    border-color: var(--primary-color) !important;
    outline: none !important
}

label {
    font-size: 14px;
    font-weight: 700;
    line-height: 15.6px;
    /* text-align: left; */
    color:var(--input-label-color);
}

/* button {
    width: 100%;
    padding: 10px !important;
    border: none !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
} */

/* a{
    color: var(--primary-color) ;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
} */

.hide {
    display: none !important;
}

.visibility-hidden{
    visibility: hidden !important;
}


.main-page {
    /* position: absolute; */
    /* top: 66px; */
    width: 100%;
}


/* doctor auth common  styles */

.banner {
    width: 100%;
    /* height: 100vh; */
    background: url(/static/common/assets/svgs/banner.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* gap: 20px; */
}

.banner > .header {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top:10px;
}

.banner > .header > h1,
.banner > .header > h4 {
    margin: unset;
    text-align: center;
}

.banner > .header > h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--main-heading-color);
}

.banner > .header > h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var(--main-heading-color);
}

/* back button styles */


.banner > .main-content > .back-btn-container {
    position: absolute;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner > .main-content > .back-btn-container > button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    background-color: #ffffff;
    cursor: pointer;
}

.banner > .main-content > .back-btn-container > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
}

/* webkit-scrollbar */

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #D9D9D9; 
    border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: ; 
} */
.opacity-point-0-5{ 
    opacity: 0.5;
}

.input-error-msg {
    color: #dc3545;
    opacity: 0;
    position: absolute;
    /* left: 110vw; */
    font-size: 1rem;
}

.input-error-msg.active {
    opacity: 1;
    margin-bottom: 5px;
    transition: ease .3s;
    position: static;
}

.input-success-msg {
    color: #8DC63F!important;
}

.input-failure-msg {
    color: #dc3545!important;
}

.spinner-border-sm {
    color: #ffffff;
}


.table-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1px;
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.inactive{
    opacity: .4;
}


.gm-style .gm-style-iw-tc {
    display: none!important;
}

.gmnoprint {
    display: none!important;
}

.two-line-text-truncation {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.one-line-text-truncation {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

/* pagination */


.pagination-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-right: 10px;
}

.pagination-div > div{
    width: fit-content;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    background: #FFFFFF;
    padding: 6px 10px;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
}

.pagination-div .prev-btn,
.pagination-div .next-btn {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    /* border: 1px solid #006DEF1A;
    background: #FFFFFF;
    border: 1px solid #E3E8F9; */
}

.pagination-div .prev-btn > svg,
.pagination-div .next-btn > svg {
    width: 15px;
    height: 15px;
}

.pagination-div .pages {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-div .pages > span,
.pagination-div .pages > .page-number-input {
    width: 32px;
    height: 32px;
    /* background: #FFFFFF; */
    border-radius: 5px;
    /* border: 1px solid #006DEF1A; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-black, #000);
    text-align: center;
    font-size: .65rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.pagination-div .pages > span.active {
    color: var(--primary-color);
    box-shadow: 0px 13px 41px 0px #3B3B3D1B;

}
.rotate-180 {
    transform: rotate(180deg);
}

.show {
    display: flex;
}

.show-block {
    display: block !important;
}

.cursor-pointer {
    cursor: pointer;
}

.comming_soon {
    font-size: 10px !important;
    text-align: right;
}

.main-content > img {
    width: 100%;
    height: 100%;
}

[lang = "ar"] {
    .banner > .main-content > .back-btn-container {
        right: 30px;
        left: unset;
        
    }
    .banner > .main-content > .back-btn-container > button {
        transform: rotate(180deg);
    }

    .pagination-div .prev-btn {
        transform: rotate(180deg);
    }
    .pagination-div .next-btn {
        transform: rotate(0deg);
    }
    .iti__flag-container {
        left: 0 !important;
        right: unset !important;
    }
    #signup-flow-forgot-password-modal .iti__country-list {
        right: unset !important;
        left: 0px !important;
        top: 42px !important;
    }
    .iti.iti--container {
    top: 78.1px !important;
    left: unset !important;
    right: 0px !important;
    }
    .iti--separate-dial-code input, .iti--separate-dial-code input[type=text] {
        text-align: left;
        padding-left: 96px !important;
    }
    .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
        padding-right: 70px !important;
    }
    
}

input[type = "email"] {
    direction: ltr;
}

.visiblity-hidden {
    visibility: hidden;
}

.rotate-180 {
    transform: rotate(180deg);
}

#password-strength-bar {
    height: 5px;
    width: 100%;
    background-color: #e0e0e0;
    margin-top: 5px;
    border-radius: 2px;
}

#password-strength-bar .progress {
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease;
}

#password-strength-message {
    display: block;
    margin-top: 5px;
    font-size: 0.875em;
}

.faded {
    opacity: 0.6;
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.faded-text {
    opacity: 0.6;
    color: #f0f0f0;
    cursor: not-allowed;
}

.timings-container.faded {
    opacity: 0.6;
    pointer-events: none; /* Disable interactions with the container */
}

.opacity-point-3-5 {
    opacity: 0.3;
}

.info {
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.info .title{
  font-weight: 500;
  text-transform: capitalize;
}

.info .body {
  font-weight: 400;
}

.toast-info {
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.toast-info .title{
  font-weight: 500;
  text-transform: capitalize;
}

.toast-info .body {
  font-weight: 400;
}

.iti--allow-dropdown {
    width: 100%;
}

.iti__selected-flag {
    border-radius: 8px 0px 0px 8px;
}

.modal-backdrop.show {
    z-index: 1060!important;
}

.modal-backdrop.show ~ .modal-backdrop.show {
    z-index: 1062!important;
}

.modal.show {
    z-index: 1061!important;
}

.modal.show ~ .modal.show {
    z-index: 1063!important;
}

.iti.iti--container{
    z-index: 1070 !important;
}

html:has(.sidebar.active) {
    overflow: hidden;
}

.dropdown-toggle.show + svg {
    transform: rotate(180deg);
}