/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v125/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

.col-form-label{
    font-weight: bold;
}

.bootstrap-iso{
    color: #666;
    line-height: 1.2;
}

.bootstrap-iso a{
    color: #e63c2e;
}
.bootstrap-iso a:hover{
    color: #000;
    text-decoration: none;
}

.bootstrap-iso .form-check-label {
    padding: 0;
    margin: 0;
    min-height: 19px !important;
    display: block !important;
    font-weight: normal;
}
.bootstrap-iso label {
    display: inline-block;
    margin-bottom: .5rem;
}

.bootstrap-iso .btn-link{
    color: #666;
    font-weight: bold;
    text-decoration: none;
    border: none;
}
.bootstrap-iso .btn-link:hover, .bootstrap-iso .btn-link:active, .bootstrap-iso .btn-link:focus, .bootstrap-iso .btn-link:focus-within{
    background: none;
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.bootstrap-iso .btn-link:hover{
    color: #e63c2e;
}

.bootstrap-iso .btn-link p{
    border: none;
}

.bootstrap-iso .black_link{
    font-weight: bold;
    color: #666;
}

.bootstrap-iso .black_link h5{
    font-weight: bold;
}

.bootstrap-iso .black_link p{
    font-size: 16px;
}

.bootstrap-iso .card-header{
    padding: 16px;
    height: auto;
}

.bootstrap-iso .card-header{
    background-color: #FFF;
}

.bootstrap-iso .card:not(:last-child){
    border-bottom: none;
}

.bootstrap-iso table{
    margin-bottom: 0;
}

.bootstrap-iso .lotto_nums {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ececec;
    color: #000;
    min-width: 25px;
    border-radius: 50%;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    border: solid 1px #b6b6b6;
}
.bootstrap-iso .lotto_nums:before {
    content:'';
    float: left;
    width: auto;
    padding-bottom: 100%;
}

.bootstrap-iso .invalid-feedback {
    font-size: 14px;
}

.bootstrap-iso .custom_inside_label label{
    z-index: 3;
    height: 0;
    position: absolute;
    top: 8px;
    left: 16px ;
    font-weight: 600;
    color: #878787;
    transform: translateZ(0);
    transition: all .2s ease-in-out;
    width: auto;
    pointer-events: none;
    font-size: 15px;
}
.bootstrap-iso .custom_inside_label .input_focus_or_content, .bootstrap-iso .custom_inside_label input:focus+label:first-of-type{
    color: #999;
    font-size: 11px;
    transform: translate3d(0,-7px,0);
}


.bootstrap-iso .custom_inside_label input{
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    padding-left: 16px;
    padding-top: 20px;
}

.bootstrap-iso label{
    font-size: 14px !important;
}

.bootstrap-iso .spec_country {
}

.bootstrap-iso .form-control:focus{
    border-color: #8c8c8c;
    box-shadow: 0 0 0 0.2rem rgb(140 140 140 / 25%);
}

#jelentkezes_success .icon-box {
    color: #fff;		
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 9;
    background: #009345 !important;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#jelentkezes_success .modal-confirm .icon-box i {
    font-size: 50px !important;
    position: relative;
    top: 3px;
}

.green_submit_form{
    color: #FFF;
    padding: 8px 28px;
    font-size: 16px !important;
    box-shadow: none;
    border: solid 2px #009345 !important;
    background-color: #009345 !important;

}
.green_submit_form:hover{
    background-color: #006b32 !important;
    border-color: #006b32 !important;
}

.bootstrap-iso .vizsgak_block td{
    border: none;
    padding: 0;
    text-align: left;
    line-height: 21px !important;
    min-height: 21px !important;
}

.bootstrap-iso :where(.wp-site-blocks *:focus) {
	outline-width: 0;
	outline-style: none;
}