/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
@font-face {
    font-family: IranSans;
    src: url(../fonts/IranSans.ttf);
}

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

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

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

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

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

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

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

@font-face {
    font-family: 'Yekan Bakh Hairline';
    src: url('../fonts/YekanBakh-Hairline.eot');
    src: local('../fonts/YekanBakh-Hairline'), url('../fonts/YekanBakh-Hairline.eot?#iefix') format('embedded-opentype'), url('../fonts/YekanBakh-Hairline.woff2') format('woff2'), url('../fonts/YekanBakh-Hairline.woff') format('woff'), url('../fonts/YekanBakh-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'farsi-numbers';
    src: url('../fonts/KalamehWeb\(FaNum\)-Regular.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



*,
body,
input,
input::placeholder {
    font-family: 'Yekan Bakh';
}

.input-validation-error {
    border: 1px solid red;
}

.valid {
    --tw-border-opacity: 1 !important;
    border-color: rgb(80 205 137 / 1) !important;
    border-width: 2px;
}

.file-preview {
    display: none;
    text-align: -webkit-center;
}

    .file-preview img {
        max-width: 100%;
        width: 80px;
        height: 80px;
        display: block;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 4px;
    }

    .file-preview span {
        font-size: 14px;
        color: #666;
    }

input::placeholder {
    color: #6d6868 !important;
}

.info-box p,
.tp-caption {
    font-family: 'Yekan Bakh' !important;
}

.user-image-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #0000007d;
}

    .user-image-modal div {
        width: 50%;
        height: 50%;
        position: relative;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
    }

    .user-image-modal img {
        position: absolute;
        top: 50%;
        right: 20%;
        transform: translate(0, -50%);
        border-radius: 0;
        width: 50%;
        height: auto;
    }

.form-scroll {
    overflow: hidden auto;
    padding-left: 0.25rem;
    max-height: 25rem;
}

    .form-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .form-scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .form-scroll::-webkit-scrollbar-thumb {
        background-color: #d1d5db;
        outline: 1px solid slategrey;
        border-radius: 5px;
    }
    .form-scroll {
        scrollbar-width: thin;       /* Makes scrollbar thinner */
        scrollbar-color: #d1d5db slategrey;  /* Thumb color and track color */
    }
.main-content {
    width: 100%;
}



@media screen and (max-width:1024px) {
    .chart-container {
        width: 100% !important;
    }
}

:is(.dark .dark\:bg-brand) {
    --tw-bg-opacity: 1;
    background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.homePage-firstText {
    font-size: 18px !important;
    line-height: 25px !important;
}
/*some tailwinds that are nit included in main.css*/
.w-fit {
    width: fit-content;
}

#error-message,
#success-message {
    bottom: 1rem;
    left: 2rem;
}

#loadingIcon {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: whitesmoke;
    z-index: 9999;
    opacity: 0.5;
}

    #loadingIcon div {
        top: 50%;
        display: flex;
        align-self: center;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 50%;
    }

.info-content > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .info-content > div a {
        color: #fff !important;
        direction: ltr;
    }

.nav-menu-box {
    overflow: hidden !important;
}

.incomplete-profile-details {
    text-align: center;
}

    .incomplete-profile-details > h3 {
        cursor: pointer;
    }

    .incomplete-profile-details > div {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99;
        top: 0;
        left: 0;
        background: #00000092;
    }

    .incomplete-profile-details > ul {
        position: fixed;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%);
        z-index: 100;
        width: 30%;
        height: max-content;
    }

.incomplete-profile-close {
    position: fixed;
    top: 5%;
    right: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.incomplete-profile-container .apexcharts-datalabels-group {
    display: none;
}

.w-half {
    width: 50%;
}

.dir-ltr {
    direction: ltr;
}

#stepper > ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (max-width:520px) {
    #stepper > ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width:521px) and (max-width:1024px) {
    #stepper > ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.stepper-notDone {
    padding: 1rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: #D1D5DB;
    width: 100%;
}

.stepper-current {
    padding: 1rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: #93C5FD;
    width: 100%;
    color: #1D4ED8;
}

.stepper-done {
    padding: 1rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: #6EE7B7;
    width: 100%;
    color: #20a881;
}

.file-modal-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    
    z-index: 200;
}

    .file-modal-preview > img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 31%;
        height: 30rem;
        z-index:201;
        object-fit: contain;
    }

