@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scrollbar-width: 3px;
    scrollbar-color: var(--primary-color);
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans 3', sans-serif;
    background-color: #f4f6f9;
}

:root {
    /*      Theme colors        */
    --primary-color: #67999A;
    --btn-outline-primary-color: #67999A;
    --secondary-color: #99CB34;
    --btn-bg-color: rgb(44, 76, 113);
    --btn-bg-hover-color: #486b6c;
    --text-color: #212529;
    --input-placeholder: rgba(33,37,41,0.50);
}


/* ---------------- Global Classes ---------------*/
a {
    color: #212529;
    text-decoration: none;
    transition: all .3s ease-out;
}

    a:hover {
        color: var(--primary-color);
    }

ul {
    list-style-type: none;
    padding: 0;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.btn-primary {
    width: auto;
    color: #FFFFFF;
    padding: 0.6rem 1rem;
    font-weight: 500;
    border: none;
    background-color: var(--btn-bg-color);
    font-family: 'Source Sans 3', sans-serif;
    box-shadow: 0 2px 10px 3px rgba(0, 101, 122, 0.15);
    transition: all .3s ease-out;
}

.btn:hover,
.btn:active,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:focus-visible,
.btn:not(:disabled):not(.disabled):active,
.btn.focus, .btn:focus {
    color: #FFFFFF;
    background-color: #050505;
    border-color: transparent;
    box-shadow: 0 2px 10px 3px rgba(0, 130, 82, 0.15);
}

::-webkit-input-placeholder {
    color: var(--input-placeholder);
    font-size: 15px;
}

::-moz-placeholder {
    color: var(--input-placeholder);
    font-size: 15px;
}

:-ms-input-placeholder {
    color: var(--input-placeholder);
    font-size: 15px;
}

:-moz-placeholder {
    color: var(--input-placeholder);
    font-size: 15px;
}

:focus-visible {
    outline: none;
}

.form-control {
    height: auto;
    padding: 0.675rem 0.75rem;
    font-size: 15px;
    border: 1px solid #dee2e6;
}

.input-group-text {
    border: 1px solid #dee2e6;
    background-color: #FFFFFF;
    border-radius: 0;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

textarea {
    resize: none;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    font-size: 12px;
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    font-size: 12px;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    font-size: 12px;
    bottom: 1.4em;
}

.inner-tbl .card {
    border: 1px solid #b3cccd;
    border-radius: 0.85rem;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
}

.table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #e1ebeb;
    box-shadow: none;
}

.content-wrapper .table th {
    font-size: 1rem;
    font-weight: 600;
}

.content-wrapper .table td {
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
    white-space: normal;
    vertical-align: middle;
}

.content-wrapper .table td,
.content-wrapper .table th {
    position: relative;
    border-top: 1px solid #E5EAEF;
}

.card .dataTables_wrapper div.dataTables_length select {
    width: 50%;
}

.dataTables_paginate .paginate_button .page-link {
    font-size: 14px;
    color: var(--primary-color);
}

.dataTables_paginate .page-item.active .page-link {
    color: #FFFFFF;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #FFF !important;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    background: var(--btn-bg-color);
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #FFF !important;
        border: none;
        background: var(--btn-bg-hover-color);
    }

.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(5.5rem + 1px);
}

.main-title h2 {
    color: var(--text-color);
    margin: 0px;
    padding: 0px;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    position: relative;
}
/* ------x------- Global Classes -------x-------*/

/* ---------------- Login ---------------*/
.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

.authentication-inner {
    width: 100%;
    height: 100%;
    margin: auto 0;
}

    .authentication-inner .auth-cover-bg {
        width: 100%;
        padding: 2rem;
        margin: 2rem 0 2rem 2rem;
        height: calc(100vh - 4rem);
        position: relative;
    }

        .authentication-inner .auth-cover-bg img {
            width: 730px;
            pointer-events: none;
            -webkit-touch-callout: none;
        }

    .authentication-inner .right-area {
        background-color: #f8f7fa;
    }

    .authentication-inner .brand-logo a {
        margin-bottom: 1rem;
        display: inline-block;
    }

    .authentication-inner .brand-logo img {
        width: 200px;
    }

    .authentication-inner .login-box h5 {
        font-size: 1.2rem;
    }

    .authentication-inner .login-box .form-label {
        width: 100%;
        font-size: 0.8125rem;
    }

    .authentication-inner .login-img-box {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .authentication-inner .banner-img-1 {
        animation: 20s linear 0s infinite normal none running slideUp;
    }

    .authentication-inner .banner-img-2 {
        animation: 20s linear 0s infinite normal none running slideDown;
    }


@keyframes slideUp {
    0% {
        transform: translate3d(0,0,0);
    }

    100% {
        transform: translate3d(0,-100%,0);
    }
}

@keyframes slideDown {
    0% {
        transform: translate3d(0,-100%,0);
    }

    100% {
        transform: translate3d(0,0,0);
    }
}
/* ------x------- Login -------x-------*/

/* ---------------- Header ---------------*/
.layout-navbar-fixed .wrapper .main-header {
    min-height: 79px;
}

.navbar {
    /* padding: 1rem 0; */
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 9;
}

    .navbar .navbar-brand img {
        width: 250px;
    }

    .navbar .navbar-nav .nav-link {
        color: rgba(33,37,41,0.70);
        font-size: 1rem;
        font-weight: 700;
        transition: all .3s ease-out;
        letter-spacing: 0.5px;
        font-family: 'Dosis', sans-serif;
    }

    .navbar .navbar-nav a.btn-outline-primary {
        color: var(--text-color);
        padding: 0.5rem 1.5rem;
        margin: 0px;
        /* margin-right: 1rem; */
        font-size: 15px;
        border-color: var(--primary-color);
        border-radius: 30px;
        line-height: normal;
        letter-spacing: 0.5px;
        background-color: transparent;
        font-family: 'Dosis', sans-serif;
    }

    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .active .nav-link {
        color: var(--primary-color);
    }

    .navbar .navbar-nav a.btn-outline-primary:hover,
    .navbar .navbar-nav a.btn-outline-primary:active {
        color: #FFFFFF;
        background-color: var(--btn-bg-hover-color);
    }

    .navbar .navbar-nav .dropdown .dropdown-menu {
        padding: 0px;
    }

        .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
            padding: 0.5rem 1rem;
        }

    .navbar .navbar-nav .dropdown .dropdown-divider {
        margin: 0px;
    }

