﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600&display=swap');
html{

}
body {
    margin: 0;
    min-height: 100%;
    color: #fff;
    background-color: #202225;
    font-family: 'Manrope', sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #202225;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: black;
    }
/*
.intercom-lightweight-app{
    z-index: 0 !important;
}
*/
.w-layout-hflex {
    flex-direction: row;
    align-items: center;
    display: flex;
}
a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: #ff5356;
    font-size: .8rem;
}

.avatar-other-users {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-color: #65acfd;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#blazor-error-ui {
    background: #354b76;
    font-size: small;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 6px solid #0074cc;
}

    #blazor-error-ui .dismiss {
        background: url(../images/close.svg) no-repeat;
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        width: 32px;
        height: 32px;
    }
    #blazor-error-ui .reload {
        background: url(../images/reload.svg) no-repeat;
        background-position:center;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

/*
OVERWRITE FABRIC CSS STARTS HERE
*/
.myAcct .e-tab .e-tab-header {
    background: #202225;
    position: sticky;
    top: 5%;
    width: 100%;
    z-index: 1;
}
.e-toolbar .e-toolbar-items {
    gap: 20px;
}
.e-toast-content .card.announcement {
    width: 100% !important;
    min-height: 200px !important;
}
    .e-toast-content .card.announcement .w-background-video{
        min-height: 200px;
    }
.e-btn, .e-css.e-btn {
    border-radius: 4px !important;
}
.e-btn.e-primary, .e-css.e-btn.e-primary {
    background: #354b76 !important;
    border-color: #354b76 !important;
    color: white;
}
    .e-btn.e-primary:hover, .e-css.e-btn.e-primary:hover {
        background-color: #2c3e61 !important;
        border-color: #2c3e61 !important;
        box-shadow: none;
    }

.e-btn.e-clear, .e-css.e-btn.e-clear{
    background: transparent;
    border-color: transparent;
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:first-of-type {
    padding: 0 !important;
}
.e-dropdown-btn{
    background: transparent !important;
    border: none !important;
}
.e-carousel .e-carousel-navigators{
    z-index: auto !important;
}
.e-icons.e-large{
    font-size: 24px !important;
}
.e-icons.e-bigger{
    font-size: 40px !important;
}
.e-btn.e-round, .e-css.e-btn.e-round{
    line-height: normal !important;
}
.e-rating-container .e-rating-item-list{
    margin: 0 !important;
}

.e-listbox-wrapper .e-list-group-item, .e-listbox-container .e-list-group-item, .e-listboxtool-wrapper .e-list-group-item{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.e-carousel.e-partial .e-carousel-slide-container {
    padding: 0 10px !important;
}
.e-control, .e-css{
    font-family: inherit !important;
}
.e-dialog .e-dlg-header{
    width: 100%;
}
.e-dialog .e-dlg-header-content {
    display: flex;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2) !important;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row-reverse;
    padding: 15px 20px 15px !important;
}
.e-dialog .e-dlg-header-content + .e-dlg-content{
    padding-top: 18px;
}
.e-dialog .e-dlg-content {
    font-size: 0.875rem !important;
    display: flex !important;
    flex-direction: column;

}
.e-dialog .e-footer-content {
    padding: 15px 20px 15px !important;
}

.e-ddt.e-popup .e-treeview .e-fullrow{
    min-height: 44px;
}
.e-radio + label {
    width: 100%;
    border: none !important;
}
.e-radio-wrapper {
    margin: 4px 0;
    width: 100%;
    padding: 10px;
    border: 1px solid hsla(0, 0%, 100%, 0.2) !important;
    border-radius: 55px;
}
.e-radio-wrapper:last-of-type {
    margin-bottom: 10px;
}

.e-toast-container .e-toast{
    width: 400px !important;
}

.e-customize.e-skeleton.e-skeleton-rectangle {
    border-radius: 10px !important;
}
.e-tab .e-tab-header .e-toolbar-item .e-tab-text{
    font-family: inherit !important;
}
.e-tab .e-tab-header{
    margin-bottom: 10px !important;
}
.e-sidebar {
    background: #282b2f !important;
}
.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){
    padding: 15px 10px !important;
    gap: 10px !important;
}
    .e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge):hover {
        background: rgb(255,255,255,0.1) !important;
    }
.e-listview.e-list-template {
    background: #201f1f;
    border: 1px solid #414040;
}
.e-toast-container .e-toast .e-toast-message{
    width: 100% !important;
}
.text-red {
    color: #ff5356 !important;
}
.e-dropdown-popup ul .e-item .e-menu-icon{
    height: 100%;
}
.e-dropdown-btn .e-btn-icon, .e-dropdown-btn.e-btn .e-btn-icon{
    height: 100%;
}
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value{
    color: white;
    font-family: Manrope, sans-serif;
    font-size: 10px;
}
.e-checkbox-wrapper .e-label, .e-css.e-checkbox-wrapper .e-label, .e-radio+label .e-label{
    font-family: inherit;
    font-size: 1rem;
}

@keyframes show {
    from {
        top: 100%;
    }

    to {
        top: 0%;
    }
}

@keyframes hide {
    from {
        top: 0%;
    }

    to {
        top: 100%;
    }
}

@keyframes show-with-offset {
    from {
        top: 100%;
    }

    to {
        top: 3%;
    }
}

@keyframes hide-with-offset {
    from {
        top: 3%;
    }

    to {
        top: 100%;
    }
}

.show-commix-modal {
    animation: show .5s forwards;
}

.hide-commix-modal {
    animation: hide .5s forwards;
}

.show-commix-modal-offset {
    animation: show-with-offset .5s forwards;
}

.hide-commix-modal-offset {
    animation: hide-with-offset .5s forwards;
}

.modal-canvas {
    /*z-index: 1;*/
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /*justify-content: center;
    align-items: flex-end;
    display: flex;*/
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes fade-out {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes show-player {
    from {
        top: 100%;
    }

    to {
        top: 50%;
    }
}

@keyframes hide-player {
    from {
        top: 50%;
    }

    to {
        top: 100%;
    }
}
.show-commix-player {

    animation: show-player .5s forwards;
}

.hide-commix-player {
    animation: hide-player .5s forwards;
}

.groupFlex {
    justify-content: space-between;
    display: flex;
    align-items: baseline;
}

.totCharsRemaining {
    font-size: 0.75rem;
}
.e-dropdown-popup ul .e-item{
    column-gap: 10px;
}

.e-btn.e-primary:hover,
.e-css.e-btn.e-primary:hover,
.item-row:hover,
button, a, .card {
    transition: all linear .2s !important;
}


.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

/*
    Removes the white border from the SFGrid component.
*/
.e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

.e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}
