
body {
    font-size: 14px !important;
    /* padding-top: 100px; */
    color: #3C3C3C;
    font-family: 'Poppins', sans-serif !important;
}

body.login-body{
  padding-top: 0 !important;
  background-color: #f8f8f8;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 1280px) {
    body.login-body {
        padding-top: 0;
        padding-bottom: 0;
        display: block
    }
}
a, a:hover {
    text-decoration: unset !important;
    color: #3C3C3C;
}

.header-fix {
    height: 100px;
    padding: 24px 5px;
}

.bg-light-wh {
    background: #F5F5F5 !important;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15) !important;
    z-index: 8;
}

.logo-m {
    height: 47px;
    margin-top: -1px;
}

.box-menu-list {
    display: inline-flex;
    justify-content: end;
    align-items: stretch;
    justify-items: center;
    padding-right: 27px;
}

.box-menu-list > .btn-menu-icon {
    height: 52px;
    margin-left: 15px;
    position: relative;
}

.box-menu-list > .btn-menu-icon > .btn-menu-list,
.box-menu-list > .btn-menu-icon > a > .btn-menu-list {
    background-color: #fff;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    color: #3C3C3C;
    border-radius: 48px;
    font-size: 13px;
    height: 52px;
    cursor: pointer;
    display: flex;
    align-self: auto;
    min-height: auto;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    text-align: center;
}

.box-menu-list > .btn-menu-icon > .btn-menu-list:hover,
.box-menu-list > .btn-menu-icon > a > .btn-menu-list.active,
.btn-menu-icon:hover > a > .btn-menu-list, .bt-csv:hover {
    background: #FFE426;
}

.box-menu-list > .btn-menu-icon > .box-icon-menu, .box-menu-list > .btn-menu-icon > a > .box-icon-menu {
    background-size: contain;
    padding: 0px !important;
    width: 52px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    border-radius: unset;
    height: 52px;
    cursor: pointer;
    position: relative;
}

.bt-icon-alert {
    background-image: url("../images/icon-menu/Menu_Notif_Default.png");
    position: relative;
}

.bt-icon-alert:hover, .bt-icon-alert.active {
    background-image: url("../images/icon-menu/Menu_Notif_Active.png");
}

.bt-icon-alert > span.label-noti {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: normal;
    top: -2px;
}

.bt-icon-user {
    background-image: url("../images/icon-menu/Menu_Profile_Default.png");
}

.bt-icon-user:hover, .bt-icon-user.active {
    background-image: url("../images/icon-menu/Menu_Profile_Active.png");
}

.bt-icon-cog {
    background-image: url("../images/icon-menu/icon-cog_Default.png");
}

.bt-icon-cog:hover, .bt-icon-cog.active, .bt-icon-cog.show {
    background-image: url("../images/icon-menu/icon-cog_Active.png");
}

.box-menu-left {
    position: fixed;
    left: 0%;
    top: 0%;
    bottom: 0%;
    background: #F5F5F5;
    border-radius: 0px;
    width: 100px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15) !important;
    z-index: 9;
    padding-top: 145px;
}

.box-sub-menu {
    display: none;
    position: absolute;
    width: 260px;
    box-shadow: 3px 7px 3px rgba(0, 0, 0, 0.15) !important;
    background: #F5F5F5;
    border-radius: 0px;
    top: 99px;
    left: 83px;
    height: 100%;
    z-index: 35;
    /*opacity: 0;*/
    /*transform :translate3d(-240px, 0, 0);*/
    transition: transform 0.35s;
}

.box-sub-menu.active {
    /*transform: translate3d(0, 0, 0);*/
    /*left: 83px;*/
    display: block;
}

.box-subtext-menu {
    margin: 64px 15px 0px 10px;
}

.box-text-menu {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 43px;
    text-align: left;
}

.box-text-menu.inactive > a, .box-text-menu.inactive > a:hover{
    color: #d7d7d7 !important;
    cursor: default !important;
}

.box-radius, .box-radius-2, .box-radius-3 {
    display: block;
    position: absolute;
    left: 0;
    width: 125px;
    height: 109px;
    top: 0px;
    background-color: #f5f5f5;
    z-index: 20;
}

.box-radius {
    padding: 24px 15px;
    margin-left: 8px;
}

