@import url(../montserrat-font/stylesheet.css);

/* ======================= 6-5-25 css ============================== */


@font-face {
    font-family: 'fontello';
    src: url('../font-icons/asterisk/fontello.eot?18151327');
    src: url('../font-icons/asterisk/fontello.eot?18151327') format('embedded-opentype'),
         url('../font-icons/asterisk/fontello.woff2?18151327') format('woff2'),
         url('../font-icons/asterisk/fontello.woff?18151327') format('woff'),
         url('../font-icons/asterisk/fontello.ttf?18151327') format('truetype'),
         url('../font-icons/asterisk/fontello.svg?18151327#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  


body{
    font-family: 'Montserrat' !important;
}

.login_para {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    color: #212934;
    max-width: 370px;
    margin: 16px auto;
    line-height: 22px;
}
  
.login_title{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: middle;
  }

  .form-control {
    /* max-width: 370px; */
    border-radius: 30px;
    padding: 13px 45px 13px 20px;
    border: 1px solid #C7C7C7;
    border-radius: 30px;
}

.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #FDE100;
}

.text_link{
font-weight: 400;
font-size: 16px;
line-height: 18px;
vertical-align: middle;
text-decoration: underline; 
color: #212934;
}
.text_link:hover{
    color: #212934;
}
.btn-custom{
    background: #FDE100;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #212934;
    cursor: pointer;
    border: 1px solid transparent;
}
.btn-custom:hover{
    background: #fddf002f;
    opacity: 1;
    color: #212934;
   border: 1px solid #fddf009a  ;
}
.common_form{
    max-width: 370px;
    margin: 0 auto;
}
.right_icon,
.custom-file-upload {
    position: relative;
    margin-bottom: 30px;
}
.right_icon .icon{
    position: absolute;
    right: 0;
    font-size: 26px;
    top: 36px;
    display: inline-flex;
    right: 15px;
    color: rgba(33, 41, 52, 30%);
}
.right_icon .show_icon .icon{
    top: -2px;
}

.right_icon button.hide_icon, .right_icon button.show_icon {
    right: 0px;
    position: absolute;
    top: 31px;
    border: 0;
    background: transparent;
}
.right_icon button.hide_icon .icon{
    top: 46%;
}
.right_icon i {
    opacity: 0.5;
}

button.hide_icon i, 
button.show_icon i{
    font-size: 20px;
}

.password .form-control {
    /* font-size: 30px; */
    /* padding: 16.5px 48px 16.5px 20px; */
    letter-spacing: 3px;
    color: rgba(33, 41, 52, 80%);
    /* height: 49px; */
}



.password input[type="text"] {
    font-size: 15px;
    letter-spacing: 0;
    padding: 12.75px 48px 12.75px 20px;
}
  .show_icon, .hide_icon {
    margin-top: 10px;
    cursor: pointer;
  }
  .back_link {
    text-align: center;
    margin-top: 30px;
}

.back_link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #212934;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* input[type="password"] {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    letter-spacing: 2px;
    font-size: 20px;
} */
.main_dashboard{
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 40px 0 0 0;
}
aside.left-sidebar {
    padding-top: 30px;
}
.left-sidebar .simplebar-content{
    padding: 0 !important;
}

.left-sidebar .scroll-sidebar{
    padding-top: 20px;
}
.sidebar-nav + ul {
    margin-left: 15px;
    padding-top: 20px;
  
}

#sidebar-nav {
    height: calc(100vh - 200px);
}

.sidebar-link span i{
    font-size: 20px;
}
.sidebar-link span{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}
.dashboard_card a.card-body {
    background: #ffffff;
    border: 1px solid #FDE100;
    box-shadow: none;
    border-radius: 10px;}

.page-wrapper .card-body,
.page-wrapper .card{
    border-radius: 16px;
}

.box-icon {
    padding: 14px;
    background: #FFFCE6;
    display: inline-flex;
    border-radius: 25px;
}
.box-icon .icon {
    font-size: 71px;
    color: #000000;
    display: inline-flex;
}
.dashboard_content_icon{
    display: flex;
    justify-content: space-between;
}
.dashboard_card .count {
    text-align: right;
    font-size: 30px;
    color: #000000 !important;
}
.dashboard_card .box_title{
font-weight: 700;
font-size: 18px;
line-height: 35px;
}

