body {
    font-size: 1em !important;
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;

}

.myModal {
    position: absolute;
    z-index: 10000;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-disabled {
    background: url(/images/spinner.gif) center no-repeat;
    background-size: 0 0 !important;
}

.loader-enabled {
    background: #f0f1f2 url(/images/spinner.gif) center no-repeat;
    background-size: 50px 50px !important;
}


.login-container {
    position: absolute;
    width: 100%;
    left: 0;
}

.login-box a:hover {
    color: #0E4EF4 !important;
}

.bg-login {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #F48B0E;
    border-radius: 0px 80px 80px 0px;
    background: #0E4EF4;

}

.container-login img {
    height: 100vh;
}


.bg-login h3 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'Poppins';
    font-style: normal;
    color: #FFFFFF;
    width: 100%;
}

label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.form-control {
    border-radius: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.btn-pc {
    width: 455px;
    height: 50px;
    color: #FFFFFF;
    background: #233C7D;
    border: 1px solid #DADADA;
    border-radius: 10px;
    border: transparent;
    font-size: 20px;
}



.field-icon {
    float: right;
    left: -9px;
    top: -30px;
    position: relative;
    z-index: 2;
    color: #adb5bd;
}

a,
a:hover {
    color: #000;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content2 {
    background-color: transparent;
    margin: 15% auto;
    padding: 20px;
    border: none;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.blurred {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    background: rgb(3 39 76 / 80%);
}

.orders-details p {
    margin-bottom: 0rem;
}

.orders-details {
    padding: 1em;
}

.orders-buttons {
    margin: auto;
    justify-content: space-evenly;
}

.btn-secondary {
    width: 30%;
    height: 50%;
    color: #fff !important;
    font-weight: 700 !important;
}

.orders-col h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 5rem;
    letter-spacing: 0.1px;
    color: #000000;
}

.collapsible {
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 2em;
    background: #E8E8E8;
    border: 1px solid #DADADA;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    padding: 15px 0px 0px;
    justify-content: space-around;
    flex-direction: row;
    color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #DADADA;
    font-weight: 400;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-top: -2em;
    margin-bottom: 3em;
}

.activeCol {
    background: #0E4EF4;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
}

.collapsible:after {
    content: '\002B';
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 1rem;
    border: 1px solid #000;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 6px;
}

.activeCol:after {
    color: #fff !important;
    content: "\2212";
    border: 1px solid #fff;
}

.inside-message p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 2rem;
}

#loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("https://i.stack.imgur.com/MnyxU.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#success-message {
    display: none;
}

#fail-message {
    display: none;
}

#acces-message {
    display: block;
}

.hide-btn {
    display: none;
}

#message {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 2rem;
    text-align: center;
}

.success-message {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 2rem;
    text-align: center;
}

.thead-pc {
    background: #E8E8E8;
    border-width: 1px 0px 1px 1px;
    border-color: #DADADA;
    border-radius: 15px 0px 0px 0px;
    font-size: 14px;
}

.table th,
.table td {
    border-bottom: transparent !important;
}

table th:first-child {
    border-radius: 15px 0px 0px 0px;
}

table th:last-child {
    border-radius: 0px 15px 0px 0px;
}

.bills-field:hover {
    background-color: transparent;
}

@media (max-width: 992px) {
    .container-login {
        display: none;
    }
}

@media (max-width: 400px) {
    .btn-pc {
        width: 300px;
    }

    .collapsible {
        padding: 1em;
    }

    .orders-dowload {
        display: flex;
        justify-content: space-evenly;
    }

    .btn-secondary {
        padding: 0.3rem !important;
    }
}

@media (max-width: 460px) {
    .search-bills {
        margin-bottom: 2em;
    }

    .paginationjs.paginationjs-big .paginationjs-size-changer {
        position: absolute;
        top: 50px;
        left: 5px;
    }
}

.loader-disabled {
    background: url(../images/spinner.gif) center no-repeat;
    background-size: 0 0 !important;
}

.loader-enabled {
    background: #f0f1f2 url(../images/spinner.gif) center no-repeat;
    background-size: 50px 50px !important;
}