.box-radius-2 {
    width: 35px;
    height: 20px;
    left: 100px;
    top: 99px;
    background: #fff;
    webkit-box-shadow: inset 9px 11px 8px -7px rgb(217 217 217);
    -moz-box-shadow: inset 9px 11px 8px -7px rgb(217 217 217);
    box-shadow: inset 9px 10px 8px -7px rgb(217 217 217);
    border-radius: 12px 0px 0px 0px;
}

.box-radius-2.expand {
    left: 343px;
    top: 100px;
    z-index: 41 !important;
}

.box-radius-3 {
    opacity: 0;
    background-color: whitesmoke;
    z-index: 39;
    left: 335px;
    top: 98px;
    width: 20px;
    height: 20px;
}

.box-radius-3.active {
    opacity: 1;
}

.wrapper-box-menu-left {
    text-align: center;
}

.box-menu-block {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 15px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

.bt-icon-dashboard {
    background-image: url("../images/icon-menu/Menu_Dashboard_Default.png");
}

.bt-icon-dashboard:hover, .bt-icon-dashboard.active {
    background-image: url("../images/icon-menu/Menu_Dashboard_Active.png");
}

.bt-icon-non-attr {
    background-image: url("../images/icon-menu/Menu_NonAttr_Default.png");
}

.bt-icon-non-attr:hover, .bt-icon-non-attr.active {
    background-image: url("../images/icon-menu/Menu_NonAttr_Active.png");
}

.bt-icon-encour {
    background-image: url("../images/icon-menu/Menu_EnCours_Default.png");
}

.bt-icon-encour:hover, .bt-icon-encour.active {
    background-image: url("../images/icon-menu/Menu_EnCours_Active.png");
}

.bt-icon-enretard {
    background-image: url("../images/icon-menu/Menu_Retard_Default.png");
}

.bt-icon-enretard:hover, .bt-icon-enretard.active {
    background-image: url("../images/icon-menu/Menu_Retard_Active.png");
}

.bt-icon-validee {
    background-image: url("../images/icon-menu/Menu_Validee_Default.png");
}

.bt-icon-validee:hover, .bt-icon-validee.active {
    background-image: url("../images/icon-menu/Menu_Validee_Active.png");
}

.bt-icon-redac {
    background-image: url("../images/icon-menu/Menu_Redacteur_Default.png");
}

.bt-icon-redac:hover, .bt-icon-redac.active {
    background-image: url("../images/icon-menu/Menu_Redacteur_Active.png");
}

.bt-icon-util {
    background-image: url("../images/icon-menu/Menu_Utilisateur_Default.png");
}

.bt-icon-util:hover, .bt-icon-util.active {
    background-image: url("../images/icon-menu/Menu_Utilisateur_Active.png");
}

.bt-icon-list {
    position: relative;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    background-size: contain;
}

.bt-icon-attr {
    background-image: url("../images/icon-non-attr.png");
}

.box-pd-orange:hover > .box-header-icon > .bt-icon-attr {
    background-image: url("../images/icon-none-attr-white.png");
    transform: scale(1.2);
}

.bt-icon-en-cour {
    background-image: url("../images/icon-en-cour.png");
}

.box-pd-blue:hover > .box-header-icon > .bt-icon-en-cour {
    background-image: url("../images/icon-en-cour-white.png");
    transform: scale(1.2);
}

.bt-icon-en-retard {
    background-image: url("../images/icon-en-retard.png");
}

.box-pd-darkorange:hover > .box-header-icon > .bt-icon-en-retard {
    background-image: url("../images/icon-en-retard-white.png");
    transform: scale(1.2);
}

.bt-icon-valid {
    background-image: url("../images/icon-valid.png");
}

.box-pd-green:hover > .box-header-icon > .bt-icon-valid {
    background-image: url("../images/icon-valid-white.png");
    transform: scale(1.2);
}

.wrapper-content {
    padding: 40px 50px 50px 150px;
    width: 100%;
}

.content-center h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 54px;
    letter-spacing: -0.02em;
    margin: 0px;
}

.box-wrapper {
    background: #FFFFFF;
    border: 1px solid #E6E4E4;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    /*z-index: 2;*/
}

.box-list-header {
    display: inline-flex;
    width: 100%;
    justify-items: center;
    align-items: center;
}

.box-list-header > .box-title {
    flex: 1;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
}

.box-input-text {
    width: 63%;
    margin-right: 10px;
}

