:root {
    --border-color: #052a4b; /* Color por defecto */
}

body {
    font-family: "DM Sans", sans-serif;
    color: #565656;
    background-color: #f1f2f6;
    background-image: url(img/bg-1.png);
    background-repeat: repeat;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Prata", sans-serif;
    margin: 0px;
    padding: 0;
    color: #181818;
    text-transform: initial;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 123%;
}

h6 {
    font-size: 18px;
    font-weight: 400;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #181818;
    transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #181818;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
  
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #B68C5A;
    border-radius: 5px;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    background: #B68C5A;
    border-radius: 10px;
}

::placeholder {
    font-size: 16px;
    color: #c0c0c0 !important;
    opacity: 1;
    /* Firefox */
    font-weight: 400;
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-size: 16px;
    color: #c0c0c0 !important;
    font-weight: 400;
}

input[type="date"],
select {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.pl-32 {
    padding-left: 32px;
}


/* Header */
#header-top {
    background: #052a4b;
    color: #fff;
    padding: 10px 0 11px;
}

#header-main {
    background: #ffffff;
}

#header-main-top {
    border-bottom: 1px solid #e0edf6;
    padding-bottom: 15px;
    padding-top: 15px; 
}

#header-main #header-main-navigation {
    background-color: #e9ecef;
}

#header-main #header-main-navigation nav {
    padding-left: 0;
    padding-right: 0;
}

#header-main #header-main-navigation nav.bg-light {
    background: none !important;
}

@media (min-width: 992px) {
    #header-main #header-main-navigation nav .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }
}

#header-main #header-main-navigation nav .navbar-nav {
    display: flex;
    align-items: center;
}

#header-main #header-main-navigation nav .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    margin-right: 20px;
}

.home-nav-link {
    background: #052a4b;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 8px;
}

#page-heading {
    background: #052a4b;
    border-bottom: 6px solid var(--border-color);
}

#page-heading h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

#page-heading h1 i {
    font-size: 6px;
    margin: 0 20px;
    padding-top: 6px;
}

#page-heading nav {
    margin-top: 30px;
}

#page-heading nav .breadcrumb {
    background: no-repeat;
    margin: 0;
    padding: 0;
}

#page-heading nav .breadcrumb-item.active {
    color: #ffffff;
}

#page-heading nav ol {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
}

#page-heading nav ol li a {
    color: #ffffff;
}


/* Main */
main .main-content {
    box-shadow: 0 0 0 1px #d7bd9e;
    background-color: #fff;
    padding: 40px 60px;
}

@media (max-width: 991px) {
    main .main-content {
        padding: 40px 30px;
    }
}


main .main-content .logo-boi {
    text-align: center;
}

main .main-content .act {
    font-size: 16px;
    text-align: justify;
    line-height: normal;
    padding-right: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    main .main-content .act {
        padding: 16px;
        margin-top: 15px;
    }
}

main .main-content .act p {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    main {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    main {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


/* Step Active  */
.form-container .step-container .step.step-active .number {
    background: #00aa6e;
}

.form-container .step-container .step.step-active .title {
    color: #08121d;
    font-weight: 600;
    border-bottom: 2px solid #00aa6e;
    line-height: normal;
}


/* Step Check  */
.form-container .step-container .step.step-check .number {    
    display: none;
}

.form-container .step-container .step .check {
    font-size: 15px;
    color: #ffffff;
    background: #00a4e5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 12px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.form-container .step-container .step.step-check .check {
    display: flex;
}

.form-container .step-container .step.step-check .title {
    color: #00a4e5;
    font-weight: 600;
    border-bottom: none;
    line-height: normal;
}


#page-one {
    display: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

#page-one.step-show {
    display: block;
}

#page-two {
    display: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

#page-two.step-show {
    display: block;
}

#page-three {
    display: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

#page-three.step-show {
    display: block;
}


