/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.navbar-main {
    background-color: #005BAC;
}

.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
    background-color: #00437E;
}

.navbar-main li.account {
    background-color: #00437E;
}

ul.top-nav > li.primary-action > a.btn {
    background-color: #5CB85B;
}

#Secondary_Navbar-Account {
    background-color: #00437E;
}

.promocode_disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

.frmDomainContactModification_Confirm {
    margin-left: 20%;
}

.frmDomainContactModification_Confirm .form-group.text-note {
    color: #f00;
    padding: 0 22px;
}

@media only screen and (max-width: 992px) {
    .frmDomainContactModification_Confirm {
        margin-left: 0;
    }

    .frmDomainContactModification_Confirm .col-md-5.text-right {
        text-align: inherit;
        margin-left: 35px;
    }

    .frmDomainContactModification_Confirm .col-md-7.text-left {
        text-align: inherit;
        margin-left: 50px !important;
    }

    .frmDomainContactModification_Confirm .row.cls-sp {
        margin-left: 0 !important;
    }

    .frmDomainContactModification_Confirm .form-group.text-note {
        padding: 0 20px;
    }
}

.inputError {
    border: 0.5px solid #D62825;
    background-color: #ffe2e2;
}

.err_txt {
    font-size: inherit;
    color: #FF0000;
    padding-top: 4px;
    display: none;
}

.errorbox {
    background-image: url(../../../assets/img/error.png);
    background-repeat: no-repeat;
    background-position: 15px;
    margin: 10px 0;
    padding: 6px 8px 6px 60px;
    min-height: 28px;
    background-color: #f2d4ce;
    border: 1px solid #ae432e;
    color: #c00;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#confirmBeforeTransfer .modal-content {
    padding: 30px 20px;
}

#confirmBeforeTransfer .modal-footer-2 {
    padding: 10px;
    text-align: right !important;
}

.text-red {
    color: #ff0000;
}

#confirmBeforeTransfer .subtitle {
    font-weight: bold;
}

#confirmBeforeTransfer .title {
    font-size: 16px;
    margin-bottom: 10px;
}

#confirmBeforeTransfer ul li {
    line-height: 1.7;
}

.zcom-footer-v2 {
    padding: 20px 0;
    background: #d83532;
}

.zcom-footer-v2 ul li:first-child img {
    height: 25px;
}

.zcom-footer-v2 ul li img {
    height: 15px;
}

.zcom-footer-v2 ul li {
    display: inline-block;
    padding: 0 10px;
    color: #ffffff;

}

.zcom-box-ads {
    background: #e3edff;
    padding: 100px 0;
    margin-top: 100px;
    text-align: center;
}

.review-hosting .grab-logo img {
    height: 50px;
}

.review-hosting .review-title {
    font-family: "Open Sans", Verdana, Tahoma, serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.review-hosting p {
    margin-bottom: 0;
}

.ads-freetrail-gws ul {
    margin: 20px 0;
}

.ads-freetrail-gws .ads-gws-freetrial-image {
    margin: 20px 0;
}

.ads-freetrail-gws ul li {
    font-size: 16px;
    text-align: left;
    margin-left: 20px;
}

.review-hosting p {
    font-size: 24px;
}

.ads-freetrail-gws .sub_title {
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

.ads-freetrail-gws .claim-title {
    font-family: "Open Sans", Verdana, Tahoma, serif;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0 20px 0;
    line-height: 1;
}

.btn-claimnow {
    background-color: #2AA154;
    padding: 15px 50px;
    font-family: "Open Sans", Verdana, Tahoma, serif;
    font-weight: bold;
}

.content_show_asd {
    min-height: auto !important;
}

.transf-form-note .subtitle {
    text-decoration: underline;
    margin-bottom: 10px;
}

.transf-form-note ul {
    padding-left: 10px;
    margin-bottom: 30px;
}

.transf-form-note ul li {
    list-style: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}

.pdpa-modal .modal-body {
    padding: 20px;
}

.pdpa-modal h4 {
    font-size: 16px;
    font-weight: bold;
}

.pdpa-modal .modal-body ul {
    margin-bottom: 0 !important;
}

.pdpa-modal .modal-body ul li {
    font-weight: bold;
}

.pdpa-modal .modal-body a {
    color: #337ab7 !important;
    text-decoration: underline;
}

.pdpa-modal .modal-body p {
    font-weight: bold;
}

.out-stock {
    position: relative;
}


.out-stock-mask {
    background: url("../../orderforms/zcom_cart/img/badge.svg") no-repeat center #00000050;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 4px;
}

.out-stock-mask.out-stock-mask-hosting {
    background-size: 70%;
}

@media only screen and (max-width: 767px) {
    .out-stock-mask {
        background-size: 70%;
    }

    .out-stock-mask.out-stock-mask-hosting {
        background-size: 55%;
    }
    .img-logo-miraweb {
        top: 12px !important;
    }
}

#order-standard_cart .prepend-icon .field-icon {
    top: 10px !important;
}

.box_circle_bar p {
    height: auto;
    width: auto;
    line-height: normal;
    color: #BEBEBE;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
}

#formBulkDomainSetting .modal-Dialog,
#tabAutorenew .modal-Dialog {
    width: 625px;
}

