.login-image {
  height: 40em;
  max-height: 650px !important;
  width: auto;
}

.logo-index {
  width: 300px;
  height: auto;
}

.icon-large {
  font-size: xx-large;
}

.icon-card-login {
  font-size: 8em;
}

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

.img-icon {
  max-width: 100px;
  max-height: 30px;
}

.img-icon-large {
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem !important;
  padding: 0.25rem 1.5rem;
}

.container_fixed_right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 40em;
  max-width: 100%;
  right: 0;
  background-color: rgb(224, 214, 214);
  z-index: 5;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

/* .container_fixed_right::-webkit-scrollbar {
  width: 0 !important;
} */

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
  background-color: #772953 !important;
  z-index: 2;
}

input.date_picker {
  background-image: url("images/ui-icon-calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bg-gray {
  background-color: rgb(225, 225, 234);
}

.bg-body-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  min-height: 100vh;
}

.nav-bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.ul-style-none {
  list-style: none;
}

.icon-list {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 50px;
}

.card-border-success {
  border-bottom: solid;
  border-bottom-color: #38b44a !important;
}

.card-border-info {
  border-bottom: solid;
  border-bottom-color: #463cce !important;
}

.card-border-warning {
  border-bottom: solid;
  border-bottom-color: #efb73e !important;
}

.card-border-danger {
  border-bottom: solid;
  border-bottom-color: #df382c !important;
}

.table-custom-size {
  height: 800px !important;
  overflow: scroll;
}

.nav-border-active {
  border-bottom: solid;
  border-bottom-width: 1px;
  border-color: #463cce;
}

.loader-mini {
  border: 6px solid #bdc3c7;
  width: 40px;
  height: 40px;
  border-top-color: #1abc9c;
  border-bottom-color: #3498db;
  border-radius: 50%;
  animation: chargeur 4s linear infinite;
}

@keyframes chargeur {
  0% {
    transform: rotate(0deg) scale(1);
    border-top-color: red;
    border-bottom-color: red;
  }
  25% {
    border-top-color: blue;
    border-bottom-color: blue;
  }
  50% {
    transform: rotate(360deg) scale(1.15);
    border-top-color: red;
    border-bottom-color: red;
  }
  75% {
    border-top-color: green;
    border-bottom-color: green;
  }
  100% {
    transform: rotate(720deg) scale(1);
    border-top-color: red;
    border-bottom-color: red;
  }
}

.xx-large-icon {
  font-size: 5em;
}

.card-extractions {
  cursor: grab;
}

.card-extractions:hover {
  background-color: rgb(224, 218, 218);
}

.font-card-text {
  font-size: small;
}

.tableFixHead {
  overflow-y: auto;
  height: 800px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0px;
  background-color: rgb(224, 157, 68);
  color: white;
}

.navlinkLarge {
  font-size: large;
}