.page_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 15px;
    z-index: 111;
}
.side_icon_mid_screen{
    display: none;
}
.user-profile-img h4{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.user-profile-img{
    display: flex;
    align-items: center;
    gap: 20px;
}

/* .main_dash_board.container-fluid{
    padding-top: 15px !important;
    
} */
/* .main_dash_board .page_title{
    padding-bottom: 30px;
} */



.user-profile-img .icon {
    display: flex;
}

.login_dropdown li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:  #292929;
    padding: 8px;
    display: flex;
    gap:8px;
    border-radius: 8px;
}
.login_dropdown li a:hover,
.login_dropdown li a:focus{
    background:#FDE100;
}

.login_dropdown li.active a{
    font-weight: 600;
    background:#FDE100;
}

.login_dropdown li{
    margin-bottom: 8px;
}

.user-profile-img img{
    width: 44px;
    height: 44px;
}
.main_dashboard .nav-link .user-profile-img i{
    transition: 1s ease;
    color: #000000;
}
.main_dashboard .nav-link.show .user-profile-img i{
    transform: rotate(-180deg);
    transition: 1s ease;
    color: #000000;
}
.page-wrapper{
    background: #FFFCE6;
}


/* ------ filter design css start ------- */
.search-container {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fffbe6;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px auto;
  }
  .search-input {
    padding: 12px 16px 12px 45px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    color: rgba(33, 41, 52, 0.8);
    font-weight: 500;
}
.search-button {
    position: relative;
    background-color: #ffe100;
    border: none;
    padding: 13.5px 18.5px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(253, 225, 0, 1);
    font-size: 14px;
}

  .search-button:hover{
   background: #ffe10036;
   border: 1px solid rgba(253, 225, 0, 1);
  }
  
  .overlap-icons {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
  }
  
  .icon-circle {
    width: 20px;
    height: 20px;
    background-color: orange;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -6px;
    z-index: 1;
  }
  
  .icon-circle.blue {
    background-color: #0099ff;
    z-index: 0;
  }
  
  .sort-by {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 16px;
    display: flex;
    font-weight: 500;
    align-items: center;
    gap: 5px;
    border: 1px solid #C7C7C7;
    color: #212934CC;
}
  .sort-icon {
    font-size: 16px;
  }
  .left_icon {
    position: relative;
 
}
.left_icon .icon {
    position: absolute;
    top: 15px;
    left: 20px;
   
}
.search-container .left_icon input {
    width: 100%;
    /* min-width: 730px; */
}
.sort-by .icon {
    font-size: 21px;
    display: flex;
}

button.search-button .icon {
    font-size: 20px;
    display: inline-flex;
}


/* ------- filter design css end -------- */


.form-switch{
    position: relative;
    cursor: pointer;
}

.custom-switch .form-check-input {
    width: 65px;
    height: 26px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
   
    margin-top: 0;
    transition: background-color 0.3s ease;
  }
  
  .custom-switch {
    cursor: pointer;
  }

  .custom-switch .form-check-input:checked {
    background-color: #000;
  }
  
  .custom-switch .form-check-input::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 18px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform 0.3s ease;
}
  .custom-switch .form-check-input:checked::before {
    transform: translateX(24px);
  }
  
  .custom-switch .form-check-label {
    margin-left: 0;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 11px;
    top: 2px;
    font-size: 14px;
    font-weight: 400;
}
  /* .custom-switch .form-check-input:not(:checked) + .form-check-label {
    color: #;
  } */

  .custom-switch .form-check-input {
    width: 65px;
    height: 25px;
    background-color: #d7d7d7;
    border-radius: 20px;
    position: relative;
    transition: background-color 0.3s ease;
    appearance: none;
    border: 0;
  }
  
  .custom-switch .form-check-input:checked {
    background-color: #000;
  }
  
  .custom-switch .form-check-input::before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform 0.3s ease;
    z-index: 1;
}
  .custom-switch .form-check-input:checked::before {
    transform: translateX(41px);
  }
  .form-check-label {
    padding-left: 14px;
    color: #ffffff !important;
}

.custom-switch .form-check-label.on-label{
    left: 11px;
    top: 2px;
    padding-left: 0;
}
  
  /* .custom-switch .form-check-label {
    margin-left: 10px;
    font-weight: bold;
    transition: color 0.3s ease;
  }
   */
  .custom-switch .form-check-input:not(:checked) + .form-check-label {
    color: #ccc;
  }

  .jobseeker_table .dropdown-menu.show ul {
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 111;
    position: absolute;
    background: #FFFCE6;
    padding: 0;
    margin-bottom: 0;
    border-radius: 8px;
    right: -45px;
    top: 13px;
    max-width: max-content;
}

