html {
  font-size: 14px;
}
button {
    color: #2e282a;
}
.btn-warning {
    background-color: #ffc7c7;
    border-color: #ffc7c7;
}
.btn-warning:hover {
    background-color: #ffc7c7;
    border-color: #ffc7c7;
}
.btn-danger {
    color: #dc3545;
    background-color: white;
    border-color: #dc3545;
}
.alert-primary {
    color: #393939;
    background-color: #ffdfdf;
    border-color: white;
    /*border: 16px solid white;*/
    border-radius: 16px;
    text-align: center;
}
.alert-info {
    color: white;
    background-color: #8686fd;
    border-color: white;
    /*border: 16px solid white;*/
    border-radius: 16px;
    text-align: center;
}
.infofield {
    position: relative;
    padding: 2rem 1.8rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    color: #41464b;
    background-color: #f5f5f5;
    box-shadow: 0px 5px 20px -6px #969696;
    border: 1px solid #e8e8e8;
}
.ups {
    margin: 20px;
    padding: 20px;
    color: black;
    border: 4px solid red;
    box-shadow: 0px 1px 6px 0px #6f6f6f;
    background-color: white;
    border-radius: 10px;
    color:black;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}
.btn.btn-light:hover {
    background: #dedede;
}
.btn-purple, .btn-purple:focus {
    background-color: #8686fd;
    border-color: #8686fd;
    color: white;
}
    .btn-purple:hover {
        background-color: #785af5;
        border-color: #785af5;
        color: white;
    }
.form-control, .input-group-text {
    padding: 1rem .75rem;
    background-color: white;
    border-radius: 10px;
}
.input-group-prepend .input-group-text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
    .form-control:disabled, .form-control[readonly] {
        background-color: #cacbcb;
    }

.subscription {
    margin-top: 10px;
    margin-bottom: 10px;
}

    html {
        position: relative;
        min-height: 100%;
    }
.material-symbols-outlined {
    vertical-align: middle;
}
.HeadStd {
    background: #dedeff;
    color: #454545;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    padding: 5px 80px;
}
.HeadStd .form-control {
    padding: 0.5rem 0.75rem;
    background-color: #8686fd;
    border-radius: 16px;
    max-width: 400px;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin-top: 5px;
}
.HeadStd h3 {
    margin: 0px;
}

    .closeMenuBtn {
        display: none;
    }
#mainMenu {
    display: none;
    top:0px;
    position: fixed;
    z-index: 5;
    width: 300px;
    vertical-align: top;
    height: 100vh;
}
    #mainMenu a:hover, #mainMenu button.menuLink:hover {
        background: #616195;
        box-shadow: inset 0 0 0 5px #434343;
    }
    #mainMenu a.active, #mainMenu button.menuLink.active {
        background: #8686fd;
    }
    #mainMenu.overlay {
        display: block;
        background: #2e282aa6;
        width: 100%;
    }
        #mainMenu.overlay .closeMenuBtn {
            display: block;
        }



    #mainMenu a, #mainMenu button.menuLink {
        display: block;
        padding: 20px 15px;
        color: white;
        text-decoration: none;
        font-size: 18px;
        position: relative;
        width: 100%;
        text-align: left;
        border-radius: 15px;
    }
    #mainMenu .adminSection a {
        padding: 0px 5px;
    }

        #mainMenu a span, #mainMenu button.menuLink span {
            margin-right: 20px;
        }
#userMenu .footer {
    display: flex;
    justify-content: space-around;
    margin: 10px 0px 10px 0px;
    padding-left: 30px;
    padding-right: 30px;
}
    #userMenu .footer a {
        padding: 0px;
        display: inline-block;
        font-size: 10px;
        color: #969696;
        width: auto;
        text-decoration: none;
    }
.actualMenu {
    margin: 0;
    position: absolute;
    background: #434343;
    width: 270px;
    height: calc(100dvh - 30px);
    margin-left: 15px;
    border-radius: 20px;
    margin-top: 15px;
}
    .actualMenu .topInMenu {
        height: 100%;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        .actualMenu .topInMenu .MenuHeadSection {
            margin-top: 20px;
        }
        #openMenuBtn {
            position: absolute;
            top: 10px;
            left: 10px;
            color: #FFF;
            border-radius: 0px;
            width: 50px;
            height: 50px;
            z-index: 3;
            background: #6826b7f2;
            opacity: 0.95;
            line-height: 15px;
            font-size: 1em;
            border: 1px solid white;
        }
#userMenuBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

    #userMenuBtn img {
        width: 60px;
        border-radius: 50px;
        border: 5px solid #e5e5ff;
        height: 60px;
        box-shadow: 0px 5px 20px -6px #969696;
        margin: auto;
        transition: all 0.1s;
    }
        #userMenuBtn img:hover {
            border: 3px solid #8686fd7a;
/*            box-shadow: 0px 0px 14px #8686fd;
*/        }
   @media (min-width: 1000px) {
    .HeadStd {
        border-radius: 15px;
        margin-top: 15px;
        margin-right: 15px;
        min-height: 105px;
        padding: 20px 80px 20px 30px;
    }
    #userMenuBtn {
        top: 33px;
        right: 15px;
    }
}
.MenuBodySection .active {
    background: #8686fd;
}
.message_count {
    position: absolute;
    margin-left: -31px;
    color: #ffffff;
    background: #F00;
    border-radius: 50px;
    width: 19px;
    text-align: center;
    margin-top: 19px;
    font-size: 10px;
    padding: 2px;
    animation: breath;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
    .message_count[data-count="0"] {
        display: none;
    }
@keyframes breath {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}
.mainStd {
    margin: 0px 10px;
}
@media only screen and (min-width: 1000px) {
    #openMenuBtn {
        display: none;
    }
    

    #mainMenu {
        width: 300px;
        display: inline-block;
        vertical-align: top;
        height: 100vh;
    }

    #mainContent {
        display: block;
        width: 100%;
        position: relative;
    }
    #mainContent.menuVisible_True {
        width: calc(100% - 300px);
        margin-left: 300px;
    }
    .mainStd {
        margin: 0px 50px;
    }
}

.btn-primary, .btn-primary:focus {
    background-color: #00FFD0;
    border-color: #00FFD0;
    color: black;
}
    .btn-primary:hover {
        background-color: #9fffed;
        border-color: #9fffed;
        color: black;
    }

.btn-primary-purple {
    background-color: #7981ff;
    color: white;
    padding: 8px;
}
    .btn-primary-purple:hover {
        background-color: #9ca2ff;
        color: white;
        /*border: 100px;*/
    }

.centeredFixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.centeredRelative {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        border-color: #17BEBB;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}





.swiper-backface-hidden .swiper-slide {
    overflow: hidden;
}
.swiper-slide.swiper-slide-active {
    overflow: auto;
}

.modal-footer {
    border-top: none;
}



.toggle_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 14px;
}

    .toggle_switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle_switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }

        .toggle_switch .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: -7px;
            background-color: white;
            -webkit-transition: .1s;
            transition: .1s;
            border: 1px solid #ccc; 
        }

    .toggle_switch input:checked + .slider {
        background-color: #82e387;
    }

    .toggle_switch input:focus + .slider {
        box-shadow: 0 0 1px #82e387;
    }

    .toggle_switch input:checked + .slider:before {
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
        border: 1px solid #82e387;
    }

    .toggle_switch .slider {
        border-radius: 34px;
    }

        .toggle_switch .slider:before {
            border-radius: 50%;
        }
    .toggle_switch:hover .slider {
        background-color: #a7d8aa !important;
    }
.btn {
    border-radius: 10px;
}
.btn-light {
    background-color: #e9e9e9;
}
.btn-light-original {
    background-color: #f7f7f7;
}
.btn.btn-light-original:hover {
    background: #f0f1f2;
}

   .userModalContainer.show {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00000029;
    z-index: 10;
}

.show .rightModal {
    transform: translateX(-400px);
}

.rightModal {
    position: fixed;
    right: -400px;
    max-height: 87dvh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
    width: 340px;
    background-color: white;
    z-index: 2;
    display: block;
    top: 0px;
    max-width: 90%;
    border-left: 1px solid #eaeaea;
    transform: translateX(0px);
    transition: all 0.3s;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    top: 75px;
}

.rightModalHeadline {
    height: 52px;
}

.rightModalContent {
    height: calc(100% - 40px);
    overflow: auto;
}
.rightModal .section a, .section btn.button, .section button.menuLink {
    display: block;
    padding: 12px 25px 12px 30px;
    color: #3e3e3e;
    text-decoration: none;
    position: relative;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    cursor: pointer;
}

    .rightModal .section a span, .section button span {
        margin-right: 20px;
    }

    .rightModal .section a:hover, .rightModal .section button:hover, .rightModal .section select:hover {
        background: #7070d426;
        box-shadow: inset 0 0 0 4px #ffffff;
        border-radius: 15px;
    }
    .rightModal select:focus {
        background: white !important;
    }


