﻿

body {
    font-size: 12px !important;
}

.form-control-label {
    background-color: var(--kt-input-group-addon-bg);
    font-size: 12px !important;
}

.label-text {
    display: flex;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--kt-form-label-color);
    text-align: inherit !important;
    white-space: normal !important;
    background-color: var(--kt-input-group-addon-bg);
    border: none !important;
}

.filter-label {
    height: fit-content !important;
}

.card-sub-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--kt-text-dark);
    margin-top: 1.5rem;
    min-height: 35px;
}

.arrow-btn {
    padding-top: calc(0.775rem + 1px);
    padding-bottom: calc(0.775rem + 1px);
    margin-bottom: 0;
}

.fs-file {
    font-size: inherit !important;
}

.fs-time-picker {
    font-size: 0.925rem !important;
}

.flex-center {
    display: flex;
    align-items: center
}

/*Blazorise TreeView Adjust*/
.tree-view .tree-view-icon .fas.fa-minus-square::before {
    font-size: 1.3em;
    line-height: 0.075em;
    font-weight: normal;
    margin-right: 0.75rem !important;
    vertical-align: middle;
}

.tree-view .tree-view-icon .fas.fa-plus-square::before {
    font-size: 1.3em;
    line-height: 0.075em;
    font-weight: normal;
    margin-right: 0.75rem !important;
    vertical-align: middle;
}

.tree-view .tree-view .tree-view-icon .fas.fa-minus-square::before {
    font-size: 1.3em;
    line-height: 0.075em;
}

.tree-view .tree-view .tree-view-icon .fas.fa-plus-square::before {
    font-size: 1.3em;
    line-height: 0.075em;
}

.tree-check {
    width: 1.15rem;
    height: 1.15rem;
    vertical-align: text-top;
    border: 1px solid #B5B5C3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}

.tree-view .tree-view .tree-view .tree-view-title .p-1 {
    margin-left: 8px;
}

.tree-view .tree-view-title {
    line-height: 20px;
}
/*-------*/

.search-input {
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.search-icon {
    font-size: 1.5rem !important;
}

.search-icon-border {
    padding: 0.65rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
}

.input-group .input-group-append {
    display: flex;
    cursor: pointer;
}

    .input-group .input-group-append .input-group-text {
        border-radius: 0.42rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.row-end {
    display: flex;
    justify-content: flex-end;
}

/* Start ## dual list box*/
.dual-listbox {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
    padding-right: 0px !important;
}

    .dual-listbox .dual-listbox__search {
        width: 225px;
        border: 1px solid #EBEDF3;
        color: #3F4254;
        outline: none !important;
        border-radius: 0.42rem;
        padding: 10px;
        max-width: 300px;
    }

        .dual-listbox .dual-listbox__search:active, .dual-listbox .dual-listbox__search:focus {
            border-color: #0ee7a5 !important;
        }

    .dual-listbox .dual-listbox__container {
        display: flex;
        -ms-flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .dual-listbox .dual-listbox__container .dual-listbox__title {
            color: #3F4254;
            font-weight: 500;
            font-size: 1.1rem;
            padding: 0.75rem 0.75rem;
            border: 1px solid #EBEDF3;
            border-bottom: 0;
            border-top-left-radius: 0.42rem;
            border-top-right-radius: 0.42rem;
            -webkit-box-direction: normal;
            margin-top: 1rem;
        }

        .dual-listbox .dual-listbox__container .dual-listbox__selected, .dual-listbox .dual-listbox__container .dual-listbox__available {
            width: auto;
            color: #3F4254;
            border: 1px solid #EBEDF3;
            border-bottom-left-radius: 0.42rem;
            border-bottom-right-radius: 0.42rem;
        }

    .dual-listbox .dual-listbox__available, .dual-listbox .dual-listbox__selected {
        border: 1px solid #ddd;
        height: 300px;
        overflow-y: auto;
        padding: 0;
        width: 300px;
        margin-top: 0;
    }

    .dual-listbox .dual-listbox__container .dual-listbox__buttons {
        margin: 0 1.5rem;
    }

    .dual-listbox .dual-listbox__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 10px;
    }

    .dual-listbox .dual-listbox__container .dual-listbox__selected, .dual-listbox .dual-listbox__container .dual-listbox__available {
        width: auto;
        color: #3F4254;
        border: 1px solid #EBEDF3;
        border-bottom-left-radius: 0.42rem;
        border-bottom-right-radius: 0.42rem;
    }

    .dual-listbox .dual-listbox__available, .dual-listbox .dual-listbox__selected {
        border: 1px solid #ddd;
        height: 300px;
        overflow-y: auto;
        padding: 0;
        width: 300px;
        margin-top: 0;
    }

    .dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
        background-color: transparent;
        outline: none !important;
        margin: 0;
        padding: 0;
        border-radius: 0.42rem;
        margin-bottom: 0.5rem !important;
        padding: 0.55rem 0.75rem;
        color: #7E8299;
        font-weight: 500;
        font-size: 0.9rem;
        background-color: #F3F6F9;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center;
    }

        .dual-listbox .dual-listbox__container .dual-listbox__buttons .dual-listbox__button:hover i {
            transition: all 0.15s ease;
            color: #0BB783;
        }

.dual-listbox__item {
    padding: 0.75rem 0.75rem;
    border-bottom: 1px solid #EBEDF3;
}
/* End ##*/

@media (min-width: 576px) {
    .col-sm-25 {
        flex: 0 0 auto;
        max-width: 20.77777778%
    }

    .col-sm-95 {
        flex: 0 0 auto;
        max-width: 79.22222222%
    }
}

.btn {
    --bs-btn-font-size: 12px;
}

    .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
        padding: calc(0.575rem + 1px) calc(1rem + 1px);
    }

.form-floating.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 0;
}

