.table-responsive .dropdown {
    position: static;
}

.dropdown-menu-left {
    --bs-position: left;
}

.text-white70 {
    color: #9198A1 !important;
}

.help-span:hover {
    color: black;
}

/* table .help-item.dropdown{
    position: static !important;
} */

*:has(> .help-item):not(.help-special){
    position: relative !important;
    transition: all 1s ease;
    border: 1px solid transparent;
}

*:has(> .help-item):hover {
    border: 1px dashed rgb(0, 173, 240) !important;
    background: rgba(0, 173, 240, 0.4) !important;
    background-color: rgba(0, 173, 240, 0.4) !important;
    border-radius: .25rem!important;
}

.help-item{
    transition: all 3s ease;
}

*:has(> .help-item):hover .help-item .dropdown{
    animation: bounce 2s infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1) rotate(0deg);
    }

    50% {
        transform: scale(1.5, 1.5) rotate(1deg);
    }

    100% {
        transform: scale(1, 1) rotate(0deg);
    }
}

.zoomio {
    animation: zoom-in-zoom-out 120s ease-in-out infinite;
}

.arrow-indicator {
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  color: grey;
}

/* a[aria-expanded="true"] .arrow-indicator {
    color: #00ADF0;
} */

a[aria-expanded="false"] .arrow-indicator {
    transform: rotate(180deg);
    color: grey;
}

.doc-collapse:has(.active)>a, .doc-collapse:has(.active) .arrow-indicator{
    color: #00ADF0 !important;
}

.doc-item.active {
    color: white !important;
    font-weight: 900;
    background-color: #00ADF0;
    border-radius: 6px;
}

.doc-item {
    color: #727E8C;
     white-space: nowrap;
    text-overflow: ellipsis;
    width: 250px;
    display: block;
    overflow: hidden;
}

.help-bg-white {
    background-color: rgba(128, 128, 128, 0.05);
    color: rgba(0, 0, 0, 0.764);
}

.reverse-shadow {
    box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075) !important;
}



/* Define the animation */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
        /* Starting and ending positions */
    }

    40% {
        transform: translateY(-10px);
        /* Highest point of the bounce */
    }

    60% {
        transform: translateY(-5px);
        /* Mid-point, slightly lower than peak */
    }
}

/* Apply the animation to an element */
.bouncing {
    animation: bounce 2s infinite;
    /* Name, duration, and iteration count */
}

input[type="file"]::file-selector-button {
    color: white;
    border-radius: 3px;
    background-color: #00ADF0;
    cursor: pointer;
}

.acktr {
    opacity: .4;
    transition: all;
    transition-duration: 200ms;
}

.acktr:hover,
.acktr:hover * {
    opacity: 1 !important;
    transition: all;
    transition-duration: 200ms;
}

.dropdown-divider {
    margin: 0px !important;
}

.dropdown-menu {
    padding: 0px !important;
    padding-bottom: 0px !important;
}

thead>tr {
    font-size: 12px !important;
    color: white;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none !important;
    border-color: inherit;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.border-right {
    border-right: rgba(112, 128, 144, 0.445) 1px solid;
}

.border-right-dark {
    border-right: rgba(112, 128, 144, 0.445) 1px solid;
}

.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dropdown-toggle:hover{
    background-color: rgba(128, 128, 128, 0.208) !important;
    border-radius: 10px;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

#sidebar-main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#sidebar-main::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

#sidebar-main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-arrow>.dropdown-toggle::after {
    display: none;
}

.blink {
    animation: blinker 1s infinite;
}

.bgdark {
    background: black;
}

.dark-sb {
    /* border:0.01px solid #00ADF0!important; */
    box-shadow: 0px 8px 100px #00ADF0 !important;
}
.dark-sb2 {
    box-shadow: 0px 0px 10px #00ADF0 !important;
}
.text-black{
    color: black!important;
}
.dark-sbb {
    background: black;
    border: 0.01px solid #00ADF0 !important;
    box-shadow: 1px 1px 100px #00ADF0 !important;
}

.m-app {
    margin: 8px !important;
}

.p-app {
    padding: 16px !important;
}

.rounded-app {
    border-radius: 10px;
}

.list-group-item:hover {
    color: #00ADF0 !important;
}

li.breadcrumb-item.h6 {
    font-weight: 900 !important;
}

.breadcrumb-item.h6>a:before {
    content: '\00BB';
    font-size: 20px;
    font-weight: 900 !important;
    letter-spacing: 8px;
}

@keyframes blinker {
    0% {
        opacity: 1;
        /* Fully visible */
        color: white;
    }

    50% {
        opacity: 0.5;
        /* Fully transparent */
        color: white;
    }

    100% {
        opacity: 1;
        /* Fully visible again */
        color: white;
    }
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Regular.ttf);
}

input[type="datetime-local"]:focus {
    outline-color: #00ADF0;
}

/* input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: #00ADF0;
    bottom: 0;
    color: #00ADF0;
    margin-right: 8px;
    cursor: pointer;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
} */

* {
    font-family: 'Montserrat', serif;
}

.spinner-grow {
    animation-duration: 1.5s;
}

.dt-button.buttons-pdf.buttons-html5,
.dt-button.buttons-copy.buttons-html5,
.dt-button.buttons-excel.buttons-html5,
.dt-button.buttons-csv.buttons-html5 {
    border-radius: 5px;
}

.choices[data-type*=select-one]>.choices__list>.choices__list>.choices__item--selectable {
    padding-right: 0px;
}

.choices[data-type*=select-one]>.choices__list>.choices__list>.choices__item--selectable::after {
    display: none;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #00ADF0;
    border-radius: 12px;
}

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