@font-face {
    font-family: 'font-body';
    src: url("/assets/shared/fonts/ArialRoundedMTBold.ttf")
}

@font-face {
    font-family: 'font-header';
    src: url("/assets/shared/fonts/ArialRoundedMTBold.ttf")
}

body {
    background-color: #e2f0f4;
    color: #6A6A6A;
    font-family: font-body, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.25;
}

button,
input,
select,
textarea {
    font-family: font-body, Arial, sans-serif;
    vertical-align: middle;
    outline: 0;
}

h1 {
    font: bold 29px font-header, Arial, sans-serif;
}

h2 {
    font: bold 17px font-body, Arial, sans-serif;
}

.pull-left { float: left; }
.pull-right { float: right; }

.align-center { text-align: center; }

.color-1 { color: #006; }
.color-2 { color: #036; }

.small { font-size: 13px; }
.micro { font-size: 11px; }

.text-uppercase { text-transform: uppercase; }

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.gap-mid-all { margin: 20px; }

.gap-small-top { margin-top: 15px; }
.gap-small-bottom { margin-bottom: 15px; }

.gap-tiny-bottom { margin-bottom: 10px; }

.gap-mini-bottom { margin-bottom: 5px; }

.padding-moderate-left {
    padding-left: 30px;
}

.padding-small-top {
    padding-top: 15px;
}

.padding-small-left {
    padding-left: 15px;
}

.padding-small-right {
    padding-right: 15px;
}

div.login_registration input[type="text"],
div.login_registration input[type="email"],
div.login_registration input[type="password"],
div.login_registration textarea {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #03DDF9;
    line-height: 26px;
}

div.login_registration input[type="text"]:focus,
div.login_registration input[type="email"]:focus,
div.login_registration input[type="password"]:focus,
div.login_registration textarea:focus {
    border: 1px solid #03DDF9;
    box-shadow: 0 0 5px rgba(3,221,249,.7);
}

div.login_registration select {
    height: 38px;
    border: 1px solid #03DDF9;
}

div.login_registration input.half {
    width: 49%;
}

input.info {
    background-image: url('/assets/register/icon_info.png');
    background-repeat: no-repeat;
    background-position: 6px center;
}

input.email {
    background-image: url('/assets/register/icon_email.png');
    background-repeat: no-repeat;
    background-position: 6px center;
}

input.password {
    background-image: url('/assets/register/icon_password.png');
    background-repeat: no-repeat;
    background-position: 6px center;
}

.redborder {
    border: 1px solid #f3b2b2;
    background: #fff;
    padding-bottom: 15px;
}

.green {
    background: #d9d9d9;
    border: 1px solid #999;
    padding: 6px 14px;
}

#gender_select div.gender_outer {
    display: inline-block;
    width: 49%;
    background: #F3F3F3;
    border: 1px solid #ccc;
}

#gender_select div.gender_outer.selected {
    background: #FFFEF1 url('/assets/register/badge_check.png') no-repeat 95% 3%;
    border-color: #03DDF9 !important;
}

#gender_select div.male,
#gender_select div.female {
    height: 200px;
}

#gender_select div.male {
    background: url('/assets/register/avatar_male.png') no-repeat center 0;
    background-origin: content-box;
}

#gender_select div.female {
    background: url('/assets/register/avatar_female.png') no-repeat center 0;
    background-origin: content-box;
}

#gender_select div.male.selected,
#gender_select div.female.selected {
    background-position: center bottom;
}

#gender_select div.male:hover,
#gender_select div.female:hover {
    cursor: pointer;
}

#frm_register input[type='submit'] {
    background: url('/assets/register/button_play.png') no-repeat;
    width: 248px;
    height: 86px;
    border: none;
    cursor: pointer;
}

#frm_register input[type='submit']:hover {
    background-position: center center;
}

#frm_register input[type='submit']:active {
    background-position: center bottom;
}

.gap-tiny-left {
    margin-left: 10px;
}

.gap-tiny-right {
    margin-right: 10px;
}

.gap-tiny-top {
    margin-top: 10px;
}

.page-width {
    width: 1900px;
    margin: 0 auto;
}

.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.45);
    z-index: 9999;
}

.popup_error {
    width: 500px;
    margin: 120px auto;
    background: white;
    padding: 25px;
}

#gender_select {
    display: flex;
    gap: 18px;
}

#gender_select .gender_outer {
    display: inline-block;
    width: 49%;
    background: #F3F3F3;
    border: 1px solid #CFCFCF;
    transition: all .15s ease;
}

#gender_select .gender_outer:hover {
    border-color: #03DDF9;
    cursor: pointer;
}

#gender_select .gender_outer.selected {
    background: #FFFEF1 url('/assets/register/badge_check.png') no-repeat 95% 3%;
    border-color: #03DDF9 !important;
    box-shadow: 0 0 8px rgba(3,221,249,.35);
}

#gender_select .male,
#gender_select .female {
    height: 200px;
}

#gender_select .male {
    background: url('/assets/register/avatar_male.png') no-repeat center top;
}

#gender_select .female {
    background: url('/assets/register/avatar_female.png') no-repeat center top;
}

#gender_select .male.selected,
#gender_select .female.selected {
    background-position: center bottom;
}

#coppa_badge {
    background: url('/assets/register/badge_age.jpg') no-repeat;
    width: 49px;
    height: 49px;
    position: relative;
    left: 228px;
    top: -15px;
}

body {
    padding: 14px;
}

label.error {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 10px;

    background: #ff1a1a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 6px 10px;

    white-space: nowrap;
    z-index: 999;
    pointer-events: none;
}

label.error:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);

    width: 0;
    height: 0;

    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #ff1a1a;
    z-index: 999;
}

/* field container positioning */
.field-wrap {
    position: relative;
}

.section-card {
    background: rgba(255,255,255,.35);
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 4px;
}