.user-avtar .nav-link i {
    color: var(--secondary-color);
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}

.user-avtar .dropdown-menu a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    display: block;
}

.navbar .navbar-nav li .cart-icn {
    font-size: 1.6rem;
    margin-right: 1rem;
}

.navbar-nav li .cart-icn .badge {
    color: #FFFFFF;
    padding: 3px 6px;
    font-size: .8rem;
    top: 0;
    background-color: var(--secondary-color);
}
/* ------x------- Header -------x-------*/

/* ---------------- Footer ---------------*/
footer {
    font-family: 'Dosis', sans-serif;
}

.main-footer .links li {
    margin: 0 5px;
    display: inline-block;
}
/* ------x------- Footer -------x-------*/

/* ---------------- Dashboard ---------------*/
.main-header .user-avtar img {
    width: 35px;
}

.dashboard-wrap .small-box p {
    margin: 0px;
    font-size: 1.2rem;
}
/* ------x------- Dashboard -------x-------*/

/* ---------------- Products ---------------*/
.products-wrapper .table td.btns-group .btn-sm {
    width: 60px;
}
/* ------x------- Products -------x-------*/



/* ---------------- Media Query ---------------*/
@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .authentication-inner .auth-cover-bg img {
        width: 630px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
}

@media screen and (min-width: 991px) and (max-width: 1270px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .authentication-inner .brand-logo,
    .authentication-inner .login-box h5,
    .authentication-inner .login-box .short-text {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .navbar .navbar-brand img {
        width: 200px;
    }

    .main-header.navbar {
        padding: 1rem;
    }

    .main-header .navbar-collapse > .navbar-nav:first-child .nav-link {
        font-size: 14px;
        border-bottom: 1px solid #E5EAEF;
    }

    .navbar-collapse .navbar-nav.navbar-no-expand {
        margin-top: 1rem;
    }

    .authentication-inner .brand-logo {
        text-align: center;
    }

        .authentication-inner .brand-logo img {
            width: 250px;
        }

    .authentication-inner .login-box h5 {
        font-size: 1rem;
        text-align: center;
    }

    .authentication-inner .login-box .short-text {
        font-size: 11px;
        text-align: center;
    }

    .create-tbl-wrap .custom-checkbox {
        margin-bottom: 1rem;
    }

    .dataTables_wrapper .responsive-tbl {
        border: 0;
        border-collapse: collapse !important;
        padding: 8px;
    }

        .dataTables_wrapper .responsive-tbl,
        .dataTables_wrapper .responsive-tbl thead,
        .dataTables_wrapper .responsive-tbl tbody,
        .dataTables_wrapper .responsive-tbl th,
        .dataTables_wrapper .responsive-tbl td,
        .dataTables_wrapper .responsive-tbl tr {
            display: block;
        }

            .dataTables_wrapper .responsive-tbl thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
                overflow: hidden;
            }

            .dataTables_wrapper .responsive-tbl tbody tr {
                margin: 0 0 15px 0; /*display: flex; flex-flow: column;*/
                border: 1px solid #E5EAEF;
            }

            .dataTables_wrapper .responsive-tbl tr td {
                padding: 0.55rem;
                text-align: left !important;
                position: relative;
                padding-left: 40% !important;
            }

                .dataTables_wrapper .responsive-tbl tr td:last-child {
                    border-bottom: none;
                }

                .dataTables_wrapper .responsive-tbl tr td:first-child {
                    border-top: none;
                }

            .dataTables_wrapper .responsive-tbl td:before {
                position: absolute;
                top: 6px;
                left: 12px;
                width: 35%;
                padding-right: 10px;
                font-weight: 600;
                white-space: nowrap;
                content: attr(data-label);
                text-align: left;
            }

    .main-footer {
        text-align: center;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}
/* ---------------- Media Query ---------------*/