﻿

body {
    font-size: 10pt !important;
    font-family: 'Montserrat', sans-serif !important;
}

.form-control-label {
    background-color: var(--kt-input-group-addon-bg);
}

.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;
}

/* todo ## Commant temporary for wordpress UI */
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."
    }

/*Demo 30 CSS*/
.app-toolbar {
    background: #345b7a;
}

.app-content {
    background-color: transparent;
    box-shadow: none;
}

@media (min-width: 992px) {
    .w-lg-1250px {
        width: 1250px !important;
    }
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #345b7a !important;
}

.nav-link {
    --bs-nav-link-color: #345b7a !important;
}

/* Start ## Override Word Press css*/
.wslabel {
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    margin: 0 0 1em 0;
}

.wsform-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: transparent;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

#jobgrid-pagination ul {
    margin-left: 0;
    padding-left: 0;
}

    #jobgrid-pagination ul li {
        list-style: none;
        display: inline-block;
        font-weight: bold;
        cursor: pointer;
    }

/*#jobgrid-pagination ul li:hover {
    color: darkturquoise !important;
}*/

#jobgrid-pagination ul li.active a {
    color: #335B79 !important;
}

.wsmenucontainer {
    overflow: inherit !important;
}

.flatpickr-wrapper {
    display: contents !important;
}

table th {
     color: black !important; 
}

select option {
    color: #1c1d26;
    background-color: #ffffff;
}

.whitebox .title i {
    line-height: normal;
    font-size: 1em !important;
    color: #335B79 !important;
}

.dropotron li a i {
    font-size: 1em !important;
    color: #335B79 !important;
}

#register form {
    margin: 0 !important;
}

#register form input {
    border-radius: inherit;
}

#register form .btn {
    display: inline-block;
    line-height: 1.5;
    color: #212529;
    font-size: initial !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.signup-option .btn {
    display: inline-block;
    line-height: 1.5;
    color: #212529;
    font-size: initial !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.blue-btn {
    font-size: 1.4em;
}

.grey-btn {
    font-size: 1.35em;
}

.grey-btn i {
    color: #061A29;
}

.buttons .btn .grey-btn:hover i {
    color: #fff;
}

.edit-btn:hover {
    background: #061A29;
}

.delete-btn {
    border-radius: 10px;
    padding: 0.5em 1em;
    font-size: 1.35em;
    line-height: 1;
    border: none;
    margin-bottom: 0.35rem;
}

.file-input {
    width: auto;
    border-radius: inherit;
    padding: inherit;
    border: none;
}

.grid-information thead th {
    color: #335B79 !important;
    background: #d3e0e9;
    font-size: 1em;
    font-weight: bold;
}

.grid-information table {
    background: #e9eef1;
    border-radius: 10px;
    overflow: hidden;
}

.grid-information table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.grid-information table.fixed {
    table-layout: fixed;
}

.headerbox {
    border-radius: 10px;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ccc !important;
}

.headerbox .title {
    font-size: 1.5em;
    font-weight: bold;
    color: #335B79;    
}

.headerbox .edit-icon {
    float: right;
    font-size: 0.8em;
    line-height: 2;
}

.headerbox .edit-icon a {
    margin-left: 1em;
}

.card .card-body.custom-body {
    padding: 1rem 2.25rem !important;
}

.filter-btn {
    font-size: 1.2em;
    color: #335B79 !important;
    font-weight: bold;
    cursor: pointer;
}

.filter-btn:hover {
    color: #CECECE !important;
}

.toolbar-icon {
    color: inherit !important;
}

.export-icon {
    color: #335B79 !important;
}

.apply-btn {
    color: #fff !important;
    background: #335B79;
    cursor: pointer;
}

.apply-btn:hover {
    background: #061A29
}

.pagination .page-item {
    padding-left: 0;
}

.grid-information form {
    margin: 0 0 1em 0;
}

.grid-information .pagination .page-item .page-link {
    font-weight: 600;
    font-size: 1.075rem !important;
}

.save-btn {
    background-color: #335B79 !important;
    cursor: pointer;
}

.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary.save-btn:hover {
    background-color: #061A29 !important;
}

@media (max-width: 991.98px) {
    .grid-information .pagination {
        --bs-pagination-padding-x: 0;
    }
}

.profilepic {
    margin-top: 0;
}

.edit-icon {
    cursor: pointer;
}

.videoAndImgSize {
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
}

    .videoAndImgSize > video {
        width: 100%;
        height: 168px;
    }

.videoUploadContainer > div > video {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: black;
}

.videoPlayer > video {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: black;
}
/* End ## Override Word Press css*/

/* Start ## Remove is valid css */
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: var(--bs-gray-300);
    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);
        box-shadow: none;
    }
/* End ## Remove is valid css */

/* 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: 40px;
}
.company_description.margin-bttom {
    margin-bottom: 40px;
}
.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;
}

.form-control {
    color: var(--kt-input-color);
    background-color: var(--kt-input-bg);
    border: 1px solid var(--kt-input-border-color);
    box-shadow: none !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5E6278;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 1100px) {
    .job-detail-preview .cnamegroup {
        font-size: 2em;
        line-height: 1;
    }
}
    /* End ## Job Detail */