* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
}

body,
html {
    height: 100%;
    font-family: sans-serif;
    /* background-color: #e6e6e617 !important; */
}

.container {
    width: 95% !important;
}

header .navbar {
    box-shadow: 0px 4px 24px 0px #0000001f !important;
}

header nav .nav-link {
    font-size: 0.85em;
    font-weight: 400;
    transition: color 0.2s linear;
}

header nav .navbar-nav {
    align-items: center;
}

header nav .nav-link.active {
    color: #7f56d9 !important;
    border-bottom: 1px solid #7f56d9 !important;
}

header nav .nav-link:hover {
    color: #7f56d9;
}

header nav .action_buttons button {
    font-size: 0.75em;
    transition: box-shadow, border-color, transform 0.3s ease;
}

header nav .action_buttons {
    align-items: center;
    margin: auto 0;
}

header nav .action_buttons button:active {
    transform: scale(0.9);
}

header nav .action_buttons .first-btn {
    background-color: #f9f5ff;
    color: #7f56d9;
    border: 1px solid #f9f5ff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

header nav .action_buttons .first-btn:active {
    background-color: #f9f5ff;
    color: #7f56d9;
    border: 1px solid #f9f5ff;
    transform: scale(0.8);
}

header nav .action_buttons .first-btn:hover {
    border-color: #7f56d9;
    box-shadow: 0px 9px 14px 0px #00000021;
    transform: scale(1.02);
}

header nav .action_buttons .second-btn {
    background-color: #7f56d9;
    color: #f9f5ff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

header nav .action_buttons .second-btn:active {
    background-color: #7f56d9;
    color: #f9f5ff;
    border: 1px solid #f9f5ff;
    transform: scale(0.8);
}

header nav .action_buttons .second-btn:hover {
    transform: scale(1.02);
    box-shadow: 0px 9px 14px 0px #00000021;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header nav .action_buttons button {
        font-size: 0.6em;
    }

    header nav .nav-link {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 991px) {
    header nav .action_buttons button {
        font-size: 1em;
    }

    header nav .nav-link {
        font-size: 1em;
    }

    header nav .navbar-nav {
        align-items: start;
    }

    header nav .action_buttons {
        align-items: start;
        margin: 3% 0;
    }

    header nav .dropdown-menu-end[data-bs-popper] {
        right: auto !important;
        left: auto !important;
    }
}

@media (max-width: 576px) {
    header .navbar-brand img {
        height: 30px !important;
    }

    header .navbar .btn {
        width: 100%;
    }
}

header .custom-toggler {
    border: none;
    background: transparent;
    width: 50px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

header .custom-toggler span {
    display: block;
    height: 3px;
    background: #333;
    margin: 5px 0;
    border-radius: 2px;
    transition: 0.3s;
}

header .navbar-toggler:focus,
header .navbar-toggler:active,
header .navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

header nav .btn-close {
    filter: brightness(0) saturate(100%) invert(9%) sepia(78%) saturate(5020%) hue-rotate(1deg) brightness(65%) contrast(120%);
}

header nav .btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* view-profile  */
.view-profile {
    background-color: #e8e8e8;
}

.view-profile .container {
    background-color: white;
    width: fit-content;
}

.view-profile .light-icon {
    color: #888;
    opacity: 0.7;
    transition: opacity 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.view-profile .light-icon:hover {
    color: #7f56d9;
    opacity: 1;
}

.view-profile .light-icon:active {
    transform: scale(0.9);
}

.view-profile .profile-icon {
    width: 100%;
    max-width: 180px;
    height: auto;
}

/* jobs-section */
.jobs-section .container-wrapper {
    display: flex;
}

.jobs-section #job-detail {
    border: 1px solid #00000081;
    border-radius: 8px;
    background: #fff;
    height: fit-content;
    transition: display 2s ease;
}

.jobs-section .job_listings .job-box {
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    box-sizing: border-box;
}

.jobs-section .job-box.border {
    border: 1px solid #7c4dff !important;
}

.jobs-section .job_listings .job-box:hover {
    background-color: #f5f1ff;
}

.jobs-section .job-box.selected {
    border-color: #7c4dff;
    background-color: #f1ebff;
}

.jobs-section .job-box .job-item {
    height: 100%;
}

.jobs-section .job-box.selected .job-item .job-box #applyBtnForm {
    visibility: hidden !important;
}

@media (max-width: 991.98px) {
    .jobs-section .container-wrapper {
        flex-direction: column;
    }

    .jobs-section .job_listings,
    .jobs-section #job-detail {
        max-width: 100%;
    }

    .jobs-section #job-detail {
        border-top: 1px solid #9978e181;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .jobs-section .job_listings {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .jobs-section .job-item {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.jobs-section .job-box.selected .salary {
    background-color: #fafafa !important;
}

.jobs-section .job-box.selected .experience {
    background-color: #fafafa !important;
}

.jobs-section .search_jobs .search_box {
    width: 100%;
}

.jobs-section .search_jobs .search_box button {
    transition: transform 0.2s ease;
}

#flashModal .btn-outline-purple {
    color: #7f56d9;
    border: 1px solid #7f56d9;
    background-color: transparent;
    transition: all 0.2s ease;
}

