
/*General Css*/

body {
    background: #f8f9fb;
}

.card {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

.page-title-box {
    padding: 0rem 0.5rem 1.3rem;
}

h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

fieldset {
    border: solid 1px #d2d2d2;
    margin: 0.6rem 0 1.5rem;
    padding: 1rem 1.3rem;
}

legend {
    padding: 0 12px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-top: -31px;
    display: inline !important;
    background: #fff;
    width: auto;
    margin-bottom: 0.8rem;
}

.form-check {
    position: relative;
    display: flex;
    align-items: center;
    margin: 1rem 0 !important;
    padding-left: 0;
    justify-content: center;
}

    .form-check label {
        margin: 0;
        padding: 0 5px;
    }

.form-group {
    margin: 0 0 1.2rem;
}

.btn.btn-sf-green:active {
    background: #2f60c1;
}

.btn-sf-green a {
    color: #fff;
}

.btn-sf-green button {
    color: #fff;
}

button.modal-close {
    background: #d65c5c;
    padding: 7px 12px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.table-card-list {
    border-spacing: 0 12px !important;
}

textarea.form-control {
    min-height: calc(1.5em + .94rem + calc(var(--bs-border-width)* 2));
    max-height: unset;
    height: auto;
}

/*Page Top Bar*/

.admin-avatar-btn {
    display: flex;
    align-items: center;
}

    .admin-avatar-btn i.avatar {
        background: #643cd0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 12px;
        border-radius: 100px;
    }

.noti-icon .badge {
    background: #bd8309 !important;
}

.noti-icon i {
    color: #1f572f;
}


/*Login Header*/

.login-body {
    padding: 0;
    /* background-image: url(../images/aa.jpg);*/
    background-image: url('../images/image_bg1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
}
/*.login-body:before {
    content: "";
    background-image: url(../images/img2.png);
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 285px;
    height: 418px;
    background-size: 285px;
    background-repeat: no-repeat;
    z-index: 1;
}*/
/*.login-body:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(133deg, rgb(67 65 143 / 91%) 40%, rgb(113 84 7 / 79%) 100%);
}*/

.login-header {
    max-height: 95px;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, hsl(36deg 84% 93% / 0%) 42%, hsla(36, 59%, 88%, 1) 100%);
}

.login-fluid {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
/*    max-width: 1320px;*/
}

.row.login-row {
    width: 100%;
    height: 100%;
}

.login-col-left {
    display: flex;
    align-items: center;
    padding: 0;
}
    .login-col-left img {
        height: 735px;
        object-fit: cover;
        object-position: center;
        padding: 0px 18px 0 0;
        position: absolute;
        top: 0;
    }

.login-col-right {
    display: flex;
    align-items: end;
    justify-content: center;
}

a.login-header-left {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.login-header-left img {
    height: 88px;
}

a.login-header-left h4 {
    margin: 0.5rem 0 0 0.6rem;
    font-size: 1.6rem;
    letter-spacing: -0.3px;
    line-height: 27px;
    font-weight: 500;
}

    a.login-header-left h4 span {
        display: block;
        font-size: 1.2rem;
        letter-spacing: 0.2px;
    }

.login-left img {
    display: table;
    margin: auto;
    border-radius: 0 0 22px 22px;
}

.login-header-right {
    display: flex;
    align-items: center;
    justify-content: right;
}

    .login-header-right img {
        height: 94px;
    }

    .login-header-right h5 {
        margin: 0 0.5rem 0 0;
    }

        .login-header-right h5 span {
            display: block;
            font-size: 13px;
            line-height: 20px;
        }
.form.sign-up .form-group {
    margin: 4px 0;
    padding: 0 5px;
}
/*Login Form Row*/

.login-form-wrapper {
    width: 59%;
    padding: 1.3rem 1.8rem;
    box-shadow: 0px 0px 24px -2px rgb(49 87 186 / 11%);
    background: rgb(255 255 255);
    border-radius: 21px;
    border: solid 1px #495e3f42;
    margin: 0 auto 2rem;
    text-align: center;
}
    
    .forgot-pwd a {
    color: #fe7a21 !important;
    font-size: 15px;
    font-weight: 400;
}
.pwd-field {
    position: relative;
}

.login-heading img {
    width: 214px;
    margin: 0rem 0 0.6rem;
}

.login-left h2 {
    color: #29a449;
    font-size: 2.6rem;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    font-weight: 600;
    padding: 18px 28px;
    background: #f7fcf738;
}

.login-left h4 {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 46px;
    text-align: left;
    letter-spacing: -0.4px;
}

    .login-left h4 span {
        display: block;
        font-size: 1.5rem;
        color: #fff;
        font-weight: 400;
        margin-top: 3px;
    }

.login-type {
    padding: 0rem 0 0.8rem;
    border-bottom: solid 1px #e4e4e4;
    margin: 1rem 0;
}

.login-form-wrapper .form-control {
    border: solid 1px #dbdbdbb8;
    max-height: 45px;
    height: 100vh;
    background: #fff;
    border-radius: 8px;
    box-shadow: 7px 8px 32px 0px rgb(0 0 0 / 7%);
    color: #3c3c3c;
    font-size: 15px;
    /*text-transform: capitalize;*/
}

.login-type button {
    border: solid 1px #cecece;
    background: #fff;
    padding: 0.4rem 1.2rem;
    border-radius: 6px;
    margin-right: 5px;
    box-shadow: 2px 1px 4px 0px rgb(7 67 16 / 11%);
}

    .login-type button.active {
        background: #d29ba3;
        color: #fff;
    }

.login-heading h5 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #787878;
    font-weight: 400;
}

.login-heading h3 {
    color: #282828 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.login-form-wrapper label {
    color: #282828;
    font-size: 16px;
}

.form-control {
    border: solid 1px #dce1ef;
    background-color: #f1f5ff;
    max-height: 41px;
    height: 100vh;
}

.head-title {
    text-align: center;
    margin: 0 0 0.7rem;
    font-size: 20px;
    font-weight: 600;
    color: #fe7a21;
    padding: 0.8rem 0.5rem;
    background: #fef1de;
}

}

.login-form-wrapper .form-control::placeholder {
    font-weight: 500;
    color: #999999;
    font-size: 16px;
}

a.register {
    font-size: 14px;
    text-align: center;
    cursor:pointer;
    font-weight: 600;
    color: #282828;
}
.auth-btn {
    text-align: center;
    margin: 0.7rem 0 0;
}

.signup-rt-col {
    display: flex;
    align-items: center;
    height: calc(100vh / 1 - -95px);
}


input.form-check-input {
    border: solid 1px #dbdbdb;
}

.login-form-wrapper .form-check-input[type=checkbox] {
    top: -1.5px;
    position: relative;
}

.form-control:disabled {
    background-color: #eef0f6;
    opacity: 1;
}

.login-form-wrapper a.btn-sf-green {
    background: #29a449;
    color: #fff;
    padding: 1rem 1.4rem;
    border-radius: 10px;
    border: solid 1px #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .login-left {
        padding: 0rem 0rem 0;
    }

    .login-form-wrapper {
        width: 100%;
        padding: 1.5rem;
        margin: auto;
    }

    .login-heading h5 {
        font-size: 1.4rem;
    }

    .login-heading h3 {
        font-size: 0.8rem;
    }

    .login-form-wrapper label {
        margin-bottom: 0.3rem;
    }
}

