.fg-1 {
    flex-grow: 1;
    height: 0;
}

.fit-images {
    background-size: contain;                     
    background-repeat: no-repeat;
    background-position: center center; 
    height: 100%;
    width: 100%;
}

.fit-round {
    background-size: cover !important;
}

.fit-background {
    background-size: contain;                     
    background-repeat: no-repeat;
    background-position: center center; 
    height: 100%;
    width: 100%;
}

.badge-h5 > div {
    height: 1.2em;
    width: 1.2em;
}

.text-overflow-ellipsis{
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.table-row-clickable {
    cursor: pointer;
    transition: 0.25s;
}

.line-height-16 {
    line-height: 1.6;
}

.square-15 {
    height: 15rem;
    width: 15rem;
    min-height: 15rem;
    min-width: 15rem;
}

.square-12 {
    height: 12rem;
    width: 12rem;
    min-height: 12rem;
    min-width: 12rem;
}

.square-10 {
    height: 10rem;
    width: 10rem;
    min-height: 10rem;
    min-width: 10rem;
}

.square-8 {
    height: 8rem;
    width: 8rem;
    min-height: 8rem;
    min-width: 8rem;
}

.square-7 {
    height: 7rem !important;
    width: 7rem !important;
    min-height: 7rem !important;
    min-width: 7rem !important;
}

.square-6 {
    height: 6rem;
    width: 6rem;
    min-height: 6rem;
    min-width: 6rem;
}

.square-5 {
    height: 5rem;
    width: 5rem;
    min-height: 5rem;
    min-width: 5rem;
}

.square-4 {
    height: 4rem;
    width: 4rem;
    min-height: 4rem;
    min-width: 4rem;
}

.square-3 {
    height: 3rem;
    width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
}

.square-3-em {
    height: 3em;
    width: 3em;
    min-height: 3em;
    min-width: 3em;
}

.square-2 {
    height: 2rem;
    width: 2rem;
    min-height: 2rem;
    min-width: 2rem;
}

.bg-mask-regular {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-darkblu {
    background-color: rgb(25, 118, 210) !important;
}

.bg-indigo {
    background-color: var(--mdb-indigo) !important;
}

.bg-pink {
    background-color: rgb(252, 69, 223) !important;
}

.bg-litebrown {
    background-color: #A1887F !important;
}

.bg-litegrey {
    background-color: #E0E0E0 !important;
}

.bg-teal {
    background-color: var(--mdb-teal) !important;
}

.bg-purple {
    background-color: var(--mdb-purple) !important;
}

.bg-liteteal {
    background-color: #E0F2F1 !important;
}

.bg-emission-replies {
    background-color: rgba(129, 212, 250, 0.5) !important;
}

.text-liteteal {
    color: #E0F2F1 !important;
}

.text-purple {
    color: var(--mdb-purple) !important;
}

.text-teal {
    color: var(--mdb-teal) !important;
}

.text-litegrey {
    color: #E0E0E0 !important;
}

.text-litebrown {
    color: #A1887F !important;
}

.text-pink {
    color: rgb(252, 69, 223) !important;
}

.table-vertical-center > .table-responsive > .table > .datatable-body > tr > td, .table-vertical-center > .table-responsive > .table > .datatable-body > tr > th {
    vertical-align: middle !important;
}

.text-indigo {
    color: var(--mdb-indigo) !important;
}

.text-darkblu {
    color: rgb(25, 118, 210) !important;
}

.border-gray {
    border-color: var(--mdb-gray) !important;
}

.bg-gray {
    background-color: var(--mdb-gray) !important;
}

.text-gray {
    color: var(--mdb-gray) !important;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

.text-unset {
    text-transform: unset !important;
}

.text-btn {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.25rem;
}

.border-blusteel {
    border-color: var(--mdb-blusteel) !important;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.w-15r {
    width: 15rem !important;
}

.btn-xl {
    border-radius: 0.67rem;
    padding: 1rem 2.15rem 0.8rem 2.15rem;
    font-size: 1.1rem;
    line-height: 2.1;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-overlay {
    overflow-y: overlay;
}

.overflow-y-scroll {
    overflow-y: scroll;
    -ms-overflow-style: none;  
    scrollbar-width: none;
}

.overflow-y-scroll::-webkit-scrollbar {
    opacity: 0;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important
}

.min-h-100 {
    min-height: 100% !important;
}

.min-h-100vh {
    min-height: 100vh !important;
}

.min-h-50 {
    min-height: 50% !important;
}

.min-w-20 {
    min-width: 20% !important;
}

.min-w-25 {
    min-width: 25% !important;
}

.max-w-33 {
    max-width: 33% !important;
}

.min-w-50 {
    min-width: 50% !important;
}

.max-w-50 {
    max-width: 50% !important;
}

.max-h-100 {
    max-height: 100% !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.w-80 {
    width: 80% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.transition-25 {
    transition: 0.25s;
}

.transition-33 {
    transition: 0.33s;
}

.transition-50 {
    transition: 0.50s;
}

.transition-1 {
    transition: 1s;
}

.scale-half-up {
    transform: scale(0.75, 0.75) translateY(-2rem);
}

.scale-half-down {
    transform: scale(0.75, 0.75) translateY(2rem);
}

.scale-half-left {
    transform: scale(0.75, 0.75) translateX(-2rem);
}

.scale-half {
    transform: scale(0.75, 0.75);
}

.scale-1 {
    transform: scale(1, 1);
}

.scale-75 {
    transform: scale(0.75, 0.75);
}

.left-86 {
    left: 86px !important;
}

.left-10 {
    left: 10% !important;
}

.left-0 {
    left: 0 !important;
}

.bottom-05 {
    bottom: 0.5rem !important;
}

.border-radius-50 {
    border-radius: 50% !important;
}

.max-w-95 {
    max-width: 95% !important;
}

.min-h-max-content {
    min-height: max-content !important;
}

.h-max-content {
    height: max-content !important;
}

.h-95 {
    height: 95% !important;
}

.h-100-child > * {
    height: 100% !important;
}

.min-w-100 {
    min-width: 100% !important;
}

.min-w-max-content {
    min-width: max-content !important;
}

.max-w-max-content {
    max-width: max-content !important;
}

.w-max-content {
    width: max-content !important;
}

.invis {
    cursor: default !important;
    opacity: 0 !important;
}

.btn-delete {
    background: #ebebeb;
}

.btn-delete:hover {
    background: #adadad;
    transition: 0.25s;
}

.rotate-0 {
    transform: rotate(0deg) !important;
}

.rotate-180 {
    transform: rotate(180deg) !important;
}

.scrollbar-slim {
    scrollbar-width: thin;
}

.scrollbar-slim::-webkit-scrollbar-track {
    -webkit-box-shadow: none;   
}

.scrollbar-slim::-webkit-scrollbar {
    width: 0.25rem;
}

.scrollbar-slim::-webkit-scrollbar-thumb
{
    border-radius: 0.1rem;
    border: 0px;
}

.scrollbar-hidden::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
}

.scrollbar-hidden::-webkit-scrollbar {
    width: 0 !important;
}

.scrollbar-hidden::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
    border: 0px !important;
}

.scrollbar-hidden {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.logo-flash {
    animation: logo-flash 1s infinite;
    -webkit-animation: logo-flash 1s infinite;
    -moz-animation: logo-flash 1s infinite;
    -o-animation: logo-flash 1s infinite;
    -ms-animation: logo-flash 1s infinite;
  }
  @keyframes logo-flash {
    0% {
      opacity: 1;
      transform: scale(1.01, 1.01);
    }
    50% {
      opacity: 0.5;
      transform: scale(0.95, 0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1.01, 1.01)
    }
  }

  @-webkit-keyframes logo-flash {
    0% {
      opacity: 1;
      transform: scale(1.01, 1.01);
    }
    50% {
      opacity: 0.5;
      transform: scale(0.95, 0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1.01, 1.01)
    }
  }
  @-moz-keyframes logo-flash {
    0% {
      opacity: 1;
      transform: scale(1.01, 1.01);
    }
    50% {
      opacity: 0.5;
      transform: scale(0.95, 0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1.01, 1.01)
    }
  }
  @-ms-keyframes logo-flash {
    0% {
      opacity: 1;
      transform: scale(1.01, 1.01);
    }
    50% {
      opacity: 0.5;
      transform: scale(0.95, 0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1.01, 1.01)
    }
  }
  @-o-keyframes logo-flash {
    0% {
      opacity: 1;
      transform: scale(1.01, 1.01);
    }
    50% {
      opacity: 0.5;
      transform: scale(0.95, 0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1.01, 1.01)
    }
  }