:root{
    --main-color: #11101d;
    --color-dark: #1D2231;
    --text-grey:  #8390A2;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
.cards{
    display: grid;
    grid-gap: 2rem;
    margin-top: 1rem;
}
.card-single{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
}
main{
    padding: 2rem 1.5rem;
    min-height: calc(100vh - 90px);
}
.last-in-row{
    background: var(--main-color);
    color: #fff;
}
.card{
    background: #fff;
    border-radius: 12px;
}
.card-header{
    padding: 1rem;
}
.card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
a.active_user{
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--main-color) !important;
    padding-left: 10px !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
}
a.active_user_arabic{
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--main-color) !important;
    padding-left: 10px !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple{
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}
.table-bordered th, .table-bordered td{
    border: 0.1px solid #000 !important;
}
#spinnerOverlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
#spinnerContainer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.sk-chase{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    color: white !important;
}
.sk-chase-dot:before{
    background-color: #fff;
}
.past-date{
    background-color: #d3d3d3 !important;
    color: #666 !important;
}
.popup-postion{
    position: absolute;
    z-index: 10000;
}
.popup-postion > div:hover{
    background-color: #052c65;
    color: white;
}
.modal-body .note{
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
}
.card_side-background{
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(80% 50% at 50% -20%, transparent, #34b4ae29);
    border-radius: 50%;
    filter: blur(28px);
    opacity: 1;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.card_other-side-background{
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(80% 50% at 50% -20%, transparent, #34b4ae29);
    border-radius: 50%;
    filter: blur(28px);
    opacity: 1;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.worker_side-background{
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(80% 50% at 50% -20%, transparent, #34b4ae29);
    border-radius: 50%;
    filter: blur(28px);
    opacity: 1;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.worker_other-side-background{
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(80% 50% at 50% -20%, transparent, #34b4ae29);
    border-radius: 50%;
    filter: blur(28px);
    opacity: 1;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.scroll{
    cursor: all-scroll;
}
.transition{
    transition: 0.4s;
}
.past-date{
    background-color: #d3d3d3 !important;
    color: #666 !important;
}