.logo-css {
    width: 118px;
    height: auto;
    padding: 0.5rem;
}

.logo-css-minimize {
    width: 46px;
    height: 46px;
    padding: 0.5rem;
}

/* Table */
.table-responsive {
    overflow-x: visible;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
    font-size: 14px;
}

.btn-sm {
    padding: 0.25rem 0.5rem !important;
}

/* Dropdown select language */
.dropdown-toggle-language {
    position: absolute;
    top: 10px;
    right: 20px;
}

@media screen and (max-width: 992px) {
    .dropdown-menu-language {
        left: -25px !important;
    }
}

/* Head User */
.nav-item.active .nav-links {
    color: #1B75BB;
}

.nav-links {
    color: rgba(0, 0, 0, 0.55);
}

.icon-calendar-position {
    position: absolute;
    right: 20px;
    top: 5px;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.icon-delete-exp {
    top: 4px;
    right: 4px;
    color: #0d6efd;
}

.icon-delete-exp:hover {
    cursor: pointer;
}

.cv-box {
    /* zoom: 0.25;
    -ms-zoom: 0.25;
    -webkit-zoom: 0.25;
    -moz-transform:  scale(0.25,0.25);
    -moz-transform-origin: left center; */
}
.cv-box img {
    width: 100%;
    height: auto;
}

.cv-box-student {
    /* zoom: 40%; */
}

.cv-box-studen {
    background-size: cover;
    background-position-y: -8px;
    background-position-x: 2px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 261px;

}

.cv-box-studen img {
    width: 100%;
    height: auto;
    max-height: 461px;
    object-fit: cover;
    box-shadow: 4px 4px 5px 0px rgb(0 0 0 / 5%);
}

.btn-apply {
    position: fixed !important;
    right: 0;

}

.d-print-none .btn {
    /*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: rgba(3, 169, 244, 0.54);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
}

.d-print-none .btn .fa {
    /*Button itself*/
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    left: 10px;
    top: 9px;
    border-radius: 50%;
    font-size: 40px;
    background-image: -webkit-linear-gradient(#f0560f 0%, #d66b07 100%);
    background-image: linear-gradient(#f85509 0%, #e2750f 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}

.d-print-none .btn .fa:active {
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;
}

.search-container {
    position: relative;
    padding-right: 0;
}

.search-icon {
    position: absolute;
    top: 11px;
    left: 22px;
    color: #d8dbe0;
}

.search-form {
    padding-left: 24px;
    width: 18%;
}

.custom-form {
    width: 18%;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-pointer:hover {
    opacity: 0.7;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.skill-certificate-input {
    position: relative;
}

.delete-wrap, .delete-wrap-loop {
    position: absolute;
    top: calc((100% - 20px) / 2);
    right: -17px;
}

#container-skill {
    padding-left: 12px;
    padding-right: 12px;
}

#container-certificate {
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (min-width: 768px) {
    .delete-wrap {
        position: absolute;
        top: 25px;
        right: -17px;
    }

    .delete-wrap-loop {
        position: absolute;
        top: 8px;
        right: -17px;
    }
}

#avatarDemo {
    object-fit: cover;
    object-position: center;
}

#avatarDemo:hover {
    cursor: pointer;
}

/* Exp work and learn */
.nav-tabs .nav-link.active {
    color: #0d6efd;
}

.nav-tabs .nav-link {
    color: #495057;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
}

.cv-box-animation {
    position: relative;
}

/* When you mouse over the container, fade in the overlay icon*/
.cv-box-animation:hover .overlay {
    opacity: 0.9;
    cursor: pointer;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
    color: #a4a8ad;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/* Exp work and learn */
.nav-tabs .nav-link.active {
    color: var(--primary);
}

.nav-tabs .nav-link {
    color: #495057;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5)
}

.cv-box-animation {
    position: relative;
    /* width: 62%; */
    margin: 0 auto;
}

.table-responsive {
    overflow-x: auto !important;
}

/* When you mouse over the container, fade in the overlay icon*/
.cv-box-animation:hover .overlay {
    opacity: 0.9;
    cursor: pointer;
}

/* Loading */

#loadingOverlayTable {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
    color: #a4a8ad;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/* Assign CV */

.btn-language {
    position: absolute;
    right: 0px;
    padding-top: 10px;
}

/*Multipe Language Login*/

.icon-login {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 15px;
}

.btn.btn-upload {
    max-width: 100px;
    min-width: 100px;
    font-size: 0.8em;
    padding: 10px;
}

.user-profile-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}

.overflow-header {
    max-width: 300px;
    overflow: hidden !important;
    text-overflow: ellipsis
}

textarea {
    resize: none;
}

textarea[name=interest] {
    resize: none;
}

/*Css head Table*/
thead tr {
    word-break: keep-all;
    white-space: nowrap;
}

.modal.fade.show {
    padding-right: 0px !important;
}

.modal-dialog {
    max-width: 744px;
}

.block-cv:nth-of-type(4n+1) {
    margin-left: 1rem !important;
}

.card-student {
    background: #ebefed;
    border: 1px solid #ebefed;
    max-width: 350px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%) !important;
    transition: 0.3s;
}

.card-student:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2) !important;
}

