body {
    min-height: 100vh;
    background-image: url('/../img/main/bg_tiled.png');
    background-size: contain;
    background-repeat: repeat;
    /*background: radial-gradient(#404040, #404040, #282828);*/
    position: relative;
}

.clickPassthrough {
    pointer-events: none;
}

.cursorPointer {
    cursor: pointer;
}

.grid1col1row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    /*centered*/
    justify-content: center;
    align-items: center;
    justify-items: end;
    position: relative;
}

.gridElementPos1 {
    grid-column: 1;
    grid-row: 1;
}

.logo_register {
    display: block;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.formulary {
    width: 35%;
    margin: auto;
    padding-bottom: 2rem;
    padding-top:2rem;
    margin-top: 6rem;
}

@media screen and (min-width: 768px ) and (max-width: 1024px) {
    .formulary {
        width: 60%;
    }
    
}

@media screen and (min-width: 320px ) and (max-width: 767px) {
    .formulary {
        width: 90%;
    }
}

@media screen and (min-width: 992px) {
    .formulary {
        padding-bottom: 10rem;
    }
    
}

#country_selection,
.select_country {
    color: #fff;
    /*text-align:left;*/
    margin-bottom: 0.5rem;
}


select {
    appearance: none;
    -webkit-appearance: none;
    /* For Safari and Chrome */
    -moz-appearance: none;
    /* For Firefox */
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns="http://www.w3.org/2000/svg"%20width="16"%20height="16"%20viewBox="0%200%2016%2016"><path%20fill="%23333"%20d="M4%206l4%204%204-4H4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    padding-right: 32px;
    /* Add space for the arrow */
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        select {
            width: 100%;
            padding: 8px 16px;
            font-size: 16px;
            color: #333;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns="http://www.w3.org/2000/svg"%20width="16"%20height="16"%20viewBox="0%200%2016%2016"><path%20fill="%23333"%20d="M4%206l4%204%204-4H4z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 8px center;
            background-size: 12px;
            padding-right: 32px;
            /* Add space for the arrow */
        }
    }
}

.locked {
    width: 10px;
    margin-right: 5px;
}

.register_input {
    width: 100%;
}

.dropdown {
    float: left;
    color: #000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: hsl(0, 0%, 100%, .1);
    min-width: 10rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #232323;
    z-index: 1;
}

.dropdown-content li {
    float: none;
    color: #fff;
    padding: 0.8rem 1rem;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content li:hover {
    background-color: #fff;
    color: #000;
}

.showDD {
    display: block;
    max-height: 200px;
    overflow-x: hidden;

}

.select_country {
    width: 100%;
    text-align: center;
}

.gender_block {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    width: 100%;
}

.register_option_gender {
    text-align: left;
}

select option {
    background-color: #232323;
    color: #fff;
}

#error_box {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 1.1rem;
    border-radius: 10px;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.1rem;
    margin-bottom: 2rem;
}

.page_button_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    justify-content: center;
}

.reset_text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px
}

.btnCreate {
    /*  margin-bottom:1.5rem;
    width:93%; */
}

/*temporary not used, don't delete untill same frase */
#location_popup {
    border-radius: 5px;
    border: 2px solid rgb(248, 99, 14);
    background-color: rgba(248, 100, 14, 0.52);
    position: absolute;
    right: 1rem;
    top: 42%;
    padding: 1rem 2rem;
    max-width: 20rem;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#close_location_popup {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

#close_location_popup:hover {
    opacity: 1;
}

.location_popup_text {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

/*temporary not used, don't delete same frase above */
.successfull_login {
    font-size: 1.2rem;
    color: #fff;
}

.successfull_login_link {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.successfull_login_link:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    #location_popup {
        top: 12%;
        padding: 0.5rem 1rem;
        max-width: 18rem;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    #location_popup_text {
        font-size: 0.9rem;
    }

    .btnCreate {
        margin-bottom: 1.5rem;
        width: 93%;
    }

    .formulary {
        width: 93%;
        padding-bottom: 1rem;
        margin-top: 4rem;
    }

    #country_selection {
        width: 100%;
    }
}

