#blazor-error-ui {
    background: lightyellow;
    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;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

:root .lpx-theme-dim, :root .lpx-theme-dark .lpx-brand-logo {
    --lpx-logo: url('/images/logo/leptonx/logo-light.png');
    --lpx-logo-icon: url('/images/logo/leptonx/logo-light-thumbnail.png');
}

:root .lpx-theme-light {
    --lpx-logo: url('/images/logo/leptonx/logo-dark.png');
    --lpx-logo-icon: url('/images/logo/leptonx/logo-dark-thumbnail.png');
}

/* Your Global Styles */

body {
    background: #171717;
    border: 1px solid transparent;
    backdrop-filter: blur(2px);
    font-family: "Source Sans Pro";
}

.content-wrapper {
    margin-top: 80px;
    width: 100%;
}

.office-premiere {
    font-style: normal;
    font-weight: 700;
    /* font-size: 1.65vw; */
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    width: 365px;
    height: 92px;
    margin-left: 20%;
}

.tc-diaspora {
    font-style: normal;
    font-weight: 700;
    /* font-size: 1.65vw; */
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    width: 377px;
    height: 92px;
    margin-right: 15%;
}

@media(min-width: 1600px) {
    .tc-diaspora {
        font-size: 24px;
    }

    .office-premiere {
        font-size: 24px;
    }
}

@media(max-width: 900px) {
    .tc-diaspora {
        display: none;
        color: #ffffff;
    }

    .office-premiere {
        display: none;
        color: #ffffff;
    }
}

.img-central-logo {
    position: absolute;
    top: 41px;
    width: 100%;
    margin: auto;
}

.spacer-img {
    width: 151px;
}

.customized-loader-container.k-loader-container {
    position: fixed;
}

.customized-loader-container .k-loader-container-inner {
    top: -60vh;
}

.k-card, .k-card-header {
    background-color: #171717 !important;
    color: #D3B36A !important;
}

label.k-label.k-form-label, .k-radio-label {
    color: #D3B36A;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.k-form-field.other-value label.k-label.k-form-label {
    color: #ffffff !important;
    font-style: italic;
}

.k-form-field.other-value .k-input {
    border-radius: 0;
    border: none !important;
    border-style: none !important;
    border-width: 0;
    outline: none;
}

.k-form-field.other-value input.k-input-inner {
    color: #ffffff !important;
    background-color: #171717;
    border-bottom: 1px solid #ffffff;
}


.k-form-horizontal .k-form-field > .k-label,
.k-form-horizontal .k-form-field > kendo-label,
.k-form-horizontal .k-form-field > .k-form-label {
    align-items: flex-start;
    padding-left: 19px;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: #ffffff;
    background-color: #171717;
}

.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, 
.k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
    color: #D3B36A;
    background-color: #171717;
}

.k-radio {
    border-radius: 1px;
}

    .k-radio:checked, .k-radio.k-checked {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e");
    }

.k-upload, .k-upload .k-dropzone {
    background-color: transparent;
    background: none !important;
}

.long-label.k-form-field {
    justify-content: space-between;
}
.long-label label.k-label.k-form-label {
    width: auto;
}

.dunga {
    border-top: 1px solid #AD974F;
}

