:root {
    scroll-behavior: smooth;
    --lightw: #fff;
    --dark1: #0e1e2a;
    --dark2: #1a2c38;
    --dark3: #2f4553;
    --carddark: #213743;
}
/* HTML: <div class="loader"></div> */

/* .loader {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #bab7be 90%, #b2e6ab00);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
} */

@keyframes l7 {
    33% {
        background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
    }
}

.alert-success{
    background-color: #12d50b !important;
}
.bg-success{
    background-color: #12d50b !important;
}
.btn-success{
    background-color: #12d50b !important;
}
.alert-danger{
    background-color: #F62B2B !important;
}
.bg-danger{
    background-color: #F62B2B !important;
}

.datatable-pagination-list-item-link:hover{
    background-color: #172d3f !important;
}
.datatable-active > button{
    background-color: #0e1e2a !important;
}

.alertPosition{
    z-index: 999;
    top: 70px;
    right: 10px;
}

.required:after {
    content: " *";
    color: red;
}

.list-group-item{
    background-color: var(--dark1);
    color: var(--lightw);
}
.list-group-item-head{
    background-color: var(--dark3);
    color: var(--lightw);
}

.popover {
    --bs-popover-bg: #213743;
    --bs-popover-border-color: rgb(26, 44, 56);
}
.popover-header {
    background-color: #1a2c38;
}
.popover-body {
    color: #b6c1cc;
}


.select2-container--default .select2-selection--single {
    background-color: #0e1e2a;
    border: 1px solid #151c21;
}
.select2-dropdown .select2-dropdown--below {
    background-color: #0e1e2a;
    border: 1px solid #151c21;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--lightw) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #202529;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    color: #fff;
}

fieldset {
    background-color: #31070719;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

legend {
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    border-bottom: 1px solid wheat;
    font-size: 18px;
}


/* HTML: <div class="loader"></div> */
.loader {
    width: 120px;
    height: 22px;
    border-radius: 40px;
    /* color: #514b82; */
    color: #e9ebec;
    border: 2px solid;
    position: relative;
}

.loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    width: 25%;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: currentColor;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    50% {
        left: 100%;
        transform: translateX(calc(-100% - 4px))
    }
}


.card {
    box-shadow: 0px 0 5px rgba(217, 220, 224, 0.5);
}





/* New Alert Notification */

@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Mochiy+Pop+P+One&family=Montserrat&family=Oswald:wght@300&family=Varela+Round&family=ZCOOL+KuaiLe&display=swap');

/* body {
    background: #2B3246;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.5em;
} */

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.check {
    border-radius: 5px;
    /* width: 220px;
    height: 30px; */
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #2B3246;
    cursor: pointer;
    box-shadow: 9px 9px 18px #262c3e,
        -9px -9px 18px #30384e;
    color: #0ad406;
    margin: 20px;
}

.check:hover {
    background-color: rgba(147, 209, 117, 0.50);
    transition: 0.5s;
}

.color {
    animation: color 2s linear infinite;
}


.info {
    border-radius: 5px;
    /* width: 220px;
    height: 30px; */
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #2B3246;
    cursor: pointer;
    box-shadow: 9px 9px 18px #262c3e,
        -9px -9px 18px #30384e;
    color: rgb(82, 125, 243);
    margin: 20px;
}

.spin {
    animation: spin 2s linear infinite;
}

.info:hover {
    background-color: rgba(82, 125, 243, 0.50);
    transition: 0.5s;
}

.warning {
    border-radius: 5px;
    /* width: 220px;
    height: 30px; */
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #2B3246;
    cursor: pointer;
    box-shadow: 9px 9px 18px #262c3e,
        -9px -9px 18px #30384e;
    color: rgb(247, 149, 72);
    margin: 20px;
}

.warning:hover {
    background-color: rgba(247, 149, 73, 0.50);
    transition: 0.5s;
}


.rotate {
    animation: rotate 2s linear infinite;
}

.danger {
    border-radius: 5px;
    /* width: 220px; */
    /* height: 30px; */
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #2B3246;
    cursor: pointer;
    box-shadow: 9px 9px 18px #262c3e,
        -9px -9px 18px #30384e;
    color: rgb(255, 10, 1);
    margin: 20px;
}

.danger:hover {
    background-color: rgba(255, 10, 1, 0.33);
    transition: 0.5s;
}


.shine {
    animation: shine 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes color {
    50% {
        color: #2B3246;
    }

    100% {
        color: #0ad406;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(90deg);
    }

    40% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-90deg);
    }
}

@keyframes shine {
    0% {
        color: #2B3246;
    }

    50% {
        text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 40px red,
            0 0 60px red,
            0 0 80px red;
    }
}



/* Salary Slip CSS */
.salary-slip {
    margin: 15px;
    color: #ffffff;
    .empDetail {
        width: 100%;
        text-align: left;
        border: 2px solid rgb(255, 255, 255);
        border-collapse: collapse;
        table-layout: fixed;
    }

    .head {
        margin: 10px;
        margin-bottom: 50px;
        width: 100%;
    }

    .companyName {
        text-align: right;
        font-size: 25px;
        font-weight: bold;
    }

    .salaryMonth {
        text-align: center;
    }

    .table-border-bottom {
        border-bottom: 1px solid;
    }

    .table-border-right {
        border-right: 1px solid;
    }

    .myBackground {
        padding-top: 10px;
        text-align: left;
        border: 1px solid rgb(255, 255, 255);
        height: 40px;
    }

    .myAlign {
        text-align: center;
        border-right: 1px solid rgb(255, 255, 255);
    }

    .myTotalBackground {
        padding-top: 10px;
        text-align: left;
        background-color: #ebf1de;
        border-spacing: 0px;
    }

    .align-4 {
        width: 25%;
        float: left;
    }

    .tail {
        margin-top: 35px;
    }

    .align-2 {
        margin-top: 25px;
        width: 50%;
        float: left;
    }

    .border-center {
        text-align: center;
    }

    .border-center th,
    .border-center td {
        border: 1px solid rgb(255, 255, 255);
    }

    th,
    td {
        padding-left: 6px;
    }
}







.header-nav .profile .dropdown-item:hover {
    background-color: #444e62;
}

.dashboard{min-height: 450px;}