:root {
    --primary-color: rgb(72 72 72);
    --secondary-color: rgb(236 6 6);
    --white-color: rgb(255 255 255);
    --black-color: rgb(0 0 0);
    --shadow-color: rgb(0 0 0 / 20%);
    --overlay-color: rgb(0 0 0 / 80%);
    --info-color: rgb(48 191 89);
    --warning-color: rgb(255 127 39);
    --error-color: rgb(236 28 36);
    --primary-15: rgb(220 220 220);
    --primary-25: rgb(192 192 192);
    --primary-50: rgb(169 169 169);
    --primary-75: rgb(128 128 128);
    --primary-90: rgb(105 105 105);
    --secondary-15: rgb(249 210 210);
    --secondary-25: rgb(239 143 143);
    --secondary-50: rgb(210 45 45);
    --secondary-75: rgb(223 25 25);
    --secondary-90: rgb(223 13 13);
    --font-size-sm: 0.6em;
    --font-size-md: 1em;
    --font-size-lg: 1.1em;
    --font-size-xl: 1.5em;
    --font-size-2xl: 2em;
    --font-size-3xl: 3em;
    --padding-sm: 0.5em;
    --padding-md: 1em;
    --padding-lg: 1.5em;
    --padding-xl: 2em;
    --padding-2xl: 3em;
    --border-radius-sm: 0.5em;
    --border-radius-md: 1em;
    --border-radius-lg: 1.5em;
    --border-radius-xl: 2em;
    --border-radius-2xl: 3em;
    --margin-sm: 0.5em;
    --margin-md: 1em;
    --margin-lg: 1.5em;
    --margin-xl: 2em;
    --margin-2xl: 3em;
    --space-xs: 0.1em;
    --space-sm: 0.5em;
    --space-md: 1em;
    --space-lg: 1.5em;
    --space-xl: 2em;
    --space-2xl: 3em;
    --size-sm: 0.5em;
    --size-md: 1em;
    --size-lg: 1.5em;
    --size-xl: 2em;
    --size-2xl: 3em;
    --border-1: 0.1em;
    --border-2: 0.15em;
    --border-3: 0.2em;
    --layer-0: -10;
    --layer-1: 0;
    --layer-2: 5;
    --layer-3: 10;
    --layer-4: 20;
    --line-height-1: 1.4em;
    --line-height-2: 1.6em;
    --letter-spaceing-1: 0.1em;
    --letter-spaceing-2: 0.2em;
    --capsule-width: 90vw;
    --capsule-height: 15vh;
    --animate-duration: 1s;
    --animate-delay: 900s;
}

* {
    box-sizing: border-box;
}

a,
button,
input {
    all: unset;
}

.readMoreBttn {
    background: #9b9b9b;
    padding: 5px 12px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
    font-size: 15px;
}

main .content {
    margin-left: 7.6%;
    margin-right: 7.6%;
    width: auto;
    margin-top: 4rem;
    overflow-y: inherit;
}

.readMoreBttn:hover {
    background: linear-gradient(180deg, var(--secondary-color), var(--secondary-50));
}

.appliedBtn {
    background: linear-gradient(180deg, var(--secondary-color), var(--secondary-50));
    padding: 5px 12px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
    font-size: 15px;
}

.viewOfferBtn {
    background: transparent;
    padding: 5px 12px;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 7px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
}

.viewOfferBtn:hover {
    background: linear-gradient(180deg, var(--secondary-color), var(--secondary-50));
    color: #fff;
    border-color: transparent;
}


.sidebar-closed button.text-gray-500.hover\:text-gray-700 {
    position: absolute;
    left: 282px;
}

button.text-gray-500.hover\:text-gray-700 {
    position: absolute;
    left: 13rem;
}

.notification-box {
    width: 265px;
    overflow-y: scroll;
    height: 383px;
    padding-bottom: 15px;
}

a,
button {
    cursor: pointer !important;
}