.card-student-name {
    max-width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-student-img {
    object-fit: cover;
    object-position: center;
}

a.card-student__detail {
    width: fit-content;
}

.assign-btn {
    max-width: 150px;
}

@media screen and (min-width:1620px) {
    .customRow .customColumnses {
        max-width: 150px !important;
        height: 76.5px;
    }

    .table-responsive {
        overflow-x: unset !important;
    }

    .customRowses tr td {
        max-width: 70px;
        height: 76.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.div-customRow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

table .customColumnses {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.customColumnses p {
    margin: 0px;
}

.modal-assigncv {
    margin-top: 8rem;
}

.activce-select {
    background-color: #9ec1f5 !important;
    color: white !important;
}

input#ageyes:hover, input#ageno:hover, .label-ageyes:hover, .label-ageno:hover {
    cursor: pointer;
}

.label-ageno {
    margin-left: 39px;
}

.h-w-20 {
    height: 20px;
    width: 20px;
}

.thumbnail {
    position: relative;
    z-index: 0;
}

.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}

.thumbnail span {
    position: absolute;
    background-color: lightyellow;
    padding: 0px;
    left: -1000px;
    border: 1px solid gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img {
    border-width: 0;
    padding: 2px;
    object-fit: cover;
    object-position: center;
}

.thumbnail:hover span {
    visibility: visible;
    top: 90px;
    left: 90px;
}

/*Css table matching and candidate*/
.customRow .customColumnses {
    max-width: 320px;
    height: 76.5px;
    font-size: 14px;
}

.customRowses tr td {
    max-width: 170px;
    height: 76.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customColumnses .div-customRow a {
    max-width: 90px;
    min-width: 90px;
}

.column_recruitment .div-customRow {
    text-align: center;
}

 table .customColumn {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.customColumn p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/*End*/

.calendar {
    padding-right: 40px;
}

.select2-container .select2-choice {
    padding: 20px 10px;
    /*height: 50px;*/
    width: 100%;
    font-size: 1.2em;
    border: 1px solid red;
}

.select2-container--default .select2-selection--single {
    background-color: unset !important;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    height: 36px !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-container .select2-choice .select2-arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
}

.select2-selection--single {
    outline: none 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.d-print-none .btn:hover {
    opacity: 0.7;
}

.scroll-description {
    max-height: 140px !important;
    min-height: 140px !important;
    overflow-y: auto;
}

.dropdown-candidate-list {
    position: relative;
}

.dropdown-candidate-list:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 10px;
    width: 13px;
    height: 13px;
    background-color: white;
    transform-origin: 0 100%;
    transform: rotate(45deg);
    border-left: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
}

.icon-search {
    position: absolute;
    top: 3px;
    right: 11px;
    font-size: 20px;
}

.block-item .list-group-item {
    height: 38px;
    font-size: medium;
}

.block-item .card {
    border: #030303 solid 1px;
    box-shadow: grey 0px 0px 5px 1px;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    padding: 5px;
}

.avatar-block {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: auto;
}

.block-item {
    width: 200px;
    height: 300px;
    margin: 10px;
}

.booking-card:hover {
    cursor: pointer;
    box-shadow: #0091ff5e 0px 0px 18px 1px !important;
}

.list-group-item h5 {
    font-weight: bold;
}

.filter-item {
    min-width: 200px;
}

.tab-content nav {
    display: flex;
}

.tab-content nav ul {
    margin: auto;
}

.half-width {
    width: 275px !important;
    /* -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; */
}

.container-block {
    width: 100%;
}

.container-scroll {
    height: 53vh;
/*    overflow: auto;*/
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}

/* width */
.container-scroll::-webkit-scrollbar {
    width: 10px;
    display: none;
}

/* Track */
.container-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.container-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.container-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scrolling-element-inside {
    direction: ltr;
}

.modal-show-information {
    width: 100%;
    border: solid rgba(58, 59, 69, 0.24) 1px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, 0.24) !important;
    position: relative;
    height: 53vh;
    margin-left: 25px;
    border-radius: 16px;
}

.modal-show-information::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 31px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #0063B0;
    clear: both;
}

.modal-show-information .header h2 {
    color: #E46E01;
}

.scroll-container {
    height: 47vh;
    overflow-y: auto;
}

.header .active {
    background-color: transparent !important;
    /*color: #E46E01 !important;*/
    /*border: #E46E01 solid 1px !important;*/
}

.form-search {
    position: relative;
    flex: 1;
}

.form-search .search-icon {
    left: 8px;
}

.form-search .search-form {
    width: 100%;
}

.form-search .custom-form {
    width: 100%;
}

@media screen and (min-width: 1400px) {

    .candidate_requirement_4>div {
        width: calc(100% / 3);
        ;
    }

    .candidate_requirements>div {
        width: calc(100% / 4);
    }

    .candidate_requirements>div:nth-child(3) {
        width: 50%;
    }

    .academic_level>div {
        width: calc(100% / 3);
    }

    .social_insurance>div {
        width: calc(100% / 5);
    }

    .social_insurance>div:nth-child(3) {
        width: 50%;
    }

    .status>div {
        width: calc(100% / 2);
    }

    .status>div:nth-child(1) {
        width: 20%;
    }

    .search-container {
        width: 100% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width:1399.9px) {

    .candidate_requirement_4>div {
        width: calc(100% / 3);
        ;
    }

    .candidate_requirements>div {
        width: calc(100% / 2);
    }

    .candidate_requirements>div:nth-child(3) {
        width: 75%;
    }

    .academic_level>div {
        width: calc(100% / 3);
    }

    .social_insurance>div {
        width: calc(100% / 2);
    }

    .social_insurance>div:nth-child(3) {
        width: 75%;
    }

    .status>div {
        width: calc(100% / 2);
    }

    .status>div:nth-child(1) {
        width: 20%;
    }

    .search-container {
        width: 83% !important;
    }

    .search-form {
        width: 33%;
    }

    .cursor-default {
      font-size: 17px !important;
    }

}

@media screen and (min-width: 1200px) and (max-width:1310px) {
    .cursor-default {
        font-size: 15px !important;
      }
}
@media screen and (min-width:992px) and (max-width: 1199.9px) {

    .candidate_requirement_4>div {
        width: calc(100% / 2);
        ;
    }

    .candidate_requirements>div {
        width: calc(100% / 2);
    }

    .candidate_requirements>div:nth-child(3) {
        width: 100%;
    }

    .academic_level>div {
        width: calc(100% / 2);
    }

    .academic_level>div:nth-child(3) {
        width: 50%;
    }

    .social_insurance>div {
        width: calc(100% / 2);
    }

    .social_insurance>div:nth-child(3) {
        width: 100%;
    }

    .status>div {
        width: calc(100% / 2);
    }

    .status>div:nth-child(2) {
        width: 100%;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-expand-md .navbar-collapse {
        flex-basis: 100% !important;
    }

    .navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
        flex-wrap: wrap !important;
    }

    .navbar-expand-md .navbar-collapse, .navbar-expand-md .navbar-nav, .navbar-expand-md .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-left {
        place-self: flex-start;
    }

    .navbar-nav, .ml-auto {
        align-self: flex-start !important;
        margin-left: unset !important;
    }

    .search-form {
        width: 38% !important;
    }
}

@media screen and (min-width: 768px) and (max-width:991.9px) {

    .candidate_requirements>div {
        width: 100% !important;
    }

    .candidate_requirements>div:nth-child(3) {
        flex-direction: column;
    }

    .academic_level>div {
        width: 100% !important;
    }

    .academic_level>div:nth-child(3) {
        flex-direction: column;
    }

    .social_insurance>div {
        width: 100% !important;
    }

    .social_insurance>div:nth-child(3) {
        flex-direction: column;
    }

    .status>div {
        width: 100% !important;
    }

    .status>div:nth-child(2) {
        flex-direction: column;
    }

    .date {
        flex-direction: column;
    }

    .start_date {
        width: 100%;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-expand-md .navbar-collapse {
        flex-basis: 100% !important;
    }

    .navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
        flex-wrap: wrap !important;
    }

    .navbar-expand-md .navbar-collapse, .navbar-expand-md .navbar-nav, .navbar-expand-md .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-left {
        place-self: flex-start;
    }

    .navbar-nav, .ml-auto {
        align-self: flex-start !important;
        margin-left: unset !important;
    }

    .end_date {
        padding-top: 15px !important;
    }

    .search-form {
        width: 50% !important;
    }

    .custom-form {
        width: 50%;
    }
}

@media screen and (min-width: 576px) and (max-width:767.9px) {

    .candidate_requirements>div {
        width: 100% !important;
    }

    .candidate_requirements>div:nth-child(3) {
        flex-direction: column !important;
    }

    .academic_level>div {
        width: 100% !important;
    }

    .academic_level>div:nth-child(3) {
        flex-direction: column;
    }

    .social_insurance>div {
        width: 100% !important;
    }

    .social_insurance>div:nth-child(3) {
        flex-direction: column;
    }

    .status>div {
        width: 100% !important;
    }

    .status>div:nth-child(2) {
        flex-direction: column;
    }

    .date {
        flex-direction: column;
    }

    .start_date {
        width: 100%;
    }

    .wage {
        flex-direction: column;
    }

    .w-wage {
        width: 100%;
    }

    .w-to-time {
        width: 44px !important;
    }

    .w-100 {
        flex-direction: column;
    }

    .w-80 {
        width: 100% !important;
    }

    .w-20 {
        width: 100% !important;
    }

    .form-inline label {
        display: inline !important;
    }

    .end_date {
        padding-top: 15px !important;
    }

    .search-form {
        width: 60% !important;
    }
    .custom-form {
        width: 60% !important;
    }
    .search-container {
        width: 100% !important;
    }

    .search-col {
        width: 100% !important;
    }
}

@media screen and (min-width: 414px) and (max-width:575.9px) {

    .candidate_requirements>div {
        width: 100% !important;
    }

    .candidate_requirements>div:nth-child(3) {
        flex-direction: column !important;
    }

    .academic_level>div {
        width: 100% !important;
    }

    .academic_level>div:nth-child(3) {
        flex-direction: column;
    }

    .social_insurance>div {
        width: 100% !important;
    }

    .social_insurance>div:nth-child(3) {
        flex-direction: column;
    }

    .status>div {
        width: 100% !important;
    }

    .status>div:nth-child(2) {
        flex-direction: column;
    }

    .date {
        flex-direction: column;
    }

    .start_date {
        width: 100%;
    }

    .wage {
        flex-direction: column;
    }

    .w-wage {
        width: 100%;
    }

    .w-to-time {
        width: 44px !important;
    }

    .w-100 {
        flex-direction: column;
    }

    .w-80 {
        width: 100% !important;
    }

    .w-20 {
        width: 100% !important;
    }

    .form-inline label {
        display: inline !important;
    }

    .end_date {
        padding-top: 15px !important;
    }

    .card-student-img {
        max-width: 60px;
        max-height: 60px;
    }

    .listStudent {
        justify-content: center;
    }

     .search-form {
        width: 90% !important;
    }
    .custom-form {
        width: 90%;
    }

    .search-col {
        width: 100% !important;
    }
}

@media screen and (max-width:480px) {

    .card-footer {
        flex-direction: column;
    }

    .card-footer button, .card-footer a {
        width: 100% !important;
        margin: 10px 0px;
    }

}

@media screen and (max-width: 1268px) {
    .wrapper-table {
        overflow-x: auto;
    }

    .wrapper-table table {
        width: max-content !important;
    }
}

table {
    min-width: 100%;
}

.column-sm {
    width: 5%;
}

.column-lg {
    width: 15%;
}

.column-xl {
    width: 20%;
}

tbody .column-sm, tbody .column-lg, tbody .column-xl {
    word-break: break-word;
}

@media screen and (max-width: 1200px) {
    .wrapper-table {
        overflow-x: auto;
    }

    .wrapper-table table {
        width: max-content !important;
    }

    .column-sm {
        width: 50px;
    }

    .column-lg {
        width: 150px;
    }

    .column-title {
        width: 200px;
    }

    .column-xl {
        width: 250px;
    }
}

.select2 {
    width: 100% !important;
}

@media screen and (max-width: 1199px) {
    .scroll-container {
        height: 43vh;
    }
}

@media screen and (max-width: 991px) {
    .scroll-container {
        height: 36vh;
    }
}

/* All student page */
.btn-bold {
    padding: 12px 20px;
    font-weight: 600;
}

.nav-item {
    font-size: 16px;
    font-weight: 600;
}

.dashed {
    border-bottom: 1px dashed grey;
    margin: 10px auto;
    width: 30%;
}

.dashed:last-of-type {
    display: none;
}

.modal-show-information .nav-tabs .nav-link {
    font-weight: 700;
}

.form-control.search-form,
.filter-item .form-control,
.filter-item .form-select,
.select2-container--default .select2-selection--single {
    border-color: var(--separator);
}

.form-control.custom-form,
.filter-item .form-control,
.filter-item .form-select,
.select2-container--default .select2-selection--single {
    border-color: var(--separator);
}

.form-control.bold-form,
.filter-item .form-control,
.filter-item .form-select,
.select2-container--default .select2-selection--single {
    border-color: var(--separator);
}

.ml-at {
    margin-left: auto !important;
}

@media screen and (min-width: 576px) {
    #confirmExportPDF .modal-dialog{
        max-width: 375px;
    }
}

@media screen and (min-width: 375px) and (max-width: 576px) {
    #confirmExportPDF .modal-dialog{
        max-width: 325px;
    }
}

#confirmExportPDF .modal-header, #confirmExportPDF .modal-body, #confirmExportPDF .modal-footer {
    padding: 1rem;
}
#confirmExportPDF hr {
    margin: 1rem;
}