.Kpi_box {
    max-width: 300px;
    display: inline-block;
    text-decoration: none;
    color: #ffffffcf;
    text-align: center;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0px 5px 20px -6px #969696;
    width: calc(100% - 20px);
    transition: all 0.15s;
    opacity: 0.9;
    background: #5d5d5d;
}
@media only screen and (min-width: 1300px) {
    .Kpi_box {
        max-width: calc(33% - 20px);
    }
}
    .Kpi_box:hover, .Kpi_box:visited, .Kpi_box:focus {
        color: #ffffffcf;
    }
    .Kpi_box:hover {
        box-shadow: 3px 3px 7px 0px #00000030;
        opacity: 1;
        transform: scale(1.02);
    }
        .Kpi_box h1 {
            font-size: 4em;
        }
    .Kpi_box .col {
        margin: auto;
    }
    .Kpi_box .row {
        padding: 10px;
    }
.Kpi_box .description {
    background: white;
    color: #000000;
    padding: 10px;
    font-size: 0.9em;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* material-symbols-outlined-100 - latin */
@font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100;
    /*src: url('../fonts/material-symbols-outlined-v276-latin-100.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('../fonts/font.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-symbols-outlined-regular - latin */
/*@font-face {
    font-display: swap;*/ /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    /*font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;*/
    /*src: url('../fonts/material-symbols-outlined-v276-latin-regular.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    /*src: url('../fonts/font.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
/*}*/

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 0, 'opsz' 24
}
.material-symbols-outlined.bold {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}
.material-symbols-outlined.no-fill {
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24
}
/*.badge {
    padding: 15px 35px;
    margin: 5px;
    border-radius: 50px;
    color: #2f2e2e;
    border: 1px solid #2e282a38;
    background: white;
    font-size: 0.8em;
}*/
.badge {
    padding: 10px 35px;
    margin: 5px;
    color: #2F2E2E;
    background: white;
    font-size: 0.8em;
    background: #D5DCFF;
    white-space: break-spaces;
}
.twoLinesBox {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.form-check-input:checked {
    background-color: #5e17eb;
    border-color: #5e17eb;
}
@media only screen and (max-width: 1200px) {
    .HeadStd h3 {
        font-size: 1.2rem;
    }
}

.pulse-button {
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    background: #6200ea;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.modal-content {
    border-radius: 15px;
}
.modal.stickOutHeaderFooter {
    backdrop-filter: blur(5px);
    background: #0000008a;
}
    .modal.stickOutHeaderFooter .modal-content {
        background-color: #ffffff00;
        border: 0;
    }
        .modal.stickOutHeaderFooter .modal-content .modal-header {
            display: block;
            border-bottom: 0;
            text-align: center;
            color: white;
        }
        .modal.stickOutHeaderFooter .modal-content .modal-body {
            background: white;
            border-radius: 20px;
            max-height: calc(100vh - 130px);
            max-height: calc(100dvh - 130px);
            overflow: auto;
        }
    .modal.stickOutHeaderFooter .modal-footer {
        padding: .75rem 0rem;
    }
    .modal.stickOutHeaderFooter.stickOutHeaderFooterLight {
        background: #ffffff17;
    }

.mr-2 {
    margin-right: 20px;
}
.fullScreenInfo {
    position: fixed;
    height: 100dvh;
    width: 100%;
    color: white;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000d1;
    backdrop-filter: blur(5px);
    font-size: 1.7em;
    line-height: 36px;
    z-index: 5;
    overflow: auto;
}
@media (min-width: 400px) {
    .fullScreenInfo {
        padding: 30px;
    }
}
.dancingIcon {
    display: inline-block;
    animation: dance 2.5s infinite;
    transform-origin: center bottom;
}

@keyframes dance {
    0% {
        transform: rotate(0deg) translateY(0) scale(1);
    }

    10% {
        transform: rotate(-10deg) translateY(-5px) scale(1.1);
    }

    20% {
        transform: rotate(10deg) translateY(0px) scale(0.95);
    }

    30% {
        transform: rotate(-10deg) translateY(-5px) scale(1.05);
    }

    40% {
        transform: rotate(10deg) translateY(0px) scale(1);
    }

    50% {
        transform: rotate(0deg) translateY(0px) scale(1);
    }
}
@keyframes pulseScale {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}
.topNotification {
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #ffffffeb;
    z-index: 9;
    border-radius: 10px;
    padding: 5px 20px;
    transition: all 1s;
    box-shadow: 2px 2px 10px 1px #00000070;
    max-width: 500px;
    text-decoration: none;
    color: black;
    opacity: 0;
}
.topNotification.visible {
    top: 5px;
    opacity: 1;
}
    .topNotification .topNotificationHeader {
        font-weight: 600;
        font-size: 1.1em;
    }