.file-modal-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 200;
    background:#000000bc;
}
.text-nowarap{
    text-wrap:nowrap;
}
.h-80{
    height:20rem;
}
.dropdown ul {
    right:0;
    width:max-content;
}
/* .vertical.toggle-sidebar .sidebar:hover .main-logo .logo.light-logo{
    display: block !important;
} */
@media (min-width: 1024px) {
    .main-container .main-content {
        -webkit-margin-start: 0 !important; 
        margin-inline-start: 0 !important;
    }
}
.specialties-container{
    overflow: hidden auto;
    height: 12rem;
}
.viewProile-firstView > div{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media screen and (min-width:768px){
    
    .viewProile-firstView > div:first-of-type{
        width: 30%;
    }
    .viewProile-firstView > div:last-of-type{
        width: 70%;
    }

}
.employee-image{
    width: 35%;
}
.employee-image > img{
    max-height: 8rem;
    object-fit: contain;
}
.employee-details{
    overflow: auto hidden;
}
* {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: #323a461a transparent; /* Thumb color and track color */
}
.btn{
    width: fit-content;
}
.calendar-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.calendarDays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 10px;
}

.calendar-btns-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
}
.dateDay {
    padding: 0.5rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}
.today-div {
    background-color:rgb(255 220 40 / 42%) !important;
    
}
.calendarDate:nth-child(7n) > .dateDay{
    background-color: #ff00002b;
}
.calendarDate{
    position: relative;
    min-height: 5rem;
}
.dateDay{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.dailySchedule{
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}
.calendarModal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    width: 60%;
    max-height: 30rem;
    z-index: 100;
    overflow: hidden scroll;
}
.calendarOverlay{
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #00000070;
    z-index: 10;
}
.notifContainer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
}
.dailySchedule{
    cursor: pointer;
}
.dailyNotifContainer{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.dailyNotifText{
    width: 15ch;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notifContainer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.scheduleDetails {
    white-space: normal; 
    word-break: break-word;
    line-height: 1.5; 
}
.stepper-notDone.enabled{
    cursor: pointer;
}
.stepper-notDone{
    cursor: not-allowed;
}
#calendar-title{
    font-size: 1.5rem;
    line-height: 2rem;
}
.farsi-number{
    font-family: "farsi-numbers";
}
#File{
    font-size: 1.1rem;
}
.calendarModal{
    height: 30rem;
    overflow: hidden auto;
}
.show-container-btn{
    width: 100%;
    display: grid;
    place-items: center;
}
.show-container-btn > div{
    width: 70%;
    margin: 1rem auto;
    text-align: center;
}
.dropDownBtn{
    width: 70%;
}
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: rgb(43, 43, 43);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.role-dropDown{
    padding: 0.1rem 1.5rem;
    width: 15rem;
}
.scheduleDetailsContainer{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}
.scheduleDetailsContainer > div {
    border: 1px solid  rgba(52, 51, 49, 1);
    border-radius: 5px;
    padding: 1rem 2rem;
}
.close-preview{
    position: fixed;
    left: 15px;
    z-index: 202;
    top: 37px;
    cursor: pointer;
}
.close-preview > i{
    font-size: 4rem;
}
.email-pendeing{
    height: 100dvh;
    background: #242424;
}
.email-pendeing > div:first-of-type > div{
    width: 100dvw;
    left: 45rem;
}
.email-pendeing svg{
    color: #26c426;
}
.email-pendeing a{
    color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]{
    background : red;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* .account-page{
    height: 100dvh;
    display: flex;
    flex-direction: column;
}
.account-page > img{
    position: static;
    width: 100%;
    height: 30%;
    background-color:#cacaca ;
    object-fit: contain;
}
.account-page > div{
    position: static;
    transform: translate(0);
    width: 100%;
    height: 70%;
    padding: 0;
    border-radius: 0;
}
.account-page  form{
    margin:0 auto;
}
.account-page form > div:first-of-type{
    margin-top: 2rem;
}
.account-page form > div:first-of-type a{
    display: none;
} */
header .header-line div.copyright-line > div {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 17px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    transform: rotate(180deg);
  }
  header .header-line div.copyright-line > div > span:first-of-type {
    transform: rotate(90deg);
    display: block;
  }
  .account-bg{
    filter: blur(5px);
  }
/* @media screen and (min-width:700px) {
    .account-page{
        height: 100dvh;
        flex-direction: row;
    }
    .account-page > img{
        position: static;
        width: 50%;
        height: 100%;
        background-color:#cacaca ;
        object-fit: contain;
    }
    .account-page > div{
        position: static;
        transform: translate(0);
        width: 50%;
        height: 100%;
        border-radius: 0;
    }
    .account-page  form{
        margin-top: 5rem;
    }
    .account-page form > div:first-of-type a{
        display: block;
    }
    .account-page form > div:first-of-type{
        margin-top: 0;
    }
} */