@media screen and (max-width:767px) {
    .login-body {
        position: relative;
        overflow: hidden;
    }

    .login-header-right {
        display: none;
    }

    .row.login-row {
        flex-direction: column-reverse;
        margin: 2rem auto;
    }

    .login-fluid {
        height: 100%;
    }

    .login-header {
        max-height: unset;
        height: auto;
        padding: 0.7rem 0 0.5rem;
        overflow: hidden;
    }

    a.login-header-left {
        display: block;
        text-align: center;
    }

    .login-header-left img {
        height: 62px;
    }

    a.login-header-left h4 {
        margin: 0.3rem;
        font-size: 1.1rem;
        line-height: 21px;
    }

        a.login-header-left h4 span {
            display: block;
            font-size: 1rem;
            letter-spacing: 0.2px;
        }

    .login-col-left {
        display: none;
    }

    .login-type button {
        font-size: 13px;
    }
}





/*Verticle 	Menu*/

.vertical-menu {
    margin: auto;
    background: linear-gradient(133deg, rgb(67 65 143 / 91%) 40%, rgb(113 84 7 / 79%) 100%);
}

.navbar-brand-box {
    background-color: #525199;
    padding: 0.7rem 0.4rem 0.7rem 0.4rem;
}

    .navbar-brand-box a .logo-lg {
        display: flex;
        align-items: center;
    }

        .navbar-brand-box a .logo-lg h4 {
            font-size: 16px;
            margin: 0 0 0 4px;
            color: #fff;
            font-weight: 400;
            letter-spacing: 0.3px;
        }

            .navbar-brand-box a .logo-lg h4 span {
                display: block;
                font-size: 13px;
                font-weight: 300;
                letter-spacing: 0.5px;
                margin-top: 0.5px;
            }

