/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 24px;
}

.app-brand-logo.demo svg {
    width: 35px;
    height: 24px;
}

.app-brand-text.demo {
    font-size: .9rem;
}

.app-brand-text small {
    font-size: 11px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.card {
    background-color: #e8ebf3;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.wel-back-image img {
    border-radius: 10px;
}

.contry-name {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.wel-back-image {
    position: relative;
}

.text-black {
    color: #000 !important;
}

.text-blue {
    color: #264799;
}

.inner-card {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
}

.inner-card-body {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
}

.text-blue.small {
    font-size: 12px;
}

.inner-card-body img.rounded-circle {
    width: 100%;
    height: 100%;
    margin-right: 0;
}

.btn:not([class*=btn-label-]):not([class*=btn-outline-]) {
    box-shadow: unset;
}

.card-header {
    padding: 10px;
}

.dele-edite-btn {
    display: flex;
}

.dele-edite-btn button {
    padding: 6px;
}

.complet-task {
    background: #8aa7f5;
    padding: 16px;
}

.complet-task .task h6,
.complet-task .task small {
    color: #fff !important;
}

.complet-task .task small {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.complet-task .task {
    width: 50%;
}

.complet-task .task h6 {
    font-weight: normal;
    font-size: 16px;
}

.complet-task .menu-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.bg-menu-theme .menu-link:hover,
.bg-menu-theme .menu-link:focus,
.bg-menu-theme .menu-horizontal-prev:hover,
.bg-menu-theme .menu-horizontal-prev:focus,
.bg-menu-theme .menu-horizontal-next:hover,
.bg-menu-theme .menu-horizontal-next:focus {
    color: #000;
}

.menu-item.active>.menu-link.menu-toggle {
    font-weight: normal;
}

a.menu-link.menu-link-switch:hover {
    background: unset !important;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff !important;
    background-color: #8aa7f5 !important;
    border: 0 !important;
}

.menu-link-switch .btn-outline-primary {
    color: #000;
    border: 0;
    background: #fff;
}

.avatar.avatar-online:after,
.avatar.avatar-offline:after,
.avatar.avatar-away:after,
.avatar.avatar-busy:after {
    visibility: hidden;
}

.l-part .navbar-nav {
    flex-direction: row;
}

.nav-link.search-toggler .ti-search {
    color: #000;
}

.nav-item .ti-menu-2 {
    color: #000;
}

.btn-group-add .adbtn {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.list-dropdown {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

.form-check-label {
    color: #000;
}

.inner-card-body .form-check-top {
    width: calc(100% - 150px);
}

.inner-card-body .user-progress {
    width: 100px;
}

.notif-card .inner-card-body .user-progress {
    width: 180px;
    display: flex;
    /*justify-content: flex-end;*/
}

.notif-card .inner-card-body .user-progress .text-blue.small {
    white-space: nowrap;
}

.task-complete .form-check-label {
    text-decoration: line-through;
}

.form-check-top .form-check {
    margin-bottom: 0;
    line-height: normal;
    margin-top: 5px;
}

.form-check-top .form-check .form-check-label {
    font-size: 0.8125rem;
    line-height: 19px;
}

.form-check-top .check-complet {
    font-size: 0.8125rem;
    line-height: 19px;
}

.form-check-top .form-check .form-check-input {
    width: 1em;
    height: 1em;
}

.inner-card-body.bg-blue {
    background: #264799;
    padding-bottom: 20px;
}

.job-logo-name h6 {
    color: #fff;
    font-weight: normal;
}

.job-logo-name {
    padding-left: 5px;
}

.jobs-card a.app-brand-link {
    color: #000;
}

.inner-card-body.bg-blue+.inner-card-body {
    margin-top: -12px;
}

.inner-card-body.bg-blue+.inner-card-body .app-brand {
    align-items: flex-start;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #264799;
    background-color: rgb(138 167 245 / 22%);
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
    background-color: #264799;
    color: #fff !important;
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
    background-color: #264799;
    border-color: #264799;
}

.curent-date {
    color: #2ca7df;
    padding-left: 8px;
    font-size: 12px;
}

.card-calender .inner-card-body .user-progress {
    white-space: nowrap;
}

.card-calender .inner-card-body .form-check-top {
    width: calc(100% - 190px);
}

.user-progress .text-blue span {
    padding-left: 5px;
}

.user-progress .text-blue {
    white-space: nowrap;
}

.card-header .btn .ti-plus {
    margin-top: -2px;
    font-size: 17px;
}

.cal-icon {
    background: #2ca7df;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
}

.cal-icon i {
    color: #fff;
}

.card-calender .flatpickr-calendar.animate.inline {
    margin: auto;
}

.card-task .inner-card-body .ti-pin {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #2ca7df;
    border: 1px solid #2ca7df;
    border-radius: 50%;
}

.card-task .inner-card-body {
    position: relative;
}

.navbar-search-wrapper input.form-control,
.navbar-search-wrapper .input-group-text {
    max-height: 30px;
}

.l-part .navbar-nav .msg {
    padding-left: 15px;
}

.l-part .navbar-nav .navbar-search-wrapper {
    padding: 0 15px;
}

a.btn-icon {
    color: #878787;
}

a.btn-icon:hover {
    color: #2ca7df;
}

.btn-pinicon a {
    color: #878787;
    border: 1px solid #878787;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-pinicon a .ti {
    font-size: 16px;
}

.btn-pinicon a:hover,
.btn-pinicon a.active {
    color: #2ca7df;
    border: 1px solid #2ca7df;
}

.form-check .form-check-input {
    width: 1em;
    height: 1em;
}

.form-check {
    min-height: 1rem;
}

.director-notif-card .l-part {
    width: 50%;
}

.director-notif-card .inner-card-body .user-progress {
    width: 25%;
    justify-content: flex-start;
}

.red-dot {
    background: #f98a73;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    right: 10px;
    top: 15px;
    transform: translateY(-50%);
}

.mail-nav-link {
    position: relative;
}

.overdue-dot {
    position: relative;
}

.director-notif-card .inner-card-body {
    padding-left: 15px;
}

.info-soc li a {
    background-color: #2ca7df;
    color: #fff;
}

.info-soc li {
    list-style: none;
    margin-right: 7px;
}

.info-soc {
    padding-left: 0;
}

.info-soc li a {
    background-color: #2ca7df;
    color: #fff;
    border-radius: 50%;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.info-soc li a i {
    font-size: 18px;
}

.profile-content p {
    color: #000;
}

.profile-image img {
    width: 100%;
}

.profile-image {
    min-width: 200px;
    padding-right: 15px;
}

.profile-row .wel-back-image img {
    object-fit: cover;
    height: 100%;
}

.table-header {
    padding: 20px 0;
}

.table-header .btn .ti-plus {
    margin-top: -2px;
    font-size: 17px;
}

.table-header .dropdown-toggle::after {
    width: 0.6em;
    height: 0.6em;
}

.tbl-icon {
    background: #2ca7df;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 3px;
}

.table .btn-primary {
    padding-left: 10px;
    padding-right: 10px;
    background: #b1e7ff;
    border-color: #b1e7ff;
}

.table .btn-primary:hover {
    background: #b1e7ff !important;
    border-color: #b1e7ff !important;
}

.table-cust tbody tr {
    background: #fff;
}

.table-cust {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table-cust thead tr th {
    border-bottom: 0;
}

.card.table-card {
    padding-left: 15px;
    padding-right: 15px;
}

.table-cust tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.table-cust tr td:first-child {
    border-top-left-radius: 10px;
}

.table-cust tr td:last-child {
    border-top-right-radius: 10px;
}

.table-cust tr td:first-child {
    border-bottom-left-radius: 10px;
    text-align: left;
}

.table-cust tr td:last-child {
    border-bottom-right-radius: 10px;
}

.light-style .schedule-calender .flatpickr-calendar,
.light-style .schedule-calender .flatpickr-days {
    width: 100% !important;
}

.schedule-calender .flatpickr-innerContainer {
    background: #fff;
    border-radius: 10px;
}

.schedule-calender .flatpickr-prev-month,
.schedule-calender .flatpickr-next-month {
    background-color: transparent !important;
}

.schedule-calender .flatpickr-rContainer {
    /*width: 100%;*/
}

.schedule-calender .dayContainer {
    /*min-width: 14.875rem; */
    /*max-width: 100%; */
    /*width: 100%;*/
}

.card-title h5,
.table-header h5 {
    font-size: 16px;
}

.table-header button.btn {
    padding-left: 12px;
    padding-right: 12px;
}

.card-v .card-body {
    padding: 20px;
}

.card-v-title {
    margin-bottom: 8px;
    position: relative;
}

.mail-btn a {
    color: #000;
}

.card-v small {
    width: 100%;
    display: block;
    margin-bottom: 7px;
    color: #000;
}

.mail-btn .list-dropdown {
    width: auto;
    height: auto;
}

.card-img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.card-v-title .card-title {
    width: calc(100% - 23px);
}

.mail-btn {
    margin-right: -10px;
}

.card-v-title .red-dot {
    left: unset;
    right: 40px;
    opacity: 0;
}

.card-v.active .card-v-title .red-dot {
    opacity: 1;
}

.client-detail .card-v-title .card-title {
    width: 100%;
}

.client-detail .card-v-title .red-dot {
    right: 0;
}

.job-match-box img {
    display: block;
    object-fit: cover;
}

.job-match-box {
    height: 108px;
    overflow: hidden;
    border-radius: 15px;
}

.job-open .card-v .col-md-3 .card-body {
    padding: 0 20px;
    border-right: 1px solid #000;
    height: 100%;
}

.job-open .card-v .col-md-3:last-child .card-body {
    border-right: 0;
}

.job-open .card-v .col-md-3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-select,
.form-control {
    border-radius: 0;
    border-color: #000;
    color: #000;
}

.form-label {
    color: #000;
}

.post-col p {
    padding-left: 10px;
    line-height: normal;
}

.contact-dtl {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.contact-dtl-card .card-title {
    margin-bottom: 27px;
}

.content-text {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}

.card-v .card-header {
    padding: 20px;
}

.cal-icon.nots-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-right: 0;
}

.inner-card-body .socially-g {
    width: calc(100% - 180px);
}

.setting-tabs .nav-item .nav-link {
    white-space: nowrap;
}

.setting-tabs {
    border-right: 0 !important;
}

.setting-tabs .nav-item .nav-link.active,
.setting-tabs .nav-item .nav-link:hover {
    color: #264799;
    box-shadow: unset;
}

.card-calender .flatpickr-calendar.animate.inline {
    width: 100% !important;
}

.card-calender .flatpickr-rContainer,
.light-style .flatpickr-days {
    width: 100% !important;
}

#basic-addon-search31 {
    border: 1px solid #000;
    border-left: 0;
}

.btn.contry-name {
    background: #a2efd7;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: inherit;
    font-weight: normal;
    position: absolute;
}

.btn.btn-blue {
    background: #2ca7df;
    border-color: #2ca7df;
    color: #fff;
    border-radius: 10px;
}

.btn.btn-blue:hover {
    background: #095779 !important;
    border-color: #095779 !important;
    color: #fff;
}

.job-srch .form-control,
.job-srch .form-select {
    border-radius: 10px;
}


.recommended-srch .input-group {
    border: 1px solid #2ca7df;
    border-radius: 10px;
}

.recommended-srch #basic-addon-search31,
.recommended-srch .chat-search-input {
    border: 0;
    border-radius: 10px;
}

.recommended-srch #basic-addon-search31 {
    color: #2ca7df;
}

.trending-list p {
    color: #000;
}

.pro-img {
    display: flex;
}

.jobs-list .pro-img img {
    height: 70px;
    width: 70px;
    /*height: auto !important;*/
}

.setting-title {
    padding: 20px;
}

.nav-align-left .nav-tabs .nav-link.active,
.nav-align-left .nav-tabs .nav-link.active:hover,
.nav-align-left .nav-tabs .nav-link.active:focus,
.nav-align-left .nav-tabs .nav-link.active,
.nav-align-left .nav-tabs .nav-link.active:hover,
.nav-align-left .nav-tabs .nav-link.active:focus {
    box-shadow: unset;
}

.modal-body .btn-close {
    top: 10px !important;
    right: 10px !important;
}

table#job-table {
    background: #fff;
}

.login-box .container {
    width: 35%;
}

footer {
    padding-top: 0 !important;
}

.login-box {
    min-height: calc(100vh - 133px);
    display: flex;
    align-items: center;
}

.login-box form input {
    padding-left: 0;
}

.login-box .form-control:focus {
    box-shadow: unset;
}

.login-box form .form-label {
    font-size: 15px;
}

.botom-link a,
.f-link {
    color: #216bd7;
}

.login-box form input {
    padding-left: 0;
    border-bottom: 1px solid #5c5c5c !important;
}

.login-box .btn {
    background: #216bd7;
    border-color: #216bd7;
    color: #fff;
    font-size: 16px;
}

.login-box form .btn:hover {
    background: #216bd7 !important;
    border-color: #216bd7 !important;
    color: #fff !important;
}

textarea.about-summ {
    width: 100%;
    border: 0;
}

.l-part .chat-search-input,
.l-part .chat-search-input:focus {
    background: #fff;
}

.botom-link {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.login-title {
    margin-bottom: 30px;
}

.form-control {
    background-color: transparent;
}

.form-select,
.form-control {
    background-color: transparent;
}

.form-control:focus {
    background-color: transparent;
}

header {
    background-color: #216bd7;
}

.foter-design {
    /*width: 0;*/
    /*height: 0;*/
    /*float: right;*/
    /*border-style: solid;*/
    /*border-width: 0 0 100px 439px;*/
    /*border-color: transparent transparent #8aa7f5 transparent;*/

}

footer {
    background-image: url(../img/f-bg.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 80px;
}

.login-box .form-group {
    margin-bottom: 25px;
}

.login-box.register .container {
    width: 50%;
}

.pull-right .fa-plus {
    padding-right: 6px;
}

/* .btn-info {
    margin-bottom: 4px;
    margin-right: 4px;
} */

.btn-danger {
    /*margin-bottom: 4px;*/
}

.job-match-box {
    margin-bottom: 15px;
}

.row-itme-innov {
    display: flex;
    align-items: center;
}

.innov-sarary-accept {
    margin-right: 23px;
    width: 122px;
}

.inner-card-body {
    /* justify-content: space-between; */
}

div#candidate-table_wrapper table.table-bordered.dataTable td:last-child {
    display: flex;
    justify-content: space-between;
}


div#app-table_wrapper table.table-bordered.dataTable td:last-child button.btn.btn-info {
    margin-right: 3px;
}

.document-upload {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.document-upload .card {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em;
    margin: 0.25em;
}

.about-header {
    padding: 20px 0;
}

.form-select,
.form-control {
    border-radius: 10px;
}

/*
 *  STYLE 3
 */
.scrollbar {
    /*margin-left: 30px;*/
    /*float: left;*/
    /*height: 300px;*/
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-x: scroll;
    margin-bottom: 25px;
}

.scrollbar::-webkit-scrollbar {
    height: 6px;
}

#style-3::-webkit-scrollbar-track {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*background-color: #F5F5F5;*/
}

#style-3::-webkit-scrollbar {
    /*width: 6px;*/
    /*background-color: #F5F5F5;*/
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background-color: #a2efd7 !important;

}

.scrollbar .user-progress {
    display: unset !important;
    justify-content: unset !important;
}

.candidat-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.candidat-field .col-local {
    width: 271px;
    height: 276px;
}

.candidat-field .card-local-col .mail-btn {
    margin-right: 0;
    position: absolute;
    top: 18px;
    right: 18px;
}

.just-contcard {
    justify-content: unset;
}

b.star {
    margin-left: 5px;
}

.fallback-img {
    height: 259px;
    width: 342px;
    max-width: 100%;
}

.fallback img {
    object-fit: cover;
}

.profile-content p {
    margin: 0;
}

.about-summary {
    padding: 0px 0px 10px !important;
}

.all-card-file {
    height: 100%;
}

.choose-fileup input {
    max-width: 100%;
}

.web-justify-itm {
    justify-content: unset !important;

}

/************** responsive **************/


@media (min-width:768px) {
    .card-v .card-body.contact-dtl-card {
        padding-left: 0;
    }

    .pro-img {
        padding: 0;
    }

}

@media (min-width:1200px) {
    .serch-mob {
        display: none;
    }

    .layout-navbar.navbar-detached {
        margin: 0 auto 0;
    }

    .light-style .menu .app-brand.demo {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .complet-task {
        margin-bottom: 20px;
    }

    .menu-vertical .menu-inner>.menu-item {
        margin: 0.55rem 0;
    }

    .menu-inner+.menu-inner {
        justify-content: flex-end;
    }

    .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .complet-task {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        opacity: 0;
    }

}

@media (max-width:1920px) {
    /*    .innov-sarary-accept {*/
    /*    margin-right: 110px;*/
    /*}*/
}

@media (max-width:1550px) {
    .candidat-field .col-local {
        width: 271px;
        height: 211px;
    }
}

@media (max-width:1380px) {
    .candidat-field .col-local {
        width: 271px;
        height: 194px;
    }
}

@media (max-width:1199px) {
    .candidat-field .col-local {
        width: 250px;
        height: 157px;
    }

    .serch-desk {
        display: none;
    }

    .setting-tabs-top {
        flex-direction: column;
    }

    .setting-tabs {
        display: -webkit-inline-box;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .login-box .container {
        width: 50%;
    }

}

@media (max-width:991px) {

    .prospective-card {
        margin-top: 20px;
    }

    .job-posted {
        margin-top: 30px;
    }

    .login-box.register .container {
        width: 70%;
    }

}

@media (max-width:767px) {
    .candidat-field .col-local {
        width: 160px;
    }

    .login-box.register .container {
        width: 100%;
    }

    .login-box .container {
        width: 100%;
    }

    .job-open .card-v .col-md-3 .card-body {
        border-right: 0;
    }

    .d-flex.profile-dtl {
        flex-wrap: wrap;
    }

    .profile-image {
        min-width: auto;
        padding-right: 0;
        padding-bottom: 15px;
        margin: auto;
        width: 150px;
    }

    .candidat-field .col-local .card-img {
        min-height: 0px;
    }

    .card-img {
        min-height: 300px;
    }

    .just-end {
        justify-content: unset !important;
        display: flex;
        float: unset !important;
    }

}

@media (max-width:700px) {
    .fc .fc-toolbar {
        display: block !important;
    }

}

@media (max-width:575px) {
    .candidat-field .card-local-col .mail-btn {
        top: 70%;
        right: 18px;
    }

    .candidat-field {
        display: block;
    }

    .candidat-field .col-local {
        width: 100%;
        height: 264px;
    }

    .setting-tabs-top .tab-content {
        padding-left: 0;
        padding-right: 0;
    }

    .login-box {
        min-height: calc(100vh - 102px);
    }

    .foter-design {
        border-width: 0 0 50px 219px !important;
    }

    .date-place-text {
        display: none;
    }

    .director-notif-card .inner-card-body {
        flex-wrap: wrap;
    }

    .director-notif-card .l-part {
        width: 100%;
    }

    .job-match-box {
        margin-bottom: 15px;
    }


}


@media (max-width:480px) {
    .notif-card .inner-card-body .user-progress {
        width: 140px;
    }

    .table-header h5 {
        width: 100%;
        margin-bottom: 12px !important;
    }

    .table-header {
        flex-wrap: wrap;
    }

}

@media (max-width:480px) {
    .notif-card .inner-card-body .user-progress {
        width: 140px;
    }

    .table-header h5 {
        width: 100%;
        margin-bottom: 12px !important;
    }

    .table-header {
        flex-wrap: wrap;
    }

}

@media (max-width:360px) {
    .fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button) {
        padding: 0.485rem 1.1rem !important;
    }

    .layout-navbar.navbar-detached {
        padding: 0 0.88rem;
    }

    .l-part .navbar-nav .navbar-search-wrapper {
        padding: 0 0px;
    }

    html:not([dir=rtl]) .me-3 {
        margin-right: 0.5rem !important;
    }

}

@media (max-width:346px) {
    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: unset !important;
        white-space: unset !important;
        text-align: unset !important;
    }

    .user-nameaction .table> :not(caption)>*>* {
        padding: 7px 12px !important;
    }
}

@media (max-width:320px) {
    .table> :not(caption)>*>* {
        padding: 7px 24px !important;
    }

}