html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #1E1B1A;
    font-family: 'Raleway', sans-serif;
    font-size: 11pt;
    font-weight: 400;
    color: #363636;
}


h1, h2, h3 {
    margin: 0;
    padding: 0;
}

p, ol, ul {
    margin-top: 0px;
}

p {
    line-height: 190%;
}

strong {
}

a {
    color: #171717;
}

    a:hover {
        text-decoration: none;
    }

    a img {
        border: none;
    }

.image {
    display: inline-block;
}

    .image img {
        display: block;
        width: 100%;
    }

.image-full {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image-left {
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered {
    display: block;
    margin: 0 0 2em 0;
}

    .image-centered img {
        margin: 0 auto;
        width: auto;
    }

hr {
    display: none;
}


/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.style1 li {
        border-top: solid 1px #E5E5E5;
        padding: .80em 0;
    }

        ul.style1 li:first-child {
            border-top: 0;
            padding-top: 0;
        }

ul.style2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.style2 li {
        border-top: solid 1px #E5E5E5;
        padding: 0.80em 0;
    }

        ul.style2 li:first-child {
            border-top: 0;
            padding-top: 0;
        }

ul.style3 li
l {
    margin: 20px 0;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
    margin: 0;
    padding: 1.0em 0em 1.5em 0em;
    list-style: none;
    text-align: center;
}

    ul.contact li {
        display: inline-block;
        margin: 0 6px;
    }

        ul.contact li span {
            display: none;
        }

        ul.contact li a {
            display: inline-block;
            text-decoration: none;
        }

            ul.contact li a:before {
                display: inline-block;
                width: 42px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                border-radius: 4px;
                background: #3f3f3f;
                color: #fff;
                font-size: 18px;
            }

            ul.contact li a:hover:before {
                background: #FFB30F;
                color: #000;
            }

            ul.contact li a.icon-twitter:before {
                background: #1DA1F2;
            }

            ul.contact li a.icon-facebook:before {
                background: #1877F2;
            }

            ul.contact li a.icon-dribbble:before {
                background:  #4A5568;
                color: #000;
            }

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
    margin-bottom: 2em;
    text-transform: uppercase;
}

    .title h2 {
        font-weight: 400;
        font-size: 2em;
        color: #FFB30F;
    }

    .title .byline {
        letter-spacing: 0.15em;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.90em;
        color: #6F6F6F;
    }

/** WRAPPER */

#wrapper {
    background: #FFFFFF url(images/) repeat;
}

#footer-wrapper {
    background: #0F0F0F;
}

.container {
    width: 100%;
    margin: 0px auto;
}

.clearfix {
    clear: both;
}


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper {
    overflow: hidden;
    background: url(./images/bg01.png) repeat;
    background-size: 100%;
    padding: 0em 0em 1.0em 0em;
    background: #333333;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
    position: relative;
    overflow: hidden;
    text-align: center;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0em 0em;
    text-transform: uppercase;
}

    #logo h1 {
        letter-spacing: 0.10em;
        font-size: 3em;
    }

    #logo p {
        letter-spacing: 0.10em;
        color: #FFF;
    }

    #logo a {
        text-decoration: none;
        color: #FFF;
    }


/** MENU */

#menu-wrapper {
    background: #FFB30F; /**-- background: #16a085; */
}

#menu {
    overflow: hidden;
    height: 50px;
}

#menu ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    line-height: normal;
    text-align: center;
}

#menu li {
    display: inline-block;
}

#menu a {
    display: block;
    letter-spacing: 1px;
    padding: 0px 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.80em;
    line-height: 50px;
    border: none;
    color: #FFF;
}

    #menu a:hover, #menu .current_page_item a {
        color: #A29100;
        text-decoration: none;
    }

    #menu a:active, #menu .current_page_item a {
        color: White;
    }

#menu .current_page_item a {
    background: #A29100;
}

/** PAGE */

#page {
    position: relative;
    overflow: hidden;
    padding: 2em 2em 3em 1em;
    max-width: 1600px;
    margin: 0 auto;
}

.outside-page {
display: flex;
align-items: center;
overflow: visible !important;
}

.outside-page #content {
float: none;
}

.outside-page #sidebar {
float: none;
}

.outside-page #sidebar .box2 {
    margin-top: 0;
}

