

@font-face {
    font-family: 'Minecraft';
    src: url("../fonts/minecraft-873f916d7dfc95537f80c4c2622b06fa.ttf");
}



.streamCard {
    min-width: 210px;
    height: auto;
    background: var(--color-background-shop-card);
    border-radius: 7px;
    box-shadow: 0px 4px 19px 2px rgba(34, 60, 80, 0.2) inset;
    /* border: 1px solid var(--color-blue); */
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.streamCardName {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.imgContStreamCard {
    display: flex;
    min-height: 78px;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: auto 0;
    gap: 5px;
}

.imgStreamCardShell {
    height: 100px;
    width: 100px;
}

.img-StreamCard {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.nameSC {
    margin: 0;
    text-align: center;
    color: #f1e7e2;
    font-family: 'Idealist';
    font-weight: 500;
}


.bntBuyStreamCont {
    display: flex;
    justify-content: center;
}

.buyButtonStream {
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    background-color: #6b6a6a;
    /* border-color: var(--color-blue); */
    cursor: pointer;
    transition: border-color 0.3s;
    color: var(--color-text-2);
    font-family: Minecraft;
    width: 100%;
    justify-content: center;
}

.buyButtonStream:hover {
    background: var(--color-background-form);
}

.countItemStreamCard {
    display: flex;
    justify-content: center;
}

.margin-top {
    margin-top: 10px;
}

.priceItemStreamCard {
    /* padding: 3px 0; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*align-items: center;*/
    transition: scale 0.1s ease;
}

.priceSCardText {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    /* color: #c3efff; */
    font-family: 'Minecraft';
}

:root {
    --JSI-border-width: 2px;
    --JSI-border-color: #c0c0c0;;
    --JSI-font-size: 12px;
    --JSI-background: transparent;
    --JSI-color: black;
    --JSI-height: 24px;
}

.streamCard_customCountInput {

    .inputCountStreamCard {
        width: 40px;
        height: var(--JSI-height);
        padding: 0;
        background: var(--JSI-background);
        border-width: var(--JSI-border-width) 0 var(--JSI-border-width) 0;
        border-color: var(--JSI-border-color);
        border-style: solid;
        font-size: var(--JSI-font-size);
        font-family: Minecraft;
        color: #dedada;
        border-radius: 0;
    }

    .actionValue {
        color: #dedadab1;
        text-align: center;
        background: var(--JSI-background);
        width: var(--JSI-height);
        border-style: solid;
        border-color: #c0c0c04a;
        font-size: var(--JSI-font-size);
        /* height: 100%; */
        height: 40px;
        width: 40px;
        border-radius: 5px;
        border-width: var(--JSI-border-width);
    }

    .actionValue:hover {
        cursor: pointer;
        background: rgb(107 107 107 / 55%);
        border-color: #686666;
        color: #cbcbcb;
    }

    .actionDownValue:hover {
        
        /* background: linear-gradient(90deg, rgb(190 190 190), transparent); */
    }
    
    .actionUpValue:hover {
        /* background: linear-gradient(90deg, transparent, rgb(190 190 190)); */
    }

    .actionDownValue {
        /* border-radius: 5px 0 0 5px; */
        /* border-width: var(--JSI-border-width) 0 var(--JSI-border-width) 0; */
    }

    .actionUpValue {
        /* border-radius: 0 5px 5px 0; */
        /* border-width: var(--JSI-border-width) 0 var(--JSI-border-width) 0; */
    }
}

.dopCount {
    position: absolute;
    bottom: -13px;
    right: 26px;
}

.dopCountText {
    font-family: 'Minecraft';
    color: white;
    font-weight: 100;
    transform: rotate(-15deg);
}

input.dopCountInput {
    background: transparent;
    border: none;
    color: white;
    font-family: Minecraft;
}

path.no-image-svg {
    fill: #4b4b4b;
}

.priceColorBlueSCardText {
    color: #c3efff;
}

.priceColorPinkSCardText {
    color: #f4c3f4;
}

.inputCountStreamCard {
    width: 40px;
    height: var(--JSI-height);
    padding: 0;
    background: var(--JSI-background);
    border-width: var(--JSI-border-width) 0 var(--JSI-border-width) 0;
    border-color: var(--JSI-border-color);
    border-style: solid;
    font-size: var(--JSI-font-size);
    font-family: Minecraft;
    color: #dedada;
}

.info-description-text {
    position: absolute;
    z-index: 100;
    content: attr(data-title);
    position: absolute;
    background: #eceefd;
    width: 230px;
    height: auto;
    border-radius: 7px;
    padding: 5px;
    box-sizing: border-box;
    font-weight: 400;
    /* visibility: hidden; */
    /* opacity: 0; */
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    word-break: break-all;
}


.info-description-text pre {
    white-space: pre-line;
    font-family: Idealist;
}

.img-shop-gem {
    height: 20px;
    margin-left: 3px;
}

.info-description {
    width: 20px;
    height: 20px;
    background: rgb(211, 211, 216, 0.5);
    position: absolute;
    /* margin: 10px 0 0 10px; */
    border-radius: 3px;
    box-shadow: 0px 24px 2px 2px rgba(34, 60, 80, 0.2) inset;
    text-align: center;
    cursor: pointer;
    font-family: SouthGhetto;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-description-question {
    color: rgb(230, 232, 233);
    vertical-align: middle;
}


.time {
    font-size: 10px;
    position: absolute; 
    font-family: 'Minecraft'; 
    color: white; 
    font-weight: 100; 
    transform: rotate(-15deg); 
    left: 34px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.image {
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .streamCard {
        min-width: auto;
    }

    .imgStreamCardShell {
        height: 70px;
        width: 70px;
    }
}

