/*
Theme Name: Custom Theme (Navloans)
Theme URI: http://wordpressguru.net
Version: 1.0.1
Description: Custom Theme by Wordpress Guru
Author: Wordpress Guru
Author URI: http://wordpressguru.net
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

:root {
    --asphalt: #626262;
    --purple: #6766e8;
    --cyan: #3AE8CD;
    --green: #27ae60;
    --lightgray: #bdbdbd;
    --pink: #9a3fd6;
    --greenalt: #d8eabb;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    /* font: 400 14px/1.5 'Hahmlet'; */
    font: 400 14px/1.5 Arial, Helvetica, sans-serif;
    color: var(--asphalt);
    word-break: break-word;
    background-color: #efeef6;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 2.5rem;
}

b,
strong {
    font-weight: bold;
}

a,
input[type="submit"],
button {
    transition: 0.3s ease;
}

textarea {
    outline: none;
}

.page_wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    min-height: 100vh;
}

.container {
    max-width: 405px;
    padding-left: 20px;
    padding-right: 20px;
}


/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    color: var(--pink);
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus,
select:focus {
    outline: 0;
    border: 1px solid var(--purple) !important;
}

.purple {
    color: var(--purple);
}

.asphalt {
    color: var(--asphalt) !important;
}

.cyan {
    color: var(--cyan);
}

.pink {
    color: var(--pink);
}

.green {
    color: var(--green);
}

.hahmlet {
    font-family: 'Hahmlet';
}

.text-underline {
    text-decoration: underline;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.5;
    margin-bottom: 2rem;
    /* font-family: 'Hahmlet'; */
}

.h1,
h1 {
    font-size: 24px;
}

.h2,
h2 {
    font-size: 24px;
}

.h3,
h3 {
    font-size: 20px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 16px;
}

.h6,
h6 {
    font-size: 15px;
}

section ol,
section ul {
    padding-left: 20px;
    margin-bottom: 2rem;
}

section ol li,
section ul li {
    margin: 0 0 18px;
}

table td {
    padding: 15px 10px;
}


/* header */
.header {}

.sticky .site_logo a {}

.sticky {}

.site_logo a {}



/* sidebar */
.sidebar {}

/* footer */






/*------------------------------------*\
    PAGES
\*------------------------------------*/

*::-webkit-input-placeholder {
    color: rgba(110, 113, 124, 1);
}

*:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(110, 113, 124, 1);
}

*::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(110, 113, 124, 1);
}

*:-ms-input-placeholder {
    color: rgba(110, 113, 124, 1);
}

::-webkit-input-placeholder:after {}

:focus::-webkit-input-placeholder {
    color: transparent;
}

::-moz-placeholder:after {}

:focus::-moz-placeholder {
    color: transparent;
}

.outline-btn {
    display: inline-block;
    font-size: 14px;
    border: 1px solid var(--purple);
    padding: 20px 40px;
    line-height: 1.5;
    text-decoration: none !important;
    transition: all 0.25s ease 0s;
    text-align: center;
    font-weight: bold;
    color: var(--purple);
    letter-spacing: 0;
    min-width: 260px;
    text-align: center;
    text-shadow: none !important;
    border-radius: 8px;
}

.outline-btn:hover {
    background-color: var(--purple) !important;
    color: #fff !important;
    border-color: var(--purple) !important;
}

.outline-btn.white-btn {
    color: #fff;
    border-color: #fff;
}

.outline-btn.white-btn:hover {
    background-color: #fff !important;
    color: var(--purple) !important;
    border-color: #fff !important;
}

.outline-btn.gray-btn {
    border-color: var(--asphalt);
    color: var(--asphalt);
}

