header .navbar li a.active {
    font-weight: 500;
    color: #004B69;
}

.top-panel {
    background-color: #004B69;
    line-height: 82px;
    padding: 0 84px;
}

.top-panel a:after {
    width: 32px;
    height: 32px;
    background-color: #004B69;
    border-radius: 32px;
    bottom: -6px;
}

.top-panel a {
    padding-left: 40px;
}

header ul li {
    margin-left: 55px;
}

.top-panel .phone-white:after {
    background-image: url('../img/phone-w.svg');
}

.top-panel .email-white:after {
    background-image: url('../img/mail-w.svg');
}

#matchmaking h1 {
    /* font-weight: 700;
    font-size: 28px; */
    color: #004B69;
}
.form-content {
    /* margin-bottom: 105px; */
}

.form-content form {
    background-color: #fff;
    margin:15px;
    border-radius: 8px;
    overflow: hidden;
}

.general-filter {
    padding: 10px 20px;
    border-radius: 8px;
}

.form-title h2 {
    font-size: 22px;
    color: #44444F;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: -3px;
}

.filter-box h5, .private-info h5 {
    font-size: 18px;
    color: #242431;
    font-weight: 600;
    text-align: left;
}

.button-row {
    display: flex;
    margin: 0 -4px;
}

.form-content select {
    background-color: white;
    border: 1px solid #004b69;
    height: 56px;
    font-weight: 500;
    width: 100%;
    color: #000;
    margin: 0 4px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/select.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 13px);
    background-position-y: center;
    padding-left: 20px;
    outline: none;
}

.form-content button {
    box-shadow: none;
}

.select-hat:after {
    position: absolute;
    right: 15px;
}

.form-content button.active {
    background-color: #004B69;
    color: #fff;
}

.bg-white {
    padding:10px;
    border-radius: 8px;
    margin: 0 -12px;
}

.advance {
    text-align: center;
    margin: 40px 0;
}

.advance > button {
    max-width: 315px;
    background-color: #004B69;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.advance button img {
    margin-right: 10px;
}

.reset-submit-box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    margin: 35px auto;
    background-color: rgba(8, 10, 12, 0.04);
    border-radius: 8px;
    width: 100%;
}

.modal-body .reset-submit-box {
    margin: 35px auto 25px;
}

.reset-submit-box button {
    height: 40px;
    border: none;
    color: rgba(8, 10, 12, 0.4);
    margin: 8px;
}
.sub_type {
    display: flex;
    background-color: rgba(8, 10, 12, 0.04);
    border-radius: 8px;
    margin: 0 10px;
}
.modal-header h5 {
    margin: 0 10px;
}

.sub_type button {
    border: none;
    margin: 0;
    border-radius: 8px;
}
.sub_type button.active {
    background-color: #004B69;
}

.advance-filter {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 40px 10px 0;
    border-radius: 8px;
}

.filter-button button.active {
    height: 40px;
    background-color: #004B69;
    margin: 8px;
}

.reset-submit-box button.active {
    background-color: #004B69;
    color: #fff;
}

.list-content {
    padding: 35px 27px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 0 15px 40px;
}
.user-list h5 {
    font-size: 22px;
    color: #242431;
    margin-bottom: 21px;
}

.user-list > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 18px 24px;
    border-radius: 8px;
    border: 1px solid rgba(8, 10, 12, 0.08);
    margin-bottom: 10px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info ul {
    display: flex;
}

.user-info img {
    max-width: 56px;
    max-height: 56px;
    object-fit: cover;
    width: 100%;
    margin-right: 15px;
    display: block;
    border-radius: 50px;
}

.user-info h6 {
    font-size: 16px;
    color: #242431;
    margin-bottom: 10px;
}

.user-info ul li {
    font-size: 14px;
    color: rgba(8, 10, 12, 0.4);
}

.user-info ul li:not(:last-child) {
    margin-right: 25px;
    position: relative;
}
.user-info ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: rgba(8, 10, 12, 0.6);
    border-radius: 2px;
    display: block;
    right: -13px;
    top: 10px;
}

.user-stars {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.user-history {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user-stars img, .user-history img {
    margin-right: 8px;
}
.user-stars span {
    color: #004B69;
    font-weight: 500;
}
.user-history span {
    color: rgba(8, 10, 12, 0.4);
    font-weight: 500;
}

.match-profile-content .list-content {
    background: rgba(8, 10, 12, 0.02);
    border: 1px dashed rgba(8, 10, 12, 0.16);
}

.match-profile-content .form-title h2 {
    font-size: 28px;
    padding-left: 15px;
    color: #44444F;
}

.upload-box {
    text-align: center;
    margin-bottom: 40px;
}

.upload-box span {
    display: block;
    margin-top: 8px;
    color: rgba(8, 10, 12, 0.4);
}

.profile-button {
    text-align: center;
}

.profile-button button {
    height: 48px;
    border-radius: 5px;
    border: none;
    padding: 0 50px;
    font-weight: 500;
    background-color: #FAFAFA;
    margin: 0 7px;
    max-width: 215px;
    width: 100%;
}

.profile-button button.active:hover{
    background-color: #006699;
}

.profile-button button.active {
    background-color: #004B69;
}

.modal {
    padding: 0 15px;
}

.modal-title {
    font-size: 22px;
}

.job-post-filter-btn-wrapper {
	background-color: #fff;
}

@media (max-width: 1440px) {
    .modal-dialog {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1385px) and (min-width: 992px) {
  .font-size-small{
        font-size: 13px !important;
    }
}

@media (max-width: 1200px) {
    .modal-dialog {
        max-width: 991px;
    }
    .form-content select, .multi-button:not(.privacy-buttons) .checkmark {
        font-size: 14px;
    }
    .general-filter {
        padding: 15px;
    }
    /* #matchmaking {
        padding: 0 10px !important;
    } */
    
    .filter-box h5, .private-info h5 {
        font-size: 16px;
    }
    
}
@media (max-width: 1024px) {
    .filter-box {
        padding-left: 0px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
    }
    .layout-slider {
        padding: 0px 15px;
    }
}

@media (max-width: 768px) {
	#matchmaking .form-content .filterSec .filter_side_box .form-check .checkmark {
		border: 1px solid #ddd;
	}
	.multi-button:not(.privacy-buttons) .checkmark {
        font-size: 12px;
        padding: 3px 10px !important;
	}
	.find_match_btn_submit button {
		height: 35px !important;
		font-size: 14px !important;
	}
	#matchmaking_filter_form {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.filter_side_box {
		max-height: 100% !important;
		height: 100% !important;
	}
	.custom-select { 
		padding-left: 1.13rem;
	}
	input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .multiselect-native-select .btn-group .dropdown-toggle {
		width: 100%;
		height: 38px;
		min-height: 38px;
		border-radius: 3px;
		font-size: 14px;
	}
	.filter-box{
        padding-left: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 10px !important;
    }
	.filter_side_box input {
		margin-bottom: 0px !important;
	}
	#matchmaking h1.candidate_filter_container_title {
        font-size: 20px;
	}
    #matchmaking h1 {
		font-weight: 600;
		font-size: 32px;
		text-align: center;
	}
    #matchmaking {
        padding: 0 25px !important;
    }
    .layout-slider .ui-state-default, .layout-slider .ui-widget-content .ui-state-default, .layout-slider .ui-widget-header .ui-state-default {
        font-size: 14px;
        padding-top: 2px;
    }
    
    
    .sub_type_filter_btn {
        font-size: 16px;
    }

}

.filter_side_box input{
    margin-bottom:10px;
}