
html {
    overflow: scroll;
    overflow-x: hidden;
}


/* DESKTOP */
@media only screen and (min-width: 768px) {
    .payment-provider-logo {
        height: 30px;
    }

    .footer-spacer {
        padding: 200px;
    }
}

/* MOBILE */
@media only screen and (max-width: 768px) {
    .payment-provider-logo {
        height: 16px;
    }

    .footer-spacer {
        padding: 200px;
    }
}

/*::-webkit-scrollbar {*/
/*    width: 0px;  !* Remove scrollbar space *!*/
/*    background: transparent;  !* Optional: just make scrollbar invisible *!*/
/*}*/

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.profile-picture {
    height: 50px;
    width: 50px;
    background-size: cover !important;
    background-position: center !important;
}

.profile-picture-sm {
    height: 40px;
    width: 40px;
    background-size: cover !important;
    background-position: center !important;
}

.profile-picture-xs {
    height: 30px;
    width: 30px;
    background-size: cover !important;
    background-position: center !important;
}

.profile-picture-md {
    height: 60px;
    width: 60px;
    background-size: cover !important;
    background-position: center !important;
}

.profile-picture-lg {
    height: 100px;
    width: 100px;
    background-size: cover !important;
    background-position: center !important;
}

.energy-animal {
    height: 180px;
    width: 180px;
    border: white 3px solid;
    background-size: cover !important;
    background-position: center !important;
}

.energy-animal-sm {
    height: 120px;
    width: 120px;
    border: white 1px solid;
    background-size: cover !important;
    background-position: center !important;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.topnav-spacer {
    width: 64px;
}

.reply-indent {
    margin-left: 3.5rem !important;
}

.cursor-pointer {
    cursor: pointer;
}


.border-grey {
    border-color: #d1d1d1;
}

.badge-grey {
    background-color: #d1d1d1;
}

.badge-yellow {
    background-color: #fffd78;
}

.progress-bar {
    -webkit-transition: width 1.0s ease !important;
    -moz-transition: width 1.0s ease !important;
    -o-transition: width 1.0s ease !important;
    transition: width 1.0s ease !important;
}

.circular-progress-bar {
    width: 100px;
    height: 100px;
    position: relative;
}

/* Circle progress bar */
.circle-progress {
    width: 100px;
    height: 100px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.circle-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.circle-progress .circle-progress-left {
    left: 0;
}

.circle-progress .circle-progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.circle-progress .circle-progress-left .circle-progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.circle-progress .circle-progress-right {
    right: 0;
}

.circle-progress .circle-progress-right .circle-progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.circle-progress .circle-progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    /*background: #ffffff;*/
    font-size: 24px;
    color: #9fb699;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: -15%;
    left: 5%;
}

.circle-progress.blue .circle-progress-bar {
    border-color: #9fb699;
}

.circle-progress.blue .circle-progress-left .circle-progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.bordered-circle {
    /*background-color: #FFFFFF;*/
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Bebas Neue', serif !important;
}

.border-purple {
    border: 1px solid #BD8ACF;
}

.border-green {
    border: 1px solid #4D8C5E;
}

.border-kelly-green {
    border: 1px solid #68E48A;
}

.border-skyblue {
    border: 1px solid #C7EBFE;
}

.border-cretonne {
    border: 1px solid #E49490;
}

.border-brown {
    border: 1px solid #FCB89A;
}

.circle-small {
    border-width: 5px;
    height: 130px;
    width: 130px;
    font-size: 44px;
    line-height: 3.25rem;
}

.circle-xs {
    border-width: 4px;
    height: 100px;
    width: 100px;
    font-size: 36px;
    line-height: 3.25rem;
}

.circle-big {
    border-width: 6px;
    height: 165px;
    width: 165px;
    font-size: 48px;
    line-height: 3.25rem;
}

.underline {
    padding-bottom: 1px;
    border-width: 0 0 2px 0;
    border-style: solid;
    line-height: 12px;
}


@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.btn-darker {
    background-color: #333 !important;
    color: #fff !important;
    border-radius: 20px;
    border: 2px solid #fff;
    outline: none;
}

.btn-darker:hover {
    background-color: #ddd !important;
    color: #000 !important;
}

.full-width {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}

.logo-img-topnav {
    height: 16px;
    margin-left: 40px;
}

.footer {
    margin-top: 50px;
    background-color: #1a1a1a;
}

.card-gradient {
    padding: 5px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);
    background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00323232', endColorstr='#323232', GradientType=0);
}

.simplebar-content {
    overflow-x: hidden;
}


/*!* MOBILE *!*/
/*@media only screen and (max-width: 768px) {*/
/*    .card-gradient {*/
/*        padding: 5px;*/
/*        height: 100%;*/
/*        background: -moz-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);*/
/*        background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);*/
/*        background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);*/
/*        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00323232', endColorstr='#323232', GradientType=0);*/
/*    }*/
/*}*/

/*!* DESKTOP *!*/
/*@media only screen and (min-width: 768px) {*/
/*    .card-gradient {*/
/*        padding: 5px;*/
/*        height: 100%;*/
/*        background: -moz-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);*/
/*        background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);*/
/*        background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 64%, rgba(21, 21, 21, 1) 100%);*/
/*        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00323232', endColorstr='#323232', GradientType=0);*/
/*    }*/
/*}*/