/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.custom-radio-button {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.custom-radio-button input {
    display: none;
}
.custom-radio-button label.one {
    margin-right: 40px;
}
.custom-radio-button label.two, .custom-radio-button label.one {
    cursor: pointer;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    /* margin-bottom: 10px; */
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 16px;
    color: #fff;
    padding-left: 35px;
    padding-top: 3px;
}
.custom-radio-button label.one:before, .custom-radio-button label.one:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height:25px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-radio-button label.one:before {
    color: #000;
    border: 1px solid #fff;
    z-index: 1;
    margin-right: 14px;
}
.custom-radio-button label.one:after {
    content: "\2713";
    font-size: 18px;
    padding-top: 0px;
    color: #000;
    border: 5px solid white;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.custom-radio-button label.two:before, .custom-radio-button label.two:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:25px;
    height:25px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-radio-button label.two::before {
    border: 1px solid #fff;
    z-index: 1;
    margin-right: 14px;
}
.custom-radio-button label.two:after {
    content: "\2713";
    font-size: 18px;
    padding-top:0px;
    color: #000;
    border: 5px solid white;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.custom-radio-button input.input-one:checked~label.one:after {
    opacity: 1;
}
.custom-radio-button input.input-two:checked~label.two:after {
    opacity: 1;
}
.verify-signup {display:none;}
/*.verification-section {
    overflow-y: scroll;
}*/
