﻿:root {
    /*--main-color: #232323;*/
    --main-color: #FFEBCD;
    --add-color: #393939;
    --green-color: #2d9062;
    --yellow-color: #faaf08;
    --wheat-color: #FFEBCD;
    --pattern: url(/img/menu-icons/black-scratch-lines.png);
}

.lhst_btn_shop {
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px;
    overflow: hidden;
    width: fit-content;
    height: 26.2px;
    font-size: revert;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-color: #666060;
}

    .lhst_btn_shop:hover {
        background: radial-gradient(var(--green-color) 0%,black);
        color: var(--yellow-color);
        border-style: outset
    }

    .lhst_btn_shop:active {
        border-style: inset;
        transform: scale(0.95); /* Небольшое уменьшение размера при нажатии */
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Тень, создающая ощущение вдавливания */
    }

.lhst_tb_shop_buy {
    width: auto;
    height: 26.2px;
    margin-bottom: 3px;
    margin-left: 4px;
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px
}

.lhst_amount_button {
    display: inline-block;
    padding: 3px 7px 0 7px;
    height: 28px;
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    font-family: 'Sitka Display','Arial',Arial,sans-serif;
}

.lhst_input_amount {
    width: 200px;
    height: 24px;
    margin-bottom: 3px;
    margin-left: 4px;
    background: radial-gradient(var(--add-color),black);
    color: #f5deb3;
    border-radius: 3px;
    font-size: 14px
}

.lhst_double_button_div {
    text-align: center;
}

.lhst_double_button {
    display: inline-block;
    padding: 0px 7px 0 7px;
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    font-family: 'Sitka Display','Arial', Arial,sans-serif;
}

.lhst_shop_subs_div {
    text-align: left;
    max-height: 150px;
    background-size: 50%;
    color: var(--wheat-color) #4c473d;
    border-color: #2b2b2b;
    background-image: var(--pattern);
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lhst_buy_premium_dialog {
    left: 0;
    right: 0;
    margin: 20vh auto;
    border: solid;
    padding: 1em;
    background-image: var(--pattern);
    background-size: 30%;
    color: var(--wheat-color);
    width: auto;
    max-width: 500px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1051;
    overflow: hidden;
    outline: 0;
    height: auto !important
}

.lhst_input_shop {
    margin-bottom: 3px;
    margin-left: 4px;
    background: radial-gradient(var(--add-color),black);
    color: var(--wheat-color);
    border-radius: 3px
}

