i.fa.fa-pencil-square.text-dark {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 8px;
    color: #007c71 !important;
}

div#unm-class {
    position: absolute;
    display: inline-block;
    right: 21px;
}

div#unm-class span{
   font-size: 12px !important;
}


    .switch {
        position: relative;
        display: inline-block;
        width: 36px;
        height: 18px;
    }

    .switch input { display: none; }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .2s;
        border-radius: 20px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .2s;
        border-radius: 50%;
    }

    input:checked + .slider {
        background-color: #28a745;
    }

    input:checked + .slider:before {
        transform: translateX(18px);
    }

    .switch.small {
        width: 60px;
        height: 24px;
    }

    .switch .slider.small {
        height: 24px;
        width: 60px;
        border-radius: 100px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }

    .switch .slider.small:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transform: translateY(-1px);
}

    .switch .slider.small:before {
        display: none;
    }

    .slider:after {
        content: "Available";
        color: white;
        display: block;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        font-size: 11px;
        font-weight: bold;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

    input:checked + .slider:after {
        content: "Away";
    }

    input:not(:checked) + .slider {
        background-color: #28a745 !important;
    }

    input:checked + .slider {
        background-color: #dc3545 !important;
    }

    #statusButton {
    padding: 4px 12px;
    border: 1px solid #28a745;
    border-radius: 12px;
    background: #28a745;
    color: white;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

    #statusButton.away {
        background: #dc3545;
        border-color: #dc3545;
    }

    #statusButton:hover {
        opacity: 0.9;
        transform: translateY(-1px);
    }

    #userStatusBar {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    /* Fix for bulk upload button alignment */
    .btn[data-target="#bulkUploadModal"] {
        position: absolute;
        right: 280px;
        width: 170px;
        height: 31px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    /* Ensure the parent row has relative positioning */
    .card-body .row {
        position: relative;
    }

    /* Fix modal backdrop to not cover header */
    .modal-backdrop {
        top: 120px !important;
    }

   /* for login captcha */
    .captcha-display {
    background: #f8f9fa;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
   }

    .captcha-input {
        font-size: 16px;
        border: 1px solid #ddd;
        padding: 8px;
    }

    .captcha-refresh {
        color: white;
    }


    /* for bg image  */
    .accountbg {
    background-image: url('../images/bg-account.png');
    background-repeat: repeat-x;
    position: absolute;
    height: 50%;
    width: 100%;
    top: 50%;
    }
:root { --primary-color: #007bc7 !important; }
:root { --primary-color: #00619e !important; }
:root { --primary-color: #00298a !important; }
:root { --primary-color: #000f80 !important; }
:root { --primary-color: #ffffff !important; }
:root { --primary-color: #000f81 !important; }
:root { --accent-color: #e29612 !important; }
:root { --accent-color: #e212d1 !important; }
:root { --accent-color: #abb2b5 !important; }