button.admin_title {
    margin-left: 20px;
}

button.relative.text-gray-600.hover\:text-gray-800.focus\:outline-none {
    margin-top: 5px;
}

.ltr\:origin-top-right.rtl\:origin-top-left {
    width: 144px;
    overflow: hidden;
}

.content .shadow-sm,
.content .shadow-md {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 22px !important;
}

.search-container input {
    border-radius: 8px !important;
}

.search-container input:focus {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) #ed2633;
    border-color: #ed2633;
    box-shadow: none;
    border-width: 2px;
}

.sidebar-closed .content main {
    padding-right: 42px;
    padding-left: 70px;
}


#search-form select.form-select,
#filter-form select.form-select {
    height: 42px !important;
    border-radius: 8px !important;
    border-color: #6b7280;
    border-width: 1px;
}

#search-form select.form-select:focus,
#filter-form select.form-select:focus {
    border-color: #ed2633;
    outline: 0;
    box-shadow: none;
    border-width: 2px;
}

.card.mb-4 {
    border-radius: 22px;
}

.profile_information input#name,
.profile_information input#email,
.profile_information input#update_password_current_password,
.profile_information input#update_password_password,
.profile_information input#update_password_password_confirmation {
    width: 95%;
}

.bg-white.shadow-md.rounded-lg.p-6 {
    width: 100%;
    border-radius: 22px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.form_button button {
    padding: 12px 30px !important;
    border-radius: 22px;
}

ul.list-disc hr {
    margin: 10px 0px;
}

.readMoreBttn {
    background: #9b9b9b;
    padding: 8px 12px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
    font-size: 15px;
}

.para_title-content p {
    padding: 10px;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 16px;
    border-left: 4px solid #ed2633;
    margin-bottom: 12px;
}

.para_title-content p a {
    color: #ed2633 !important;
}

.col_profile-form {
    display: flex;
    padding: 0px;
    gap: 30px;
}

.profile_container {
    width: 100%;
}

.notification-box a.text-blue-500.hover\:underline {
    color: #ed2633;
}

.footer-client-logo-cm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.client-logo-cm {
    border: 0px solid #eee;
    width: 90px;
    display: grid;
    align-content: center;
    padding: 6px;
    height: 40px;
    overflow: hidden;
    justify-content: center;
    border-radius: 2px;
    background: #fff;
}

.client-logo-cm img {
    width: 55px;
}

.client-logo-cm img {
    width: 60%;
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
}

/* =========== //dashborad // =============== */
.container_box-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 22px;
    background: #fff;
}

.dadhboard_title_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container_box-item {
    position: relative;
    background: #f8f9fa;
    border-radius: 24px;
    padding: 5px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    transition: transform 0.3s ease;
    margin-top: 5px;
}


.container_box-item:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.profile-icon img {
    width: 65px;
}

.dadhboard_title_heading select {
    border: 2px solid #ec0606 !important;
    padding: 10px 25px !important;
}

.dadhboard_title_heading input {
    border: 2px solid #ec0606 !important;
    padding: 12px 30px !important;
    width: fit-content;
}

.dadhboard_title_heading select:focus,
.dadhboard_title_heading input:focus {
    box-shadow: none !important;
}

/* .profile-icon {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 15px 30px rgba(231, 76, 60, 0.3),
        0 5px 15px rgba(231, 76, 60, 0.2);
    transform: translateZ(20px);
    transition: transform 0.3s ease;
}

.profile-icon:hover {
    transform: translateZ(20px) scale(1.05);
}

.profile-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 16px;
}

.profile-icon::after {
    content: '';
    width: 32px;
    height: 20px;
    background: white;
    border-radius: 16px 16px 0 0;
    position: absolute;
    bottom: 16px;
} */

.container_box-item .title {
    font-size: 2rem !important;
    font-weight: 900;
    color: #2c3e50;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.container_box-item .list-items {
    margin-bottom: 20px;
}