.footer-wrapper {
    background: #FFFFFF;
    padding: 10px 0;
}

.footer-certificate {
    text-align: right;
}

.footer-certificate ul {
    display: flow-root;
    padding: 0;
    margin: 0;
}

.footer-certificate ul li:first-child {
    margin-left: 0;
}

.footer-certificate ul li {
    list-style: none;
    width: 115px;
    height: 57px;
    margin-left: 5px;
    overflow: hidden;
    display: inline-block;
}

section#footer {
    padding: 10px 10px 30px;
}

section#footer .copyright-logo img {
    width: 208px;
}

section#footer .back-to-top {
    margin-left: 8px;
}

.notice-important {
    color: #333;
    font-weight: 600;
    font-size: 11.25px;
    margin: 12px auto 4px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
}

.notice-important.login-page {
    width: max-content;
}

.notice-important.signup-page {
    font-size: 13px;
    margin: auto 16px -8px;
}

.signup-page.alert {
    display: none;
    margin-bottom: -20px;
    font-size: 15px;
    margin-top: 4px;
}

.signup-page.alert a:hover,
.login-page.alert.alert-danger a:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    #formBulkDomainSetting .modal-Dialog,
    #tabAutorenew .modal-Dialog {
        width: 100% !important;
    }

    #tabAutorenew .label-danger,
    #tabAutorenew .label-success {
        display: inline-flex;
        padding: 6px;
    }
    .hideMobile {
        display: none !important;
    }
    .hidePC {
        display: block !important;
    }
    .footer-certificate {
        text-align: center;
    }
    section#footer .copyright {
        text-align: center;
        margin-bottom: 10px;
    }

    section#footer .copyright-logo {
        text-align: center !important;
    }

    .notice-important.login-page {
        width: 100%;
    }
    .notice-important.signup-page {
        font-size: 11.15px;
        width: inherit;
        margin: auto 16px;
    }
}

.hidePC {
    display: none;
}

.hideMobile {
    display: block;
}
.product-details .product-miraweb {
    color: #FFFFFF;
}

.maskunclick {
    cursor: progress !important;
    pointer-events: none;
    z-index: 999999;
}

.img-logo-miraweb {
    position: relative;
    z-index: 9;
    width: 50%;
    top: 25px;
}

.upgrade-notes {
    color: #8a6d3b;
    background-color: #fcf8e3;
    margin: 8px auto -8px auto;
    border: 1px solid #ffffd2;
    border-radius: 4px;
    font-size: 12px;
    padding: 9px;
}
.mg-bottom-10{
    margin-bottom: 10px;
}

.footer-wrapper-order,
.footer-wrapper-bulk-search,
.footer-wrapper-bulk-transfer,
.footer-wrapper-cart,
.footer-wrapper-ai-search,
.footer-wrapper-signin_signup,
.footer-wrapper-order_checkout,
.footer-wrapper-complete,
.footer-wrapper-affiliate_thankyou
{
    background: transparent;
}

#clientLoginForm #login[disabled] {
    background-color: #D0D0D0;
    cursor: not-allowed;
    border-color: #d8d0d0;
}

table.table-list tbody td {
    font-size: inherit;
}

#loadingPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#loadingPopup .popup-content {
    background: white;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
}

#loadingPopup .popup-content .spinner {
    margin: 20px auto;
    width: 55px;
    height: 55px;
    border: 5px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

#loadingPopup .popup-content h1,
#loadingPopup .popup-content h2,
#loadingPopup .popup-content h4 {
    margin: 32px auto;
    font-family: Noto Sans JP, 'Lato', sans-serif;
    font-weight: bold;
}

.fraudcheck-custom .error-heading {
    margin: 10px 0 30px;
    font-size: 1.4em;
    text-align: center;
}

.fraudcheck-custom .error-text {
    font-size: 16px;
}