.kl-vacancy{
    padding: 10px;
}
.h2,h2{
    font-size: 24px;
    line-height: 2;
}
.h3,h3{
	font-size: 18px;
	line-height: 1.5;
}
.kl-file{
	padding-left: 10px;
}
.kl-vacancy .h3{
	padding-left: 10px;
}
.hidden {
	display: none;
}

body .alert {
	margin: 0;
}

.settings hr {
	border: 1px solid #000;
}

#selected_country {
    display: flex;
    align-items: center;
}

.fixedElement {
    background-color: #fff;
    top:0;
    width:100%;
    z-index:100;
}

thead.fixedElement.table_top {
	background: rgb(248, 249, 250);
}

.similar_yes {
    font-size: .75rem;
    background: green;
    color: #fff;
    font-weight: 400;
    padding: 3px 9px;
    border-radius: 3px;
}

.similar_no {
    font-size: .75rem;
    background: #8f0f0f;
    color: #fff;
    font-weight: 400;
    padding: 3px 9px;
    border-radius: 3px;
}

.status_new {
    font-size: .75rem;
    background: #e7a205;
    color: #000;
    font-weight: 400;
    padding: 3px 9px;
    border-radius: 3px;
}

.status_approved {
    font-size: .75rem;
    background: green;
    color: #fff;
    font-weight: 400;
    padding: 3px 9px;
    border-radius: 3px;
}

.status_rejected {
    font-size: .75rem;
    background: #8f0f0f;
    color: #fff;
    font-weight: 400;
    padding: 3px 9px;
    border-radius: 3px;
}

.btn-approve {
	background: green;
    color: #fff;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 10px;
}

.btn-reject {
	background: #8f0f0f;
    color: #fff;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 10px;
}

.btn-close {
	background: #4d4747;
    color: #fff;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 10px;
}

.app_filter_div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.app_filter_div .filter {
    padding-right: 15px;
}

.app_filter_div .filter .filter-label {
    margin-right: 10px;
}

.fix_column {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
}

.table.table-stretched.table-responsives thead th span.select2.select2-container {
    /* width: max-content !important; */
    max-width: 250px;
    min-width: 100px;
}
.opt_modal_link {}
.opt_modal_link:hover {
    cursor: pointer;
}
#removeTagModal .modal-content {
    width: max-content;
}
#new_tags .data, #saved_tags .data {
    display: flex;
    gap: 10px;
}
#new_tags .item, #saved_tags .item {
    display: flex;
    gap: 10px;
}
#removeTagModal .add_new_tag {
    float: right;
}
#removeTagModal .item {
    margin-bottom: 10px;
}

.newSett_block {
    padding: 10px;
}
.newSett_block .select2.select2-container {
    min-width: 150px;
}
.newSett_block .content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
}

.newSett_block .content .form-control {
    width: max-content;
    min-width: 150px;
}

body .btn.btn-xsm{
    padding: 0 .35rem;
    font-size: .725rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.kl-file .btn.btn-xsm {
    margin-left: 20px;
}
body .page-section:first-of-type{
    min-height: auto;
}

.form-check.options_check {
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.form-check.options_check .form-check-input {
    position: unset;
    margin-left: unset !important;
    margin-top: 0px; 
}

.form-check.options_check .form-check-input:checked:after {
    opacity: 1;
    margin-left: unset;
    position: unset;
}

.form-check.deljobbycomp_checkbox {
    padding-top: 15px;
}

.select-all-global-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.table.deljobcompTable td, .table.deljobcompTable th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    width: fit-content;
    white-space: nowrap;
}