.jobseeker_table .dropdown-menu.show ul:before {
    content: '';
    width: 13.5px;
    height: 13.5px;
    background: #FFFCE6;
    transform: rotate(45deg) translate(-50%);
    position: absolute;
    left: 50%;
    top: 0px;
}
.jobseeker_table .dropdown-menu{
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important   ;
    margin-bottom: 0;
}

.jobseeker_table a.btn.dropdown-toggle:after{
   display: none;
    border: 0;
}

.jobseeker_table a.btn.dropdown-toggle{
        padding: 0;
        border: 0;
}

.jobseeker_table ul.dropdown-menu .dropdown-item{
    padding: 8px;
}

.jobseeker_table .dropdown-item .icon{
    font-size: 20px;
    display: flex;
    color: #000;
}

.jobseeker_table .dropdown-item {
    font-size: 14px;
    color: #464f60;
    display: flex;
    align-items: center;
    gap: 10px;
}
.jobseeker_table .table_title{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 0;
    position: relative;
}

.jobseeker_table thead tr th{
    background: #FFFCE6;
    line-height: 14px;
}

.jobseeker_table {
    box-shadow: 0px 1px 12px 0px #0000001A;
    margin-bottom: 10px;
}

th.sorted-desc, th.sorted-asc  {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 24px;
}


th.sorted-asc .table_title::after  {
     content: " ↑";
     position: absolute;
        right: -13px;
    font-size: 17px;  
}




    th.sorted-desc .table_title::after {
        content: " ↓";
        position: absolute;
        right: -13px;
        font-size: 17px;
        top: 0px;
    }
    
    .jobs_table thead tr th[data-field="priority"].sorted-asc , 
    .jobs_table thead tr th[data-field="priority"].sorted-desc {
        width: 80px;
    }

    .jobs_table th.sorted-asc .table_title::after{
        right: -13px;
        top: -3px;
    }
    .jobs_table th.sorted-desc .table_title::after{
        top: -3px;
    }

    .jobs_table thead tr th{
      width: max-content;
      margin-right: 12px;
    }

.table_img {
    width: 35px;
    height: 36px;
    border-radius: 8.33px;
    background: #F6F6F6;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
}

.customize-table tbody td{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #464F60;
}
.company_name{
    display: flex;
    align-items: center;
    gap: 10px;
}
.jobseeker_table .customize-table tbody tr:nth-child(even) td{
    background: #F7F9FC !important;
}

.customize-table tbody tr:nth-child(odd){
    background: #ffffff;
}

.search-container .left_icon {
    width: calc(100% - 500px)
}

ul#sidebarnav {
    height: calc(100vh - 170px);
}

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

.pagination_sec p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.pagination_sec ul li .icon{
    font-size: 30px;
    color :  #1E293B;
    cursor: pointer;
    display: flex;
}

.pagination_sec ul li .icon:hover{
    color:#ffe100 ;
    
}

.pagination_sec ul{
    display: flex;
    gap: 8px;
}

.dropdown .js-states {
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
    color: #212934CC;
}

.custom-file-upload {
    display: inline-flex;
    align-items: center;
    background-color: #ffd700;
    color: #000;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    border: none;
    gap: 10px;
    border: 1px solid #cdcdcd;
    margin-bottom: 0;
}



  .file-preview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0 !important;
  }
  
  .file-preview img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .file-name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
  }
  .upload-btn {
    background-color: #fde100;
    border-radius: 0 8px 8px 0;
    width: 72px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 0;
}
  .upload-btn i {
    font-size: 24px;
    color: #000;
  }
  
  /* Optional: style the remove link */
  .remove-class {
    font-size: 14px;
    color: #f50100;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
  }  


/* .custom-file-upload:hover {
    background-color: #ffcc00;
  }
   */
  .custom-file-upload svg {
    width: 22px;
    height: 22px;
}
  
    .custom-file-upload  + input[type="file"] {
        display: none;
    }

    .page_sub_title{
        font-weight: 700;
        font-size: 18px;
        line-height: 35px;
        color: #000000;
        vertical-align: middle;

    }
    .title_btn{
        justify-content: space-between;
    }

    .main_dash_board{
        margin-top: 15px;
    }
    .main_dash_board .card-body{
        box-shadow: none;
    }

    .search-container .left_icon .icon {
        font-size: 17px;
        color: rgba(33, 41, 52, 0.2);
    }

    .jobs_table thead tr th{
        background: #FFFCE6;
        padding: 22px 7px;
    }
    .jobs_table thead tr th h6{
        font-weight: 600;
        font-size: 14px;
        vertical-align: middle;
        position: relative;
        margin-bottom: 0;
        width: max-content;
    }
    .jobs_table thead tr th,
    .jobs_table tbody tr td{
        border: 0;
    }
    .customize-table tbody tr:nth-child(even) td {
        background: #ffffff !important;
    }
    .jobs_table  thead tr{
        background: #FFFCE6;
    }

