/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');*/


/*=====Poppins Font Style*/
@font-face {
    font-family: 'Poppins';
    src: url('../assets/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

.black-text {
    color: #000;
}

.white-text {
    color: #fff;
}

.red-text
{
    color: #FF0000;
}
.red-text-s {
    color: #fa0000;
}

.d-none {
    display: none;
}



.secondary-color {
    color: #ee3158;
}

.error-msg {
    color: #c60c0c;
}

.warning-msg {
    color: #fdcf2b;
}

.notice-msg {
    color: #4a8c78;
}

.modal-width {
    width: 100%;
}

*
{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.detail-margin-15 {

    margin-top: -15px;
}

a
{
    text-decoration: none!important;
    color: #000;
}
.modal-other-documents {
    height: 550px !important;
    overflow: auto !important;
}

.btn-cancel
{
    border-radius: 15px !important;
}
.validation-display
{
    display: inline-block;
}
.validation-border
{
    border: 2px solid #EE3158 !important;
}
/*
Style for customization of scroll bar*/
::-webkit-scrollbar {
    width: 12px;
}
.opacity
{
    opacity: 0.5;
}

.note
{
    font-size: 15px;
}
.tbl-familyBackground tbody
{
    height: 90px;
    overflow: auto;
}

 .family-background-list
  {
     height:275px;
     overflow: auto;
  }

  .tbl-familyBackground thead tr th,
  .tbl-familyBackground tbody tr td {
        font-size: 12px;
        text-align: center;
        padding: 5px;
  }


.version {
    font-size: 12px;
}

.product-ver
{
    padding-left: 25px;
}

.z-index-display {
    z-index: 1200 !important;
}

.primary-text
{
 color: #EE3158;
}

.disabled{
    background: var(--background-primary-hover) !important;
}

::-webkit-scrollbar-thumb {
    background-color: #EE3158; 
    border-radius: 6px; 
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
}

.contact-form-input .form-control {
    background: transparent !important;
    outline: none !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 2px solid var(--primary-background) !important;
    padding: 8px 16px !important;
}

.contact-form-input .form-control:focus {
    border-color: none!important;
        outline: 0;
        box-shadow: none!important;
}
.required-field
{
    border: 2px solid #EE3158 !important;
}
.required-indicator-block
{
    display: inline-block;
    color: red;
    font-size: 25px;
    margin-left: 12px;
}

.required-indicator-hide {
    display: none;
    color: #EE3158;
}

.required-fileinput-text
{
    font-size: 11px;
}


.close-btn, .close-btn-login {
    cursor: pointer;
}

.close-btn-login i
{
    font-size: 25px; 
}

.input-btn-password
{
    border-bottom: none !important;
}
.col-container .form-control,
.form-wrapper .form-control,
.form-wrapper .form-select,
.col-container .form-select,
.form-wrapper .input-group-text {
    font-size: 12px;
    background: transparent !important;
    outline: none !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 2px solid var(--primary-background) !important;
    padding: 8px 3px !important;
}

    .col-container .form-control::placeholder,
    .form-wrapper .form-control::placeholder {
        font-size: 13px !important;
    }

    .col-container .form-control:focus,
    .form-wrapper .form-control:focus,
    .form-wrapper .form-select:focus,
    .col-container .form-select:focus
    {
        border-color: none !important;
        outline: 0;
        box-shadow: none !important;
    }


    .nonActive-page a {
        color: #000 !important;
    }

:root {
    --primary-background: #EE3158;
    --secondary-background: #fff;
    --tietary-bcakground: rgba(235, 235, 235, 0.90);
    --font-color-black: #000;
    --font-color-grey: #BEBEBE;
    --font-color-white: #FFF;
    --form-background-color: #EBEBEB;
    --font-weight-400: 400;
    --font-weight-700: 700;
    --font-size-25: 25px;
    --font-size-20: 20px;
    --font-size-50: 50px;
    /*hover button */

    --background-primary-hover: #FF6786;
}


/*============== HTML Tags ================*/

*:not(.password-textfield):is(input, textarea, select) {
    text-transform: var(--text-transform);
}

/*.back-button
{
    margin-top: 40rem;
}*/

.password-textfield::placeholder {
    text-transform: var(--text-transform);
}

.skillList p {
    text-transform: var(--text-transform);
}

.back-home {
    margin-bottom: 15px;
}
.back-home a
{
    color: #000;
}

.back-home a:hover
{
    cursor: pointer;
    text-decoration: underline !important;
}

.input-field-password
{
    font-size: 12px;
}
.input-field-password::placeholder {
    font-size: 11px;
}
.status-font {
    font-weight: 600;
    font-size: 11px !important;
}

.input-password
{
    width: 50% !important;
    margin-left: 105px !important;
}

.input-password::placeholder
{
    padding-left: 10px;
}

.status-background
{
    background: var(--primary-background) !important;
}

.login-msg, create-act-msg {
    font-size: 14px;
    font-weight: 500;
}

.bold-text
{
    font-weight: 700;
    text-transform: capitalize;
    color: #EE3158;
    transition: .2s all ease-in-out;
    cursor: pointer;
}

.bold-text:hover
{
    color: #FF6786;
}

.font-size-3 {
    font-size: 11px;
}

.font-size-4
{
    font-size: 12px !important;
}
.font-icon
{
    font-size: 19px !important;

}

.btn-index button {
    width: 150px !important;
}
.btn-forgot-pass button
{
    width: 170px !important;
}
.text-content-footer p
{
    font-size: 11px;
}

.icon-exclamation {
    font-size: 60px;
}


.msg-text-jboffer,
.msg-text-jboffer-header {
    font-size: 12px;
}
.msg-text-jboffer-date
{
    font-size: 12px;savedjob-inner-body
    font-weight: 600;
    color: #FF6786;
}
.modal-custom-body {
    height: 500px;
    overflow: auto;
}

.profile-upload input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    background: none;
}

.profile-upload input[type=file] {
    color: transparent;
}

.profile-upload input[type=file]::before {
    content: 'Edit Profile Picture';
    display: inline-block;
    margin-left: 7px;
    width:62.5%;
    background: #EE3158;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}


    /*.modal-backdrop-form {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0) !important;*/ /* fully transparent */
    /*z-index: 9998 !important;
}*/
    .modal {
    transition: opacity 0.3s ease !important;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0; /* Make the backdrop fully transparent */
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex) !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, var(--bs-backdrop-opacity)) !important;
    transition: background-color 0.3s ease !important;
}

.modal-content-p
{
    font-size: 13px;
    font-weight: 500;
}

    .msg-text-jboffer-date span
    {
        font-size: 12px !important;
        color:#000 !important;
    }
    .msg-text-jboffer span {
        font-size: 12px !important;
        font-weight: 500;
        color: #FF6786 !important;
        cursor: pointer;
        text-decoration: underline !important;
    }

 .msg-text-jboffer span:hover
 {
     color:#EE3158 !important;
     font-weight: 800;
 }

    .msg-text {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }
.primary-btn {
    background: var(--primary-background) !important;
    font-size: 13px;
    color: #fff;
    border:none;
    border-radius:8px;
    padding:8px;
    transition: .2s ease-in;
}
.btn-submit-requirements {
    font-weight: 500;
    color: #FF6786;
}

.btn-submit-requirements a
{
    font-size: 12px;
    font-weight: bolder;
    cursor: pointer;
    
}

.btn-submit-requirements a:hover {
    
    text-decoration: underline !important;
}

.btn-submit-requirements:hover a {
        color: #EE3158;
}

.font-1 {
    font-size: 12px;
    text-align: justify;
}

.btn-jobalert
{
    font-size: 12px!important;
}

.fs-btn
{
    font-size: 11px;
}
.fs-10
{
    font-size: 10px;
}

.fs-13
{
    font-size: 13px;
}

.fs-12
{
    font-size: 12px;
}

fs-15
{
    font-size: 15px;
}

.modal-agreement
{
    height:590px !important;
    overflow: auto;
}

.modal-header-secondary
{
    background: var(--primary-background);
}

.form-check-input:checked {
    background-color: #fd0d0d !important;
    border-color: #fd0d0d !important;
}

.confirmation-text
{
    font-size: 13px;
}

.contact-information {
    /* margin-left: 25px;*/
    text-align: right;
    margin-right: 10px;
    color: #FF6786;
    font-weight: 700;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.contact-information:hover
{
    font-weight: 700;
}


 .primary-btn:hover
  {
     background: var(--background-primary-hover) !important;
  }

    .btn-index a {
        color: #fff;
    }
html
{
    font-size: 90.5%;
    scroll-padding-top: 5.5rem;
	scroll-behavior: smooth;
}
.remove-bold
{
    font-weight: var(--font-weight-400) !important;
}

.no-process-msg
{
    
    font-size: 13px;
    font-weight: 600;
    color:#FF6786;
}

.active-pageNumber {
    font-weight: bold;
    font-size: 15px;
    background: #EE3158;
    padding: 10px;
    color: #fff !important;
    border-radius: 50%;
}

.activePage-profile {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
a.nonActive-page {
    color: #000 !important;

}

.btn-default {
    text-decoration: none;
    color: #fff;
}

.error-message {
    width: 30%;
    margin-top: 21px !important;
    margin: auto;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #fce4e4;
    border: 1px solid #cc0033;
  
}

    .error-message p {
        text-align: center;
        color: #cc0033;
    }


.label-style {
    margin-bottom: 20px;
}

.hide-form
{
    display: none;
}
.previous-button {
    border-radius: 50%;
    padding: 8px 16px;
    border: none;
    outline: none;
    background: #f1f1f1;
}

.next-button {
    border-radius: 50%;
    padding: 8px 16px;
    border: none;
    outline: none;
    background: #f1f1f1;
    margin-left: 20px;
}

.input-field,
.input-field-profile,
.input-field-profile-header,
#select-field,
#select-field-profile,
.input_account {
    width: 300px;
    color: rgb(36, 35, 42);
    font-size: 16px;
    line-height: 20px;
    background: transparent;
    margin-bottom: 10px;
    min-height: 28px;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: 4px;
    border-bottom: 2px solid var(--primary-background);
    transition: .1s all ease-in;
    transition: all 0.1s ease 0s;
}

.label-style-profile
{
    padding-top: 8px;
    padding-bottom: 5px;
}

.edit
{
    margin-right: 10px;
}

.input-field:focus,
#select-field:focus
{

    border: 2px solid var(--primary-background);
    
}

.input-field::placeholder
{
    padding: 0 20px 0 20px;
    color: var(--font-color-white);
}


.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.toast {
    display: flex;
    flex-direction: row;
    background-color: #f44336;
    color: white;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.toast-content {
    flex: 1;
}
.textSpan-header {
    color: #EE3158;
    font-weight: 700;
}

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.active-page
{
    text-align:center;
    background: #EE3158;
    width:30px;
    border-radius: 50px;
    outline:none;
    color:#fff;
}
.fa-question-mark
{
    font-size: 60px;
}

.text-content {
    font-weight: 600;
    padding-top: 48px;
}

.btn-primary-default
{
    background: #EE3158 !important;
    color: #fff !important;
    transition: .3s !important;
}

.btn-primary-default:hover
{
    background: #FF6786 !important;
}

.btn-primary-default a
{
    color: #fff !important;
    text-decoration: none;
}
 .active-form {
        display: block !important;
    }

.active-form-profile
{
    display: block !important;
}

.page-wrapper 
{
    margin-top: -18px;
    margin-right: 18px;
}
.job-result {
    font-size: 18px;
    font-weight: bolder;
}

.hidden-pagecontainer {
    display: none;
}

.job-result-wrapper {
    text-align: center;
}

.previous-wrapper {
    margin-top: -18px;
    margin-right: 18px;
}

.next-wrapper {
    margin-top: -18px;
}

.input-field,
.input-field-profile
#select-field {
    width: 300px !important;
    font-size: 15px;
}

.input-field-profile-header,
#select-field-profile {
    width: 300px;
}

.modal-xxl
{
    width:1340px !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.applicant-form-container .checkbox-container {
    display: flex !important;
    align-items: center !important;
    font-size: 12px !important;
    margin-top: 0.25rem !important;
}

.applicant-form-container .checkbox-container input[type="checkbox"] {
    margin-right: 6px !important;
}

.profile-inner-label, profile-inner-label * {
    text-transform: var(--text-transform) !important;
}

@supports (-webkit-appearance: none) and (not (-ms-ime-align: auto)) {
    input[type="password"]::-webkit-credentials-auto-fill-button {
        opacity: 0;
        pointer-events: none;
    }
}

@media only screen and (max-width:768px) {

    .col-container
    {
        display: flex;
        flex-direction: column;
    }

    .tbl-familyBackground tbody
    {
        overflow: auto;
    }


    .input-field-profile, .input-field-profile-header .input-field, #select-field, #select-field-profile {
        width: 200px;
    }
    .next-button i,
    .previous-button i
    {
        font-size: 13px;
    }

    .product-ver
    {
        text-align:center;
    }


    .tbl-familyBackground thead tr th {
        margin: 10px 15px !important;
        font-size: 11px !important;

    }

    .tbl-familyBackground tbody tr td
    {
        font-size: 11px !important;
    }

}

@media only screen and (max-width: 500px)
{
    .col-container .form-control::placeholder,
    .form-wrapper .form-control::placeholder {
        font-size: 11px !important;
    }

    .profile-upload input[type=file]::before {
        margin: 0 0 20px 55px !important;
    }
}

@media only screen and (max-width: 430px)
{
    .profile-upload input[type=file]::before {
      margin-bottom: 15px;
    }

    .msg-text {
        font-size: 11px;
    }
}



@media only screen and (max-width:400px) {
    .input-field-profile,
    .input-field-profile-header
    #select-field-profile {
        width: 150px;
    }
    .profile-upload input[type=file]::before {
        margin: 0 0 10px 25px !important;
        text-align: center;
        font-size: 12px;
        width: 60%;
    }
}

/*======navigation style ======*/
.nav-container
{
    max-width: 1590px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: ce;
}

.nav-left-section .pmc-logo,
.nav-left-section .hr-logo
{
    margin: 35px 15px;
    width: 45px;
}

.nav-right-section
{
    margin: 35px 15px;
}

.nav-right-section li
{
    list-style: none;
    margin-right: 15px;
}

.nav-right-section li a:hover
{
    color: var(--font-color-grey);
    cursor: pointer;
}

.nav-right-section li a
{
    text-decoration: none;
    color: var(--font-color-black);
}

.nav-right-section li a img
{
    width: 28px;
}

.nav-right-section .user-profile
{
    position: relative;
}


.nav-right-section .user-profile-menu
{

    position: absolute;
    background: var(--secondary-background);
    top: 20;
    margin-left: 10px;
    right: 0;
    margin-top: 20px;
    width: 170px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 3px 0px 11px 3px rgba(0,0,0,0.1);
}
.nav-right-section .user-notification-list
{
    position: absolute;
    background: var(--secondary-background);
    margin-top: 20px;
    width:240px;
    height: 250px;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 3px 0px 11px 3px rgba(0,0,0,0.1);
    border-radius: 8px;
}


.nav-right-section .notify
{
    text-align: center;
    background: var(--primary-background);
    width: 23px;
    height: 21px;
    padding: 5px 5px 3px 5px;
    border-radius: 100%;
    position: absolute;
    margin-top: -2.3rem;
    margin-left: 10px;
    color: var(--font-color-white)
}

.nav-right-section .user-notification-list::-webkit-scrollbar{
    width: 10px;
}

.nav-right-section .user-notification-list::-webkit-scrollbar-track{
    background: none;
    padding: 10px;
   
}

.nav-right-section .user-notification-list::-webkit-scrollbar-thumb{
    background: var(--primary-background);
    border-radius: 10px;
}

/* Standard scrollbar styles (for Firefox and other browsers) */
.nav-right-section .user-notification-list {
   scrollbar-color: var(--primary-background) transparent; /* For Firefox */
}
  


.nav-right-section .user-notification-list ul
{
    padding: 0;
}

.nav-right-section .user-notification-list .notification-header
{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 15px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--secondary-background);
    border-bottom: 1px solid var(--form-background-color);
}

.nav-right-section .user-notification-list .notification-header a
{
    font-size: 11px;
    font-weight: var(--font-weight-400);
    text-decoration: underline;
}

.nav-right-section .user-notification-list .notification-header a:hover
{
    text-decoration: underline;
    font-weight: var(--font-weight-700);
}
.nav-right-section .user-notification-list ul label
{
    text-align: center;
    font-weight: var(--font-weight-700);
    font-size: 12px;
}



.nav-right-section .user-notification-list ul label span
{
    margin: 0 0 0 10px;
    font-weight: var(--font-weight-400);
}
.nav-right-section .user-notification-list ul li
{
    padding: 10px 0 0 15px;
    margin:  10px 0 0 0;
    font-size: 11px;
    font-weight: var(--font-weight-400);
    text-align: start;
    padding-bottom: 8px;
    width: 100%;
    transition: .3s all ease-in-out;
    background: transparent;
}


.nav-right-section .user-notification-list ul li:hover
{
    font-size: 13px;
}

.nav-right-section .user-notification-list ul li .header-list
{
    padding-right: 5px;
}

.nav-right-section .user-notification-list ul li .header-list label
{
    margin-right: 10px;
}

.nav-right-section .user-notification-list ul li a:hover
{
    font-weight: var(--font-weight-700);
    color: var(--font-color-black)
}

.nav-right-section .user-notification-list ul li:hover 
{

    cursor: pointer;
    background: var(--secondary-background);
}

