.model-p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.model-loading {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    color: #999;
}

.model-err {
    text-align: center;
    font-size: 1rem;
    color: #999;
}

.model-title {
    color: #999;
    font-size: 13px;
}

.model-header-p {
    margin-top: 0;
    margin-bottom: 0 !important;
    width: 100%;
    display: contents;
}

.form-label {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500 !important;
    color: #212529;
}

.tbl_top {
    margin-top: 45px;
}

.curser {
    cursor: pointer;
}

.wrapper-login-body {
    font-family: "Poppins", sans-serif;
    height: 100vh;
}

.w-400 {
    width: 400px;
}


/* STRUCTURE */

.wrapper-login {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    background-color: #183153 !important;
}

.f-p {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.butpad {
    padding: 0px 2px 0px 2px !important;
}

.img_on_model {
    height: 100px;
    width: auto;
    border-radius: 10px;
}

.table-image {
    height: 50px;
    width: 50px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 18px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.img-delete-btn {
    color: red;
    cursor: pointer;
}