.action_btn a{
    background: none;
    display: inline-flex;
    color: #000000;
}
.action_btn a .icon {
    font-size: 24px;
    display: inline-flex;
}
.action_btn{
    display: inline-flex;
    gap: 12px;
}

.jobs_table .customize-table tbody tr td:last-child{
    background: #E6E6E6 !important;
    width: 100px;
}
.jobs_mgmt_page .card-body{
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.jobs_mgmt_page .card {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: 3px 3px 12px -6px #0000001A;
}
/* .jobs_mgmt_page {
    padding-top: 20px !important;
} */

.jobs_mgmt_page .search-container .left_icon{
    width: calc(100% - 520px);
}

/* select 2 design */

/* Wrapper to control width and height */
.custom-select2-wrapper .select2-container {
    width: 172px !important;
    height: 50px;
  }
  
  /* Main display styling */
  .custom-select2-wrapper  .select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    border: 1px solid #ccc;
    border-radius: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
  }
  
  /* Remove default arrow */
  .custom-select2-wrapper  .select2-selection__arrow {
    display: none;
  }
  
  /* Custom arrow icon using your <i class="icon icon-7"> */
  .custom-select2-wrapper  .select2-container--default .select2-selection--single::after {
    content: "\67"; /* or use your icon font character */
    font-family: "untitled-font-13" !important; /* or your custom icon font */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #333;
  }
  
  /* Positioning */
  .custom-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 39px;
}

/* DROPDOWN MENU BACKGROUND */
.select2-container--default .select2-results__options {
    /* background-color: #fde100; */
    border-radius: 10px;
    padding: 5px 0;
    font-size: 16px;
  }
  
  /* OPTION STYLE */
  .select2-container--default .select2-results__option {
    padding: 8px 15px;
    color: #000;
    cursor: pointer;
  }
  
  /* Hover/active */
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000000 !important; /* Slightly deeper yellow for hover */
    color: #000;
  }

/* ================================================== */

/* .job_detail_page {
    padding-top: 20px !important;
} */
.job_detail_sec{
    padding: 0 24px;
}
.job_detail_sec .page_sub_title {
    margin-top: 24px;
}
.job_detail_sec .card .card-body,
.job_detail_sec .card{
    box-shadow: none;
    padding: 0;
}
.detail_form .form-label{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #777777;
}

.detail_form .form-control{
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #292929;
}
.detail_form .row > div{
    margin-bottom: 24px;
}

.job_detail_page .file-preview img{
    border: 1px solid #cacaca;
    padding: 3px;
    border-radius: 6px;
    width: 34px;
    height: 34px;
}
.job_detail_page .custom-file-upload{
    padding: 7px 20px;
    min-height: 48px;
    width: 100%;
    background: transparent;
}

.remove-class:hover{
    color: #000000;
}

.form-actions .btn-custom{
    width: 310px;
    max-width: 100%;
    text-align: center;
}


/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */
.app-header.fixed-header .d-inline-flex.d-lg-none{
    display: inline-flex !important;
}

.common_padding {
    padding: 15px 30px !important;
}   

.main_con_sec {
    padding: 24px 40px;
}
.phone-input-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.phone-input-wrapper .flag_img {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 10px 10px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0;
    border-radius: 0 8px 8px 0;
    width: auto;
    height: 50px;
    font-size: 16px;
    background-size: 24px;
    position: absolute;
}

