.modal.show {
    display: flex !important;
    padding: 0 !important;
}

.modal-dialog {
    margin: 0.5rem;
}

#loginModel .modal-dialog {
    width: 460px;
}

#registerModel .modal-dialog {
    width: 550px;
}

#profileModel .modal-dialog {
    width: 250px;
    position: absolute;
    top: 42px;
    right: 115px;
}

@media (max-width: 991px) {
    #loginModel .modal-dialog {
        width: 400px;
    }

    #registerModel .modal-dialog {
        width: 500px;
    }

    #profileModel .modal-dialog {
        top: 38px;
        right: 98px;
    }
}

@media (max-width: 576px) {
    #loginModel .modal-dialog {
        width: 350px;
    }

    #registerModel .modal-dialog {
        width: 400px;
    }
}

@media (max-width: 462px) {
    #profileModel .modal-dialog {
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

#profileModel .profile--avatar {
    border: none;
    vertical-align: top;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

#profileModel .profile--name {
    color: #202124;
    font: 500 16px/22px Google Sans, Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    letter-spacing: 0.29px;
    margin: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

#profileModel .profile--description {
    color: #5f6368;
    font: 400 14px/19px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

#profileModel .btn--profile {
    background-color: #ffffff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #3c4043;
    display: inline-block;
    letter-spacing: 0.25px;
    font: 500 14px/16px Google Sans, Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    max-width: 254px;
    outline: 0;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

#profileModel .btn--profile:hover {
    background-color: #02a9ce;
    color: white;
}

#profileModel .btn--logout {
    background-color: #ffffff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font: 500 14px/16px Google Sans, Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    letter-spacing: 0.15px;
    outline: 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

#btn-login {
    color: white;
    width: 100%;
}
#btn-login:hover {
    background-color: #4b9eb0;
}
.register {
    color: #02a9ce;
}

.register:hover {
    color: orange;
    text-decoration: none;
}
.social-login-google:hover {
    background: #184cbb;
}
.social-login-google {
    width: 100%;
}

.social-login-google a:hover {
    color: white;
    text-decoration: none;
}
.aforget {
    color: black;
}
.aforget:hover {
    color: orange;
    text-decoration: none;
}

#registerBtn {
    color: white;
    width: 100%;
}
#registerBtn:hover {
    background-color: #4b9eb0;
}

.h2-title::after {
    background: #02a9ce;
}

.h2-title {
    font-size: 24px !important;
}

label.custom-control-label::before {
    border-color: #02a9ce !important;
    border-radius: 100%;
}
label.custom-control-label::after {
    border-color: #02a9ce !important;
    border-radius: 100%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #02a9ce !important;
    background-image: none !important;
}

.order-tabs a:hover {
    text-decoration: none !important;
    color: #02a9ce !important;
}

.order-tabs a {
    text-decoration: none;
    color: black;
}

.order-tabs a.active {
    color: #02a9ce;
    border-bottom: 3px solid #02a9ce !important;
}

.order-tabcontent {
    font-size: 14px;
}

.order-tabcontent span.price {
    color: #02a9ce;
}

.account-order-table .detail {
    background: #02a9ce !important;
}
.account-order-table td {
    vertical-align: inherit;
}

.contact-page h2.title::after {
    background: #02a9ce;
}

.order-menu a:hover {
    color: #02a9ce !important;
    text-decoration: none;
}
.fa-circle {
    color: #02a9ce !important;
}
.order-menu .active {
    border: none !important;
}
.order-menu .active a {
    color: #02a9ce;
}
.account-name {
    font-size: 16px !important;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #02a9ce;
    text-transform: uppercase;
}
#btn-update {
    color: white;
}
#btn-update:hover {
    background-color: #138496;
}

.order-content {
    margin-left: 20px;
    width: 70%;
    border: none;
}

@media (max-width: 990px) {
    .order-menu {
        width: 100%;
    }
    .order-content {
        width: 100% !important;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    #modal-login,
    #modal-register {
        font-size: 10px;
    }
}

.h2-title::after {
    background: #02a9ce;
}

.footer__logo img {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget span iframe {
        width: auto !important;
        height: auto !important;
    }
    .footer__logo {
        margin-bottom: 150px !important;
    }
    .footer__logo img {
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .footer__logo {
        margin-bottom: 150px !important;
    }
    .help-page #accordionPayment {
        width: auto;
    }
    .footer__logo img {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget span iframe {
        width: 100%;
        height: auto;
    }
}

.footer {
    padding: 0;
}

.fb_iframe_widget_fluid,
.fb_iframe_widget {
    display: block !important;
}

#order-manage {
    font-size: 14px;
}

.order-content {
    font-size: 14px;
}

#paymentHistory {
    font-size: 14px;
}