.navbar img {
    height: 40px;
    margin: 4px 0;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

.navbar .annual-report-2024 {
    font-size: 22px;
    color: #ffffff;
}


.form-container {
    background: #ffffff;
    padding: 0 70px 30px;
    border-radius: 20px;
}

.form-container .step-container {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 100px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.form-container .step-container .step {
    display: flex;
    align-items: center;
}

.form-container .step-container .step .number {
    font-size: 15px;
    color: #ffffff;
    background: #adadad;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 12px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container .step-container .step .title {
    color: #858585;
    font-weight: 400;
    line-height: normal;
}

.form .boi-logo {
    text-align: center;
}

.form .note {
    color: #dd0000;
    margin-bottom: 40px;
    text-align: right;
}

@media (max-width: 991px) {  
    .form .note {
        font-size: 14px;
        text-align: left;
        line-height: normal;
    }
}

.asterisk {
    color: #dd0000;
}

.form .section-title {
    font-size: 16px;
    font-weight: 600;
    background: #052a4b;
    padding: 8px 34px;
    margin-bottom: 46px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.form .section-title span {
    color: #ffffff;
}

.form .section-title .btn-actions {
    display: flex;
    margin-bottom: 6px;
}

.form .section-title .btn-actions .btn-add {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #0093cd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 4px;
    padding: 6px 26px;
}

.form .section-title .btn-actions .btn-remove {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #e7515a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4;
    padding: 6px 26px;
}

@media (max-width: 991px) {
    .form .section-title .btn-actions .btn-add {
        margin-right: 6px;
    }

    .form .section-title .btn-actions .btn-add,
    .form .section-title .btn-actions .btn-remove {
        padding: 6px 18px;
    }
}

.form .section-title.section-owners {
    background: #ffffff;
    border-bottom: 5px solid #00c0e1;
    padding: 10px 0;
}

.form .section-title.section-owners span {
    color: #08596d;
    font-weight: 600;
}

.form .section-title.section-owners span .counter {
    background: #00c0e1;
    color: #ffffff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    border-radius: 4px;
}

.form .section-title.section-owners .btn-remove {
    width: 70px;    
}

.form .section-add-owners {
    text-align: right;
    border-bottom: 5px solid #00c0e1;
    padding: 10px 0;
    margin-bottom: 200px;
}

.form .btn-add {
    background-color: #00c0e1;
    border-color: #00c0e1;
    width: 70px;
}

.container-owners {
    margin-bottom: 100px;
}

.form .section-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #b68c5a;
    padding: 0px 10px 3px;
    display: flex;
    position: absolute;
    left: 32px;
    top: -13px;
}

.form .input-container {
    background: #fbfbfb;
    border: 1px solid #d3d3d3;
    padding: 28px 16px 16px;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 20px;
    position: relative;
}

.form label {
    font-size: 16px;
    font-weight: 600;
    color: #5d3200;
    line-height: 18px;
    margin-bottom: 9px;
}

.form .input-container input {
    color: #b36100;
    font-weight: 500;
}

.form .residential-address {
    font-size: 13px;
    background: #094268;
    color: #ffffff;
    padding: 0px 10px 0px 32px;
    margin-top: 36px;
    margin-bottom: 20px;
    margin-left: -32px;
}


/* Header 2.0 */
.header-section-1 {
    background: #ffffff;
    position: relative;
}

.header-top-section {
    position: relative;
}

.header-1 .header-main {
    padding-left: 0;
    padding-right: 0;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header-1 .logo {
    display: block;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1.2px solid rgba(86, 86, 86, 0);
    background: rgba(24, 24, 24, 0.9);
    background-image: url(../../assets/img/breadcrumb/overlay.png);
}

.breadcrumb-wrapper .page-heading {
    padding: 80px 0 80px;
    text-align: center;
    position: relative;
}

.breadcrumb-wrapper .page-heading h2 {
    color: #ffffff;
    font-size: 46px;
    margin-bottom: 20px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 24px;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    display: inline-flex;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}



.header-business-owner-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 46px;
    margin-bottom: 46px;
    background: #ebebeb;
    padding: 14px 20px;
    border-radius: 8px;
}

.header-business-owner-section .title-business-owner {
    font-size: 16px;
    font-weight: 600;
    color: #094268;
}

.header-business-owner-section .btn-add {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #ff6600;
}


/* Upload Files */
#upload_files_section label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    line-height: normal;
}
#upload_files_section input {
    display: none;
}

#upload_files_section label .txt {
    font-weight: 400;
    color: #6e7175;
}

@media (max-width: 991px) { 
    #upload_files_section label .txt {
        font-size: 12px;
        font-weight: 400;
        color: #6e7175;
        margin-top: -2px;
        display: block;
    }
}

