.login-page {
    background-image: url('/assets/img/banniere-image.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-body-overlay {
    background-color: #f4f6f9;
    background-image: linear-gradient(to right, #132856 20%, #1BC2EE 50%);
    opacity: 0.8;
    z-index: 10;
    inset: 0px;
    position: absolute;
}

.login-page .img-cube {
    right: 0;
    position: absolute;
    animation: float 4s ease-in-out infinite;
    z-index: 50;
    transform: translate(-50%, 0);
    animation: descendre 30s ease-in-out infinite alternate;
}

@keyframes descendre {
    0% {
        transform: translate(-50%, 0);
    }
    100% {
        transform: translate(-50%, 300px);
    }
}

.login-box {
    width: 375px;
    z-index: 1000;
}

@media (max-width: 767px) {
    .login-box {
        width: 300px;
    }
}

.error-page {
    margin: 50px auto 0;
    width: 655px;
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

.error-page>.error-content {
    display: block;
    margin-left: 190px;
    position: relative;
    top: 17px;
}

.error-page>.error-content>h3 {
    font-size: 25px;
    font-weight: 300;
}

.w-110p {
    width: 110px !important;
}

.modal-content.bg-danger .close, .modal-content.bg-danger .mailbox-attachment-close, .modal-content.bg-info .close, .modal-content.bg-info .mailbox-attachment-close, .modal-content.bg-primary .close, .modal-content.bg-primary .mailbox-attachment-close, .modal-content.bg-secondary .close, .modal-content.bg-secondary .mailbox-attachment-close, .modal-content.bg-success .close, .modal-content.bg-success .mailbox-attachment-close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close, button.mailbox-attachment-close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.sidebar-brand {
    height: 3.55rem;
}

.lockscreen .lockscreen-wrapper {
    max-width: 475px;
}

.sidebar-wrapper .sidebar-menu>.nav-item>.nav-link.active:not(:hover) {
    background-color: #132857;
    color: #fff;
}

.toast-success {
    background-color: #2B8636;
}

.toast-error {
    background-color: #D24228;
}

.toast-warning {
    background-color: #F6A70A;
}

#loader{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#eceaea;
    background-image:url('/assets/img/loader.gif');
    background-size: 50px;
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5em;
    padding-left: .85em;
}

.dataTables_length {
    padding-top: 1em;
    padding-left: .85em;
}

div.dataTables_wrapper div.dataTables_filter {
    padding-top: 1em;
    padding-right: .85em;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 1px 6px;
    margin-bottom: 6px;
}

.pagination {
    --bs-pagination-font-size: .8rem;
}

.btn {
    font-size: .9rem;
}

.bg-dark-blue {
    background-color: #132857 !important;
}

.bg-medium-blue {
    background-color: #188FBB !important;
}

.bg-light-blue {
    background-color: #1BC2EE !important;
}

.bg-beige-blue {
    background-color: #EBCB9F !important;
}

.bg-brown-blue {
    background-color: #6D5339 !important;
}

.sidebar-brand {
    height: 10rem;
}

.brand-link .brand-image {
    max-height: 43px;
    margin-left: 0;
}

.main-sidebar .sidebar nav {
    margin-top: 0.5rem;
}

body.sidebar-open .brand-link .brand-image {
    max-height: 12rem;
}

body.sidebar-open .main-sidebar .sidebar nav {
    margin-top: 11rem;
}

[class*=sidebar-dark-] {
    background-color: #132857;
}

.navbar-dark {
    background-color: #132857;
    border-color: #4b545c;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active, .nav-tabs.flex-column .nav-link.active {
    background-color: #188FBB;
    color: #fff;
}

.nav-tabs.flex-column {
    border-right: 1px solid #188FBB;
}

.nav-tabs.flex-column .nav-link.active {
    border-color: #188FBB transparent #188FBB #188FBB;
}

.nav-tabs.flex-column .nav-link:hover {
    border-color: #1BC2EE transparent #1BC2EE #1BC2EE;
}

.ms-auto {
    margin-left: auto !important;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

.bg-primary, .card-primary, .text-bg-primary {
    background-color: #188FBB;
    color: #fff;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    padding: 10px;
    background-color: var(--bs-light-bg);
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #000;
}

.dropdown-menu-end {
    --bs-position: end;
}

.float-end {
    float: right !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #132857;
}

.mt-6 {
    margin-top: 3.5rem !important;
}

.mt-7 {
    margin-top: 4rem !important;
}

.mt-8 {
    margin-top: 4.5rem !important;
}

.mt-9 {
    margin-top: 5rem !important;
}

.mt-10 {
    margin-top: 5.5rem !important;
}

.mt-11 {
    margin-top: 6rem !important;
}

.mt-12 {
    margin-top: 6.5rem !important;
}

.mt-13 {
    margin-top: 7rem !important;
}

.mt-14 {
    margin-top: 7.5rem !important;
}

.mt-15 {
    margin-top: 8rem !important;
}

.products-list .product-info {
    margin-left: 0;
}

.app-main .app-content-header .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    line-height: 2.5rem;
}

@media (min-width: 576px) {
    .float-sm-end {
        float: right !important;
    }
}

.nav-item .nav-link .col-sm-10 {
    padding-left: 3px;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px);
}

td .select2-container {
    width: 20rem !important;
}

td .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    color: #000;
}

.form-container {
    position: relative;
}

.form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 500;
    pointer-events: all;
}

.htBold {
    font-weight: bold !important;
    background-color: #f0f0f0;
}

.card-header .card-tools {
    float: right;
    margin-right: -.625rem;
}

.page-title {
    font-size: 1rem;
}

.handsontable .htDimmed {
    color: #000;
}

.htCenterHeader {
    text-align: center;
    width: 100%;
}

.none {
    display: none !important;
}

#form-status .badge {
    font-size: 100%;
}

.fullscreen-card {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1050;
    background: white;
    overflow: auto;
}

#responses-form-body {
    // height: 35.5rem;
    overflow: auto;
}

#top-scroll {
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}

.canevas-form-body {
    height: 35.5rem;
    overflow: auto;
}

.info-bulle {
    position: relative;
    top: -7px;
    right: -10px;
    color: #ff0000;
    cursor: help;
}

.htWrap {
  white-space: normal !important;
  word-break: break-word;
  text-align: justify !important;
}

.ht_clone_top th {
  font-weight: bold !important;
}

.static-data-cell {
    background-color: #fdfdfd !important;
}

#attestation-tooltip {
    position: absolute;
    z-index: 20;
    background-color: #e9ecef;
    left: 100px;
    width: 25rem;
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #ccc;
}

.rm-tab {
    position: absolute;
    top: 3px;
}

.canevas-b-card-header #title {
    position: relative;
    top: 8px;
}

.cycle-label-assignment {
    position: relative;
    top: 8px;
}

.badge-status {
    font-size: 100% !important;
}

td[data-class="highlight"] {
    position: relative;
    border-color: color-mix(in srgb, var(--ht-border-color), var(--ht-foreground-color) 10%);
}

.disabled-overlay {
    pointer-events: none;
    opacity: 0.6;
}