.vertical-menu .vertical-menu-btn {
    position: absolute;
    right: -60px;
    top: 9px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 100px;
    border: solid 1px #643cd0;
}

    .vertical-menu .vertical-menu-btn .fa-bars {
        color: #643cd0;
    }

    .vertical-menu .vertical-menu-btn:hover {
        background: #6f6af8;
    }

        .vertical-menu .vertical-menu-btn:hover .fa-bars {
            color: #fff;
        }

.breadcrumb-item > a {
    color: #643cd0;
}

body[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px !important;
    padding: 0 0.7rem;
    background: #13419e;
}

#sidebar-menu {
    padding: 22px 0 30px 0;
}

    #sidebar-menu ul li a {
        color: #ffffff;
        padding-left: 2.4rem;
        border-radius: 100px;
        border: solid 1px transparent;
    }

    #sidebar-menu ul li ul.sub-menu li a {
        padding: .3rem 1.5rem .3rem 3rem;
    }

    #sidebar-menu ul li a i {
        position: absolute;
        left: 14px;
    }

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a {
    padding: 13px 0;
}

    body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a i {
        position: relative;
        min-width: 0px;
        font-size: 1.05rem;
        left: 17px;
    }

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
    width: calc(195px + 70px);
}

    body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a,
    body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a i {
        color: #13419e !important;
    }

        body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a span {
            display: inline;
            padding-left: 17px;
            font-size: 14px;
        }

.mm-active .active {
    color: #2f60c1 !important;
}

.mm-active > a {
    color: #ffffff !important;
    background: #623bcd;
}

#sidebar-menu ul li a:hover {
    color: #ffffff;
}

.metismenu li:hover a i {
    color: #fff !important;
}

ul.sub-menu li a {
    color: #f2f2f2 !important;
    font-size: 15px !important
}

.mm-active > .active > i, .mm-active:hover > .active > i {
    color: #0b754c !important;
}

.mm-active > i {
    color: #ffffff !important;
}

#sidebar-menu ul li a i {
    color: #ffffff;
}

.mm-active > a > i {
    color: #ffffff !important;
}

.metismenu li:hover a {
    background-color: #5934be !important;
    color: #fff !important;
}

.metismenu li:hover ul.sub-menu a {
    background: transparent !important;
}

.metismenu li.mm-active:hover a {
    background: #fff;
}

    .metismenu li.mm-active:hover a i {
        color: #ffffff !important;
    }

.mm-active {
    color: #ffffff !important;
}

    .mm-active .active {
        color: #ffffff !important;
        background-color: #643cd0 !important;
        border: solid 1px rgb(255 255 255 / 75%) !important;
    }

.metismenu li .active i, .metismenu li:hover .active i {
    color: #ffffff !important;
}

ul.sub-menu .mm-active a.active {
    background: transparent !important;
    color: #dfe49d !important;
    border: none !important;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #dfe49d !important;
}


#sidebar-menu .has-arrow:after {
    content: '\eb3a';
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul {
    width: 220px;
    background: #1f5f37;
}