#flashModal .btn-outline-purple:hover {
    background-color: #7f56d9;
    color: white;
}

/* profile_update  */
.profile_update {
    background-color: #e8e8e8;
}

.profile_update .profile-settings {
    background-color: white;
}

.profile_update input,
.profile_update select {
    border: 1px solid #d5d7da;
    box-shadow: 0px 1px 2px 0px #0a0d120d;
}

.profile_update input:focus,
.profile_update select:focus {
    border: 1px solid #d6bbfb;
    box-shadow: 0 0 0 3px rgba(214, 187, 251, 0.4);
    outline: none;
}

.profile_update label {
    font-weight: 600;
}

.profile_update ::placeholder {
    color: #71768070 !important;
}

.profile_update .experience .btn-check+.btn {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #212529;
    transition: all 0.2s ease;
}

.profile_update .experience .btn-check:checked+.btn {
    background-color: #f2eefb;
    border: 1px solid #7f56d9;
    color: #7f56d9;
    box-shadow: none;
}

.profile_update .experience .btn-check+.btn:hover {
    background-color: #7f56d9;
    border: 1px solid #7f56d9;
    color: #fff;
}

.profile_update .resume .existing-resume button .fa-pen {
    transition: transform 0.2s ease, color 0.2s ease;
}

.profile_update .resume .existing-resume button .fa-pen:hover {
    color: #7f56d9;
    transform: scale(1.02);
}

.profile_update .languages button {
    background-color: #f2eefb;
    border: 1px solid #7f56d9;
    color: #7f56d9;
    box-shadow: none;
    transition: all 0.2s ease;
}

.profile_update .languages button:hover,
.profile_update .languages button:focus,
.profile_update .languages button:active {
    background-color: #7f56d9;
    border-color: #7f56d9;
    color: #fff;
    outline: none;
}

.profile_update .key_skills button {
    background-color: #f2eefb;
    border: 1px solid #7f56d9;
    color: #7f56d9;
    box-shadow: none;
    transition: all 0.2s ease;
}

.profile_update .key_skills button:hover,
.profile_update .key_skills button:focus,
.profile_update .key_skills button:active {
    background-color: #7f56d9;
    border-color: #7f56d9;
    color: #fff;
    outline: none;
}

.profile_update .savebtn {
    background-color: #7f56d9;
    border: 1px solid #7f56d9;
    color: #fff;
    transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.profile_update .savebtn:hover {
    background-color: #f2eefb;
    border: 1px solid #7f56d9;
    color: #7f56d9;
}

.profile_update .cancelbtn {
    color: #535862;
    font-weight: 700;
    transition: transform 0.2s ease, color 0.2s ease, color 0.2s ease;
}

.profile_update .cancelbtn:active {
    transform: scale(0.9);
}

.profile_update .cancelbtn:focus,
.profile_update .cancelbtn:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.profile_update .cancelbtn:hover {
    color: #7f56d9;
}

/* application-status  */
.application-status h1 {
    color: #333;
}

.application-status .status-btn {
    border: 1px solid #7f56d9 !important;
}

.application-status .status-btn.active {
    background-color: #7f56d9;
    color: white;
    border: 1px solid #7f56d9 !important;
}

.application-status .status-table {
    display: none;
}

.application-status .status-table.active {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.application-status .app-card {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    padding: 1rem;
    background: #fff;
    width: 100%;
    max-width: 300px;
    transition: box-shadow 0.3s ease;
}

.application-status .no-content-message {
    text-align: center;
    margin-top: 2rem;
    color: #666;
    width: 100%;
}

.application-status .no-content-message img {
    opacity: 0.5;
    margin-bottom: 1rem;
}

input:required:invalid:focus,
select:required:invalid:focus,
textarea:required:invalid:focus {
    border-color: #fda29b !important;
    box-shadow: 0 0 0 0.2rem rgba(253, 162, 155, 0.25) !important;
}


/* back to top button */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #5A3D9A;
    color: white;
    padding: 10px 15px;
    border-radius: 16px;
    cursor: pointer;
    z-index: 1000;
    border: 1px solid #5A3D9A;
    box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;

}

.back-to-top:hover {
    background-color: white;
    border-color: #5A3D9A;
    color: #5A3D9A;
}

.back-to-top .icon {
    transition: all 0.2s ease;
}

.back-to-top:hover .icon {
    animation: bounce 0.6s infinite alternate ease-in-out;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.back-to-top.show {
    display: block;
}

@media (max-width: 576px) {
    .back-to-top {
        bottom: 25px;
    }
}

.search_box .form-control,
.search_box input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.search_box .form-control:focus,
.search_box input:focus,
.search_box .form-control:hover,
.search_box input:hover,
.search_box .form-control:active,
.search_box input:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
/* wp button */
.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 60px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 230, 118, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 18px rgba(0, 230, 118, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 230, 118, 0);
  }
}


.btn-whatsapp-pulse {
  text-decoration: none;
}
.fa-whatsapp:hover{
    box-shadow: none!important;
}

.btn-whatsapp-pulse {
  bottom: 20px;
}
/* wp button */