@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins';
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.midle-content {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.midle-content-search {
    padding-top: 100px;

}

.app_modal {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
}

/* .modal-open .modal{
     background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
} */
.app_modal .modal-dialog {
    max-width: 650px !important;
}

.intro-width.page-header {
    position: relative;
}

.Toastify__progress-bar--success {
    background-color: #3498db !important;
    /* Change to the desired color */
}

.program-closed {
    font-size: 10px;
    color: red;
}

.close-side-menu {
    display: flex;
    position: absolute;
    right: 50px;
    top: 11px !important;
    cursor: pointer;
}

.close_side_menu {
    display: flex;
    position: absolute;
    right: 19px;
    top: 24px !important;
    cursor: pointer;
}

.intro-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 20px 20px 0px;
    /* border: 1px solid white !important; */
}

.non-available {
    color: #257aba;
    font-size: 14px;
}

.non_available {
    color: #257aba;
    font-size: 14px;
}

.un-available {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;

}

.fa_spinner {
    font-size: 50px !important;
}

.intro-height {
    position: absolute;
    top: 22.5%;
    width: 90%;
    height: 70%;
    border-radius: 20px 0px 0px 20px !important;
}

.intro-left {
    width: 50%;
    height: 100%;
    border-radius: 20px 0px 0px 20px !important;
}

.intro-right {
    width: 50%;
    height: 100%;
    /* border: 1px solid white !important; */
    border-radius: 20px 0px 0px 20px !important;
}

