﻿@font-face {
    font-family: "Wix Madefor Display";
    src: url("/WixMadeforDisplay-VariableFont_wght.ttf") format("truetype");
}
.s-gold {
    border: 1px solid var(--Black, #000);
    background: var(--new-dark-colors-liner, linear-gradient(180deg, #E6BC45 0%, #E69245 100%));
    color: var(--Black, #000);
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.s-button {
    padding:8px 20px 8px 20px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display:inline-flex;
}

.s-dark {
    border-radius: 6px;
    border: 1px solid var(--light-colors-yellow, #FFB900);
    background: var(--new-dark-colors-table-hover, #3E4044);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.s-cream {
    border-radius: 6px!important;
    background: linear-gradient(180deg, #F1DFAB 0%, #F1C9A4 100%)!important;
}

.s-btn-cancel {
    border-radius: 6px!important;
    border: 1px solid var(--new-dark-colors-liner, #E6BC45)!important;
    color:white;
}

body::-webkit-scrollbar {
    background: #282A2E;
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--new-dark-colors-liner, linear-gradient(180deg, #E6BC45 0%, #E69245 100%));
    transform: rotate(90deg);
}

.dark-input {
    background: none !important;
    border-radius: 6px !important;
    border: 1px solid var(--Stroke-inputs--gray, #EAEAEA) !important;
    color: var(--White, #FFF) !important;
    text-align: center !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    font-family: Wix Madefor Display !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25px !important; /* 156.25% */
    padding:5px;
}

.create-btn {
    width:100%;
}

.display-none {
    display: none;
}

/*Confirmation windows*/

.modal-content {
    min-width: 600px;
    color: white;
    border-radius: 6px;
    background: var(--New-dark-colors-Dark, #282A2E);
    left: -25%;
}

.modal-footer.d-grid.btn-primary {
    border: 1px solid var(--Black, #000);
    background: var(--new-dark-colors-liner, linear-gradient(180deg, #E6BC45 0%, #E69245 100%));
    color: var(--Black, #000);
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.e-label {
    color: white !important;
    font-family: Wix Madefor Display !important;
}

.e-frame.e-check {
    background-color: var(--new-dark-colors-liner, linear-gradient(180deg, #E6BC45 0%, #E69245 100%)) !important;
    border-color: #E6BC45!important;
}