.outline-btn.solid-btn {
    background-color: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

.outline-btn.solid-btn:hover {
    background-color: #fff !important;
    color: var(--purple) !important;
    border-color: var(--purple) !important;
}

.outline-btn.solid-btn.btn-white {
    background-color: #fff;
    color: var(--purple);
    border-color: #fff;
}

.outline-btn.solid-btn.btn-white:hover {
    background-color: var(--purple) !important;
    color: #fff !important;
    border-color: var(--purple) !important;
}

.outline-btn.solid-btn.green-btn {
    font-size: 10px;
    background: #27ae60;
    color: #fff;
    min-width: 132px;
    padding: 10px 20px;
    border-color: #27ae60;
}

.outline-btn.solid-btn.gray-btn {
    font-size: 10px;
    background: #bdbdbd;
    color: #fff;
    min-width: 132px;
    padding: 10px 20px;
    border-color: #bdbdbd;
}

.outline-btn.solid-btn.small-btn {
    min-width: unset;
    padding: 4px 10px;
    border-radius: 4px;
}


main {
    /* background: #F9FAFC; */
    background: #fff;
    max-width: 375px;
    margin: 20px auto;
    border-radius: 24px;
    min-height: 600px;
    position: relative;
}

section {
    padding: 5rem 0 3rem;
}

form select {

    /*Clear the default select box style*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*Display a small arrow picture in the rightmost middle of the selection box*/
    background: url(img/select-arrow.png) no-repeat scroll 98% center transparent;


    /*Leave a little place for the small drop-down arrow to avoid being overwritten by text*/
    padding-right: 30px;
}

.form.login-form {
    background: #FFFFFF;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 4%); */
    border-radius: 24px;
    /* padding: 120px 22px 14px; */
    padding: 0;
}

.form p {
    position: relative;
    margin-bottom: 4rem;
}

.form label {
    font-size: 10px;
    background: #fff;
    padding: 2px 7px;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    left: 20px;
}

.form input,
.form select,
.form textarea {
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    border: 1px solid rgba(110, 113, 124, .31);
    background-color: #F9FAFC;
    outline: none !important;
    color: #25292D;
    width: 100%;
}

.form input[type="reset"]{
    text-align: center;
}

.form input::-moz-selection,
.form select::-moz-selection,
.form textarea::-moz-selection {
    background: #9a3fd6;
    color: #fff;
}

.form input::selection,
.form select::selection,
.form textarea::selection {
    background: #9a3fd6;
    color: #fff;
}

.form select {
    color: #25292D;
}

.form select option {
    color: #25292D;
}

.form select option:first-child {
    color: #bdbdbd;
}

.form.login-form input {
    background: #F9FAFC;
    border: 1px solid var(--purple);
}

.form input[type="submit"] {
    background: var(--purple);
    text-align: center;
    color: #ffffffab;
    font-weight: normal;
    border: 1px solid var(--purple);
}

.form input[type="submit"]:hover {
    background: #fff;
    color: var(--purple);
    border: 1px solid var(--purple);
}

.agree-field input[type="checkbox"] {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #D2D5E2;
    border: 1px solid #D2D5E2;
    margin: 0 8px 0 0;
    position: relative;
    top: 5px;
}

.agree-field.error .agree-field-error {
    visibility: visible;
    opacity: 1;
}

.agree-field.error label:before {
    border-color: var(--red);
}

.agree-field-error {
    position: absolute;
    top: -70px;
    left: 25px;
    width: 185px;
    text-align: left;
    padding: 10px;
    border-radius: 8px;
    background: #f3f3f3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 10px;
    color: var(--red);
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
}

.agree-field-error::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 25px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
}

.verify-email-page {
    background: var(--white);
}

.verify-email-page .form input[type="submit"] {
    border-color: #fff;
}

.back-btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(img/back-btn.png) no-repeat center;
}

.verify-email-page .back-btn {
    position: absolute;
    top: 50px;
    left: 35px;
}

.verified-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    background: rgba(134, 132, 255, .8);
    padding: 340px 30px 0;
    border-radius: 24px;
}

.verified-popup>div {
    padding: 24px;
}

.profile-pic {
    border: 20px solid #4F4BC5;
    border-radius: 100%;
}

