.page-top-padding{
    padding: 50px 0;
}
.box-wrapper {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
    box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
}

.overflow-text{
    word-break: break-all;
    white-space: normal;
    overflow-wrap: break-word;
}

.mb-8{
    margin-bottom: 8px;
}

.checkbox-gap {
    gap: 8px;
}

.form-control:focus{
    border-color: unset;
    box-shadow: unset;
}

input[type=checkbox] {
    --active: #a5c5e5;
    --active-inner: #1a1a1a;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #a5c5e5;
    --border-hover: #a5c5e5;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    border-radius: 2px;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s
}

input[type=checkbox]:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    opacity: var(--o, 0);
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 4px;
    top: 1px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg))
}

input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    --o: 1;
    --r: 43deg
}

input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9
}

input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border)
}

input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover)
}

.custom_checkbox input{
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
}
.custom_checkbox label{
    cursor: pointer;
    font-size: 14px;
    color: #1a1a1a;
    display: block;
    text-align: left;
    margin-bottom: 8px;
}
.custom_checkbox label:before{
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #1a1a1a24;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border-radius: 4px;
    top: 4px;
}
.lang_ar .custom_checkbox label:before{
    margin-right: 0px;
    margin-left: 10px;
}
.custom_checkbox label:after{
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 6px;
    height: 12px;
    margin: 1px 6px;
    border: solid #a5c5e5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.lang_ar .custom_checkbox label:after{
    right: 0px;
}
.custom_checkbox input:checked + label:before{    
    border-color: #a5c5e5;
}
.custom_checkbox input:checked + label:after{
    opacity: 1;
}
.custom_checkbox label a{
    font-weight: bold;
    color: #a5c5e5;
}

p{
    margin: 0;
}
[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak{display:none!important}
.error-info{
    display: none;
    font-size: 14px;
}
.hidden-mobile{
    display: block !important;
}
.hidden-desktop{
    display: none !important;
}
.form-group{margin-bottom: 5px;}
.mt-30{
    margin-top: 30px;
}
.cursor-pointer{
    cursor: pointer;
}
.bx-sh {
    -webkit-box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
    box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.04);
}
.white_box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.white_box h6 {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 3px;
}
.card-container{
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: none;
    margin-bottom: 20px;
}
.grey-container{
    background-color: #f5f5f5;
    padding: 20px 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.card-border{
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 20px 20px;
}
.list-border{
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
}
.primary-btn{
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    border-radius: 10px;
    padding: 10px 26px;
}
.primary-btn:hover{
    color: #1a1a1a;
}
.flex-between-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.datepicker .input-group-append .input-group-text{
    border: none;
    border-radius: 8px;
    background: #F7F7F7 !important;
}
.download-sections img.icon, .action-btn img.icon{
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.input-group-append {
    margin-left: -10px;
}
.lang_ar .input-group-append {
    margin-right: -10px;
    margin-left:0px;
}
.info_heading{
    font-size: 22px;
    margin: 0; 
    flex-grow: 1;
    text-align: left;
}
.flex-center-20{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    position: relative;
}
.flex-gap-20{
    display: flex;
    grid-gap: 20px;
    position: relative;
    justify-content: flex-end;
}
.white-button{
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 500;
    color: #424242;
    border-radius: 5px;
    padding: 10px 10px;
    max-width: 153px;
    width: 100%;
    display: inline-block;
}
.white-button:hover {
    background: #DDDDDD;
    color:#1a1a1a;
}
.blue-button{
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    border-radius: 5px;
    padding: 10px 10px;
    max-width: 153px;
    width: 100%;
    display: inline-block;
}
.blue-button:hover{
    color: #1a1a1a;
}
.cancel-button {
    display: inline-block;
    background-color: #fff;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    padding: 8px 40px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.cancel-button:hover{
    color: #1a1a1a;
    background-color: #fff;
    border-color: #1a1a1a;
}
.submit_btn {
    letter-spacing: 0.6px;
    background-color: #a5c5e5;
    color: #1a1a1a;
    border: none;
    border-radius: 10px !important;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: capitalize;
    transition: background-color 0.3s ease;
}
.btn-primary{
    background-color: #a5c5e5 !important;
    background: #a5c5e5 !important;
    color: #1a1a1a !important;
    border: 1px solid #a5c5e5 !important;
    border-radius: 10px;
    font-weight: bold;
}
.btn-apply_right {
    background-color: #a5c5e5;
    color: #1a1a1a;
    font-size: 15px;
    border-radius: 20px;
    font-weight: bold;
}
.submit_btn:hover, .submit_btn:active, .submit_btn:focus {
    background-color: #a5c5e5 !important;
    background: #a5c5e5 !important;
    color: #1a1a1a !important;
}
.submit_btn.float{
    float: right;
}
.submit_btn:disabled {
    cursor: not-allowed;
}
label {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    display: block;
    text-align: left;
    margin-bottom: 8px;
}
.form-control {
    height: 47px;
    line-height: unset;
    border-radius: 6px !important;
    background: #f7f7f7 !important;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    border: 1px solid #dddddd;
}
.form-control::placeholder{
    color: #d1d5db;
    font-weight: 500;
}
.ql-editor.ql-blank::before {
    font-style: normal !important;
    color: #d1d5db !important;
    font-weight: 500;
    font-size: 14px;
}

/* Style the placeholder option (disabled and selected) */
select.form-control option[value=""] {
    color: #d1d5db;
    font-weight: 500;
}

/* Style all options with a non-empty value */
select.form-control option:not([value=""]) {
    color: #1a1a1a !important;
}

/* Ensure the selected value has a different color */
select.form-control {
    color: #d1d5db !important;
}

select.form-control:not(:invalid) {
    color: #1a1a1a !important;
}


.arrow-icon {
    margin-left: 15px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.spin .spinner {
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
    min-height: 16px !important;
    min-width: 16px !important;
    display: inline-block;
}

.spin .spinner::before {
    content: "";
    top: 3px;
    right: 3px;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px dashed #1a1a1a;
    animation: 1s linear infinite spinner;
    display: inline-block;
}

#drjobsloader {
    display: none;
}

#drjobsloader.show {
    display: block;
    position: fixed;
    z-index: 100;
    background-image: url('../../../images/loader.gif');
    background-color: #fff;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.btn i{
    margin-right: 5px;
}
.btn i.fa-long-arrow-right{
    margin-left: 12px;
}

.btn.blue-action-btn {
    display: inline-block;
    background-color: #a5c5e5;
    color: #1a1a1a;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease;
}
.btn.blue-action-btn:hover{
    background-color: #a5c5e5;
    color: #1a1a1a;
}

.btn.dark-blue-action-btn {
    display: inline-block;
    background-color: #a5c5e5;
    color: #1a1a1a;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn.white-action-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #999999;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.margin-adjust-15{
    margin-right: 15px;
}
.mb-25{
    margin-bottom: 25px;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); /* Light blur effect */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
}