.page-item .page-link {
    font-size: 12px !important;
}

.btn-group .btn {
    --bs-btn-padding-x: 1rem;
}

.form-control-sm {
    min-height: calc(1.5em + 1.4rem + 1px);
}

.mandatory {
    border-left: 2px solid red !important;
}

/*.was-validated .form-control:valid, .form-control.is-valid {
    border-left: 1px solid #50cd89 !important;
}*/

.form-floating .form-control.is-valid {
    z-index: 0;
}

[data-kt-app-layout=light-sidebar] .app-header {
    background-color: var(--kt-app-header-base-bg-color);
}

/* Start ## This css is cater for validation issue between blazorise SelectList and Bootstrap select2*/
.select2-selection.select2-selection--single.form-select.is-invalid {
    display: flex;
}

.select2-selection.select2-selection--single.form-select.is-valid {
    display: flex;
}

.form-select-sm.is-invalid + .select2 .select2-selection.form-select {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
    border-color: #f1416c;
}

/*.form-select-sm.is-valid + .select2 .select2-selection.form-select {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350cd89' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
    border-color: #50cd89;
    border-left: 1px solid #50cd89 !important;
}*/

.select2-container--bootstrap5 .select2-selection {
    min-height: 38px;
}

select[data-control="select2"] {
    display: none !important;
}
/* End ## This css is cater for validation issue between blazorise SelectList and Bootstrap select2*/


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.card .card-header {
    border-bottom: none !important;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: var(--kt-input-border-color);
    padding-right: 0;
    background-image: none;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--kt-input-focus-border-color);
}
/* Start ## Job Detail */
#job-maincontent {
    /*background: #D3DFE8;*/
}

.job-detail-preview {
    max-width: 1180px;
    margin: 0 auto;
    background: #eff0eb;
    padding: 20px;
    border-radius: 20px;
}

    .job-detail-preview .duotitle {
        color: #335a79;
        font-size: 1em;
        margin-top: 1.5em;
        font-weight: bold;
        margin-bottom: 1em;
    }

.bluebox {
    background: #fff;
    padding: 2em 3em;
    font-size: 1.1em;
    line-height: 1.8;
}

    .bluebox p {
        margin-bottom: 0px !important;
    }

    .bluebox .location {
        color: #335a79;
    }

    .bluebox .location {
        /*margin-bottom: 0.5em;*/
    }

        .bluebox .location span {
            font-weight: bold;
        }

        .bluebox .location i {
            min-width: 18px;
            color: #335a79;
        }
.location.margin-bttom {
    margin-bottom: 30px;
}

.company_description.margin-bttom {
    margin-bottom: 30px;
}

.company_banner {
    margin-bottom: 31px;
}

.job-detail-preview .cnamegroup {
    color: #335a79;
    font-size: 1.6em;
    font-weight: bold;
}

    .job-detail-preview .cnamegroup img {
        float: right;
        margin-left: 1em;
    }
.cnamegroup img {
    width: 71px;
}

.cnamegroup img,
.company_banner img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.post-date {
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
}

.job-info {
    color: #335a79;
    font-weight: bold;
    font-size: 1.4em;
}

.industry {
    margin-bottom: 1em;
}

.bluebox .buttons {
    margin-top: 1em;
}

    .bluebox .buttons .btn .blue-btn {
        font-size: 13px !important;
    }

.responsibility {
    border-top: 1px solid #ccc;
    margin-top: 2em;
    padding-top: 2em;
}

.bluebox .title {
    font-size: 2em;
    color: #335B79;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.bluebox .subtitle {
    color: #335a79;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 1em;
}

@media screen and (max-width: 1100px) {
    .job-detail-preview .cnamegroup {
        font-size: 2em;
        line-height: 1;
    }
}
/* End ## Job Detail */