#confirmUpdateCV .modal-dialog {
    max-width: 375px;
}

#confirmUpdateCV .modal-body{
    font-size: 1rem;
}

#confirmUpdateCV .form-control{
    font-size: 1rem;
}

#updateCV {
    font-size: 1.25rem;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
}

.breadcrumb-item{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.filter-search-admin .search-form {
    width: 100% !important;
}

.filter-search-admin .form-select {
    border-color: #b9b9b9;
}

@media (max-width: 768px){
    .icon-calendar-position img{
        display: none;
    }
    .calendar{
        display: inline-block;
    }
    .calendar{
        padding-right: 10px;
    }
}

.modal_position {
    width: 70% !important;
    max-width: none;
    height: 100vh !important;
    max-height: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    margin-right: 0!important;
}
.modal_position .modal-content {
    height: 100%;
}

.container-html {
    width: 100%;
    height: 91.5vh;
}
.errors-list {
    width: 100%;
    background-color: #fbe1e3;
    border-radius: 3px;
    box-shadow: 0 0 2px #e73d4a;
    color: #e73d4a;
    padding: 10px;
}

.error-class {
    border: #e73d4a 1px dashed;
}
.icon-block {
    font-size: 28px;
}

.border-top-hex {
    border: 0.25rem solid #4e73df !important;
}

.border-radius-card {
    border-radius: 40px !important;
}
.background-primary {
    background:#dae8ff !important ;
}

.background-success {
    background: #f3fff3 !important;
}

.background-info {
    background: #eefdff !important;
}

.background-warning {
    background: #fffbf1 !important;
}

.background-deepPink {
    background: #ffeff8 !important;
}

.p-d {
    height: 100%;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.border-primary {
    border: 0.25rem solid #4e73df !important
}

.border-success {
    border: 0.25rem solid #1cc88a !important
}

.border-info {
    border: 0.25rem solid #36b9cc !important
}

.border-warning {
    border: 0.25rem solid #f6c23e !important
}

.border-deepPink {
    border: 0.25rem solid #FF1493 !important
}

.border-left-deepPink {
    border-left: 0.25rem solid #FF1493 !important;
}

.cursor-default {
    cursor: default;
}

@media screen and (max-width: 768px) {
    .list-cv-student {
        zoom: 92%;
    }
}

@media screen and (max-width: 512px) {
    .list-cv-student {
        zoom: 65%;
    }
}

.action-cv {
    margin-bottom: 20px;
}

.cus-title {
    color: var(--primary);
    font-weight: 700;
    font-size: 16px;
}
.card-footer-a {
    border-top: 1px solid #ccc;
    padding: 10px 16px;
    background: #f9f9f9;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    display: flow-root;
}

.recruitment-list .recruitment-list-item, .recruitment-list .recruitment-list-item-col {
   -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-top: 1px solid #eef5fb;
    padding: 8px 0;
}
.recruitment-list .recruitment-list-item:hover, .recruitment-list .recruitment-list-item-col:hover {
    background: rgba(0, 123, 255, 0.03);
    border-top: 1px solid #007bff;
}
.recruitment-list .recruitment-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recruitment-list .recruitment-list-item-col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.recruitment-list .col-form-label {
    font-weight: 700;
}

.card {
    border: none !important;
    border-radius: 17px;
    -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    overflow: hidden;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(0, 123, 255, 0.03);
    color: var(--bs-table-striped-color);
}
.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(255,255,255);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: transparent;
}
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgba(0, 123, 255, 0.05);;;
    color: var(--bs-table-hover-color);
}

.show-partner .col-form-label {
    color: #9e9e9e;
}

.modal-show-information .nav-tabs .nav-link.active, .modal-show-information .nav-tabs .nav-item.show .nav-link, .modal-show-information .nav-tabs .nav-link:hover, .modal-show-information .nav-tabs .nav-link:focus, .modal-show-information .nav-tabs .nav-link {
    border: none;
}

.modal-show-information .nav-link {
    padding: 0.8rem 1rem;
}

.modal-show-information .nav-tabs .nav-link:hover {
    color: var(--primary);
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

h5 span {
    color: #a6a6a6;
}



















