﻿body {
    font-size: 16px !important;
    color: #545454 !important;
    min-width: 280px;
}

#header {
    border-bottom: solid 1px #d7d7d7;
}

#header-bar {
    height: 40px;
    background-color: #009a49;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 40px;
    color: #fff;
}

#header-logo {
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
}

.line-menu {
    margin-bottom: 5px;
    border-radius: 2px;
    box-sizing: border-box;
    height: 1px;
    width: 30px;
    border: 2px solid #009A49;
}

#body {
    margin-bottom: 30px;
}

.page-width {
    width: 70% !important;
}

#footer {
    background-color: #F9F9F9;
    padding-top: 20px;
    padding-bottom: 30px;
}

#footer-content {
    margin-left: auto;
    margin-right: auto;
}

.footer-icons > a:not(:last-child) {
    padding-right: 15px;
}

.footer-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    fill: #009a49;
}

.footer-links {
    margin-top: 20px;
    font-size: 14px;
}

    .footer-links a, .footer-links a:hover {
        color: #009a49;
        font-weight: 600;
        text-decoration: none;
    }

@media only screen and (max-width: 1000px) {
    .page-width {
        width: 80% !important;
    }
}

@media only screen and (max-width: 576px) {
    #header-bar {
        padding-left: 5%;
        padding-right: 5%;
    }

    .page-width {
        width: 90% !important;
    }

    #header-logo {
        height: 50px;
        line-height: 50px;
    }

        #header-logo img {
            width: 150px;
        }

    .footer-logo {
        display: block;
    }

    .footer-icons {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) {
    .footer-logo {
        display: flex;
    }

    .footer-icons {
        position: absolute;
        right: 15px;
    }
}

/*registration page*/
.register-title {
    font-size: 26px;
    color: #00a8e1;
    font-weight: bold;
    /* set up vertical to middle*/
    display: flex;
    align-items: center;
}

.common-info, .delivery-info, .submit-grid {
    padding-left: 5%;
    padding-right: 5%;
}

.delivery-grid {
    color: #fff;
    background-color: #009a49;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.delivery-title {
    font-size: 21px;
    font-weight: bold;
}

.register-page input[type="text"], .register-page input[type="password"] {
    width: 100%;
    border: 1px solid #00a8e1;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

    .register-page input[type="text"]::placeholder, .register-page input[type="password"]::placeholder {
        opacity: 0.65;
    }

    .register-page input[type="text"]:focus, .register-page input[type="password"]:focus {
        outline-color: #00a8e1;
    }

.delivery-info input[type="text"] {
    color: #fff;
    border-color: #fff;
    background-color: #009a49;
}

    .delivery-info input[type="text"]::placeholder {
        color: #fff;
        opacity: 0.65;
    }

    .delivery-info input[type="text"]:focus, .delivery-info select:focus {
        outline-color: #fff;
    }

.delivery-info select {
    width: 100%;
    height: 40px;
    color: #fff;
    border-color: #fff;
    background-color: #009a49;
}

.delivery-info option {
    height: 30px;
    color: #545454;
    background-color: #fff;
}

.register-page input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 5px;
}

.submit-grid {
    text-align: center;
}

/*Mobile*/
.btn-send-code {
    border: solid 1px #fff;
    margin-bottom: 3px;
    color: #fff;
    padding: 8px 15px;
    border-radius: 18px;
    text-transform: uppercase;
    background-color: transparent;
}

.iti {
    width: 100%;
}

.iti__arrow, .iti__arrow--up {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.iti__country-name {
    color: #545454 !important;
}

@media only screen and (max-width: 576px) {
    .register-page {
        padding: 0 !important;
    }

    .visible-pc {
        display: none !important;
    }

    .visible-mobile {
        display: block !important;
    }

    .register-title {
        display: block;
        text-align: center;
    }

    .delivery-grid {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

        .delivery-grid p {
            margin-bottom: 10px !important;
        }

    .register-page label {
        margin-bottom: 3px !important;
    }

    .register-page .margin-bottom-20 {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 340px) {
    .div-recaptcha {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 576px) {
    .visible-mobile {
        display: none !important;
    }
}

/*common*/
.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-green {
    border: none;
    border-radius: 15px;
    background: linear-gradient( 224.24deg, #00CA80 0%, #009A49 100%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
    text-transform: uppercase;
    padding: 15px 25px;
    color: #fff;
}

.btn-blue {
    border: none;
    border-radius: 25px;
    background-color: #00A8E1;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
    text-transform: uppercase;
    padding: 15px 30px;
    color: #fff;
    letter-spacing: 2px;
}

.btn-mobile {
    width: 100%;
}

.a-white, .a-white:hover {
    color: #fff;
}

a.btn-green:hover {
    color: #fff;
    text-decoration: none;
}

.red-border {
    border-color: red !important;
}

.red-msg {
    color: red !important;
}

.btn-natural-person {
    cursor: pointer;
    border: solid #fff 2px;
    background-color: transparent;
    padding: 10px 30px;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
}

.btn-natural-person-selected {
    background-color: #fff;
    color: #009a49 !important;
    font-weight: bold;
}

.hide {
    display: none !important;
}

#header-bar a {
    color: #fff;
    text-decoration: none;
}

a.color-blue {
    color: #007AA3;
}