/*add class "rg-disable" to "rg-status"  for example "rg-status rg-disable"*/
@font-face {
    src: url(../fonts/bpg_banner_extrasquare_caps.ttf);
    font-family: bexc;
}

* {
    margin: 0;
    padding: 0;
}

.reg-wrap div {
    box-sizing: border-box;
}

.reg-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.reg-err-summary {
    text-align: center;
    height: 50px;
    color: red;
    font-size: 16px;
    font-family: bexc;
}

.user-tab {
    width: 100%;
    min-height: 75px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #f3f0f0;
    border-radius: 10px;
    margin: 30px 0;
    padding: 0 20px;
}

.rg-uinfo {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .rg-uinfo img {
        margin-right: 20px;
    }

    .rg-uinfo p {
        font-family: bexc;
        font-size: 16px;
        color: #000000;
    }

.rg-uchoose {
    width: 50%;
    padding: 0 0 0 20px;
}

.rg-uchoose-in {
    width: 100%;
    background: white;
    border-radius: 10px;
    min-height: 50px;
    display: flex;
}

.rg-ui {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: bexc;
    color: rgba(0,0,0,0.5);
    width: 50%;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.rg-act {
    background: #662d91 !important;
    color: white !important;
}

.rg-user-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .rg-user-input > div {
        width: 50%;
    }

.rg-usi-area {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
}

    .rg-usi-area p {
        font-size: 14px;
        font-family: bexc;
        color: #000000;
        margin-bottom: 10px;
    }

    .rg-usi-area > p > span {
        font-size: 16px;
        font-family: bexc;
    }

    .rg-usi-area input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        border: 2px solid #e5e5e5;
        font-size: 14px;
        font-family: bexc;
        padding: 0 50px 0 20px;
        box-sizing: border-box;
        color: #000000;
        transition: 0.3s;
        outline: none;
    }

        .rg-usi-area input:focus {
            border: 2px solid #9b7abd;
        }

    .rg-usi-area select {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        border: 2px solid #e5e5e5;
        font-size: 14px;
        font-family: bexc;
        padding: 0 50px 0 20px;
        box-sizing: border-box;
        color: #000000;
        transition: 0.3s;
        outline: none;
    }

        .rg-usi-area select:focus {
            border: 2px solid #9b7abd;
        }

.rg-status {
    position: relative;
    width: 100%;
}

.rg-checked:after {
    position: absolute;
    top: calc(50% - 9px);
    right: 18px;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/rg-check.png)no-repeat;
}

.rg-cancel:after {
    position: absolute;
    top: calc(50% - 9px);
    right: 18px;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/rg-cancel.png)no-repeat;
}

.rg-select-main {
    width: 100%;
    max-width: 350px;
    position: relative;
    z-index: 999;
}

.rg-select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    font-size: 14px;
    font-family: bexc;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    color: #000000;
    transition: 0.3s;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rg-arrow:after {
    position: absolute;
    top: calc(50% - 9px);
    right: 18px;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/rg-up.png)no-repeat;
    background-position: center;
    transition: 0.5s;
}

.rg-rt:after {
    transform: rotate(180deg);
}