.phone-input-wrapper input {
    padding-left: 100px;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus{
    border-color: #000000 !important;
}
.myprofile_page .form-control{
    border-radius: 8px;
}

.btn-bordered{
    border: 2px solid rgba(253, 225, 0, 1);
    border-radius: 50px;
    padding-top: 13px;
    padding-right: 30px;
    padding-bottom: 13px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
    background-color: #ffffff;
    vertical-align: middle;
    text-transform: uppercase;
    color:  rgba(33, 41, 52, 1);
}

.myprofile_page .main_con_sec .row,
.change_password_page .main_con_sec .row{
    max-width: 500px;
}

 .change_password_page .right_icon button.show_icon {
    right: 20px;
 }
 .change_password_page  .right_icon button.hide_icon{
    right: 12px;
 }

 .right_icon button.hide_icon .icon {
    top: 0;
    font-size: 24px;
    right: 18px;
}
.change_password_page .password input[type="password"] {
    font-size: 15px;
    color: rgba(33, 41, 52, 0.8);
    font-weight: 500;
    height: 48.99px;
    letter-spacing: 0;
}
.change_password_page .right_icon button.show_icon img{
    width: 26px;
}

.change_password_page .right_icon button.hide_icon .icon{
    right: 10px;
}
.detail_form .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
    width: 100%;
}
.detail_form .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
    background: #eeeeee;
    width: 96px;
    justify-content: center;
}
.detail_form input.iti__tel-input[type=tel] {
    padding-left: 116px !important;
}
.detail_form .tagify__tag,
.detail_form .tagify__input{
    margin: 6px;
    padding: 4px;
    height: 34px;
}
.table-responsive.overflow-visible{
    overflow: auto !important;
}

@media only screen and (max-width:1380px){
    .main_dash_board .col-xl-4.col-lg-6.col-md-6{
        width: 50%;
    }
}



@media only screen and (max-width: 1180px){
  
   
}

@media only screen and (max-width: 1024px){
    .side_icon_mid_screen{
        display: block;
    }
    .sidebar-link span i{
        font-size: 22px;
    }
    /* .jobs_mgmt_page {
        padding-top: 100px !important;
    } */
    .page_title{
        padding-left: 50px;
    }
}

@media only screen and (max-width: 991px){
   
    .navbar-expand-lg .navbar-collapse {
        display: inline-flex;
        flex-basis: auto;
        align-items: flex-end;
    }
    .main_dashboard{
        background: #ffffff;
    }
    /* .main_dash_board.container-fluid{
        padding-top: 80px !important;
    } */
    .left-sidebar{
        background: #ffffff;
        padding-right: 30px;
        width: 320px;
    }
    .page-wrapper.show-sidebar .left-sidebar{
        background: #FFFCE6;
    }
  
    .search-container{
        flex-wrap: wrap;
    }
    .job_detail_sec {
        padding: 0;
    }
    .page_title {
        padding-left: 0;
        padding-top: 50px;
    }
    
}


@media only screen and (max-width: 767px){
    .jobs_mgmt_page .search-container .left_icon,
    .search-container .left_icon{
        width: calc(100% - 80px);
    }
    .search-container .search-button{
        font-size: 0;
        gap: 0;
    }
    .sort-by{
        width: 100%;
    }
    .jobs_mgmt_page .sort-by{
        width: calc(50% - 10px);
    }
    .jobs_mgmt_page .dropdown.custom-select2-wrapper{
        width: calc(50% - 10px);
    }
    .custom-select2-wrapper .select2-container {
        width: 100% !important;
        height: 50px;
    }
    .main_dash_board .col-xl-4.col-lg-6.col-md-6{
        width: 100%;
    }
}


@media only screen and (max-width:523px){
    .user-profile-img h4{
        font-size: 0;
    }
    .user-profile-img{
        gap: 4px;
    }
    .user-profile-img img {
        width: 30px;
        height: 30px;
    }
    .user-profile-img .icon{
        font-size: 14px;
    }
    .main_dashboard img.dark-logo {
        max-width: 120px;
    }
    .main_dashboard .navbar-nav .dropdown-menu{
        border: 1px solid #cdcdcd;
    }
    aside.left-sidebar{
        padding-top: 0;
    }
    .navbar-expand-lg .navbar-collapse{
        padding-right: 0;
    }
    .search-container .left_icon{
       width: 100%;
    }
    /* .search-container .search-button ,  .search-container .sort-by{
        width: calc(50% - 10px);
    } */
    
}



.logo-loader-text {
    font-size: 80px;
    font-weight: bold;
    animation: pulse 1.5s ease-in-out infinite;
  }
  
  @keyframes pulse {
    0%, 100% { transform: scale(2); opacity: 1; }
    50%      { transform: scale(1.2); opacity: 0.7; }
  }
  
  .logo-loader, .logo-loader-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
    
  .uploadurl{
    z-index: 1111;
  }


  .password .form-control::placeholder{
    font-size: 14px;
    letter-spacing: 0;
  }

  .ellipsis-url {
    display: inline-block;
    max-width: 160px;  /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    color: rgba(70, 79, 96, 1);

  }
  
  .detail_form .row .panel-heading.note-toolbar{
    margin-bottom: 0;
  }
  
  .accending_box{
    top: 35px;
    left: 7px;
  }