.nav-scroll {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    border: 1px solid #cfcfcf;
    background: #f7f7f7;
    padding: 10px;
}
    .nav-scroll a {
        line-height: 1.35em;
        display: inline-block;
    }

/** CONTENT */

#content {
    float: left;
    width: calc(100% - 380px);
    max-width: 1150px;
    padding: 0em 1em;
    margin-left: 30px;
    box-sizing: border-box;
}
/********************/
/* Login header*/

.dashboard-top {
    width: 95%;
    margin: 0 auto 25px auto;
    display: grid;
    grid-template-columns: 260px 1fr 260px;
    align-items: start;
}

.dash-left {
    grid-column: 1;
}

.dash-center {
    grid-column: 2;
    text-align: center;
}

.dash-right {
    grid-column: 3;
    width: 260px;
    text-align: right;
}

.borrower-header {
    position: relative;
    min-height: 70px;
    margin-bottom: 10px;
}

.borrower-user {
    position: absolute;
    left: 0;
    top: 0;
}

.borrower-title {
    text-align: center;
    margin: 0;
    padding-top: 25px;
}
.grid-wrap {
    overflow-x: auto;
}
.loan-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    max-width: 950px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .loan-form-grid {
        grid-template-columns: 1fr;
    }
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
    overflow: hidden;
    padding: 3em 1em;
    text-align: center;
}

#copyright p {
    letter-spacing: 0.20em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.80em;
    color: rgba(255,255,255,.5);
}

#copyright a {
    text-decoration: none;
    color: rgba(255,255,255,.7);
}
#footer,
#copyright {
    max-width: 1400px;
    margin: 0 auto;
}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
    display: inline-block;
    margin-top: 1.5em;
    padding: 1.50em 3em 1.50em 3em;
    background: #16a085;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.90em;
    color: #FFF;
}

    .button:before {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 20px;
        text-align: center;
        color: #FFF;
    }

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer-wrapper {
    overflow: hidden;
    padding: 0;
    background: #1E1B1A;
}

#footer {
    color: #ADADAD;
}

#footer .title h2 {
    font-weight: 400;
    font-size: 1.2em;
    color: #FFF;
}

#footer .title {
    /* border-color: #2D2926 !important; */
}

#footer .style1 li {
    /*border-color: #2D2926 !important;*/
}

#footer .style1 a {
    font-size: 1em;
    color: #B1B1B1;
}

#box1 {
    float: left;
    width: 154px;
    margin-right: 24px;
    padding-right: 30px;
}

#box2 {
    float: left;
    width: 154px;
    margin-left: 24px;
    padding-right: 30px;
    padding-left: 0px;
}

#box3 {
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 20px;
}

/*********************************************************************************/
/* ====== Trader Header and layout for Trader Default page */
/*********************************************************************************/

.trader-header {
    display: grid;
    grid-template-columns: 250px 1fr 250px;
    align-items: center;
    padding: 12px 20px;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.trader-brand {
    justify-self: start;
    font-size: 22px;
    font-weight: bold;
}

.trader-heading {
    justify-self: center;
    font-size: 22px;
    font-weight: bold;
}

.account-menu {
    justify-self: end;
    position: relative;
}

.account-menu-button {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.account-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 180px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    overflow: hidden;
    z-index: 1000;
}

.account-menu {
    position: relative;
}

    .account-menu:hover .account-dropdown {
        display: block;
    }

.account-dropdown a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.account-dropdown a:hover {
    background: #f5f5f5;
}

/* ===== Scanner Dashboard ===== */
.scanner-dashboard {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(480px, 2fr) minmax(280px, 1fr);
    gap: 12px;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
}

.scanner-panel {
    min-width: 0;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.scanner-panel-title {
    padding: 10px 12px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    background-color: #f2f2f2;
}

.scanner-panel-body {
    min-height: 550px;
    padding: 10px;
    box-sizing: border-box;
}

.scroll-panel {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}

.empty-panel-message {
    padding: 20px 10px;
    color: #777777;
    text-align: center;
}

@media screen and (max-width: 1050px) {
    .scanner-dashboard {
        grid-template-columns: 1fr 2fr;
    }

    .latest-news-panel {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 700px) {
    .scanner-dashboard {
        display: block;
    }

    .scanner-panel {
        margin-bottom: 12px;
    }
}