.container_box-item .list-item {
    height: 12px;
    background: linear-gradient(90deg, #34495e, #2c3e50);
    border-radius: 6px;
    margin-bottom: 12px;
    box-shadow:
        0 4px 8px rgba(52, 73, 94, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.container_box-item .list-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 2s infinite;
}

.container_box-item .list-item:nth-child(1) {
    width: 45%;
}

.container_box-item .list-item:nth-child(2) {
    width: 38%;
}

.container_box-item .list-item:nth-child(3) {
    width: 45%;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.container_box-item .checkmark {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    animation: pulse 2s infinite;
    cursor: pointer;
}

.container_box-item .checkmark:hover {
    transform: translateZ(20px) scale(1.05);
}

@keyframes pulse {

    0%,
    100% {
        transform: translateZ(20px) scale(1);
    }

    50% {
        transform: translateZ(20px) scale(1.05);
    }
}

.container_box-item .checkmark::before {
    content: '';
    width: 24px;
    height: 12px;
    border: 4px solid white;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    margin-top: -4px;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 24px;
}

.floating-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(52, 152, 219, 0.3);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.floating-dot:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-dot:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-dot:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.8;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 30px 25px;
        margin: 20px;
    }

    .title {
        font-size: 2rem;
    }

    .profile-icon,
    .checkmark {
        width: 50px;
        height: 50px;
    }

    .profile-icon::before {
        width: 18px;
        height: 18px;
        top: 12px;
    }

    .profile-icon::after {
        width: 24px;
        height: 16px;
        bottom: 12px;
    }

    .list-item {
        height: 8px;
        margin-bottom: 8px;
    }
}


/* ==================== */
.dadhboard_title_heading {
    margin-bottom: 20px;
}

.dadhboard_title_heading .button-container {
    display: flex;
    gap: 15px;
}

.dadhboard_title_heading .nav-button {
    background: linear-gradient(180deg, var(--secondary-color), var(--secondary-50));
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 0.5em var(--shadow-color);
    text-align: center;
    font-weight: 600;
    font-size: var(--font-size-lg);
    text-transform: capitalize;
}

.dadhboard_title_heading .nav-button:hover {
    background: linear-gradient(180deg, var(--primary-color), var(--primary-50));
    box-shadow: none !important;
}

.dadhboard_title_heading .nav-button.logout_bttn {
    background: linear-gradient(180deg, var(--primary-color), var(--primary-50));
}

.dadhboard_title_heading .nav-button.logout_bttn:hover {
    background: linear-gradient(180deg, var(--secondary-color), var(--secondary-50));
    box-shadow: 0 0 0.5em var(--shadow-color);
}

.form_container-box {
    box-shadow: var(--bs-box-shadow) !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    padding: 30px !important;
    border-radius: 16px !important;
}

.form_container-box .form-group input {
    width: 95%;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.form_container-box .form-group select {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.form_container-box textarea#message_from_user {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.form_container-box .form-group input[type="file"] {
    padding: 8px !important;
    border-radius: 30px !important;
}

.content .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

#vacancy-results p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

select.form-select {
    height: 52px !important;
    border-radius: 8px !important;
    border-color: #6b7280 !important;
    border-width: 2px !important;
}

select.form-select:focus {
    border-color: #ed2633 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-width: 2px !important;
}

.dashboard_title_heading {
    margin-bottom: 15px;
}

#customDateRange input#dateRangePicker {
    height: 30px !important;
    border-radius: 8px !important;
    border-color: #6b7280 !important;
    border-width: 2px !important;
    width: 230px;
}

#customDateRange input#dateRangePicker:focus {
    border-color: #ed2633 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-width: 2px !important;
}

nav.pagination {
    justify-content: center;
}

nav.pagination ul.pagination {
    margin-bottom: 0px;
}

