/* fonts */
@font-face {
    font-family: "Gill Sans";
    src: url("../fonts/GillSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gill Sans";
    src: url("../fonts/GillSans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gill Sans";
    src: url("../fonts/GillSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Gill Sans";
    src: url("../fonts/GillSans.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica Neue LT Std 77 Bold Condensed";
    src: url("../fonts/Helvetica Neue LT Std 77 Bold Condensed.otf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica Neue LT Std 87 Heavy Condensed";
    src: url("../fonts/Helvetica Neue LT Std 87 Heavy Condensed.otf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  /* heebo-700 - latin */
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue.eot");
    src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular.woff2") format("woff2"), url("../fonts/HelveticaRegular.woff") format("woff"), url("../fonts/HelveticaRegular.ttf") format("truetype"), url("../fonts/HelveticaRegular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  /* variables */
  /* main styles */
  body {
    font-size: 16px;
    font-family: "Gill Sans";
    font-style: normal;
    font-weight: normal;
    margin: 0;
    line-height: 1.3;
    color: #000;
  }
  
  html {
    font-size: 16px;
  }
  
  img {
    max-width: 100%;
  }
  
  a {
    display: inline-block;
    transition: 0.25s ease-in-out;
  }
  
  a:hover, a:focus {
    text-decoration: none;
    transition: 0.25s ease-in-out;
    color: inherit;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .without-padding {
    margin-left: 0;
    margin-right: 0;
  }
  
  .without-padding [class*=col] {
    padding: 0;
  }
  
  .row-60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-60 [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .row-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-10 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .row-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-5 [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .page-wrapper {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(#e0dedc 0%, #fff 100%);
    min-height: calc(100vh - 40px);
  }
  
  .page-body {
    flex: 1 1 auto;
  }
  
  .page-header {
    margin: 0;
    border-bottom: none;
  }
  
  .page-main {
    max-width: 1630px;
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 2.8125rem;
  }
  
  .page-sidebar {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }
  
  .header .btn-wrap .btns-wrap {
    display: flex;
  }
  
  .header-menu {
    margin-right: 0;
    position: relative;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
  }
  .header-menu a {
    color: #FFF;
  }
  .header-menu.show .header-menu-btn {
    border-radius: 20px 20px 0px 0px;
  }
  
  .header-menu .header-menu-btn {
    position: relative;
    color: #FFAA22;
  }
  .header-menu .header-menu-btn i {
    margin-right: 1rem;
    font-size: 3.125rem;
  }
  .header-menu .header-menu-btn.dropdown-toggle::after {
    display: none;
    content: none;
  }
  .header-menu .header-menu-btn:hover i {
    color: #f4c78e;
    transition: 0.25s ease-in-out;
  }
  
  .header-menu-list {
    background: #29394a;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    max-width: 245px;
    width: 100%;
    margin-top: -6px;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    border: none;
    font-size: 0.85rem;
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .header-menu-list li {
    padding: 0.7rem 0.3rem;
  }
  .header-menu-list li:not(:first-child) {
    border-top: 0.5px solid #fff;
  }
  
  .header-btn {
    border-radius: 20px;
    background: #FFAA22;
    color: #FFF;
    font-size: 1.125rem;
    padding: 1rem;
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .header-btn i {
    margin-right: 0.7rem;
  }
  .header-btn:hover {
    background: rgba(255, 170, 34, 0.5);
    color: #FFF;
  }
  
  .open-menu {
    display: none;
  }
  
  .content {
    position: relative;
    z-index: 1;
    min-width: 0px;
    flex: 1 1 auto;
    padding-top: 1.5rem;
  }
  
  .content-column {
    display: flex;
    flex-direction: row-reverse;
  }
  
  .footer {
    background-color: #0adbcb;
    padding: 1.2rem;
    min-height: 40px;
  }
  
  .btn {
    border-radius: 12px;
    width: 100%;
    padding: 0.85rem 1.25rem;
    transition: 0.25s ease-in-out;
    font-size: 1rem;
    text-transform: uppercase;
    background: #0adbcb;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFF;
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    letter-spacing: 0.03em;
  }
  .btn:hover, .btn:focus {
    opacity: 0.8;
    color: #FFF;
    transition: 0.25s ease-in-out;
  }
  
  .btn-main {
    background: #29394a;
    color: #FFF;
  }
  
  .btn-gray {
    background: #ababac;
  }
  
  button:focus {
    outline: none;
  }
  
  .btn-round {
    width: 3rem;
    height: 3rem;
    background: #FFAA22;
    border-radius: 50%;
    padding: 0.5rem;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    flex: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    opacity: 1;
    transition: 0.25s ease-in-out;
  }
  .btn-round:hover, .btn-round:focus {
    color: #FFF;
    opacity: 0.7;
    transition: 0.25s ease-in-out;
  }
  
  .btn-wrap {
    display: flex;
    gap: 5px;
    justify-content: center;
  }
  
  .icon {
    color: #868383;
    display: inline-block;
    font-size: 1.1875rem;
    line-height: 1;
  }
  .icon:hover {
    opacity: 0.75;
  }
  
  .color-red, .text-red {
    color: #af2b03;
  }
  
  .color-green, .text-green {
    color: #23D389;
  }
  
  .color-yellow {
    color: #FFAA22;
  }
  
  .color-dark-yellow {
    color: #F38946;
  }
  
  .color-black, .text-black {
    color: #000;
  }
  
  .color-white, .text-white {
    color: #FFF;
  }
  
  .text-bold {
    font-weight: bold;
  }
  
  .bg-yellow {
    background: #FFAA22;
  }
  
  .bg-light-yellow {
    background: #FBC13C;
  }
  
  .bg-turquoise {
    background: #38CBBF;
  }
  
  .bg-gray {
    background: #d3d7da;
  }
  
  .bg-blue {
    background: #4499d3;
  }
  
  .bg-red {
    background: #af2b03;
  }
  
  .bg-main {
    background: #29394a;
  }
  
  .content-main {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .content-main .content-main-body {
    flex: 1 1 auto;
    margin-bottom: 1rem;
  }
  
  .page-title {
    margin-top: 1rem;
    color: #F38946;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .page-title .btn-icon {
    margin-left: 2rem;
  }
  
  .page-title-bg {
    border-radius: 20px;
    background: #f0f0f0;
    color: #f38946;
    padding: 1rem 0;
    margin-bottom: 2rem;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  
  .section {
    margin-bottom: 20px;
  }
  .section .link {
    color: #29394a;
    font-size: 12px;
    white-space: nowrap;
  }
  .section .link i {
    margin-left: 5px;
  }
  .section h2, .section .section-title {
    font-size: 1rem;
    font-weight: bold;
  }
  
  .form-control {
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    height: calc(1.5em + 0.75rem + 9px);
    background: rgba(255, 255, 255, 0.88);
  }
  
  .form-control:focus {
    border: none;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.46);
  }
  
  select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    background-position: 96% center;
    background-repeat: no-repeat;
  }
  .form-control[type=search] {
    background-image: url("../images/icons/icon-search-bg.svg");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  
  .custom-multiselect {
    list-style-type: none;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
    background: #FFF;
    padding: 10px 15px;
  }
  
  .custom-multiselect [type=checkbox], .custom-checkbox [type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
    margin: 0;
  }
  .custom-multiselect [type=checkbox] + label, .custom-checkbox [type=checkbox] + label {
    font-size: 1.2rem;
    color: #000;
    text-transform: none;
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-family: "Gill Sans";
  }
  .custom-multiselect [type=checkbox] + label:before, .custom-checkbox [type=checkbox] + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #000;
  }
  .custom-multiselect [type=checkbox]:not(:checked) + label:after, .custom-multiselect [type=checkbox]:checked + label:after, .custom-checkbox [type=checkbox]:not(:checked) + label:after, .custom-checkbox [type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    transition: 0.25s ease-in-out;
    width: 9px;
    height: 12px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .custom-multiselect [type=checkbox]:not(:checked) + label:after, .custom-checkbox [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  
  .custom-radiobox {
    list-style-type: none;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.16);
    background: #FFF;
    padding: 15px 15px 10px;
  }
  .custom-radiobox [type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
    margin: 0;
  }
  .custom-radiobox [type=radio] + label {
    color: #000;
    font-weight: 300;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    padding-left: 30px;
    text-align: left;
  }
  .custom-radiobox [type=radio] + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #38a79e;
    border-radius: 50%;
  }
  .custom-radiobox [type=radio]:not(:checked) + label:after, .custom-radiobox [type=radio]:checked + label:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    transition: 0.25s ease-in-out;
    width: 10px;
    height: 10px;
    background: #38a79e;
    transform: rotate(45deg);
    border-radius: 50%;
  }
  .custom-radiobox [type=radio]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  .custom-radiobox label span {
    font-size: 1.2rem;
    display: block;
  }
  .custom-radiobox li {
    margin-bottom: 0.7rem;
  }
  
  .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 0.575rem 1.75rem 0.375rem 0.75rem;
    background-color: #FFF;
    background-image: url("../images/icons/icon-file-download.svg");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px;
    height: calc(1.5em + 0.75rem + 9px);
  }
  
  .form-control.datepicker {
    background-image: url("../images/icons/icon-date.svg");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 1rem;
  }
  
  .form-control.bg-edit {
    background-image: url("../images/icons/icon-edit.svg");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 1rem;
  }
  
  .form-group textarea {
    border: 1px solid #ced4da;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    width: 100%;
    resize: none;
  }
  
  .toggle-item {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
    margin: 0;
  }
  
  .toggle-item + label {
    display: flex;
    width: 44px;
    height: 25px;
    border-radius: 13.5px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: inset 0 0 1px #868383;
    margin-bottom: 0;
    border: 2px solid #868383;
  }
  
  .toggle-item + label:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    top: -1px;
    left: -1px;
    transition: all 0.2s ease;
    border: 2px solid #868383;
  }
  
  .toggle-item:checked + label {
    background: #868383;
    box-shadow: inset 0 0 1px #868383;
  }
  
  .toggle-item:checked + label:after {
    left: 18px;
  }
  
  .toggle-item-sm + label {
    width: 32px;
    height: 20px;
  }
  
  .toggle-item-sm + label:after {
    width: 16px;
    height: 16px;
    top: 0px;
    left: 0px;
  }
  
  .toggle-item-sm:checked + label:after {
    left: 14px;
  }
  
  .toggle-item-green + label {
    border: 2px solid #0CA01D;
  }
  
  .toggle-item-green + label:after {
    border: 2px solid #0CA01D;
  }
  
  .toggle-item-green:checked + label {
    background: #0CA01D;
  }
  
  .toggle-item-yellow + label {
    border: 2px solid #FFAA25;
  }
  
  .toggle-item-yellow + label:after {
    border: 2px solid #FFAA25;
  }
  
  .toggle-item-yellow:checked + label {
    background: #FFAA25;
  }
  
  .selectMultiple {
    position: relative;
  }
  .selectMultiple select {
    display: none;
  }
  .selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 4.5px 12px 1px 12px;
    background: #fff;
    font-size: 14px;
    transition: box-shadow 0.3s ease;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 0;
    outline: none;
    min-height: calc(1.5em + 0.75rem + 8px);
  }
  .selectMultiple > div .arrow {
    right: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    position: absolute;
    background-image: url("../images/icons/icon-arrow-dropright.svg");
    background-size: 12px;
    background-position: 96% center;
    background-repeat: no-repeat;
  }
  .selectMultiple > div span {
    color: #99A3BA;
    display: block;
    position: absolute;
    left: 12px;
    cursor: pointer;
    top: 8px;
    line-height: 28px;
    transition: all 0.3s ease;
  }
  .selectMultiple > div span.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-4px, 0);
  }
  .selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 3px;
    line-height: 28px;
    color: #1E2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
  }
  .selectMultiple > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
  }
  .selectMultiple > div a:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    z-index: -1;
    border-radius: 4px;
  }
  .selectMultiple > div a i {
    cursor: pointer;
    position: absolute;
    right: 0;
    display: block;
    background: rgba(175, 175, 175, 0.59);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 6px;
  }
  .selectMultiple > div a i:before, .selectMultiple > div a i:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 1px;
  }
  .selectMultiple > div a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .selectMultiple > div a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .selectMultiple > div a.notShown {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .selectMultiple > div a.notShown:before {
    width: 28px;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  }
  .selectMultiple > div a.notShown i {
    opacity: 0;
    transition: all 0.3s ease 0.3s;
  }
  .selectMultiple > div a.notShown em {
    opacity: 0;
    transform: translate(-6px, 0);
    transition: all 0.4s ease 0.3s;
  }
  .selectMultiple > div a.notShown.shown {
    opacity: 1;
  }
  .selectMultiple > div a.notShown.shown:before {
    width: 100%;
  }
  .selectMultiple > div a.notShown.shown i {
    opacity: 1;
  }
  .selectMultiple > div a.notShown.shown em {
    opacity: 1;
    transform: translate(0, 0);
  }
  .selectMultiple > div a.remove:before {
    width: 28px;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
  }
  .selectMultiple > div a.remove i {
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .selectMultiple > div a.remove em {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: all 0.4s ease 0s;
  }
  .selectMultiple > div a.remove.disappear {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
  }
  .selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
  }
  .selectMultiple > ul li {
    color: #1E2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
  }
  .selectMultiple > ul li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .selectMultiple > ul li:first-child:last-child {
    border-radius: 8px;
  }
  .selectMultiple > ul li:last-child {
    border-radius: 0 0 8px 8px;
  }
  .selectMultiple > ul li:last-child:first-child {
    border-radius: 8px;
  }
  .selectMultiple > ul li:hover {
    background: #AFAFAF;
    color: #fff;
  }
  .selectMultiple > ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
  }
  .selectMultiple > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
  }
  .selectMultiple > ul li.beforeRemove:first-child {
    border-radius: 8px;
  }
  .selectMultiple > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
  }
  .selectMultiple > ul li.afterRemove:last-child {
    border-radius: 8px;
  }
  .selectMultiple > ul li.remove {
    transform: scale(0);
    opacity: 0;
  }
  .selectMultiple > ul li.remove:after {
    animation: ripple 0.4s ease-out;
  }
  .selectMultiple > ul li.notShown {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.4s ease;
  }
  .selectMultiple > ul li.notShown.show {
    transform: scale(1);
    opacity: 1;
  }
  .selectMultiple.open > div {
    box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
  }
  .selectMultiple.open > div .arrow {
    background-image: url("../images/icons/icon-arrow-top.svg");
  }
  .selectMultiple.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
  }
  
  @keyframes ripple {
    0% {
      transform: scale(0, 0);
      opacity: 1;
    }
    25% {
      transform: scale(30, 30);
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(50, 50);
    }
  }
  .inline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .inline-row .right-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: right;
  }
  .inline-row .left-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  
  .content-main-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .pagination {
    list-style-type: none;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .pagination li {
    display: inline-block;
    vertical-align: middle;
  }
  .pagination li.prev a, .pagination li.next a {
    border: 1px solid #29394a;
  }
  .pagination li a {
    min-width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #29394a;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0.9rem;
  }
  .pagination li a svg {
    height: 100%;
  }
  .pagination li a.active, .pagination li a:hover {
    background: #FFAA22;
    color: #29394a;
    border: 1px solid #FFAA22;
  }
  
  .page-title a {
    color: inherit;
  }
  
  .nowrap {
    white-space: nowrap;
  }
  
  .icon.close {
    float: none;
    text-shadow: none;
  }
  
  .close {
    opacity: 1;
  }
  
  .hidden {
    display: none;
  }
  
  .close-menu {
    display: none;
  }
  
  .empty-content-title {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
    color: #960404;
    font-size: 1.5rem;
  }
  
  .select2.select2-container {
    width: 100% !important;
    display: block;
    max-width: 100%;
  }
  
  .select2.select2-container--default .select2-selection--single, .select2.select2-container--default .select2-selection--multiple {
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: rgba(255, 255, 255, 0.88);
    line-height: 1;
    padding: 0.5rem;
    height: auto;
    text-transform: uppercase;
  }
  
  .select2.select2-container--default .select2-selection--single .select2-selection__arrow,
  .select2.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #29394a;
  }
  
  .select2-container--open .select2-dropdown {
    background-color: rgba(255, 255, 255, 0.88);
  }
  
  .select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #d3d7da;
    background: #fff;
    text-transform: none;
    padding: 0.3rem 0.5rem;
    border-radius: 15px;
    margin: 0;
  }
  
  .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF !important;
    width: 14px;
    height: 14px;
    background: #191818;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
  }
  
  .select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  
  .content-erreur {
    text-align: center;
    padding: 4rem 15px;
    margin: 4rem auto;
    max-width: 1000px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .content-erreur .content-image {
    min-height: 250px;
  }
  .content-erreur .content-title {
    font-size: 3.125rem;
    text-align: center;
    margin: 2rem 0;
    font-weight: bold;
    color: #e30713;
  }
  
  .chartjs-render-monitor {
    max-width: 100%;
  }
  
  .container-full {
    max-width: 1760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .form-login-wrapper {
    min-height: calc(100vh - 40px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 40px;
    padding-bottom: 2.5rem;
    background: linear-gradient(90deg, #0a354f 42%, transparent 42%);
    display: flex;
    align-items: center;
  }
  
  .form-login-wrapper .page-title {
    text-transform: none;
    margin-bottom: 1rem;
    color: #0b354f;
    font-weight: bold;
    letter-spacing: 0.3em;
    margin-left: 9rem;
    font-size: 3.125rem;
    margin-top: 2.5rem;
  }
  .form-login-wrapper .page-title.size-md {
    font-size: 2.5rem;
    letter-spacing: 0.12em;
  }
  
  .form-login-wrapper .confidence-link {
    margin-top: 2.5rem;
    color: #b1b1b1;
    font-size: 12px;
  }
  
  .form-login-wrapper .form-login {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-top: 3.15rem;
    padding: 1rem 2rem 1rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
  }
  .form-login-wrapper .form-login.form-login-code {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .form-login-wrapper .form-login.form-login-code .remember_me {
    margin-top: 2rem;
  }
  .form-login-wrapper .form-login.form-login-passw {
    padding-top: 2.5rem;
  }
  .form-login-wrapper .form-login.form-login-passw .form-login-wrapper .securite-descr {
    margin-top: 4rem;
  }
  
  .form-login-wrapper .descr {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 300;
    margin-left: 9rem;
    max-width: 500px;
    font-size: 1.875rem;
  }
  .form-login-wrapper .descr.w-auto {
    max-width: 100%;
    margin-right: 9rem;
  }
  
  .form-login-wrapper .form-title {
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    color: #fff;
  }
  
  .form-login-wrapper .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    display: block;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  
  .form-login-wrapper .navbar-brand#navbar_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 50%;
	width: 180px;
	height: 180px; 
  }
  
  .form-login-wrapper .navbar-btns {
    margin-top: 3rem;
    text-align: right;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  
  .form-login-wrapper form {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .form-login-wrapper .form-control {
    background: #fff;
    border: none;
    font-size: 1.25rem;
    padding: 1rem;
    height: auto;
    font-weight: 300;
    outline: none;
    text-transform: uppercase;
    width: 100%;
    color: #000;
    border-radius: 10px;
    background: #f2f3f4;
  }
  
  .form-login-wrapper .form-group {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75rem;
    z-index: 2;
    position: relative;
  }
  
  .form-login-wrapper .remember_me {
    position: relative;
    margin-top: 4.5rem;
  }
  
  .form-login-wrapper .remember_me [type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
    margin: 0;
  }
  
  .form-login-wrapper .remember_me [type=checkbox] + label {
    color: #fff;
    text-transform: none;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 0;
    transition: 0.25s ease-in-out;
    font-weight: bold;
    padding-top: 3px;
  }
  
  .form-login-wrapper .remember_me [type=checkbox] + label:hover {
    color: #0adbcb;
    transition: 0.25s ease-in-out;
  }
  
  .form-login-wrapper .remember_me [type=checkbox] + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #0adbcb;
    border-radius: 50%;
  }
  
  .form-login-wrapper .remember_me [type=checkbox]:not(:checked) + label:after, .form-login-wrapper .remember_me [type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    transition: 0.25s ease-in-out;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  .form-login-wrapper .remember_me [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  
  .form-login-wrapper .forgot-link {
    color: #0adbcb;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  
  .form-login-wrapper .btn-wrap {
    margin-bottom: 0;
  }
  
  .form-login-wrapper .btn-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .form-login-wrapper .btn-group > .btn:not(:first-child) {
    margin-left: 0.2rem;
  }
  
  .form-login-wrapper .img-decor {
    position: relative;
    width: 108%;
    max-width: none;
    margin-top: -5%;
    text-align: right;
  }
  
  .form-login-wrapper.login .img-decor {
    width: 130%;
    margin-top: 8%;
    left: -30%;
  }
  
  .info-message {
    border-radius: 21px;
    padding: 1rem 2rem;
    min-height: 4rem;
    background: #ffaa23;
    max-width: 480px;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
    color: #29394a;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
  }
  
  .info-message:before {
    /*    content: "\f3ce";font-family: "Font Awesome 6 Pro";  */
    position: absolute;
    left: 1rem;
    font-weight: 300;
    font-size: 1.875rem;
    content: "";
    background-image: url("../images/icons/icon-mobile.svg");
    background-repeat: no-repeat;
    width: 36px;
    height: 56px;
    background-size: contain;
  }
  
  .form-login-wrapper .securite-group .info-message {
    padding: 2rem;
    padding-left: 6.5rem;
    margin-bottom: 2.5rem;
  }
  
  .form-login-wrapper .securite-group .info-message:before {
    font-size: 3.2rem;
    left: 2rem;
    transform: translateY(-10px);
  }
  
  .form-login-wrapper .securite-group .warning-message {
    padding-left: 5rem;
  }
  
  .form-login-wrapper .securite-group .title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .form-login-wrapper .securite-group .securite-code {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .form-login-wrapper .securite-descr {
    font-weight: bold;
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: #e5e7e8;
  }
  
  @media (min-width: 1740px) {
    .page-main {
      padding-left: 2.875rem;
    }
    .content-main-top-nav .top-nav-card .title {
      margin-bottom: 2.5rem;
    }
    .content-main-top-nav .top-nav-card .count {
      margin-bottom: 1rem;
    }
    .header .search-btn-wrap .search-btn,
    .header .btn-notifications, .header-menu-btn {
      font-size: 1.25rem;
    }
    .sidebar-menu {
      padding-top: 5rem;
    }
    .sidebar-user-menu {
      margin-bottom: 7rem;
    }
    .form-login-wrapper .navbar-brand {
      max-width: 24rem;
    }
    .form-login-wrapper .navbar-brand#navbar_logo {
      max-height: 24rem:
    }
  }
  @media (min-width: 1400px) {
    .sidebar-user-menu {
      margin-bottom: 5rem;
    }
  }
  @media (min-width: 992px) {
    .col-lg-20 {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  @media (max-width: 1799.98px) {
    .content {
      padding-top: 2rem;
    }
    .form-login-wrapper .form-login {
      max-width: 550px;
    }
    .form-login-wrapper .descr {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 1599.98px) {
    html, body {
      font-size: 15px;
    }
    .sidebar {
      width: 250px;
      max-width: 250px;
      padding: 10px 0 30px 0px;
    }
    .sidebar .logo {
      margin-top: 1rem;
    }
    .sidebar-menu > li {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .sidebar-menu ul {
      padding-left: 1.5rem;
    }
    .form-login-wrapper .navbar-brand {
      max-width: 18rem;
    }
    .form-login-wrapper .navbar-brand#navbar_logo {
      max-height: 18rem;
    }
    .form-login-wrapper .form-login {
      padding: 2rem 2rem 1rem;
    }
    .form-login-wrapper .descr {
      font-size: 1.5rem;
    }
    .form-login-wrapper .remember_me {
      margin-top: 2rem;
    }
  }
  @media (max-width: 1399.98px) {
    .header {
      padding-top: 3rem;
    }
    .page-main {
      padding-right: 1.875rem;
    }
    .content-main .container {
      padding-left: 0;
      padding-right: 0;
    }
    .header .container {
      padding-left: 0;
      padding-right: 0;
    }
    .form-login-wrapper .page-title, .form-login-wrapper .descr {
      margin-left: 2rem;
    }
    .form-login-wrapper .page-title {
      font-size: 2.8rem;
      letter-spacing: 0.2em;
    }
    .form-login-wrapper .descr.w-auto {
      margin-right: 0;
    }
  }
  @media (max-width: 1199.98px) {
    .header-btn span {
      display: none;
    }
    .header-btn i {
      margin-left: 0.7rem;
    }
    .form-login-wrapper .navbar-brand {
      max-width: 16rem;
    }
    .form-login-wrapper .navbar-brand#navbar_logo {
      max-height: 16rem;
    }
    .form-login-wrapper .col-xl-6 .img-decor:after {
      width: 175vw;
      height: 175vw;
    }
    .form-login-wrapper .img-decor {
      width: 100%;
    }
    .form-login-wrapper.login .img-decor {
      width: 100%;
      left: 0;
      text-align: center;
    }
    .liste-form .inline-row {
      flex-wrap: wrap;
    }
    .liste-filter-inline {
      width: 100%;
      margin-top: 1rem;
      justify-content: center;
    }
  }
  @media (max-width: 991.98px) {
    .header {
      padding-top: 2rem;
    }
    .content-main {
      max-width: 100%;
    }
    .header-btn {
      padding: 0.75rem 0.5rem;
    }
    .header .search-btn {
      padding: 0.7rem 10px;
    }
    .page-main {
      padding-left: 25px;
      padding-right: 25px;
    }
    .form-login-wrapper .page-title {
      color: #FFF;
    }
    .form-login-wrapper .col-lg-6 .img-decor:after {
      width: 175vw;
      height: 175vw;
    }
    .form-login-wrapper {
      padding-bottom: 5rem;
      background: #0a354f;
      display: block;
    }
    .form-login-wrapper .descr {
      color: #FFF;
    }
    .form-login-wrapper .navbar-brand {
      margin-top: 1rem;
      max-width: 150px;
      position: absolute;
    }
    .form-login-wrapper .navbar-brand#navbar_logo {
      max-height: 150px;
    }
    .form-login-wrapper .navbar-brand img {
      max-height: 7rem;
    }
    .form-login-wrapper .page-title {
      margin-top: 3rem;
    }
    .form-login-wrapper.login .img-decor img {
      max-height: 22rem;
    }
    .form-login-wrapper .navbar-row .btn {
      font-size: 1rem;
      width: auto;
      min-width: 150px;
    }
    .liste-content-top .btn-deconnextion .btn-text {
      display: none;
    }
    .liste-form.form-bg .inputs-wrap {
      flex-wrap: wrap;
    }
    .liste-form.form-bg .inputs-wrap > * {
      max-width: calc(50% - 15px);
    }
    .liste-form.form-bg .inputs-wrap {
      gap: 15px 30px;
    }
    .header-btn {
      border-radius: 50%;
      width: 46px;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem;
    }
    .form-login-wrapper .page-title {
      margin-top: 2rem;
    }
    .form-login-wrapper .navbar-btns {
      max-width: calc(100% - 150px);
      margin-left: auto;
      margin-bottom: 5rem;
    }
    .form-login-wrapper .page-title, .form-login-wrapper .descr {
      text-align: center;
    }
    .form-login-wrapper .descr {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (max-width: 767.98px) {
    .header {
      padding-top: 1rem;
    }
    .header-wrapper .row {
      flex-direction: column-reverse;
    }
    .open-menu {
      width: 3.75rem;
      margin-right: 0.7rem;
    }
    .page-main {
      padding-left: 15px;
      padding-right: 15px;
    }
    .form-login-wrapper .navbar-btns {
      margin-top: 1.5rem;
      margin-bottom: 7rem;
    }
    .form-login-wrapper .page-title, .form-login-wrapper .descr {
      margin-left: 0;
    }
    .form-login-wrapper .page-title {
      font-size: 2.55rem;
    }
    .form-login-wrapper .descr {
      font-size: 1.35rem;
    }
    .form-login-wrapper .form-title {
      font-size: 1.5rem;
    }
    .form-login-wrapper .remember_me {
      margin-top: 3rem;
    }
  }
  @media (max-width: 767.98px) and (min-width: 577px) {
    .col-xs-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (max-width: 576.98px) {
    html, body {
      font-size: 14px;
    }
    .header .search-btn-wrap .search-btn {
      padding: 0.8rem;
    }
    .open-menu {
      margin-top: 0;
      height: 30px;
    }
    .page-title-bg {
      font-size: 1.5rem;
    }
    .pagination li a {
      width: 40px;
      height: 40px;
      padding: 0.5rem;
      min-width: 40px;
    }
    .form-login-wrapper .form-title {
      letter-spacing: 0.2em;
    }
    .form-login-wrapper .page-title {
      letter-spacing: 0.2em;
    }
    .form-login-wrapper .form-login {
      padding: 2.5rem 1rem 2.5rem;
    }
    .form-login-wrapper {
      padding: 0 15px;
    }
    .liste-form.form-bg form {
      border-radius: 10px;
    }
    .liste-form.form-bg {
      padding: 2rem 1rem;
    }
    .header-btn {
      width: 42px;
      height: 42px;
    }
  }
  @media (max-width: 460px) {
    html, body {
      font-size: 13px;
    }
    .header .user-icon {
      font-size: 3.25rem;
    }
  }
  @media (max-width: 379px) {
    .btn, .content-main .search-btn-wrap .search-btn-main {
      padding: 0.6rem 1.25rem;
    }
    .pagination li a {
      width: 36px;
      height: 36px;
      padding: 0.5rem 0.25rem;
      min-width: 36px;
    }
    .form-login-wrapper .navbar-btns {
      max-width: calc(100% - 160px);
    }
    .form-login-wrapper .navbar-btns .btn {
      min-width: 140px;
    }
  }
  @media (max-width: 339px) {
    .header .btn-wrap {
      gap: 5px;
    }
  }
  