.rg-options-main {
    position: absolute;
    width: 100%;
    height: 200px;
    background: #ffffff;
    border-radius: 4px;
    top: 70px;
    left: 0;
    border: 2px solid #e5e5e5;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

.rg-option {
    color: rgba(0,0,0,0.5);
    border-radius: 4px;
    font-size: 14px;
    font-family: bexc;
    padding: 0 20px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    margin: -1px;
}

.rg-opt-act {
    cursor: context-menu;
    background: #662d91 !important;
    color: white !important;
    transition: 0.2s;
}

.rg-rules-rm {
    display: flex;
}

    .rg-rules-rm p {
        margin-left: 5px;
        margin-top: 2px;
        font-size: 14px;
        font-family: bexc;
        color: #000000;
    }

.rg-reg-btn {
    width: 100%;
    max-width: 230px;
    min-height: 50px;
    background: #662d91;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-family: bexc;
    color: #ffffff;
    border-radius: 10px;
    margin-left: 25px;
}

.rg-rules {
    margin-top: 40px;
    padding-bottom: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1.5px solid #895eaa;
            border-radius: 4px;
            background: #fff;
        }

        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 11px;
            height: 10px;
            background: url(../images/rg-mn.png)no-repeat;
            position: absolute;
            top: 7px;
            left: 5px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before {
    border-color: #ccc;
    background-color: #eee;
}

[type="checkbox"]:disabled:checked + label:after {
    background: #aaa;
}

.rg-usi-area1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

    .rg-usi-area1 p {
        font-size: 16px;
        font-family: bexc;
        color: #000000;
        margin-bottom: 15px;
    }

    .rg-usi-area1 input {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 2px solid #e5e5e5;
        font-size: 14px;
        font-family: bexc;
        padding: 0 50px 0 20px;
        box-sizing: border-box;
        color: #000000;
        transition: 0.3s;
        outline: none;
    }

        .rg-usi-area1 input:focus {
            border: 2px solid #9b7abd !important;
        }

.rg-select-main1 {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 999;
}

.rg-select1 {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    font-size: 14px;
    font-family: bexc;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    color: #000000;
    transition: 0.3s;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rg-arrow1:after {
    position: absolute;
    top: calc(50% - 9px);
    right: 18px;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/rg-up.png)no-repeat;
    background-position: center;
    transition: 0.5s;
}

.rg-rt1:after {
    transform: rotate(180deg);
}

.rg-options-main1 {
    position: absolute;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    top: 70px;
    left: 0;
    border: 2px solid #e5e5e5;
    display: none;
}

.rg-option1 {
    color: rgba(0,0,0,0.5);
    border-radius: 4px;
    font-size: 14px;
    font-family: bexc;
    padding: 0 20px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    margin: -1px;
}

.rg-opt-act1 {
    cursor: context-menu;
    background: #662d91 !important;
    color: white !important;
    transition: 0.2s;
}

.rg-shps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rg-ind-mwm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ps-user-input {
    width: 100%;
    display: flex;
}

.ps-user-fsb {
    width: 100%;
}

.ps-user-ssb {
    width: 100%;
}

.ps-btn-wrp {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.reg-complete {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.rg-disable > input {
    border: 2px solid red;
}

.rg-disable > select {
    border: 2px solid red;
}

.rg-disable > div {
    border: 2px solid red;
}


header.header {
    z-index: 9999;
}

.rg-mb-header {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .rg-mb-header p {
        font-family: bexc;
        font-size: 16px;
        color: #000000;
        width: 100%;
        text-align: center;
    }

#btnSMSCodeStep1 {
    width: 115px;
    font-size: 11px;
    padding: 0;
    position: absolute;
    margin-left: -115px;
}

#btnSMSCodeStep2 {
    width: 115px;
    font-size: 11px;
    padding: 0;
    position: absolute;
    margin-left: -115px;
}

.btn-sms-code-active {
    background: #662d91 !important;
    color: #ffffff !important;
    cursor: pointer !important;
}

.btn-sms-code-disable {
    cursor: not-allowed !important;
}

.mv-warning-span1 {
    color: Red !important;
    font-family: BPGExtraSquareMtavruli !important;
    font-size: 10px !important;
    display: none;
}

    .mv-warning-span1 span {
        font-family: BPGExtraSquareMtavruli !important;
        font-size: 10px !important;
    }

.mv-warning-span2 {
    color: Red !important;
    font-family: BPGExtraSquareMtavruli !important;
    font-size: 10px !important;
    display: none;
}

    .mv-warning-span2 span {
        font-family: BPGExtraSquareMtavruli !important;
        font-size: 10px !important;
    }

.rg-mv-btn {
    padding-left: 10px;
    padding-right: 10px;
}

.confirm-code {
    visibility: hidden;
}

.btn-change-mobile {
    width: 70px !important;
    font-size: 11px !important;
    padding: 0 !important;
    position: absolute !important;
    margin-left: -70px !important;
    background: #662d91 !important;
    color: #ffffff !important;
    cursor: pointer !important;
}

.btn-change-mobile {
    width: 70px;
    font-size: 11px;
    padding: 0;
    position: absolute;
    margin-left: -70px;
    background: #662d91 !important;
    color: #ffffff !important;
    cursor: pointer !important;
}

.rg-reg-confirm-mobile {
    width: 100%;
    max-width: 140px;
    min-height: 40px;
    background: #662d91;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-family: bexc;
    color: #ffffff;
    border-radius: 10px;
}

#btnSMSCode {
    width: 120px;
    font-size: 11px;
    padding: 0;
    position: absolute;
    margin-left: -120px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    font-family: bexc;
    box-sizing: border-box;
    transition: 0.3s;
    outline: none;
}

.rg-change-mobile {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    font-size: 14px;
    font-family: bexc;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    color: #000000;
    transition: 0.3s;
    outline: none;
}

.mb-error-summary {
    color: red;
    text-align: center;
    font-size: 10px;
    font-family: BPGExtraSquareMtavruli !important;
    margin-top: 10px !important;
    margin-bottom: -16px !important;
    visibility: hidden;
    height: 35px;
}
/********************RESPONSIVE********************/
@media (max-width:750px) {
    .reg-wrap {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .user-tab {
        flex-direction: column;
        padding: 10px;
    }

    .rg-uinfo {
        width: 100%;
        justify-content: center;
    }

    .rg-uchoose {
        padding: 0;
        width: 100%;
        margin-top: 15px;
    }

    .rg-user-input > div {
        width: 100%;
        max-width: 100%;
    }

    .rg-select-main {
        max-width: 100%;
    }

    .rg-usi-area {
        max-width: 100%;
    }

    .rg-rules {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rg-reg-btn {
        max-width: 60%;
        font-size: 24px;
        margin-top: 60px;
        min-height: 70px;
        margin-left: 0;
    }

    .rg-usi-area > p > span {
        font-size: 25px;
    }

    .reg-wrap div {
        width: 100%;
    }

    .rg-rules-rm p {
        font-size: 25px;
        margin-top: -4px;
    }

    .rg-usi-area p {
        font-size: 18px;
    }

    .rg-uinfo p {
        font-size: 20px;
        text-align: center;
    }

    .rg-ui {
        font-size: 20px;
        text-align: center;
    }

    .ps-user-input {
        flex-direction: column-reverse;
    }

    .ps-btn-wrp {
        padding: 0;
        justify-content: center;
        margin-bottom: 100px;
    }
}

@media (max-width:500px) {
    .reg-wrap {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .rg-inp-st {
        font-size: 20px !important;
    }
}