.bt-plus-circle, .bt-filter-circle, .bt-download-circle {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bt-plus-circle {
    background-image: url("../images/icon-plus_Default.png");
}

.bt-plus-circle:hover, .bt-plus-circle.active {
    background-image: url("../images/icon-plus_Active.png");
}

.bt-filter-circle {
    background-image: url("../images/icon-filter-default.png");
}

.bt-filter-circle:hover {
    background-image: url("../images/icon-filter-hover.png");
}

.bt-download-circle {
    background-image: url("../images/icon-download.png");
}

.bt-download-circle:hover {
    background-image: url("../images/icon-download-hover.png");
}

.box-collapse img {
    width: 43px;
    cursor: pointer;
}

.input-cs > .input-group-text, .input-cs input {
    background: #F5F5F5;
    border: 0px;
}

.input-cs > .input-group-text {
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;
    padding: 0px 15px;
    font-size: 18px;
    color: #828282;
}

.input-cs input {
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
    padding: 8px;
}

.input-cs > .input-group-text {
    border: 0px;
}

.input-cs input::placeholder {
    color: #828282 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.input-cs input:focus {
    background: #F5F5F5 !important;
    border: none !important;
    outline: 0;
    box-shadow: unset !important;
}

table.table-lists {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0 8px;
    vertical-align: middle;
}

table.table-lists th {
    background-color: #fff;
    border-left: 0px;
    text-align: center;
    color: #828282;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 10px;
    letter-spacing: -0.02em;
    border-bottom: solid 1px #e5e4e4;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /*z-index: 1;*/
}

table.table-lists thead th:first-child {
    border-left: 1px solid transparent;
    text-align: left;
}

table.table-lists tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-left: 1px solid transparent;
    border-bottom-left-radius: 12px;
    text-align: left;
    color: #3C3C3C;
}

table.table-lists tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

table.table-lists td {
    background: #F5F5F5;
    border-left: 0px;
    text-align: center;
    color: #000;
    vertical-align: middle;
    font-size: 16px;
}

table.table-lists td i {
    font-weight: bold;
}

span.bt-circle-wh {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 2.9px;
}

table.table-lists tr.bg-yellow td, table.table-lists tr:hover td {
    background-color: #361FDB;
}

