html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

body.show-spinner > main {
    overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner > * {
    opacity: 0;
}

/* Spinner */
body.show-spinner::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.auth-card .image-side {
    width: 40%;
    background: none;
    padding: 40px 40px;
}

.navbar {
    padding: 0;
}

.logo {
    width: auto;
    height: 120px;
    padding: 10px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    text-align: center;
}

.logo img {
    vertical-align: middle;
    position: relative;
    max-height: 130px
}

.width200 {
    width: 200px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width150 {
    width: 150px;
}

.width170 {
    width: 170px;
}

.width200 {
    width: 200px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.fixed-background {
    background: url(/static/img/main_red.png) no-repeat 50% fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    vertical-align: middle
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    background-color: #b63b1b;
    animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: 2s;
}

@keyframes lds-ripple {
    0% {
        top: 90px;
        left: 90px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 172px;
        height: 172px;
        opacity: 0;
    }
}

.reload {
    cursor: pointer;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.full-width {
    width: 100%;
}

.btn-outline-primary-main {
    border: none;
}

.card-title-hr {
    margin-bottom: 0;
}

.help-block {
    padding: 5px;
    background-color: #b63b1b;
    color: white;
}

.patient:hover {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.75);
}

.info-btn {
    padding: .375rem .75rem;
}

.main-experiment {
    background-color: #b63b1b;
}

.main-experiment span {
    color: white;
    font-weight: bold;
}

.exp-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.active-exp a span, .active-exp a i {
    color: white;
    font-weight: bold;
    font-size: larger;
}

.mbutton {
    margin-bottom: 5px;
    margin-top: 5px;
    min-width: 100px;
}

.menu .sub-menu ul li.active-exp {
    background-color: #b63b1b;
    margin-left: 0px;
    padding-left: 30px;
}

.menu .sub-menu ul li.active-exp i {
    color: white;
}

.menu .sub-menu ul li a {
    margin-bottom: 0;
    padding-bottom: 10px;
}

/* .menu .sub-menu {
    width: 200px;
} */

main {
    margin: 145px 60px 40px 350px;
}

.progress-banner {
    height: 180px;
}

.btn-wrap-text {
    white-space: break-spaces;
    display: inline-block;
}

.truncate {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.menu .ps__thumb-y {
    width: 10px;
    background-color: var(--theme-color-4);
}

.client-logo {
    max-height: 400px;
}

.card .card-header .card-icon {
    right: 30px;
}


::-webkit-scrollbar-track {
    background-color: whitesmoke; /* color of the tracking area */
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar {
    background-color: var(--theme-color-4); /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
}

.font-2-5em {
    font-size: 2.5rem
}

.font-32px {
    font-size: 32px;
}

.font-20px {
    font-size: 20px;
}

.institution_no {
    color: #fff !important;
    font-size: 1.7rem;
    width: 110px;
}

.logo4 {
    min-height: 100px !important;
    max-height: 130px !important;
}

#menu-acronym {
    display: none;
}

@media screen and (max-width: 600px), (pointer: coarse) {
    #experiment {
        display: none;
    }

    #menu-acronym {
        display: block;
        font-size: 60px;
        margin-top: 30px;
    }
}

.captchaanswerinput {
    border-radius: 0.1rem;
    outline: initial !important;
    box-shadow: initial !important;
    font-size: 0.8rem;
    padding: 0.75rem;
    line-height: 1;
    border: 1px solid #d7d7d7;
    background: white;
    color: #3a3a3a;
    border-color: #d7d7d7;
    display: inline-block;
}

.captchaanswerinput:focus {
    border-color: rgba(136, 10, 31, 0.6);
}

.chart-min-height {
    min-height: 400px;
}

.basic-exp {
    min-height: 700px;
}

.readableFonts {
    --currentFont: none;
    --currentLinks: none;
    background: transparent;
    font-family: var(--currentFont) !important;
    text-decoration: var(--currentLinks) !important;
}