.text-help {
    font-size: 11px;
    font-weight: 500;
    color: #094268;
    margin-top: -14px;
}

.upload-files-box {
    border: 2px solid #0093cd;
    background: #eaf2f5;
    border-radius: 8px;
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.upload-files-box .select-file {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.upload-files-box .icon {
    font-size: 50px;
    color: #0093cd;
}

.upload-files-box .txt-browse {
    font-size: 17px;
    font-weight: 700;
    color: #0093cd;
}

.upload-files-box .files-supported {
    font-size: 12px;
    font-weight: 500;
    color: #6b6b6b;
    margin-bottom: 22px;
}

.upload-files-box .pdf-viewer {
    z-index: 9;
}

.upload-files-box #choose_file {
    font-size: 14px;
    padding: 6px 20px;
}




.form .terms {
    font-size: 13px;
    font-weight: 400;
    color: #495057;
    padding: 30px;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 8px;
    text-align: justify;
    height: 200px;
    overflow: auto;
}

.form .sms-consent input {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.form .sms-consent label {
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    text-align: justify;
    margin-left: 16px;
    margin-top: -2px;
    cursor: pointer;
}

.form .btn-submit {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    background: #00c0e1;
    padding: 8px 40px;
    margin-top: 55px;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.form .btn-submit:hover {
    color: #ffffff;
    background: #00c0e1;
    transform: translateY(-3px);
}




/* Main Section */
.main_section {
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .main_section .form-container {
        width: 940px;
        margin: 0px auto;
        z-index: 9;
        position: relative;
	}
}


@media (max-width: 991px) {    

    .main_section .form-container {
        margin: 0;
        padding: 0;
    }

    .main_section .form-container .form {
        padding: 0px;
    }

    .main_section .form .step-container .step .number {
        font-size: 13px;
        width: 20px;
        height: 20px;
        padding: 10px;
    }

    .main_section .form .step-container {
        font-size: 13px;
    }

    .main_section .form .input-container {
        padding: 0;
        padding-top: 40px;
        border: none;
    }

    .form-container .step-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 40px 0;
    }

    .form-container .step-container > div {
        margin-bottom: 16px;
    }
}


@media (max-width: 600px) {   
    .navbar .annual-report-2024 {
        display: none;
    }
}


.payment-successful-section {
    border: 1px solid #ced4da;
    width: 460px;
    margin: auto;
    border-radius: 8px;
    padding: 46px 50px;
    box-shadow: rgb(0 0 0 / 0%) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (max-width: 991px) {  
    .payment-successful-section {
        width: 100%;
    }
}

.payment-successful-section .icon {
    margin-bottom: 8px;
}

.payment-successful-section .icon i {
    font-size: 60px;
    color: #00aa6e;
}

.payment-successful-section .title {
    font-size: 20px;
    font-weight: 600;
    color: #00aa6e;
}

.payment-successful-section .txt {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #757575;
}

.payment-successful-section .amount-paid {
    font-size: 30px;
    font-weight: 600;
    color: #00aa6e;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 60px;
    position: relative;
}

.payment-successful-section .amount-paid .amount {
    font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
    position: absolute;
    right: 50%;
    bottom: -20px;
    left: 50%;
}

.payment-successful-section .payment-details-title {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 14px;
}

.payment-successful-section .payment-details .item {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {  
    .payment-successful-section .payment-details .item {
        flex-direction: column;
    }
}

.payment-successful-section .payment-details .item.item-border {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 10px 0;
}

.payment-successful-section .payment-details .item .value {
    color: #08121d;
    font-weight: 600;
}




/* Footer 2.0 */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.text-white {
    color: #ffffff !important;
}

.footer-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(24, 24, 24, 0.95);
}

.contact-info-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0;
    border-bottom: 1px solid rgba(249, 247, 243, 0.2);
    position: relative;
}

.contact-info-area .content {
    position: relative;
}

.contact-info-area .content .section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -6px;
}

.contact-info-area .search-widget {
    position: relative;
    max-width: 495px;
    width: 100%;
}

.contact-info-area .content p {
    color: #ffffff;
}

.contact-info-area .search-widget input {
    width: 100%;
    border: none;
    background-color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 18px;
    color: #565656;
    border-radius: 0;
    text-transform: capitalize;
    outline: none;
}

.contact-info-area .search-widget input::placeholder {
    font-size: 18px;
    color: #4f4f4f!important;
}

.contact-info-area .search-widget input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
    font-size: 18px;
    color: #4f4f4f!important;
}

