.show-lg {
    display: block;
}

.show-xs {
    display: none;
}

.mobile-header {
    height: 60px;
    width: 100%;
    background: #f7fcf9;
    position: fixed;
    z-index: 1030;
    top: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}

.slidemenu-bg {
    position: fixed;
    top: 0;
    z-index: 1049;
    background: rgb(0,0,0,.4);
    height: 100%;
    width: 100%;
}

.btn-menu-recuriter {
    float: right;
    font-size: 20px;
    position: relative;
    color: black;
    top: 0px;
    display: flex;
    height: 50px;
    width: 59px;
    background: transparent;
    align-items: center;
    justify-content: center;
}

.btn-menu {
    font-size: 18px;
    width: 40px;
    background: transparent;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: relative;
    top: 3px;
}

.pb-dropdown {
    padding-bottom: 9px !important;
    padding-top: 10px !important;
}

.slider-content {
    width: 250px;
    background: #fff;
    position: fixed;
    top: 0px;
    padding: 10px 13px;
    height: 100%;
    z-index: 1050;
}

.btn-close-slider {
    width: 40px;
    height: 40px;
    background: #212020;
    color: #fff;
    border-radius: 10px;
    float: right;
    font-size: 17px;
}

.recruiter-logo-sm {
    position: relative;
    top: 12px;
}

.mobile-header ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: normal !important;
}

.mobile-header .dropdown-item {
    font-weight: 500 !important;
}

.drop-title {
    font-size: 13px !important;
}

.tab_list_job_title {
    display: none;
}

.desktop_list_job_title {
    display: block;
}

@media only screen and (max-width:1440px) {
    .tab_small button {
        font-size: 11px !important;
    }
}

@media only screen and (max-width:1024px) {

    .tab_list_job_title {
        display: block;
    }

    .desktop_list_job_title {
        display: none;
    }

    #jobDetails {
        display: none !important;
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .tab_small button {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:1024px) {
    .navbar_list li {
        display: inline-block;
        margin-right: 6px;
        margin-left: 6px;
    }



    .status-list li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .logo-home {
        max-width: 134px;
        position: relative;
        top: 10px;
    }
}

@media (min-width: 768px) and ( max-width:1022px) {
    .profile-details-lg-bx {
        position: relative;
        min-height: 51px;
        padding-left: 57px;
    }

    .status-reader {
        padding: 9px 14px;
        border-radius: 50px;
        font-size: 12px;
        line-height: 33px;
    }

    .profile-details-lg-bx div h3 {
        font-weight: bold;
        text-transform: capitalize;
        font-size: 25px;
    }

    #jobDetails {
        display: none !important;
    }

    .show-lg {
        display: block;
    }

    .show-xs {
        display: none;
    }


    .tab_list_job_title {
        display: block !important;
    }

    .desktop_list_job_title {
        display: none !important;
    }
}


@media (min-width:700px) and ( max-width:1022px) {

    .reg-left-side {
        position: relative;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        min-width: 100%;
    }

    .reg-right-side {
        position: relative;
        height: auto;
        min-width: 100%;
    }

    #jobDetails {
        display: none !important;
    }

    .job-preview-header .profile-details {
        padding-left: 20px;
    }

    .btn-tab {
        padding-left: 20px !important;
    }

        .btn-tab .btn-post-apply-border {
            position: relative;
            top: -4px;
        }

    .default-container {
        padding: 0 10px !important;
    }

    .search_container {
        margin-top: 60px;
    }

    .filter-area select {
        width: 67%;
        float: right;
    }

    .tab_small button {
        background-color: inherit;
        float: left;
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        outline: none;
        cursor: pointer;
        padding: 6px 6px;
        width: 50%;
        transition: 0.3s;
        font-size: 12px;
        border-bottom: 2px solid #f1f1f1;
        text-transform: capitalize;
    }

    .tab_small button {
        padding: 4px 4px;
    }

    
    .tab_list_job_title {
        display: block;
    }
    .desktop_list_job_title {
        display: none;
    }
}


@media (min-width:600px) and (max-width:800px) {
    .btn-right {
        float: left;
        display: inline-block;
        padding-left: 40px;
    }

    .content {
        margin-bottom: 20px;
    }

    .status-list li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .recuriter-navbar .logo {
        max-width: 77% !important;
        position: relative;
        top: 9px;
    }

    
    .candidate-edit-btn {
        padding-left: 20px;
        margin-left: 42px;
    }

    .status-reader-round {
        width: 24px;
        height: 24px;
        border-radius: 30px;
        display: inline-block;
        background: var(--color-white);
        margin-left: 13px;
        text-align: center;
        line-height: 27px;
        font-weight: bold;
    }

    .status-reader {
        padding: 10px 10px; 
        border-radius: 50px;
        font-size: 12px;
        line-height: 34px;
    }
}

@media (min-width:300px) and (max-width:900px) {
    .show-lg {
        display: none;
    }

    .show-xs {
        display: block;
    }

    .logo-home {
        max-width: 160px;
        position: relative;
        top: 10px;
    }
}

@media (min-height: 700px) and (max-width:1500px) {
  .job-preview-content-container-height {
		min-height: 380px !important;
		max-height: 380px !important;
	}
}