.borrower-dashboard-page .form input[type="submit"] {
    background-image: url(img/clicking-icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.tab-nav {
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.tab-nav li {
    margin: 0;
    min-width: 25%;
}

.tab-nav li a {
    border-top: 2px dashed #E5E9F2;
    color: var(--purple) !important;
    font-size: 7px;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-decoration: none !important;
    position: relative;
}

.tab-nav li.ui-state-active a,
.tab-nav li:hover a {
    font-weight: bold;
    border-top: 2px solid var(--purple);
}

.tab-nav li.ui-state-active a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: var(--purple);
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -8px;
}

.help-button {
    display: block;
    width: 17px;
    height: 17px;
    background: url(img/help-icon.png);
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
}

.table-summary table tr td:last-child {
    text-align: right;
    font-size: 13px;
    color: #CCCBFF;
}

.table-summary {
    background: url(img/summary-bg.png) repeat-x center / auto 100%;
    padding: 20px 12px;
}

.table-summary table td {
    padding: 10px;
    color: #CCCBFF;
    font-size: 12px;
    font-weight: 400;
}

.borrower-details-dashboard table td,
.borrower-details-dashboard table th {
    text-wrap: balance;
    text-align: center;
}

.table-summary>p {
    border-bottom: 1px dashed #CCCBFF;
    padding: 0 0 10px;
    margin: 0 0 10px;
    color: #CCCBFF;
}

.loan-offer {
    padding: 25px 15px 10px;
    margin: 0 0 25px;
    background: url(img/white-bg.png) repeat-x center / auto 100%;
}

.loan-offer>p:first-child {
    border-bottom: 1px dashed var(--purple);
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.loan-details .loan-offer {
    background-image: url(img/white-bg-long.png);
}

.borrower-details-dashboard table td,
.borrower-details-dashboard table th {
    padding: 10px 10px;
    border: 1px solid var(--lightgray);
}

.borrower-details-dashboard table td:nth-child(3) {
    text-align: right;
}

.borrower-details-table .inner {
    padding: 20px;
}

.borrower-details-table table td:last-child {
    text-align: right;
    font-size: 13px;
    min-width: 45px;
}

.borrower-details-table table td:first-child {
    color: #B4B4B4;
    font-size: 12px;
}

.borrower-details-table table td {
    padding: 10px;
}

.my-loan-offer table td,
.my-loan-offer table th {
    padding: 10px 5px;
    border: 1px solid var(--lightgray);
}

.lender-account-created table td {
    padding: 8px 5px;
}

.borrower-details-admin .borrower-details-table table td:last-child {
    min-width: 110px;
    font-size: 12px;
}

.borrower-details-admin .borrower-details-table table td:last-child a {
    color: var(--green);
    font-size: 12px;
}

.borrower-details-admin .borrower-details-table table td {
    padding: 10px 5px;
}

.borrower-details-admin .borrower-details-table table td:last-child i {
    display: inline-block;
    font-style: normal;
    border: 1px solid;
    padding: 2px 6px;
}

.view-pw {
    font-size: 11px;
    color: var(--purple);
    background: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-style: normal;
}

.agree-field label {
    position: unset;
}

.agree-field input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.agree-field label {
    position: relative;
    cursor: pointer;
    background: none;
    top: unset;
    left: unset;
}

.agree-field label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #D2D5E2;
    border: 2px solid #D2D5E2;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 5px;
}

.agree-field input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 16px;
    width: 6px;
    height: 14px;
    border: solid var(--purple);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.agree-field input:checked+label:before {
    border-color: var(--purple);
    background-color: transparent;
}

.verified-page {
    padding-left: 30px;
    padding-right: 30px;
}

main table {
    width: 100%;
}

select.asphalt,
option.asphalt {
    color: #25292D !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor {}

.note {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}

.my-applications-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
    border: 1px solid var(--purple);
    border-radius: 5px;
}

.my-applications-list .my-application-list__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-bottom: 1px solid var(--purple);
    font-weight: 400;
}

.my-applications-list .my-application-list__item:last-child {
    border-bottom: none;
}

.my-applications-list .my-application-list__item .application-status,
.my-applications-list .my-application-list__item .loan-amount {
    text-wrap: nowrap;
}

.my-applications-list .my-application-list__item .loan-amount {
    color: #82df03;
}

.borrower-dashboard-page {
    color: var(--purple);
}

.data-safety-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
    padding: 35px;
    overflow: hidden;
    transition: all ease 0.3s;
}

.hidden_element {
    visibility: hidden;
    opacity: 0;
}

.data-safety-popup>.data-safety-popup-inner {
    max-height: 600px;
    overflow: auto;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px #d4d2d2cc;
}

.data-safety-popup>.data-safety-popup-inner::-webkit-scrollbar {
    width: 10px;
}

.data-safety-popup>.data-safety-popup-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(211, 211, 211);
    border-radius: 10px;
}

/* Handle */
.data-safety-popup>.data-safety-popup-inner::-webkit-scrollbar-thumb {
    background: rgb(218, 218, 218);
    border-radius: 10px;
}

.data-safety-popup>.data-safety-popup-inner p {
    font-size: 12px;
}