.contact-info-area .search-widget input::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    color: #4f4f4f!important;
}

.contact-info-area .search-widget input:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    color: #4f4f4f!important;
}

.contact-info-area .search-widget input::-ms-input-placeholder { /* Edge antiguo */
    font-size: 18px;
    color: #4f4f4f!important;
}

.contact-info-area .search-widget button.theme-btn {
    padding: 16px 24px;
}

.contact-info-area .search-widget button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: none;
}

.theme-btn {
    background-color: #b68c5a;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    padding: 20px 32px;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.theme-btn::before {
    content: "";
    background-color: #181818;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn i {
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.theme-btn::after {
    content: "";
    background-color: #181818;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.footer-widget-wrapper {
    padding: 70px 0 100px;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
}

.footer-widget-wrapper .single-footer-widget .footer-content p {
    color: #ffffff;
}

.footer-widget-wrapper .single-footer-widget {
    margin-top: 30px;
    position: relative;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
}

.footer-widget-wrapper .single-footer-widget .widget-head h4 {
    color: #fff;
}

.footer-widget-wrapper .single-footer-widget .list-items li {
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget .list-items li:hover {
    margin-left: 5px;
}

.footer-widget-wrapper .single-footer-widget .list-items li:hover a {
    color: #b68c5a;
}

.footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child) {
    margin-bottom: 13px;
}

.footer-widget-wrapper .single-footer-widget .list-items li a {
    color: #f9f7f3;
}

.footer-widget-wrapper .single-footer-widget .contact-info h6:not(:last-child) {
    margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .contact-info h6 {
    color: #f9f7f3;
    line-height: 162%;
}

.footer-widget-wrapper .single-footer-widget .contact-info h6 a {
    color: #f9f7f3;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(249, 247, 243, 0.2);
    position: relative;
}

.footer-bottom .footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .footer-wrapper p {
    color: #f9f7f3;
}

.single-footer-widget .contact-info h6 {
    text-transform: none;
}






/* Save Button */
.btn-save {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff!important;
    background: #00aa6e;
    border-color: #00aa6e;
    box-shadow: 0 10px 20px -10px #00aa6e;
    padding: 10px 25px;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.btn-save:hover,
.btn-save:focus {
    transform: translateY(-3px);
    color: #ffffff;
    background: #02c782;
    border-color: #02c782;
    box-shadow: 0 10px 20px -10px #02c782;
}


#signCanvas {
    border: 1px solid #ced4da!important;
    border-radius: 6px;
    width: 100%;
    height: 160px;
    position: relative;
    z-index: 9;
}


/* Modals */
.modal .modal-dialog .modal-content {
    padding: 16px;
}

.modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 18px 26px 10px;
}

.modal-content .modal-header h5 {
    color: #3b3f5c;
    font-weight: 600;
    font-size: 20px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 26px 26px;
}

.modal .modal-dialog .modal-content .modal-body .sign-canvas {
    position: relative;
}

.modal .modal-dialog .modal-content .modal-body .sign-canvas i {
    font-size: 60px;
    color: #e9e9e9;
    right: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.modal .modal-dialog .modal-content .modal-body .help-text {
    font-size: 13px;
    font-weight: 400;
    color: #495057;
    font-style: italic;
}

.modal .modal-dialog .modal-content .modal-footer {
    border: none;
    padding: 26px 28px 18px;
}

.modal .modal-content .modal-footer .btn-cancel {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 500;
    background-color: #ededed;
    letter-spacing: 1px;
    border: 1px solid #e8e8e8;
    padding: 10px 25px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.modal .modal-content .modal-footer .btn-cancel:hover {
    box-shadow: 0 2px 5px 0 #e0e6ed, 0 2px 10px 0 #e0e6ed;
    transform: translateY(-3px);
}





.credit-card-form {
    background: #dddddd;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.credit-card-form .service-container {
    color: #1a1a1ab3;
    background: #ffffff;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 20px 24px 24px;
    border-radius: 12px;
    border: 1px solid #c7c7c7;
    width: 410px;
}

.credit-card-form .service-container .service-title {
    font-size: 13px;
    font-weight: 500;
    color: #a5a4a4;
    padding-bottom: 10px;
    padding-top: 6px;
    text-align: center;
}

.credit-card-form .service-container .service-title::before,
.credit-card-form .service-container .service-title::after {
    content: "";
    border-top: 1px solid #d5d5d5;
    display: inline-block;
    margin: 0px 14px;   
    width: 90px;
    height: 6px;
}

.credit-card-form .service {
    margin-bottom: -6px;
    display: flex;
    justify-content: space-between;
}

.credit-card-form .service .filing-fee {
    font-size: 13px;
    font-weight: 500;
    color: #535353;
}

.credit-card-form .service .total-amount {
    font-size: 13px;
    font-weight: 700;
    color: #535353;
}

.credit-card-form .service-total {
    margin-top: 12px;
}

.credit-card-form .service-total .total,
.credit-card-form .service-total .total-amount {
    color: #00a4e5;
    font-weight: 900;
}

.credit-card-form .container-form {
    font-size: 13px;
    font-weight: 600;
    color: #b1b1b1;
    background: #ffffff;
    margin-bottom: 50px;
    padding: 20px 24px 24px;
    border-radius: 12px;
    border: 1px solid #c7c7c7;
    width: 410px;
}

.credit-card-form .container-form .contact-info {
    font-size: 13px;
    font-weight: 500;
    color: #a5a4a4;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
}

.credit-card-form .container-form .form-group .input {
    position: relative;
}

.credit-card-form .container-form .form-group .input i {
    font-size: 22px;
    color: #a9a9a9;
    position: absolute;
    top: 12px;
    left: 22px;
}

.credit-card-form .container-form .form-group .input input {
    padding-left: 74px;
}

.credit-card-form .container-form .contact-info::before,
.credit-card-form .container-form .contact-info::after {
    content: "";
    border-top: 1px solid #d5d5d5;
    display: inline-block;
    margin: 0px 14px;   
    width: 80px;
    height: 6px;
}

.credit-card-form .container-form label {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1ab3;
    margin: 0;
}

.credit-card-form .container-form input {
    font-size: 15px;
    color: #1a1a1ae6;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #e0e0e000, 1px 1px 0px 0px rgb(111 111 111 / 4%), 1px 1px 0px 0 rgba(0, 0, 0, 0.05);
    height: 44px;
}

.credit-card-form .container-form input::placeholder {
    font-size: 15px;
    font-weight: 100;
    color: #3f3f3f;
}

.credit-card-form .container-form input:focus {
    border: 1px solid #ffd1b3;
    box-shadow: 0 0 0 0.1rem rgb(255 102 0 / 42%);
}

.credit-card-form .container-form input:disabled {
    background: #f3f3f3;
}

.credit-card-form .container-form .btn-pay {
    background: #005c9d;
    color: #ffffff;
    border-radius: 6px;
    width: 100%;
    height: 44px;
    margin-top: 36px;
    margin-bottom: 36px;
}

.credit-card-form .container-form .btn-pay:hover {
    background: #00a4e5;
}

.credit-card-form .container-form .squareup {
    font-weight: 900;
    color: #a3a3a3;
    text-align: center;
    margin-bottom: 6px;
}

.credit-card-form .container-form .squareup img {
    cursor: pointer;
}

.credit-card-form .container-form .legal {
    display: flex;
    justify-content: center;
}

.credit-card-form .container-form .legal > div {
    font-weight: 400;
    color: #939393;
    margin: 0 10px;
    cursor: pointer;
}

.credit-card-form .container-form .accepted-cards-container {
    font-size: 12px;
    margin-bottom: 20px;
}

.credit-card-form .container-form .accepted-cards-container .accepted-cards-txt {
    color: #7f7f7f;
    margin-bottom: 8px;
}

.credit-card-form .container-form .accepted-cards-container img {
    max-width: 60px;
    margin-right: 18px;
}



/* Credit Card Form */
.card-number-container {
    width: 100%;
    padding-left: 46px;
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0 auto 30px auto;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #e0e0e000, 1px 1px 0px 0px rgb(111 111 111 / 4%), 1px 1px 0px 0 rgba(0, 0, 0, 0.05);
}

.card-number-container input {
    width: 100%;
    letter-spacing: 1px;
    font-size: 30px;
    padding: 15px 15px 15px 25px;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

.card-number-container input.card-number {
    border: none;
    box-shadow: none;
}

.card-number-container input.card-number:focus {
    border: none;
    box-shadow: none;
}

.expiration-month,
.expiration-year,
.security-code {
    text-align: center;
}

.expiration-month::placeholder,
.expiration-year::placeholder,
.security-code::placeholder {
    text-align: center;
}

.card-type {
    width: 40px;
    height: 30px;
    background: url("img/cards.png");
    background-position: 0 -146px;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 10px;
}

.card-type.mastercard {
    background-position: 0 2px;
}

.card-type.visa {
    background-position: 0 -56px;
}

.card-type.amex {
    background-position: 0 -27px;
}

.card-type.discover {
    background-position: 0 -86px;
}

.card-valid {
    font-size: 16px;
    color: #ffffff;
    background: #ccc;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 12px;
}

.card-valid.active {
    color: #ffffff;
    background: #00cf58;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-details {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    transition: 300ms ease;
}

.card-details input {
    font-size: 30px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.card-details input.error {
    border: 1px solid #c2313c;
    box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
    outline: none;
}

.card-details .expiration {
    width: 50%;
    float: left;
    padding-right: 5%;
}

.card-details .cvv {
    width: 45%;
    float: left;
}






.form .note-owner {
    line-height: 18px;
    margin-top: 80px;
    border-left: 4px solid #ff7600;
    padding-left: 14px;
}

.form .note-owner strong {
    font-size: 16px;
    font-weight: 600;
    color: #ff7600;
    margin-bottom: -26px;
}

.form .note-owner .txt {
    font-size: 14px;
    font-weight: 600;
    color: #094268;
}

.form .time-signed {
    display: flex;
    justify-content: flex-end;
}

.form .time-signed strong {
    color: #094268;
}

.form .time-signed .date {
    color: #717171;
    font-weight: 500;
    margin-left: 12px;
    width: 130px;
    text-align: right;
}




.form .input-container {
    background: #fbfbfb;
    border: 1px solid #d3d3d3;
    padding: 40px 16px 16px;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 20px;
    position: relative;
}

.form .section-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #b68c5a;
    padding: 0px 10px 3px;
    display: flex;
    position: absolute;
    left: 32px;
    top: -13px;
}

.form .note {
    color: #e13434;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: right;
}

.form .note-beneficial-owners {
    font-size: 15px;
    color: #000000;
    background: #f41a1a1c;
    text-align: justify;
    border-left: 4px solid #e90000;
    padding: 20px 24px 24px 24px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.form .note-beneficial-owners strong {
    color: #e90000;
}

.form .note-beneficial-owners .text {
    line-height: 20px;
}



.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #052a4b;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* Modal Loading */
body.modal-show-loading {
    overflow: hidden;
}

.modal-loading .backdrop-modal-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000db;
}

.modal-loading .loading {
    color: #ffffff;
	background: #cdcdcd;
	position: fixed;
	top: 50%;
	bottom: 50%;
	left: 50%;
	font-size: 10px;
	line-height: 30px;
    z-index: 99999;
}

.modal-loading .loading .block {
	position: absolute;
	width: 13px;
	display: inline-block;
	background: #00a1ff;
	-webkit-animation-name: pillar;
	-webkit-animation-duration: 700ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	animation-name: pillar;
	animation-duration: 700ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}

.modal-loading .loading h1 {
    font-size: 28px;
    margin-left: -32%;
    margin-top: 6px;
}

.modal-loading .loading .left {
	bottom: 0px;
	left: 0px;
}

.modal-loading .loading .middle {
	bottom: 0px;
	left: 18px;
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}

.modal-loading .loading .right {
	bottom: 0px;
	left: 36px;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

@-webkit-keyframes pillar {
	from {
		height: 6px;
		opacity: 0.7;
	}
	to {
		height: 27px;
		transparent: 1;
	}
}

@keyframes pillar {
	from {
		height: 6px;
		opacity: 0.7;
	}
	to {
		height: 27px;
		opacity: 1;
	}
}