/* Smooth Spinning Loader */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #a5c5e5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Loader Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* arabic styles */
.lang_ar label{
    text-align: right;
}
.lang_ar .btn i.fa-long-arrow-right{
    margin-left: 0px;
    margin-right: 12px;
}
.lang_ar .submit_btn.float{
    float: left;
}

.lang_ar .btn i{
    margin-right: 0px;
    margin-left: 5px;
}

.lang_ar .download-sections img.icon, .lang_ar .action-btn img.icon{
    margin-right: 0px;
    margin-left: 10px;
}
.lang_ar .margin-adjust-15{
    margin-right: 0px;
    margin-left: 15px;
}
.lang_ar .info_heading{
    text-align: right;
}

.jconfirm .jconfirm-box .jconfirm-content {
  max-height: none !important;
  overflow: visible !important;
  white-space: normal;        /* allow wrapping */
  word-break: break-word;
  line-height: 1.6;
}


@media (max-width: 767px) {
    .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .lang_ar .custom_checkbox label:after{
        left: unset;
        right: 0px;
    }
    .lang_ar .custom_checkbox label:before{
        margin-right: 0px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 768px) {
    .select2-container .select2-selection--single .select2-selection__rendered{
        border: none !important;
    }
    .hidden-mobile{
        display: none !important;
    }
    .hidden-desktop{
        display: block !important;
    }
}

/* Semantic breadcrumb (AI Hub & pages using nav.breadcrumb + ol) */
nav.breadcrumb {
    list-style: none;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
    padding: 0 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

nav.breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

nav.breadcrumb ol li {
    font-size: 16px;
    color: #1a1a1a;
}

nav.breadcrumb ol li:not(:last-child)::after {
    content: ' / ';
    color: #1a1a1a;
}

nav.breadcrumb ol a {
    font-size: 16px;
    color: #1a1a1a;
}