:root {
    --dark-violet-color: #1C1036;
}

.gray-border {
    border: 1px solid #26465324;
}

.bg-dark-violet {
    background: var(--dark-violet-color);
}

.white-transition {
    --bs-card-bg: #fff9;
    --bs-card-border-color: #fff0;
}

.text-violet{
    --bs-primary: #5D4BDF;
    --bs-text-info :#7239EA;
}
.bg-violet {
    background: #2C1D4D;
}

.bg-login-violet {
    background: #2D1A5B;
}

.w-100-700px {
    width: min(700px, 100%);
}

.w-100-500px {
    width: min(500px, 100%);
}

.ty-50 {
    transform: translateY(-50%);
}
.t-50 {
    transform: translate(-50%, -50%);
}

.aspect-1-5 {
    aspect-ratio: 1.5;
}

.aspect-2 {
    aspect-ratio: 2;
}

.login-transition {
    --bs-card-bg: #2C1D4D;
    --bs-card-border-color: #1C1036;
}

.login-input {
    background: #F6F8F83D;
    color: white;
    border: none;
}

.login-input:focus {
    background: #F6F8F83D;
    color: white;
}

.login-input::placeholder {
    color: white;
    opacity: 1;
}

.form-top {
    margin-bottom: .5rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--bs-light)
}

.h-45vh {
    height: 45vh;
}


.form-color {
    display: block;
    /* width: 100%; */
    width: 634px;
    height: 61px;
    padding: .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #26465324;
    appearance: none;
    background-color: #F6F8F8;
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    box-shadow: false;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.w-33 {
    width: 33.33%;
}

.w-max-content{
    width: max-content !important;
}
.size-table-switch{
    display: none;
}

.swap-primary[disabled] {
    opacity: .3;
}

.display .display-keys .key {
    width: 24px;
    aspect-ratio: 1;

    background: #F6F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #26465324;
    border-radius: 8px;
    opacity: .2;
    transition: opacity .2s ease;
}

.display .display-keys .key.filled {
    opacity: 1;
}

.key-pad {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.key-pad button {
    flex-basis: 33%;
    flex-grow: 1;
    background: #F6F8F83D;
    color: #ffffff;
    font-size: 1.846rem;
    border-radius: 0;
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
}

.key-pad .btn-back {
    flex-grow: 0;
    background: #2C1D4D;
}

.navbar-on-hover:hover {
    background-color: #404040;
    /*border-radius: 8px;*/
}


.key-pad.on-white button {
    background: #F6F8F8;
    color: #264653;
    border: 1px solid #26465324;
}

.key-pad.on-white svg {
    fill: #264653;
}

.key-pad.on-white .btn-back {
    background: #26465324;
}

.key-pad-display {
    background: #F6F8F8;
    border: 1px solid #26465324;
    border-radius: .5em;
}

.key-pad-display .display-text {
    font-size: 2rem;
    font-weight: 500;
    color: #264653;
}

.w-30em {
    width: 30em;
}


.text-violet {
    color:#5D4BDF !important
}


.info {
    color: #231F20 !important;
}

.bg-custom-gray {
    background: #EFEFEF;
}

.cs-title {
    color: #231F20;
    opacity: 0.4;
    font-size: 1.846em;
}

.right-side {
    flex-basis: 35.385em;
    flex-grow: 0;
}

.right-side-cs {
    flex-basis: min(35.385em, 50%);
    flex-grow: 0;
}

.left-side {
    padding: 0 3.08em;
    min-width: 430px;
}

.left-side-cs {
    padding: 0 3.08em;
    min-width: min(430px, 50%);
}

.order-items .item {
    background: #F6F8F8;
}

.h-100vmin {
    height: 100vmin;
}

.order-bet {
    background: #D1D3DB;
}

.info-title {
    flex-basis: 13em;
}

.setting-cards a, .setting-cards .card {
    height: 100%;
}

.setting-cards {
    row-gap: var(--bs-gutter-x);
}
.help-contacts tr {
    height: 40px;
}
.active-navbar-link {
    background-color: #7145d6;
    /*color: white;*/
}

.button-style {
    background-color: #7145D6 !important;
}

.background-style {
    background-color: transparent;
}
