.login-page, .register-page{
    background: #ff8fc1;
}
.login-logo, .register-logo{
    margin-bottom: 2em;
}
.card-primary.card-outline{
    border-top: 3px solid #ff2285;
}
.login-page a,
.login-page a:hover{
    color: #ff2285;
}
.login-page .btn-primary{
    background-color: #ff2285;
    border-color: #ff2285;
}
.preloader{
    background: #ff59a3;
}
.preloader img{
    border-radius: 0;
}
.navbar.bg-pink *{
    color: #fff;
}
.dataTables_wrapper tr td:last-child,
.dataTables_wrapper tr th:last-child{
    text-align: right;
}
.dataTables_wrapper tr td.dataTables_empty{
    text-align: center;
}
.category-icons input[type="radio"] {
    display: none;
}
.category-icons i {
    cursor: pointer;
    font-size: 40px;
    padding: 0 5px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.category-icons input[type="radio"]:checked + label > i {
    border-color: #e83e8c;
}
.page-item.active .page-link,
.btn-primary{
    background-color: #ff5ea5;
    border-color: #ff5ea5;
}
.btn-primary:hover{
    background-color: #ed3d8b;
    border-color: #ed3d8b;
}
a{
    color: #ff5ea5;
}
.card-primary:not(.card-outline)>.card-header,
.bg-primary{
    background-color: #ff5ea5 !important;
}
#service-category-table i{
    text-align: center;
    display: block;
    font-size: 30px;
    color: #ff5ea5;
}

.select2-container--default .select2-selection--single{
    padding:6px;
    height: 40px;
    position: relative;
}
table img{
    max-width: 80px;
}
.dropzone {
    border: 2px dashed #6c757d;
    border-radius: 10px;
    background: #f8f9fa;
    padding: 30px;
    text-align: center;
    transition: border-color 0.3s, background-color 0.3s;
}

.dropzone:hover {
    border-color: #007bff;
    background-color: #e9f5ff;
}

.dropzone .dz-message {
    font-weight: 500;
    color: #495057;
    font-size: 16px;
    margin: 20px 0;
}

.dropzone .dz-message::before {
    content: "📁";
    display: block;
    font-size: 48px;
    margin-bottom: 10px;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.dropzone .dz-preview .dz-details {
    padding: 5px;
    text-align: center;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    display: none;
}

.dropzone .dz-preview .dz-progress {
    background: #e9ecef;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.dropzone .dz-preview .dz-upload {
    background: #007bff;
}
.dropzone .dz-button{
    border: none;
    background: none;
}
.sidebar .nav-link  i{
    margin-right: 5px;
}
#staff-table tr th:last-child{
    width: 290px !important;
}