@media (max-width: 991.98px) {
    .logo span.logo-lg {
        display: none;
    }

    .navbar-brand-box {
        background-color: transparent;
    }

        .navbar-brand-box .logo span.logo-sm {
            display: flex;
            align-items: center;
        }

            .navbar-brand-box .logo span.logo-sm h4 {
                margin: 0 0 0 8px;
                font-size: 18px;
                text-align: left;
            }
}





/*Footer*/

a.designed-link {
    color: #643cd0;
}

@media screen and (max-width:767px) {
    footer.footer {
        text-align: center;
    }
}

/*Dashboard*/

.tab-btn, .tab-btn:focus {
    background: #53529a !important;
    color: #ffffff !important;
}

    .tab-btn.active, .tab-btn:hover {
        background: #34c38f !important;
    }

.dash-card-body {
    background: white;
    border-radius: 18px;
    box-shadow: 0px 0px 12px 6px rgb(170 179 224 / 11%);
    padding: 1.5rem !important;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: solid 1px rgb(83 82 154 / 18%);
}

    .dash-card-body:after {
        content: "";
        width: 120px;
        height: 120px;
        background: rgb(100 60 208 / 6%);
        position: absolute;
        border-radius: 100px;
        top: -23px;
        right: -24px;
    }

    .dash-card-body p {
        font-size: 15px;
        letter-spacing: -0.1px;
        font-weight: 400;
        color: #342e44 !important;
    }

    .dash-card-body img {
        width: 51px;
        margin-bottom: 0.7rem;
    }

.faded {
    position: absolute;
    right: 0px;
    width: 100px !important;
    opacity: 0.03;
    top: 0;
}

.card-container {
    background: white;
    padding: 1.5rem !important;
    margin: 0;
    position: relative;
    border: solid 1px rgb(82 81 153 / 9%);
}

.table-card-body {
    background: linear-gradient(161deg, rgb(67 65 143 / 91%) 40%, rgb(113 84 7 / 79%) 100%);
    border-radius: 15px;
}

.upc-expiry-table tr td span {
    width: 22px;
    height: 9px;
    background: red;
    display: inline-block;
    margin-right: 5px;
}

.table-card-body div#datatable_info {
    color: #fff;
}

.table-card-body div#datatable_filter label {
    color: #fff;
}


/*Seed Report Table*/

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(15 80 43 / 30%);
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(15 79 42 / 60%);
}




/*Dashboard*/




/*Datatable*/

.dataTable thead tr th {
    background: #7082ca !important;
    font-size: 13.2px;
    color: white !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px;
    padding: 11px 14px !important;
}

.dataTable tbody tr td {
    font-size: 13.2px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 14px !important;
}

.dataTable tbody tr:nth-child(odd) td {
    background: rgb(241 245 255);
}

.dataTable tbody tr td {
    vertical-align: middle;
}

table.dataTable .form-check .form-check-input {
    margin-left: 0;
}

.table-btn {
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 2px;
}

div#datatable_wrapper .form-control {
    max-height: 35px;
}


/*Horizontal Menu*/

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
    background-color: #eeeef8;
}

body[data-layout=horizontal] .page-content {
    padding: calc(60px + 1.25rem) calc(1.25rem / 2) 60px calc(1.25rem / 2);
}

.topnav {
    background: #37368a;
}

    .topnav .navbar-nav .nav-link {
        color: #c0c2c8;
    }

button.btn.header-item.noti-icon i {
    color: #37368a;
}

button.btn.header-item span, button.btn.header-item i {
    color: #37368a;
}

header#page-topbar, footer.footer {
    background: #37368a;
}

header#page-topbar, footer.footer {
    background: #37368a;
    color: #c0c2c8;
}

.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
    color: #d1b147;
}

.topnav .navbar-nav .dropdown-item {
    color: #c0c2c8;
}

    .topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
        color: #d1b147;
    }

@media (min-width: 992px) {
    .topnav .dropdown:hover > .dropdown-menu {
        background: #37368a;
    }
}
