
@font-face {
    font-family: 'Maven Pro';
    src: url('assets/fonts/MavenPro-Medium.ttf');
}

@font-face {
    font-family: 'Maven Pro Bold1';
    src: url('assets/fonts/MavenPro-Bold.ttf');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/fira-sans/FiraSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Fira Sans Bold1';
    src: url('assets/fonts/fira-sans/FiraSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/lato/Lato-Regular.ttf');
}

.stpro_dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.stpro_flatselect1{ 
    height: 100vh;
}
.stpro_flatselect1Overflow{
    overflow: scroll;
}
.stpro_dflex_jbtwn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stpro_dflex_jcenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stpro_dflex_fwrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stpro_dflex_fclmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stpro_merr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    height: 100%;
}

.stpro_err_icon {
    height: 100px;
    width: 200px;
    border: 3px solid #313131;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
         -o-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
            animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
    display: none;
}

.stpro_err_msg {
    font-family: 'Maven Pro';
    color: #212121;
    font-size: 1.4em;
    margin-top: 104px;
    text-align: center;
    display: none;
}

.stpro_hide {
    display: none !important;
}

.stpro_opacity0 {
    opacity: 0 !important;
}

.stpro_opacity1 {
    opacity: 1 !important;
}

.stpro_waveeffect {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.stpro_waveeffect:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: -o-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(10, 10);
        -ms-transform: scale(10, 10);
         -o-transform: scale(10, 10);
            transform: scale(10, 10);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, -webkit-transform .5s;
    -o-transition: opacity 1s, -o-transform .5s;
    transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s, -webkit-transform .5s, -o-transform .5s;
}

.stpro_waveeffect:active:after {
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: .3;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}


.stpro_flatselect{
    overflow: hidden;
    background: white;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
}
.stpro_fselect_back1 {
    background: url('assets/images/flat_back.svg');
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin: 16px auto 0px 16px;
}

.stpro_fselect_title {
    width: 100%;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.stpro_fselect_tabs1 {
    margin: 30px auto 0px;
    width: 100%;
}

.stpro_fselect_tabhead {
    min-width: 376px;
    max-width: 80%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.stpro_fselect_tabhead::-webkit-scrollbar {
    height: 0px !important;
}

.stpro_fselect_tabhead1 {
    background: #FAFAFA;
    -webkit-border-radius: 8px 8px 0px 0px;
            border-radius: 8px 8px 0px 0px;
    padding: 0px 12px;
    widows: 100%;
    margin: auto;
}

.stpro_fselect_tabhead11 {
    padding: 0px 20px;
    border-bottom: 4px solid #FAFAFA;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.stpro_fselect_thead_active {
    border-bottom: 4px solid #1F68EC;
}

.stpro_fselect_tabhead11_1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #8A8A8A;
    padding: 12px 0px 8px;
}

.stpro_fselect_tabhead11_2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #8A8A8A;
    padding-bottom: 10px;
}

.stpro_fselect_thead_active .stpro_fselect_tabhead11_1 {
    color: #000000;
}

.stpro_fselect_thead_active .stpro_fselect_tabhead11_2 {
    color: #000000;
}

.stpro_fselect_taboptions {
    padding: 24px 0px 0px;
}

.stpro_fselect_taboptions1 {
    width: 388px;
    max-width: 388px;
    margin: auto;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.stpro_fselect_taboptions1::-webkit-scrollbar {
    height: 0px !important;
}

.stpro_fselect_taboptions11 {
    background: #FFFFFF;
    border: 1px solid #FFD328;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 36.5px;
            border-radius: 36.5px;
    width: 72px;
    height: 72px;
    margin: 0px 12px 12px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0px 4px;
}

.stpro_fselect_taboptions11_1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

.stpro_fselect_taboptions2{
    width: 376px;
    margin: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_fselect_taboptions2::-webkit-scrollbar {
    width: 0px !important;
}

.stpro_fselect_taboptions21 {
    background: #FFFFFF;
    border: 1px solid #FFD328;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 36.5px;
            border-radius: 36.5px;
    width: 35px;
    height: 35px;
    margin: 0px 6px 12px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0px 2px;
}

.stpro_fselect_taboptions21_1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.stpro_fselect_taboptactive {
    background: #FFD328;
    color: #1F68EC;
}

.stpro_fselect_info1 {
    padding: 24px 0px 18px;
}

.stpro_fselect_info1 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #1F68EC;
}

.stpro_fselect_vbtn1 {
    border: 1px solid #FFD328;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 36px;
    margin: auto auto 24px;
}

.stpro_ftab_opacity0 {
    opacity: 0 !important;
    visibility: hidden;
    height: 0px;
    width: 0px;
}






@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Keyframes */
@-webkit-keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}
@-o-keyframes rotateDvcIcon {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }

    100% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }
}
@keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}