html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 2s forwards; 
}

.fade-05 {
    opacity: 0.5;    
}

.blink {
    animation: blinker 1s linear infinite;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

[v-cloak] {
    display: none;
}

/*----------- MODAL ----------------*/
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.big-checkbox {
    width: 30px;
    height: 30px;
}

.faicon-scale:hover {
    transform: scale(1.5);
    /* transition: transform 1.5s;*/
}

.faicon-size-15 {
    font-size: 1.5em;
}
.fa-18 {
    font-size: 1.8em;
}


.icon {
    width: 50px;
    height: 50px;

    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}
.c-details span {
    font-weight: 300;
    font-size: 13px
}

.numberCircle {
    font: 18px Arial, sans-serif;
    width: 2em;
    height: 2em;
    box-sizing: initial;
    background: #000;
    border: 0.1em solid #000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 2em;
    box-sizing: content-box;
}


/* CARDS */
.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
    
}
.cardminwith {
   min-width: 275px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 0px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}
/*END OF CARDS*/

@media (max-width: 1500px) {
    .hidden-small-screen {
        display: none;
    }
}

.bd-callout-info {
    --bd-callout-color: #055160;
    --bd-callout-bg: #cff4fc;
    --bd-callout-border: #9eeaf9;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #055160;
    /*background-color: #cff4fc;*/
    border-left: 5px solid #373b44;
}

.report-table-height {
    max-height: 1000px;
}


.start-90 {
    left: 90% !important;
}

.top-20 {
    left: 20% !important;
}

.big-radio {
    margin-top: 10px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.transparent05 {
    opacity: 0.1; /* 50% transparent */
}

.grey-transparent {
    background-color: #adb5bd;
    opacity: 0.8; /* 50% transparent */
}

/* Apply a horizontal flip animation */
@keyframes flipHorizontal {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(-1);
    }

    100% {
        transform: scaleX(1);
    }
}

/* Apply the animation to the icon */
.flipping-icon {
    animation: flipHorizontal 2s 5; /* 2s duration, infinite loop */
}

/* Style for the input field */
.underline-input {
    border: none; /* Remove default border */
    border-bottom: 1px solid #ccc; /* Add underline */
    padding: 5px 0; /* Add padding as needed */
    width: 100%; /* Set width as needed */
    box-sizing: border-box; /* Include padding and border in total width */
    outline: none; /* Remove outline when focused */
}

    /* Optional: Hover and focus styles */
    .underline-input:hover,
    .underline-input:focus {
        border-bottom-color: blue; /* Change underline color on hover/focus */
    }

.list-group-item {
    position: relative;
    overflow: hidden;
}

/*.message-content {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}*/

.message-content {
    display: inline-block; /* Ensure the content behaves as a block inside the span */
    white-space: nowrap; /* Keeps the text in a single line */
    overflow: hidden; /* Hides any overflow */
    text-overflow: ellipsis; /* Adds ellipsis (...) for overflowed text */
    max-width: 300px; /* Adjust the width to your layout's needs */
    vertical-align: top; /* Ensures proper alignment */
}
    .message-content * {
        display: inline; /* Forces all child elements to display inline */
        white-space: nowrap; /* Ensures no line breaks inside child elements */
    }