.profile_information p.text-sm button {
    padding: 0px;
    background: transparent;
    margin-top: 8px;
}

.profile_information p.text-sm button:hover {
    color: #ec0606 !important;
    box-shadow: none;
}

.fa-times::before,
.fa-close::before,
.fa-xmark::before {
    content: "\f00d";
    /* This is the '×' symbol */
}

.slide.serviceview .detail .items .item ul {
    padding: 0px;
}



































@media screen and (max-width: 768px) {
    .sidebar-closed button.text-gray-500.hover\:text-gray-700 {
        position: absolute;
        left: 235px;
    }

    .sidebar-closed .content main {
        padding-right: 26px;
        padding-left: 26px;
    }

    button.text-gray-500.hover\:text-gray-700 {
        position: absolute;
        left: 11rem;
    }

    #vacancy-results .col-md-6,
    #job-results .col-md-6 {
        padding: 2px;
    }

    #search-form .col-md-6,
    #search-form .col-md-2,
    #filter-form .col-md-6,
    #filter-form .col-md-2 {
        padding: 0px;
    }

    .search-container input {
        width: 93%;
    }

    .col_profile-form {
        flex-direction: column;
        gap: 0px;
    }

    .profile_container {
        padding: 12px;
    }

    .notification-box {
        left: 50%;
        transform: translateX(-50%);
    }

    main .content {
        margin: 0px;
    }

    .headerlogo {
        width: 10em;
        max-width: 10em;
        padding-left: 15px;
    }

    .container_box-container {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 576px) {

    .navmenus-full>.menubarlogo {
        margin-top: 0px !important;
    }

    .dadhboard_title_heading .nav-button {
        padding: 7px 16px;
        border-radius: 8px;
        font-size: 15px !important;
    }

    a.text-xl.font-semibold.text-gray-800 img.mr-2 {
        display: none !important;
    }

    h1.text-2xl.font-bold.text-gray-800 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    a.inline-block {
        padding: 10px !important;
    }

    .list-disc h3 {
        font-size: 20px;
    }

    ul.list-disc {
        list-style: outside;
        padding-left: 15px !important;
    }

    ul.list-disc ul {
        padding-left: 15px;
    }

    .container.py-5.pt-0 {
        padding: 0px !important;
    }

    .form_container-box {
        padding: 20px !important;
    }

    .form_container-box .form-group input {
        width: 91%;
        box-shadow: var(--bs-box-shadow-sm) !important;
    }

    .form_wrapper .block span {
        font-size: 12px;
    }

    .form_wrapper a.underline {
        font-size: 12px;
    }

    .profile-icon img {
        width: 45px;
    }

    .container_box-item {
        padding: 15px 20px;
    }

    .container_box-item .title {
        font-size: 25px !important;
    }

    h4.mb-4.text-dark {
        font-size: 20px;
    }

    .col-12.d-flex.justify-content-end.gap-2 {
        flex-direction: column;
    }

    button#mobileMenuToggle {
        color: #2e2e2e;
    }

    .dashboard_title_heading.d-flex.justify-content-md-between {
        flex-direction: column;
        row-gap: 12px;
    }

    button#mobileMenuToggle {
        width: 84%;
    }

    button.block {
        width: 86%;
        margin-bottom: 7px;
    }

    div#mobileMenu {
        padding: 10px;
    }

    .mx-2.dashboard_container {
        margin: 0px !important;
    }

    .dashboard_container {
        flex-direction: column;
    }

    #customDateRange input#dateRangePicker {
        width: 84%;
        text-align: left !important;
        height: 27px !important;
    }

    .mobile_logout-bttn {
        display: none;
    }

    select.form-select {
        height: 46px !important;
        border-radius: 8px !important;
        border-color: #6b7280 !important;
        border-width: 2px !important;
        padding: 10px 25px !important;
    }
}

@media screen and (max-width: 320px) {
    h1.text-2xl.font-bold.text-gray-800 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}