.instructions-modal>.close-modal,
.data-safety-popup>.close-popup {
    width: 20px;
    height: 20px;
    border: unset;
    outline: unset;
    margin-left: auto;
    margin-bottom: 10px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 24 24'%3E%3Cpath d='M 4.9902344 3.9902344 A 1.0001 1.0001 0 0 0 4.2929688 5.7070312 L 10.585938 12 L 4.2929688 18.292969 A 1.0001 1.0001 0 1 0 5.7070312 19.707031 L 12 13.414062 L 18.292969 19.707031 A 1.0001 1.0001 0 1 0 19.707031 18.292969 L 13.414062 12 L 19.707031 5.7070312 A 1.0001 1.0001 0 0 0 18.980469 3.9902344 A 1.0001 1.0001 0 0 0 18.292969 4.2929688 L 12 10.585938 L 5.7070312 4.2929688 A 1.0001 1.0001 0 0 0 4.9902344 3.9902344 z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    position: relative;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Desktop */
.ForMobile {
    display: none !important;
}

@media screen and (min-width:0) and (max-width:1799px) {}

@media screen and (min-width:0) and (max-width:1599px) {}

@media screen and (min-width:0) and (max-width:1439px) {}

@media screen and (min-width:0) and (max-width:1365px) {}

@media screen and (min-width:0) and (max-width:1199px) {





    /* Mobile */
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .ForMobile {
        display: block !important;
    }

    .ForDesktop {
        display: none !important;
    }

    body {
        min-width: 320px;
    }


}

@media screen and (min-width:0) and (max-width:767px) {

    .container,
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }


}

@media screen and (min-width:0) and (max-width:575px) {}

@media only screen and (min-device-width:320px) {
    body {
        padding: 0;
    }
}

.datepicker-days {
    width: 300px;
}

.table-condensed {
    width: 100%;
}

.uploading-progress-bar {
    margin-top: 10px;
}

.progress-bar {
    background-color: var(--purple);
}

.form input[type="submit"]:disabled {
    opacity: 0.8;
    cursor: help;
    background: var(--gray);
    border: var(--gray);
}

.confirmMessage {
    color: #5f3ca7 !important;
}

.brand-section-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.brand-section-inner img {
    width: 125px;
}

.brand-section-inner * {
    color: var(----purple) !important;
}

.brand-heading {
    text-align: center;
    color: var(--purple) !important;
}

table tbody tr th {
    background: #6766e8 !important;
    color: #CCCBFF !important;
    border: 1px solid transparent !important;
}

.outline-btn.solid-btn {
    color: #CCCBFF !important;
    font-weight: 400 !important;
    font-size: 16px;
    letter-spacing: 0.7px;
}

.style {
    color: var(--purple) !important;
    font-weight: 400 !important;
    font-size: 18px;
}

.brand-section {
    margin-bottom: 35px;
}

/* .lender-dashboard::before{
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    background-image: url(img/curve.svg);
    height: 100%;
    content: '';
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
} */

.lender-dashboard section::after {
    content: '';
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    max-width: 325px;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    background: rgb(111, 66, 193);
    background: linear-gradient(90deg, rgba(111, 66, 193, 1) 10%, rgba(103, 102, 232, 1) 30%, rgba(103, 102, 232, 1) 58%, rgba(111, 66, 193, 1) 80%);
}

.my-loan-offer h5 {
    font-size: 20px;
}

.borrower-details-dashboard table td,
.borrower-details-dashboard table th {
    padding: 5px 5px;
    border: 1px solid var(--lightgray);
    text-wrap: balance;
    text-align: center;
}

.mw60 {
    max-width: 60px;
}

.green-alt {
    color: var(--greenalt);
}

.dark {
    color: #626262;
}

.export.solid-btn {
    margin-bottom: 35px;
}

table th,
table td {
    word-break: initial;
}

.agree-btn {
    background: var(--purple);
    text-align: center;
    color: #ffffffab;
    font-weight: normal;
    border: 1px solid var(--purple);
    max-width: 120px;
    width: 100%;
    border-radius: 10px;
    min-height: 45px;
    letter-spacing: 1.2px;
    margin: 0 auto;
    display: block;
}

.instructions-modal{
    left: 50%;
    top: 60%;
    max-width: inherit;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.instructions-modal .modal-inner{
    max-height: 600px;
    overflow: auto;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px #d4d2d2cc;
}
.instructions-modal .modal-inner > *{
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.download-form{
    background: var(--purple);
    text-align: center;
    color: #ffffffab !important;
    border: 1px solid var(--purple);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-decoration: unset;
}
.page-template-instructions li,
.page-template-instructions a,
.page-template-instructions span,
.page-template-instructions p{
    color: #000;
}