.nav-right-section .user-notification-list .footer-notification
{

    position: sticky;
    font-size: 12px;
    background: var(--secondary-background);
    bottom: 0;
    text-align: center;
    padding-bottom: 10px;
}

.nav-right-section .user-notification-list .footer-notification a:hover
{
    text-decoration: underline;
}

.nav-right-section .user-profile-menu.active,
.nav-right-section .user-notification-list.active
{
    display: block;
}

.nav-right-section .user-profile-menu li
{
    margin: 8px 0;
    text-align: left;
    font-size: 11px;
    font-weight: var(--font-weight-700);
    text-transform: capitalize;
    transition: .2s all ease;

}

.nav-right-section .user-profile-menu li:hover
{
    color: var(--font-color-grey);
}

.nav-right-section .user-profile-menu li a span img
{
    width: 20px;
    margin-right: 10px;
}

@media only screen and (max-width: 1625px) {
    .nav-right-section .user-notification-list {
        height: 220px;
        margin-left: -190px;
    }
}

    @media only screen and (max-width: 1440px) {
        .nav-right-section .user-notification-list {
            height: 220px;
            margin-left: -120px;
        }

        .nav-right-section {
            margin: 35px 65px !important;
        }
    }

    @media only screen and (max-width:1360px) {

        .nav-right-section .user-notification-list {
            right: 3rem;
        }

        .nav-right-section .user-profile-menu {
            margin-right: -1rem
        }

        .profile-wrapper .profile-container .form-body-container form {
            width: 820px;
            height: 700px;
        }
    }


    @media only screen and (max-width:1364px) {

        .nav-right-section .user-notification-list {
            right: 1.5rem;
        }
    }


    @media (max-width:1290px) {
        .nav-background {
            background-size: contain;
            min-height: 780px;
        }
    }

    @media (max-width: 1200px) {
        .nav-background {
            background: none;
        }
    }

    @media only screen and (max-width:768px) {

        .nav-left-section {
            display: flex;
        }

            .nav-left-section .pmc-logo,
            .nav-left-section .hr-logo {
                width: 30px;
            }

        .nav-right-section li a img {
            width: 20px;
        }

        .nav-right-section .user-notification-list {
            left: 15;
            right: 0;
        }

        .nav-right-section .user-profile-menu {
            margin-right: 30px;
        }
    }

    @media only screen and (max-width:500px) {
        .nav-right-section .notify {
            width: 16px;
            height: 17px;
            padding: 7px 5px 5px 5px;
            margin: -25px 0 0 7px;
        }


        .resume-content .resume-inner-content ul,
        .educational-content .educational-inner-content ul,
        .trainingSeminar-content .trainingSeminar-inner-content ul,
        .skill-content .skill-inner-content ul,
        .awardCitation-content .awardCitation-inner-content ul,
        .characterReference-content .characterReference-inner-content ul {
            margin-left: -10px;
        }

    }


    /*======sign up wrapper style ======*/

    .signup-wrapper {
        max-width: 1020px;
        margin: auto;
    }

    .reset-wrapper {
        max-width: 600px !important;
    }

    .reset-input {
        width: 100% !important;
    }

    .signup-wrapper .key-pass {
        text-align: center;
    }

        .signup-wrapper .key-pass .font-icon {
            background: var(--primary-background);
            padding: 15px;
            border-radius: 50%;
            font-size: 30px !important;
            color: #fff;
        }

    .signup-wrapper .heading-text {
        font-size: var(--font-size-25);
        text-align: center;
        font-weight: var(--font-weight-700);
        text-transform: uppercase;
    }

    .signup-wrapper .signup-container form {
        background: var(--form-background-color);
        margin: 30px;
        padding: 20px 25px;
        border-radius: 25px;
    }

        .signup-wrapper .signup-container form .signup-form-row {
            margin: 30px 10px;
        }

            .signup-wrapper .signup-container form .signup-form-row input,
            .signup-wrapper .signup-container form .signup-form-row select {
                margin: 0 15px 0 0;
                font-size: var(--font-size-20);
                padding: 20px;
                border: none;
                border-radius: 20px;
                outline: none;
                width: 45%;
            }

                .signup-wrapper .signup-container form .signup-form-row select option {
                    color: #000;
                }

                .signup-wrapper .signup-container form .signup-form-row input::placeholder,
                .signup-wrapper .signup-container form .signup-form-row select {
                    color: var(--font-color-grey);
                }

            /*.signup-wrapper .signup-container form .signup-form-row .signup-textfield-email
{
    width: 100% !important;
}*/

            .signup-wrapper .signup-container form .signup-form-row .signup-textareafield {
                font-size: var(--font-size-20);
                width: 100%;
                border: none;
                border-radius: 20px;
                outline: none;
                padding: 20px;
                resize: none;
            }

                .signup-wrapper .signup-container form .signup-form-row .signup-textareafield::placeholder {
                    color: var(--font-color-grey);
                }

    .signup-container form .btn-upload-container {
        text-align: center;
    }

        .signup-container form .btn-upload-container .label-upload {
            background: var(--secondary-background);
            font-size: var(--font-size-20);
            padding: 15px 10px;
            border-radius: 10px;
            text-align: center;
            cursor: pointer;
            font-size:14px;
        }



            .signup-container form .btn-upload-container .label-upload span img {
                width: 17px;
                margin-left: 10px;
            }

    .signup-container form .signup-agreement-container {
        text-align: center;
        padding: 5px 8px;
        margin-top: 40px;
    }

    .signup-container form .file-name-selected {
        margin-top: 20px;
        text-align: center;
    }

        .signup-container form .file-name-selected span {
            background: #fff;
            padding: 8px 10px;
        }

    .signup-container form .signup-agreement-container .signup-text {
        font-size: 17px;
        font-weight: var(--font-weight-400);
        color: var(--font-color-black);
        letter-spacing: 0.51px;
    }

        .signup-container form .signup-agreement-container .signup-text span {
            font-weight: var(--font-color-black);
            font-weight: bold;
            cursor: pointer;
        }

            .signup-container form .signup-agreement-container .signup-text span:hover {
                text-decoration: underline;
            }


    .signup-container form .btn-signup-container .btn-signup {
        background: var(--primary-background);
        font-size: var(--font-size-20);
        font-weight: var(--font-weight-700);
        text-transform: uppercase;
        color: var(--font-color-white);
        padding: 20px 15px;
        width: 100%;
        border: none;
        outline: none;
        border-radius: 10px;
        transition: .2s all ease-in;
    }

        .signup-container form .btn-signup-container .btn-signup:hover {
            background: var(--background-primary-hover);
        }

    .signup-container form .btn-footer-container {
        width: 100%;
        margin: 10px;
        padding: 5px 15px;
    }

        .signup-container form .btn-footer-container .btn-footer {
            text-align: center;
            font-size: var(--font-size-20);
            font-weight: var(--font-weight-700);
        }

            .signup-container form .btn-footer-container .btn-footer .login-text {
                text-decoration: none;
                color: var(--font-color-black);
                cursor: pointer;
            }

                .signup-container form .btn-footer-container .btn-footer .login-text:hover {
                    border-bottom: 3px solid var(--font-color-black);
                }

    @media only screen and (max-width:768px) {
        .signup-container #signup-form-first-row,
        .signup-container #signup-form-second-row {
            display: flex;
            flex-direction: column;
        }

            .signup-container #signup-form-first-row input {
                width: 100%;
                margin-top: 30px;
            }

            .signup-container #signup-form-second-row
            {
                margin-top:-25px;
            }

            .signup-container #signup-form-second-row input {
                width: 100%;
                margin-top: 30px;
            }

    
        .signup-wrapper .signup-container form .signup-form-row select {
            margin: 25px 15px 25px 0;
            width: 100%;
            font-size: 15px;
        }

        .signup-container #signup-form-second-row .signup-textfield-position {
            margin-top: 30px;
        }

        .signup-container #signup-form-first-row input::placeholder,
        .signup-container #signup-form-second-row input::placeholder,
        .signup-form-row .signup-textfield-email::placeholder,
        .signup-form-row .signup-textareafield::placeholder {
            font-size: 15px;
        }

        .signup-container form .btn-upload-container .label-upload,
        .signup-container form .signup-agreement-container .signup-text,
        .signup-container form .btn-signup-container .btn-signup,
        .signup-container form .btn-footer-container .btn-footer,
        .signup-container form .btn-footer-container .btn-footer {
            font-size: 15px;
        }

        .signup-wrapper .signup-container form .signup-form-row .signup-textfield-email {
            margin-left: -5px;
        }
    }

    @media only screen and (max-width: 500px) {
        .signup-wrapper .heading-text {
            font-size: 18px;
        }

        .signup-container #signup-form-first-row input,
        .signup-wrapper .signup-container form .signup-form-row .signup-textfield-email,
        .signup-container #signup-form-second-row input,
        .signup-wrapper .signup-container form .signup-form-row .signup-textareafield,
        .signup-container form .btn-signup-container .btn-signup {
            font-size: 13px;
            padding: 12px;
        }

        .signup-wrapper .signup-container form .signup-form-row select {
            font-size: 13px;
            padding: 11px;
            margin: 25px 15px 25px 0;
            width: 100%;
        }

        .signup-wrapper .signup-container form .signup-form-row .signup-textfield-email {
            margin-left: -7px;
        }

            .signup-container #signup-form-first-row input::placeholder,
            .signup-wrapper .signup-container form .signup-form-row .signup-textfield-email::placeholder,
            .signup-container #signup-form-second-row input::placeholder,
            .signup-wrapper .signup-container form .signup-form-row .signup-textareafield::placeholder {
                font-size: 13px;
            }

        .signup-wrapper .signup-container form .signup-form-row .signup-textareafield {
            height: 180px;
        }

        .signup-container form .btn-upload-container {
            padding: 10px;
        }

            .signup-container form .btn-upload-container .label-upload,
            .signup-container form .signup-agreement-container .signup-text {
                font-size: 12px;
            }

        .signup-container form .btn-footer-container .btn-footer .btn-footer-text {
            font-size: 12px;
        }
    }
    @media only screen and (max-width:430px) {
        .nav-right-section .user-notification-list {
            right: 19px;
        }

    }



    /*======Modal for login upon clicking in navigation=====*/
    #login-modal .modal-body {
        border-radius: 10px;
    }


    #login-modal .modal-header,
    #login-modal .modal-body,
    #login-modal .modal-footer {
        padding: 15px;
        border: none;
        background: var(--form-background-color);
    }

    #login-modal .login-container form {
        background: var(--form-background-color);
    }

    .password-text-field-container {
        position: relative;
    }

    .password-text-field-container i {
        position: absolute !important;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 1.5rem;
        opacity: 0.6;
    }

    #login-modal .login-container form div .login-textfield,
    #login-modal .login-container form div .password-textfield {
        font-size: var(--font-size-20);
        width: 100%;
        height: 65px;
        border: none;
        border-radius: 10px;
        outline: none;
        padding: 15px;
    }

        #login-modal .login-container form div .login-textfield {
            margin: -5rem 0 30px 0;
        }

        #login-modal .login-container form div input::placeholder {
            color: var(--font-color-grey);
            padding: 10px 15px 8px 10px;
        }

        #login-modal .login-container form .remember-container label {
            font-size: 16px;
            font-weight: var(--font-weight-400);
        }

        #login-modal .login-container form .remember-container input {
            height: 16px;
            width: 16px;
            margin: 0 10px 0 0;
        }

        #login-modal .login-container form .forgot-password-container a {
            font-size: 16px;
            cursor: pointer;
        }

            #login-modal .login-container form .forgot-password-container a:hover {
                color: #EE3158;
                font-weight: var(--font-weight-700);
            }

        #login-modal .login-container form .btn-container button {
            font-size: var(--font-size-20) !important;
            font-weight: var(--font-weight-700);
            margin: 30px 0 25px 0;
            width: 100%;
            height: 60px;
            border: none;
            border-radius: 10px;
            background: var(--primary-background);
            transition: .2s all ease-in;
        }

            #login-modal .login-container form .btn-container button:hover {
                background: var(--background-primary-hover);
            }

        #login-modal .login-container form .not-yet-signup-container p {
            font-weight: var(--font-weight-700);
        }

            #login-modal .login-container form .not-yet-signup-container p a {
                color: #EE3158;
                text-decoration: 2px underline;
                margin: 0 0 0 5px;
                transition: .2s ease-in;
                cursor: pointer;
            }

                #login-modal .login-container form .not-yet-signup-container p a:hover {
                    color: #FF6786;
                }

    @media only screen and (max-width: 450px) {
        #login-modal .login-container form .remember-container label,
        #login-modal .login-container form .forgot-password-container a {
            font-size: 13px;
        }

        #login-modal .login-container form .remember-container input {
            height: 13px;
            width: 13px;
        }
    }



    /*======Modal for Agreement upon clicking Signup Form ======*/

    #agreeModal .modal-body .agreement-row {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: justify;
    }

    #agreeModal .modal-header {
        padding: 0;
    }

    #agreeModal .modal-header,
    #agreeModal .modal-footer {
        border: none !important;
    }


    #agreeModal .modal-body .agreement-row {
        margin: 10px 20px;
        padding: 0px 15px;
    }

        #agreeModal .modal-body .agreement-row img {
            margin-top: -40px;
            width: 20px;
            margin-right: 20px;
        }

        #agreeModal .modal-body .agreement-row .checked-agreement {
            margin-top: -109px;
        }

        #agreeModal .modal-body .agreement-row p {
            font-size: 15px;
            line-height: normal;
            letter-spacing: 0.48px;
        }

    #agreeModal .modal-footer {
        position: relative;
        justify-content: center !important;
        padding: 0 !important;
    }

        #agreeModal .modal-footer .btn-agree {
            position: absolute;
            background: var(--primary-background);
            font-size: var(--font-size-20);
            font-weight: var(--font-weight-700);
            color: var(--font-color-white);
            padding: 15px;
            border: none;
            border-radius: 10px;
            width: 25%;
            text-transform: uppercase;
            transition: .2s all ease;
        }

    .form-check-default:focus {
        border-color: #FF6786 !important;
        box-shadow: -2px 4px 24px -4px rgba(255,103,134,0.75) !important;
    }

    .form-check-default {
        height: 20px !important;
        width: 20px !important;
    }



    #agreeModal .modal-footer .btn-agree:hover {
        background: var(--background-primary-hover);
    }

    @media only screen and (max-width: 768px) {
        #agreeModal .modal-footer .btn-agree {
            font-size: 15px;
            width: 35%;
        }

        #agreeModal .modal-body .agreement-row p {
            font-size: 13px;
            padding: 0;
        }
    }


    /* PMC footer */
    .pmc-footer-container {
        border-top: 1px solid var(--font-color-black);
        margin-top: 200px;
        padding: 25px;
    }

        /*
    .pmc-footer-index {
        margin-top: 0px;
    }*/

        .pmc-footer-container .center-section-footer,
        .pmc-footer-container .left-section-footer {
            font-size: 16px;
            font-weight: var(--font-weight-400);
            line-height: normal;
        }

        .pmc-footer-container .right-section-footer img {
            width: 200px;
        }

    @media only screen and (max-width:768px) {
        .pmc-footer-container {
            flex-direction: column;
        }
    }


    @media only screen and (max-width: 500px) {
        #pmc-footer-wrapper {
            margin-top: 20rem;
        }
    }

    @media only screen and (max-width: 400px) {
        .pmc-footer-container .left-section-footer,
        .pmc-footer-container .center-section-footer {
            font-size: 13px;
        }

        .pmc-footer-container .right-section-footer img {
            width: 130px;
        }
    }
    /*=======Landing page style ======= */

    .nav-background {
        background: url(../assets/alexbachorfwst3ppoeaunsplash-11@2x.png) no-repeat;
        background-size: cover;
        height: 850px;
        margin-top: 0;
    }

    #navbackground-index {
        background: url(../assets/alexbachorfwst3ppoeaunsplash-1@2x.png) no-repeat;
        background-size: cover;
        height: 850px;
        margin-top: 0;
    }

    .nav-background .heading-text {
        font-size: var(--font-size-50);
        text-shadow: 0px 10px 10px rgba(255, 255, 255, 0.25);
        font-weight: var(--font-weight-700);
        text-align: center;
        margin-top: 13rem;
        line-height: normal;
        letter-spacing: 10px;
        text-transform: uppercase;
    }

        .nav-background .heading-text span {
            color: #fff;
        }

    .nav-background .search-form {
        max-width: 1240px;
        margin: auto;
        margin-top: 20px;
        border-radius: 30px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        background: var(--form-background-color);
        opacity: 0.9;
    }

        .nav-background .search-form form .second-form-row {
            margin-top: -30px;
        }

        .nav-background .search-form form .first-form-row .jobtitle-container,
        .nav-background .search-form form .first-form-row .location-wrapper {
            margin: 25px;
            padding: 15px 20px;
        }



        .nav-background .search-form form .first-form-row div span {
            margin-top: -10px;
            background: var(--font-color-white);
            padding: 16px 0 17px 15px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .nav-background .search-form form .second-form-row div .img-dropdown {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            padding-right: 15px;
            padding-top: 22px;
            padding-bottom: 18px;
        }


        .nav-background .search-form form .first-form-row div span img {
            width: 20px;
            height: 20px;
        }

        .nav-background .search-form form .first-form-row div input {
            width: 325px;
            padding: 15px;
            font-size: 15px;
            border: none;
            outline: none;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            .nav-background .search-form form .first-form-row div input::placeholder {
                font-size: 15px;
                color: var(--font-color-grey);
            }

        .nav-background .search-form form .first-form-row button {
            margin: 25px 65px;
            letter-spacing: 0.75px;
            font-size: var(--font-size-20);
            font-weight: var(--font-weight-700);
            background: var(--primary-background);
            padding: 8px;
            border: none;
            border-radius: 10px;
            color: var(--font-color-white);
            width: 210px;
            outline: none;
            text-transform: uppercase;
            transition: .2s all ease;
        }

            .nav-background .search-form form .first-form-row button:hover {
                background: var(--background-primary-hover);
            }


        .nav-background .search-form form .second-form-row div input {
            width: 393px;
            padding: 15px;
            font-size: var(--font-size-20);
            border: none;
            outline: none;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

    
    @media only screen and (max-width: 1450px) {
        .nav-background .heading-text {
            margin-top: 9rem;
        }

        .nav-background {
            height: 750px;
        }
    }

    @media only screen and (max-width: 1360px) {
        #navbackground-index {
            height: 550px !important;
        }
    }

    @media only screen and (max-width: 1300px) {
        .nav-background .search-form form .first-form-row div input {
            width: 320px;
        }
    }

    @media only screen and (max-width: 1240px) {
        .nav-background .search-form form .first-form-row div input {
            width: 260px !important;
        }
    }

    @media only screen and (max-width: 1160px) {
        .nav-background .search-form {
            max-width: 900px;
            margin: auto;
        }

        .nav-background .search-form form .first-form-row div input {
            width: 185px !important;
        }

        .nav-background .search-form form .first-form-row div input::placeholder,
        .nav-background .search-form form .first-form-row div input {
            font-size: 16px;
        }

        .nav-background .search-form form .first-form-row div span {
            padding: 17px 0 17px 15px;
        }

        .nav-background .search-form form .first-form-row button {
            width: 150px;
        }

        .nav-background .search-form form .first-form-row button {
            font-size: 15px;
        }
    }

    @media only screen and (max-width: 1140px) {
        .nav-background .search-form form .first-form-row div input {
            width: 380px;
        }
    }

    @media only screen and (max-width: 1130px) {
        .nav-background .search-form form .first-form-row div input {
            width: 375px;
        }
    }



    @media only screen and (max-width:1121px) {

        .nav-background .heading-text {
            margin-top: 11.5rem;
        }

        .nav-background .search-form form .first-form-row .jobtitle-container,
        .nav-background .search-form form .first-form-row .location-wrapper {
            margin: 20px 15px;
        }

        .nav-background .search-form form .first-form-row {
            display: flex;
            flex-direction: column;
        }

            .nav-background .search-form form .first-form-row div input {
                width: 300px !important;
            }

                .nav-background .search-form form .first-form-row div input::placeholder,
                .nav-background .search-form form .first-form-row div input {
                    font-size: 15px;
                }

            .nav-background .search-form form .first-form-row div span {
                padding: 16px 0 16.5px 15px
            }

        .nav-background .search-form form .second-form-row div input {
            width: 282px;
        }

        .job-description-container {
            max-width: 984px !important;
            margin: auto;
        }

            .job-description-container .job-description-body {
                width: 990px !important;
            }
    }

    @media only screen and (max-width: 1020px) {


        #navbackground-index {
            background: none;
        }

        .nav-background .heading-text span {
            color: #000;
        }

        .nav-background .heading-text {
            font-size: 35px;
            margin-top: 145px;
        }
    }

    @media only screen and (max-width: 1025px) {
        .job-description-container {
            max-width: 935px !important;
        }

            .job-description-container .job-description-body {
                width: 930px !important;
            }
    }

    @media only screen and (max-width: 850px) {
        .nav-background .search-form form .first-form-row div input {
            width: 200px !important;
        }

            .nav-background .search-form form .first-form-row div input::placeholder {
                font-size: 14px;
            }
    }

    @media only screen and (max-width: 768px) {
        #navbackground-index {
            background: none;
        }

        .nav-background .heading-text {
            font-size: 17px;
            margin-top: 5rem;
        }

            .nav-background .heading-text span {
                color: #000;
            }

        .nav-background .search-form {
            max-width: 580px;
            height: 340px !important;
        }

            .nav-background .search-form form .first-form-row {
                justify-content: center;
                margin: 0 0 -4.4rem 0;
            }

                .nav-background .search-form form .first-form-row div {
                    margin: 10px 0 30px 0;
                    display: flex;
                    justify-content: center;
                }

                .nav-background .search-form form .first-form-row button {
                    width: 190px;
                }

                .nav-background .search-form form .first-form-row div input::placeholder {
                    font-size: 13px !important;
                }


            .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            .nav-background .search-form form .first-form-row button,
            .nav-background .search-form form .second-form-row .location-wrapper {
                font-size: 15px;
                margin-bottom: -30px;
            }

            .nav-background .search-form form .first-form-row div input {
                font-size: 15px;
            }

            .nav-background .search-form form .first-form-row div input {
                width: 245px !important;
            }

            .nav-background .search-form form .second-form-row div input {
                width: 240px !important;
            }


            .nav-background .search-form form .second-form-row div .joblist-dropdown {
                width: 195px !important;
                margin-top: 4px;
            }

            .nav-background .search-form form .first-form-row div input::placeholder,
            .nav-background .search-form form .second-form-row div input::placeholder {
                font-size: 16px;
            }

            .nav-background .search-form form .first-form-row div span {
                margin-top: 0px;
                background: var(--font-color-white);
                padding: 15px 0 15px 15px;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

        .nav-background .search-form {
            width: 70%;
        }

            .nav-background .search-form form .first-form-row div {
                margin: 10px 15px;
                padding: 10px 8px;
                width: 20%;
            }

            .nav-background .search-form form .second-form-row {
                flex-direction: column;
            }

        .nav-background .heading-text-index {
            color: #000;
        }
    }

    @media only screen and (max-width:900px) {
        .nav-background .search-form {
            max-width: 710px;
        }

        .job-description-container {
            max-width: 750px !important;
            margin: auto;
        }

            .job-description-container .job-description-body {
                width: 690px !important;
            }

        .nav-background .search-form form .first-form-row div input {
            font-size: 16px;
            width: 250px;
        }

        .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container {
            height: 150px;
            width: 250px;
        }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container input {
                margin-right: 13px;
                margin-left: -11px;
            }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container label {
                font-size: 10px;
                margin-right: -26px;
            }


        .nav-background .search-form form .first-form-row div input::placeholder,
        .nav-background .search-form form .second-form-row div input::placeholder {
            font-size: 14px;
        }

        .nav-background .search-form form .first-form-row button {
            font-size: 16px;
            width: 150px;
        }

        .nav-background .search-form form .first-form-row div span {
            padding: 17px 0 17px 15px;
        }

        .nav-background .search-form form .second-form-row div input {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            width: 243px;
        }

        .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown {
            width: 167px !important;
        }

        .nav-background .search-form form .second-form-row div .img-dropdown {
            margin-right: 10px;
        }

        nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }
    }

    @media only screen and (max-width: 850px) {
        .nav-background .search-form form .second-form-row div input,
        .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown {
            width: 190px !important;
        }

        .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container {
            height: 160px;
            width: 275px;
        }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container input {
                margin-right: -60px;
                margin-left: -83px;
            }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container label {
                font-size: 12px;
            }
    }

    @media only screen and (max-width:768px) {

        .nav-background .search-form {
            width: 410px !important;
        }

            .nav-background .search-form form .second-form-row div input {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                width: 245px !important;
            }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown {
                width: 245px !important;
            }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container {
                height: 89px;
                width: 260px;
            }

                .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container input {
                    height: 12px;
                    margin-right: -92px;
                    margin-left: -114px;
                }

                .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container label {
                    font-size: 11px;
                }
    }

    @media only screen and (max-width: 550px) {
        .job-description-container {
            margin-top: 30px !important;
        }
    }

    @media only screen and (max-width: 500px) {

        .job-description-container {
            margin-top: -30rem !important;
        }

        .nav-background .heading-text {
            font-size: 17px !important;
        }

        .nav-background .search-form form .first-form-row div input {
            width: 195px !important;
        }

            .nav-background .search-form form .first-form-row div input::placeholder,
            .nav-background .search-form form .second-form-row div input::placeholder {
                font-size: 11px !important;
            }

            .nav-background .search-form form .first-form-row div input::placeholder,
            .nav-background .search-form form .second-form-row div input::placeholder,
            .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdow {
                font-size: 13px;
            }

        .nav-background .search-form form .second-form-row div span {
            padding: 13px 0 15px 15px;
        }


            .nav-background .search-form form .second-form-row div span img {
                width: 18px;
                height: 18px;
            }

        .nav-background .search-form form .first-form-row div input {
            font-size: 13px;
            width: 195px;
        }

        .nav-background .search-form form .second-form-row div input {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            width: 193px !important;
            font-size: 12px;
        }

        .nav-background .search-form form .second-form-row div .img-dropdown {
            padding-top: 13px;
            padding-bottom: 15px;
        }

        .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown {
            width: 198px !important;
            margin-left: 0px;
        }

        .nav-background .search-form form .first-form-row div input::placeholder,
        .nav-background .search-form form .second-form-row div input::placeholder {
            font-size: 12px;
        }

        .nav-background .heading-text {
            padding: 0 15px 0 15px;
        }

        .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container {
            height: 120px !important;
            width: 200px;
        }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container label {
                margin-right: -98px;
                font-size: 9px !important;
            }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container input {
                width: 13px !important;
                height: 10px;
                margin-left: 0px !important;
            }

            .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container label {
                margin-left: 98px;
                font-size: 10px;
            }

        .recent-post-job-container .heading-text {
            margin-top: -17rem !important;
        }
    }

    @media only screen and (max-width: 450px) {


        .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown {
            width: 200px !important;
        }


        .nav-background .search-form form .first-form-row div input,
        .nav-background .search-form form .second-form-row div input {
            width: 200px !important;
        }
    }

    @media only screen and (max-width: 430px) {
        .job-description-container .job-description-body {
            height: 1540px !important;
        }

            .job-description-container .job-description-body .posted-date p,
            .job-description-container .job-description-body .job-title,
            .job-description-container .job-description-body .job-scoped,
            .job-description-container .job-description-body .job-location,
            .job-description-container .job-description-body .job-description-inner .job-summary p,
            .job-description-container .job-description-body .job-description-inner .job-responsibility ul li,
            .job-description-container .job-description-body .job-description-inner .job-qualification ul li,
            .job-description-container .job-description-body .job-description-inner .job-types label,
            .job-description-container .job-description-body .job-description-inner .job-salary,
            .job-description-container .job-description-body .job-description-inner .benefits ul li,
            .job-description-container .job-description-body .job-description-inner .schedule ul li,
            .job-description-container .job-description-body .job-description-inner .supplemental ul li {
                font-size: 12px !important;
            }

            .job-description-container .job-description-body .job-description-inner .job-summary h4,
            .job-description-container .job-description-body .job-description-inner .job-responsibility h4,
            .job-description-container .job-description-body .job-description-inner .job-qualification h4,
            .job-description-container .job-description-body .job-description-inner .benefits h4,
            .job-description-container .job-description-body .job-description-inner .schedule h4,
            .job-description-container .job-description-body .job-description-inner .supplemental h4 {
                font-size: 13px !important;
            }

            .job-description-container .job-description-body .btn-container {
                margin-right: 50px !important;
            }

                .job-description-container .job-description-body .btn-container button {
                    font-size: 13px !important;
                    height: 40px !important;
                    width: 160px !important;
                }
    }

    @media only screen and (max-width: 420px) {
        .nav-background .search-form {
            width: 330px !important;
        }

            .nav-background .search-form form .first-form-row button {
                font-size: 12px;
                width: 130px;
            }

        .job-description-container .job-description-body .btn-container button {
            width: 130px;
            font-size: 11px !important;
            height: 33px;
        }

        .nav-background .search-form form .first-form-row div input {
            width: 205px !important;
        }

            .nav-background .search-form form .first-form-row div input::placeholder,
            .nav-background .search-form form .second-form-row div input::placeholder {
                font-size: 11px;
            }
    }

    @media only screen and (max-width: 415px) {
        .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container {
            height: 92px !important;
            width: 200px;
        }
    }

    @media only screen and (max-width:400px) {
        .nav-background .search-form form .second-form-row .job-specialization-wrapper .job-specialization-container {
            width: 200px;
        }
    }

    @media only screen and (max-width: 390px) {
        .job-description-container {
            margin-top: -33rem !important;
        }

            .job-description-container .job-description-body .posted-date p,
            .job-description-container .job-description-body .job-scoped,
            .job-description-container .job-description-body .job-location,
            .job-description-container .job-description-body .job-title,
            .job-description-container .job-description-body .job-description-inner .job-responsibility ul li,
            .job-description-container .job-description-body .job-description-inner .job-qualification ul li,
            .job-description-container .job-description-body .job-description-inner .job-types label,
            .job-description-container .job-description-body .job-description-inner .job-salary,
            .job-description-container .job-description-body .job-description-inner .benefits ul li,
            .job-description-container .job-description-body .job-description-inner .schedule ul li,
            .job-description-container .job-description-body .job-description-inner .supplemental ul li {
                font-size: 11px !important;
            }

            .job-description-container .job-description-body .job-description-inner .job-responsibility h4,
            .job-description-container .job-description-body .job-description-inner .job-summary h4,
            .job-description-container .job-description-body .job-description-inner .benefits h4,
            .job-description-container .job-description-body .job-description-inner .schedule h4,
            .job-description-container .job-description-body .job-description-inner .supplemental h4,
            .job-description-container .job-description-body .job-description-inner .job-qualification h4 {
                font-size: 12px !important;
            }

            .job-description-container .job-description-body {
                height: 1540px !important;
            }

        .nav-background .heading-text {
            font-size: 12px !important;
        }

        .job-description-container .heading-text {
            font-size: 14px !important;
            margin-right: 10px !important;
        }

        .job-description-container .job-description-body .job-description-inner .job-summary p {
            font-size: 11px !important;
            line-height: 1.5 !important;
        }
    }

    @media only screen and (max-width: 300px) {
        .nav-background .search-form form .first-form-row div input {
            width: 244px !important;
        }
    }

    .recent-post-job-container {
        max-width: 1240px;
        margin: auto;
        margin-top: -5rem;
    }

        .recent-post-job-container .heading-text {
            margin-top: 10rem;
            font-size: var(--font-size-25);
            font-weight: var(--font-weight-700);
            letter-spacing: 0.75px;
            line-height: normal;
        }

        .recent-post-job-container .job-posted-container .job-posted {
            width: 100%;
            margin-top: 30px;
            background: var(--form-background-color);
            border-radius: 30px;
        }

            .recent-post-job-container .job-posted-container .job-posted .left-section-job-details,
            .recent-post-job-container .job-posted-container .job-posted .right-section-job-details {
                margin: 40px 50px;
            }

                .recent-post-job-container .job-posted-container .job-posted .left-section-job-details label {
                    font-size: var(--font-size-20);
                    font-weight: var(--font-weight-700);
                    letter-spacing: 0.6px;
                    line-height: normal;
                    color: var(--primary-background);
                    text-decoration: underline;
                }

                    .recent-post-job-container .job-posted-container .job-posted .left-section-job-details label:hover {
                        cursor: pointer;
                        font-weight: bolder;
                    }

                .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-team {
                    font-size: 16px;
                    font-weight: 600;
                }

                .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-type {
                    margin-top: -15px;
                    font-size: 15px;
                    font-weight: 300;
                }

                .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-location {
                    margin-top: -15px;
                    font-size: 15px;
                    font-weight: var(--font-weight-400);
                    letter-spacing: 0.48px;
                }

                .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-posted-date {
                    text-align: end;
                    margin-right: 35px;
                    font-size: 14px;
                    font-weight: var(--font-weight-400);
                    letter-spacing: 0.42px;
                }

                .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-apply-btn button {
                    margin: 5px 30px;
                    background: var(--primary-background);
                    font-size: var(--font-size-20);
                    color: var(--font-color-white);
                    font-weight: var(--font-weight-700);
                    text-transform: uppercase;
                    border: none;
                    border-radius: 10px;
                    outline: none;
                    padding: 10px;
                    width: 180px;
                    transition: .2s all ease;
                }

                    .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-apply-btn button a {
                        text-decoration: none;
                        color: var(--font-color-white);
                    }

                    .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-apply-btn button:hover {
                        background: var(--background-primary-hover);
                    }

                    .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-apply-btn button img {
                        width: 20px;
                        margin-right: 10px;
                    }

        .recent-post-job-container .job-post-pagination,
        .job-list-container .job-post-pagination {
            display: flex;
            justify-content: end;
            margin-top: 30px;
            list-style: none;
            text-align: end;
            color: var(--font-color-black);
        }

            .recent-post-job-container .job-post-pagination li,
            .job-list-container .job-post-pagination li {
                margin: 10px;
                cursor: pointer;
            }

                .recent-post-job-container .job-post-pagination li:hover
                .job-list-container .job-post-pagination li:hover {
                    cursor: pointer;
                    text-decoration: underline;
                    font-weight: var(--font-weight-700);
                }

                .recent-post-job-container .job-post-pagination li a,
                .job-list-container .job-post-pagination li a {
                    color: #000;
                    text-decoration: none !important;
                }

    @media only screen and (max-width: 1020px) {

        .recent-post-job-container {
            margin-left: 20px !important;
            margin-right: 20px !important;
        }

            .recent-post-job-container .heading-text {
                margin-top: 7rem !important;
            }
    }


    @media only screen and (max-width: 768px) {
        .nav-container {
            display: flex;
            justify-content: space-between;
        }

        .nav-background {
            background: none;
        }


        .recent-post-job-container {
            max-width: 700px;
            margin: auto;
        }


            .recent-post-job-container .job-posted-container {
                display: flex;
                flex-direction: column;
                margin-left: 85px;
            }

                .recent-post-job-container .job-posted-container .job-posted {
                    width: 80%;
                    margin: 30px 45px;
                }

            .recent-post-job-container .job-post-pagination {
                overflow-x: auto;
                margin-left: -20px;
            }

            .recent-post-job-container .heading-text {
                font-size: 18px;
                margin-top: -8rem !important;
                text-align: center;
            }

            .recent-post-job-container .job-posted-container .job-posted {
                flex-direction: column;
            }

                .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-posted-date {
                    margin-top: -5rem;
                    text-align: end;
                    margin-right: -10px;
                }

                .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-apply-btn {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }

                .recent-post-job-container .job-posted-container .job-posted .left-section-job-details label {
                    font-size: 18px;
                }

                .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-apply-btn button {
                    font-size: 15px;
                    width: 100%;
                    margin-top: 20px;
                }
    }

    @media only screen and (max-width: 450px) {
        .recent-post-job-container .job-posted-container {
            margin-left: -1px;
        }
    }

    @media only screen and (max-width: 400px) {
        .recent-post-job-container .job-posted-container {
            max-width: 300px;
            margin: auto;
            margin-right: 35px;
        }

            .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-apply-btn button {
                font-size: 12px;
            }

            .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-posted-date,
            .recent-post-job-container .job-posted-container .job-posted .left-section-job-details label,
            .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-team,
            .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-location {
                font-size: 11px;
            }
    }

    @media only screen and (max-width: 380px) {

        .recent-post-job-container .job-posted-container .job-posted .right-section-job-details .job-posted-date,
        .recent-post-job-container .job-posted-container .job-posted .left-section-job-details label,
        .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-team,
        .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-location {
            font-size: 13px;
        }

        .recent-post-job-container .job-posted-container .job-posted .left-section-job-details .job-type {
            font-size: 13px;
        }

        .nav-background .heading-text {
            font-size: 30px !important;
        }
    }

    /*======Search Job Style ======*/

    .form-search-wrapper {
        width: 100%;
    }

        .form-search-wrapper .form-search-container {
            background: var(--form-background-color);
        }

    .form-search-container form .row-form {
        margin: 20px 10rem;
        padding: 20px 25px;
    }


    .form-search-container form .first-row div {
        margin: 40px 15px 0;
    }

        .form-search-container form .first-row div span,
        .form-search-container form .second-row div span {
            background: var(--font-color-white);
            padding: 25px 20px 21px 15px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .form-search-container form .first-row div span {
            margin-left: -15px;
        }

    .form-search-container form .second-row div .dropdown {
        background: var(--font-color-white);
        padding: 24px 15px 21px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .form-search-container form .first-row div img,
    .form-search-container form .second-row div img {
        width: 25px;
        height: 25px;
    }

    .form-search-container form .first-row div .job-title {
        width: 800px;
        height: 65px;
        margin-right: 20px;
        font-size: var(--font-size-20);
        border: none;
        outline: none;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .form-search-container form .first-row div button {
        width: 277px;
        height: 65px;
        background: var(--primary-background);
        color: var(--font-color-white);
        font-size: var(--font-size-25);
        font-weight: var(--font-weight-700);
        border: none;
        border-radius: 10px;
        outline: none;
        line-height: normal;
        transition: .2s all ease-in
    }

        .form-search-container form .first-row div button:hover {
            background: var(--background-primary-hover);
        }

    .form-search-container form .second-row {
        padding-bottom: 8rem;
    }

        .form-search-container form .second-row div .job-location {
            width: 530px;
            height: 65px;
            font-size: var(--font-size-20);
            border: none;
            outline: none;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .form-search-container form .second-row div .job-specialization {
            width: 530px;
            height: 65px;
            font-size: var(--font-size-20);
            border: none;
            outline: none;
        }

    .job-list-container {
        max-width: 1530px;
        margin: auto;
    }

        .job-list-container .sort-date {
            display: flex;
            align-items: center;
            margin: 40px 15px;
            font-size: var(--font-size-20);
            font-weight: var(--font-weight-700);
        }

            .job-list-container .sort-date label {
                cursor: pointer;
            }

            .job-list-container .sort-date select {
                background: transparent;
                font-size: 20px;
                font-weight: var(--font-weight-700);
                margin-left: 5px;
                border: none;
                outline: none;
                cursor: pointer;
            }

        .job-list-container .all-job-list-wrapper {
            margin: 40px 15px;
        }

            .job-list-container .all-job-list-wrapper .job-information {
                background: var(--form-background-color);
                margin: 30px;
                border-radius: 10px;
                padding: 25px 30px;
            }

                .job-list-container .all-job-list-wrapper .job-information h2 {
                    font-size: var(--font-size-20);
                    cursor: pointer;
                    font-weight: var(--font-weight-700);
                    letter-spacing: 0.6px;
                    color: var(--primary-background);
                    line-height: normal;
                    text-decoration: underline;
                    padding: 0;
                }

                .job-list-container .all-job-list-wrapper .job-information .scope {
                    margin-top: -10px;
                    font-size: 16px;
                    color: var(--font-color-black);
                    font-weight: 600;
                    letter-spacing: 0.48px;
                }

                .job-list-container .all-job-list-wrapper .job-information .location {
                    margin-top: -20px;
                    font-size: 16px;
                    font-weight: var(--font-weight-400);
                    padding: 0;
                    line-height: normal;
                    letter-spacing: 0.48px;
                }

                .job-list-container .all-job-list-wrapper .job-information .job-type {
                    margin-top: -20px;
                    font-style: italic;
                    font-size: 16px;
                    font-weight: 300;
                    letter-spacing: 0.48px;
                }

                .job-list-container .all-job-list-wrapper .job-information .btn-container button {
                    background: var(--primary-background);
                    font-size: var(--font-size-20);
                    text-transform: uppercase;
                    font-weight: var(--font-weight-700);
                    width: 185px;
                    height: 50px;
                    color: var(--font-color-white);
                    border: none;
                    border-radius: 10px;
                    transition: .2s all ease-in;
                }

                    .job-list-container .all-job-list-wrapper .job-information .btn-container button:hover {
                        background: var(--background-primary-hover);
                    }

                    .job-list-container .all-job-list-wrapper .job-information .btn-container button span img {
                        width: 20px;
                        height: 20px;
                        flex-shrink: 0;
                        margin: 0 10px 0;
                    }

    @media only screen and (max-width: 1580px) {
        .form-search-container form .first-row div .job-title,
        .form-search-container form .second-row div .job-location {
            width: 370px;
        }

        .form-search-container form .second-row div .job-specialization {
            width: 270px;
        }

        .form-search-container form .second-row div .dropdown {
            padding: 24px 15px 21px;
        }

        .form-search-container form .second-row .job-specialization-container {
            width: 390px;
        }
    }

    @media only screen and (max-width: 1420px) {
        .form-search-container form .second-row div .job-specialization {
            width: 265px;
        }

        .form-search-container form .second-row div .job-location {
            width: 390px;
        }

        .form-search-container form .second-row div .job-location {
            width: 370px;
        }
    }

    @media only screen and (max-width: 1280px) {
        .form-search-container form .row-form {
            flex-direction: column-reverse;
        }

        .form-search-container form .second-row .job-specialization-container {
            width: 555px;
        }


        .form-search-container form .second-row div .job-location::placeholder,
        .form-search-container form .second-row div .job-specialization::placeholder {
            font-size: 16px;
        }

        .form-search-container form .second-row div .job-specialization {
            width: 398px;
            margin-right: 97px;
        }

        .form-search-container form .second-row {
            margin-top: -38px;
            flex-direction: column;
            gap: 20px;
        }

            .form-search-container form .second-row div .job-location {
                width: 449px;
                margin-right: 2px;
            }

            .form-search-container form .second-row div .drop-down {
                margin-right: 30px;
            }

        .form-search-container form .first-row div span {
            margin-left: 10px;
        }

        .form-search-container form .second-row .job-location-container {
            margin-left: -50px;
        }

        .form-search-container form .first-row div {
            margin-left: -30px;
        }

            .form-search-container form .first-row div .job-title {
                width: 452px;
                width: -6px;
            }

        .form-search-container form .second-row div .dropdown {
            padding: 24px 0px 21px 0px;
            margin-left: -103px;
        }

        .job-list-container .all-job-list-wrapper .job-information .btn-container button {
            margin-left: 15px;
        }
    }

    @media only screen and (max-width: 1120px) {
        .form-search-container form .second-row .job-specialization-container {
            margin-left: 1255px;
        }

        .form-search-container form .second-row div .job-specialization {
            width: 290px !important;
        }

        .form-search-container form .first-row div .job-title {
            font-size: 15px;
            width: 323px;
        }

        .form-search-container form .second-row div .job-location {
            font-size: 15px;
            width: 330px;
        }

        .form-search-container form .second-row div .job-specialization {
            font-size: 15px;
            width: 275px;
        }

            .form-search-container form .first-row div .job-title::placeholder,
            .form-search-container form .second-row div .job-location::placeholder,
            .form-search-container form .second-row div .job-specialization::placeholder {
                font-size: 15px;
            }



        .form-search-container form .second-row div .dropdown {
            padding: 24px 0px 21px;
        }

        .form-search-container form .first-row div img,
        .form-search-container form .second-row div img {
            width: 20px;
            height: 20px;
        }
    }

    @media only screen and (max-width: 1120px) {

        .form-search-container form .second-row .job-specialization-container {
            margin-left: 120px;
        }

        .form-search-container form .second-row div .job-specialization {
            width: 285px !important;
        }
    }


    @media only screen and (max-width: 768px) {

        .form-search-wrapper {
            width: 473px;
            margin: auto;
        }

        .form-search-container form .row-form div {
            display: flex;
        }

        .form-search-container form .first-row {
            display: flex;
            flex-direction: column-reverse;
        }

        .form-search-container form .second-row {
            display: flex;
            flex-direction: column;
            margin-left: 200px;
        }

        .form-search-container form .first-row div .job-title {
            font-size: 15px;
            padding: 20px;
            width: 350px;
        }


        .form-search-container form .second-row {
            margin-top: 10px;
            margin-left: 9rem;
        }

            .form-search-container form .first-row div span,
            .form-search-container form .second-row div span {
                display: block;
            }

            .form-search-container form .first-row div .job-title,
            .form-search-container form .second-row div .job-location {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            .form-search-container form .second-row .job-specialization-container {
                margin-left: 210px;
            }

            .form-search-container form .second-row div .job-specialization {
                border-radius: 10px;
                width: 350px !important;
                margin-top: 40px;
            }

            .form-search-container form .second-row .job-location-container {
                margin-left: 5px;
            }

            .form-search-container form .first-row div .job-title::placeholder,
            .form-search-container form .second-row div .job-location::placeholder,
            .form-search-container form .second-row div .job-specialization::placeholder {
                font-size: 15px;
                padding: 10px;
            }

        .form-search-container form .first-row div {
            margin-left: 30px;
        }

        .form-search-container form .second-row div .job-location {
            font-size: 15px;
            width: 350px;
            padding: 20px;
        }





        .form-search-container form .second-row div .job-specialization {
            padding: 15px;
            font-size: 15px;
            width: 345px;
        }

        .form-search-container form .first-row div button {
            font-size: 15px;
            width: 250px;
            height: 55px;
        }



        .form-search-container form .first-row div input::placeholder,
        .form-search-container form .second-row div input::placeholder {
            font-size: 18px;
        }

        .job-list-container .sort-date {
            margin-left: 35px;
        }

            .job-list-container .sort-date label,
            .job-list-container .sort-date select,
            .job-list-container .sort-date select option {
                font-size: 15px;
            }
    }

    @media only screen and (max-width: 990px) {
        .job-list-container {
            max-width: 700px;
            margin: auto;
        }
    }

    @media only screen and (max-width: 500px) {

        .nav-wrapper-uploadresume .form-upload-wrapper {
            max-width: 415px !important;
        }

        .form-upload-wrapper .form-upload .form-upload-body {
            max-width: 370px !important;
        }

        .form-search-container form .first-row div button {
            margin-left: -20px;
        }

        .job-list-container .all-job-list-wrapper {
            max-width: 400px;
            margin: auto;
        }

            .job-list-container .all-job-list-wrapper .job-information h2,
            .job-list-container .all-job-list-wrapper .job-information .scope,
            .job-list-container .all-job-list-wrapper .job-information .location,
            .job-list-container .all-job-list-wrapper .job-information .job-type,
            .job-list-container .all-job-list-wrapper .job-information .btn-container button {
                font-size: 15px;
            }

        .form-search-container form .second-row div .job-specialization {
            margin: 35px 0 0 2px;
        }

        .form-search-container form .second-row .job-specialization-container {
            margin-left: -70px !important;
        }
    }

    @media only screen and (max-width: 450px) {
        .form-search-wrapper {
            max-width: 370px;
            margin: auto;
        }

            .form-search-wrapper .form-search-container {
                max-width: 440px;
                margin: auto;
            }

        .form-search-container form .second-row .job-specialization-container {
            margin-left: 212px !important;
        }

        .form-search-container form .second-row div .job-specialization {
            margin-left: 30px;
            width: 305px !important;
        }

        .form-search-container form .first-row {
            justify-content: center;
        }

        .job-list-container .all-job-list-wrapper {
            max-width: 280px;
            margin: auto;
        }

        .form-search-container form .first-row div button {
            margin-left: 5px;
        }

        .form-search-container form .first-row div .job-title,
        .form-search-container form .second-row div .job-location {
            margin-left: 20px;
            width: 300px;
        }

        .job-list-container .all-job-list-wrapper .job-information .btn-container button {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 430px) {
        .form-search-wrapper .form-search-container {
            width: 330px;
        }

        .form-search-wrapper {
            max-width: 329px;
            margin: auto;
        }

        .form-search-container form .first-row div .job-title {
            margin-left: -24px;
            width: 260px;
        }

        .form-search-container form .second-row .job-specialization-container {
            margin-left: 295px !important;
        }

        .form-search-container form .second-row div .job-specialization {
            margin-left: 10px;
            width: 255px !important;
        }

        .form-search-container form .second-row div .job-location {
            margin-left: 11px !important;
            width: 259px;
        }

        .form-search-container form .first-row div {
            margin-left: 60px !important;
        }

            .form-search-container form .first-row div button {
                margin-left: -50px;
                width: 160px;
            }

        .job-list-container .sort-date {
            margin-left: 60px;
        }

        .nav-wrapper-uploadresume .form-upload-wrapper {
            max-width: 380px !important;
        }
    }

    @media only screen and (max-width:400px) {
        .nav-wrapper-uploadresume .form-upload-wrapper {
            max-width: 340px !important;
        }

        .form-search-container form .first-row div .job-title {
            margin-left: -64px !important;
            width: 200px !important;
        }

        .form-search-container form .first-row div button {
            margin-left: -85px;
        }

        .form-search-wrapper {
            max-width: 280px;
            margin: auto;
        }

        .nav-background .search-form {
            width: 330px !important;
        }

            .nav-background .search-form form .first-form-row div input {
                width: 200px !important;
            }

                .nav-background .search-form form .first-form-row div input::placeholder,
                .nav-background .search-form form .second-form-row div input::placeholder,
                .nav-background .search-form form .second-form-row .job-specialization-wrapper .joblist-dropdown::placeholder {
                    font-size: 11px !important;
                }

        .form-search-wrapper .form-search-container {
            width: 300px;
        }

        .job-list-container .all-job-list-wrapper {
            width: 400px !important;
        }

        .job-list-container {
            max-width: 265px !important;
            margin: auto;
        }

        .form-search-container form .second-row div .job-specialization {
            width: 200px !important;
            margin-left: 0px;
        }

        .form-search-container form .second-row div .job-location {
            margin-left: -10px !important;
            width: 200px;
        }
    }


    /*======Upload Resume / Application form ======*/

    .nav-wrapper-uploadresume {
        background: url(../assets/alexbachorfwst3ppoeaunsplash-12@2x.png) no-repeat;
        margin-bottom: -200px;
        background-size: cover;
        height: 920px;
    }

        .nav-wrapper-uploadresume .form-upload-wrapper {
            max-width: 1000px;
            margin: auto;
            margin-top: 5rem;
        }

    .form-upload-wrapper .form-upload {
        background: var(--form-background-color);
        border-radius: 20px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    }

        .form-upload-wrapper .form-upload .upper-head {
            padding: 20px 15px;
            margin: 35px 20px;
        }

            .form-upload-wrapper .form-upload .upper-head img {
                border: var(--primary-background);
                width: 70.5px;
                height: 70.668px;
                flex-shrink: 0;
            }

            .form-upload-wrapper .form-upload .upper-head .applicant-name label {
                margin: 10px 15px;
            }

                .form-upload-wrapper .form-upload .upper-head .applicant-name label span {
                    font-size: var(--font-size-25);
                    font-weight: var(--font-weight-700);
                    color: var(--font-color-black);
                    padding: 5px;
                    letter-spacing: 2.5px;
                    line-height: normal;
                    text-align: center;
                }

        .form-upload-wrapper .form-upload .form-upload-body {
            max-width: 829px;
            margin: auto;
            background: var(--font-color-white);
            border-radius: 20px;
            padding: 15px 30px;
        }

            .form-upload-wrapper .form-upload .form-upload-body .application-form-container {
                background: var(--form-background-color);
                padding: 25px 30px;
                margin: 25px 15px;
                border-radius: 10px;
            }


                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body img {
                    width: 40px;
                    height: 40px;
                    flex-shrink: 0;
                }


                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body .form-upload-label {
                    margin-left: 10px;
                }


                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body div h5 {
                    margin-top: 5px;
                    font-size: 14px;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body div p {
                    font-size: 12px;
                    margin-top: -10px;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div label {
                    background-color: var(--primary-background);
                    width: 190px;
                    padding: 8px;
                    text-align: center;
                    margin: auto;
                    border-radius: 10px;
                    color: var(--font-color-white);
                    transition: .2s all ease-in;
                    cursor: pointer;
                }

                    .form-upload-wrapper .form-upload .form-upload-body .application-form-container div label:hover {
                        background: var(--background-primary-hover);
                    }

        .form-upload-wrapper .form-upload div button {
            background: var(--primary-background);
            font-size: 16px;
            font-weight: var(--font-weight-700);
            margin: 25px;
            width: 223px;
            border: none;
            transition: .2s all ease-in;
        }

            .form-upload-wrapper .form-upload div button:hover {
                background: var(--background-primary-hover);
            }


    @media only screen and (max-width:1450px) {
        .nav-wrapper-uploadresume {
            background: none;
            height: 740px;
        }

            .nav-wrapper-uploadresume .form-upload-wrapper {
                margin-top: 5rem;
            }
    }

    @media only screen and (max-width: 990px) {
        .nav-wrapper-uploadresume .form-upload-wrapper {
            width: 600px !important;
        }

        .form-upload-wrapper .form-upload .form-upload-body {
            max-width: 560px;
            margin: auto;
        }
    }


    @media only screen and (max-width: 768px) {
        .nav-wrapper-uploadresume .form-upload-wrapper {
            margin-top: 50rem;
            width: 600px !important;
            margin: auto;
        }

        .form-upload-wrapper .form-upload .upper-head .applicant-name label span {
            font-size: 18px;
        }

        .form-upload-wrapper .form-upload {
            margin: 2rem 0 0 0;
        }

            .form-upload-wrapper .form-upload .form-upload-body {
                max-width: 750px;
                margin: auto;
                margin: 0 30px 0 20px;
            }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body img {
                    width: 30px;
                    height: 30px;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body div h5 {
                    margin-top: -1px;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body div p {
                    font-size: 9px;
                    margin-top: -5px;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container .row .application-form-body {
                    display: flex;
                    flex-direction: column;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-body .form-upload-label {
                    text-align: center;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container .row .application-form-body img {
                    margin: auto;
                    margin-bottom: 10px;
                }

                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body div h5 {
                    font-size: 12px;
                }


                .form-upload-wrapper .form-upload .form-upload-body .application-form-container div label {
                    font-size: 12px;
                }

            .form-upload-wrapper .form-upload div button {
                font-size: 13px;
            }

            .form-upload-wrapper .form-upload .upper-head {
                display: flex;
                flex-direction: column;
            }

                .form-upload-wrapper .form-upload .upper-head .applicant-name label span {
                    font-size: 15px;
                }
    }


    @media only screen and (max-width: 500px) {
        .form-upload-wrapper .form-upload {
            margin-top: 4rem;
        }

            .form-upload-wrapper .form-upload .form-upload-body {
                max-width: 400px !important;
            }
    }

    @media only screen and (max-width: 450px) {
        .form-upload-wrapper .form-upload .form-upload-body .application-form-container .row .application-form-body {
            display: flex;
            flex-direction: column;
        }

            .form-upload-wrapper .form-upload .form-upload-body .application-form-container .row .application-form-body img {
                margin: auto;
                margin-bottom: 10px;
            }

        .form-upload-wrapper .form-upload .form-upload-body .application-form-container div .application-form-body div h5 {
            font-size: 11px;
        }

        .form-upload-wrapper .form-upload .form-upload-body .application-form-body .form-upload-label {
            text-align: center;
        }


        .form-upload-wrapper .form-upload .upper-head .applicant-name label {
            margin: 30px 0 0 0;
        }

            .form-upload-wrapper .form-upload .upper-head .applicant-name label span {
                font-size: 15px;
            }
    }

    @media only screen and (max-width: 400px) {
        .form-upload-wrapper .form-upload .form-upload-body {
            margin: -25px 20px 0 20px;
        }

        .form-upload-wrapper .form-upload .upper-head .applicant-name label span {
            font-size: 14px;
        }

        .form-upload-wrapper .form-upload .form-upload-body .application-form-container div label {
            font-size: 11px;
        }

        .form-upload-wrapper .form-upload .upper-head .applicant-name label {
            margin: 30px 0 0 -10px;
        }

        .form-upload-wrapper .form-upload .upper-head img {
            margin-left: -10px;
        }
    }

    /*======Submitted style ======*/

    .nav-wrapper-submitted {
        background: url(../assets/alexbachorfwst3ppoeaunsplash-12@2x.png) no-repeat;
        margin-bottom: -90px;
        background-size: cover;
        height: 1490px;
    }

        .nav-wrapper-submitted .submit-container {
            max-width: 1020px;
            margin: auto;
        }

            .nav-wrapper-submitted .submit-container .submit-banner {
                margin: 70px 20px 0 0;
                width: 1000px;
                height: 780px;
                background: var(--form-background-color);
                border-radius: 10px;
                box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body {
                    max-width: 600px;
                    margin: auto;
                }

                    .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-email {
                        margin: 60px 20px;
                        width: 194px;
                        height: 194px;
                    }

                    .nav-wrapper-submitted .submit-container .submit-banner .submit-body h3 {
                        font-size: 28px;
                        font-weight: var(--font-weight-700);
                        letter-spacing: 0.9px;
                        text-align: center;
                        margin: -30px 0 35px;
                    }

                    .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section {
                        margin: 0 0 0 30px;
                    }

                        .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section img {
                            margin-right: 20px;
                            height: 30px;
                            width: 30px;
                        }

                        .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details p {
                            margin-top: 10px;
                            font-size: 14px;
                            font-weight: var(--font-weight-400);
                            line-height: normal;
                            letter-spacing: 0.42px;
                        }

                        .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details .details-inner {
                            margin-top: 10px;
                            margin-bottom: 0;
                        }

                        .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details .details-secondary {
                            font-size: 14px;
                            font-weight: var(--font-weight-700);
                            margin-top: 5px;
                        }

                    .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-footer {
                        font-size: 14px;
                        margin: 40px 0 60px 30px;
                    }

                    .nav-wrapper-submitted .submit-container .submit-banner .submit-body .btn-container .view-application-btn {
                        background: var(--primary-background);
                        font-size: 14px;
                        font-weight: var(--font-weight-700);
                        width: 381px;
                        height: 39px;
                        letter-spacing: 0.42px;
                        border: none;
                        transition: .2s all ease-in;
                    }

                        .nav-wrapper-submitted .submit-container .submit-banner .submit-body .btn-container .view-application-btn:hover {
                            background: var(--background-primary-hover);
                        }

    @media only screen and (max-width: 1450px) {
        .nav-wrapper-submitted {
            background: none;
            height: 869px;
        }

            .nav-wrapper-submitted .submit-container .submit-banner {
                width: 700px;
                height: 600px;
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body {
                    max-width: 600px;
                    margin-left: auto;
                }

            .nav-wrapper-submitted .submit-container {
                max-width: 700px;
                margin: auto;
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-email {
                    height: 90px;
                    width: 90px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body h3 {
                    font-size: 20px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section img {
                    height: 20px;
                    width: 20px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section {
                    margin: 0 0px 0 65px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-footer {
                    font-size: 12px;
                    margin: 40px 0 60px 30px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .btn-container .view-application-btn {
                    margin-top: -30px;
                    width: 320px;
                    height: 39px;
                }
    }

    @media only screen and (max-width: 1350px) {

        .nav-wrapper-submitted {
            height: 869px;
        }
    }

    @media only screen and (max-width: 1330px) {
        .nav-wrapper-submitted .submit-container .submit-banner .submit-body h3 {
            font-size: 25px;
        }

        .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-email {
            width: 170px;
            height: 170px;
        }
    }

    @media only screen and (max-width: 1024px) {

        .nav-wrapper-submitted .submit-container {
            max-width: 850px;
            margin: auto;
        }

            .nav-wrapper-submitted .submit-container .submit-banner {
                width: 800px;
            }
    }

    @media only screen and (max-width:768px) {
        .nav-wrapper-submitted .submit-container {
            max-width: 500px;
            margin: auto;
            margin-top: -10rem !important;
        }

        input#birthday-date {
            display: block !important;
            visibility: visible !important;
        }


        .nav-wrapper-submitted .submit-container .submit-banner {
            margin: 15rem 20px 0 20px;
            height: 640px;
            width: 470px;
        }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-email {
                margin: 60px 20px;
                width: 95px;
                height: 95px;
            }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body h3 {
                font-size: 20px;
            }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section img {
                height: 20px;
                width: 20px;
            }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details p {
                margin-top: 20px;
                font-size: 12px;
            }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details .details-inner {
                margin-top: 10px;
                margin-bottom: 0;
            }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details .details-secondary {
                text-align: justify;
                font-size: 12px;
                margin-top: 1px;
            }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-footer {
                font-size: 12px;
            }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .btn-container .view-application-btn {
                font-size: 12px;
                width: 370px;
                height: 39px;
            }
    }

    @media only screen and (max-width:500px) {
        .nav-wrapper-submitted .submit-container {
            max-width: 750px;
            margin: auto;
        }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section {
                margin: 0 0 0 50px;
            }

            .nav-wrapper-submitted .submit-container .submit-banner {
                margin: 15rem 20px 0 20px;
                height: 730px;
                width: 450px;
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body h3 {
                    font-size: 15px;
                    padding: 0 10px 0 10px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .btn-container .view-application-btn {
                    font-size: 12px;
                    width: 290px;
                    height: 39px;
                }
    }

    @media only screen and (max-width: 450px) {
        .nav-wrapper-submitted .submit-container .submit-banner {
            width: 400px !important;
        }
    }

    @media only screen and (max-width: 430px) {
        .nav-wrapper-submitted .submit-container {
            max-width: 405px !important;
            margin: auto;
        }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body {
                width: 360px !important;
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-footer {
                    margin-left: 10px;
                }

                    .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-footer p {
                        text-align: justify;
                    }

            .nav-wrapper-submitted .submit-container .submit-banner {
                width: 369px !important;
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-email {
                    width: 70px;
                    height: 70px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section {
                    margin: 0 0 0 30px;
                }
    }

    @media only screen and (max-width:400px) {
        .nav-wrapper-submitted .submit-container {
            max-width: 380px !important;
            margin: auto;
        }

            .nav-wrapper-submitted .submit-container .submit-banner {
                height: 730px;
                width: 339px !important;
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body {
                    width: 330px !important;
                }

                    .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section {
                        margin: 0 0 0 15px;
                    }
    }

    @media only screen and (max-width: 360px) {
        .nav-wrapper-submitted .submit-container .submit-banner {
            width: 320px !important;
        }

            .nav-wrapper-submitted .submit-container .submit-banner .submit-body {
                width: 315px !important;
            }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body h3 {
                    font-size: 12px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details .details-inner,
                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section .details .details-secondary {
                    font-size: 11px !important;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-footer {
                    margin-left: -5px;
                    font-size: 9px;
                    text-align: justify;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section img {
                    height: 15px;
                    width: 15px;
                }

                .nav-wrapper-submitted .submit-container .submit-banner .submit-body .submit-body-section img {
                    height: 15px !important;
                    width: 15px !important;
                }
    }



    /*====== Profile Applicant style ======*/

    .profile-wrapper {
        max-width: 950px;
        margin: auto;
    }

        .profile-wrapper .heading-text {
            text-align: center;
            font-size: var(--font-size-25);
            font-weight: var(--font-weight-700);
            letter-spacing: 2.5px;
            text-transform: uppercase;
        }

        .profile-wrapper .profile-container {
            margin: 50px 0 0 0;
            background: var(--form-background-color);
            width: 1000px;
            height: 1220px;
            border-radius: 25px;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        }

            .profile-wrapper .profile-container .btn-container-edit-profile button {
                width: 200px;
                height: 50px;
                font-size: var(--font-size-20);
                font-weight: var(--font-weight-700);
                background: var(--primary-background);
                border: none;
                outline: none;
                transition: .2s all ease-in;
            }

                .profile-wrapper .profile-container .btn-container-edit-profile button:hover {
                    background: var(--background-primary-hover);
                }

            .profile-wrapper .profile-container .form-header {
                padding: 50px;
            }

                .profile-wrapper .profile-container .form-header .profile-image img {
                    width: 197.98px;
                    margin-left: 7px;
                    height: 198.452px;
                }

                .profile-wrapper .profile-container .form-header .profile-name p {
                    text-align: center;
                    font-size: var(--font-size-25);
                    font-weight: var(--font-weight-700);
                    letter-spacing: 2.5px;
                    line-height: normal;
                }

                .profile-wrapper .profile-container .form-header .profile-details span img {
                    width: 21px;
                    height: 21px;
                }

                .profile-wrapper .profile-container .form-header .profile-details .profile-inner-label {
                    margin: 28px 3.5rem 3px 45px !important;
                }

                    .profile-wrapper .profile-container .form-header .profile-details .profile-inner-label .contact-container {
                        font-weight: 500;
                        margin-top: -6px;
                    }

                        .profile-wrapper .profile-container .form-header .profile-details .profile-inner-label .contact-container p {
                            margin: 0px 5px 3px 2px;
                            font-size: 12px;
                        }

                .profile-wrapper .profile-container .form-header .profile-details .profile-name a {
                    margin-left: 20px;
                    margin-top: -20px;
                    cursor: pointer;
                }

                    .profile-wrapper .profile-container .form-header .profile-details .profile-name a img {
                        width: 21px;
                        height: 21px;
                        transition: .2s all ease-in;
                    }

                        .profile-wrapper .profile-container .form-header .profile-details .profile-name a img:hover {
                            width: 25px;
                            height: 25px;
                        }

                .profile-wrapper .profile-container .form-header .profile-details .profile-inner-container .profile-inner-label label {
                    margin: 5px 0;
                    font-size: 20px;
                    font-weight: var(--font-weight-700);
                    letter-spacing: 1.6px;
                    line-height: normal;
                    text-transform: var(--text-transform);
                }



            .profile-wrapper .profile-container .menu-section-container {
                width: 100%;
                background: var(--secondary-background);
                padding: 20px 45px;
            }

                .profile-wrapper .profile-container .menu-section-container ul {
                    padding: 0;
                    margin-left: 250px;
                }


                    .profile-wrapper .profile-container .menu-section-container ul li {
                        text-align: center;
                        font-size: 14px;
                        margin: 10px 15px -5px;
                        letter-spacing: 1.6px;
                        list-style: none;
                        cursor: pointer;
                        /* Improve text rendering for better clarity */
                        text-rendering: optimizeSpeed;
                        /* Transition the text shadow on hover */
                        transition: text-shadow 0.5s ease, color 0.5s ease;
                    }

                        .profile-wrapper .profile-container .menu-section-container ul li.active {
                            font-weight: var(--font-weight-700);
                            text-decoration: underline;
                        }

                            .profile-wrapper .profile-container .menu-section-container ul li.active:hover {
                                text-shadow: none;
                                color: #000;
                            }

                        .profile-wrapper .profile-container .menu-section-container ul li:hover {
                            text-shadow: 0 0 2px #000;
                            transform: #000;
                        }

            .profile-wrapper .profile-container .form-body-container {
                max-width: 800px;
                margin: auto;
                margin-top: 40px;
                margin-left: 90px;
            }

                .profile-wrapper .profile-container .form-body-container form {
                    margin-top: 60px;
                    width: 829px;
                    height: 625px;
                    background: var(--secondary-background);
                    border-radius: 25px;
                    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
                }

                    .profile-wrapper .profile-container .form-body-container form .profile-form-container {
                        margin-top: 50px;
                    }

                .profile-wrapper .profile-container .form-body-container .form-input-container {
                    margin: 5px 35px;
                    padding: 8px 0;
                }

                    .profile-wrapper .profile-container .form-body-container .form-input-container label {
                        font-size: 16px;
                        font-weight: var(--font-weight-700);
                        line-height: normal;
                        letter-spacing: 0.48px;
                    }

                    .profile-wrapper .profile-container .form-body-container .form-input-container p {
                        font-size: 16px;
                        line-height: normal;
                        letter-spacing: 0.48px;
                    }

                .profile-wrapper .profile-container .form-body-container .btn-container button {
                    background: transparent;
                    margin: 28px 35px;
                    border: none;
                }

                    .profile-wrapper .profile-container .form-body-container .btn-container button img {
                        width: 21px;
                        height: 21px;
                        transition: .2s all ease-in;
                    }

                        .profile-wrapper .profile-container .form-body-container .btn-container button img:hover {
                            width: 25px;
                            height: 25px;
                        }

                .profile-wrapper .profile-container .form-body-container .btn-submit-container button {
                    width: 200px;
                    height: 50px;
                    background: var(--primary-background);
                    font-size: var(--font-size-20);
                    font-weight: var(--font-weight-700);
                    border: none;
                    transition: .2s all ease-in;
                }

                    .profile-wrapper .profile-container .form-body-container .btn-submit-container button:hover {
                        background: var(--background-primary-hover);
                    }

    /** Style in Modal for Job Status **/

    .job-action-header .job-header {
        font-weight: 600;
    }

    .job-action-header .job-header {
        font-size: 15px;
    }

    .modal-title {
        font-size: 15px !important;
    }


    .job-schedule div p,
    .job-link div p,
    .job-contact div p {
        font-style: normal;
        font-size: 12px;
        margin: 3px;
    }

    .btn-container .btn {
        font-size: 13px !important;
    }

    .job-action-container h3 {
        text-align: center;
        font-size: 15px;
    }



    @media only screen and (max-width: 1024px) {
        .profile-wrapper .profile-container .form-body-container .full-details {
            display: flex;
            flex-direction: column;
        }
    }

    @media only screen and (max-width:1020px) {

        .profile-wrapper .profile-container {
            width: 960px;
        }


            .profile-wrapper .profile-container .form-body-container form {
                width: 770px;
            }

        .btn-container {
            text-align: end;
        }
    }

    @media only screen and (max-width: 768px) {
        .profile-wrapper {
            max-width: 850px;
            margin: auto;
            margin-left: 0;
            margin-right: 3.5rem;
        }

            .profile-wrapper .heading-text {
                text-align: center;
            }

            .profile-wrapper .profile-container {
                margin: 20px 50px 4px 30px;
                width: 100%;
                height: 1200px;
            }


                .profile-wrapper .profile-container .form-header {
                    display: flex;
                    flex-direction: column;
                }


                    .profile-wrapper .profile-container .form-header .profile-image {
                        margin: auto;
                        margin-bottom: 15px;
                    }

                    .profile-wrapper .profile-container .form-header .profile-details .profile-name a img {
                        height: 15px;
                        width: 15px;
                    }

                .profile-wrapper .profile-container .form-body-container form .profile-form-container {
                    margin-top: 10px;
                }

                .profile-wrapper .profile-container .form-header .profile-details .profile-inner-container {
                    margin: auto;
                }



                .profile-wrapper .profile-container .form-header .profile-inner-container .profile-inner-label {
                    margin-left: 212px !important;
                }

                .profile-wrapper .profile-container .form-header .profile-details .profile-inner-container .profile-inner-label label {
                    font-size: 12px !important;
                }

                .profile-wrapper .profile-container .form-header .profile-image img {
                    width: 120px;
                    height: 120px;
                }

                .profile-container .form-header .profile-name p,
                .profile-container .form-header .profile-details .profile-inner-container .profile-inner-label label,
                .profile-wrapper .profile-container .form-header .profile-name .d-label-profile,
                .profile-wrapper .profile-container .form-header .profile-inner-value .d-label-profile,
                .profile-wrapper .profile-container .form-header .profile-inner-label .label-style {
                    font-size: 12px;
                }

                .profile-wrapper .profile-container .form-header .profile-name {
                    margin: 10px 0 0 0;
                    text-align: center;
                }

                .profile-wrapper .profile-container .form-header .profile-details .profile-inner-container .profile-inner-value label {
                    text-align: justify;
                    font-size: 12px !important;
                }

                .profile-wrapper .profile-container .form-body-container {
                    max-width: 700px;
                    margin: auto;
                    margin-top: 40px;
                }

                .profile-wrapper .profile-container .btn-container {
                    margin-bottom: -3rem;
                }

                    .profile-wrapper .profile-container .btn-container button {
                        text-align: center;
                        font-size: 18px;
                    }

                .profile-wrapper .profile-container .form-body-container form {
                    margin: auto;
                    width: 90%;
                    height: 580px;
                }

                .profile-wrapper .profile-container .form-body-container .full-details {
                    display: flex;
                    flex-direction: column;
                }

                .profile-wrapper .profile-container .menu-section-container ul {
                    margin: 0 -50px 0 20px;
                }

                    .profile-wrapper .profile-container .menu-section-container ul li {
                        margin: 10px 15px 8px 10px;
                        font-size: 12px;
                    }

                .profile-wrapper .profile-container .form-body-container .form-input-container label,
                .profile-wrapper .profile-container .form-body-container .form-input-container p {
                    font-size: 13px;
                }

                .profile-wrapper .profile-container .form-body-container .btn-container button img {
                    width: 18px;
                    height: 18px;
                }

                .profile-wrapper .profile-container .menu-section-container {
                    overflow: auto;
                    padding-right: 50px;
                }

                    .profile-wrapper .profile-container .menu-section-container::-webkit-scrollbar {
                        width: 5px;
                    }

                    .profile-wrapper .profile-container .menu-section-container::-webkit-scrollbar-thumb {
                        background: var(--primary-background);
                        border-radius: 10px;
                    }

                .profile-wrapper .profile-container .form-body-container .form-input-container {
                    padding: 0;
                }

                    .profile-wrapper .profile-container .form-body-container .form-input-container input {
                        font-size: 13px;
                        width: 100%;
                    }

                    .profile-wrapper .profile-container .form-body-container .form-input-container #select-field {
                        width: 100% !important;
                    }

                .profile-wrapper .profile-container .form-body-container .benefits-field {
                    flex-direction: column;
                }

                .profile-wrapper .profile-container .form-body-container .tin {
                    margin-top: 20px;
                }

                .profile-wrapper .profile-container .form-body-container .benefits-field .benefits-wrapper input,
                .profile-wrapper .profile-container .form-body-container .benefits-field .benefits-wrapper select {
                    width: 115%;
                }

                .profile-wrapper .profile-container .form-header .profile-details .profile-name {
                    max-width: 200px;
                    margin: auto;
                }
    }

    @media only screen and (max-width: 500px) {
        .profile-wrapper .heading-text {
            margin-left: 50px;
        }

        .profile-wrapper .profile-container .form-header .profile-image img {
            margin-left: 95px !important;
        }

        .profile-wrapper .profile-container .form-header .profile-inner-container .profile-inner-label {
            margin: 16px 0 0 75px !important;
        }

        .profile-wrapper .profile-container .menu-section-container ul {
            margin: 0 -50px 0 30px;
            overflow: hidden;
        }


        .profile-wrapper .profile-container .form-body-container .benefits-field .benefits-wrapper input,
        .profile-wrapper .profile-container .form-body-container .benefits-field .benefits-wrapper select {
            width: 165%;
        }

        .profile-wrapper .profile-container .form-body-container .form-input-container #select-field {
            font-size: 13px;
        }

        .input-field-profile,
        .input-field-profile-header
        .input-field,
        #select-field,
        #select-field-profile {
            font-size: 11px;
        }

        .profile-wrapper .profile-container .form-body-container form {
            height: 570px;
        }

        .profile-wrapper .profile-container .form-header .profile-details .profile-inner-container .profile-inner-label label {
            font-size: 11px !important;
            margin: 0 0 0 -8px;
        }

        .profile-wrapper .profile-container .menu-section-container ul li {
            margin: 10px -5px 8px 10px;
            font-size: 11px;
        }
    }

    @media only screen and (max-width: 400px) {
        .profile-wrapper .profile-container .menu-section-container ul li {
            font-size: 9px;
        }

        .profile-wrapper .profile-container .form-header .profile-inner-container .profile-inner-label {
            margin: 0px 0 0 20px !important;
        }

        .profile-wrapper .profile-container .form-header .profile-details .profile-inner-container .profile-inner-label label {
            font-size: 10px;
        }

        .profile-wrapper .profile-container .form-header .profile-details .profile-inner-label .contact-container p {
            font-size: 10px;
            text-align: center;
        }

        .profile-wrapper .heading-text {
            font-size: 20px !important;
            margin-left: 85px !important;
        }
    }

    @media only screen and (max-width: 430px) {
        .profile-wrapper .profile-container .menu-section-container ul {
            margin: 0 -50px 0px 0px;
        }

        .profile-wrapper .profile-container .form-body-container .benefits-field .benefits-wrapper input {
            width: 100%;
        }

        .profile-wrapper .profile-container .form-header .profile-image {
            margin-left: 14px;
        }

            .profile-wrapper .profile-container .form-header .profile-image img {
                margin-left: 65px !important;
            }

        .profile-wrapper .profile-container .form-header .profile-inner-container .profile-inner-label {
            margin: 16px 0 0 70px !important;
        }
    }

    @media only screen and (max-width: 400px) {
        .profile-wrapper .profile-container .form-header .profile-details .profile-inner-container .profile-inner-value label {
            font-size: 10px !important;
            margin-top: 8px !important;
        }

        .profile-wrapper .profile-container .menu-section-container ul {
            margin: 0 -50px 0px 20px;
        }


        .profile-wrapper .profile-container .form-header .profile-image img {
            margin-left: 55px !important;
        }

        .job-container-body .job_action_col label,
        .job-container-body .job_action_col p {
            font-size: 11px;
        }

        .profile-wrapper .profile-container .form-header .profile-image {
            margin-left: 18px;
        }

        .profile-wrapper .profile-container .form-header .profile-details .profile-name a {
            margin-top: -10px;
        }
    }







    /*======Profile (Requirements) style ======*/

    .profile-wrapper .profile-container .requirements-container {
        max-width: 850px;
        margin-top: 40px;
        margin-left: 90px;
    }

        .profile-wrapper .profile-container .requirements-container .requirements-body {
            margin: 60px 0 30px 0;
            background: var(--secondary-background);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 829px;
            height: 380px;
            padding: 50px;
            border-radius: 25px;
        }

            .profile-wrapper .profile-container .requirements-container .requirements-body .other-container {
                margin-left: 15px;
            }

                .profile-wrapper .profile-container .requirements-container .requirements-body .other-container p {
                    font-weight: 600;
                    cursor: pointer;
                    transition: .2s ease-in-out;
                }

                    .profile-wrapper .profile-container .requirements-container .requirements-body .other-container p:hover {
                        color: #EE3158;
                    }

        .profile-wrapper .profile-container .requirements-container .requirements-body-resume {
            margin: 60px 0 30px 0;
            background: var(--secondary-background);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 829px;
            height: 209px;
            padding: 50px;
            border-radius: 25px;
        }

            .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body,
            .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body {
                margin: 0 0 30px 0;
                width: 742px;
                height: 124px;
                background: var(--form-background-color);
                border-radius: 20px;
            }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body img,
                .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body img {
                    margin-right: 10px;
                    margin-top: -15px;
                    width: 40px;
                    height: 40px;
                }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .row-form,
                .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .row-form {
                    padding: 35px 40px;
                }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .label-form label,
                .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .label-form label {
                    font-weight: var(--font-weight-700);
                    font-size: 14px;
                }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .label-form p,
                .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .label-form p {
                    font-size: 14px;
                }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .btn-container,
                .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .btn-container {
                    text-align: end;
                    margin: 0 35px;
                }

                    .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .btn-container button,
                    .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .btn-container button {
                        background: var(--primary-background);
                        width: 190px;
                        height: 40px;
                        font-size: 14px;
                        font-weight: var(--font-weight-700);
                        border: none;
                        border-radius: 10px;
                        transition: .2s all ease-in;
                    }

                        .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .btn-container button:hover,
                        .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .btn-container button:hover {
                            background: var(--background-primary-hover);
                        }

    @media only screen and ( max-width: 768px) {
        .profile-wrapper .profile-container .requirements-container {
            max-width: 350px;
            margin: auto;
        }


            .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body {
                margin-top: 5px;
            }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .row-form,
                .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .row-form {
                    margin-top: -20px;
                    width: 296px;
                    margin-bottom: -30px;
                }

            .profile-wrapper .profile-container .requirements-container .requirements-body .other-container {
                margin-left: 15px;
            }

                .profile-wrapper .profile-container .requirements-container .requirements-body .other-container p {
                    font-size: 12px;
                }


            .profile-wrapper .profile-container .requirements-container .benefits-wrapper {
                margin-bottom: 20px;
            }

            .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .btn-container {
                margin-right: 10px;
            }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .btn-container button {
                    width: 200px;
                }


            .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .label-form label {
                font-size: 12px;
                margin-top: -10rem;
            }

            .profile-wrapper .profile-container .requirements-container .requirements-body {
                max-width: 330px;
                height: 500px;
                margin: auto;
                margin-top: 45px;
                margin-right: 20rem;
            }

            .profile-wrapper .profile-container .requirements-container .requirements-body-resume {
                margin: auto;
                margin-top: 40px;
                max-width: 330px;
                height: 240px;
            }

                .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body,
                .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body {
                    background: none;
                    width: 200px;
                }

        .profile-wrapper .profile-container .requirements-body .requirement-container,
        .profile-wrapper .profile-container .requirements-body-resume .requirement-container {
            margin-top: -30px;
            ;
            flex-direction: column;
            justify-content: center;
        }

        .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .btn-container {
            margin-right: 20px;
        }

        .profile-wrapper .profile-container .requirements-container .requirements-body {
            margin: auto;
            margin-top: 40px;
            height: 370px;
        }
    }

    @media only screen and (max-width: 500px) {
        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body {
            height: 600px !important;
        }
    }

    @media only screen and (max-width: 400px) {
        .profile-wrapper .profile-container {
            margin: 20px 50px 4px 11px;
            height: 1250px !important;
            width: 109% !important;
        }

            .profile-wrapper .profile-container .form-body-container form {
                height: 610px !important;
            }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body {
                height: 735px !important;
            }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form .location,
            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .appliedjob-details h3,
            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form .scope {
                font-size: 11px !important;
            }

            .profile-wrapper .profile-container .requirements-container .requirements-body,
            .profile-wrapper .profile-container .requirements-container .requirements-body-resume,
            .profile-wrapper .profile-container .savedjob-container .savedjob-body,
            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body {
                max-width: 300px !important;
            }

                .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body,
                .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body {
                    margin-left: -5px;
                    width: 215px !important;
                }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body {
                width: 290px !important;
                margin-left: 20px !important;
            }
    }

    /*======Resume Style======*/
    .profile-wrapper .profile-container .resume-container {
        max-width: 850px;
        margin-top: 40px;
        margin-left: 90px;
    }

        .profile-wrapper .profile-container .resume-container .resume-body {
            margin: 65px 0 30px 0;
            background: var(--secondary-background);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            overflow: auto;
            width: 829px;
            height: 690px;
            padding: 40px 20px 15px 30px;
            border-radius: 25px;
        }

            .profile-wrapper .profile-container .resume-container .resume-body .btn-container {
                margin-top: -12px !important;
            }

                .profile-wrapper .profile-container .resume-container .resume-body .btn-container div button {
                    width: 400px;
                }

                .profile-wrapper .profile-container .resume-container .resume-body .btn-container .btn-resume-container button {
                    width: 180px !important;
                }

    @media only screen and (max-width: 768px) {
        .profile-wrapper .profile-container .resume-container {
            margin-left: 125px;
        }


            .profile-wrapper .profile-container .resume-container .resume-body {
                width: 465px !important;
            }

                .profile-wrapper .profile-container .resume-container .resume-body .btn-container div button {
                    font-size: 14px;
                    width: 300px;
                }
    }


    @media only screen and (max-width: 725px) {
        .profile-wrapper .profile-container .resume-container {
            margin-left: 90px !important;
        }
    }

    @media only screen and (max-width: 640px) {
        .profile-wrapper .profile-container .resume-container .resume-body {
            width: 400px !important;
        }

            .profile-wrapper .profile-container .resume-container .resume-body .btn-container {
                margin-left: -23px !important;
            }

            .profile-wrapper .profile-container .resume-container .resume-body .btn-container {
                margin-left: -45px !important;
            }
    }


    @media only screen and (max-width: 600px) {
        .profile-wrapper .profile-container .resume-container .resume-body {
            width: 350px !important;
            overflow-x: hidden;
        }

            .profile-wrapper .profile-container .resume-container .resume-body .btn-container div button {
                font-size: 12px;
            }
    }


    @media only screen and (max-width: 500px) {
        .profile-wrapper .profile-container .resume-container {
            margin-left: 25px !important;
        }

            .profile-wrapper .profile-container .resume-container .resume-body {
                width: 380px !important;
                height: 600px !important;
            }


                .profile-wrapper .profile-container .resume-container .resume-body .btn-container div button {
                    font-size: 13px;
                    width: 170px;
                }

                .profile-wrapper .profile-container .resume-container .resume-body .btn-container {
                    margin-left: -98px !important;
                    width: 145%;
                }
    }

    @media only screen and (max-width: 430px) {
        .profile-wrapper .profile-container .resume-container {
            margin-left: 30px !important;
        }

            .profile-wrapper .profile-container .resume-container .resume-body {
                width: 310px !important;
                height: 600px !important;
            }

        .profile-upload input[type=file]::before {
            margin: 0 0 20px 30px !important;
        }

        .reminder-container .container-body {
            width: 380px !important;
            margin: 2px 38px;
        }

        .profile-wrapper .profile-container {
            width: 100%;
            height: 1200px;
        }

        .nav-container {
            margin-left: 65px;
        }
    }

    @media only screen and (max-width: 420px) {
        .profile-wrapper .profile-container .resume-container .resume-body .btn-container {
            margin-left: -111px !important;
            width: 162%;
        }
    }

    @media only screen and (max-width: 400px) {
        .profile-wrapper .profile-container .resume-container {
            margin-left: 20px !important;
        }

            .profile-wrapper .profile-container .resume-container .resume-body {
                width: 330px !important;
            }

                .profile-wrapper .profile-container .resume-container .resume-body .btn-container {
                    margin-left: -145px !important;
                    width: 155%;
                }

        /*  .profile-wrapper .profile-container .resume-container .resume-body
        {
            width: 330px !important;
        }*/
    }

    @media only screen and (max-width: 375px) {

        .profile-wrapper .profile-container .resume-container {
            margin-left: 20px !important;
        }

            .profile-wrapper .profile-container .resume-container .btn-container {
                margin-left: -40px !important;
            }

            .profile-wrapper .profile-container .resume-container .resume-body {
                width: 330px !important;
            }

                .profile-wrapper .profile-container .resume-container .resume-body .btn-container {
                    margin-left: -103px !important;
                }
    }

    /*======Saved Jobs style======*/
    .profile-wrapper .profile-container .savedjob-container {
        max-width: 850px;
        margin: auto;
        margin-top: 40px;
        margin-left: 90px;
    }

        .profile-wrapper .profile-container .savedjob-container .savedjob-body {
            margin: 60px 0 30px 0;
            background: var(--secondary-background);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 829px;
            height: auto;
            padding: 50px;
            border-radius: 25px;
        }

            .profile-wrapper .profile-container .savedjob-container .savedjob-body .save-post-pagination {
                display: flex;
                justify-content: end;
                margin-top: 30px;
                list-style: none;
                text-align: end;
                color: var(--font-color-black);
            }

                .profile-wrapper .profile-container .savedjob-container .savedjob-body .save-post-pagination li {
                    cursor: pointer;
                    margin: 10px;
                }


            .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body {
                margin: 0 0 30px 0;
                width: 742px;
                height: 124px;
                background: var(--form-background-color);
                border-radius: 20px;
            }

                .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .row-form {
                    padding: 10px 40px;
                }


                    .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .row-form h3 {
                        margin: 10px 0 5px 0;
                        font-size: var(--font-size-20);
                        font-weight: var(--font-weight-700);
                        color: var(--primary-background);
                        letter-spacing: 0.6px;
                        line-height: normal;
                        text-decoration: underline;
                    }

                    .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .row-form .scope {
                        font-size: 16px;
                        font-weight: 600;
                        letter-spacing: 0.68px;
                        line-height: normal;
                        margin-top: -8px;
                    }

                    .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .row-form .location {
                        font-size: 16px;
                        font-weight: 400;
                        letter-spacing: 0.48px;
                        margin-top: -16px;
                    }

                .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .btn-container {
                    text-align: end;
                    margin: 0 20px 0 40px;
                }

                    .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .btn-container button {
                        font-weight: var(--font-weight-700);
                        background: var(--primary-background);
                        width: 178px;
                        height: 40px;
                        border: none;
                        flex-shrink: 0;
                        transition: .2s all ease-in;
                    }

                        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .btn-container button:hover {
                            background: var(--background-primary-hover);
                        }

                        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .btn-container button img {
                            width: 14px;
                            height: 14px;
                            margin: 0 10px 0 0;
                        }

    @media only screen and (max-width: 768px) {
        .profile-wrapper .profile-container .savedjob-container {
            max-width: 350px;
            margin: auto;
        }

            .profile-wrapper .profile-container .savedjob-container .savedjob-body {
                margin-top: 20px;
                max-width: 350px;
                margin: auto;
                margin-top: 45px;
                height: auto;
            }

                .profile-wrapper .profile-container .savedjob-container .savedjob-body .save-post-pagination {
                    margin-top: 40px;
                }

                    .profile-wrapper .profile-container .savedjob-container .savedjob-body .save-post-pagination li.active-page a {
                        padding: 10px;
                        font-size: 12px !important;
                    }

                    .profile-wrapper .profile-container .savedjob-container .savedjob-body .save-post-pagination li a {
                        font-size: 12px !important;
                    }

                .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body {
                    margin-top: -10px;
                    width: 250px;
                    height: 160px;
                }



                    .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .savedjob-details {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                    }

                        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .savedjob-details .btn-container {
                            text-align: start;
                        }

                            .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .savedjob-details .btn-container button {
                                margin-right: 30px;
                                font-size: 13px;
                                height: 29px;
                                margin-top: -20px;
                            }

                        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .savedjob-details h3,
                        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .savedjob-details p,
                        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .row-form .scope,
                        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .row-form .location {
                            font-size: 12px;
                        }
    }

    /*======Applied Job ======*/
    .profile-wrapper .profile-container .appliedjob-container {
        max-width: 850px;
        margin: auto;
        margin-top: 65px;
        margin-left: 90px;
    }

        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body {
            margin: 40px 0 30px 0;
            background: var(--secondary-background);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            max-width: 829px;
            overflow: auto;
            height: 690px;
            padding: 50px;
            border-radius: 25px;
        }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-header {
                padding: 8px;
                background: var(--primary-background);
                color: #fff;
            }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-right-header .ms-status {
                margin-left: 70px !important;
            }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-header .applied-job-right-header {
                margin-left: 100px;
            }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-list .job-alert-list {
                margin-left: 20px;
            }

                .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-list .job-alert-list .pending-status {
                    font-size: 13px;
                    background: rgba(235, 235, 235, 0.90);
                    padding: 5px 11px 3px 13px;
                    border-radius: 8px;
                    width: 35%;
                    color: #EE3158;
                    font-weight: bolder;
                }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-list .job-alert-activity .process-content label {
                font-weight: 600;
                color: #FF6786;
            }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-list .job-alert-activity .process-content label,
            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-list .job-alert-activity .process-content span {
                font-size: 12px;
            }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-header .header-container h4 {
                margin-top: 8px;
                font-size: 15px;
            }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-post-pagination {
                display: flex;
                justify-content: end;
                margin-top: 30px;
                list-style: none;
                text-align: end;
                color: var(--font-color-black);
            }

                .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-post-pagination li {
                    cursor: pointer;
                    margin: 10px;
                }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body {
                margin: 0 0 30px 0;
                width: 717px;
                height: 124px;
                background: var(--form-background-color);
                border-radius: 20px;
            }

                .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form {
                    padding: 10px 40px;
                }


                    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form h3 {
                        margin: 10px 0 5px 0;
                        font-size: var(--font-size-20);
                        font-weight: var(--font-weight-700);
                        color: var(--primary-background);
                        letter-spacing: 0.6px;
                        line-height: normal;
                        text-decoration: underline;
                    }

                    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form .scope {
                        font-size: 16px;
                        font-weight: 600;
                        letter-spacing: 0.68px;
                        line-height: normal;
                        margin-top: -8px;
                    }

                    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form .location {
                        font-size: 16px;
                        font-weight: 400;
                        letter-spacing: 0.48px;
                        margin-top: -16px;
                    }

                .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .btn-container {
                    text-align: end;
                    margin: 0 20px 0 40px;
                }

                    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .btn-container button {
                        font-weight: var(--font-weight-700);
                        background: var(--primary-background);
                        width: 178px;
                        height: 40px;
                        border: none;
                        flex-shrink: 0;
                        transition: .2s all ease-in;
                    }

                        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .btn-container button:hover {
                            background: var(--background-primary-hover);
                        }

    @media only screen and (max-width: 768px) {
        .profile-wrapper .profile-container .appliedjob-container {
            max-width: 350px;
            margin: auto;
        }

            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body {
                width: 350px;
                margin: auto;
                height: auto;
                margin-top: 45px;
            }

                .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-post-pagination {
                    margin-top: 40px;
                }

                    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-post-pagination li.active-page a {
                        padding: 10px;
                        font-size: 12px !important;
                    }

                    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-post-pagination li a {
                        font-size: 12px;
                    }

                .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body {
                    margin-top: -10px;
                    width: 250px;
                    height: 160px;
                }

                    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .appliedjob-details {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                    }

                        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .appliedjob-details .btn-container {
                            text-align: start;
                        }

                            .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .appliedjob-details .btn-container button {
                                margin-right: 30px;
                                height: 29px;
                                font-size: 13px;
                                margin-top: -20px;
                            }

                        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .appliedjob-details h3,
                        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .appliedjob-details p,
                        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form .scope,
                        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .row-form .location {
                            font-size: 11px !important;
                        }
    }

    @media only screen and (max-width: 430px) {
        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-list .job-alert-list {
            margin-left: 0 !important;
        }
    }

    @media only screen and (max-width: 400px) {
        .profile-wrapper .profile-container .savedjob-container .savedjob-body .savedjob-inner-body .savedjob-details h3 {
            font-size: 12px;
        }
    }

    .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .applied-job-list .job-alert-list {
        margin-left: 20px;
    }

    /*====== Account Setting Style =====*/

    .profile-wrapper .profile-container .accountsetting-container {
        max-width: 850px;
        margin: auto;
        margin-top: 40px;
        margin-left: 90px;
    }

        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body {
            margin: 60px 0 30px 0;
            background: var(--secondary-background);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 829px;
            height: 690px;
            padding: 40px;
            border-radius: 25px;
            overflow: auto;
        }


            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .row-form h3 {
                font-size: 16px;
                font-weight: var(--font-weight-700);
                line-height: normal;
                letter-spacing: 1.5px;
            }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .row-form p {
                font-size: 15px;
                font-weight: var(--font-weight-400);
                line-height: normal;
                letter-spacing: 1.5px;
            }


            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .row-form .subscription {
                font-size: 11px;
                font-weight: var(--font-weight-400);
                line-height: normal;
                letter-spacing: 1.5px;
                text-align: justify;
                letter-spacing: 0.3px !important;
            }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container {
                text-align: end;
                margin: 0 20px 0 40px;
            }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container button {
                    font-size: 12px;
                    font-weight: var(--font-weight-700);
                    background: var(--secondary-background);
                    color: #EE3158;
                    width: 195px;
                    height: 40px;
                    border: 2px solid var(--primary-background);
                    flex-shrink: 0;
                    transition: .2s all ease-in;
                }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details {
                padding-top: 30px;
            }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container button:hover {
                font-weight: var(--font-weight-700);
                background: var(--primary-background);
                color: var(--font-color-white);
            }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container {
                padding: 0 0 30px 0;
            }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .deactivate-container {
                margin: -30px 0 25px 0;
            }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .deactivate-account {
                font: 12px;
                font-weight: var(--font-weight-700);
                color: #EE3158;
                cursor: pointer;
                transition: .2s all ease-in;
            }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .deactivate-account:hover {
                    color: var(--background-primary-hover);
                }

    @media only screen and (max-width: 990px) {
        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details-password,
        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details-number {
            margin-left: -3rem !important;
        }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details-password .password-field,
            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details-number .number-field {
                margin-left: 3rem !important;
            }

        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container .btn-password {
            margin-left: 9rem !important;
        }

        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container .btn-contactno {
            margin-left: 7rem;
        }
    }

    @media only screen and (max-width: 768px) {


        .profile-wrapper .profile-container .accountsetting-container {
            max-width: 350px;
            margin: auto;
            margin-top: 20px;
        }

            .profile-wrapper .profile-container .accountsetting-container .accountsetting-body {
                background: var(--secondary-background);
                box-shadow: none;
                width: 350px;
                height: 660px;
                margin-top: 0rem;
            }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details input {
                    font-size: 12px;
                }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details {
                    margin-top: -40px;
                    margin-bottom: 10px;
                    padding: 0 !important;
                    text-align: center;
                    display: flex;
                    flex-direction: column;
                }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details-password,
                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details-number {
                    display: flex;
                    flex-direction: column;
                    margin-top: -30px !important;
                    margin-left: -4rem !important;
                }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container .btn-password,
                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container .btn-contactno {
                    margin-left: 3rem !important;
                }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container button {
                    font-size: 10px;
                    width: 180px;
                    height: 32px;
                    margin-top: 10px;
                }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .row-form p,
                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .row-form h3 {
                    font-size: 12px;
                    text-wrap: wrap;
                }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .deactivate-container {
                    margin-top: -4.5rem;
                    font-size: 12px;
                    text-align: center;
                }

                .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .row-form p, .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .row-form h3 {
                    text-align: center;
                    font-size: 11px;
                    margin-bottom: 0rem;
                }
    }

    @media only screen and (max-width: 500px) {
        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .btn-container button {
            margin-left: -30px;
        }
    }


    @media only screen and (max-width: 400px) {
        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details-password {
            margin-top: 20px !important;
        }

        .profile-wrapper .profile-container .accountsetting-container .accountsetting-body .accountsetting-container-details {
            margin-top: 40px !important;
        }
    }

    /*======Full Job Description ======*/

    .job-description-container {
        max-width: 1240px;
        margin: auto;
        margin-top: -5rem;
    }

        .job-description-container .heading-text {
            margin-top: 10rem;
            margin-bottom: 30px;
            font-size: var(--font-size-25);
            font-weight: var(--font-weight-700);
            letter-spacing: 0.75px;
            line-height: normal;
        }

        .job-description-container .job-description-body {
            width: 1250px;
            height: 1000px;
            border-radius: 10px;
            overflow-y: auto; /* Enables vertical scrolling */
            overflow-x: hidden;
            background: var(--form-background-color);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        }

            .job-description-container .job-description-body .job-title {
                font-size: var(--font-size-25);
                color: var(--primary-background);
                font-weight: var(--font-weight-700);
                text-decoration-line: underline;
                line-height: normal;
            }

            .job-description-container .job-description-body .job-scoped {
                font-size: 13px;
                margin-top: -10px;
                font-weight: 600;
                line-height: normal;
            }

            .job-description-container .job-description-body .job-location {
                font-size: 15px;
                margin-top: -20px;
                font-weight: 500;
                line-height: normal;
            }

            .job-description-container .job-description-body .btn-container {
                margin: -5px 20px 0 30px;
            }

            .job-description-container .job-description-body .posted-date {
                padding: 3.5rem 4.5rem 0 0;
            }

            .job-description-container .job-description-body .row {
                margin-top: -30px;
            }

            .job-description-container .job-description-body .btn-container button {
                width: 180px;
                height: 50px;
                font-size: var(--font-size-20);
                margin-left: 65px;
                font-weight: var(--font-weight-700);
                color: #FFF;
                border: none;
                border-radius: 10px;
                outline: none;
                background: var(--primary-background);
                transition: .2s all ease-in;
            }

                .job-description-container .job-description-body .btn-container button:hover {
                    background: var(--background-primary-hover);
                }


                .job-description-container .job-description-body .btn-container button img {
                    width: 30px;
                    height: 30px;
                    margin: 0 10px 0 0;
                }

            .job-description-container .job-description-body .job-description-inner {
                margin-top: -30px;
            }

                .job-description-container .job-description-body .job-description-inner .job-summary {
                    margin: 0 0 30px 0;
                }

                    .job-description-container .job-description-body .job-description-inner .job-summary h4 {
                        font-size: 20px;
                        font-weight: var(--font-weight-700);
                        text-transform: uppercase;
                    }

                    .job-description-container .job-description-body .job-description-inner .job-summary p {
                        font-size: 15px;
                        letter-spacing: 0.46px;
                        margin-top: -8px;
                        margin-bottom: 50px;
                    }

                .job-description-container .job-description-body .job-description-inner .job-responsibility,
                .job-description-container .job-description-body .job-description-inner .job-qualification {
                    margin-bottom: 50px;
                }

                    .job-description-container .job-description-body .job-description-inner .job-responsibility h4,
                    .job-description-container .job-description-body .job-description-inner .job-qualification h4 {
                        font-size: 20px;
                        font-weight: var(--font-weight-700);
                        text-transform: uppercase;
                    }

                    .job-description-container .job-description-body .job-description-inner .job-responsibility ul li,
                    .job-description-container .job-description-body .job-description-inner .job-qualification ul li {
                        font-size: 15px;
                        letter-spacing: 0.46px;
                    }

                .job-description-container .job-description-body .job-description-inner .job-types,
                .job-description-container .job-description-body .job-description-inner .job-salary {
                    margin-bottom: 30px;
                }

                    .job-description-container .job-description-body .job-description-inner .job-types label,
                    .job-description-container .job-description-body .job-description-inner .job-salart label {
                        font-size: 15px;
                        font-weight: 400;
                    }

                .job-description-container .job-description-body .job-description-inner .benefits,
                .job-description-container .job-description-body .job-description-inner .schedule,
                .job-description-container .job-description-body .job-description-inner .supplemental {
                    margin-bottom: 20px;
                }

                    .job-description-container .job-description-body .job-description-inner .benefits h4,
                    .job-description-container .job-description-body .job-description-inner .schedule h4,
                    .job-description-container .job-description-body .job-description-inner .supplemental h4 {
                        font-size: 15px;
                        font-weight: var(--font-weight-700);
                    }

                    .job-description-container .job-description-body .job-description-inner .benefits ul li,
                    .job-description-container .job-description-body .job-description-inner .schedule ul li,
                    .job-description-container .job-description-body .job-description-inner .supplemental ul li {
                        font-size: 15px;
                        font-weight: var(--font-weight-400);
                        line-height: normal;
                    }

    @media only screen and (max-width: 1450px) {
        .job-description-container .heading-text {
            margin-top: 9rem;
        }
    }

    @media only screen and (max-width: 1270px) {
        .job-description-container {
            max-width: 1100px;
            margin: auto;
        }

            .job-description-container .job-description-body {
                width: 1095px;
            }
    }

    @media only screen and (max-width: 1120px) {
        .nav-background .search-form {
            max-width: 500px;
            margin: auto;
        }
    }

    @media only screen and (max-width: 1020px) {
        .job-description-container {
            max-width: 830px !important;
            margin: auto;
            margin-top: -26rem;
        }

            .job-description-container .job-description-body {
                margin: 10px 30px 15px 30px;
                width: 745px !important;
            }

                .job-description-container .job-description-body .job-title {
                    font-size: var(--font-size-20);
                }

                .job-description-container .job-description-body .job-scoped,
                .job-description-container .job-description-body .job-location {
                    font-size: 18px;
                }

                .job-description-container .job-description-body .btn-container {
                    margin-left: 50px;
                }

                    .job-description-container .job-description-body .btn-container button {
                        margin: 0 10px 0 0;
                    }
    }

    @media only screen and (max-width: 990px) {
        .nav-background .search-form {
            width: 800px;
        }

        .nav-background .heading-text {
            font-size: 30px;
        }

        .nav-background .search-form form .second-form-row div input {
            width: 240px;
        }
    }

    @media only screen and (max-width: 920px).job-description-container .heading-text {
        .job-description-container .heading-text {
            margin-top: 8rem;
            margin-left: 20px;
        }
    }

    @media only screen and (max-width: 900px) {
        .job-description-container {
            max-width: 800px;
            margin: auto;
        }

            .job-description-container .job-description-body {
                width: 730px !important;
            }

        .nav-background .search-form {
            width: 740px;
        }

        .job-description-container .heading-text {
            margin-top: -19rem;
        }
    }

    @media only screen and (max-width:768px) {
        .job-description-container {
            max-width: 900px;
            margin: auto;
            margin-top: -30rem 30px;
        }

            .job-description-container .heading-text {
                margin: -12rem 30px 15px 30px;
            }

            .job-description-container .job-description-body {
                margin: 10px 50px 15px 30px;
                width: 90% !important;
            }

                .job-description-container .job-description-body .job-title,
                .job-description-container .job-description-body .job-scoped,
                .job-description-container .job-description-body .job-location,
                .job-description-container .job-description-body .btn-container button {
                    font-size: 13px !important;
                }

                .job-description-container .job-description-body .job-description-inner .job-summary h4,
                .job-description-container .job-description-body .job-description-inner .job-responsibility h4,
                .job-description-container .job-description-body .job-description-inner .job-qualification h4 {
                    font-size: 18px;
                }
    }


    @media only screen and (max-width: 750px) {
        .nav-background .search-form {
            width: 450px;
        }

        .job-description-container .heading-text {
            font-size: 17px;
        }
    }

    @media only screen and (max-width:500px) {
        .job-description-container {
            max-width: 900px;
            margin: auto;
            margin-top: -30rem;
            margin-left: 30px;
        }

        .profile-wrapper .profile-container .requirements-container .requirements-body .requirements-inner-body .btn-container button,
        .profile-wrapper .profile-container .requirements-container .requirements-body-resume .requirements-inner-body .btn-container button,
        .profile-wrapper .profile-container .appliedjob-container .appliedjob-body .appliedjob-inner-body .appliedjob-details .btn-container button {
            font-size: 12px;
        }

        .job-description-container .heading-text {
            font-size: 20px;
            margin: 18rem 30px 15px 30px;
        }

        .job-description-container .job-description-body .posted-date p {
            font-size: 15px;
            text-align: center;
        }

        .job-description-container .job-description-body {
            margin: 25px 30px 15px 10px;
            width: 400px !important;
            height: 1900px;
        }

            .job-description-container .job-description-body .job-title,
            .job-description-container .job-description-body .job-scoped,
            .job-description-container .job-description-body .job-location {
                font-size: 16px !important;
            }

            .job-description-container .job-description-body .job-description-inner .job-responsibility h4,
            .job-description-container .job-description-body .job-description-inner .job-summary h4,
            .job-description-container .job-description-body .job-description-inner .job-qualification h4 {
                font-size: 16px !important;
            }

            .job-description-container .job-description-body .btn-container {
                margin-right: 35px;
                display: flex;
                flex-direction: column;
                gap: 15px
            }

                .job-description-container .job-description-body .btn-container button {
                    font-size: 13px;
                    height: 50px;
                }

                    .job-description-container .job-description-body .btn-container button img {
                        width: 20px;
                        height: 20px;
                    }
    }

    @media only screen and (max-width:450px) {
        .job-description-container .job-description-body {
            width: 350px !important;
            height: 650px !important;
        }

            .job-description-container .job-description-body .btn-container {
                margin-right: 15px;
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

        .nav-background .search-form {
            width: 330px;
        }
    }

    @media only screen and (max-width: 400px) {
        .job-description-container .job-description-body {
            width: 320px !important;
        }

            .job-description-container .job-description-body .btn-container {
                display: flex;
                flex-direction: column;
                gap: 10px;
                margin-right: 40px;
            }
    }

    @media only screen and (max-width: 375px) {
        .job-description-container .job-description-body {
            width: 295px !important;
        }

            .job-description-container .job-description-body .btn-container {
                margin-right: 30px;
            }

                .job-description-container .job-description-body .btn-container button {
                    width: 150px;
                }

        .job-description-container .heading-text {
            font-size: 20px;
            margin: 23rem 30px 15px 30px;
        }
    }

    /*========Job Search List Style ==========*/
    .job-list-search {
        margin-top: 30px;
    }



        .job-list-search .search-result h3 {
            text-align: center;
            font-size: 20px;
            font-weight: 800;
            letter-spacing: 2px;
        }

    @media only screen and (max-width: 768px) {
        .job-list-search {
            margin-top: -18em;
        }
    }

    @media only screen and (max-width:500px) {
        .job-list-search {
            margin-top: -20rem;
        }

            .job-list-search .search-result h3 {
                font-size: 15px;
            }
    }


    /*---Style for Reminder*/
    .reminder-container {
        max-width: 1110px;
        margin: auto;
        margin-top: 90px;
        margin-bottom: 40px;
    }

        .reminder-container .container-body {
            border-radius: 10px;
            width: 1120px;
            padding: 10px 15px;
            background: var(--tietary-bcakground);
        }

            .reminder-container .container-body p {
                color: #000;
                font-size: 12px;
                text-align: justify;
                font-style: italic;
            }

    @media only screen and (max-width: 768px) {
        .reminder-container {
            width: 100%;
        }

            .reminder-container .container-body {
                width: 700px;
                margin: 10px 25px;
            }
    }

    @media only screen and (max-width: 1300px) {
        .reminder-container {
            max-width: 960px !important;
            margin: auto;
            margin-top: 90px;
        }

            .reminder-container .container-body {
                width: 1000px;
            }
    }

    @media only screen and (max-width: 1120px) {
        .reminder-container {
            max-width: 900px;
            margin: auto;
            margin-top: 90px;
        }

            .reminder-container .container-body {
                width: 950px;
            }
    }

    @media only screen and (max-width: 970px) {
        .reminder-container {
            max-width: 800px !important;
            margin: auto;
            margin-top: 90px;
        }

            .reminder-container .container-body {
                width: 800px !important;
            }
    }

    @media only screen and (max-width: 830px) {
        .reminder-container {
            max-width: 650px !important;
            margin: auto;
            margin-top: 90px;
        }

            .reminder-container .container-body {
                width: 650px !important;
            }
    }

    @media only screen and (max-width: 768px) {
        .reminder-container {
            max-width: 500px !important;
            margin: auto;
            margin-top: 90px;
        }

            .reminder-container .container-body {
                width: 450px !important;
            }
    }

    @media only screen and (max-width: 500px) {
        .reminder-container {
            max-width: 430px !important;
            margin: auto;
            margin-top: 90px;
        }

            .reminder-container .container-body {
                width: 380px !important;
                margin: 10px 25px;
            }
    }

    @media only screen and (max-width: 400px) {
        .reminder-container {
            max-width: 380px !important;
            margin: auto;
            margin-top: 90px;
        }

            .reminder-container .container-body {
                width: 340px !important;
                margin: 10px 25px;
            }
    }


    /*======Syncfusion Customization ======*/
    .e-numericcontainer .e-link {
        color: #EE3158 !important;
    }


        .e-numericcontainer .e-link.e-active {
            background: #EE3158 !important;
            color: #fff !important;
        }

    .e-pager .e-currentitem.e-numericitem.e-focused {
        background: #EE3158 !important;
        box-shadow: 0 0 0 1px #EE3158 inset !important;
    }

    .e-pager div.e-icons.e-pager-default {
        color: #EE3158 !important;
    }

    .e-pager.sf-pager .e-np,
    .e-pager.sf-pager .e-pp {
        color: #EE3158 !important;
    }

    .e-pager .e-parentmsgbar {
        font-size: 12px;
    }

    .e-grid .e-headercelldiv {
        font-size: 12px !important;
    }

    .e-grid.e-responsive .e-rowcell {
        font-size: 12px;
    }

    .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
    e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
        font-size: 12px !important;
    }

    .e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
        box-shadow: 0 0 0 1px #EE3158 inset !important;
    }

    .e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
        background: #EE3158 !important;
        border-color: #EE3158 !important;
    }
    /*======Style for Customization in modal of User Agreement======*/
    /*.custom-file-input
{
    position: relative;
    z-index: 2;
    width:100%;
    opacity:0;
    margin: 0;
}*/
    .signatureAttachmentViewer {
        font-size: 13px;
        font-weight: 500;
    }

    .custom-file-input-label {
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        top: 0;
        left: 113px;
        z-index: 1;
        width: 78%;
        padding: 6px;
        color: #495057;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 5px;
    }

    /*======Style for Customization in Resume======*/

    .resume-body-wrapper {
        margin: auto;
        margin-left: 11px;
    }

        .resume-body-wrapper .btn-edit-resume button {
            width: 40px !important;
            background: none;
            border: none;
        }

        .resume-body-wrapper .btn-edit-resume {
            text-align: right;
        }

            .resume-body-wrapper .btn-edit-resume button img {
                width: 18px;
                transition: .3s ease-in-out
            }

            .resume-body-wrapper .btn-edit-resume button:hover img {
                width: 22px;
            }

    .resume-header,
    .educational-header,
    .trainingSeminar-header,
    .skill-header,
    .awardCitation-header,
    .characterReference-header {
        background: var(--primary-background);
        width: 100%;
        padding: 12px 8px 6px 7px;
    }

        .resume-header h3,
        .educational-header h3,
        .trainingSeminar-header h3,
        .skill-header h3,
        .awardCitation-header h3,
        .characterReference-header h3 {
            vertical-align: center;
            text-align: left;
            color: #fff;
            font-size: 16px;
        }


.resume-content,
.educational-content,
.trainingSeminar-content,
.skill-content,
.awardCitation-content,
.characterReference-content {
    padding: 10px;
}

        .resume-content .resume-inner-content ul,
        .educational-content .educational-inner-content ul,
        .trainingSeminar-content .trainingSeminar-inner-content ul,
        .skill-content .skill-inner-content ul,
        .awardCitation-content .awardCitation-inner-content ul,
        .characterReference-content .characterReference-inner-content ul {
            margin-left: -25px;
        }

            .resume-content .resume-inner-content ul li,
            .educational-content .educational-inner-content ul li,
            .trainingSeminar-content .trainingSeminar-inner-content ul li,
            /*    .skill-content .skill-inner-content ul li,*/
            .awardCitation-content .awardCitation-inner-content ul li,
            .characterReference-content .characterReference-inner-content ul li {
                margin: 8px 3px 8px 2px;
            }

                .resume-content .resume-inner-content ul li div,
                .educational-content .educational-inner-content ul li div,
                .trainingSeminar-content .trainingSeminar-inner-content ul li div,
                .awardCitation-content .awardCitation-inner-content ul li div,
                .characterReference-content .characterReference-inner-content ul li div {
                    margin: -15px 0 2px 3px;
                }

    .skill-content ul li p {
        text-transform: var(--text-transform);
    }

    .skill-content .skill-inner-content ul li {
        margin: -4px 0 2px 3px
    }

    .resume-section {
        text-align: justify;
    }

        .resume-section h5 {
            font-size: 15px;
            font-style: italic;
        }

    .show-modal {
        display: block !important;
    }

    .add {
        margin-bottom: 8px;
        background: #FF6786;
        width: 20px;
        height: 20px;
        text-align: center;
    }

        .add i {
            font-size: 13px;
            cursor: pointer;
            color: #fff;
        }


    .delete i,
    .edit i {
        font-size: 15px;
        cursor: pointer;
        color: #FF6786;
        transition: .2s ease-in;
    }

        .delete i:hover,
        .edit i:hover {
            font-size: 17px;
        }

    @media only screen and (max-width: 1020px) {
        .resume-content .resume-inner-content ul, .educational-content .educational-inner-content ul, .trainingSeminar-content .trainingSeminar-inner-content ul, .skill-content .skill-inner-content ul, .awardCitation-content .awardCitation-inner-content ul, .characterReference-content .characterReference-inner-content ul {
            text-align: left;
        }
    }


    @media only screen and (max-width: 990px) {
        .resume-body-wrapper {
            margin-left: 30px;
        }
    }

    @media only screen and (max-width: 768px) {
        .resume-header h3,
        .educational-header h3,
        .trainingSeminar-header h3,
        .skill-header h3,
        .awardCitation-header h3,
        .characterReference-header h3 {
            font-size: 16px;
        }

        .resume-content .resume-inner-content ul li p,
        .educational-content .educational-inner-content ul li p,
        .trainingSeminar-content .trainingSeminar-inner-content ul li p,
        .skill-content .skill-inner-content ul li,
        .awardCitation-content .awardCitation-inner-content ul li p,
        .characterReference-content .characterReference-inner-content ul li p {
            font-size: 13px;
        }

        .resume-body-wrapper .btn-edit-resume button img {
            width: 12px;
        }

        .resume-body-wrapper .btn-edit-resume button:hover img {
            width: 15px;
        }

        .resume-body-wrapper {
            margin-left: 15px;
        }

        .btn-action {
            display: flex !important;
            flex-direction: column !important;
        }

            .btn-action button {
                width: 80px !important;
                font-size: 10px !important;
                margin: 8px !important;
            }
    }


    @media only screen and (max-width: 640px) {

        .resume-header,
        .educational-header,
        .trainingSeminar-header,
        .skill-header,
        .awardCitation-header,
        .characterReference-header {
            padding: 8px 8px 3px 7px;
        }

            .resume-header h3,
            .educational-header h3,
            .trainingSeminar-header h3,
            .skill-header h3,
            .awardCitation-header h3,
            .characterReference-header h3 {
                font-size: 13px;
                margin-left: 50px;
            }

        .resume-body-wrapper {
            margin-left: 45px;
        }

        .resume-content .resume-inner-content ul li p,
        .educational-content .educational-inner-content ul li p,
        .trainingSeminar-content .trainingSeminar-inner-content ul li p,
        .skill-content .skill-inner-content ul li,
        .awardCitation-content .awardCitation-inner-content ul li p,
        .characterReference-content .characterReference-inner-content ul li p {
            font-size: 10px;
        }
    }

    @media only screen and (max-width: 430px) {
        .resume-header {
            margin-left: 0px !important;
        }
    }

    @media only screen and (max-width: 600px) {

        .resume-header,
        .educational-header,
        .trainingSeminar-header,
        .skill-header,
        .awardCitation-header,
        .characterReference-header {
            padding: 10px 8px 3px 7px;
        }

            .resume-header h3,
            .educational-header h3,
            .trainingSeminar-header h3,
            .skill-header h3,
            .awardCitation-header h3,
            .characterReference-header h3 {
                font-size: 11px;
            }

        .resume-content .resume-inner-content ul li p,
        .educational-content .educational-inner-content ul li p,
        .trainingSeminar-content .trainingSeminar-inner-content ul li p,
        .skill-content .skill-inner-content ul li,
        .awardCitation-content .awardCitation-inner-content ul li p,
        .characterReference-content .characterReference-inner-content ul li p {
            font-size: 9px;
        }

        .delete i,
        .edit i {
            font-size: 11px;
        }
    }

    @media only screen and (max-width: 500px) {
        .add {
            margin-right: 55px;
        }
    }

    @media only screen and (max-width: 430px) {
        .add {
            margin-right: 20px;
        }

        .delete {
            margin-right: 10px;
        }
    }

    @media only screen and (max-width: 420px) {
        .resume-content,
        .educational-content,
        .trainingSeminar-content,
        .skill-content,
        .awardCitation-content,
        .characterReference-content {
            margin-left: 60px;
        }
    }

    @media only screen and (max-width: 400px) {
        .add {
            margin-right: 8px;
        }

        .modal-fullscreen {
            width: 111vw !important;
        }
    }

    /*============ Style for Applicant Information Modal=============*/
    .modal-header-custom .modal-title {
        margin-left: 25px !important;
    }

    .applicant-form-container {
        margin: 0 20px !important;
    }

    /*.form-wrapper .form-control,
.form-wrapper .form-select,
.form-wrapper .input-group .form-control{
    background: transparent !important;
    outline: none !important;
    border: 1px solid var(--primary-background) !important;
    border-radius: 3px !important;
}*/

    .form-wrapper .form-control:focus,
    .form-wrapper .form-select:focus,
    .form-wrapper .input-group .form-control:focus {
        border-color: #FF6786;
        outline: 0;
        box-shadow: 2px 3px 22px -4px rgba(255, 103, 134, 0.5);
    }



    /*========== Additional Custom css for Resume Form ================*/
    .showform {
        display: block;
    }

    .hideform {
        display: none;
    }


    /*============ Modal Customization for Accept Screening ===========*/

    .modal-secondary-header,
    .modal-content-info p,
    .row-modal-wrapper .form-modal {
        font-size: 12px;
    }

    modal-secondary-decline {
        font-size: 14px;
    }


    /*New Style css for Document Submission**/
    .input-field-container .input-field-file {
        width: 500px;
    }

        .input-field-container .input-field-file::placeholder {
            text-transform: uppercase;
        }

        .input-field-container .input-field-file:focus {
            box-shadow: 0 4px 8px rgba(238, 49, 88, 0.5);
            border-color: #EE3158;
        }

        .input-field-container .input-field-file:hover {
            cursor: pointer;
        }


    .input-file-info .form-control:focus {
        box-shadow: 0 4px 8px rgba(238, 49, 88, 0.5) !important;
        border-color: #EE3158 !important;
    }

    @media only screen and (max-width: 440px) {
        .upload-container {
            display: flex !important;
            flex-direction: column !important;
        }

        .input-field-container .input-field-file {
            width: 320px;
        }
    }
