.errorlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icon_size {
    font-size: 18px !important;
}

.icon-lg {
    font-size: 16px !important;
}

body {
    background-color: #ffffff !important;
}

.btnRadius {
    /*border-radius: 10px !important;*/
}

.textHidden {
    height: 75px;
    overflow: auto;
    word-break: break-all;
}

.scrollCustom::-webkit-scrollbar {
    width: 20px;
    /*background-color: rgba(248,248,248);*/
    border-radius: 6px;
}

.scrollCustom::-webkit-scrollbar-thumb {
    background-color: var(--mdb-grayish);
    border: 4px solid transparent;
    border-radius: 16px;
    background-clip: content-box;
}

.legend-indicator {
    margin-right: .3125rem
}

.legend-indicator {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #bdc5d1;
    border-radius: 50%;
    margin-right: .4375rem
}

.Status_bg_created {
    background-color: #71869d !important;
}
.Status_text_created {
    color: #71869d !important;
}

.Status_bg_started {
    background-color: #77a9ff !important;
}
.Status_text_started {
    color: #77a9ff !important;
}

.Status_bg_in_progress {
    background-color: #377dff !important;
}
.Status_text_in_progress {
    color: #377dff !important;
}

.Status_bg_success {
    background-color: #00c9a7 !important;
}
.Status_text_success {
    color: #00c9a7 !important;
}

.Status_bg_error {
    background-color: #ed4c78 !important;
}
.Status_text_error {
    color: #ed4c78 !important;
}

.Status_bg_cancelled {
    background-color: #f5ca99 !important;
}
.Status_text_cancelled {
    color: #f5ca99 !important;
}

.Status_bg_no_content{
    background-color: #7c09be !important;
}
.Status_text_no_content{
    color: #7c09be !important;
}

.Status_bg_error_on_search{
    background-color: #ed4c78 !important;
}
.Status_text_error_on_search{
    color: #ed4c78 !important;
}

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

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

.text-justify {
    text-align: justify;
}

.nav-bar-box-shadow {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%) !important
}

.card-bg--gray {
    /*background-color: #F8FBFF !important;*/
}

.card-box-shadow {
    /*box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%) !important;*/
}

.svg-hover--white:hover a {
    fill: white !important;
}

.svg-hover--white:hover svg path {
    fill: white !important;
}

.breadcrumb-link {
    color: #8c98a4
}

.breadcrumb
.breadcrumb-link:hover {
    color: #377dff
}


thead th a {
    color: #677788;
}

thead th a:hover {
    text-decoration: none;
    color: #677788;
}

thead {
    background-color: #f8fafd;
    color: #677788;
}


.nav-tabs .nav-link:hover {
    background-color: #377dff !important;
    border-color: transparent;
    color: white;
}

.active {
    background-color: transparent !important;
}


.btn {
    text-transform: none;
}

.table-progress {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 5rem;
    height: .25rem
}

.table-del-btn {
    color: rgba(113, 134, 157, .1);
    transition: color .15s ease-in-out;
}

#SchemeListTable tbody tr:hover .table-del-btn {
    color: var(--bs-red);
}

#SchemeListTable tbody tr:hover .table-del-btn:hover {
    color: #c94166;
}

.img25 {
    width: auto;
    height: 25px;
}

.icon_size2x {
    font-size: 22px !important;
}

.img100 {
    width: 100px;
}

.fileUpload {
    width: 100%;
}

.fullscreen-fixed-body {
    max-height: 94vh !important;
}

.fullscreen-container,.fullscreen-img-container {
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(19, 33, 68, 0.25);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 25px !important;
}

@media screen and (max-width: 720px) {
    .fullscreen-container {
        padding: 0 !important;
    }
}

.fullscreen-card {
    width: 100%;
    height: 100% !important;
    z-index: 101 !important;
}

.toggle-configuration-index {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 5px 15px;
    position: relative;
    border-bottom: 1px solid gainsboro;
}

.toggle-configuration-index:last-child {
    border-bottom: none;
}


.toggle-configuration-indexes {
    background-color: var(--coll-fill-bg);
    border: 1px solid var(--coll-border-color);
    border-radius: 15px;
    color: var(--coll-font-color);
    z-index: 2 !important;
    width: max-content;
    max-height: 300px;
    text-overflow: clip;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

.toggle-configuration-label {
    margin: 0 15px;
    color: var(--coll-font-color);
    font-size: 15px;
    text-align: center;
}

.btn-smail, .btn-smail--center {
    display: flex !important;
    padding: 0.25rem 0.5rem !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

.btn-smail--center {
    justify-content: center;
}

input {
    display: flex !important;
    padding: 0.25rem 0.5rem !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

textarea {
    display: flex !important;
    padding: 0.25rem 0.5rem !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

select[class="select form-control"] {
    display: flex !important;
    padding: 0.25rem 0.5rem !important;
    align-items: center !important;
    gap: 0.25rem !important;
}

@media (max-width: 992px) {
    .dropdown-menu-reverse {
        transform: translate3d(-145px, 23px, 0px) !important;
    }
}


@media (max-width: 992px) {
    .dropdown-menu-profile-reverse {
        transform: none;
    }
}

@media (max-width: 720px) {
    .dropdown-menu-profile-reverse {
        transform: translate3d(-133px, 3px, 0px) !important;
    }
}


.update-size {
    overflow: auto;
    overflow-y: hidden;
    /*max-width: 5vw; !* 56 *!*/
}

.update-size--disabled {
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
}

.opacity-90 {
    opacity: .9;
}

.grid-align-center-3-1 {
    display: grid !important;
    grid-template-columns: 3fr 1fr !important;
}

@media (max-width: 992px) {
    .grid-align-center-3-1 {
        display: flex !important;
    }
}

.grid-align-center-1-auto {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
}

.wrap-text {
    text-overflow: clip;
    overflow: auto;
    overflow-wrap: anywhere;
}

.size20px {
    font-size: 20px !important;
}

.icon-xl {
    font-size: 18px !important;
}

.icon-xxl {
    font-size: 20px !important;
}

.size16px {
    font-size: 14px !important;
}


.fixed-smail-icon {
    height: 42.27px !important;
    width: auto !important;
}

.fixed-smail-words {
    height: 24px !important;
    width: auto !important;
}

.line-break--anywhere{
    line-break: anywhere;
}

.grid-align-items-1-px{
    display: grid;
    grid-template-columns: 1fr 220px !important;
    align-items: center !important;
    gap: 30px;
}

@media (max-width: 767px) {
    .grid-align-items-1-px{
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
}

.w-max-740{
    max-width: 740px;
}

.fullscreen-img{
    cursor: pointer;
}

.hover-bg:hover{
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.z-index-modal{
    z-index: 105 !important;
}

.holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.preloader {
    /* size */
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 10%;
    height: 10%;
    background-color: #4184f2;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    102% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}