﻿:root {
    --main-color-shef: #E43416;
    --secondary-color-shef: #FFFFFF;
}




.shef-red-20px-text-700w {
    color: var(--main-color-shef);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shef-red-16px-text {
    color: var(--main-color-shef);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.shef-red-12px-text {
    color: var(--main-color-shef);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.shef-white-24px-text-700w {
    color: #FFF;    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.shef-white-24px-text {
    color: #FFF;    
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.shef-white-20px-text-700w{
    color: #FFF;    
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.shef-white-20px-text{
    color: #FFF;    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.shef-white-16px-text-700w{
    color: #FFF;    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.shef-white-16px-text{
    color: #FFF;    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shef-white-16px-text{
    color: #FFF;    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.shef-white-14px-text-700w{
    color: #FFF;    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.shef-white-13px-text-700w {
    color: #FFF;    
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.shef-white-13px-text {
    color: #FFF;    
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.shef-white-12px-text-700w {
    color: #FFF;    
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.shef-white-12px-text {
    color: #FFF;    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.shef-white-36px-text-700w {
    color: #FFF;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.shef-black-20px-700w {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shef-black-12px-text {
    color: #000;    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/*This is old version which is red color if needed meybe used*/ 
.shef-active-svg {
    filter: invert(69%) sepia(119%) saturate(704%) hue-rotate(688deg) brightness(100%) contrast(110%);
}

/*.shef-active-svg {
    filter: invert(35%) sepia(61%) saturate(408%) hue-rotate(2deg) brightness(99%) contrast(88%);    
}
*/

.scrollable{
    overflow:auto;
}

.scrollable::-webkit-scrollbar{
    display:none;
}


.shef-button-horizontal {
    border-radius: 13px;
    background: var(--main-color-shef);
    backdrop-filter: blur(40px);
    text-align:center;
    width:100%;
    outline:none;
    border:none;
    display:flex;
    justify-content:center;
    align-items:center;
}

.overflow-pages {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    background-color: #010101;
    overflow:auto;
}
.shef-small-btn {
    height: 30px;
    border-radius: 2px;
    background: var(--main-color-shef);
    width: 100%;
}
.flex-space-between{
    display:flex;
    justify-content:space-between;
}
.backgroun-blur {
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(2px);
    position: absolute;
    top: auto;
    width: 100%;
    height: 100vh;
    z-index: 20
}


.pin-code-shefBurger {
    background: #000;
    border-radius: 10px;
    width: 50px;
    height: 60px;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-color-shef);
}


.modal-opening {    
    animation-duration: 0.5s;
    animation-name: modal-opening;
}
.modal-closing {
    animation-duration: 0.5s;
    animation-name: modal-closing;
}

.imask-class{

}

    .imask-class::placeholder {
        color:white;
        -webkit-text-fill-color: white;
        opacity: 1; /* required on iOS */
    }
    .imask-class:disabled {
        color:white;
        -webkit-text-fill-color: white;
        opacity: 1; /* required on iOS */
    }

    .input.imask-class {
        -webkit-appearance: none; /* Remove iOS styles */
        appearance: none; /* Remove other browser styles */
    }

    .input.imask-clas::-webkit-input-placeholder {
        color: red;
    }

.modal-gredient-cover {
    height: 55vh;
    background: linear-gradient(180deg, var(--main-color-shef) 0%, rgba(228, 52, 22, 0.00) 100%);
    padding: 1px;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(228, 52, 22, 0.50);
}
/*box-shadow: 0px 0px 50px 0px rgba(253, 198, 141, 0.50);*/



.top-opening {
    animation-duration: 0.3s;
    animation-name: slideFromTop;
}

.top-closing {
    animation-duration: 0.3s;
    animation-name: slideBackFromTop;
}

.bottom-opening {
    animation-duration: 0.3s;
    animation-name: slideFromBottom;
}

.bottom-closing {
    animation-duration: 0.3s;
    animation-name: slideBackFromBottom;
}

.slide-closing {
    animation-duration: 2.3s;
    animation-name: slideBack;
}

.shef-modificator {
    height: 44px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    justify-content: center;
    text-align: center;
    word-break: break-word;
}

.shef-modificator-active {
    height: 44px;
    background: #E43416;
    color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 2px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    justify-content: center;
    text-align: center;
    word-break: break-word;
}








@keyframes slideFromTop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideFromBottom {
    from {
        transform: translateY(150%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideBackFromTop {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}


@keyframes slideBackFromBottom {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(150%);
    }
}




@keyframes modal-opening{
    from{
        height:0vh;
    }
    to{
        height:55vh;
    }
}

@keyframes modal-closing {
    from {
        height: 55vh;
    }

    to {
        height: 0vh;
    }
}



s

/*.border-with-gradient {
    border: 1px solid transparent;*/ /* Start with a transparent border */
    /*background-image: linear-gradient(to right, #E4341600, #E43416, #E4341600);*/ /* Create gradient */
    /*background-origin: border-box;*/ /* Apply gradient to border box */
    /*background-clip: content-box, border-box;*/ /* Clip the gradient to content and border boxes */
/*}*/
