 
 :root {
    --theme-color: #1A75BC;
}
.page{
    padding: 60px 0px;
}
.blue_btn{
    text-decoration: none;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    padding: 10px 25px;
}
.blue_btn{
     color: #fff;
}
 header{
    border-bottom: 1px solid #E5EAE8;
    padding: 20px 0px;
 }
 header .logo img{
    width: 87px;
 }
 .mid_col{
    display: flex;
        align-items: center;
        justify-content: center;
 }
 header .my_nav{
    padding: 0;
 }
 header .my_nav #w1-collapse{
    justify-content: center;
    align-items: center;
 }
 header .my_nav #w1-collapse ul,
 header .my_nav #w2-collapse ul{
    display: flex;
    justify-content: center;
    column-gap: 45px;
 }
 header .my_nav #w1-collapse li {}

 header .my_nav #w1-collapse li a,
 header .my_nav #w2-collapse li a{
    padding: 0;
    font-size: 18px;
    color: #606261;
    font-weight: 400;
 }
 header .last_col{
    display: flex;
    justify-content: flex-end;
 }
 header .singup_btn{
    background-color: var(--theme-color);
    padding: 12px 25px;
    border-radius: 61px;
    color: #fff;
    text-align: center;
    text-decoration: none;
 }
 header .singup_btn i{
    margin-right: 5px;
 }


 .colored{
    color: #1A75BC;
    text-transform: capitalize;
}
h2{
    font-size: 40px;
    font-weight: 600;
}
 
.my_form{
    border: 1px solid #D1E3F2;
    border-radius: 14px;
	padding: 40px 11%;
    width: 55%;
    margin: 0 auto;
    margin-top: 40px;
}


