@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    height: 100%;
    font-size: 16px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navigation-badge{
    float: right;
    margin: 3px 21px 4px 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a{
    color: inherit;
    text-decoration: none;
}
body {
    font-family: 'roboto', sans-serif, arial, open sans !important;
    font-size: 15px;
    color: #3f3a3a;
    line-height: 1.5;
    cursor: auto;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    background: #eceeee5e;
}

a:hover {
    text-decoration: none;
}

container {
    max-width: 1200px;
    margin: 0 auto;
}

.login-flex-wp .login-form {
    width: 31%;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 24px 26px;
    margin: 0 auto;
}
.login-flex-wp h1 {
    font-size: 27px;
    color: rgb(5 29 61);
    text-align: center;
    line-height: normal;
    margin: 2rem 0px;
    text-transform: capitalize;
}


.login-bg {
    /* background-image: url("../../assets/img/login-bg.jpg"); */
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1000;
    /*opacity: .6;*/
    background: #051d3d;
}

.login----wrapper {
    width: 350px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.main-login-wrapper {
    background-color: transparent;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    padding: 15px;
    width: 100%;
    font-family: Poppins, sans-serif;
}


.login-flex-wp p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-top: 7px;
}

.login-flex-wp p1 {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    text-align: Left;
    margin-bottom: 20px;
    margin-right: 50px;
}

.login-flex-wp p2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: right;
    margin-bottom: 20px;
}


.login-flex-wp a {
    color: #F01E29;
    text-align: center;
    cursor: pointer;
}

    .login-flex-wp a:hover {
        color: #D11217;
        text-decoration: underline;
    }

.login-flex-wp .form-group label {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}



.login-flex-wp input.form-control {
    border: solid 1px #B8B2B2;
    height: 44px;
    font-size: 14px;
    color: #4B4B4B;
    margin-bottom: 16px;
}

.login-flex-wp .form-group {
    position: relative;
    margin-bottom: 1.5rem;
    position: relative;
}

    .login-flex-wp .form-group a.icon-disabled-off {
        height: 28px;
        width: 28px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 8px;
        top: 8px;
    }


    .login-flex-wp .form-group input.pr-44 {
        padding-right: 44px;
    }

.login-flex-wp .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 10px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.login-flex-wp .form-control:focus + .form-control-placeholder,
.login-flex-wp .form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.login-flex-wp button.btn-login {
    background: #051d3d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    width: 100%;
    padding: 10px 24px;
    text-transform: uppercase;
}

    .login-flex-wp button.btn-login:hover {
        background: #dc3545;
    }

    .right-side {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 42px 42px;
    overflow-y: auto;
    height: 100vh;
}

.left-side ul ul.down_menu {
    margin: 10px 0px;
    padding-left: 22px;
}

.left-side ul li i {
    padding-right: 9px;
    color: #5a5a5a;
    font-size: 14px;
}

.left-side ul li:before {
    content: "\25C8";
    padding-right: 7px;
    color: #d1ab61;
}

.left-side ul ul.down_menu li:before {
    display: none;
}

.right-side .pahe-title h2 {font-size: 20px;color: #051d3d;position: relative;padding: 7px 0px;text-transform: uppercase;}

.right-side .pahe-title h2:after {
    content: "";
    position: absolute;
    width: 73px;
    height: 2px;
    background: #d1ab61;
    bottom: 0px;
    left: 0px;
}

.right-side .pahe-title {
    width: 36%;
}

 table.table {
    border: 1px solid #e5dcdc;
    font-size: 14px;
    text-align: left;
}

 table.listTable thead {
    background: #051d3d;
    color: #fff;
}


.main-headilien {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filter a {
    border: 1px solid #0f3900;
    padding: 7px 17px;
    border-radius: 4px;
    font-size: 15px;
    box-shadow: 0px 0px 10px #d8d8d8;
}

.csv a, .filter a {
    border: 1px solid #d1ab61;
    padding: 8px 17px;
    border-radius: 5px;
    font-size: 13px;
    background: #d1ab61;
    color: #ffffff;
    line-height: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.csv i,.import-csv i {
    padding-right: 5px;
}

.search input.form-control {
    font-size: 13px;
    height: 42px;
}

.filter i {
    padding-right: 6px;
}

.csv a:hover, .filter a:hover {
    color: #fff;
    background: #051d3d;
    border: 1px solid #fff;
}

.import-csv a, .filter a {
    border: 1px solid #292825;
    padding: 8px 17px;
    border-radius: 5px;
    font-size: 13px;
    background: #292825;
    color: #ffffff;
    line-height: 13px;
    text-transform: uppercase;
    margin-left: 10px;
    text-decoration: none;
}

.buttons {
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* align-items: center; */
}

a.reset_button, a.reset_button:hover {
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    background: #051d3d;
}
a.reset_button i {
    font-size: 18px;
    font-weight: 500;
}

.search {
    width: 100%;
    position: relative;
}

.search button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #051d3d;
    border: none;
    color: #f8f9fa;
    height: 42px;
    width: 46px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table-head {
    width: 100%;
    display: flex;
    padding-bottom: 22px;
    align-items: center;
    justify-content: end;
    position: relative;
    align-items: center;
}

.filter a {
    background: #d1ab61;
    border: none;
    border-radius: 4px;
    padding: 8px 21px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #d1ab61;
    box-shadow: 0px 0px 10px #d4d8d3;
}

.table-head .filter a i {
    padding-right: 4px;
}

.filter a {
    background: #dc3545;
    border: 1px solid #dc3545;
    margin-right: 10px;
    text-decoration: none;
}


.header-wrapper {
    background: #051d3d;
    margin: 0;
    padding: 14px 42px;
    width: 100%;
    color:#fff;
    font-size: 16px;
}

.header-wrapper .flex-container-header {
    display: flex;
        justify-content: end;
    align-items: center;
}

.header-wrapper .flex-container-header .logo-wp ul {
    display: flex;
    margin: 0px;
}

.header-wrapper .flex-container-header .logo-wp ul li {
    list-style: none;
    padding-right: 31px;
}

.icons-login {
    border: 1px solid white;
    padding: 4px 20px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0px 0px 10px #4d4040;
    height: 31px;
    margin-bottom: 4px;
}

/* Popup Model */

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #051d3d;
    display: block;
    background: #051d3d;
    color: #fff;
}

.modal-header .close {
    margin-top: -2px;
    font-size: 25px;
    color: #fff;
}
.close:focus, .close:hover {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}div#myModal {
    margin-top: 10%;
}a.smaple_file_link {
    margin-left: 14px;
    color: #051d3d;
    font-size: 14px;
    font-weight: 600;
}form.importForm {
    display: grid;
    line-height: 2;
}.itemsLeft ul li a {
    color: #fff;
    text-decoration: none;
}.icons-login a, .icons-login a:hover {
    color: #fff;
    text-decoration: none;
}
.pagination svg.w-5.h-5 {
    max-width: 30px;
    width: 100%;
}
.pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

.pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    justify-content: space-between;
}
.pagination.all-data {
    display: inline;
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
} .headerLogo {
    display: flex;
    align-items: center;
    margin-right: auto;
    justify-content: center;
    filter: brightness(10);
}