@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/*---web-fonts---*/

/*---web-fonts---*/
.logo {
    font-family: "Oswald", serif;
}

.box_area {
    border-radius: 0% 0% 25% 25% / 25% 25% 19% 19%;
    background: rgba(19, 98, 2, 0.7);
    height: 70vh;
    color: #fff;
    /* Black color with 50% alpha/opacity */
}

.alert {
    display: block;
    width: 50%;
    background-color: #e5e7e7;
    height:60px;
    position: fixed;
    top:233px;
    bottom: 0px;
    right: 300px;
    z-index: 9999;
    font-size: 23px;
    


    .fa {
        margin-right: .5em;
    }
}

header {
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    height: 187px;
    width: 100%;
    background-size: cover;
    color: #fff;
    background-color: #fff;
    /* margin-bottom: 20px;*/
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;

}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
    height: 35px;
    border-radius: 3px;
    border-color: #d9dbde;
}

.select2-container--default.select2-container--open {
    z-index: 999999;
}

.modal-select2 {
    z-index: 999999;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Nunito", serif;
    font-size: 14px;
    background: #fff;
    letter-spacing: 1px;
}

body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;

}

span.green_font {
    padding: 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

.login_btn {
    border-radius: 20px;
    font-size: 18px;
}

.login_bg {
    background-image: url(../images/login.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 77vh;

}

.login_bg .form-label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
    text-align: left;
}

.login {
    font-size: 22px;
}

.login_input {
    border-radius: 20px;
    background: #fff;
    box-shadow: -2px 11px 14px -2px rgba(0, 0, 0, 0.42);
    height: 40px;
}

.card_bottom {
    border-radius: 0px 0px 19px 19px;
    height: 95%;
    margin-bottom: 18px;
}

.card_top {
    border-radius: 19px 19px 0px 0px;
    height: 95%;
    margin-bottom: 18px;
}

.logo {
    font-size: 29px;
}

a {
    color: #fff;
    text-decoration: none;
}

.green_font {
    color: #146304;
}

h3 {
    font-size: 18px;
}

.height {
    min-height: 455px;
}

.height2 {
    min-height: 405px;
}

.navbar-brand-image {
    height: 3rem;
}

.navbar .navbar-brand {
    padding: 0;
    font-size: 34px;
    color: #fff;
}

.icon_stock {
    width: 20px;
}

.btn-list a {
    color: #fff;
}

.dropdown-toggle:after {
    content: "";
    display: inline-block;
    vertical-align: .306em;
    width: .36em;
    height: .36em;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-right: .1em;
    margin-left: 0.4em;
    transform: rotate(0);
}

ul.dropdown-menu2 {
    display: none;
}

.navbar-nav.me-auto li.dropdown:hover ul.dropdown-menu,
li.dropdown2:hover ul.dropdown-menu2 {
    display: block;
    position: absolute;
    background-color: #d4faff;
    list-style: none;
}

li.dropdown2:hover ul.dropdown-menu2 {
    left: 100%;
    top: 0;
    border-radius: 5px;
    border: 1px solid #009688;
}

label sup {
    color: red;
}

label.form-label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left;
}

.footer {
    background: #146304;
    padding: 5px;
    font-size: 13px;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 9;
}

.footer p {
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

.search {
    border-radius: 30px;
    border: none;
}



table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: center !important;
}

table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: none;

}

.entries {
    margin-top: 0;
}

.pagination {
    margin-top: 0 !important;
}

.pagination>li>a {
    background-color: white;
    color: #4676d7;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #036;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a {
    color: white;
    background-color: #78ff85 ! Important;
    border: solid 1px #4CAF50 ! Important;
    color: #000;
}

.pagination>.active>a:hover {
    background-color: #78ff85 ! Important;
    border: solid 1px #4676d7;
}

.green {
    color: #4CAF50;
}

.blue {
    color: #008CBA;
}

.red {
    color: #f44336;
}

.gray {
    color: #e7e7e7;
}

.black {
    color: #555555;
}


tbody {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #d5ffe5;
}

.nav_box {
    background-color: #2aab84;
    border-radius: 10px;
    min-height: 50%;
    padding: 20px 0px;

}

.nav_box a:hover {
    color: white;
    text-decoration: none;
}

.nav_box_font {
    color: #b8ffe6;
    font-size: 25px;
    font-weight: 600;
}