:root {
	--smp-primary-color: #E77408;
	--smp-light-color: #F7F7F7;
	--smp-netral-color: #262626;
    --input-border-radius: 2.5px;
    --base-font-size: .875rem;
}

.page-link {
	line-height: 1.5rem;
	color: var(--smp-primary-color);
	padding: .5rem 1rem;
}

.overlay-effect {
    position: absolute;
    top: 20;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255);
    z-index: 9999;
    pointer-events: auto;
}

.no-scroll {
    overflow: hidden !important;
}

body.overlay-active {
    overflow: hidden;
}

.job-description {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.text-netral {
    color: var(--smp-netral-color);
}

.bg-smp-light {
    background-color: var(--smp-light-color);
}

.page-item.active .page-link {
	background-color: var(--smp-primary-color);
	border-color: var(--smp-primary-color);
}

.table-pagination.no-margin-bottom > nav > ul.pagination {
	margin-bottom: 0;
}

label.form-label {
    font-size: var(--base-font-size);
    font-weight: 500;
    margin-bottom: 0;
    flex: 0 0 170px;
}

.form-group {
    margin-bottom: 1rem;
}

input.form-control {
    font-size: var(--base-font-size);
    padding: 12px 16px;
    border-radius: var(--input-border-radius);
}

div.input-group > span.input-group-text {
    font-size: .875rem;
    padding: 12px 16px;
    border-bottom-left-radius: var(--input-border-radius);
    border-top-left-radius: var(--input-border-radius);
}

#job-detail .ql-editor {
    padding: 0;
    font-size: var(--base-font-size);
}

#job-detail .ql-editor p {
    margin-bottom: .375rem;
}

#job-detail .ql-editor ul,
#job-detail .ql-editor ol {
    margin-bottom: .25rem;
    padding-left: 0;
}

#job-detail .ql-editor li {
    padding-left: 1rem;
}

.btn.btn-primary {
	color: #fff;
	background-color: var(--smp-primary-color);
	border-color: var(--smp-primary-color);
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
	color: #fff;
	background-color: var(--smp-primary-color);
	border-color: var(--smp-primary-color);
}

.text-link {
    color: #E77408;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
	text-decoration: none;
}

.text-primary {
	color: #E77408 !important;
}

.swal2-title {
	font-size: 1rem;
    position: relative;
	max-width: 100%;
	margin: .5rem 0 .5rem;
	padding: 0;
	color: #E77408;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word;
}

.swal2-actions {
    gap: .5rem;
}

.swal2-confirm,
.swal2-cancel {
    padding: .5rem 1rem;
    font-size: var(--base-font-size);
    font-weight: 400;
    border-radius: var(--input-border-radius);
}

div:where(.swal2-container) .swal2-html-container {
    font-size: var(--base-font-size) !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: var(--base-font-size);
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25rem;
    margin-right: 0.25rem;
}

.inputfile-1 + label {
    color: #fdf1e6;
    background-color: var(--smp-primary-color);
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #b95d06;
}

.fs-7 {
	font-size: .75rem;
}

choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable {
	padding-right: 0px;
}

.choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable::after {
	display: none;
}

.choices__inner {
	min-height: 54px;
	background-color: white;
	padding: 7.5px 20px 3.75px;
}

.choices[data-type*=select-multiple] .choices__inner {
	padding-bottom: 7.5px;
}

.choices__list--single {
	display: inline-block;
	padding: 9px 16px 4px 4px;
	width: 100%;
}

.choices__list--multiple .choices__item {
	background-color: #E77408;
	border: 1px solid #E77408;
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #E77408;
	border: 1px solid #E77408;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	border-left: 1px solid #fff;
}

.choices__list--dropdown, 
.choices__list[aria-expanded] {
	z-index: 2;
}

.choices__input {
	margin-bottom: 0;
	margin-top: 5px;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #e9ecef;
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 85% !important;
    }
}

@media (max-width: 575px) {
    label.form-label {
        flex: 0 0 0;
    }
}
