.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
    display: none;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.mini-sidebar .sidebar {
    width: 60px;
}
.mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap;
}
.mini-sidebar .header .header-left {
    padding: 0 5px;
    width: 60px;
}
.mini-sidebar .page-wrapper {
    margin-left: 60px;
}
.table.dataTable {
    width: 100% !important;
}
#toggle_btn {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 50px;
    padding: 0 10px;
}
.status-yellow {
    background-color: #f5f4f2;
    border: 1px solid #ffbc35;
    color: #ffbc35;
}
.login_titleh3 {
    color: #2224a8;
    text-transform: uppercase;
    margin-top: 10px;
}
.coupon_icon {
    color: darkslategrey;
    font-size: 20px;
    padding: 10px;
    background-color: #eee;
}
.slashvideo {
    width: 19px;
    margin-top: -4px;
}
.dropdown-item:active {
    background-color: #2224a8 !important;
}
.blod_delete {
    color: #e01212 !important;
}
.blog_calender {
    color: #f27e24 !important;
}
.testi_edit {
    background-color: #ececf1;
    border: 1px solid #2224a8;
    color: #2224a8;
    display: none;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 22px;
    text-align: center;
    top: 0;
    width: 20px;
}
.testi_edit:hover {
    background-color: #2224a8;
    color: #fff;
}
.activity-list > li:hover .testi_edit {
    display: inline-block;
}
.faq_border {
    border-top: 1px solid #eee;
    padding-top: 5px;
}
@media only screen and (max-width: 540px) {
    #toggle_btn {
        display: none;
    }
    .modal {
        top: 50px;
    }
}
.bootstrap-tagsinput .badge {
    padding: 1px 7px;
    font-size: 10px;
}
.bootstrap-tagsinput .badge::before {
    content: none;
}
.single-line-text-box {
    border: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 1px 5px;
}
.signImg{
    display:none;
    border:1px solid #ccc;
    width: 100%;
    max-width: 220px !important;
}

label.required::after,strong.required::after {
    content: " *";
    color: red;
}
#importEmployeeModal .modal-backdrop.show,
#importModal .modal-backdrop.show {
    opacity: 0.9 !important;
    background-color: transparent !important;
}
#importEmployeeModal .modal-content,
#importModal .modal-content {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}
#importEmployeeModal .modal-header,
#importModal .modal-header {
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
}
#importEmployeeModal .modal-title
#importModal .modal-title {
    font-weight: bold;
    font-size: 1.25rem;
}
#importEmployeeModal .close,
#importModal .close {
    font-size: 1.5rem;
    color: #000;
    opacity: 0.5;
}
#importEmployeeModal .modal-body,
#importModal .modal-body {
    padding: 1.5rem;
}
#importEmployeeModal .form-control,
#importModal .form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
}
#importEmployeeModal a,
#importModal a {
    color: #3b82f6;
    font-weight: 500;
    text-decoration: none;
}
#importEmployeeModal .modal-footer,
#importModal .modal-footer {
    border-top: 1px solid #e5e7eb;
}
#importEmployeeModal .btn-primary,
#importModal .btn-primary {
    background-color: #4f46e5;
    border-color: #4f46e5;
    border-radius: 6px;
    padding: 0.5rem 1.25rem;
}
#importEmployeeModal .btn-outline-secondary,
#importModal .btn-outline-secondary {
    border-radius: 6px;
    padding: 0.5rem 1.25rem;
}