.register_page {
    
}
.register_page h2{
    text-align: center;
}
.register_page h4{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.register_page h5{
    font-size: 18px;
    font-weight: 500;
    color: #797D80;
    text-align: center;
    margin-top: 12px;
}
.register_page form{
    padding-top: 25px;
}
.register_page .form-group{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 15px;
}
.register_page .form_group{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 15px;
}
.register_page form label{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.register_page form input{
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid #C1C7CC;
	height: unset;
}
.register_page form input[type="submit"]{
    background-color: #1A75BC;
    padding: 10px 25px;
    border-radius: 61px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 35%;
    margin-top: 25px;
    margin-bottom: 10px;
}
.register_page form button{
    background-color: #1A75BC;
    padding: 10px 25px;
    border-radius: 61px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 35%;
    margin-top: 25px;
    margin-bottom: 10px;
}
.register_page form p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.register_page form p a{
    color: var(--theme-color);
}


.register_page .forgot_pass{
    display: flex
    ;
        justify-content: flex-end;
}
.register_page .forgot_pass a{
    color:#000;
    text-decoration: none;
}

.companies .search_form{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.companies .search_form form{
    display: flex;
    align-items: center;
    width: 770px;
    border: 1px solid #C1C7CC;
    border-radius: 12px;
    padding: 20px 20px;
    margin: 0;
    flex-wrap: wrap;
}
.companies .search_form .company_field{
    width: 53%;
    position: relative;
}
.companies .search_form .company_field::after{
    content: '';
    width: 1px;
    height: 40px;
    background-color: #C1C7CC;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.companies .search_form .location_field{
    width: 40%;
    position: relative;
}
.companies .search_form .location_field::before{
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    background-image: url(/uploads/location-pin.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.companies .search_form .submit_field{

}
.companies .search_form input{
    border: unset;
    width: 85%;
}
.companies .search_form button{
    background-color: #D1E3F2;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: unset;
}


 .companies {
    padding: 60px 0px;
}

.companies .main {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.companies .filter {
    width: 25%;
    border: 1px solid #E5EAE8;
    padding: 10px 10px;
}

.companies .filter form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 10px;
}

.companies .filter form .group {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E5EAE8;
    padding: 22px 15px;

}
.companies .filter form .group label{
    font-size: 16px;
    font-weight: 600;
    color: #20242D;
}
.companies .filter form select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.companies .rating-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.companies .rating-container .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.companies .rating-container .title p{
    color: #484B4C;
    font-size: 12px;
    margin: 0;

}
.companies .rating-container #rating-display {
    font-size: 14px;
    margin-left: 10px;
    color: #1A75BC;
}

.companies .rating-container .rating-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.companies .rating-container .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc; /* Inactive dot color */
    cursor: pointer;
    transition: background-color 0.3s;
}

.companies .rating-container .dot.active {
    background-color: #1A75BC; /* Active dot color */
}

.companies .rating-container .line {
    flex: 1;
    height: 2px;
    background-color: #ccc; /* Inactive line color */
    transition: background-color 0.3s;
}

.companies .rating-container .line.active {
    background-color: #1A75BC; /* Active line color */
}

.companies .content{
    width: 73%;
    border: 1px solid #E5EAE8;
    padding: 10px 40px;
} 
.companies .content .company_top{
    display: flex
;
    align-items: flex-end;
    justify-content: space-between;
}
.companies .content .company_top .add_review_btn{}
.companies .content .company-item .comp_log{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #E5EAE8;
}
.companies .content .company-item{
    padding-top: 31px;
}
.companies .content .company-item .comp_title{
    padding-top: 20px;
    padding-bottom: 5px;
    margin: 0;
}
.companies .comp_location{
    padding-top: 20px;
}
.companies .comp_location p span{
   color: #919599;
}
 

.companies .content .overview{
    display: flex;
        flex-wrap: wrap;
        column-gap: 12%;
}
.companies .content .overview .left{}
.companies .content .overview .right{}
.companies .content .overview .left .items,
.companies .content .overview .right .items{
    display: flex;
    column-gap: 20px;
}

.companies .content h5{
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #484B4C;
}

.companies .content .overview p{}

.companies .content .tabs-container {
    margin-top: 45px;
    width: 100%;
}
.companies .content .tab-content h2{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
    color: #484B4C;
}

.companies .content .tabs {
    border-bottom: 1px solid #CFD4D1;
    padding-bottom: 5px;
    display: flex
;
    column-gap: 30px;
    
}

.companies .content .tab-button {
    cursor: pointer;
    font-size: 16px;
    border: unset;
    color: #606466;
    font-weight: 700;
    background-color: transparent;
}

.companies .content .tab-button:hover {
    
}

.companies .content .tab-button.active {
    border-bottom: 3px solid #1a75bc;
}

.companies .content .tab-content {
    padding: 25px 0px 20px 0px;
    border-bottom: 1px solid #E5EAE8;
}

.companies .content .tab-pane {
    display: none;
}

.companies .content .tab-pane.active {
    display: block;
}
.single .content{
    width: 100%;
}
.companies .reviews{

}
.companies .reviews h4{}
.companies .reviews .stars{
    display: flex
    ;
        flex-wrap: wrap;
        column-gap: 5px;
        padding-top: 15px;
        padding-bottom: 25px;
}
.companies .reviews .stars img{
    width: 40px;

}
.companies .reviews .rating{
    display: flex;
        justify-content: space-between;
}
.companies .reviews .rating h2{
    padding: 0;
}
.companies .reviews .rating .percent{
    display: flex;
        column-gap: 25px;
}
.companies .reviews .rating .percent p{
    margin: 0;
}

.companies .reviews .filter_reviews{
    padding-top: 20px;
}
.companies .reviews .filter_reviews h5{
    border-bottom: 1px solid #E5EAE8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.companies .reviews .filter_reviews .checks{
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}
.companies .reviews .filter_reviews .checks .button-checkbox{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #D1E3F2;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}
.companies .reviews .filter_reviews .checks .button-checkbox input[type="checkbox"] {
    display: none;
}

.companies .reviews .filter_reviews .checks .button-checkbox span {
    user-select: none;
    padding: 10px 15px;
}


.companies .reviews .filter_reviews .checks .button-checkbox input[type="checkbox"]:checked + span {
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 20px;
}

.companies .reviews .filter_reviews .checks form{
    margin: 0;
    display: flex
;
    column-gap: 15px;
}
.companies .reviews .filter_reviews .checks input{}

.companies .reviews .search{
    padding-top: 26px;
}
.companies .reviews .search form{
    display: flex
    ;
        flex-wrap: wrap;
        column-gap: 15px;
}
.companies .reviews .search form input{
    border-radius: 12px;
    border: 1px solid #C1C7CC;
    padding: 13px 20px;
    width: 42%;
}
.companies .reviews .search form input[type="submit"]{
    width: 13%;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;

}

.companies .reviews .review_box{
    border-radius: 4px;
    border: 1px solid #D9E0E6;
    padding: 30px 20px;
    margin-top: 25px;
}
.companies .reviews .review_box .top{
    display: flex
;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}
.companies .reviews .review_box .top .author{
    display: flex
    ;
        align-items: center;
        column-gap: 10px;
}
.companies .reviews .review_box .top img{}
.companies .reviews .review_box .top p{
    margin: 0;
    font-size: 14px;
    color: #8C8F8E;
}
.companies .reviews .review_box h5{}
.companies .reviews .review_box .small_stars{
    display: flex
;
    column-gap: 10px;
    align-items: center;
    padding-bottom: 25px;
}
.companies .reviews .review_box .small_stars p{
    margin: 0;
}
.companies .reviews .review_box .small_stars .stars{
    padding: 0;
}
.companies .reviews .review_box .small_stars .stars img{
    width: 25px;

}
.companies .reviews .review_box .small_stars a{}
.companies .reviews .review_box .review_content{}
.companies .reviews .review_box .review_content p{
    margin: 0;
}
.companies .reviews .review_box .report{
    display: flex
    ;
        justify-content: flex-end;
}
.companies .reviews .review_box .report a{
    text-decoration: none;
    color: #000;
}

.companies .salaries{}

.companies .salaries .search form{
    display: flex
    ;
        flex-wrap: wrap;
        column-gap: 15px;
}
.companies .salaries .search form input{
    border-radius: 12px;
    border: 1px solid #C1C7CC;
    padding: 13px 20px;
    width: 42%;
}
.companies .salaries .search form input[type="submit"]{
    width: 13%;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;

}

.companies .salaries .salaries_box{
    padding: 30px 20px;
    border: 1px solid #D1E3F2;
    border-radius: 4px;
    margin-top: 40px;
}
.companies .salaries .salaries_box h3{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.companies .salaries .salaries_box table{
    width: 100%;
}
.companies .salaries .salaries_box thead{}
.companies .salaries .salaries_box thead tr{
    background-color: #D1E3F2;
}
.companies .salaries .salaries_box th{
    padding: 20px 20px;
    font-weight: 400;
}
.companies .salaries .salaries_box tbody{}
.companies .salaries .salaries_box tbody tr{
    padding: 10px 10px;
    /* height: 58px; */
    border: 1px solid;
    border-width: 1px;
    border-top: unset;
    border-color: #D1E3F2;
}
.companies .salaries .salaries_box tbody td{
    padding: 20px 20px;
}
.companies .salaries .salaries_box a.seemore{
    display: block;
    margin: 0 auto;
    width: 10%;
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
}

.review_selection{}
.review_selection .my_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}
.review_selection .my_form form{
    display: flex
;
    flex-direction: column;
    width: 55%;
    row-gap: 12px;
    align-items: center;
}
.review_selection .my_form .button-checkbox{
    display: inline-flex
    ;
        align-items: center;
        background-color: #d1e3f200;
        border-radius: 12px;
        cursor: pointer;
        font-size: 16px;
        color: #333;
        transition: all 0.3s ease;
        border: 1px solid #D9E0E6;
        padding: 10px 0px;
        width: 100%;
}
.review_selection .my_form .button-checkbox img{
    margin-right: 10px;
    font-size: 20px;
    color: #1A75BC;
}

.review_selection .my_form .button-checkbox input[type="checkbox"] {
    display: none;
}

.review_selection .my_form .button-checkbox span {
    user-select: none;
    padding: 10px 15px;
}


.review_selection .my_form .button-checkbox input[type="checkbox"]:checked + span {
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 20px;
}
.review_selection .my_form form input[type="submit"]{
    background-color: var(--theme-color);
    padding: 12px 20px;
    border-radius: 61px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: unset;
    width: 70%;
}

.company_review{
  
}
.company_review .my_form{
    margin-top: 30px;
    padding: 40px 8%;
    width: 63%;
}
.company_review .my_form h4{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.company_review .my_form form{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.company_review .my_form .company_field{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;

}
.company_review .my_form .company_field label{
    font-size: 16px;
    font-weight: 600;
}
.company_review .my_form .company_field input{
    border-radius: 12px;
    border: 1px solid #C1C7CC;
    padding: 17px 20px;
    width: 100%;
} 
.company_review .my_form .company_field select{
    border-radius: 12px;
    border: 1px solid #C1C7CC;
    padding: 17px 20px;
}
.company_review .my_form .company_field select option{}
.company_review .my_form .company_field .range{
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company_review .my_form .company_field .range input{
    width: 47%;
}
.company_review .my_form .company_field textarea{
    border-radius: 12px;
    border: 1px solid #C1C7CC;
    padding: 17px 20px;
    width: 100%;
    height: 130px;
}
.company_review .my_form .submit_field input {
    background-color: #1A75BC;
    padding: 10px 25px;
    border-radius: 61px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 25%;
    margin-top: 25px;
    margin-bottom: 10px;
    border: unset;
}


.review2{

}
.review2 .my_form{
    padding: 40px 8%;
    width: 61%;
}
.review2 .my_form form{
    margin-top: 35px;
}
.review2 .my_form .form_group{
    display: flex
    ;
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 20px;
}
.review2 form label{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.review2 form .form_group p{
    margin: 0;
}
.review2 .stars {
    display: inline-flex;
    gap: 5px;
}

.review2 .stars i {
    font-size: 38px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s ease;
}

.review2 .stars i.selected {
    color: #F8C433;
}
 
.review2 .my_form form input[type="submit"]{
    background-color: #1A75BC;
    padding: 10px 25px;
    border-radius: 61px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 25%;
    margin-top: 25px;
    margin-bottom: 10px;
    border: unset;
    margin-top: 45px;
}
.terms_page{}
.terms_page .my_form h4{
    margin-bottom: 30px;
}

.terms_page .my_form input[type="submit"]{
    background-color: #1A75BC;
    padding: 10px 25px;
    border-radius: 61px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 25%;
    margin-top: 25px;
    margin-bottom: 10px;
    border: unset;
    margin-top: 45px;
}


.footer{
    border-top: 1px solid #E5EAE8;
    padding-top: 32px;
    padding-bottom: 60px;
}
.footer .logo{
    display: flex;
        justify-content: center;
        margin-bottom: 15px;
}
.footer .logo img{}
.footer p{
    text-align: center;
    font-size: 18px;
    color: #000000B2;
    font-weight: 500;
}
.footer ul{
    margin: 0;
    padding: 0;
    display: flex;
        justify-content: center;
        column-gap: 32px;
        margin-bottom: 25px;
        margin-top: 25px;
}
.footer li{
    list-style: none;
}
.footer li a{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.footer h4{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.70);
}