.hypeRadio input,
.hypeMultioption input {
    display: none;
}

.hypeRadio,
.hypeMultioption {
    font-size: 14px;
    padding: 8px 11px;
    border-radius: 9px;
    border: 1px solid #000;
    display: block;
    float: left;
    margin: 5px;
    margin-left: 0px;
    cursor: pointer;
    xborder-width: 0px;
    transition: 0.08s;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.hypeMultioptionActive {
    background: #000;
    color: #fff;
}


.hypeStyle select {
    padding: 14px !important;
    border-radius: 10px !important;
    ;
    background: #fff !important;
    ;
    border: 1px solid #000 !important;
    ;
    color: #000 !important;
    ;
}

.hypeInputTextGrup label,
.hypeStyle .col-form-label,
.labelHype {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #222222;
}


.hypeInputTextGrup label {
    padding: 0px;
    font-size: 12px;
}

.hypeInputTextGrup small {
    font-weight: 300;
    font-size: 12px;
}

.hypeInputTextGrup {
    position: relative;
}

    .hypeInputTextGrup input, .hypeInputTextGrup select {
        box-shadow: none !important;
        outline: none !important;
        color: #000 !important;
        border: none !important;
        ;
        background: transparent !important;
        padding: 0px;
    }

.hypeInputTextGrup {
    padding: 15px 21px;
    border-radius: 10px;
    xborder: 1px solid #000;
    color: #000;
    background: #F8F7F7;
    background: #efefef;
}

    .hypeInputTextGrup .arrowSelect {
        position: absolute;
        right: 22px;
        top: 37%;
    }


/* ----- CUSTOM MODAL STYLE ----- */

.hypeModal-card {
    height: 100%;
    border-radius: 0px;
    padding: 43px 24px;
    background: rgb(255, 255, 255);
    padding-right: 0px;
    padding-left: 12px;
    padding-top: 0px;
}

.hypeModal .content {
    height: calc(100% - 64px);
    overflow-y: auto;
    overflow-x: clip;
    padding-bottom: 24px;
    padding-right: 24px;
    padding-left: 12px;
    padding-top: 12px;
}

.hypeModal .footer > .btn {
    padding: 14px 44px;
    background-color: transparent;
    color: #000;
    font-weight: 500;
}

.hypeModal .footer {
    margin-top: 26px;
    height: 70px;
    left: 12px;
    padding-right: 12px;
}


.hypeModal {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 41%;
    min-width: 390px;
    height: 100%;
    padding: 0px;
    z-index: 11;
    display: none;
    padding-left: 0px;
    max-width: 560px;
}

    .hypeModal.full {
        width: 90% !important;
        max-width: none;
    }


@media (max-width: 900px ) {
    .hypeModal {
        width: 88%;
    }
}

.hypeModalBack {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(13 10 13);
    z-index: 5;
    opacity: 0.7;
    display: none;
    transition: 0.08s;
}


.hypeModal-card > .content > .card-body {
    background: #efefef;
    border-radius: 12px;
}
