.login-box {
    background: #fff;
    width: 400px;
    margin: 10% auto 0;
    position: absolute;
    left: 0;
    margin-top: 0;
    top: 50%;
    transform: translate(50%, -50%);
    border-radius: 0 30px;
}
/* .login-box {
    background: #fff;
    width: 400px;
    margin: 10% auto 0;
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 30px;
} */
.btn-info, .btn-info.disabled {
    background: #e86f1d;
    border: 1px solid #e86f1d;
}
.light-logo{
    width: 170px;
    margin: 0 19px;
}
.navbar-header {
    background: #026768 !important;
}

.image-box {
    position: relative;
}
.remove-img {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #dc3545;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
}

.imgthumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    aspect-ratio: 1;
    width: 160px;
}
a.dt-button {
    color: #fff !important;
    background: #0a6a6b  !important;
}
.table-responsive {
    overflow-x: hidden;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #e86f1d !important;
    background-color: #e86f1d !important;
}
table .img-thumbnail{aspect-ratio: 1;width: 60px;}
.btn-info {color: #fff;}

/* Dashboard style */
.dashboard-cards .dash-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all .3s ease;
    cursor: pointer;
}

.dashboard-cards .dash-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.dash-card .card-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dash-card .icon {
    font-size: 22px;
}

.dash-card .title {
    font-weight: 600;
    letter-spacing: .5px;
}

.dash-card .card-body {
    margin-top: 20px;
}

.dash-card h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.dash-card small {
    color: #777;
}

.progress-line {
    height: 4px;
    border-radius: 4px;
    margin-top: 18px;
}

/* Color themes */
.green { border-left: 4px solid #28c76f; }
.green .progress-line { background: linear-gradient(90deg,#28c76f,#81fbb8); }

.blue { border-left: 4px solid #0090ff; }
.blue .progress-line { background: linear-gradient(90deg,#0090ff,#6ec6ff); }

.yellow { border-left: 4px solid #f4b400; }
.yellow .progress-line { background: linear-gradient(90deg,#f4b400,#ffe082); }

.orange { border-left: 4px solid #ff7a45; }
.orange .progress-line { background: linear-gradient(90deg,#ff7a45,#ffb199); }

@media only screen and (max-width:1024px){
    .content-wrapper .top-left-part {
        width: 200px;
    }
    .light-logo {
        width: 160px;
        margin: 0 19px;
    }
}
@media (max-width: 480px) {
    .login-box {
        width: 94%;
        position: absolute;
        top: 20%;
        transform: unset;
        left: 3%;
        right: 3%;
    }
    .login-register {
        position: absolute;
    }
    .content-wrapper  .top-left-part {
        width: 170px;
    }
    .light-logo {
        width: 135px;
        margin: 6px 19px;
    }
    .table-responsive {
        overflow-x: unset;
    }
}