table.table-lists tr.bg-yellow td > span.bt-circle-wh,
table.table-lists tr.bg-yellow td > a > span.bt-circle-wh,
span.bt-circle-wh:hover {
    background-color: white;
    display: inline-flex;
    width: 32px;
    height: 32px;
    line-height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

span.bt-circle-wh img {
    height: 28px;
}

table.table-lists td {
    padding: 0px 10px 0px 10px;
    height: 42px;
    vertical-align: middle;
}

.box-table {
    max-height: 335px;
    overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.box-table::-webkit-scrollbar, .box-textarea textarea::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.box-table, .box-textarea > textarea, .table-responsive {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    border: transparent;
}

.box-header-icon {
    width: 32px;
    height: 38px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.label-text {
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #3C3C3C;
    line-height: 25px;
    margin: 15px 0px;
    font-weight: 500;
}

.box-circle {
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.bg-orange {
    background-color: #FF8D4B;
}

.bg-blue {
    background-color: #0064D2;
}

.bg-darkorange {
    background-color: #EE3900;
}

.bg-green {
    background-color: #43B929;
}

.box-pd {
    padding: 16.5px 10px;
    cursor: pointer;
}

.box-pd:hover > .label-text, .box-pd:hover span i {
    color: #fff;
}

.box-pd:hover span i {
    font-size: 15px !important;
}

.box-pd:hover > .box-header-icon > .bt-icon-list > .icon-sm i {
    font-size: 32px !important;
}

/*box orange*/

.box-pd-orange:hover span {
    background-color: #FFB185 !important;
}

.box-pd-orange:hover {
    background-color: #FFB185;
    color: #fff;
}

.box-pd:hover > .box-circle.bg-orange {
    background-color: #fff !important;
    color: #FF8D4B;
}

/*box blue*/

.box-pd-blue:hover span {
    background-color: #7FB1E8 !important;
}

.box-pd-blue:hover {
    background-color: #7FB1E8;
    color: #fff;
}

.box-pd:hover > .box-circle.bg-blue {
    background-color: #fff !important;
    color: #0064D2;
}

/*box dark orange*/

.box-pd-darkorange:hover span {
    background-color: #F79F83 !important;
}

.box-pd-darkorange:hover {
    background-color: #F79F83;
    color: #fff;
}

.box-pd:hover > .box-circle.bg-darkorange {
    background-color: #fff !important;
    color: #EE3900;
}

/*box green*/

.box-pd-green:hover span {
    background-color: #A1DC94 !important;
}

.box-pd-green:hover {
    background-color: #A1DC94;
    color: #fff;
}

.box-pd:hover > .box-circle.bg-green {
    background-color: #fff !important;
    color: #43B929;
}

.dropdown-menu li a {
    font-size: 14px;
}

.menu-list {
    min-width: 221px !important;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 0px;
    padding: 0px !important;
}

.menu-list > li:first-child {
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.menu-list > li > .dropdown-item {
    font-size: 16px;
    letter-spacing: -0.32px;
    text-align: left;
    color: #3c3c3c;
}

.menu-list > li > .dropdown-item:focus, .menu-list > li > .dropdown-item:hover {
    color: #ffffff;
    background-color: #361FDB;
}

.menu-list > li.bg-yellow {
    background-color: #ffe426;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.menu-list > li:first-child > .dropdown-item:hover {
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.menu-list > li:last-child > .dropdown-item:hover {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.menu-list > li.bg-light-yellow {
    background-color: rgba(255, 228, 38, 0.4);
}

.dropdown-menu.menu-list-sm {
    min-width: 130px !important;
}

.form-ct:disabled, .form-ct[readonly], .btn:disabled {
    background-color: #E0E0E0 !important;
    opacity: 1;
}

.form-ct:disabled::placeholder, .form-ct[readonly]::placeholder, .dropdown-custom .disabled, .dropdown-custom:disabled {
    color: #bdbdbd !important;
}

.dropdown-custom .disabled, .dropdown-custom:disabled > span {
    background: transparent !important;
    color: #bdbdbd !important;
}

.text-note {
    color: #828282;
    font-size: 12px;
    margin: 5px 0px 0px 10px;
    font-weight: 300;
    letter-spacing: -0.24px;
}

.wd-100 {
    width: 100px;
    margin: 0 auto;
}

.wd-66 {
    width: 66px;
    margin: 0 auto;
}

.wd-80 {
    width: 80px;
    margin: 0 auto;
}

.wd-175 {
    width: 175px;
}

.mt-55 {
    margin-top: 53px;
}

.mt-31 {
    margin-top: 29px;
}

.bg-page_login, .background-blue {
    display: flex;
    border: solid 1px;
    margin-top: -100px !important;
    height: 100vh;
    justify-content: center;
    background-color: #f8f8f8 !important;
}

/*.bg-page_login{*/
/*background-image: url("../images/background_login.png") !important;*/
/*}*/

.background-blue {
    background-color: #d2efff !important;
}

.box-logo {
    margin-top: 100px;
}

.box-logo img {
    width: 450px;
}

.box-form-login {
    margin-top: 90px;
    background: rgba(240, 245, 245, 0.6);
    padding: 20px;
    text-align: left;
}

.input-cz {
    border-right: 0px;
}

.bt-cz {
    background-color: #fff !important;
    cursor: pointer;
}

.label-cl {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .wrapper-content {
        padding: 40px 20px 50px 120px !important;
        width: 100%;
    }


    .box-menu-list {
        padding-right: 0px !important;
    }

    .box-menu-list > .btn-menu-list, .box-menu-list > .box-icon-menu {
        padding: 5px !important;
        font-size: 11px !important;
        height: 32px !important;
        margin-left: 3px !important;
        line-height: 12px;
    }

    .box-menu-list > .box-icon-menu {
        width: 40px !important;
        height: 30px !important;
    }

    .box-menu-list > .box-icon-menu i {
        font-size: 18px !important;
    }

    .box-info-header, .box-list-header, .box-text-title, .box-flex-cols, .box-flex-div, .box-list-ui, .d-flex {
        flex-direction: column !important;
    }

    .box-input-text, .b-child-1, .b-child-2, .b-child-3, .box-list-ui {
        width: 100% !important;
    }

    .box-info-header div {
        padding-right: 0px !important;
    }

    .b-child-2 {
        margin-bottom: 10px;
    }
}
.box-loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box-loading .spinner-border{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}