.title_container {
    margin-top: -30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.btn-add-more:hover {
    cursor: pointer !important;
    background-color: #257ABA !important;
    color: white !important;
}

.next-resume-btn:hover {
    cursor: pointer !important;
    background-color: #257ABA !important;
    color: white !important;
}

.btn-save-institute {

    background-color: #257ABA !important;
    font-size: 12px !important;
}

.form-search-bar {
    background-color: white !important;
}

.startup-intro-img {
    padding-top: 85px;
}

.page-title {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.page-sub-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.caption {
    padding-bottom: 30px;
}

.primary {
    background-color: #2364AA !important;
}

.selected-category {
    color: #2364AA;
    font-size: 11px;
}

.title {

    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.card-section {
    position: relative;
    display: flex;
    bottom: 20px;
    background-color: white;
    border-radius: 5px;
    width: 60%;
}

.global-location {
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #dee2e6 !important;

}

.text-danger {
    font-size: 10px;
}

.analytics-title {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 10px;
}

.analytics_title {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}

.Short_pitch {
    max-height: 200px;
    /* Set your desired max height */
    overflow-y: auto;
}

.Short_pitch::-webkit-scrollbar {
    /* width: 0; */
}

.Short_pitch textarea {
    height: 150px;
    width: 100%;
    padding: 10px;
}

.select {
    border: 0 !important;
}

.subject {
    font-size: 15px;
    font-weight: bold;
}

.disabled-sign-in {
    pointer-events: none !important;
    opacity: 0.5;
}

.ql-toolbar.ql-snow {
    border: 1px solid #dfe3e7 !important;
    border-radius: 8px 8px 0px 0px !important;
}

.ql-container.ql-snow {
    border: 1px solid #dfe3e7 !important;
    border-radius: 0px 0px 8px 8px !important;
}

.card_btn {
    padding: 0px 9px 0px 9px;
}



.footer {
    z-index: 10000;
    bottom: 0;
    position: absolute;

}

.navbar_color {
    background: #292929;
}

.mobile_view {
    display: none;
}

.footer2 {
    margin-top: 1px;
    background: #080808;
    position: fixed;

}

.paragraphs {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.circle {
    margin-bottom: 20px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.centering-analytics {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;

}

.images {
    position: relative;
    bottom: 80px;
    margin-top: -66px;
    margin-left: 50px;
}

.sectionss {
    margin-top: 100px;
    margin-bottom: -20px;
}

.analytics-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sectionss1 {
    margin-top: 180px;
}

.search-input {
    background: transparent;
    border: 1px solid #dfe3e7;
    border-radius: 5px;
    transition: all .4s
}

.search-input:focus {
    background: transparent;
    box-shadow: none;
}

.manage_input_text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px !important;
}

.search_bar {
    position: relative;
    margin-top: -1.5rem;
}

.nav_active {
    background: white !important;
}

select:focus {

    outline: none;
}

.match-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 20px 20px 20px 20px !important;
}

.description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #2C3E50;
    font-weight: 400;
    cursor: pointer;
}

.card_font {
    font-size: 15px;
}

.add_btn {
    border-radius: 20px 20px 20px 20px !important;
    border: none;
    color: white;
}

.candidate_logo {
    margin-left: -2rem;
    top: 0;
    left: 0;
}

.navbar_brand {
    height: 7rem;
    width: 7rem;

}

.candidateLogo {
    height: 7rem;
    width: 13rem;
    margin-left: 20px;
}

.candidateLogo img {
    height: 100%;
    width: 100%;
}

.navbar_brand img {
    padding-top: 5px;
    width: 11rem;

}

.private_info {
    border-radius: 10px;

}

.private_info img {
    height: 126px;
    width: 145px;
}

.candidate_logo a img {
    width: 10rem;
    margin-left: 45px;
    height: 5rem;

}

.form-padding {
    display: flex;
    justify-content: center;
    align-items: center;

}

.global-search {
    width: 100%;
}

.card-common {
    margin-top: 35px;
    border: 2px solid #c9d0d7;
    border-radius: 4px 4px 4px 4px;

}

.common-search {
    padding: 0px 10px 0px 0px;

}

.search_btn {
    margin-left: 7px;

}

.task-border {
    margin-top: 4px;
    margin-bottom: 4px;
    border-left: 1px solid #8a8a8a;
}

.search-button {
    padding: 10px 16px;
    transition: all .4s;
    color: rgb(255, 255, 255);
    background-color: rgb(56, 183, 241);
}

.button-search {
    padding: 10px 16px;
    transition: all .4s;
    color: rgb(255, 255, 255);
    background-color: rgb(56, 183, 241);
}

.footer-card {
    background-color: #58ABFF !important;
}

.footer-button {
    border-radius: 20px 20px 20px 20px !important;
    border: none;
    font-size: 13px;
    display: flex;
    color: white;
    margin-left: -14px;
    padding: 5px 10px 5px 10px;
}

.footer-button:focus {
    border: none;
    outline: none;
}

.review {
    width: 30px;
    height: 30px;
    margin: 8px 0;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    background-color: #3490dc;
    transition: all 0.2s;
}

button {

    border: none !important;
    outline: none !important;

}

.left-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.indicator {
    border-radius: 20px 20px 20px 20px !important;
    border: none;
    font-size: 13px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white;
    padding: 7px 15px 7px 15px;
}

.Applied_btn {
    border-radius: 20px 20px 20px 20px !important;
    background-color: white;
    padding: 3px 7px 3px 7px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: -4px;
    height: 20px;
}

.background {
    background-color: #2364AA !important;
}

.background1 {
    background-color: rgb(3, 143, 207) !important;
}

.danger {
    color: rgb(250, 143, 81) !important;
}



.common-card {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: all .4s;
    height: 100%;

}


.sidebar {

    height: 100%;

}

.intro-description {
    color: #2C3E50;
    font-size: 14px;
    font-weight: 400;
}

.title-intro {
    color: #2C3E50;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px;
}

.footer-bottom-fixed {
    /*
  left: 0;
  bottom: 0;
  width: 100%; */
}

.search-results-container {

    width: 100%;
    /* height: 100vh; */
    display: flex;
    /* overflow: auto; */
}

.search-container {
    height: 100%;
}

.job-filter-menu {
    width: 20%;
}

.job-search-result {
    width: 80%;
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-end;

}

@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .buttonss {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .lefts {
        margin-left: 30px;
    }

    .applied {
        margin-left: 55px;
    }

}

@media only screen and (max-width: 760px) and (min-width: 600px) {
    .buttons-search {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .lefts-search {
        margin-left: 82px !important;
    }

    .applied-search {
        margin-left: 80px !important;
    }

    .common-search {
        margin-left: 60px !important;
        width: 80% !important;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 335px !important;
    }

    .jobs-search {
        position: absolute;
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 160px !important;
    }
}

.mystartup_card {
    width: 82.3% !important;
}

@media screen and (min-width: 2600px) {

    /* Styles for large screens go here */
    .mystartup_card {
        width: unset;
    }
}



@media only screen and (max-width: 766px) and (min-width: 760px) {
    .buttons-search {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .lefts-search {
        margin-left: 82px !important;
    }

    .applied-search {
        margin-left: 90px !important;
    }

    .common-search {
        width: 70%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 335px !important;
    }

    .jobs-search {
        position: absolute;
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 160px !important;
    }

    .listings {
        margin-left: -180px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    .polygon_paragraph {
        margin: 0px 00px 0px 40px !important;


    }

    .location_search {
        display: none !important;
    }

    .prev_next {

        width: 30px !important;
        height: 30px !important;
        font-size: 20px !important;

    }

    .polygon_paragraph_1 {
        margin-right: 40px !important;

    }

    .candidate_logo a img {
        display: none !important;

    }

    .dropdown-container {

        padding-left: 18px;
    }

    .navbar_brand {
        height: 100px;
        width: 100px;
    }

    .navbar_brand img {
        height: 100%;
        width: 100%;
        margin-right: 1rem;
    }

    .list {
        font-size: 8px;
    }
}

@media only screen and (min-width: 2560px) and (max-width: 3000px) {
    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .lefts-search {
        margin-left: -8px;
    }

    .applied-search {
        margin-left: -10px;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 220px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }


}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .lefts-search {
        margin-left: -8px;
    }

    .applied-search {
        margin-left: -10px;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 180px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 450px !important;
    }

    .title {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1445px) and (max-width: 2000px) {
    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .lefts-search {
        margin-left: -8px;
    }

    .applied-search {
        margin-left: -10px;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 50px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 210px !important;
    }

    .title {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1380px) and (max-width: 1445px) {

    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .lefts-search {
        margin-left: -8px !important;
    }

    .applied-search {
        margin-left: -10px;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 40px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 210px !important;
    }

    .title {
        padding-left: 100px;
    }
}

.buttonss {
    margin-left: 4px;
    margin-right: 4px;
}



.applied-search {
    margin-left: 15px !important;
}

@media only screen and (min-width: 1250px) and (max-width: 1380px) {
    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 30px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 210px !important;
    }

    .title {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1250px) {

    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .lefts-search {
        margin-left: -8px;
    }

    .applied-search {
        margin-left: -10px;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 16px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 188px !important;
    }

    .title {
        padding-left: 65px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .lefts-search {
        margin-left: -8px;
    }

    .applied-search {
        margin-left: -10px;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 1px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 160px !important;
    }

    .title {
        padding-left: 65px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1024px) {
    .col-4 {
        width: 33.33%;
    }

    .plizi {
        margin-left: -8px;
    }

    .plizin {
        margin-left: 8px;
    }

    .buttons-search {
        margin-left: 2px;
        margin-right: 2px;
    }

    .lefts-search {
        margin-left: -18px;
    }

    .applied-search {
        margin-left: -10px;
    }

    .common-search {
        margin-left: 0px;
        width: 112%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 1px;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }


}

@media only screen and (max-width: 1022px) and (min-width: 990px) {
    .buttons-search {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .lefts-search {
        margin-left: -8px !important;
    }

    .applied-search {
        margin-left: -10px !important;
    }

    .common-search {
        margin-left: 4px !important;
        width: 106%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 0px !important;
    }

    .jobs-search {
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 120px !important;
    }
}

@media only screen and (max-width: 990px) and (min-width: 770px) {
    .buttons-search {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .lefts-search {
        margin-left: 82px !important;
    }

    .applied-search {
        margin-left: 80px !important;
    }

    .common-search {
        margin-left: 140px !important;
        width: 100%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 455px !important
    }

    .jobs-search {
        position: absolute;
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 180px !important;
    }

    .title {
        padding-left: 126px;
    }
}

@media only screen and (max-width: 399px) {
    /* .ddropdown-content {
        top: 97% !important;
        right: 223px !important;
        width: 160px !important;
    } */
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
    /* .ddropdown-content {
        top: 97% !important;
        right: 223px !important;
        width: 160px !important;
    } */
}

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


    .buttons-search {
        margin-left: 20px;
        margin-right: 20px;
    }

    .lefts-search {
        margin-left: 40px;
    }

    .applied-search {
        margin-left: 48px;
    }

    .common-search {
        width: 100%;
    }

    .industry-search {
        display: none;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 282px;
    }

    .jobs-search {
        position: absolute;
        top: 0px;
        height: auto;
    }

    .search {
        width: 90%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .buttonss {
        margin-left: 1px;
        margin-right: 1px;
    }

    .alls {
        margin-left: -66px;
    }

    .plizi {
        margin-left: -8px;
    }

    .plizin {
        margin-left: 8px;
    }

    .lefts {
        margin-left: 40px;
    }

    .applied {
        margin-left: 40px;
    }

    .industry {
        display: none;
    }

    .category {
        display: none;
    }

    .location {
        display: none;
    }

    .search-button {
        margin-left: 570px;
    }

    .jobs {
        position: absolute;
        top: 0px;
        height: auto;
    }

    .common-search {
        margin-left: -12px;
        width: 124%;
    }

    .buttons-search {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .lefts-search {
        margin-left: 35px;
    }

    .applied-search {
        margin-left: 40px;
    }

    .category-search {
        display: none;
    }

    .button-search {
        margin-left: 335px !important;
    }

    .jobs-search {
        position: absolute;
        top: 0px;
        height: auto;
    }

    .search {
        margin-left: 160px !important;
    }

    .title {
        padding-left: 158px;
        padding-right: 84px;
    }

    .pad {
        margin-left: -216px !important;
        padding: 6px;
    }

    .left-over {
        margin-left: 14% !important;
    }

    .left-over1 {
        margin-left: 4% !important;
    }

    .left-over2 {
        margin-left: 4% !important;
    }

    .titling {
        padding-left: 200px !important;
        padding-right: 60px;
    }

    .backying {
        width: 127%;
        margin-left: 82px;
    }

    .appliedings {
        margin-left: 158px !important;
    }

    .contenting {
        margin-left: 134px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 501px) {
    .industry {
        display: none;
    }

    .category {
        display: none;
    }

    .location {
        display: none;
    }

    .search-button {
        margin-left: 430px;
    }

    .jobs {
        position: absolute;
        top: 0px;
        height: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
    .lefts {
        margin-left: 40px;
    }

    .applied {
        margin-left: 50px;
    }

    .industry {
        display: none;
    }

    .category {
        display: none;
    }

    .location {
        display: none;
    }

    .search-button {
        margin-left: 430px;
    }

    .jobs {
        position: absolute;
        top: 0px;
        height: auto;
    }
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
    .industry {
        display: none;
    }

    .category {
        display: none;
    }

    .location {
        display: none;
    }

    .search-button {
        margin-left: 565px;
    }

    .jobs {
        position: absolute;
        top: 0px;
        height: auto;
    }

    .buttonss {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .lefts {
        margin-left: 60px;
    }

    .applied {
        margin-left: 60px;
    }


}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .buttonss {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .lefts {
        margin-left: 4px;
    }

    .applied {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .buttons-search {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .lefts-search {
        margin-left: 5px;
    }

    .applied-search {
        margin-left: 10px;
    }

    .common-search {
        width: 104%;
    }
}


.buttonss {
    margin-left: 5px;
    margin-right: 5px;
}

.buttons-search {
    margin-left: 5px;
    margin-right: 5px;
}

.dropbtn {
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}



/* Add an active class to the active dropdown button */
.active {
    /* background-color: #257ABA; */
    color: dark;
    outline: none !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    padding-left: 8px;
}

#wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    width: 100px;
}

#output_image {
    max-width: 150px;
    margin: 30px;
}

.assessments {
    margin: 10px;
}

.assessments .button {
    width: 100px;
    height: 50px;
    background-color: #38b7f1;
}

.assessments .height {
    width: 100px;
    height: 40px;
    background-color: #38b7f1;
}

.rounding img {
    border-radius: 50%;
}

.rounding {
    padding: 50px;
}

.fit {
    object-fit: cover;
    width: 150px;
    height: 150px;

}

.blue-color {
    color: var(--blue);
}

.cursor-pointer {
    cursor: pointer;
}

.applieded {
    width: 140px;
    height: 40px;
}

.check {
    padding-left: 10px;
    padding-right: 10px;
}

.checks {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.titling {
    padding-left: 160px;
}

.titling {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.tabsing {
    position: relative;
    bottom: 80px;
    left: 20%;
    width: 48%;
    padding-top: 16px;
}

.marginings {
    padding-left: 292px;
}

.saving {
    height: 20px;
    margin-left: 70px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px 5px 10px;
}

.news {
    margin-top: 35px;
    margin-left: -15px;
}

.news-job {
    margin-top: 35px;
    margin-left: -109px;
}

.station {
    width: 284px;
}

.station1 {
    margin-left: -48px;
}

.station2 {
    margin-left: -96px;
    width: 232px;
}

/* Style the tab */

.backy {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab {
    display: flex;
    flex-direction: column;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
}

.pad {
    margin-left: -216px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #38b7f1;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #38b7f1;
}

/* Style the tab content */
.tabcontent {
    display: none;

    border-top: none;
}

.roundingss {
    padding-top: 0px;
}

.roundingss img {
    border-radius: 50%;
}

.left-over {
    margin-left: 28%;
}

.left-over1 {
    margin-left: 16%;
}

.left-over2 {
    margin-left: 12%;
}

.dropbtn {
    color: #040404;
    border: none;
    background: white;
    margin-bottom: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 1;
}

.dropdown-content a {
    color: black;

    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #38b7f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* .dropdown:hover .dropbtn {
    background-color: #38b7f1;
} */

.modal-footer {
    background-color: rgb(56, 183, 241) !important;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -60px;
}

.applied-modal {
    margin-top: 2px !important;
    height: 22px;
}

.module {
    height: auto;
}

.linking {
    font-size: 12px;
}

h5 {
    font-weight: bold;
    font-size: x-large;
}


/* Animation */
@-webkit-keyframes modalbox1 {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox1 {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

#new-job:focus {
    background-color: var(--blue);
}

#two:focus {
    background-color: var(--blue) !important;
}


tab a.sizess:focus {
    background-color: chartreuse !important;
}


#menu div li.selected {
    background: #257ABA;
    color: #FFFFFF;
}

#menu li {
    display: block;
    float: left;
    background: black;
}

#menu a {
    display: block;
    float: left;
    margin-right: 17px;
    padding: 5px 8px;
    text-decoration: none;
    color: #FFFFFF;
}

#menu a:hover {
    background: #257ABA;
    color: #FFFFFF;
}

#menu a:active {
    background: #257ABA;
    color: black;
}

.backgrounds {
    background-color: #6bd109;
    height: 18px;
    margin-top: -4px;
    width: 100px;
}

.backgrounding {
    background-color: #e3342f;
    height: 18px;
    margin-top: -4px;

}

.lefting {
    margin-right: 62px;
}

.dangerss-buttons {
    margin-top: -5px;
    color: white;
    float: left;
}

.fonty {
    font-size: 16px;
}

.size {
    height: 36px;
}

.card-common1 {
    margin-top: 35px;
    border-style: solid 2px 3px 5px rgb(88, 88, 88);
    border-radius: 4px 4px 4px 4px;
    transition: all .4s;
    left: 156%;
}

.modeling {
    margin-top: -50px;
    margin-left: -34px;
}

.modellings {
    margin-left: -24px;
}

.modelings {
    margin-left: -8px;
}

.dangerss-buttons {
    margin-top: -5px;
    color: white;
}

.dropy {
    margin-left: -335px;
}

.left-overss {
    margin-left: 8%;
}

.bordering {
    border: 1px solid #9a9a9a;
}

.polygon_paragraph {
    margin: 0px 20px 0px 100px;
}

.polygon_paragraph_1 {
    margin-right: 100px;
}

.log_candidate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-container {
    top: 0;
    min-height: 90vh;
    width: 20%;
}

.main-container {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 90vh;

}

.main-content {
    width: 100%;
    height: 100%;
}

.content-container {
    display: flex;
    flex-direction: column;
    width: 83%;
    right: 0;
    background-color: white;

}

.notification-content {
    width: 100%;
    background-color: white;
}

.profile_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_photo {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    margin: 2px;
    background: white;
}

.profile_photo img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.profile_murugo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.profile_murugo_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.navbar-item {
    padding: 34px;
    cursor: pointer;
    color: #2C3E50 !important;
    font-weight: 400 !important;
    font-size: 18px;

}

.sidebar_link:hover {
    background-color: #ECEFF1 !important;
    color: white;
}

.navbar_item {
    padding: 14px;
    cursor: pointer;
    color: white !important;
    font-weight: 400 !important;
    font-size: 18px;
}

.navbar_item:hover {
    background-color: #257ABA;
    border-radius: 8px;
    padding: 14px;

}

.navbar-item:hover {
    background-color: #ECEFF1;
    padding: 34px;

    text-decoration: none;
    border-bottom: 5px solid #257ABA;
}

.signIn_hover {
    padding: 5px;
    cursor: pointer;
}

.signIn_hover:hover {
    background-color: #257ABA;
    padding: 5px;
    border-radius: 10px;
}

.notification {
    width: 25px;

    height: 25px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: white;
}

.space_around {
    margin-left: 1.2rem;
}

.space_around_modal {
    margin-left: 1.2rem;
}

.applied_card {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    height: 100%;
    margin: 10px;
    transition: all 0.4s;
}

.counter {
    background-color: red;
    color: white;
    width: 20px;
    position: absolute;
    height: 20px;
    top: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sidebar_title {
    background-color: black;
    border: 1px solid black;
}


.resume-waring-modal {
    height: 50%;
}

.backgrounded {
    background: rgb(56 183 241) !important;
    border: 1px solid #a29d9d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.d-none {
    display: none;
}

.main_link,
.sidebar_link {
    font-size: 12px;
    color: #000;
    /* font-weight: 700; */

}

.ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 11px;
    line-height: 1;
    list-style: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #c4ccd2 !important;
    border-radius: 5px !important;
    height: 40px !important;

    transition: border 0.2s, box-shadow 0.2s;
}


.ant-select-single .ant-select-selector {
    border: 1px solid #c4ccd2 !important;
    border-radius: 5px !important;
    height: 40px !important;
    font-size: 12px !important;
}

.ant-select-multiple .ant-select-selector {
    border: unset !important;
    border-radius: 5px !important;
    height: 40px !important;
    font-size: 12px !important;
}

@media only screen and (max-width: 600px) {
    .show-on-mobile {
        display: none !important;
    }

    .navbar-item {
        font-size: 13px !important;

    }

    .candidate_logo a img {
        display: none !important;
    }

    .header_title {
        color: red;
        border: 1px solid red;
        font-size: 16px;
    }

    .sidebar_title p {
        font-size: 13px;
        color: #123c24;
    }

    #my_styles {

        display: flex;
        flex-direction: column;
    }

    .main_link {
        font-size: 12px;
    }

    .page-title {
        font-size: 20px;
    }

    .sidebar_link {

        font-size: 12px;
    }

    .sidebar_link:hover {
        background-color: #257ABA;
    }

    .header_title {
        color: red;
    }

    .footer-container {

        width: 100%;

    }
}


@media only screen and (max-width: 768px) {
    .fa_undo {
        display: flex;
        position: absolute;
        top: 11px;
        right: 5px;
    }

    .ddropdown-content {
        top: 97% !important;
        right: 51% !important;
        width: 160px !important;
    }

    .centering_btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .user-not-info {
        display: none;
    }


    .navbar-item {
        font-size: 13px !important;

    }

    .profile_photo {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 50%;
        background: white;
    }

    .profile_photo img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .notification {
        width: 20px;
        height: 20px;
    }

    .location_search {
        display: none !important;
    }

    .centering_btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
}

.feature_font {
    font-size: 30px;
}



@media only screen and (max-width: 320px) {
    .page-header {
        margin-top: 0;
        object-fit: cover;
    }

    .centering_btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .show-on-mobile {
        display: none !important;
    }

    .add-staff-input-container {

        border: none;
    }

    .display {
        display: block !important;
    }

    .small_screen {
        display: flex;
        flex-direction: column;
    }

}

.centering-btn {
    display: flex;
    justify-content: center;
    align-items: center;

}

.option {
    font-weight: bold;
    font-size: 17px;
}

.home-screen {
    height: 100%;
    border: 1px solid red;
}

.job-list {
    border: 3px solid rgb(30, 144, 255) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sideBar_close {
    display: none;
}

.small_d-none {
    display: none;
}

.padding_space {
    /* padding: 5px; */
    width: 100%;
}

.swiper-job-cards {
    display: none;
}

.btn_skip {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 10;
    font-weight: bold;
    position: relative;
    z-index: 10;
    top: 20;
    margin-top: 15px;
    color: white;
    background-color: #2364AA;
}

.job-list_height {
    height: 33%;
}


@media(max-width: 320px) {
    .btn_skip {
        margin-top: 50px;
    }
}

.padding-slider {
    padding: 3px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .carousel-control-next {
        right: -3%;
    }

    .padding-slider {
        padding: 3px;
    }
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
    width: 100%;

}

.main-title {
    font-size: 20px;
    color: black;
}


@media only screen and (max-width: 820px) and (min-width: 320px) {

    /* .ddropdown-content {
        top: 50%;
        right: 220px !important;
        width: 160px !important;
    } */
    .mystartup_card {
        width: 100% !important;
    }

    .candidateLogo {
        height: 7rem;
        width: 10rem;
        margin-left: 0px;
    }

    .job-list_height {
        height: 34%;
    }

    .private-content {
        font-size: 7px !important;
    }

    .header-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px;

    }

    .sub-main-title {
        font-size: 10px;
    }
}

.startup-search {
    border-radius: 5px;
}

.job-container {
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(323px, 1fr));
    gap: 16px; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;


}

.searchQueryResult-startup {
    width: 92%;
    padding-bottom: 20px;
}

@media only screen and (max-width: 820px) and (min-width: 500px) {
    .burger-logo img {
        display: none;
    }

    .filter-side {
        padding: 5px;
        width: 30%;
    }

    .col_md_4 {
        width: 48.3% !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
    .slider-feature-job-list {
        display: none;
    }

    .job-container {
        padding: 0px !important;
        margin: 0px !important;
    }

    .searchQueryResult-startup {
        width: 100% !important;
        /* padding: 10px; */
    }

    .col_md_4 {
        width: 100% !important;
    }

    .open_cv {
        margin-top: 3rem;
    }

    .Funding-banner {
        display: flex !important;
        justify-content: space-between !important;
    }

    .add-servce {
        padding: 5px !important;
        font-size: 8px !important;
    }

    .swiper-job-cards {
        display: block;
    }

    .form-check {
        padding-left: 15px;
    }

    .padding_space {
        padding: 0px;

    }

    .space_nav {
        padding: 0px;
    }

    .mobile_space {
        padding: 0px 5px;
    }

    .large_d-none {
        display: none !important;
    }

    .hidden {
        display: none;
    }

    .small_d-none {
        display: block;
    }

    .jobstyle-font {
        font-size: 11px !important;
    }

    /* .checkmark {
        height: 10px !important;
        width: 10px !important;

    } */

    .card-title h5 {
        font-size: 16px;
    }

    .carousel-control-next {
        right: 0;
    }

    .sidebar-container {
        top: 0;
        display: none;
        bottom: 0;
        height: 100%;
        width: 50%;
        position: absolute;
        z-index: 100;

    }

    .sideBar_close {
        display: block;
        font-size: 20px;

    }

    .card {
        box-shadow: 0px 0px 5px rgb(0 0 0 / 20%) !important;
        margin-left: 4px;

    }

    .card_mobile {
        box-shadow: 0px 0px 5px rgb(0 0 0 / 20%) !important;
        margin-right: -12px !important;
    }

    .content-container {
        width: 100%;
    }


}

@media only screen and (max-width: 1068px) and (min-width: 320px) {
    .job_button {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;

    }

    .centering_btn {
        display: flex !important;

        justify-content: center;
        align-items: center;
    }

    .counterHome {
        top: 28;
    }
}

/* width */
::-webkit-scrollbar {
    width: 3px;
    cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2364AA;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: white;
}

.btn-secondary {
    font-size: 13px;
}

.btn-primary {
    background-color: #257aba !important;
    font-size: 13px;
}

.text_right {
    float: right;
}

.centering_link {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 20px;
}

.bg_grey {
    background-color: #F4F5F8;
    width: 100%;
}

.search_banner {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    background-color: #eaf0f3;
}

.text-success {
    color: #58ABFF !important;
}

.active_pagination_btn {
    background-color: #257ABA !important;
}

.circle_icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #38b7f1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_icon img {
    height: 90%;
    width: 90%;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify_content {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.media_card {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    /* width: 100%; */
    background-color: white;
}

.bg_dark_nav {
    background-color: #eaf0f3;
    color: #257ABA;
}

.dashboard-title {
    font-size: 20px;
}

thead tr th {
    font-size: 13px;
}

.card-survey-create {
    background-color: #eaf0f3;
    border-radius: 5px;
    padding: 30px 10px;
}

.status_card {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main_status {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px;
}

.question_error {
    border: 1px solid #c9d0d7 !important;
}


.font_weight {
    font-weight: bolder;
    font-size: 17px;
}

.export-name {
    font-size: 10px;
}

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

.nav__item a {
    text-decoration: none;
    cursor: pointer;
}

/* .multiselect__option--highlight {
    background-color: #257ABA;
} */

@media (max-width: 768px) {
    .separator {
        border: 1px solid rgb(184, 183, 183);
    }
}

button.page-link {
    font-size: 16px;
    border-radius: 2px;
    color: #2364aa;
    font-weight: 500;
}

.submit-survey-btn {
    background-color: #2364aa;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;

}

.bg_primary {
    background-color: #2364aa;
}

.admin_page {
    height: 100%;
}

.burger_logo {
    width: 100px;

}

.burger_logo img {
    width: 100%;
}

.text_size {
    font-size: 25px;
    font-weight: bold;
}

.button-warrap {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
}

.job-button-appllied {
    border-radius: 20px 20px 20px 20px !important;
    background-color: white;
    padding: 3px 7px 3px 7px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30%;

}

.appllied-button_white {
    border-radius: 20px 20px 20px 20px !important;
    background-color: white;
    padding: 3px 13px 3px 13px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.interview-button_white {
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: white;
    border-radius: 20px 20px 20px 20px !important;
    padding: 3px 7px 3px 7px;
    width: 13%;
    height: 30px;
}

.Interview {
    color: #58ABFF !important;
}

.interview-button {
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #2364AA;
    border-radius: 20px 20px 20px 20px !important;
    color: white;
    padding: 3px 7px 3px 7px;
    width: 13%;
    height: 30px;
}

.application-button {
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #2364AA;
    border-radius: 20px 20px 20px 20px !important;
    color: white;
    padding: 3px 7px 3px 7px;
    width: 10%;
    height: 30px;
}

.application-button_modal {
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #2364AA;
    border-radius: 20px 20px 20px 20px !important;
    color: white;
    padding: 3px 7px 3px 7px;
    width: 13%;
    height: 30px;
}

.application-button_white_modal {
    border-radius: 20px 20px 20px 20px !important;
    background-color: white;
    padding: 3px 7px 3px 7px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 13%;
    height: 30px;
}

.application-button_white {
    border-radius: 20px 20px 20px 20px !important;
    background-color: white;
    padding: 3px 7px 3px 7px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 30px;

}

.job-button {
    border-radius: 20px 20px 20px 20px !important;
    background-color: #2364AA;
    color: white;
    padding: 3px 13px 3px 13px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

}



.text-color {
    color: #2c3e50 !important;

}

.job-button_white {
    border-radius: 20px 20px 20px 20px !important;
    background-color: white;
    color: #EA7317;
    padding: 3px 7px 3px 7px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 20px;

}

.post-button_white {
    border-radius: 20px 20px 20px 20px !important;
    background-color: white;
    color: #EA7317;
    padding: 3px 7px 3px 7px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30%;
    height: 20px;
}

.details-title {
    color: #2C3E50;
    font-size: 12px;
    font-weight: 500;
}

.indicator-link {
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    color: #2c3e50;
}

.id-indicator {
    font-weight: 500;
    font-size: 12px;
}

.jobTitle {
    font-weight: 700;
    font-size: 16px;
    color: #2C3E50;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* .multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px;
    font-size: 11px !important;
    color: black !important;
    font-weight: 400 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
} */

.email-column {
    color: #0079c1;
    height: 2em;
    line-height: 1em;
    font-size: 20px;
    font-weight: 400;
    width: 20px;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    cursor: pointer;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

.email-column:hover {
    overflow: visible;
    white-space: normal;
}

.single-container {}

.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
    white-space: nowrap;
    cursor: pointer;
    width: 100px;
}

.ellipsis-table {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 400;
    color: #2C3E50;
    width: 120px;
}

.ellipsis-startup {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;

    width: 120px;
}

.ellipsis:focus,
.ellipsis:hover {
    color: transparent;
}

.ellipsis:focus:after,
.ellipsis:hover:after {
    content: attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    max-width: 20rem;
    border: 1px solid #eaebec;
    padding: 15px 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .28);
    white-space: normal;
    word-wrap: break-word;
    display: block;
    color: black;
    margin-top: -1.25rem;
}

.description-tool-tip {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
    white-space: nowrap;
    background: #fff;
}

.description-tool-tip:focus,
.description-tool-tip:hover {
    color: transparent;
}

.banner-title svg {
    cursor: pointer;
}

.description-tool-tip:focus:after,
.description-tool-tip:hover:after {
    content: attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    max-width: 20rem;
    border: 1px solid #eaebec;
    padding: 15px 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .28);
    white-space: normal;
    word-wrap: break-word;
    display: block;
    color: black;
    margin-top: -1.25rem;
    z-index: 100;
}

.user-information {
    background: #FFFFFF;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    /* margin: 7px; */
    display: flex;
}


.label {
    color: #2C3E50;
    font-weight: 400;
    font-size: 12px;
}

label {
    color: #2C3E50;
    font-weight: 400;
    font-size: 12px;
}

.apply-modal-title {
    color: #257aba;
    font-size: 13px;
    text-transform: capitalize;
}

.main-label {
    color: #2C3E50 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.bottom {
    color: #c4ccd2 !important;
}

.job-sub-Title {
    width: 280px;
    color: #29A8DB;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.job-range-Title {
    color: #29A8DB;
    font-weight: 500;
    font-size: 13px;
}

.job-range-Title {
    color: #29A8DB;
    font-weight: 500;
    font-size: 13px;
}

.job-location {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 400;
    color: #F18A55;
}

.job_location {
    font-size: 10px;
    font-weight: 400;
    color: #F18A55;
}

/* .job_location {
    font-size: 12px;
    color: #F18A55;
} */

.job-period {
    font-size: 10px;
    font-weight: 400;
    color: #B4B6BA;
}

.job-profit {
    background-color: #F5F5F5;
    color: #2C3E50;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    border-radius: 2px;
}

.salary-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid red;
}

.job-type {
    background-color: #F5F5F5;
    color: #2C3E50;
    font-weight: 600;
    font-size: 11px;
    border-radius: 2px;
}

.feature-container {
    height: 50%;
    width: 99%;
}

.feature-container-programs {
    display: flex;
    justify-content: center;
    padding: 0px 0px 60px 0px;
}

.Startups-Featured {
    width: 90%;
}

.job_subtitle {
    font-size: 13px;
}

.style-margin {
    margin-right: -109px;
}

.tab-height {

    height: 100vh !important;
}

.map-svg {
    height: 40px;
    cursor: pointer;
}

.date-range {
    font-weight: bold;
    font-size: 15px;
    color: #2C3E50;
}

.date_range {
    font-size: 15px;
    color: #2C3E50;
}

@media only screen and (max-width: 1331px) and (min-width: 991px) {

    .interview-button_white {
        width: 20%;
        height: 30px;
    }

    .interview-button {
        width: 20%;
        height: 30px;
    }

    .application-button_modal {
        width: 20%;
        height: 30px;
    }

    .application-button_white_modal {
        width: 20%;
        height: 30px;
    }

    .application-button_white {
        width: 13%;
        height: 30px;

    }
}

@media only screen and (max-width: 1008px) and (min-width: 439) {
    .application-button_white {

        width: 20% !important;
        height: 30px;

    }
}

.post-button-container {
    width: 100%;
}

.right-butons {
    width: 100%;
}

.post-button {
    border-radius: 20px 20px 20px 20px !important;
    background-color: #2364AA;
    color: white;
    padding: 5px 13px 5px 13px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

@media only screen and (max-width: 992px) and (min-width: 320px) {
    .right-butons {
        padding: 5px !important;

    }

    .add-more-btn {
        margin: 5px 0px;
    }

    .feature-container {
        height: 50%;
        width: 100%;
    }

    .swiper-container {
        width: 96% !important;
    }

    .filter-font {
        font-size: 10px !important;
    }

    .found-font {
        font-size: 10px !important;
    }

    .right-butons .post-button {

        border-radius: 20px 20px 20px 20px !important;
        background-color: #2364AA;
        color: white;
        padding: 3px 8px 3px 8px;
        border: none;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .interview-button_white {
        width: 50%;
        height: 30px;
    }

    .interview-button {
        width: 40%;
    }

    .application-button_modal {
        width: 32%;
        height: 30px;
    }

    .application-button_white_modal {
        width: 32%;
        height: 30px;
    }

    .counter-dashboard {
        top: 140 !important;
    }

    .feature_font {
        font-size: 20px;
    }

    .carousel-control-prev {
        left: 0%;
    }

    .carousel-control-next {
        right: -2%;
    }

    .close_btn {
        margin: 5px;
    }

    .title_text {
        font-size: 13px;
    }

    .small-screen {
        display: flex;
        flex-direction: column;
    }

    .match-title {
        padding-left: 100px;
    }

    .style-margin {
        margin-left: 0px;
    }

    .margin_left {
        margin-left: -109px;
    }

    .Applied_btn {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 20px;
    }

    .heading-followers {
        font-size: 15px;
    }

    .application-button {
        width: 90px;
        height: 30px;
    }

}

.meeting_link {
    text-decoration: underline;
}

.back_url:hover {
    text-decoration: underline;


}

.register-startup-btn {

    /* position: absolute;
    top: 174%;
    right: 38%; */

}

textarea {
    font-size: 11px !important;
    color: #000000 !important;
    padding: 4px !important;
}

@media (max-width: 768px) {}

@media only screen and (max-width: 820px) and (min-width: 500px) {

    .images {
        margin-top: 66px !important;
        margin-left: 157px;

    }

    .header li a {
        font-size: 10px !important;
    }

    .logo img {
        width: 3rem !important;
        height: 1rem !important;
    }

    /* .nav-container {
        width: 20% !important;
    } */

    .sub-menu {
        width: 30% !important;
    }

}

.active-time {
    background-color: #257ABA !important;
    color: white;
}

.back_menu {
    display: none;
}

.settings {
    color: #257ABA;
}

.settings-container {
    cursor: pointer;
}

.settings-container:hover {
    /* background-color: #eceef0;
    border-radius: 5px; */
}

.search_input {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    border: none !important;
}

.search_input input {
    width: 100% !important;
}

.search_input .location-svg {
    position: absolute !important;
    right: 0% !important;
}

.startup-details-container {
    border-radius: 8px;
    width: 100%;
}

.input-text-selected {
    width: 182px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

}

@media only screen and (max-width: 425px) {
    .search_input {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        position: relative;
        border: none !important;
    }

    .circle-outer-shell {
        display: none !important;
    }

    .search_input .location-svg {
        width: 100% !important;
        position: unset !important;
        background: #257aba;
        border-radius: 10px;
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }
}




.options-container {
    flex-wrap: wrap;
    gap: 10px;
}

.nofification-count {
    display: none;
}

.follow-view {
    display: flex;
    align-items: center;
}

.user-name {
    font-size: 8px !important;
}

.mobile-item {
    font-size: 10px !important;
    width: 100% !important;

}

.mobile-item a {
    color: #000000;
    border-bottom: 3px solid transparent !important;
    text-decoration: none !important;
}

.mobile-item a:hover {
    color: #000000;
    border-bottom: 3px solid #47B1E5 !important;
    text-decoration: none !important;

}

.mobile-links:hover {
    text-decoration: none !important;
}

.mobile-menu {
    display: none;
}

.on-small {
    display: none;
}




/* new version */

.home_navbar {
    background: #ECEFF1;
    -webkit-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    left: 0%;
    right: 0%;
    top: 0%;
    position: fixed;
    overflow: hidden;

}

.intro-width {
    padding-top: 454px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-title {
    top: 37%;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.intro-title-startup {
    top: 50%;
    /* left: 4.22%; */
    position: absolute;
    display: flex;
    flex-direction: column;
}

.startup-register {
    background: #29A8DB;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.section-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

}



/* header */

.header {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 3;
    background-color: #ECEFF1;

}

.blurryscroll {

    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(18px);
    -moz-backdrop-filter: blur(18px);
    backdrop-filter: blur(10px);
}

.blurryscroll .blurryscroll-btn {
    background-color: transparent !important;
}

.header ul {

    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;

}

.startup-link {
    cursor: pointer;
    color: #47B1E5 !important;
    text-decoration: none;
}

.url-title {
    color: #47B1E5 !important;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}



.user-not-info {
    display: flex;
}



.border_link {
    display: flex !important;
    justify-content: space-around;
}

.more-feature {
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #257ABA;
}

.more-feature:hover {
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #257ABA;
}

/* .border_link li {
    padding: 10px 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
} */

.view-job-description {
    color: #2C3E50;
    font-size: 14px;
    font-weight: 400;
}

.view-job_description {
    color: #808E9C;
    font-size: 11px;
    font-weight: 400;
}

.main-menu {

    /* width: 70%; */
}

.nav_item_tab {
    /* border-bottom: 3px solid #47B1E5 !important;
    background-color: #e7ebef; */


}



/* Show the dropdown menu on hover */
.ddropdown:hover .ddropdown-content {
    display: block;
    background: transparent;
    color: black
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.ddropdown:hover .ddropbtn {
    background-color: #47B1E5;
    color: #47B1E5;
}

.ddropdown-content a {
    padding: 10px 5px;
    border-bottom: 3px solid transparent !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

.dropdown_content_a:hover {
    width: 100%;
    border-radius: 5px;
    color: #257ABA;
    background-color: #F5F7F8 !important;
}

.header li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2C3E50;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    padding: 10px 30px;
}

.header li a:hover {
    color: #47B1E5;
    border-bottom: 3px solid #47B1E5;
    background-color: #e7ebef;
}

.nav_item_tab {
    color: #47B1E5;
    border-bottom: 3px solid #47B1E5 !important;
    background-color: #e7ebef;
}

.separator {
    height: 20px;
}

.search-global {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0px 0px 0px 0px;
}

.search-global input {
    width: 90%;
    /* border-radius: 10px; */
}

.ddropdown-content {
    display: none;
    position: absolute;
    top: 49%;
    right: 104px;
    float: left;
    width: 200px;
    z-index: 100;
    background-color: white;
    color: #47B1E5;
}

.murugo-user-name {
    width: 111px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
    white-space: nowrap;
}

.dropdown_content {
    background-color: white;
    border-radius: 0px 0px 5px 5px;
}

.at_name {
    font-size: 10px;
    /* color: #007AA8; */
    color: rgb(0, 161, 222);
}

.murugo_name {
    font-size: 13px;
    /* color: rgb(0, 161, 222); */
}

.murugo_photo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.murugo_photo img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.logout_btn {
    padding: 10px 5px !important;
    border-radius: 4px;
}

.logout_btn:hover {
    padding: 10px 5px !important;
    background-color: #257ABA !important;
    color: white !important;
}

.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 5px 20px;
    text-decoration: none;
}

/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
        float: left;
    }

    /* .header li a {
        padding: 20px 30px;
    } */

    .header .menu {
        clear: none;
        float: right;

        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

.custom-select__input .items {
    /* width: 100% !important; */
}

.logo img {
    width: 100px;
    height: 50px;
}

.modal-backdrop.show {
    opacity: 0;
    position: unset !important;
}

.slider-title {
    color: #2C3E50;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
}

.slider-description {
    color: #2C3E50;
    font-weight: 400;
    font-size: 14px;
}

.slider-Feature {
    color: #257ABA;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.footer-des {
    font-size: 11px;
    font-weight: 400;
    line-height: 26px;
    /* 260% */
    letter-spacing: 1.05px;
}

.main-footer {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 216.667% */
    letter-spacing: 1.05px
}

.below-footer {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 208.333% */
}

.list_unstyled {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.startup-section {
    margin: 0px 0px 14px 0px;
    background: #F5F7F8;
}

.program-section {
    background: #F5F7F8;
}

.analytics-section {
    background: #fff;
}

.footer-container {

    bottom: 0;
    width: 100%;
}

.search-container {

    height: 100%;

}

.search-result-container {
    padding-top: 83px;
    height: 100%;
}

.search-banner {
    background: linear-gradient(269.74deg, #2364AA -47.07%, #29A8DB 100%);
}

.btn-search {
    background-color: #29A8DB;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
}

.location-input {
    width: 100%;

}

.industry-input {
    width: 100%;
}

.salary-input {
    width: 100%;

}

input {
    height: 40px;
    font-size: 11px !important;
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.input_search:focus {
    outline: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.multiselect {
    border: 0 !important;
    cursor: pointer !important;
}

.multiselect.is-active {
    box-shadow: none !important;
}

.multiselect-placeholder {
    font-size: 11px;
    color: black !important;
}

.multiselect-search {
    cursor: pointer;
    outline: none !important;
}

.multiselect-caret {
    background-color: black !important;
    height: 13px !important;
    cursor: pointer !important;
}

.multiselect-single-label-text {
    font-size: 11px !important;
}

.multiselect-option {
    font-size: 11px !important;
    padding: 3px 12px !important;
    margin: 0px 10px;
}

.multiselect-dropdown {
    background-color: #66656a !important;
    color: #fff;
    font-size: 11px !important;
}

.multiselect-option.is-selected {
    background: transparent !important;
}

.multiselect-clear-icon {
    display: none !important;
}

.multiselect-option:hover {
    background-color: #578cec !important;
    color: #fff !important;

    border-radius: 8px;
}

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    min-height: 150px !important;
    margin: 0px;
    position: relative;
}

/* .multiselect__tags {
    border: none !important;
    height: 100%;
}

.multiselect__tag {
    background: #1d68a7 !important;
}

.multiselect__content-wrapper {
    background-color: #66656a !important;
    color: #fff;
    font-size: 11px;
}

.multiselect__option--highlight {
    background: #578cec !important;
    outline: none;
    color: #fff !important;
}

.multiselect__select:before {
    color: black;
}

.multiselect__placeholder {
    color: #c4ccd2 !important;
    font-size: 13px;
}

.multiselect__tag-icon:after {
    color: white !important;
}

.multiselect__tag-icon:hover {
    background-color: red !important;
    color: #1d68a7;
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: rgb(13, 1, 1) transparent transparent !important;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
} */

.salary-input input {
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}


.card-body-container {
    border-radius: 8px;
    width: 20rem;
}

.card-btn-container {
    width: 100%;

}

.bottons-warrap {
    border-radius: 0px 0px 5px 5px;
    display: flex;
}

.button-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62%;
}

.button-right {
    width: 38%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.bottom {
    padding: 10px 0px;
}

.applicant-cv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    color: white;
    font-size: 12px;
    background: #257aba;
    border-radius: 15px;
    cursor: pointer;
}

.applied-status {
    font-size: 8px;
    font-weight: 400;
    color: #CDD0D3;
    padding: 0px 3px;
}

.applied-stage {
    color: #2C3E50;
    font-size: 10px;
    font-weight: 500;
    padding: 0px 3px;
}

.applied_number {
    color: #2C3E50;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.applied_number_view {
    color: #2C3E50;
    font-size: 10px;
    font-weight: 400;
}

.applied_number-view {
    color: #2C3E50;
    font-size: 10px;
    font-weight: 400;
}

.button-right button {
    float: right;
}

.applied-view-container {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.general-apply {
    background-color: #29A8DB;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;

}

.general-applied {
    background-color: white;
    color: white;
    border: 2px solid #29A8DB;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10px;
}

.grid-warraper {
    margin-left: 5px;
    flex-wrap: wrap;
    gap: 10px;
}

/* Styles for large screens (min-width: 1200px) */
@media (min-width: 1875px) {
    .grid-warraper {
        /* Adjust styles for larger screens */
        gap: 30px;

    }

    .startup-card {
        width: 400px !important;
    }
}

@media (min-width: 1024px) {
    .ellipsis-startup {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* width: 95px; */

    }

    .strtup_founder,
    .strtup_addres {
        font-size: 10px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


@media (min-width: 2560) {

    .grid-warraper {
        gap: 30px;
        /* Larger gap for large screens */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .ddropdown-content {
        display: none;
        position: absolute;
        top: 49%;
        right: 8% !important;
        width: 18.4%;
        z-index: 100;
        background-color: white;
        color: #47B1E5
    } */

    .startup-card {
        /* Adjust card width for larger screens */
        width: 400px !important;
    }

    .swiper-container {
        width: 100% !important;
    }
}

.industry_category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #dfe3e7;
    border-radius: 4px;
    height: 40px;
}


.startup-card {
    position: relative;
    border-radius: 8px;
    width: 312px;
    border-radius: 8px;
}

.card-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-color {
    color: #2C3E50;
}

.midle-content-container {
    padding-top: 73px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.Main-container-div {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.midle_content {
    padding-top: 61px;
    width: 100%;
    height: auto;
}

.container-footer {
    position: absolute;
    bottom: 0;
}

.nav-container {
    background-color: #F5F7F8;
    display: flex;
    flex-direction: column;

}

.filter-applicants select {
    width: 80% !important;
    font-size: 11px;
}

/* nav */
.nav__list {
    list-style: none;
    margin-left: -17px;
}

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



.nav__item {
    padding: 10px 0px 10px 0px;
}

.nav__text {
    color: black;
    padding: 0px 12px;
}

.btn-container {
    float: right;
    display: flex;
    width: 100%;
    justify-content: flex-end;

}

.form-save-tbn {
    background-color: #257ABA;
    color: white;
    width: 25%;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.form-save-edit {
    background-color: #257ABA;
    font-size: 12px;
    font-weight: 500;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.btn-save-institute {
    cursor: pointer;
}

.cv-download-tbn {
    background-color: #257ABA;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.modal-title-form {
    color: #257aba;
    font-weight: 400;
    font-size: 15px;
}

.jobcreate-tbn {
    background-color: #257ABA;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 0;
}

.add-staff-items div {
    color: white;
    cursor: pointer;
    padding: 2px;
    text-align: start !important;
    font-size: 11px;
}

.cv-preview-tbn {
    background-color: white;
    color: #257ABA;
    border-radius: 4px;
    cursor: pointer;
}

.resume-banner {
    height: 60px;
    background-color: #090909;
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

@media (hover: hover) {
    .nav__link:hover {
        background-color: white;
        text-decoration: none;

    }

    .nav__text:hover {
        color: #1F80C6;
    }

    i:hover {
        color: #1F80C6;
    }

    .toggle__label:hover {
        opacity: 1;
    }

    .account__exit:hover {
        opacity: 1;
    }

    .collapse-toggle:hover {
        opacity: .875;
    }

    .account__avatar:hover {
        border-color: var(--color-blue);
    }

    .props__link:hover {
        color: var(--color-green);
    }
}

.home-loader {
    color: #257ABA;
}

.seeking-badge {
    background-color: #257ABA;
    border-radius: 15px;
    font-size: 12px;
    color: white;
    display: flex;
    position: absolute;
    top: 96.5%;
    right: 31%;
}

.seeking_badge {
    background-color: #257aba;
    border-radius: 10px;
    font-size: 12px;
    color: white;
    display: flex;
}

.tool-tip {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
    white-space: nowrap;
    /* background: #fff; */
    /*  */
}

.tool-tip:focus,
.tool-tip:hover {
    color: transparent;
}

.tool-tip:focus:after,
.tool-tip:hover:after {
    content: attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    right: 40px;
    top: auto;
    width: auto;
    max-width: 20rem;
    border: 1px solid #eaebec;
    padding: 15px 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .28);
    white-space: normal;
    word-wrap: break-word;
    display: block;
    color: black;
    margin-top: -1.25rem;
    padding: 15px 4px;
    font-size: 10px;
    z-index: 100;
}

.title-info {
    color: #257ABA;
    font-size: 18px;
    font-weight: 500;

}

.active-nav-item {
    background-color: white !important;
    width: 100%;
}

::placeholder {
    font-size: 12px !important;
    padding-left: 4px;
    color: #c4ccd2;
}

.search-icon {
    background-color: white;
    color: #AEB4BA;
    padding: 3px;
}

.form-search-bar {
    background-color: white;
}

.custom_placeholder {
    color: #2C3E50 !important;
    font-size: 12px;
}



.input-text {
    font-size: 13px !important;
    padding-left: 10px !important;
    color: #AEB4BA !important;
}

.input-text-selected {
    font-size: 13px;
    padding-left: 10px;
    color: black;
}

.option-name {
    padding: 5px 2px;
    font-weight: 400 !important;

}

.Gender {
    font-size: 12px !important;
    font-weight: 400 !important;
}

select:required:invalid {
    color: #C4CCD2;
}

select:focus {
    outline: none;
}

.banner-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.project-link {
    color: #2C3E50;
    font-size: 13px;
    font-weight: 500;
}

.jobseeker-side {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    font-size: 14px;
    height: 60px;
    left: 0px;
    top: 0px;
    background: #257ABA;
}

.jobcreator-side {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    font-size: 14px;
    height: 67px;
    left: 0px;
    top: 0px;

    background: #257ABA;
}


.page-link {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background-color: #ffff;
    color: #292929;
    border: none;
    text-decoration: none;
    border-radius: 50% !important;
}

.page-link i .page-link i {
    color: #257ABA;
}

.page-item.active .page-link {
    background-color: #29A8DB;
    border: none;
    color: white;
    text-decoration: none;
}

.murugo-btn {
    color: white;
    background-color: #29A8DB;
    border-radius: 5px !important;
}

.follwed-icon {
    color: #257ABA;
    cursor: pointer;

}

.follow-heart {
    cursor: pointer;
    color: #dee2e6 !important;

}

.fa-heart,
.fa-heart-o {
    font-size: 20px !important;
}

.waring-indicator {
    border-radius: 5px;
}

.shared-icon {
    cursor: pointer;
}

textarea {
    border: 1px solid #dfe3e7;
    border-radius: 4px;
    min-height: 100px !important;
}

.ant-input {
    border: 1px solid #dfe3e7 !important;
    border-radius: 5px !important;
    height: 150px;
}

.Waiting {
    font-weight: 500;
    font-size: 10px;
    color: black;
}

.shortlisted {
    font-weight: 500;
    font-size: 10px;
    color: #dbc929;
}

.declined {
    font-weight: 500;
    font-size: 10px;
    color: #fc8080;
}

.hired {
    font-weight: 500;
    font-size: 10px;
    color: #7fcc72;
}

.inteview {
    font-weight: 500;
    font-size: 10px;
    color: #29a8db;
}

.reschedule-container {
    background: #F5F7F8;
    border: 2px solid #F5F7F8;
    border-radius: 5px;
    padding: 0px 10px;
}

/* startup css */
.startup_background {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    border-radius: 7px 7px 0px 0px;

}

.applicant-About {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.startup_background img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    background-image: center;
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
}

.startup_logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    left: 15px;
    top: 25%;
    padding: 5PX;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(44, 62, 80, 0.16);
    border-radius: 8px;
}

.startup_logo img {
    height: 90%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;

}

.program_logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    left: 15px;
    top: 25%;
    padding: 5PX;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(44, 62, 80, 0.16);
    border-radius: 8px;
}

.related_logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    left: 15px;
    top: 25%;
    padding: 5PX;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(44, 62, 80, 0.16);
    border-radius: 8px;
}

.related_logo img {
    height: 90%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;

}

.program_logo img {
    height: 90%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;

}

.startup_organisation {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #29A8DB;
    font-weight: 400;
    font-size: 10px;
}

.start_title {
    color: #257ABA;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.startup_title {
    color: #257ABA;
    font-weight: 600;
    font-size: 12px;
}

.startup-title {
    color: #257aba;
    font-weight: 600;
    margin-top: 15px;
    font-size: 15px;
    text-transform: capitalize;
}

.mobile-screen {
    /* width: 100%; */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.start_title img {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 141px;
    right: 10px;
}

.rounded_lg {
    border-radius: 5px;
}

.skill-btn-added {
    font-size: 12px;
    color: #2C3E50;
    border-radius: 4px;
}

.skill-btn,
.skill-svg {
    cursor: pointer;
}

.active-tab {
    font-weight: 500;
}

.nav_text,
.nav__text {
    font-size: 12px;
    /* color: #2C3E50; */
}

.startup_description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #2C3E50;
    font-weight: 400;
    cursor: pointer;
}

.startup_info {
    font-size: 12px;
    color: #2C3E50;
    font-weight: 400;
    cursor: pointer;
}

.program_description {
    font-size: 12px;
    color: #2C3E50;
    font-weight: 400;
}

.strtup_addres {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    color: #B4B6BA;
}

.strtup_addres img {
    height: 15px;
    padding-right: 3px;
    color: #B4B6BA;
    width: 15px;
}

.strtup_svg {
    color: #B4B6BA;
}

.startup_organisation img {
    height: 13px;
    width: 13px;
}

.strtup_founder {
    font-weight: 400;
    text-transform: capitalize;
    color: #257ABA;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #257aba !important;
    font-weight: 400;
    background: #ffffff !important;
    border-bottom: 2px solid #257aba;
}

.nav-pills .nav-link {
    border-radius: 0px 0px 0px 0px;
    color: #000000;
    font-weight: 400;
    border-bottom: 2px solid white;
    background: white;
    width: 100%;
}

.nav-pills .nav-link:hover {
    background: #ffffff !important;
    border-bottom: 2px solid #257aba;
}

.nav_pills .nav-link.active,
.nav_pills .show>.nav-link {
    color: #257aba !important;
    font-weight: 400;
    background: #eaf0f3 !important;
    width: 100%;
    border-radius: 4px;

}

.response-title {
    color: #257aba !important;
    font-weight: 400;
    font-size: 17px;
}

.nav_pills .nav-link:hover {
    background: #f5f7f8 !important;
    border-radius: 5px;

}

.setting-title {
    color: #257ABA;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.sub-setting-title {
    color: #2C3E50;
    font-size: 12px;
    font-weight: 400;
}

.setting-card {
    border-radius: 8px;
    border: 1px solid #DFE3E7;
    background: #FFF;
}

.card-title {
    color: #2C3E50;
    font-size: 15px;
    font-weight: 500;
}

.card-setting-description {
    color: #808E9C;
    font-size: 12px;
    font-weight: 400;
}

.setting-options {
    color: #2C3E50;
    font-size: 12px;
    font-weight: 500;
}

.option-icon {
    background-color: #F5F7F8;
    border-radius: 6px;
    cursor: pointer;
}

.indicator-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0px 0px 4px;
    background: #DFE3E7;
}

.indicator-icon svg {
    width: 20px;
    height: 20px;
}

.option_name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    font-size: 11px;
}

.dropdown-option {
    display: flex;
    justify-content: center;
    align-items: center;


}

.main-setting-title {
    color: #257ABA;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-option svg {
    width: 10px;
    height: 10px;
}

.modal_btn-cancel svg {
    cursor: pointer;
}

.btn-decline {
    cursor: pointer !important;
}

.setting-container {
    background-color: #f3f7f9;
}

.settings-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.settings-icon svg {
    width: 30px;
    height: 30px;
}

.choice-description {
    color: #808E9C;
    font-size: 12px;
    font-weight: 400;
}

.choice {
    color: #2C3E50;
    font-size: 15px;
    font-weight: 500;
}

.setting-single:hover {
    background-color: white;
    border-radius: 5px;
}

.grid_warraper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.col_md_4 {
    width: 323px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 7px;
}

.Feature-title {
    margin: 10px 0px;
}

.apply_modal_title {
    font-size: 13px !important;
}

.shortpitch {
    font-size: 13px !important;
    color: #F18A55;
}

.view-admin {
    background-color: #257aba;
    color: white;
    font-size: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-spinner {
    height: 10px;
    width: 10px;
}

.animation-container {
    -webkit-animation: shadow-drop-2-center 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: shadow-drop-2-center 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes shadow-drop-2-center {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes shadow-drop-2-center {
    0% {
        transform: translate(0%, 0%) scale(0.2);
    }

    100% {
        transform: translate(0%, 0%) scale(1);
    }
}

/* tabalet*/
@media only screen and (max-width: 820px) and (min-width: 620px) {
    .user-not-info {
        display: none !important;
    }

    .mobile-menu {
        display: block !important;
    }

    .nofification-count {
        display: block !important;
    }

    .header .menu {
        display: none !important;
    }

    /* Larger gap for large screens */
    .grid-warraper {
        gap: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-title {
        font-size: 43px;
    }

    .border_link li {
        padding: 1px 7px !important;
    }

    .title-intro {
        font-size: 16px !important;
    }

    .intro-description {
        font-size: 12px;
    }

    .Feature-title {
        padding: 0px !important;
    }

}

/* medium screens */
@media only screen and (max-width: 768px) and (min-width: 620px) {
    .startup-card {
        width: 336px !important;
    }

    .grid-warraper {
        gap: 5px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header {
        display: flex !important;
        flex-direction: unset !important;
    }

    .page-title {
        font-size: 23px;
    }
}

.address-container {
    width: 100%;
}

.address-container-input {
    width: 80%;
}

.address-container-input input {
    margin: 0px 20px;
}

.address-container-input span {
    margin: 20px;
}

.Founded {
    width: 100%;
    display: flex !important;
    justify-content: start;
}

.ellipsis-location {
    font-size: 10px;
    color: #B4B6BA;
}

.card-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.card-content .card-top {
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottons-warrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
}

.close-resume-menu {

    display: flex;
    justify-content: end;
    align-items: center;

}

.close-resume-menu svg {
    height: 20px;

}

input[type=checkbox],
input[type=radio] {

    height: 15px !important;
    width: 15px !important;
}

.job-cretor-form {
    width: 70%;
}

/* textarea:focus, input:focus{
    outline: none;
} */


.my-startup-card {
    width: 32%;
    border-radius: 7px;
}

.jobcreator-manage {
    height: 62vh;
    overflow: hidden;
    overflow-y: scroll;
}

.edit-icon {
    height: 30px;
    width: 30px;
}

.delete_fun {
    height: 20px;
    width: 20px;
}

.fa-undo {
    color: #1F80C6;
    font-size: 15px !important;
}

.fa_undo {
    color: #1F80C6;
    font-size: 15px !important;
}

.seeker-sub-container {
    height: 91%;
}

.modal.app_modal .modal-dialog,
.modal.app_modal .modal-dialog {
    top: 33px;
    width: 50%;
    position: fixed;
    left: 28%;
}

.multiselect-placeholder {
    color: #C4CCD2 !important;
}

.job-matches-list {
    display: flex;
    flex-wrap: wrap;
}

.fa-circle {
    color: red;
    font-size: 10px;

}

.job-matches {
    display: flex;
    /* padding: 5px 0px 0px 0px; */
    align-items: flex-start;
}



/* Default style for date input (mimicking placeholder) */
input[type="date"]::placeholder {
    color: #c4ccd2;
    /* Light gray color for placeholder */
    opacity: 1;
    /* Ensure the placeholder is visible */
}

/* Style for when the date input is empty */
input[type="date"]:not(:valid) {
    color: #c4ccd2;
    /* Gray color when no date is selected */
}

/* Style when the date input has a valid value */
input[type="date"]:valid {
    color: black;
    /* Black color when a date is selected */
}

.approved-btn {
    color: #ffff !important;
    border-radius: 5px;
    font-size: 10px;
    background-color: #28a745;
    /* border: 1px solid #58ABFF !important; */
}

.Pending-btn {
    color: #ffff !important;
    border-radius: 5px;
    font-size: 10px;
    background-color: #F0BC06;
}

.approve-btn {
    color: #29a8db !important;
    border-radius: 5px;
    font-size: 10px;
    background-color: #ffff;
    border: 1px solid #29a8db !important;
}

.next-resume-btn {
    color: #29a8db !important;
    border-radius: 5px;
    font-size: 12px;
    background-color: #ffff;
    cursor: pointer;
    border: 1px solid #29a8db !important;
}

@media (max-width: 414px) {
    .startup-page-header {
        height: 250px;
        padding-top: 69px !important;
    }

    .intro-content-startup {
        top: 43% !important;
    }
}

/* small screens  */
@media only screen and (max-width: 768px) and (min-width: 320px) {
    .nav-container {
        width: 30%;
    }

    .applicant-form {
        display: flex;
        flex-direction: column;
    }

    .modal.app_modal .modal-dialog,
    .modal.app_modal .modal-dialog {

        top: 33px;
        width: 95%;
        left: unset;

    }

    .job-filter-menu {
        width: 20%;
        /* display: none !important; */
    }

    .non-available {
        color: #257aba;
        font-size: 14px;
    }

    .non_available {
        font-size: 10px;
    }

    .btn-add-more,
    .btn-save-institute {
        cursor: pointer;

    }

    .job-manage-search {
        /* flex-direction: column !important; */
    }

    .program-requirements {
        flex-direction: column;
        font-size: 11px;
    }

    .date-range {
        font-size: 10px;
        /* margin-bottom: 10px !important; */
    }

    .date_range {
        font-size: 10px;
    }

    .un-available {
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
        padding: 0px 0px 0px 10px;

    }

    .tablinks {
        font-size: 10px !important;
    }

    .table-tilte span {
        font-size: 8px !important;
    }

    .set-componet {
        flex-direction: column !important;
    }

    .program-create-process {
        flex-direction: column !important;
        justify-items: flex-start !important;
        align-items: flex-start !important;
    }

    .program-applied-details {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .tab-container {
        width: 100% !important;
        display: flex;
        padding: 0px 1px !important;
    }

    .mini-settings {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .add-program-save,
    .Extend-btn,
    .add_program_publish,
    .added_program_new,
    .btn-program-question,
    .btn-program-section,
    .submit_changes {
        font-size: 8px !important;
        margin: 3px !important;
    }

    .skill-btn-added {
        font-size: 10px !important;

    }

    ::placeholder {
        font-size: 10px !important;
    }

    select {
        font-size: 10px !important;
    }

    .section-title,
    .section-description {
        font-size: 11px !important;
    }

    .Save_changes button {
        font-size: 8px !important;
    }

    .mini-related-progam {
        width: 100% !important;
        margin-bottom: 10px;

    }

    .mini-program {
        width: 100% !important;

    }

    .checkbox-label {
        font-size: 10px !important;
    }

    .day-container {

        width: 10% !important;

    }

    .user-links {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .bookmarked-title {
        display: none !important;
    }

    .rounded-search {
        width: 100% !important;
    }

    .applied_number {
        font-size: 11px !important;
    }

    .my-program-application-card {
        width: 90% !important;
        border-radius: 8px;
        border: 1px solid #DFE3E7;
        background: #FFF;
        cursor: pointer;
    }

    .program-details-container {
        width: 100% !important;
        padding: 0px 5px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

    }

    .program_industry_container {
        display: flex;
        /* flex-direction: column; */
        padding: 0px !important;
    }

    .program_industry {
        padding: 0px !important;
    }

    .program_details_link {
        font-size: 12px !important;
    }

    .program-details-container .program {
        width: 100% !important;
        border-radius: 8px;
        border: 1px solid #DFE3E7;
        position: relative;
    }

    .program-details-container .retaled-program {
        width: 100% !important;
    }

    .startup-register-description {
        width: 98% !important;
    }

    .register-btn-startup {
        font-size: 11px;
        padding: 5px 5px !important;
    }

    .register-button-startup {
        padding: 0px !important;
        margin: 10px 0px !important;
    }

    .startup-register-desc {
        width: 96% !important;
        padding: 5px 2px !important;
    }

    .startup-intro-title {
        font-size: 20px !important;
    }

    .startup-intro-sub-title {
        font-size: 11px !important;
    }

    .startup-register-desc-title {
        font-size: 16px !important;
        padding-top: 10px !important;
        width: 98% !important;
    }

    .startup-register-description {

        font-size: 12px !important;
    }

    .job-manage-banner {
        display: flex;
        /* flex-direction: column;  */
        padding: 1px 0px !important;
        /* overflow: scroll; */
        overflow-y: scroll;
    }

    .filter {
        font-size: 10px;
    }

    .jobcreate-button {
        display: flex;
        justify-content: start;
        margin: 10px 0px;
    }

    .nav-job-container {
        width: 30%;
    }

    .main-content-job-container {
        width: 70% !important;
    }

    .jobcreate-tbn {
        padding: 11px 41px !important;
        font-size: 10px;
    }

    .ellipsis-startup {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 70px;
        font-size: 10px;
    }

    .job-search-result {
        width: 100% !important;
    }

    .search-results-container {
        height: unset;
        padding: 10px;
    }

    .job-profit,
    .job-type {
        font-size: 8px;
        font-weight: 600;
    }

    .my-startup-card {
        width: 100% !important;
    }

    .jobcreator-manage {
        overflow-x: auto;
    }

    .job-cretor-form {
        width: 100%;
        padding: 10px 0px !important;
    }

    .jobcreator-side {
        font-size: 10px;
    }

    .modal_center {
        top: 50% !important;
        left: 50%;
    }

    .project-period {
        display: flex;
        flex-direction: column;
    }

    .project-period-span {
        width: 100%;
    }

    .button-left {
        width: 60%;
    }

    .bottons-warrap {
        width: 100%;
    }

    .button-left span {
        font-size: 10px;
    }

    .url-title {
        font-size: 12px !important;
        margin: 0px 10px;

    }

    .url-title:hover {
        text-decoration: overline;
    }

    .seeking-badge {

        font-size: 10px;

    }

    .mystartup-container {
        /* margin: 5px !important; */
    }

    .ddropdown-content a {
        font-size: 10px;
        color: #000000;
        text-decoration: none !important;
    }

    .strtup_founder {
        font-size: 10px;
    }

    .user-information {
        display: flex;
        justify-content: space-around;
    }

    .my-account-container {
        width: 100% !important;
    }

    .save-btn {
        background-color: #257aba;
        color: white;
        border-radius: 5px;
        font-size: 10px;
        cursor: pointer;
    }

    .continue-Later {
        border-radius: 4px;
        border: 1px solid #257aba !important;
        background: #fff;
        color: #257aba;
        font-size: 10px;
        cursor: pointer;
    }

    .my_account_container {
        width: 100% !important;
    }

    .cv-download-tbn,
    .cv-preview-tbn {
        font-size: 10px;
        padding: 8px 6px !important;
    }

    .main-startp-title {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .form-title {
        font-size: 13px !important;
    }

    /* .resume-banner {
        width: 100%;

    } */
    .progressbar li.active {
        color: #257ABA;
        font-weight: bold;
        font-size: 8px !important;
    }

    .progressbar li {
        font-size: 8px !important;

    }

    .progressbar li:after {
        height: 7px !important;
    }

    .Gender {
        font-size: 10px !important;
    }

    .survey-test,
    .survey-name {
        width: 90% !important;
    }

    .instruction-title {
        font-size: 8px !important;

    }

    .instruction_container {
        margin: 0px 2px !important;
    }

    .expiration {
        font-size: 8px;
    }

    .next-angle {
        width: 20px !important;
        height: 20px !important;
    }

    .next-angle i {
        font-size: 10px !important;
    }

    .mystartup-card {
        margin: 10px 0px !important;
    }

    .header .logo {
        padding: 0px 10px;
    }

    .tablinks {
        font-size: 8px;
        margin: 0px !important;
        padding: 10px 6px !important;
    }

    .sub-seeking-title {
        font-size: 10px !important;
    }

    .survey-candidate {
        font-size: 8px !important;
    }


    .address-container {
        width: 100%;
        /* padding: 0px 5px; */
    }

    .address-container-input {
        width: 98%;
    }

    .address-container-input input {
        margin: 0px 5px;
    }

    .address-container-input span {
        margin: 5px;
    }

    .instruction-container {
        padding: 0px !important;
        margin: 0px !important;
    }

    .survey-view {
        font-size: 9px !important;
    }

    .submit-survey-btn {
        font-size: 12px;
        margin: 0px !important;
    }

    .register-startup-btn button {
        height: 30px !important;
        font-size: 10px;
    }

    .startup-side_Menu {
        display: none !important;
    }

    .startup-side_Menu_container {
        width: 100% !important;
    }

    .card-setting-description {
        font-size: 7px !important;
    }

    .card-title {
        font-size: 13px !important;
    }

    .description-title {
        font-size: 17px !important;
    }

    .page-title {
        font-size: 20px;
    }

    .productService {
        font-size: 8px !important;
        width: 57px !important;
        margin: unset !important;
        padding: 0px 0px !important;
    }

    .option_name {
        font-size: 8px !important;
        width: 57px !important;
        margin: unset !important;
        padding: 0px 0px !important;
    }

    .setting-options {
        font-size: 7px !important;
    }

    .Revenue_period {
        display: flex;
        flex-direction: column !important;
    }

    .input-with-icon .datepicker-icon {
        right: 85px !important;
    }

    .edit-image-survey {
        right: -15px !important;
    }

    .survey_name {
        font-size: 11px !important;
    }

    .choice-description {
        font-size: 7px !important;
    }

    .setting-card {
        padding: 2px !important;
    }

    .fund-form-btn {
        padding: 5px !important;
        font-size: 7px !important;
    }

    .filter-funding {
        padding: 10px 0px !important;
    }

    .filter-width {
        width: 42% !important;
    }

    .dropdown-option svg {
        width: 18px !important;
        height: 3px !important;
    }

    .indicator-icon svg {
        width: 13px !important;
        height: 13px !important;
    }

    .question_content {
        font-size: 10px !important;
    }



    .Products_Services {
        font-size: 11px !important;
    }

    .seeking_badge {
        font-size: 7px !important;
    }

    .setting-marigin {
        margin: 0px !important;
        padding: 0px !important;
    }

    .settings-container {
        display: flex;
        flex-direction: column;
    }

    .edit-founder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .founder {
        height: 50px !important;
        border-radius: 50%;
        width: 50px !important;
    }

    .revenue_funds {
        display: flex;
        flex-direction: column;
    }

    /* startups card */
    .startup_description ul {
        /* display: flex !important; */
        justify-content: space-between !important;
        align-items: unset !important;
        margin: 1px !important;
        padding: 0px !important;
    }

    .startup_description {
        margin: 0px 2px !important;
        font-size: 11px;
    }

    .startup_description ul {
        /* display: flex !important; */
        justify-content: space-between;
        align-items: center;
        margin: 1px !important;
        padding: 0px !important;

    }

    .startup_description ul li {
        font-size: 20px !important;
        margin: 10px 10px !important;
        padding: 0px !important;
        color: #2C3E50;
        font-weight: 400;
    }

    .startup_description ul li a {
        font-size: 10px !important;
        margin: 0px !important;
        padding: 0px !important;

    }

    .startup-card {
        width: 100% !important;
    }

    .startup-details-container {

        width: 95%;
    }

    .revenue_funds_card {
        width: 100% !important;

    }

    .startup-revenue-card {
        margin: 10px 0px !important;
        width: 100% !important;
    }

    .related-startup {
        display: none !important;
    }

    .tab-content {
        padding: 9px;
    }

    .startup-related-card {
        width: 100% !important;
    }

    .startup-holder {
        padding: 0px !important;
        margin-bottom: 0px !important;

    }

    .search-global {
        width: 100% !important;

    }

    .stages-level {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stages-level div {
        margin: 0px !important;
    }

    .launched_date,
    .startup-link {
        display: flex;
        justify-content: space-between;

        font-size: 12px !important;
    }

    .stages-level span {
        font-size: 10px;
    }

    .startup-tab-rounded {
        padding: 5px !important;
    }

    .view_details {
        width: 88% !important;
        margin-left: -32px !important;
    }

    .jobTitle {
        font-size: 15px !important;
    }

    .register-startup-btn {

        position: absolute;
        top: 100%;
        right: 38%;

    }


    .login_message {
        font-size: 13px !important;
    }

    .form-save-edit {
        font-size: 10px !important;
        padding: 2px 10px !important;
    }

    .job-period {
        font-size: 9px !important;
        padding: 0px 10px;
    }

    .job-location {
        font-size: 9px !important;
        width: 129px;
    }

    .job-matches-container {
        padding: 10px !important;
        width: 100%;
    }

    .title-info {
        font-size: 18px !important;
    }

    .form_title {
        font-size: 10px !important;
    }

    .Profile_form {
        width: 80% !important;
    }

    .tab_width {
        width: 100% !important;
    }

    .name-holder h1[data-v-530758ca] {
        font-size: 14px !important;
    }

    .cv-title {
        font-size: 9px;
    }

    .cv-container-left {
        width: 40% !important;
    }

    .cv-container-right[data-v-530758ca] {
        width: 60% !important;
    }

    .tab_height {
        height: unset !important;
        width: 29% !important;
    }

    .tab-height {

        height: 100vh !important;
    }

    /*
    .sub-menu-form {
        width: 70%;
    } */

    input,
    .input-text-selected,
    select,
    textarea,
    .multiselect__single {
        font-size: 9px !important;
    }



    .card-holder {
        width: 100% !important;
    }

    .options-container {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    /* .job-type {
        margin: 5px;
    } */

    .jobcreator-title {
        font-size: 14px !important;
        display: none;
    }

    .status-title,
    .Waiting {
        font-size: 9px !important;
    }

    .detail-container-right {
        width: 95% !important;
        margin-top: 10px !important;
        margin-bottom: 10px;
    }

    .detail-container-left {
        width: 95% !important;
        margin: 0px !important;
    }

    .detail-container {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin: 0px 2px !important;
    }

    .institute_period {
        display: flex !important;
        flex-direction: column !important;
    }

    .industry-input {
        width: 100% !important;
    }

    .input-text-selected {
        font-size: 9px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .custom-select__input {
        width: 100% !important;
    }

    .socialmedia {
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
    }

    .socialmedia span {
        width: 100% !important;
    }

    .period-project {
        display: flex !important;
        flex-direction: column !important;
    }



    .back-menu {
        color: #257ABA !important;
        display: block !important;
    }

    .back_menu a {
        display: flex !important;
        align-items: center !important;
        cursor: pointer !important;
    }

    .institute-input {
        width: 100% !important;
    }

    .period {
        width: 100% !important;
    }

    .institute {
        width: 100% !important;
    }

    .my_2 {
        margin: 10px 0px 10px 0px;
    }

    .form-save-tbn {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .d_none {
        display: none !important;
    }

    .seeker-info {
        display: flex;
        flex-direction: column;
    }

    .profile {
        width: 100% !important;
        margin: 5px 0px;
    }

    .profile-infos {
        width: 100% !important;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* .twitter-input{
        padding:0px;
    } */

    .main-content-container {
        width: 100% !important;
    }

    .grid-warraper {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .create-link {
        display: none !important;
    }

    .startup-stage {
        font-size: 10px !important;
    }

    .revenue_size {
        font-size: 8px !important;
    }

    .startup-founder-card {
        width: 100% !important;
    }

    .project-description {
        font-size: 12px !important;
    }

    .create-container {
        margin: 0px !important;
    }

    .startup_stage div span {
        font-size: 10px !important;
    }

    .startup_stage div {
        margin: 5px 0px !important;
        display: flex;
        justify-content: flex-start !important;
        align-items: center;
    }

    .catgory-list {
        display: flex !important;
        flex-direction: column !important;
    }

    .staff_dropdown {
        width: 100% !important;
    }

    .main-content_container {
        width: 100% !important;
    }

    .nav-container {
        width: 30% !important;
        display: none;
    }

    .btn_light {
        color: white;
    }

    .user-info-card,
    .user-infor-image {
        width: 80% !important;
    }

    .user-image {
        width: 47px !important;
        height: 40px !important;
    }

    .user_name {
        font-size: 9px !important;
    }

    .user-name_at {
        font-size: 9px !important;

    }

    .user-edit-btn {

        padding: 4px 20px !important;
    }

    .alert-text {
        font-size: 8px !important;
    }

    .banner-title {
        font-size: 12px !important;
    }

    .jobseeker-side {
        font-size: 11px !important;
    }

    .resume-content-banner {
        display: flex !important;
        justify-content: space-between !important;
    }

    .border_link {
        padding: 10px 20px;
    }

    .page-link {
        /* width: 25px !important; */
        /* height: 25px !important; */
        font-size: 13px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .next_icon {
        width: 26px !important;
        height: 26px !important;
    }

    .prev_icon {
        width: 20px !important;
        height: 12px !important;
    }

    .nav__text {
        color: #2C3E50 !important;
        font-size: 9px !important;
        padding: 0px 5px !important;
        font-weight: 500;
    }

    .nav__item_list {
        font-size: 9px !important;
    }

    .nav__item_list i {
        font-size: 10px !important;
    }

    label {
        font-size: 10px;
    }

    .option-name {
        font-size: 10px !important;
    }

    .profile_photo {
        width: 30px;
        height: 30px;
    }

    .images {
        margin-top: 66px !important;
        margin-left: 45px;
        height: 200px;
        width: 200px;
    }

    .polygon-title {
        font-size: 17px;
    }

    .container-swipper {
        margin: 20px 0px 20px 0px;
    }

    .polygon_paragraph_1 {
        font-size: 12px !important;

    }

    .page-sub-title {
        font-size: 11px;
    }

    .job-button {
        width: 90px;
        height: 30px;
    }

    .job-button-appllied {
        width: 90px;
        height: 30px;
    }

    .Applied_btn {
        margin-left: 1px;
        width: 90px;
    }

    .on-small {
        display: block !important;
    }

    .logo img {
        width: 3rem !important;
        height: 1rem !important;
    }

    .menu-mobile {
        font-size: 10px;
    }

    .header {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between !important;
    }


    .nofification-count {
        display: block !important;
    }

    .mobile-menu {
        width: 100% !important;
        /* display: none !important; */
    }

    .mobile-screen {
        /* width: 100%; */
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .intro-width {
        padding-top: 395px !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .slider-intro-container {
        padding: 2px !important;
    }

    .title-intro {
        font-size: 10px;
        padding: 0px 0px;
    }

    .Feature-title {
        padding: 0px !important;
    }

    .swiper-pagination {
        right: 30% !important;
        /* width: 37% !important; */
        top: 92%;
    }

    .swiper-button-next img {
        width: 10px;
        height: 10px;
    }

    .intro-height {
        width: 95%;
        height: 73%;
        top: 22.5%;
    }

    .slider-description {
        color: #2C3E50;
        font-weight: 400;
        font-size: 11px;
        padding: 0px !important;
        margin-bottom: 11px;
    }

    .slider-Feature,
    .more-feature {
        font-size: 11px;
    }

    .analytics_title {
        font-size: 12px;
    }

    .description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11px !important;
        color: #2C3E50;
    }

    .modal.right_modal .modal-dialog {
        position: fixed;
        margin: auto;
        top: 141px !important;
        width: 65% !important;
        height: 80%;
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.left_modal .modal-dialog,
    .modal.right_modal .modal-dialog {
        top: 153px !important;
    }

    .notification-title {
        font-size: 12px !important;
    }

    .notification-info {
        font-size: 10px !important;
    }

    .not_right svg {
        margin-right: -5px !important;
    }

    .circle {
        display: flex !important;
    }

    .paragraphs {
        font-size: 10px;
    }

    .slider-title {
        font-size: 14px !important;
    }

    .card-section {
        width: 90%;
    }

    .search-icon {
        font-size: 10px !important;
        padding: 0px 3px !important;
    }
}

/* check box */
.checkbox {
    margin: 0.5rem 0px;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkbox-label {
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4em;
    font-size: 12px;
}

.checkbox-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    background: #f4f4f4;
    border-radius: 4px;
    /* Adjust border-radius for a square shape */
    border: 1px solid #ccc;
    transition: background-color 0.3s, box-shadow 0.3s;
}

[type="checkbox"]:checked+label:before {
    border-color: #257aba;
}

input[type="checkbox"]:checked+.checkbox-label:before {
    background-color: #257aba;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

input[type="checkbox"]:disabled+.checkbox-label:before {
    background: #f4f4f4;
    border-color: #ccc;
    box-shadow: none;
}

/* radio */


.radio {
    margin: 0.5rem;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio-label {
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4em;
    font-size: 11px;
}

[type="radio"]:checked+label:before {
    border-color: #257aba;
}

.radio-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    background: #f4f4f4;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: background-color 0.3s, box-shadow 0.3s;
}

input[type="radio"]:checked+.radio-label:before {
    background-color: #257aba;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

input[type="radio"]:disabled+.radio-label:before {
    background: #f4f4f4;
    border-color: #ccc;
    box-shadow: none;
}

.startup-page-header {
    padding-top: 60px;
    /* height: 500px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.startup-page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-content-startup {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.startup-intro-title {
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
}

.startup-intro-sub-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.register-btn-startup {
    border-radius: 4px;
    background: #29A8DB;
    color: #fff;
    cursor: pointer;
}

.startup-register-desc {
    width: 70%;
    border-radius: 20px;
    background: #F5F7F8;
}

.startup-register-desc-title {
    color: #2C3E50;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    width: 80%;
}

.startup-register-description {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    width: 80%;
}

/* program feature */

.program-title {
    color: #2C3E50;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.pre-heading {
    color: #29A8DB;
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
}

.organizer {
    color: #F18A55;
    font-size: 10px;
    font-weight: 400;
}

.program-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #2C3E50;
    font-weight: 400;
    cursor: pointer;
}

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

.program-industry {
    border-radius: 4px;
    background: #FAFAFA;
    color: #2C3E50;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
}

.program-date {
    color: #257ABA;
    text-align: right;
    font-size: 9px;
    font-weight: 400;
}

.program-timer {
    color: #257ABA;
    text-align: right;
    font-size: 9px;
    font-weight: 500;
}

.program-type {
    display: flex;
    position: absolute;
    left: 1;
    top: 5%;
    border-radius: 0px 15px 15px 0px;
    padding: 3px 5px;
    background: #257ABA;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.program-details-container {
    width: 93%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */

}

.program-details-container .program {
    width: 73%;
    border-radius: 8px;
    border: 1px solid #DFE3E7;
    position: relative;
}

.program-details-container .retaled-program {
    width: 25%;
}

.program_view_background {

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 276px;
    border-radius: 7px 7px 0px 0px;
}

.program_logo_details {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    /* bottom: 25%; */
    top: unset;
    margin-top: -50px;
    left: 5%;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
}

.program_view_background img {
    position: relative;
    border-radius: 7px 7px 0px 0px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.program_logo_details img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.program-description-title {
    color: #257ABA;
    font-size: 20px;
    font-weight: 700;
}

.program-view-description {
    color: #2C3E50;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.retaled-program {
    display: flex;
    justify-content: start;
}

.related-title {
    color: #2C3E50;
    font-size: 20px;
    font-weight: 700;
}

.program-url {
    color: #29A8DB;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;

}

.create-program-container {
    border-radius: 8px !important;
}

.add-program-save {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    background: #257ABA;
    cursor: pointer;
}

.program-create-process {
    background: #F5F7F8;
    border-bottom: 1px solid #DFE3E7;
}

.application-search-program {
    border-bottom: 1px solid #DFE3E7;
    border-top: 1px solid #DFE3E7;
}

.program-process-title {
    color: #257ABA;
    font-size: 12px;
    font-weight: 600;
}

.add_program_publish {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    background: #257ABA;
    cursor: pointer;
}

.added_program_publish {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    background: #257ABA;
    cursor: pointer;
    border: 1px solid #257ABA;
}

.add-program-publish {
    color: #C4CCD2;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    background: #DFE3E7;
    cursor: not-allowed;
}

.ve-toolbar {
    border-radius: 7px 7px 0px 0px !important;
    background: #f5f7f8 !important;
}

.code-select {
    width: unset !important;
}

.ve-select span {
    font-size: 9px !important;
}

.ve-dropdown {
    width: 176px;
    max-height: 250px;
    padding: 5px 10px;
    position: absolute;
    top: 36px;
    overflow-y: scroll;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
}

.section_title {
    color: #257ABA;
    font-size: 16px;
    font-weight: 500;
}

.question-section-title {
    color: #257ABA;
    font-size: 20px;
    font-weight: 500;
}

.program_icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.program_icon:hover {
    background-color: #257ABA;
    padding: 1px;
    border-radius: 50%;
}

.btn-program-question {
    border-radius: 4px;
    background: #257ABA;
    color: #fff;
    cursor: pointer;
}

.btn-program-section {
    border-radius: 4px;
    border: 1px solid #257ABA !important;
    color: #257ABA;
    cursor: pointer;
    background: #FFF;
}

.no-applicants {
    color: #DFE3E7;
    font-size: 24px;
    font-weight: 400;

}

.my-program-application-card {
    border-radius: 8px;
    border: 1px solid #DFE3E7;
    background: #FFF;
    cursor: pointer;
}

.my-application-image {
    width: 70px;
    height: 70px;
    margin: 5px 0px;
    border-radius: 4px;
}

.my-application-image img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
}

.program-status {
    color: #F0BC06;
    font-size: 9px;
    font-weight: 500;
}

.program-Declined {
    color: #FC8080;
    font-size: 9px;
    font-weight: 500;
}

.program-Submitted {
    color: #257ABA;
    font-size: 9px;
    font-weight: 500;
}

.program-Accepted {
    color: #7FCC72;
    font-size: 9px;
    font-weight: 500;
}

.app-view-btn {
    border-radius: 4px;
    background: #29A8DB;
    color: #fff;
    font-size: 8px;
    cursor: pointer;

}

.app-continue-btn {
    border-radius: 4px;
    border: 2px solid #29A8DB !important;
    color: #29A8DB;
    background: #FFF;
    font-size: 8px;
    cursor: pointer;
}

.program-create-title {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 400;
}

.back-program {
    cursor: pointer;
}

.program-applied-details {
    width: 100%;
    display: flex;
    justify-content: space-between;

    position: relative;
}

.program-applied-details .program {
    width: 70%;
    border-radius: 8px;
    border: 1px solid #DFE3E7;
    position: relative;
}

.program-details-container .retaled-program {
    width: 25%;
    display: flex;
    justify-content: start;
}

.search-input input {
    height: 30px;
    border-radius: 5px 0px 0px 5px;
    border: 0.5px solid #DFE3E7;
    background: #F5F7F8;
}

.program-search-icon {
    border-radius: 0px 5px 5px 0px;
    background: #F5F7F8;
}

.table-btn-review {
    border-radius: 5px;
    background: #257ABA;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
}

.section-title {
    color: #257ABA;
    font-size: 16px;
    font-weight: 500;
}

.section-descr {
    color: #257ABA;
    font-size: 14px;
    font-weight: 400;
}

.question-label {
    color: #2C3E50;
    font-size: 12px;
    font-weight: 400;
}

.question-answer {
    color: #257ABA;
    font-size: 10px;
    font-weight: 400;
}

.question-hint {
    color: #257ABA;
    font-size: 10px;
    font-weight: 600;
}

/* analytics */
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #257aba !important;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list {
    margin: 0px 5px !important;
}

.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #257aba !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.ant-tabs .ant-tabs-tab:hover {
    color: #1F80C6 !important;
}

.ant-tabs .ant-tabs-ink-bar {
    background-color: #257aba !important;
    height: 2px !important;
}

.ant-card .ant-card-body {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 15px !important;
    border-radius: 0 0 8px 8px !important;
}

.ant-card .ant-card-head {

    margin-bottom: -1px;
    padding: 0px !important;
    color: rgba(0, 0, 0, 0.88);
    font-weight: unset !important;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 8px 8px 0 0;
}

.ant-card .ant-card-head-title {
    font-size: 12px;
}

.ant-tabs-top>.ant-tabs-nav::before {
    border-bottom: 1px solid #E5EFF7 !important;
}

.ant-layout .ant-layout-sider {
    /* flex: unset !important; */
    max-width: unset !important;
    width: 200px;
    padding: 0px 15px;
    width: 250px !important;
    position: relative;
    min-width: 0;
    border-right: 1px solid #E5EFF7;
    background: #F5F7F8 !important;
}

.ant-menu-light.ant-menu-root.ant-menu-inline {
    background: #F5F7F8 !important;
}

.ant-menu-light .ant-menu-item-selected {
    background-color: #ffff !important;
}

.ant-menu-light.ant-menu-root.ant-menu-inline {
    border-inline-end: unset;
}

.ant-dropdown .ant-dropdown-menu {
    padding: 0px !important;
}

.ant-dropdown-menu .ant-dropdown-menu-body {
    padding: 0px !important;
}

.menu-items-title {
    color: #819DB9;
    font-weight: 400;
    font-size: 10px;
}

.menu-title {
    color: #2C3E50;
    font-weight: 500;
    font-size: 10px;
}

.layout-header-tile {
    color: #257ABA;
    font-weight: 600;
    font-size: 16px;
}

.ant-card .ant-card-head {
    min-height: unset !important;
    padding: 5px 20px !important;
}

.ant-progress-circle-path {
    color: #257aba !important;
}

.ant-tabs .ant-tabs-tab-btn {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #2C3E50 !important;
}

.active-user-chart {
    height: 200px;
}

.ant-statistic .ant-statistic-content {

    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;

}

.custom-dropdown-style {
    top: 72px !important;
}

.custom-search-style {
    border: 1px solid #dfe3e7 !important;
    border-radius: 5px !important;
}

.ant-dropdown .ant-dropdown-menu {
    box-shadow: unset !important;
    border-radius: unset;
}

.ant-input-group .ant-input {
    height: 42px !important;
    background: #F5F7F8;
    border: 1px solid #dfe3e7 !important;
    border-right: unset !important;
    border-radius: 5px 0px 0px 5px !important;
}

.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
    background: #47B1E5 !important;
}

.ant-input-search .ant-input-search-button {
    height: 32px;
    width: 45px;
    background: #47B1E5 !important;
    color: white !important;
}

/* .anticon svg {
height: 10px;
} */
.ant-btn-primary {
    color: #fff;
    background-color: #257aba;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

.chart-container {
    margin: 20px 0;
    width: 48%;
    height: 40%;
    background-color: #ffff;
    border-radius: 5px;

}

.ant-tabs-top>.ant-tabs-nav {
    margin: 0px !important;
}

.ant-modal .ant-modal-header {
    border-bottom: 1px solid #E5EFF7 !important;
}

.ant-modal .ant-modal-content {
    padding: 20px 0px !important;
}

.ant-modal .ant-modal-close {
    top: 8px !important;
}

.ant-modal .ant-modal-close:hover {
    background-color: unset !important;
}

.ant-modal .ant-modal-title {
    position: relative;
    top: -10px;
    padding: 0px 20px;
    color: #257ABA !important;
}

.anticon-close.ant-modal-close-icon {
    padding: 7px;
    background: #DFE3E7 !important;
    color: #808E9C !important;
    border-radius: 50% !important;
}

.anticon-close.ant-modal-close-icon.anticon svg {
    font-size: 10px !important;
}

.ant-alert-description {
    font-size: 10px !important;
}

.ant-alert-message {
    font-size: 10px !important;
}

.ant-card .ant-card-actions>li:not(:last-child) {
    border-inline-end: unset !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: unset !important;

}

.ant-card .ant-card-actions>li {
    width: 40% !important;
}

.ant-modal .ant-modal-header {
    margin-bottom: unset !important;
}

.table-filter-icon {
    font-size: 8px !important;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.scrollable-container {
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}


.scrollable-container::-webkit-scrollbar {
    width: 8px;
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.scrollable-container::-webkit-scrollbar-track {
    background: transparent;
}

.general-decline-button {
    background-color: #FC8080 !important;
    height: 35px !important;
    /* border: 4px solid #257aba !important; */
    font-size: 12px !important;
    padding: 2px 10px 2px 10px !important;
}

.general-primary-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px !important;
    padding: 2px 10px 2px 10px !important;
    font-size: 12px !important;
    font-weight: 400;
    text-align: center;
}

.general-primary-table-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px !important;
    padding: 2px 10px 2px 10px !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    font-weight: 400;
    text-align: center;
}

.general-primary-cv-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px !important;
    font-size: 12px !important;
    font-weight: 400;
    text-align: center;
}

.general-secondary-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px !important;
    padding: 2px 10px 2px 10px !important;
    border-radius: 2px;
    font-size: 12px !important;
    font-weight: 400;
    text-align: center;
    color: #2C3E50 !important;
    background: #DFE3E7;
}

.general-third-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px !important;
    padding: 2px 10px 2px 10px !important;
    font-size: 12px !important;
    font-weight: 400;
    background: #2C3E50 !important;
    text-align: center;
}

.ant-switch.ant-switch-checked {
    background-color: #257aba !important;
    font-size: 12px !important;
}

.ant-switch.ant-switch-checked:hover {
    background-color: #257aba !important;
    font-size: 12px !important;
}

.ant-switch:hover:not(.ant-switch-disabled) {
    background: #E9EEF3 !important;
    font-size: 12px !important;
}

.general-ghost-button {
    height: 35px !important;
    padding: 2px 10px 2px 10px !important;
    font-size: 12px !important;
    border: 4px solid #257aba !important;
}

.general-grey-button {
    height: 35px !important;
    padding: 2px 10px 2px 10px !important;
    font-size: 12px !important;
    color: #2C3E50 !important;
    background: #DFE3E7 !important;
    /* border: 4px solid #257aba !important; */
}

.general-disabled-button {
    height: 35px !important;
    padding: 2px 10px 2px 10px !important;
    font-size: 12px !important;
    background-color: #DFE3E7 !important;
    color: #C4CCD2 !important;
}

.ant-btn-primary.ant-btn-background-ghost {
    height: 35px !important;
    padding: 2px 10px 2px 10px !important;
    font-size: 12px !important;
    border: 2px solid #257aba !important;
    color: #257aba !important;
}

.ant-modal-root .ant-modal-mask {
    background: rgba(0, 0, 0, 0.3) !important;
    /* Semi-transparent black */
    backdrop-filter: blur(10px) !important;
    /* Adjust the blur intensity */
    -webkit-backdrop-filter: blur(10px) !important;
    /* For Safari support */
}

.SearchBarIndustry.ant-select-single .ant-select-selector {
    border: unset !important;
}

.job-creator-application .ant-alert-content .ant-alert-message {
    font-size: 16px !important;
}

.table th {
    font-size: 10px;
    font-weight: 600;
    text-align: start;
    vertical-align: middle;
}

.table td {
    font-size: 10px;
    font-weight: 400;
    text-align: start;
    vertical-align: middle;
}

.table-fliter-search {
    width: 50%;
}

.ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-error {
    border-color: #DFE3E7 !important;
}

.ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error {
    color: #DFE3E7 !important;
}

.ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select {
    border: 1px solid #d9d9d9;
}
.ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select {
    width: 102px;
    height: 102px;
    margin-inline-end: unset !important;
     margin-bottom: unset !important;
    }
        .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container{
                margin-inline-end: unset !important;
                    margin-bottom: unset !important;
        }
   .plus-icon .anticon {
color: #C4CCD2 !important;
    }
@media screen and (max-width: 768px) {
    .table {
        font-size: 12px;
    }

    .table-btn {
        padding: 3px 5px;
    }

    .table-fliter-search {
        width: 100%;
    }

    .mobile-screen-alignment {
        display: flex;
        flex-direction: column;
    }

    .mobile_screen_alignment {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .job-card-type {
        margin: 5px 0px 0px 0px !important;
    }

    .seeker-identification {
        width: 30% !important;
    }

    .mobile-screen-padding {
        padding: 0px !important;
    }

    .mobile_screen_padding {
        padding: 2px !important;
    }

    .project-period-span {
        width: 100% !important;
    }

    .applied-job-Details {
        display: flex;
        flex-direction: column-reverse;
    }

    .deatils-applied-cards {
        width: 100% !important;
    }

    .deatils-applied-cards-response {
        width: 100% !important;

    }

    .jobdeatils-card-title {
        font-size: 13px !important;
    }

    .job-details-card-description {
        font-size: 11px !important;

    }

    .a-menu-items {
        display: flex;
        flex-direction: column !important;
    }

    .ant-layout .ant-layout-sider {
        padding: 0px 0px !important;
    }

    .ant-menu-inline-collapsed>.ant-menu-item {
        display: flex !important;
        justify-content: center !important;
    }

    .ant-menu-light .ant-menu-item-selected {
        background-color: #e6f4ff !important;
    }

    .startup_stage {
        flex-direction: column;
    }

    .nav-item {
        font-weight: 500 !important;
        font-size: 11px !important;
    }

    .quickLink {

        font-size: 10px !important;
    }

    .murugo-user-menu {
        margin: 0px 5px !important;
    }

    .notification-wrapper {
        padding: 0px !important;
        margin: 0px !important;
    }

    .ant-avatar-image {
        width: 40px !important;
        height: 40px !important;
    }

    .applied_number_view {
        color: #2C3E50;
        font-size: 6px;
        font-weight: 400;
    }
        .trigger {
            display: inline-block;
        }
}

/* Landscape orientation for iPad (width between 769px and 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .table-fliter-search {
        width: 100%;
    }
.trigger {
    display: inline-block;
}
    .nav-item {
        font-weight: 500 !important;
        font-size: 11px !important;
    }

    .logo-image {
        height: 24px !important;
    }

    .logo img {
        width: 79px !important;
    }


    .quickLink {

        font-size: 10px !important;
    }

    .murugo-user-menu {
        margin: 0px 5px !important;
    }

    .notification-wrapper {
        padding: 0px !important;
        margin: 0px !important;
    }

    .ant-avatar-image {
        width: 40px !important;
        height: 40px !important;
    }

    .profile_name {
        font-size: 8px;
        width: 47px;
        text-overflow: ellipsis;
        word-break: break-all;
        overflow: hidden;
        white-space: nowrap;
    }

    .profile-username {
        font-size: 8px !important;
    }
}

/* section animation */
.outer,
.inner {
    background: #fff;
    padding: 10px 5px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    /* min-height: 100px; */
}

.inner {
    background: #fff;
}

.nested-enter-active,
.nested-leave-active {
    transition: all 0.3s ease-in-out;
}

/* delay leave of parent element */
.nested-leave-active {
    transition-delay: 0.25s;
}

.nested-enter-from,
.nested-leave-to {
    transform: translateY(30px);
    opacity: 0;
}

/* we can also transition nested elements using nested selectors */
.nested-enter-active .inner,
.nested-leave-active .inner {
    transition: all 0.3s ease-in-out;
}

/* delay enter of nested element */
.nested-enter-active .inner {
    transition-delay: 0.25s;
}

.nested-enter-from .inner,
.nested-leave-to .inner {
    transform: translateX(30px);
    /*
  	Hack around a Chrome 96 bug in handling nested opacity transitions.
    This is not needed in other browsers or Chrome 99+ where the bug
    has been fixed.
  */
    opacity: 0.001;
}
