@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding-top: 60px !important;
}

.row .col img {
    width: 100%;
    height: auto;
}

.block_menu_top {
    width: 100%;
    height: 60px;
    background-color: #0073bf;
    line-height: 60px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

svg path {
    width: 20px;
    height: auto;
    fill: #ffffff;
}

.top_menu {
    padding: 0;
    margin: 0;
}

.top_menu li {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
}

.top_menu li a {
    color: #ffffff;
}

.row .eda_col img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.row .eda_col img.logo {
    width: auto;
    height: 38px;
    display: block;
    margin-top: 10px;
}

.block_mmenu {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: auto;
    z-index: 10000;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 20px;
}

.block_mmenu.open {
    display: block;
}

.block_mmenu ul {
    padding: 0 0 0 40px;
    margin: 0;
}

.mmclose {
    color: #ffffff;
    font-size: 25px;
    vertical-align: -3px;
    display: none;
}

.mmclose.open {
    display: block;
}

.block_mmenu {
    background-color: #0073bf;
}

.block_mmenu ul li {
    display: block;
    margin-bottom: 5px;
}

.block_mmenu ul li a {
    color: #ffffff;
}

.block_menu_top a:hover {
    color: #ffffff;
}

.block_menu_top a:active {
    color: #ffffff;
}

.block_footer {
    height: 60px;
    background-color: #0073bf;
    color: #ffffff;
    line-height: 60px;
}

.body-content {
    min-height: calc(100vh - 120px);
}

.m-block-right {
    float: right;
    color: #ffffff;
}

.m-block-right a {
    color: #ffffff;
}

.row img {
    max-width: 100%;
    height: auto;
}

i.fas.fa-bars {
    color: #ffffff;
    font-size: 25px;
    vertical-align: -3px;
}

.main-text {
    text-align: center;
    font-size: 27px;
}

form .description {
    display: none;
}

form label {
    display: block;
    margin-bottom: 5px;
}

form .form-item {
    margin-bottom: 15px;
}

.body-content h1 {
    margin-top: 50px;
    margin-bottom: 30px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"] {
    border: solid #000000 1px;
    border-radius: 10px;
    line-height: 50px;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
}

div#edit-field-lastname-wrapper,
div#edit-field-firstname-wrapper,
div#edit-field-middlename-wrapper {
    display: inline-block;
    width: 253px;
    margin-right: 15px;
}

div#edit-field-phone-wrapper,
.form-item-mail {
    display: inline-block;
    width: 390px;
    margin-right: 20px;
}

form .form-submit {
    display: inline-block;
    border-radius: 10px;
    background-color: #0073bf;
    border: none;
    opacity: 0.9;
    color: #ffffff;
    padding: 15px 50px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 20px;
    margin: 15px 0 30px;
}

form .form-submit:hover {
    opacity: 1;
}

.password-confirm-message {
    display: none;
}

.js-form-type-password {
    display: inline-block;
    width: 390px;
    margin-right: 15px;
}

.js-form-type-password label {
    display: inline-block;
}

#user-register-form .form-item-name {
    display: none;
}

#edit-field-company-wrapper {
    width: 800px;
    max-width: 100%;
}

div[data-drupal-messages] {
    padding: 30px;
    background: #f2f2f2;
    margin-bottom: 30px;
    border-radius: 10px;
}

div[role="alert"] {
    color: red;
}

#user-login-form #edit-name {
    width: 390px;
}

.path-user article > div {
    margin-bottom: 15px;
}

.account-user .item {
    margin-bottom: 15px;
}

.account-user .item label {
    margin-bottom: 5px;
    font-weight: 500;
}

form h4 {
    font-size: 18px;
    font-weight: normal;
}

#node-event-form {
    width: 600px;
    max-width: 100%;
}

input[type=date] {
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #000;
    width: 205px;
}

.event-page .item {
    margin-bottom: 15px;
}

.event-page .item label {
    margin-bottom: 5px;
    font-weight: 500;
}

.e-button {
    display: inline-block;
    border-radius: 10px;
    background-color: #0073bf;
    border: none;
    opacity: 0.9;
    color: #ffffff;
    padding: 15px 50px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 20px;
    margin: 15px 0 30px;
    text-decoration: none;
}

.e-button:hover {
    opacity: 1;
    color: #ffffff;
    text-decoration: none;
}

.event-reg .item {
    margin-bottom: 15px;
}

.event-reg .item label {
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 1023px) {
    table {
        display: block;
        overflow-x: auto;
    }

    .user-register-form {
        width: 100%;
    }

    form.user-register-form .form-wrapper {
        width: 100% !important;
        margin-right: 0 !important;
    }

    div#edit-field-phone-wrapper, .form-item-mail, .js-form-type-password {
        width: 100%;
        margin-right: 0;
    }
}