body {
    font-family: "Cairo" !important;
}
.table-responsive table tbody tr:hover{
    background-color: bisque;
}

.modal {
    padding-left: 0 !important;
}
.invalid-feedback
{
    font-weight: bold;
}
.account-box .inputLogin {
    position: relative;
    -webkit-box-shadow: 0px 0px 3px #0000000d;
    box-shadow: 0px 0px 3px #0000000d;
    border: 1px solid #dfe2e6;
    border-radius: 12px;
    padding: 15px 35px;
}

.account-box label {
    color: #5a5a5a !important;
    font-weight: bold;
    font-size: 12px;
}

.account-box .mdi {
    top: 50%;
    right: 2%;
    color: #444444;
    font-size: 20px;
}

.account-box .password-btn {
    border: none;
    background-color: transparent;
    left: 4%;
    top: 50%;
    cursor: pointer;
}

.modal-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 20px #00000029;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 15px;
}

input::-webkit-input-placeholder {
    color: #c8c8c8 !important;
}

input:-ms-input-placeholder {
    color: #c8c8c8 !important;
}

input::-ms-input-placeholder {
    color: #c8c8c8 !important;
}

input::placeholder {
    color: #c8c8c8 !important;
}

.darkColor {
    color: #5a5a5a !important;
}

.deactive {
    background-color: #bbbbbb;
    padding: 10px 14px;
    color: #fff;
    border-radius: 12px;
    max-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activeted {
    background-color: #2ac599;
    padding: 10px 14px;
    color: #fff;
    border-radius: 12px;
    max-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-muted {
    color: #c8c8c8 !important;
}

.card-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 20px #00000029;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 15px;
}

.card-header {
    background-color: transparent;
}

.app-search {
    width: 100%;
    position: relative;
}

.app-search input {
    height: 38px;
    color: #292929;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    background: #f5f5fb 0% 0% no-repeat padding-box;
    border: 1px solid #eaedf3;
    border-radius: 12px;
}

.app-search button {
    background-color: transparent;
    top: 10px;
}

.app-search button i {
    color: #abafb3;
    font-size: 20px;
}

.mainBtn {
    background-color: #5a5a5a;
    color: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 16px;
    min-width: 120px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mainBtn:hover {
    background-color: #757575;
}

.status-btn {
    border-radius: 50%;
    padding: 2px 8px;
}

.status-btn .mdi {
    font-size: 20px;
    color: #fff;
}

.edit {
    background-color: #2296f7;
}

.delete {
    background-color: #e94550;
}

.btn-abs {
    position: absolute;
}

.navbar-custom .nav-link {
    color: #292929;
}

.rightBox {
    width: 50%;
    height: 100%;
    background-color: #444444;
    border-radius: 0px 15px 15px 0px;
    -webkit-box-shadow: 0px 3px 20px #00000029;
    box-shadow: 0px 3px 20px #00000029;
}

.leftBox {
    height: 100%;
    -webkit-box-shadow: 0px 3px 20px #00000029;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 15px 0px 0px 15px;
    width: 50%;
}

.account-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content .card-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#login {
    min-height: 100vh;
}

@media (max-width: 600px) {
    .deactive,
    .activeted {
        padding: 6px 14px !important;
    }
    .form-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .rightBox {
        display: none !important;
    }
    .leftBox {
        width: 100% !important;
    }
}

.text-gray {
    color: #98a6ad !important;
}

.account-box {
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px;
}
.account-box .account-content {
    padding: 30px;
}


.table td, .table th {
    padding: 0.5rem;
    vertical-align: middle;
}

.btn-circle {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
