.d-none{
    display: none;
}
.notifications {
    max-width: 400px;
}
.notifications p{
    margin-bottom: 5px;
}
.notifications a{
        border-bottom: 1px solid #eee;
}
.d-flex{
    display: flex !important;
}
.alert-body{
    margin-left: 10px;
}
.toggle-password{
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #eaedf1;
    padding: 6px 10px;
    border-radius: 6px;
}
.border-1{
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff; 
}
.sidebar-header-options{
    margin-top: 8px;
}
.table thead > tr > th{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.me-3{
    margin: 0px 3px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-1{
    margin-bottom: 10px !important;
}
.mb-3{
    margin-bottom: 30px !important;
}
.actions {
    list-style-type: none;
    display: flex;
}
.bg-white{
    background-color: #fff;
}
.p20{
    padding: 20px;
}
.my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.toast .toast-title
{
    font-size: 1.4rem !important;
}
.avatar-img{
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 3px;
}
.avatar-fallback {
  width: 40px;
  height: 40px;
  background-color: #6c757d; /* gray */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.rounded-circle{
    border-radius: 50%;
}
.modal-header {
  display: flex;
  justify-content: space-between; 
  align-items: center;            
  text-align: left;              
  width: 100%;
}

.modal-title {
  flex: 1;                       
  text-align: left;      
  margin: 0;
}
.img-detail{
    max-height: 220px;
}
li.paginate_button.page-item.previous a::before {
    content: "\2190"; 
    margin-right: 5px;
}

li.paginate_button.page-item.next a::after {
    content: "\2192"; 
    margin-left: 5px;
}
em{
    color: red !important;
}
form#upload_form .row {
    margin: 0px !important;
}
.select2-container .selection span.select2-selection {
height: 34px;
border: solid #dbe1e8 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:34px !important;
    font-size : 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:4px !important;
}

.dropdown-menu.notifications {
    max-height: 300px;
    overflow: scroll;
}
.deleted_row{
    background-color:#ffe3e3;
}
.justify-content-between{
    justify-content:space-between !important;
}
.text-bold{
    font-weight: bold;
}

        
        .job-share a {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 100px;
    width: 35px;
    display: inline-block;
    text-align: center;
}
 .job-share a .fa-facebook{
     vertical-align:middle;
 }
.job-share .share-whatsapp {
    border-color: #25D366;
    color: #25D366;
}

.job-share .share-whatsapp:hover {
    background: #25D366 !important;
    color: #fff !important;
}

.job-share .share-facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.job-share .share-facebook:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.job-share .share-linkedin {
    border-color: #0077b5;
    color: #0077b5;
}

.job-share .share-linkedin:hover {
    background: #0077b5 !important;
    color: #fff !important;
}
.swal2-html-container {
    font-size: 16px !important;
}
#tableCategory_wrapper .col-sm-12.col-lg-8.text-end{
    text-align: right;
}

#tableCategory_wrapper .col-sm-12.col-lg-8.text-end .dt-buttons .dt-button{
    margin-right: 20px !important;
}

    .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.dataTables_length select {
    width: auto !important;
}
.dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.dataTables_filter input {
    width: auto !important;
}
 .dt-buttons{
    text-align: right !important;
    float:none !important;
    
}
.dt-buttons .dt-button.buttons-collection{
   margin-right:20px;
   background-color:#032a66 !important;
   
  
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    content: '+';
    background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
}
table tbody td{
    font-size:14px !important;
}
.text-capitalized{
    text-transform:capitalize;
}
/*radio button css*/
.radio-group input[type="radio"] {
    display: none; /* hide default radio */
}

.radio-group label {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    background: #f8f8f8;
    transition: 0.3s;
    font-size: 14px;
}

.radio-group label:hover {
    background: #eaeaea;
}

/* Selected state */
.radio-group input[type="radio"]:checked + label {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
/* checkbox css*/

    .feature-card {
    display: block;
    cursor: pointer;
}

.feature-card input[type="checkbox"] {
    display: none; /* hide default checkbox */
}

.card-content {
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 10px 5px;
    text-align: center;
    transition: 0.3s;
    background: #f9f9f9;
    position: relative;

}

.card-content i {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    color: #555;
    
}

/* Hover */
.feature-card:hover .card-content {
    border-color: #007bff;
}

.feature-card input:checked + .card-content i {
    color: #007bff;
}

/* Selected state */
.feature-card input:checked + .card-content {
    border-color: #007bff;
    background: #eef5ff;
}

/* Optional check icon (top-left circle) */
.feature-card input:checked + .card-content::before {
    content: "✔";
    position: absolute;
    top: 8px;
    left: 12px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px 6px;
}
/* Custome media dropzone*/
#drop-area, #drop-area-video {
    display: block;
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
}

#fileElem,#fileElemVideo {
    display: none;
}


#drop-area:hover {
    border-color: #007bff;
    background: #f8faff;
}

#preview {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.preview-item {
    position: relative;
}

.preview-item img,
.preview-item video {
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 6px;
}

#drop-area-video {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

#drop-area-video.highlight {
    border-color: #007bff;
    background: #eef5ff;
}

#preview-video {
    margin-top: 20px;
}

.preview-item {
    position: relative;
    display: inline-block;
}

.input-error {
    border: 1px solid red !important;
}

.field-error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

#nextBtn:disabled {
    opacity: .6;
    cursor: not-allowed;
}


#pageLoader{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.7);
    z-index:999999;
    display:none;
    justify-content:center;
    align-items:center;
    backdrop-filter: blur(3px);
}

.loader-spinner{
    width:60px;
    height:60px;
    border:5px solid #ddd;
    border-top:5px solid #7367f0;
    border-radius:50%;
    animation: spin 1s linear infinite;
}

@keyframes spin{
    100%{
        transform: rotate(360deg);
    }
}
#toast-container *{
    font-size:13px !important;
}
.feature-card .card-content span {
    font-size: 12px !important;
}
.btn-yellow{
    background: #fff943;
    border: 1px solid #b5af0e;
}
.label-purple {
background:#a51ec7;
}


 .summary-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 40px;
}

.payment-summary-card {
    width: 400px;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row span {
    color: #666;
    font-weight: 500;
}

.summary-row strong {
    font-size: 16px;
    color: #222;
}

.summary-row.pending strong {
    color: #e74c3c;
}

.summary-row.paid strong {
    color: #27ae60;
}