@import '_content/Paliz.Time.WebApp.ModalServiceProvider/Paliz.Time.WebApp.ModalServiceProvider.bundle.scp.css';

/* _content/Paliz.Time.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.grid-container[b-v24voj0wkt] {
    display: grid;
    background-color: #DDDDDD;
    grid-gap: 5px;
    grid-template-rows:80px 320px 80px auto;
    height: 100%;
}

    .grid-container > div[b-v24voj0wkt] {
        background-color: white;
        display: grid;
        grid-template-columns: 100px auto;
        grid-template-rows: 80px;
    }

        .grid-container > div > div:nth-child(2n+1)[b-v24voj0wkt] {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .grid-container > div > div:nth-child(2n)[b-v24voj0wkt] {
            display: grid;
            align-items: center;
            grid-template-rows:auto 1px;
        }

.horizontal-line[b-v24voj0wkt] {
    display: inline-block;
    border: 1px solid #DDDDDD;
    width: calc(100% - 30px);
}

/* _content/Paliz.Time.WebApp/Components/Pages/Components/Accordion.razor.rz.scp.css */
.accordion[b-pmkbbk9vx5] {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(197,197,197,0.3) 50%);
    color: white;
    cursor: pointer;
    width: 100%;
    border: 1px solid #C5C5C5;
    outline: none;
    font-size: 15px;
    height: 40px;
    font-family: IRANSansXFaNum !important;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header[b-pmkbbk9vx5]{
    display:flex;
}


.content[b-pmkbbk9vx5] {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
    border-top: none !important;
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
}

.active[b-pmkbbk9vx5]{

}
/* _content/Paliz.Time.WebApp/Components/Pages/Components/DatePicker.razor.rz.scp.css */
input[b-bya937g2ws]::-webkit-outer-spin-button,
input[b-bya937g2ws]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-bya937g2ws] {
    -moz-appearance: textfield;
    text-align: center;
    background: transparent;
    outline: none;
    border: 0px solid transparent
}

div[b-bya937g2ws] {
    background: padding-box linear-gradient(#ffffff, #ffffff), border-box linear-gradient(#efefef calc(100% - 1px), #929292 calc(100% - 1px), #929292);
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 4px;
    height: 32px;
    display: flex;
    align-items: center;
}
/* _content/Paliz.Time.WebApp/Components/Pages/Components/Dropdown.razor.rz.scp.css */
.custom-dropdown[b-vam8wrvacz] {
    position: relative;
    display: inline-block;
    width: 170px; /* Adjust as needed */
    border: 1px solid red;
    /* border-bottom-color: rgb(118, 118, 118);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(118, 118, 118);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(118, 118, 118);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(118, 118, 118);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;*/
    color: rgb(0, 0, 0);
    height: 24px;
}

/* Dropdown header (selected item) */
.dropdown-header[b-vam8wrvacz] {
    cursor: pointer;
    height: 22px;
    font-size:13px;
    font-weight:400;
}

/* Dropdown options (items) */
.dropdown-options[b-vam8wrvacz] {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    max-height: 200px; /* Adjust as needed */
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    /* Individual option */
.option[b-vam8wrvacz] {
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 13px;
    font-weight: 400;
}

        .option:hover[b-vam8wrvacz] {
            background-color: #1967d2;
        }

/* Dropdown caret icon */
.caret[b-vam8wrvacz] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
/* _content/Paliz.Time.WebApp/Components/Pages/Components/ModalDialog.razor.rz.scp.css */
.modal[b-245yz0011y] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color:rgba(0,0,0,0.3)
}



    .modal.modal-static .modal-dialog[b-245yz0011y] {
        transform: scale(1.02)
    }

.modal-dialog-scrollable[b-245yz0011y] {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content[b-245yz0011y] {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body[b-245yz0011y] {
        overflow-y: auto
    }

.modal-dialog-centered[b-245yz0011y] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog[b-245yz0011y] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog[b-245yz0011y] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

.modal-content[b-245yz0011y] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-header[b-245yz0011y] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .btn-close[b-245yz0011y] {
        padding: .5rem .5rem;
        margin: -.5rem auto -.5rem -.5rem
    }

.modal-title[b-245yz0011y] {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body[b-245yz0011y] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.btn-close[b-245yz0011y] {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

    .btn-close:hover[b-245yz0011y] {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus[b-245yz0011y] {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        opacity: 1
    }

    .btn-close.disabled[b-245yz0011y], .btn-close:disabled[b-245yz0011y] {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white[b-245yz0011y] {
    filter: invert(1) grayscale(100%) brightness(200%)
}

@media (min-width:576px) {
    .modal-dialog[b-245yz0011y] {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable[b-245yz0011y] {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered[b-245yz0011y] {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm[b-245yz0011y] {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg[b-245yz0011y], .modal-xl[b-245yz0011y] {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl[b-245yz0011y] {
        max-width: 1140px
    }
}
/* _content/Paliz.Time.WebApp/Components/Pages/Components/Switch.razor.rz.scp.css */

/* _content/Paliz.Time.WebApp/Components/Pages/Components/TabControl.razor.rz.scp.css */
.btn-group[b-vqo5dmmu7s]{
    display:flex;
    justify-content:space-between;
    align-items:start;
}
.button[b-vqo5dmmu7s] {
    background-color: transparent;
    border: none;
    padding: 5px 5px;
    font-size: 16px;
    cursor: pointer;
    color: #CAC7C7;
    font-family: IRANSansXFaNum !important;
    font-weight: 500;
}

.active-button[b-vqo5dmmu7s] {
    border-bottom: 1px solid #021F4B !important;
    color: #021F4B !important;

}

.counter-badge[b-vqo5dmmu7s] {
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #CAC7C7;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-right:7px;
}

.active-badge[b-vqo5dmmu7s] {
    border: 1px solid #021F4B;
}
.active-badge1[b-vqo5dmmu7s] {
    border: 1px solid #021F4B;
}
.btn-group .button:not(:last-child)[b-vqo5dmmu7s] {
    border-right: none; /* Prevent double borders */
}
/* _content/Paliz.Time.WebApp/Components/Pages/Components/TimePicker.razor.rz.scp.css */

.main[b-gbpow1u319] {
    --color: #ffffff;
}

input[b-gbpow1u319]::-webkit-outer-spin-button,
input[b-gbpow1u319]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-gbpow1u319] {
    -moz-appearance: textfield;
    width: 20px;
    text-align: center;
    background: transparent;
    outline: none;
    border: 0px solid transparent
}

    .div[b-gbpow1u319] {
        border: 1px solid transparent;
        box-sizing: border-box;
        border-radius: 4px;
        width: max-content;
        height: 32px;
        display: flex;
        align-items:center;
    }
.normal[b-gbpow1u319] {
    background: padding-box linear-gradient(var(--color), var(--color)), border-box linear-gradient(#efefef calc(100% - 1px), #929292 calc(100% - 1px), #929292);
}
     /*    .active {
            background: padding-box linear-gradient(#ff0000, #ff0000), border-box linear-gradient(#efefef calc(100% - 1px), #929292 calc(100% - 1px), #929292);
        }*/

     .disabled[b-gbpow1u319] {
        background: padding-box linear-gradient(#f3f3f3, #f3f3f3), border-box linear-gradient(#efefef calc(100% - 1px), #929292 calc(100% - 1px), #929292);
    }
