@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/Portal.Components/Portal.Components.ugsxsetr11.bundle.scp.css';

/* _content/MDGDealer.App/Components/ApiEndpointOutput.razor.rz.scp.css */
.apiTable > thead > tr > :last-child[b-8uh6rjuorv] {
    width: 12%;
}

.apiTable > thead > tr > :first-child[b-8uh6rjuorv] {
    width: 12%;
}

.apiTable > thead > tr > :nth-child(2)[b-8uh6rjuorv] {
    width: 15%;
}

.apiTable[b-8uh6rjuorv]{
    width: 100%;
}

[b-8uh6rjuorv] .reqType {
    font-family: inherit, monospace;
}

[b-8uh6rjuorv] .codeSampleDiv {
    border-radius: 5px;
    background-color: rgba(0,0,0,.125);
    color: black;
}

[b-8uh6rjuorv] .code-wrapper {
    position: relative;
}

    [b-8uh6rjuorv] .code-wrapper pre {
        background-color: #2d1601;
        color: white;
        padding: 1rem;
        /*border-radius: 0 0 5px 5px;*/
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px !important;
        margin: 0;
        max-height: 400px;
        overflow-y: scroll;
    }

[b-8uh6rjuorv] .linkButton {
    transition: all 0.2s ease;
    padding: 10px 15px !important;
}

    [b-8uh6rjuorv] .linkButton:hover {
        background-color: rgba(0,0,0,.125) !important;
        padding-left: 25px !important;
    }

.divSurround[b-8uh6rjuorv] {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.addPadding[b-8uh6rjuorv]{
    padding: 0 20px;
}

.GET[b-8uh6rjuorv] {
    background-color: RGBA(51, 206, 212,0.8);
}

.POST[b-8uh6rjuorv] {
    background-color: RGBA(56, 161, 58, 0.8);
}

.PUT[b-8uh6rjuorv] {
    background-color: RGBA(245, 66, 93, 0.8);
}

.GET[b-8uh6rjuorv],
.POST[b-8uh6rjuorv],
.PUT[b-8uh6rjuorv] {
    padding: 0 10px;
    border-radius: 15px;
}

@media screen and (max-width: 315px) {
    [b-8uh6rjuorv] .linkButton {
        transition: background-color 0.2s ease;
        border-radius: 5px;
        padding: 10px 5px !important;
    }
}

[b-8uh6rjuorv]::-webkit-scrollbar {
    background-color: inherit;
    width: 10px;
    height: 10px;
}

[b-8uh6rjuorv]::-webkit-scrollbar-track {
    background-color: inherit;
    width: 16px;
    height: 16px;
}

[b-8uh6rjuorv]::-webkit-scrollbar-thumb {
    background-color: RGBA(255,255,255,0.2);
    border-radius: 10px;
}

[b-8uh6rjuorv]::-webkit-scrollbar-corner {
    background: inherit;
    border:none;
    outline:none;
    border-radius: inherit;
}
/* _content/MDGDealer.App/Components/BannerAlert.razor.rz.scp.css */
.con[b-3rwn4zpjed] {
    opacity: 1;
    margin-top: 0px;
    max-height: 800px;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, max-height 0.8s ease 0s;
}

.con.hideClass[b-3rwn4zpjed] {
    opacity: 0;
    max-height: 0px;
    transform: translateX(-1000px);
}

.alertHolder[b-3rwn4zpjed] {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin: 0 0 20px 0;
}

.alertHolder > div[b-3rwn4zpjed] {
    margin: 0;
    margin-right: auto;
    padding: 0 0 0 20px;
    width: 85%
}

.alertHolder > i[b-3rwn4zpjed] {
    margin: 4px 0 0 0;
    padding: 0;
    width: 80px;
    text-align: center;
}

.fa-xmark[b-3rwn4zpjed]{
    font-size: 25px;
    line-height: 27.5px;
}

.closeBtn[b-3rwn4zpjed] {
    margin: 0 20px 0 0;
    padding: 0;
    height: 30px;
    width: 30px;
    border: none;
    background-color: transparent;
}

.closeBtn > i[b-3rwn4zpjed] {
    margin: 0;
    padding: 0;
}

.closeBtn:active[b-3rwn4zpjed],
.closeBtn:focus[b-3rwn4zpjed],
.closeBtn:focus-visible[b-3rwn4zpjed]{
    border: none;
    outline: none;
    box-shadow: none;
}

.closeBtn:hover[b-3rwn4zpjed]{
    color: black;
}

/*Media Queries*/
@media screen and (max-width: 991px){
/*    .alertHolder > i {
        width: 7%;
    }*/
    .alertHolder > p[b-3rwn4zpjed] {
        width: 85%
    }
    .closeBtn[b-3rwn4zpjed] {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px){
    .alertHolder > i[b-3rwn4zpjed] {
        width: 60px;
    }
    .alertHolder > p[b-3rwn4zpjed] {
        width: 75%
    }
    .closeBtn[b-3rwn4zpjed]{
        margin-right: 15px;
    }
}

@media screen and (max-width: 575px) {
    .alertHolder > i[b-3rwn4zpjed] {
        width: 60px;
    }
    .alertHolder > p[b-3rwn4zpjed] {
        width: 85%
    }
    .closeBtn[b-3rwn4zpjed] {
        margin-right: 15px;
    }
}
/*Media Queries*/
/* _content/MDGDealer.App/Components/ContactUs.razor.rz.scp.css */
.contact-us[b-uslytuqhnc] {
    background-color: #EEEEEE;
}

.banner-header[b-uslytuqhnc] {
    font-size: 45px;
    font-weight: bold;
    color: #0E3A61;
}

[b-uslytuqhnc] .form-control {
    letter-spacing: 0.04em !important;
    font-size: 17px !important;
    line-height: 21px !important;
}

    [b-uslytuqhnc] .form-control-lg:focus,
    [b-uslytuqhnc] .form-control:focus {
        outline: none;
        box-shadow: none;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem orange;
    }

[b-uslytuqhnc] .orange-button {
    border: none;
    background-color: #CC6600;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

    [b-uslytuqhnc] .orange-button.disabled {
        opacity: 0.7;
        cursor: not-allowed !important;
    }

    [b-uslytuqhnc] .orange-button:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem orange;
    }

[b-uslytuqhnc] .btn.disabled {
    background-color: #E5B17D !important;
}

@media(max-width: 767.98px) {
    .banner-header[b-uslytuqhnc] {
        font-size: 35px;
    }
}
/* _content/MDGDealer.App/Components/Layout/APIDocLayout.razor.rz.scp.css */
.page[b-byxupeatka] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-navbar[b-byxupeatka] {
    background-color: #fff;
    width: 100%;
    position: sticky;
    height: 5.4rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

main[b-byxupeatka] {
    flex: 1;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.flex-div[b-byxupeatka] {
    height: CALC(100vh - 5.4rem);
}

.login-button[b-byxupeatka] {
    flex: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: white;
    background-color: #CC6600 !important;
    margin: 5px;
}

@media (min-width: 768px) {
    .page[b-byxupeatka] {
        flex-direction: row;
    }

    .sidebar[b-byxupeatka] {
        min-width: 16rem;
        width: 16rem;
        height: 100%;
        position: sticky;
        top: 0;
        height: 100%;
        border-right: 1px solid #dadde1 !important;
        transition: all 0.4s;
    }
}

@media (max-width: 768px) {
    .sidebar[b-byxupeatka] {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s;
    }
}

[b-byxupeatka] code {
    font-size: 1em !important;
    color: #ef7503 !important;
    font-weight: bold;
    line-height: inherit;
}

[b-byxupeatka] pre code {
    color: #FFF !important;
    font-weight: unset;
}

[b-byxupeatka] .linkButton {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: inline;
}

[b-byxupeatka] .linkColor,
[b-byxupeatka] .linkButton {
    color: #007BFF;
    text-decoration: none;
    line-height: inherit;
}

[b-byxupeatka] .btnReference {
    width: 250px;
    height: 250px;
    background-color: unset;
    outline: solid 1px #dadde1 !important;
    transition: outline 0.1s ease-in, box-shadow 0.1s ease-in !important;
    color: #2d1601;
}

    [b-byxupeatka] .btnReference:focus {
        outline: solid 1px #ef7503 !important;
        box-shadow: 0px 0px 10px 1px rgba(239,117,3,1);
    }

    [b-byxupeatka] .btnReference:hover {
        outline: solid 1px #ef7503 !important;
    }

        [b-byxupeatka] .btnReference:hover i {
            color: #ef7503;
        }

    [b-byxupeatka] .btnReference i {
        font-size: 80px;
        margin-bottom: 20px;
        transition: color 0.1s ease-in !important;
        color: #2d1601;
    }

@media screen and (max-width: 768px) {
    [b-byxupeatka] .btnReference {
        width: 250px;
        height: 250px;
    }
}
/* _content/MDGDealer.App/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9ohkjzj51e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.div-main[b-9ohkjzj51e] {
    height: CALC(100vh - 5.4rem);
}

main[b-9ohkjzj51e] {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .page[b-9ohkjzj51e] {
        flex-direction: row;
    }
}
/* _content/MDGDealer.App/Components/Layout/MerchantLayout.razor.rz.scp.css */
.page[b-1n3pvj6ebu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main > article.content[b-1n3pvj6ebu]{
    padding-top: 30px !important;
}

main[b-1n3pvj6ebu] {
    flex: 1;
    overflow-y: scroll;
}

.flexDiv[b-1n3pvj6ebu] {
    height: CALC(100vh - 5.4rem);
}

.topbar[b-1n3pvj6ebu] {
    background-color: #000000;
    width: 100%;
    position: sticky;
    height: 5.4rem;
}

.welcomeText[b-1n3pvj6ebu] {
    font-size: 1.5rem;
    font-weight: 400;
    color: #f8f9fa;
}

.btn[b-1n3pvj6ebu] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}



.login-button[b-1n3pvj6ebu] {
    flex: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #003a61;
    background-color: #f8f9fa !important;
    margin: 5px;
}

[b-1n3pvj6ebu] .login-button {
    flex: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #003a61;
    background-color: #f8f9fa !important;
    margin: 5px;
}

@media (min-width: 768px) {
    .page[b-1n3pvj6ebu] {
        flex-direction: row;
    }

    .sidebar[b-1n3pvj6ebu] {
        min-width: 19.5rem;
        width: 19.5rem;
        /*width: 250px;*/
        height: 100%;
        position: absolute;
        top: 0;
        height: 100%;      
        /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);*/
        transition: all 0.4s;
    }
    }


.navbar-toggler[b-1n3pvj6ebu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
}

/*    .navbar-toggler:active {
        border: none !important;
    }*/

/*    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important
    }*/

@media (max-width: 768px) {
    .sidebar[b-1n3pvj6ebu] {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s;
    }


    .navbar-toggler[b-1n3pvj6ebu] {
        appearance: none;
        cursor: pointer;
        width: 3.5rem;
        height: 2.5rem;
        color: white;
        border: none !important;
        z-index: 1234;
        background: transparent;
    }



}

@media (max-width: 622px) {
    .topbar[b-1n3pvj6ebu] {
        height: auto;
        min-height: 3.2rem;
        padding: 0.25rem 0;
    }

    .welcomeText[b-1n3pvj6ebu] {
        font-size: 1rem;
        max-width: 40vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0.25rem;
    }

    .login-button[b-1n3pvj6ebu] {
        font-size: 10px;
        padding: 0.25rem 0.5rem;
        margin: 2px;
    }

    .navbar-toggler[b-1n3pvj6ebu] {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1.2rem;
        margin-right: 0.5rem;
    }

    .navbar .container-fluid[b-1n3pvj6ebu],
    .navbar .container-fluid > .d-flex[b-1n3pvj6ebu] {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
        gap: 0.25rem;
    }
}
/* _content/MDGDealer.App/Components/NavMenus/APIDocNavMenu.razor.rz.scp.css */
.navbar-toggler[b-wfca9b8jzc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1.5rem;
    right: 0.1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3e%3c/svg%3e") no-repeat center/1.75rem;
    z-index: 1234;
}

    .navbar-toggler:focus[b-wfca9b8jzc] {
        box-shadow: none !important;
    }

.nav-scrollable[b-wfca9b8jzc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wfca9b8jzc] {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggler[b-wfca9b8jzc] {
        display: none;
    }

    .nav-scrollable[b-wfca9b8jzc] {
        display: block;
        overflow-y: auto;
    }
}

.sidebar-menu-list[b-wfca9b8jzc] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .sidebar-menu-list .sidebar-menu-list[b-wfca9b8jzc] {
        margin-top: 0.25rem;
        padding-left: 0.75rem;
        margin-left: 0.5rem;
        border-left: solid 1px #dadde1;
    }

.sidebar-menu-list-item[b-wfca9b8jzc] {
    margin-top: 0.25rem;
    list-style: none;
}

[b-wfca9b8jzc] .sidebar-menu-link {
    color: rgba(0,0,0,0.9) !important;
    width: 100%;
    line-height: 1.25;
    display: flex !important;
    align-items: center;
    padding: 0.375rem !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: none !important;
    font-family: inherit;
    letter-spacing: 1px;
}

    [b-wfca9b8jzc] .sidebar-menu-link:hover {
        background-color: #0000000d !important;
    }

    [b-wfca9b8jzc] .sidebar-menu-link.active {
        color: #ef7503 !important;
    }

[b-wfca9b8jzc] .sidebar-menu-list-item:has(> .active) {
    background-color: #0000000d !important;
    color: #ef7503 !important;
}

    [b-wfca9b8jzc] .sidebar-menu-list-item:has(> .active) > a {
        color: #ef7503 !important;
    }

[b-wfca9b8jzc] .sidebar-menu-list-item:hover > .btnCollapseToggle {
    background-color: #0000000d !important;
}

.btnCollapseToggle[b-wfca9b8jzc] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: unset;
    height: 32px;
    margin: 0;
    color: black;
    border-radius: 0 !important;
    border: none;
}

    .btnCollapseToggle:hover[b-wfca9b8jzc] {
        background-color: #0000000d !important;
    }

[b-wfca9b8jzc] .sidebar-menu-list-item:has(> .btnCollapseToggle:hover) {
    background-color: #0000000d !important;
}

[b-wfca9b8jzc] .sidebar-menu-link-collapsible {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    [b-wfca9b8jzc] .sidebar-menu-link-collapsible.sidebar-menu-link {
        width: 100% !important;
    }
/* _content/MDGDealer.App/Components/NavMenus/HamburgerNavMenu.razor.rz.scp.css */
.navbar[b-614dur92yj] {
    background-color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.menu-icon[b-614dur92yj] {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    cursor: pointer;
}

.menu[b-614dur92yj] {
    background-color: #000000;
    position: absolute;
    top: 100%; /* This ensures the menu starts below the navbar */
    left: 0;
    width: 300px;
    z-index: 1;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: max-height 0.5s ease-in-out, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    visibility: hidden;
}

.menu-visible[b-614dur92yj] {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.menu-hidden[b-614dur92yj] {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
}

.menu-section[b-614dur92yj] {
    padding: 5px 16px;
}

.menu-section-title[b-614dur92yj] {
    color: white;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

.menu-section-list[b-614dur92yj] {
    list-style-type: none;
    padding: 0;
}

.menu-section-list li[b-614dur92yj] {
    color: #939393;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
}

.menu-section-list li:hover[b-614dur92yj] {
    background-color: #575757;
}

[b-614dur92yj] .nav-link {
    text-transform: initial;
    font-size: 14px !important;
}

[b-614dur92yj] a.nav-link {
    letter-spacing: 0;
    padding: 0 !important;
}

[b-614dur92yj] a.nav-link.active {
    color: RGBA(255,255,255,1) !important;
}
/* _content/MDGDealer.App/Components/NavMenus/HeaderNavMenu.razor.rz.scp.css */
.divHeader[b-yi3dgqa4rf] {
    font-family: 'Open Sans';
}

.login-button[b-yi3dgqa4rf] {
    flex: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #003a61;
    background-color: #f8f9fa !important;
    margin: 5px;
}

[b-yi3dgqa4rf] .login-button {
    flex: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #003a61;
    background-color: #f8f9fa !important;
    margin: 5px;
}


.btn[b-yi3dgqa4rf] {
    display: inline-block;
    font-weight: 400;
    color: #212529 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button[b-yi3dgqa4rf], [type="button"][b-yi3dgqa4rf], [type="reset"][b-yi3dgqa4rf], [type="submit"][b-yi3dgqa4rf] {
    -webkit-appearance: button;
}

.login-button[b-yi3dgqa4rf] {
    flex: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #003a61 !important;
    background-color: #f8f9fa !important;
    margin: 5px;
}
[b-yi3dgqa4rf] .nav-link {
    text-transform: initial;
    font-size: 14px !important;
}

[b-yi3dgqa4rf] a.nav-link {
    letter-spacing: 0;
    padding: 0 !important;
}

.menuToggler[b-yi3dgqa4rf] {
    border: solid 1px RGBA(255,255,255, 0.5);
    border-radius: 4px;
    padding: 5px;
    padding-bottom: 0;
    display: none;
    margin: auto 5px auto auto;
}

    .menuToggler > i[b-yi3dgqa4rf] {
        margin: 0 !important;
        line-height: 20px;
    }



[b-yi3dgqa4rf] a.nav-link.active {
    color: RGBA(255,255,255,1) !important;
}

.navContainer[b-yi3dgqa4rf] {
    display: flex;
    flex-direction: row;
}

.navContainerMobile[b-yi3dgqa4rf] {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 86px;
    left: 0;
    background-color: black;
    width: 100%;
    z-index: -1;
}

[b-yi3dgqa4rf] .btnHeader {
    background-color: #CC6600;
    border: 1px solid #CC6600;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    height: 35px;
    font-size: 12px;
    text-decoration: none;
    padding: 0.375rem 0.60rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Open Sans';
    display: block;
}

.hdrLabel[b-yi3dgqa4rf] {
    color: #939393;
    font-size: 16px;
    font-weight: bold;
}

.navbar[b-yi3dgqa4rf] {
    background-color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 50px; /* Adjust the height as needed */
}

.menu-item[b-yi3dgqa4rf] {
    color: #939393;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.menu[b-yi3dgqa4rf] {
    background-color: #000000;
    position: absolute;
    width: 300px;
    z-index: 1;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: max-height 0.5s ease-in-out, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    visibility: hidden;
    /*display:none;*/
}

.menu-visible[b-yi3dgqa4rf] {
    /*max-height: 500px;*/
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    /*display:block;*/
}

.menu-hidden[b-yi3dgqa4rf] {
    /* max-height: 0;*/
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
}

.menu-section[b-yi3dgqa4rf] {
    padding: 5px 16px;
}

.menu-section-list[b-yi3dgqa4rf] {
    list-style-type: none;
    padding: 0;
}

    .menu-section-list li[b-yi3dgqa4rf] {
        color: #939393;
        padding: 8px 16px;
        cursor: pointer;
        font-size: 14px;
    }

        .menu-section-list li:hover[b-yi3dgqa4rf] {
            background-color: #575757;
            color: RGBA(255,255,255,0.8) !important;
        }

.menu-consumers[b-yi3dgqa4rf] {
    left: 56%;
}

.large-text[b-yi3dgqa4rf] {
    display: inline;
}

.small-text[b-yi3dgqa4rf] {
    display: none;
}

.hdrNavigationMenuNotAuthorized[b-yi3dgqa4rf], .hdrNavigationMenuAuthorized[b-yi3dgqa4rf] {
    display: block;
}

@media only screen and (min-width: 992px) {
    #div-login-btn[b-yi3dgqa4rf] {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    #div-login-btn[b-yi3dgqa4rf] {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    #div-login-btn[b-yi3dgqa4rf] {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .menuToggler[b-yi3dgqa4rf] {
        display: block;
    }

    [b-yi3dgqa4rf] .btnHeader {
        display: none;
    }

    .hideLinks[b-yi3dgqa4rf] {
        display: none !important;
    }

    .navContainer[b-yi3dgqa4rf] {
        flex-direction: column;
        position: absolute;
        flex-direction: column;
        top: 86px;
        left: 0;
        background-color: black;
        width: 100%;
        z-index: -1;
    }


    .menuToggler[b-yi3dgqa4rf] {
        margin: auto auto auto 0;
    }
}

@media screen and (max-width: 767px) {
    .menuToggler[b-yi3dgqa4rf] {
        margin: auto 0 auto 0;
    }
}

@media (max-width: 800px) {
    .hdrNavigationMenuAuthorized[b-yi3dgqa4rf] {
        display: none;
    }
}

@media (max-width: 600px) {
    .menu-consumers[b-yi3dgqa4rf] {
        left: 46%;
    }
}

@media (max-width:550px) {
    .large-text[b-yi3dgqa4rf] {
        display: none;
    }

    .small-text[b-yi3dgqa4rf] {
        display: inline;
    }
}

@media (max-width: 550px) {
    .large-text[b-yi3dgqa4rf] {
        display: none;
    }

    .small-text[b-yi3dgqa4rf] {
        display: inline;
    }
}

@media (max-width: 490px) {
    .hdrNavigationMenuNotAuthorized[b-yi3dgqa4rf] {
        display: none;
    }
}

@media screen and (max-width: 473px) {

    .menuToggler[b-yi3dgqa4rf] {
        margin: auto 0 auto 0;
    }
}
/* _content/MDGDealer.App/Components/NavMenus/MerchantNavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1.5rem;
    right: 0.1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 1234;
}
*/

.navbar-toggler[b-i9vlpu20oo] {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0.25rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navbar-toggler i[b-i9vlpu20oo] {
        font-size: 2rem;
        color: #fff;
    }


    .navbar-toggler:focus[b-i9vlpu20oo] {
        box-shadow: none !important;
    }
[b-i9vlpu20oo] .nav-link{
    text-transform:initial;
    font-size:14px !important;
}
.nav-item[b-i9vlpu20oo] {
    font-size: 0.9rem;
}

    .nav-item[b-i9vlpu20oo]  .menu-item {
        color: black !important;
        cursor: pointer !important;
        min-height: 2.5rem;
        font-size: 12px !important;
        font-weight: 600 !important;
    }

        /* Remove hover background for all nav menu items, including those rendered via foreach */
        .nav-item[b-i9vlpu20oo]  .menu-item:hover,
        .nav-link.menu-item:hover[b-i9vlpu20oo],
        .nav-link.menu-item:focus[b-i9vlpu20oo],
        .nav-item .nav-link.menu-item:hover[b-i9vlpu20oo],
        .nav-item .nav-link.menu-item:focus[b-i9vlpu20oo] {
            background-color: transparent !important;
            color: black !important;
        }


        .nav-item[b-i9vlpu20oo]  .menu-item.active {
            /*background-color: #FC761D;*/
            color: black !important;
        }

    .nav-item[b-i9vlpu20oo]  .submenu-item {
        padding-left: 2rem !important;
        font-weight: 400 !important;
    }

    

.nav-scrollable[b-i9vlpu20oo] {
    display: block;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i9vlpu20oo] {
    display: block;
}

.spanIcon[b-i9vlpu20oo] {
    width: 1.5rem;
    color: black !important;
}

.btn-invite[b-i9vlpu20oo] {
    border-radius: 4px;
    width: 210px !important;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    height: 40px;
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
    margin-top:2px;
}

.start-custom[b-i9vlpu20oo] {
    left: 30% !important;
    font-size:11px !important;
}

.start-lg-custom[b-i9vlpu20oo] {
    left: 36% !important;
    top: 22% !important;
}

.start-md-custom[b-i9vlpu20oo] {
    left: 27% !important;
    top: 18% !important;
}

.navbar-toggler:focus[b-i9vlpu20oo] {
    outline: none !important;
    box-shadow: none !important;
}


@media (min-width: 768px) {
/*    .navbar-toggler {
        display: none;
    }*/

    .nav-scrollable[b-i9vlpu20oo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        overflow-y: auto;
    }

    .offcanvas[b-i9vlpu20oo] {
        /* position: absolute; */
        /* visibility: visible; */ /* REMOVE THIS LINE */
    }

    .offcanvas-start[b-i9vlpu20oo] {
        width: inherit;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: none;
    }

    .start-custom[b-i9vlpu20oo] {
        left: 36% !important;
        top: 22% !important;
        font-size: 11px !important;
    }

    .offcanvas-start[b-i9vlpu20oo] {
        width: inherit;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: none;
    }
    .navbar-toggler:focus[b-i9vlpu20oo] {
        outline: none !important;
        box-shadow: none !important;
    }

    /*    .navbar-toggler {
        appearance: none;
        cursor: pointer;
        width: 3.5rem;
        height: 2.5rem;
        color: white;
        position: absolute;
        top: 6.5rem;
        right: 87rem;
        border: 1px solid blue;
        z-index: 1234;
    }*/

    .navbar-toggler[b-i9vlpu20oo] {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0.25rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .navbar-toggler i[b-i9vlpu20oo] {
            font-size: 2rem;
            color: #fff;
        }

    .navbar-toggler:active[b-i9vlpu20oo]{
        border-color: none !important;
    }

        .navbar-toggler:checked[b-i9vlpu20oo]  {
            display: none;
        }
}
/* _content/MDGDealer.App/Components/NavMenus/SiteFooter.razor.rz.scp.css */
.footer-container[b-tudxcc5qrq] {
    background-color: #000000 !important;
}

.footer-content[b-tudxcc5qrq] {
    font-size: 16px;
    color: #939393;
    background-color: #000000 !important;
    font-family: 'Open Sans';
}

.img-logo[b-tudxcc5qrq] {
    width: 165px;
    height: 68px;
}

.border-bottom-contact[b-tudxcc5qrq] {
    border-bottom: 1px solid #939393 !important;
}

.header-contact-details[b-tudxcc5qrq] {
    font-size: 22px;
    color: #FFFFFF;
}

.subheader-contact-details[b-tudxcc5qrq] {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.link-terms[b-tudxcc5qrq] {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
}

.link-terms-separator[b-tudxcc5qrq] {
    margin: 0 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 576px){
    .footer-content[b-tudxcc5qrq], .subheader-contact-details[b-tudxcc5qrq], .link-terms[b-tudxcc5qrq] {
        font-size: 14px;
    }

    .header-contact-details[b-tudxcc5qrq] {
        font-size: 18px;
    }
}
/* _content/MDGDealer.App/Components/NavMenus/SiteHeader.razor.rz.scp.css */

.topbar[b-aozb7yzf6v] {
    background-color: #000000;
    width: 100%;
    height: 5.4rem;
    position: sticky;
    z-index: 99;
}

.btn[b-aozb7yzf6v] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.login-button[b-aozb7yzf6v] {
    flex: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #003a61;
    background-color: #f8f9fa !important;
    margin: 5px 5px 5px 0;
}

[b-aozb7yzf6v] .logout-button {
    width: 110px;
}

[b-aozb7yzf6v] .login-button {
    flex: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #003a61;
    background-color: #f8f9fa !important;
    margin: 5px 5px 5px 0;
}

@media only screen and (max-width: 575px){
    [b-aozb7yzf6v] .login-button {
        max-width: 80px;
        font-size: 10px;
        padding: 5px;
    }
}

@media only screen and (min-width: 992px) {
    #div-login-btn[b-aozb7yzf6v] {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    #div-login-btn[b-aozb7yzf6v] {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    #div-login-btn[b-aozb7yzf6v] {
        display: none;
    }
}

.ml-auto[b-aozb7yzf6v], .mx-auto[b-aozb7yzf6v] {
    margin-left: auto !important;
}

button[b-aozb7yzf6v], [type="button"][b-aozb7yzf6v], [type="reset"][b-aozb7yzf6v], [type="submit"][b-aozb7yzf6v] {
    -webkit-appearance: button;
}
/* _content/MDGDealer.App/Components/Pages/APIDoc/BrandAssets.razor.rz.scp.css */
.link[b-cykw263d5x] {
    color: #007BFF;
    text-decoration: none;
}

.div-image-list[b-cykw263d5x] {
    overflow-x: auto;
}

.image-brand-asset[b-cykw263d5x] {
    max-width: 300px;
    max-height: 300px;
    cursor: zoom-in;
}

.image-brand-asset-sticker[b-cykw263d5x] {
    max-width: 50px;
    max-height: 50px;
    cursor: zoom-in;
}

.modal-fullscreen-image[b-cykw263d5x] {
    z-index: 3000;
    max-width: 70% !important;
}

.modal-fullscreen-image-content[b-cykw263d5x] {
    background-color: transparent !important;
    border: none !important;
}

#modal-image[b-cykw263d5x] {
    max-width: 100%;
}

.modal-fullscreen-image-backdrop[b-cykw263d5x] {
    z-index: 2500;
}

.fadeInAnimation[b-cykw263d5x] {
    animation-name: fade-in-slide-down-b-cykw263d5x;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

@media(max-width: 998px) {
    .modal-fullscreen-image[b-cykw263d5x] {
        max-width: 96% !important;
    }
}

@keyframes fade-in-slide-down-b-cykw263d5x {
    from {
        opacity: 0.1;
        margin-top: 0;
    }

    to {
        opacity: 1;
        margin-top: 75px;
    }
}
/* _content/MDGDealer.App/Components/Pages/APIDoc/Environments.razor.rz.scp.css */
.code-wrapper[b-ut6ivyscft] {
    position: relative;
}

    .code-wrapper pre[b-ut6ivyscft] {
        background-color: #2d1601;
        color: white;
        padding: 1rem;
        /*border-radius: 0 0 5px 5px;*/
        border-radius: 5px;
        font-size: 14px !important;
    }
/* _content/MDGDealer.App/Components/Pages/APIDoc/Integration.razor.rz.scp.css */
img[b-x7j1y91b95]{
    max-width: 90%;
}

div.alert[b-x7j1y91b95] {
    background-color: #fff8e1;
}

.alert[b-x7j1y91b95] {
    border-top: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-left: 0.25rem solid #ffe69c !important;
    position: static !important;
}

.code-language[b-x7j1y91b95] {
    color: white;
    background-color: #FC914A;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    text-align: right;
    margin-bottom: 0 !important
}

.code-wrapper[b-x7j1y91b95] {
    position: relative;
}

    .code-wrapper pre[b-x7j1y91b95] {
        background-color: #2d1601;
        color: white;
        padding: 1rem;
        /*border-radius: 0 0 5px 5px;*/
        border-radius: 5px;
        font-size: 14px !important;
    }

.copy-button[b-x7j1y91b95] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 5px;
    background-color: transparent !important;
    border: none;
    outline: none;
    color: #fd9d44;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    opacity: 0;
    font-size: 20px;
}

    .copy-button:hover[b-x7j1y91b95] {
        /*background-color: #FC914A;*/
    }

.code-wrapper:hover .copy-button[b-x7j1y91b95] {
    opacity: 1;
}

.stepButton[b-x7j1y91b95] {
    height: 60px;
    width: 250px;
    outline: solid 1px #dadde1 !important;
    transition: all 0.1s ease-in !important;
    color: #2d1601;
    opacity: 1;
}

.stepButton.next[b-x7j1y91b95]{
    text-align:end;
    padding-right: 10px;
}

.stepButton.prev[b-x7j1y91b95] {
    text-align: start;
    padding-left: 10px;
}

.stepButton:focus[b-x7j1y91b95] {
    box-shadow: none;
}

.stepButton:hover[b-x7j1y91b95] {
    outline: solid 1px #ef7503 !important;
    opacity: 1;
}

    .stepButton:hover i[b-x7j1y91b95] {
        color: #ef7503;
    }

    .stepButton i[b-x7j1y91b95] {
        transition: all 0.1s ease-in !important;
    }

.stepButton.disabled[b-x7j1y91b95] {
    visibility:hidden;
}

.stepRow[b-x7j1y91b95] {
    transition: all 0.1s ease-in;
    opacity: 1 !important;
}

.thinnerColumn[b-x7j1y91b95] {
    width: 75% !important;
}

@media screen and (max-width:767px) {
    .stepButton[b-x7j1y91b95] {
        width: 45%;
    }
}

@media screen and (max-width:576px){
    .stepButton[b-x7j1y91b95]{
        width: 45%;
        height: 100px;
    }
}
/* _content/MDGDealer.App/Components/Pages/APIDoc/Introduction.razor.rz.scp.css */
body[b-v666wz0zcf] {
    font-size: 20px;
}

.alert[b-v666wz0zcf] {
    border-top: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-left: 0.25rem solid #ffe69c !important;
    position: static !important;
}

.directIntegrationList[b-v666wz0zcf] {
    font-size: 18px;
}

li > strong[b-v666wz0zcf]{
    font-weight: 600;
}

div.alert[b-v666wz0zcf] {
    background-color: #fff8e1;
}
/* _content/MDGDealer.App/Components/Pages/APIDoc/ShopifyIntegration.razor.rz.scp.css */
img[b-zdb1kei2oq] {
    max-width: 90%;
}

div.alert[b-zdb1kei2oq] {
    background-color: #fff8e1;
}

.alert[b-zdb1kei2oq] {
    border-top: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-left: 0.25rem solid #ffe69c !important;
    position: static !important;
}

.code-language[b-zdb1kei2oq] {
    color: white;
    background-color: #FC914A;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    text-align: right;
    margin-bottom: 0 !important
}

.code-wrapper[b-zdb1kei2oq] {
    position: relative;
}

    .code-wrapper pre[b-zdb1kei2oq] {
        background-color: #2d1601;
        color: white;
        padding: 1rem;
        /*border-radius: 0 0 5px 5px;*/
        border-radius: 5px;
        font-size: 14px !important;
    }

.copy-button[b-zdb1kei2oq] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 5px;
    background-color: transparent !important;
    border: none;
    outline: none;
    color: #fd9d44;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    opacity: 0;
    font-size: 20px;
}

    .copy-button:hover[b-zdb1kei2oq] {
        /*background-color: #FC914A;*/
    }

.code-wrapper:hover .copy-button[b-zdb1kei2oq] {
    opacity: 1;
}

.stepButton[b-zdb1kei2oq] {
    height: 60px;
    width: 250px;
    outline: solid 1px #dadde1 !important;
    transition: all 0.1s ease-in !important;
    color: #2d1601;
    opacity: 1;
}

    .stepButton.next[b-zdb1kei2oq] {
        text-align: end;
        padding-right: 10px;
    }

    .stepButton.prev[b-zdb1kei2oq] {
        text-align: start;
        padding-left: 10px;
    }

    .stepButton:focus[b-zdb1kei2oq] {
        box-shadow: none;
    }

    .stepButton:hover[b-zdb1kei2oq] {
        outline: solid 1px #ef7503 !important;
        opacity: 1;
    }

        .stepButton:hover i[b-zdb1kei2oq] {
            color: #ef7503;
        }

    .stepButton i[b-zdb1kei2oq] {
        transition: all 0.1s ease-in !important;
    }

    .stepButton.disabled[b-zdb1kei2oq] {
        visibility: hidden;
    }

.stepRow[b-zdb1kei2oq] {
    transition: all 0.1s ease-in;
    opacity: 1 !important;
}

.thinnerColumn[b-zdb1kei2oq] {
    width: 75% !important;
}

@media screen and (max-width:767px) {
    .stepButton[b-zdb1kei2oq] {
        width: 45%;
    }
}

@media screen and (max-width:576px) {
    .stepButton[b-zdb1kei2oq] {
        width: 45%;
        height: 100px;
    }
}
/* _content/MDGDealer.App/Components/Pages/APIDoc/WooCommerceIntegration.razor.rz.scp.css */
/* Default Section (WooCommerce Integration)- Starts */



/* Default Section (WooCommerce Integration)- Ends */

/* Download Section - Starts*/

.card-body img[b-i5audmdpf3] {
    object-fit: cover;
}

.card-text[b-i5audmdpf3] {
    max-height: 80px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}


/* Download Section - Ends*/

/* Previous and Next Buttons - Starts*/

.stepButton[b-i5audmdpf3] {
    height: 60px;
    width: 250px;
    outline: solid 1px #dadde1 !important;
    transition: all 0.1s ease-in !important;
    color: #2d1601;
    opacity: 1;
}

    .stepButton.next[b-i5audmdpf3] {
        text-align: end;
        padding-right: 10px;
    }

    .stepButton.prev[b-i5audmdpf3] {
        text-align: start;
        padding-left: 10px;
    }

    .stepButton:focus[b-i5audmdpf3] {
        box-shadow: none;
    }

    .stepButton:hover[b-i5audmdpf3] {
        outline: solid 1px #ef7503 !important;
        opacity: 1;
    }

        .stepButton:hover i[b-i5audmdpf3] {
            color: #ef7503;
        }

    .stepButton i[b-i5audmdpf3] {
        transition: all 0.1s ease-in !important;
    }

    .stepButton.disabled[b-i5audmdpf3] {
        visibility: hidden;
    }

.stepRow[b-i5audmdpf3] {
    transition: all 0.1s ease-in;
    opacity: 1 !important;
}

@media screen and (max-width:767px) {
    .stepButton[b-i5audmdpf3] {
        width: 45%;
    }
}

@media screen and (max-width:576px) {
    .stepButton[b-i5audmdpf3] {
        width: 45%;
        height: 100px;
    }
}

/* Previous and Next Buttons - Ends*/




/* _content/MDGDealer.App/Components/Pages/BecomeAPartner.razor.rz.scp.css */
.home[b-0w3n263tcs] {
    font-family: 'Open Sans';
}

.home-partner-container[b-0w3n263tcs] {
    max-width: 650px;
}

.div-header-text[b-0w3n263tcs] {
    color: #CC6600;
    font-size: xxx-large;
    font-weight: bolder;
    font-family: 'Open Sans';
    opacity: 1;
}

.div-capture-sales[b-0w3n263tcs] {
    width: 635px;
}

.div-benefits-sub-section[b-0w3n263tcs] {
    width: 490px;
    margin-left:112px
}

.div-benefits-sub-section-row[b-0w3n263tcs] {
    margin-left: 17rem;
    margin-right:17rem
}

.div-section-benefits-mdg[b-0w3n263tcs] {
    margin-top :12rem;
}

.div-partner-box[b-0w3n263tcs] {
    position:absolute;
}

.div-bold-text[b-0w3n263tcs]{
    font-weight:bolder;
    font-size:45px;
    width: 620px
}

.div-become-a-partner[b-0w3n263tcs] {
    border-radius: 6px !important;
    width: 650px;
    margin-top: -25px;
}

.font-color-blue[b-0w3n263tcs] {
    color: #0E3A61;
    font-weight: bold;
}

.div-sub-header-text[b-0w3n263tcs] {
    font-size: 40px;
    color: #0E3A61;
    font-weight: bolder;
    padding-right: 15rem;
}

.div-boost-sales-header[b-0w3n263tcs] {
    font-size: 40px;
    color: #0E3A61;
    font-weight: bolder;
}

.div-new-clients-img[b-0w3n263tcs] {
    max-width: 100%;
    z-index: 1;
    position: absolute;
}

.div-more-approvals[b-0w3n263tcs] {
    margin-top: 14rem;
    padding-left: 18rem;
}

.div-more-approvals-body[b-0w3n263tcs] {
    padding-left: 18rem;
}

.div-benefits-header[b-0w3n263tcs] {
    padding-bottom: 25px;
}

.div-large-text[b-0w3n263tcs] {
    color: #0E3A61;
    font-size: xxx-large;
    font-weight: bolder;
}

.text-content[b-0w3n263tcs] {
    font-size: 21px;
    width: 650px;
}

.text-approval-content[b-0w3n263tcs] {
    font-size: 21px;
    width: 805px;
}


.text-partner-content[b-0w3n263tcs] {
    font-size: 21px;
}

.section-background[b-0w3n263tcs] {
    background-color: #D3D4D0;
}

.div-background[b-0w3n263tcs] {
    background-color: #FCF8F4;
}

.img-responsive-half[b-0w3n263tcs] {
    max-width: 100%;
    z-index: 1;
    position: relative;
}


.half-lg-bg[b-0w3n263tcs] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #D3D4D0;
}

.responsive-img-md[b-0w3n263tcs] {
    max-width: 472px;
    max-height: 309px;
    z-index: 1;
    position: relative;
}

.div-point-of-sale[b-0w3n263tcs] {
    background-color: #D3D4D0;
}

.header-for-merchant[b-0w3n263tcs] {
    color: #CC6600;
    font-size: 55px;
    font-weight: bold;
}

.header-point-of-sale[b-0w3n263tcs] {
    font-size: 45px;
    font-weight: bold;
}

.content-point-of-sale[b-0w3n263tcs] {
    font-size: 20px;
}

.button-become-partner[b-0w3n263tcs] {
    background-color: #CC6600;
    border: 1px solid #CC6600;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 340px;
    height: 60px;
    font-size: 20px;
}

.light-backgound[b-0w3n263tcs] {
    background-color: #FCF8F4;
}

.feature-img[b-0w3n263tcs] {
    height: auto;
    max-width: 277px;
    max-height: 257px;
}

.feature-img-width[b-0w3n263tcs] {
    width: 80%;
}

.banner-header[b-0w3n263tcs] {
    font-size: 45px;
    font-weight: bold;
    color: #0E3A61;
}

.right-angle-bracket[b-0w3n263tcs] {
    color: #FF9A58;
    font-weight: bold;
}

.banner-subheader[b-0w3n263tcs] {
    font-size: 35px;
    color: #0E3A61;
}

.features-content[b-0w3n263tcs] {
    font-size: 20px;
}

.banner-content[b-0w3n263tcs] {
    color: #0E3A61;
    font-size: 20px;
}

.banner-img[b-0w3n263tcs] {
    height: auto;
    max-width: 277px;
    max-height: 257px;
}

.banner-image-ha-width[b-0w3n263tcs] {
    width: 80%;
}

.slider-container[b-0w3n263tcs] {
    display: flex;
    overflow: hidden;
    position: relative;
    padding-left: 25%;
}

.slide[b-0w3n263tcs] {
    flex: 0 0 auto;
    margin-right: -65%;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
    cursor: grab;
    text-align: center;
    width: 65%;
    padding-left: 20px;
}

.circle-buying-power[b-0w3n263tcs] {
    width: 80px;
    height: 80px;
    background-color: #0E3A61;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: bold;
}

.slider-container-padding[b-0w3n263tcs] {
    /*padding-left: 20% !important;*/
    margin-left: 12%;
}

.slide-buying-power[b-0w3n263tcs] {
    flex: 0 0 auto;
    transition: transform 0.2s ease;
    cursor: grab;
    text-align: center;
    width: 80%;
}

.active[b-0w3n263tcs] {
    transform: translateX(0);
}

.buying-power-img[b-0w3n263tcs] {
    width: 90%;
    height: auto;
    max-width: 510px;
    max-height: 415px;
}

.buying-power-content[b-0w3n263tcs] {
    font-size: 20px;
    color: #0E3A61;
}

@media(max-width: 1025px){
    .div-become-a-partner[b-0w3n263tcs] {
        border-radius: 6px !important;
        margin-top: -25px;
    }

    .div-benefits-sub-section[b-0w3n263tcs] {
        width: 100%;
        margin-left: unset
    }

    .div-benefits-sub-section-row[b-0w3n263tcs] {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .div-sub-header-text[b-0w3n263tcs] {
        color: #0E3A61;
        font-weight: bolder;
        padding-right: unset;
    }

    .div-boost-sales-header[b-0w3n263tcs] {
        color: #0E3A61;
        font-weight: bolder;
    }

    .div-bold-text[b-0w3n263tcs] {
        font-weight: bolder;
        font-size: 45px;
        width: fit-content;
    }

    .div-partner-box[b-0w3n263tcs] {
        position: relative;
    }

    .div-section-benefits-mdg[b-0w3n263tcs] {
        margin-top: 0rem;
    }

    .div-capture-sales[b-0w3n263tcs] {
        width: fit-content;
    }

    .div-new-clients-img[b-0w3n263tcs] {
        max-width: 100%;
        z-index: 1;
        position: relative;
    }

    .div-more-approvals[b-0w3n263tcs] {
        margin-top: unset;
        padding-left: 3rem;
    }

    .div-more-approvals-body[b-0w3n263tcs] {
        padding-left: 3rem;
    }

    .text-content[b-0w3n263tcs] {
        font-size: 17px;
        width: fit-content;
    }

    .text-approval-content[b-0w3n263tcs] {
        font-size: 17px;
        width: fit-content;
    }

    .text-partner-content[b-0w3n263tcs] {
        font-size: 17px;
    }

}

@media(max-width: 767.98px){

    .text-content[b-0w3n263tcs] {
        font-size: 17px;
        width: inherit;
    }

    .header-for-merchant[b-0w3n263tcs] {
        font-size: 45px;
    }

    .header-point-of-sale[b-0w3n263tcs] {
        font-size: 35px;
    }

    .content-point-of-sale[b-0w3n263tcs] {
        font-size: 16px;
    }

    .button-become-partner[b-0w3n263tcs] {
        width: 286px;
        height: 50px;
        font-size: 18px;
    }

    .banner-header[b-0w3n263tcs] {
        font-size: 35px;
    }

    .banner-subheader[b-0w3n263tcs] {
        font-size: 24px;
    }

    .banner-content[b-0w3n263tcs] {
        font-size: 16px;
    }

    .features-content[b-0w3n263tcs] {
        font-size: 16px;
    }

    .banner-img[b-0w3n263tcs] {
        height: auto;
        max-width: 180px;
        max-height: 170px;
    }

    .slider-container[b-0w3n263tcs] {
        display: flex;
        overflow: hidden;
        position: relative;
        padding-left: 0;
    }

    .slide[b-0w3n263tcs] {
        flex: 0 0 auto;
        margin-right: -100%;
        transition: transform 0.2s ease;
        cursor: grab;
        text-align: center;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .slide-buying-power[b-0w3n263tcs] {
        margin-right: -80% !important;
        width: 80% !important;
    }

    .buying-power-img[b-0w3n263tcs] {
        height: auto;
        max-width: 305px;
        max-height: 310px;
    }

    .buying-power-content[b-0w3n263tcs] {
        font-size: 16px;
    }
}

@media(max-width: 991.98px) {

    .half-lg-bg[b-0w3n263tcs] {
        display: block;
    }

    .responsive-img-md[b-0w3n263tcs] {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .responsive-img[b-0w3n263tcs] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* _content/MDGDealer.App/Components/Pages/ChangePassword.razor.rz.scp.css */
.changePassword[b-w995lmuor0] {
    background-color: #eeeeee;
}

[b-w995lmuor0] .editFormClass {
    max-width: 900px;
    margin: 50px 0;
    padding: 20px;
}

.changePassword[b-w995lmuor0],
[b-w995lmuor0] .editFormClass,
[b-w995lmuor0] .changeDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.expiredHolder[b-w995lmuor0]{
    height: 10vh;
}

[b-w995lmuor0] .editFormClass > h2 {
    width: 400px;
    margin: 10px 0 !important;
}

[b-w995lmuor0] .changeDiv ,
[b-w995lmuor0] .submitDiv{
    margin-top: 25px;
}

.fa-lock[b-w995lmuor0], .fa-circle-xmark[b-w995lmuor0] {
    font-size: 80px;
}

[b-w995lmuor0] .form-control-lg:focus {
    outline: none;
    box-shadow: none;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem orange;
}

[b-w995lmuor0] .form-control {
    letter-spacing: 0.04em !important;
    font-size: 17px !important;
    line-height: 21px !important;
    display: block;
}

[b-w995lmuor0] .form-control,
[b-w995lmuor0] h5 {
    width: 400px;
    text-align: left;
}

.btnOrange[b-w995lmuor0] {
    background-color: #CC6600;
    color: white;
    font-weight: bold;
    padding: 6px 30px;
}

[b-w995lmuor0] .passwordToggler {
    position: absolute;
    right: 10px;
    top: CALC(50% - 8px);
    cursor: pointer;
}

[b-w995lmuor0] .passContainer{
    max-width: 400px;
}

[b-w995lmuor0] .validation-message{
    max-width: 400px;
    width: 400px;
}

@media screen and (max-width: 500px) {
    [b-w995lmuor0] .form-control, [b-w995lmuor0] h5 {
        width: 100%;
        text-align: left;
    }

    [b-w995lmuor0] .passContainer{
        width: 250px;
    }

    [b-w995lmuor0] .validation-message {
        max-width: 250px;
    }

    .btnOrange[b-w995lmuor0] {
        padding: 6px 20px;
    }
}
/* _content/MDGDealer.App/Components/Pages/Customers.razor.rz.scp.css */
.customers[b-31vn13ombu] {
    font-family: 'Open Sans';
}

.div-customers[b-31vn13ombu] {
    background-color: #D3D4D0;
}

.half-lg-bg[b-31vn13ombu] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #D3D4D0;
}

.header-customers[b-31vn13ombu] {
    font-size: 55px;
    color: #CC6600;
}

.header-purchasing-potential[b-31vn13ombu] {
    font-size: 45px;
}

.header-customers[b-31vn13ombu], .header-purchasing-potential[b-31vn13ombu] {
    font-weight: bold;
}

.content-customers[b-31vn13ombu] {
    font-size: 20px;
}

.responsive-img-md[b-31vn13ombu] {
    max-width: 472px;
    max-height: 327px;
    z-index: 1;
    position: relative;
}

.button-become-partner[b-31vn13ombu] {
    background-color: #CC6600;
    border: 1px solid #CC6600;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 340px;
    height: 60px;
    font-size: 20px;
}

.light-backgound[b-31vn13ombu] {
    background-color: #FCF8F4;
}

.banner-header[b-31vn13ombu] {
    font-size: 40px;
    font-weight: bold;
    color: #0E3A61;
}

.banner-img[b-31vn13ombu] {
    height: auto;
    max-width: 285px;
    max-height: 270px;
}

.banner-img-width[b-31vn13ombu] {
    width: 80%;
}

.features-content[b-31vn13ombu] {
    font-size: 20px;
}

.right-angle-bracket[b-31vn13ombu] {
    color: #FF9A58;
    font-weight: bold;
}

@media(max-width: 767.98px) {
    .button-become-partner[b-31vn13ombu] {
        width: 286px;
        height: 50px;
        font-size: 18px;
    }

    .header-customers[b-31vn13ombu] {
        font-size: 45px;
    }

    .header-purchasing-potential[b-31vn13ombu] {
        font-size: 35px;
    }

    .header-banner[b-31vn13ombu] {
        font-size: 35px;
    }

    .content-customers[b-31vn13ombu] {
        font-size: 16px;
    }

    .banner-header[b-31vn13ombu] {
        font-size: 32px;
    }

    .banner-img[b-31vn13ombu] {
        width: 100%;
        height: auto;
        max-width: 180px;
        max-height: 170px;
    }

    .features-content[b-31vn13ombu] {
        font-size: 16px;
    }
}

@media(max-width: 991.98px) {
    .responsive-img-md[b-31vn13ombu] {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .half-lg-bg[b-31vn13ombu] {
        display: block;
    }
}

@media (min-width: 768px) {
    .responsive-img[b-31vn13ombu] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* _content/MDGDealer.App/Components/Pages/ForgotPassword.razor.rz.scp.css */
*[b-s23i8i4kg7]{
    color:black;
}

p[b-s23i8i4kg7], label[b-s23i8i4kg7], [b-s23i8i4kg7] .validation-message {
    line-height: 22px;
}

h6[b-s23i8i4kg7] {
    font-weight: bold;
}

h2[b-s23i8i4kg7]{
    margin: 10px 0;
    width: 400px;
}

.fa-lock[b-s23i8i4kg7]{
    margin-top: 10px;
    font-size: 80px;
}

div.container-fluid[b-s23i8i4kg7] {
    background-color: #EEEEEE !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

div.container-fluid > *[b-s23i8i4kg7] {
    margin:0;
    padding:0;
}

div.container-fluid > div.container[b-s23i8i4kg7] {
    max-width: 900px;
    border-radius: 3px;
}

hr[b-s23i8i4kg7] {
    border-top: solid 1px black !important;
}

.methodImg[b-s23i8i4kg7] {
    height: 106px;
    width: 106px;
    opacity: 0.3;
    transition: all 0.3s ease;
}

[b-s23i8i4kg7] .inputTextBox{
    width:95%;
}

[b-s23i8i4kg7] .form-control-lg:focus {
    outline: none;
    box-shadow: none;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem orange;
}

[b-s23i8i4kg7] .form-control {
    letter-spacing: 0.04em !important;
    font-size: 17px !important;
    line-height: 21px !important;
    display: block;
}

#emailForm[b-s23i8i4kg7], #cellForm[b-s23i8i4kg7] {
    transition: all 0.3s ease;
}

.activeBorder[b-s23i8i4kg7] {
    border-radius: 5px;
    background-color:#eeeeee;
}


.activeBorder > div > .methodImg[b-s23i8i4kg7]{
    opacity: 1;
}

[b-s23i8i4kg7] .pwdResetSubmit {
    width: 250px !important;
    height: 38px;
    background-color: #CC6600;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.smsConsentDiv[b-s23i8i4kg7]{
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: flex-start;
}

[b-s23i8i4kg7] .smsConsentBox {
    height: 20px;
    width: 20px;
}

.smsConsentLabel[b-s23i8i4kg7]{
    width: 90%;
    margin: 0 0 0 10px;
    padding: 0;
}

@media screen and (max-width: 767px){
    div.container-fluid[b-s23i8i4kg7]{
        padding: 0;
    }
}
@media screen and (max-width: 450px){
    [b-s23i8i4kg7] .inputTextBox {
        
    }
}
@media screen and (min-width: 990px) {
    .container[b-s23i8i4kg7] {
        max-width: 720px;
    }
}
/* _content/MDGDealer.App/Components/Pages/Home.razor.rz.scp.css */
.home[b-g5w54i2mhb] {
    font-family: 'Open Sans';
}

.home-partner-container[b-g5w54i2mhb] {
    max-width: 650px;
}

.div-header-text[b-g5w54i2mhb] {
    color: #CC6600;
    font-size: xxx-large;
    font-weight: bolder;
    font-family: 'Open Sans';
    opacity: 1;
}

.div-capture-sales[b-g5w54i2mhb] {
    width: 635px;
}

.div-benefits-sub-section[b-g5w54i2mhb] {
    width: 490px;
    margin-left:112px
}

.div-benefits-sub-section-row[b-g5w54i2mhb] {
    margin-left: 17rem;
    margin-right:17rem
}

.div-section-benefits-mdg[b-g5w54i2mhb] {
    margin-top :12rem;
}

.div-partner-box[b-g5w54i2mhb] {
    position:absolute;
}

.div-bold-text[b-g5w54i2mhb]{
    font-weight:bolder;
    font-size:45px;
    width: 620px
}

.div-become-a-partner[b-g5w54i2mhb] {
    border-radius: 6px !important;
    width: 650px;
    margin-top: -25px;
}

.font-color-blue[b-g5w54i2mhb] {
    color: #0E3A61;
    font-weight: bold;
}

.div-sub-header-text[b-g5w54i2mhb] {
    font-size: 40px;
    color: #0E3A61;
    font-weight: bolder;
    padding-right: 15rem;
}

.div-boost-sales-header[b-g5w54i2mhb] {
    font-size: 40px;
    color: #0E3A61;
    font-weight: bolder;
}

.div-new-clients-img[b-g5w54i2mhb] {
    max-width: 100%;
    z-index: 1;
    position: absolute;
}

.div-more-approvals[b-g5w54i2mhb] {
    margin-top: 14rem;
    padding-left: 18rem;
}

.div-more-approvals-body[b-g5w54i2mhb] {
    padding-left: 18rem;
}

.div-benefits-header[b-g5w54i2mhb] {
    padding-bottom: 25px;
}

.div-large-text[b-g5w54i2mhb] {
    color: #0E3A61;
    font-size: xxx-large;
    font-weight: bolder;
}

.text-content[b-g5w54i2mhb] {
    font-size: 21px;
    width: 650px;
}

.text-approval-content[b-g5w54i2mhb] {
    font-size: 21px;
    width: 805px;
}


.text-partner-content[b-g5w54i2mhb] {
    font-size: 21px;
}

.section-background[b-g5w54i2mhb] {
    background-color: #D3D4D0;
}

.div-background[b-g5w54i2mhb] {
    background-color: #FCF8F4;
}

.img-responsive-half[b-g5w54i2mhb] {
    max-width: 100%;
    z-index: 1;
    position: relative;
}


.half-lg-bg[b-g5w54i2mhb] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #D3D4D0;
}

.responsive-img-md[b-g5w54i2mhb] {
    max-width: 472px;
    max-height: 309px;
    z-index: 1;
    position: relative;
}

.div-point-of-sale[b-g5w54i2mhb] {
    background-color: #D3D4D0;
}

.header-for-merchant[b-g5w54i2mhb] {
    color: #CC6600;
    font-size: 55px;
    font-weight: bold;
}

.header-point-of-sale[b-g5w54i2mhb] {
    font-size: 45px;
    font-weight: bold;
}

.content-point-of-sale[b-g5w54i2mhb] {
    font-size: 20px;
}

.button-become-partner[b-g5w54i2mhb] {
    background-color: #CC6600;
    border: 1px solid #CC6600;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 340px;
    height: 60px;
    font-size: 20px;
}

.light-backgound[b-g5w54i2mhb] {
    background-color: #FCF8F4;
}

.feature-img[b-g5w54i2mhb] {
    height: auto;
    max-width: 277px;
    max-height: 257px;
}

.feature-img-width[b-g5w54i2mhb] {
    width: 80%;
}

.banner-header[b-g5w54i2mhb] {
    font-size: 45px;
    font-weight: bold;
    color: #0E3A61;
}

.right-angle-bracket[b-g5w54i2mhb] {
    color: #FF9A58;
    font-weight: bold;
}

.banner-subheader[b-g5w54i2mhb] {
    font-size: 35px;
    color: #0E3A61;
}

.features-content[b-g5w54i2mhb] {
    font-size: 20px;
}

.banner-content[b-g5w54i2mhb] {
    color: #0E3A61;
    font-size: 20px;
}

.banner-img[b-g5w54i2mhb] {
    height: auto;
    max-width: 277px;
    max-height: 257px;
}

.banner-image-ha-width[b-g5w54i2mhb] {
    width: 80%;
}

.slider-container[b-g5w54i2mhb] {
    display: flex;
    overflow: hidden;
    position: relative;
    padding-left: 25%;
}

.slide[b-g5w54i2mhb] {
    flex: 0 0 auto;
    margin-right: -65%;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
    cursor: grab;
    text-align: center;
    width: 65%;
    padding-left: 20px;
}

.circle-buying-power[b-g5w54i2mhb] {
    width: 80px;
    height: 80px;
    background-color: #0E3A61;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: bold;
}

.slider-container-padding[b-g5w54i2mhb] {
    /*padding-left: 20% !important;*/
    margin-left: 12%;
}

.slide-buying-power[b-g5w54i2mhb] {
    flex: 0 0 auto;
    transition: transform 0.2s ease;
    cursor: grab;
    text-align: center;
    width: 80%;
}

.active[b-g5w54i2mhb] {
    transform: translateX(0);
}

.buying-power-img[b-g5w54i2mhb] {
    width: 90%;
    height: auto;
    max-width: 510px;
    max-height: 415px;
}

.buying-power-content[b-g5w54i2mhb] {
    font-size: 20px;
    color: #0E3A61;
}

@media(max-width: 1025px){
    .div-become-a-partner[b-g5w54i2mhb] {
        border-radius: 6px !important;
        margin-top: -25px;
    }

    .div-benefits-sub-section[b-g5w54i2mhb] {
        width: 100%;
        margin-left: unset
    }

    .div-benefits-sub-section-row[b-g5w54i2mhb] {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .div-sub-header-text[b-g5w54i2mhb] {
        color: #0E3A61;
        font-weight: bolder;
        padding-right: unset;
    }

    .div-boost-sales-header[b-g5w54i2mhb] {
        color: #0E3A61;
        font-weight: bolder;
    }

    .div-bold-text[b-g5w54i2mhb] {
        font-weight: bolder;
        font-size: 45px;
        width: fit-content;
    }

    .div-partner-box[b-g5w54i2mhb] {
        position: relative;
    }

    .div-section-benefits-mdg[b-g5w54i2mhb] {
        margin-top: 0rem;
    }

    .div-capture-sales[b-g5w54i2mhb] {
        width: fit-content;
    }

    .div-new-clients-img[b-g5w54i2mhb] {
        max-width: 100%;
        z-index: 1;
        position: relative;
    }

    .div-more-approvals[b-g5w54i2mhb] {
        margin-top: unset;
        padding-left: 3rem;
    }

    .div-more-approvals-body[b-g5w54i2mhb] {
        padding-left: 3rem;
    }

    .text-content[b-g5w54i2mhb] {
        font-size: 17px;
        width: fit-content;
    }

    .text-approval-content[b-g5w54i2mhb] {
        font-size: 17px;
        width: fit-content;
    }

    .text-partner-content[b-g5w54i2mhb] {
        font-size: 17px;
    }

}

@media(max-width: 767.98px){

    .header-for-merchant[b-g5w54i2mhb] {
        font-size: 45px;
    }

    .header-point-of-sale[b-g5w54i2mhb] {
        font-size: 35px;
    }

    .content-point-of-sale[b-g5w54i2mhb] {
        font-size: 16px;
    }

    .button-become-partner[b-g5w54i2mhb] {
        width: 286px;
        height: 50px;
        font-size: 18px;
    }

    .banner-header[b-g5w54i2mhb] {
        font-size: 35px;
    }

    .banner-subheader[b-g5w54i2mhb] {
        font-size: 24px;
    }

    .banner-content[b-g5w54i2mhb] {
        font-size: 16px;
    }

    .features-content[b-g5w54i2mhb] {
        font-size: 16px;
    }

    .banner-img[b-g5w54i2mhb] {
        height: auto;
        max-width: 180px;
        max-height: 170px;
    }

    .slider-container[b-g5w54i2mhb] {
        display: flex;
        overflow: hidden;
        position: relative;
        padding-left: 0;
    }

    .slide[b-g5w54i2mhb] {
        flex: 0 0 auto;
        margin-right: -100%;
        transition: transform 0.2s ease;
        cursor: grab;
        text-align: center;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .slide-buying-power[b-g5w54i2mhb] {
        margin-right: -80% !important;
        width: 80% !important;
    }

    .buying-power-img[b-g5w54i2mhb] {
        height: auto;
        max-width: 305px;
        max-height: 310px;
    }

    .buying-power-content[b-g5w54i2mhb] {
        font-size: 16px;
    }
    .text-content[b-g5w54i2mhb] {
        font-size: 17px;
        width: inherit;
    }

}

@media(max-width: 991.98px) {

    .half-lg-bg[b-g5w54i2mhb] {
        display: block;
    }

    .responsive-img-md[b-g5w54i2mhb] {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .responsive-img[b-g5w54i2mhb] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* _content/MDGDealer.App/Components/Pages/Merchants.razor.rz.scp.css */
.merchants[b-byeni245dw] {
    font-family: 'Open Sans';
}

.div-merchants[b-byeni245dw] {
    background-color: #D3D4D0;
}

.header-merchant[b-byeni245dw] {
    font-size: 55px;
    color: #CC6600;
}

.header-point-of-sale[b-byeni245dw] {
    font-size: 45px;
}

.header-merchant[b-byeni245dw], .header-point-of-sale[b-byeni245dw] {
    font-weight: bold;
}

.content-merchant[b-byeni245dw] {
    font-size: 20px;
}

.responsive-img-md[b-byeni245dw] {
    max-width: 472px;
    max-height: 327px;
    z-index: 1;
    position: relative;
}

.banner-img[b-byeni245dw] {
    width: 100%;
    height: auto;
    max-width: 275px;
    max-height: 260px;
}

.button-become-partner[b-byeni245dw] {
    background-color: #CC6600;
    border: 1px solid #CC6600;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 340px;
    height: 60px;
    font-size: 20px;
}

.half-lg-bg[b-byeni245dw] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #D3D4D0;
}

.light-backgound[b-byeni245dw] {
    background-color: #FCF8F4;
}

.header-banner[b-byeni245dw] {
    font-size: 45px;
    font-weight: bold;
    color: #0E3A61;
}

.right-angle-bracket[b-byeni245dw] {
    color: #FF9A58;
    font-weight: bold;
}

@media(max-width: 767.98px) {
    .button-become-partner[b-byeni245dw] {
        width: 286px;
        height: 50px;
        font-size: 18px;
    }

    .header-merchant[b-byeni245dw] {
        font-size: 45px;
    }

    .header-point-of-sale[b-byeni245dw] {
        font-size: 35px;
    }

    .header-banner[b-byeni245dw] {
        font-size: 35px;
    }

    .content-merchant[b-byeni245dw] {
        font-size: 16px;
    }

    .banner-img[b-byeni245dw] {
        width: 100%;
        height: auto;
        max-width: 180px;
        max-height: 170px;
    }
}

@media(max-width: 991.98px) {
    .responsive-img-md[b-byeni245dw] {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .half-lg-bg[b-byeni245dw] {
        display: block;
    }
}

@media (min-width: 768px) {
    .responsive-img[b-byeni245dw] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* _content/MDGDealer.App/Components/Pages/Merchant/AccountDetails.razor.rz.scp.css */
.header[b-bu45gpxkxg] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.sub-header[b-bu45gpxkxg] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.btnEdit[b-bu45gpxkxg] {
    /*height: 32px !important;
    -webkit-user-select: none;
    background-color: white;
    border: 1px solid #888888;*/
    width: 100px !important;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
    /*border-radius: 8px;
    box-shadow: 0px 0px 0px 0.8px #888888;*/
}

    .btnEdit:hover[b-bu45gpxkxg] {
        color: #fff;
        background-color: #FC761D !important; 
        border-color: #FC761D !important;
    }

.btnSave[b-bu45gpxkxg] {
    width: 188px !important;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
}
    .btnSave:hover[b-bu45gpxkxg] {
        color: #fff;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.form-control-country[b-bu45gpxkxg] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    line-height: 2;
}

.disabledCursor[b-bu45gpxkxg] {
    cursor: not-allowed !important;
}

.form-label[b-bu45gpxkxg] {
    font-size: 18px !important;
    margin-bottom: 0.2rem !important;
}

[b-bu45gpxkxg] .form-control, [b-bu45gpxkxg] .form-select {
    line-height: 2;
    border-color: #848484;
}

    [b-bu45gpxkxg] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-bu45gpxkxg] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

    [b-bu45gpxkxg] .form-select:hover {
        border: 1px solid #FC761D;
    }

    [b-bu45gpxkxg] .form-select:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.input-label[b-bu45gpxkxg] {
    font-size: 18px;
    line-height: 20px;
}
[b-bu45gpxkxg] .input-text {
    color: black;
    width: 100%;
    padding: 0px 1px 0px 0px;
    height: 46px;
    border-color: #707070;
    border: 1px solid;
    padding: 0.25rem;
}
[b-bu45gpxkxg] input[type=number]::-webkit-inner-spin-button,
[b-bu45gpxkxg] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* _content/MDGDealer.App/Components/Pages/Merchant/ApprovalGridView.razor.rz.scp.css */
.header[b-7w3nzn8jdw] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.approvalsGrid[b-7w3nzn8jdw] {
    overflow-y: auto;
}

.input-group-text[b-7w3nzn8jdw] {
    background-color: transparent !important;
}

.inputSearch[b-7w3nzn8jdw] {
    border-top: 1px solid #ced4da;
    border-right: none !important;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

    .inputSearch:hover[b-7w3nzn8jdw] {
        border-top: 1px solid #FC761D;
        border-right: none !important;
        border-bottom: 1px solid #FC761D;
        border-left: 1px solid #FC761D;
    }

        .inputSearch:hover + .input-group-text[b-7w3nzn8jdw] {
            border-top: 1px solid #FC761D !important;
            border-right: 1px solid #FC761D !important;
            border-bottom: 1px solid #FC761D !important;
            border-left: none !important;
        }

    .inputSearch:focus[b-7w3nzn8jdw] {
        border: 1px solid #FC761D !important;
        box-shadow: 0 0 5px #FC761D;
    }

        .inputSearch:focus + .input-group-text[b-7w3nzn8jdw] {
            border-top: 1px solid #ced4da !important;
            border-right: 1px solid #ced4da !important;
            border-bottom: 1px solid #ced4da !important;
            border-left: none !important;
        }

.inputSearchClear[b-7w3nzn8jdw] {
    background-color: transparent !important;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none !important;
    border-radius: 0.25rem;
}

.glassIcon[b-7w3nzn8jdw] {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}

.clearIcon[b-7w3nzn8jdw] {
    font-size: 26px;
    color: rgba(0,0,0,.5);
}

.btnClearSearch[b-7w3nzn8jdw] {
    padding: 0 0 !important;
}

.btnView[b-7w3nzn8jdw] {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

    .btnView:not([disabled]):hover[b-7w3nzn8jdw] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

    .btnView[disabled][b-7w3nzn8jdw] {
        cursor: not-allowed;
        pointer-events:auto;
    }

.nav-tabs[b-7w3nzn8jdw] {
    border-bottom: none !important;
}

.inputSearchClear .tooltipTextClearSearch[b-7w3nzn8jdw] {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 10px;
    left: 100%;
    position: absolute;
    z-index: 1;
}

.inputSearchClear:hover .tooltipTextClearSearch[b-7w3nzn8jdw] {
    visibility: visible;
}

.inputSearchClear .tooltipTextClearSearch[b-7w3nzn8jdw]::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.bg-pending-approval[b-7w3nzn8jdw] {
    background-color: #fdba8e;
}

.btn-submit-intent[b-7w3nzn8jdw] {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

    .btn-submit-intent:hover[b-7w3nzn8jdw] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.approval-tab-link[b-7w3nzn8jdw] {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
}

    .approval-tab-link.active[b-7w3nzn8jdw] {
        background-color: rgba(0, 0, 0, .03);
        color: #000000;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: bold;
    }
/* _content/MDGDealer.App/Components/Pages/Merchant/Banking.razor.rz.scp.css */
.header[b-zulxuc470r] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.sub-header[b-zulxuc470r] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.icon-eye[b-zulxuc470r] {
    position: absolute;
    transform: translateY(-50%);
    /*top: 25px;
    right: 30px;*/
    top: 55px;
    right: 35px;
    width: 20px;
    height: 100%;
    background-image: url('/img/Icon-eye.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-right: -27px;
}
.btnEdit[b-zulxuc470r] {
    width: 100px !important;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
}

.btnEdit:hover[b-zulxuc470r] {
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.btnSave[b-zulxuc470r] {
    width: 188px !important;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
}

    .btnSave:hover[b-zulxuc470r] {
        color: #fff;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.form-label[b-zulxuc470r] {
    font-size: 18px !important;
    margin-bottom: 0.2rem !important;
}

[b-zulxuc470r] .form-control, [b-zulxuc470r] .form-select {
    line-height: 2;
    border-color: #848484;
}

    [b-zulxuc470r] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-zulxuc470r] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

    [b-zulxuc470r] .form-select:hover {
        border: 1px solid #FC761D;
    }

    [b-zulxuc470r] .form-select:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.input-label[b-zulxuc470r] {
    font-size: 18px;
    line-height: 20px;
}

[b-zulxuc470r] .input-text {
    color: black;
    width: 100%;
    padding: 0px 1px 0px 0px;
    height: 46px;
    border-color: #707070;
    border: 1px solid;
    padding: 0.25rem;
}
[b-zulxuc470r] input[type=number]::-webkit-inner-spin-button,
[b-zulxuc470r] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* _content/MDGDealer.App/Components/Pages/Merchant/DisbursementDetailsGridView.razor.rz.scp.css */
.header[b-voay2aga8a] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.approvalsGrid[b-voay2aga8a] {
    overflow-y: auto;
}

.input-group-text[b-voay2aga8a] {
    background-color: transparent !important;
}

.header-label[b-voay2aga8a] {
    font-weight: bold;
    margin-bottom: -0.2rem;
    font-size: larger
}

.div-icon[b-voay2aga8a] {
    color: #FA771D;
}

.span-text[b-voay2aga8a]{
    color:blue;
}

.inputSearch[b-voay2aga8a] {
    border-top: 1px solid #ced4da;
    border-right: none !important;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

    .inputSearch:hover[b-voay2aga8a] {
        border-top: 1px solid #FC761D;
        border-right: none !important;
        border-bottom: 1px solid #FC761D;
        border-left: 1px solid #FC761D;
    }

        .inputSearch:hover + .input-group-text[b-voay2aga8a] {
            border-top: 1px solid #FC761D !important;
            border-right: 1px solid #FC761D !important;
            border-bottom: 1px solid #FC761D !important;
            border-left: none !important;
        }

    .inputSearch:focus[b-voay2aga8a] {
        border: 1px solid #FC761D !important;
        box-shadow: 0 0 5px #FC761D;
    }

        .inputSearch:focus + .input-group-text[b-voay2aga8a] {
            border-top: 1px solid #ced4da !important;
            border-right: 1px solid #ced4da !important;
            border-bottom: 1px solid #ced4da !important;
            border-left: none !important;
        }

.inputSearchClear[b-voay2aga8a] {
    background-color: transparent !important;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none !important;
    border-radius: 0.25rem;
}

.glassIcon[b-voay2aga8a] {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}

.clearIcon[b-voay2aga8a] {
    font-size: 26px;
    color: rgba(0,0,0,.5);
}

.btnClearSearch[b-voay2aga8a] {
    padding: 0 0 !important;
}

.divDatePicker[b-voay2aga8a] {
    cursor: pointer;
    width: 20%;
}

.div-label[b-voay2aga8a] {
    font-weight: bold;
}

.divSortRow[b-voay2aga8a] {
    border-style:hidden;
}

.divContent[b-voay2aga8a] {
    border: solid #FA771D 1px;
    border-radius: 2px;
    padding-right: 0.40rem !important;
    padding-left: 0.40rem !important;
}

.col-6[b-voay2aga8a] {
    font-size: small;
}

.btn-link[b-voay2aga8a] {
    font-size: small;
    text-decoration : none !important;
}


.btnView[b-voay2aga8a] {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

    .btnView:not([disabled]):hover[b-voay2aga8a] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

    .btnView[disabled][b-voay2aga8a] {
        cursor: not-allowed;
        pointer-events:auto;
    }

.nav-tabs[b-voay2aga8a] {
    border-bottom: none !important;
}

.inputSearchClear .tooltipTextClearSearch[b-voay2aga8a] {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 10px;
    left: 100%;
    position: absolute;
    z-index: 1;
}

.inputSearchClear:hover .tooltipTextClearSearch[b-voay2aga8a] {
    visibility: visible;
}

.inputSearchClear .tooltipTextClearSearch[b-voay2aga8a]::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.bg-pending-approval[b-voay2aga8a] {
    background-color: #fdba8e;
}

.btn-invite[b-voay2aga8a] {
    border-radius: 4px;
    width: 210px !important;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    height: 40px;
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.btn-submit-intent[b-voay2aga8a] {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

    .btn-submit-intent:hover[b-voay2aga8a] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.approval-tab-link[b-voay2aga8a] {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
}

    .approval-tab-link.active[b-voay2aga8a] {
        background-color: rgba(0, 0, 0, .03);
        color: #000000;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: bold;
    }
/* _content/MDGDealer.App/Components/Pages/Merchant/DisbursementDetailView.razor.rz.scp.css */
.header[b-98n739fv5v] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.sub-header[b-98n739fv5v] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.btnEdit[b-98n739fv5v] {
    /*height: 32px !important;
    -webkit-user-select: none;
    background-color: white;
    border: 1px solid #888888;*/
    width: 100px !important;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
    /*border-radius: 8px;
    box-shadow: 0px 0px 0px 0.8px #888888;*/
}

    .btnEdit:hover[b-98n739fv5v] {
        color: #fff;
        background-color: #FC761D !important; 
        border-color: #FC761D !important;
    }

.btnSave[b-98n739fv5v] {
    width: 188px !important;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
}
    .btnSave:hover[b-98n739fv5v] {
        color: #fff;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.form-control-country[b-98n739fv5v] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    line-height: 2;
}

.disabledCursor[b-98n739fv5v] {
    cursor: not-allowed !important;
}

.form-label[b-98n739fv5v] {
    font-size: 18px !important;
    margin-bottom: 0.2rem !important;
}

[b-98n739fv5v] .form-control, [b-98n739fv5v] .form-select {
    line-height: 2;
    border-color: #848484;
}

    [b-98n739fv5v] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-98n739fv5v] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

    [b-98n739fv5v] .form-select:hover {
        border: 1px solid #FC761D;
    }

    [b-98n739fv5v] .form-select:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.input-label[b-98n739fv5v] {
    font-size: 18px;
    line-height: 20px;
}
[b-98n739fv5v] .input-text {
    color: black;
    width: 100%;
    padding: 0px 1px 0px 0px;
    height: 46px;
    border-color: #707070;
    border: 1px solid;
    padding: 0.25rem;
}
[b-98n739fv5v] input[type=number]::-webkit-inner-spin-button,
[b-98n739fv5v] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.col-6[b-98n739fv5v] {
    font-size: small;
}


.div-icon[b-98n739fv5v] {
    color: #FA771D;
}

.div-container[b-98n739fv5v] {
   border: solid #FA771D 1px;
   border-radius: 2px;
}

.div-label[b-98n739fv5v]{
    font-weight:bold;
}

.form-control[b-98n739fv5v]{
    border-radius: 5px;
}

.project-label[b-98n739fv5v] {
    font-weight: bold;
    margin-bottom: -0.2rem;
}

.header-label[b-98n739fv5v] {
    font-weight: bold;
    margin-bottom: -0.2rem;
    font-size: larger
}

.div-floating-label[b-98n739fv5v] {
    opacity: 1;
    padding: 1rem 1.65rem;
}

.div-thankyou[b-98n739fv5v] {
    color: #47A44A;
}

.btn-invite[b-98n739fv5v] {
    border-radius: 9px;
    width: 210px !important;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    height: 44px;
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}
.nav-tabs[b-98n739fv5v] {
    border-bottom: none !important;
}
.frequency-tab-link[b-98n739fv5v] {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid;
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
    background-color: white;
}

    .frequency-tab-link.active[b-98n739fv5v] {
        background-color: black;
        color: white;
        border-color: black;
        font-weight: bold;
    }
/* _content/MDGDealer.App/Components/Pages/Merchant/DisbursementGridView.razor.rz.scp.css */
.header[b-1hriol6on9] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.sub-header[b-1hriol6on9] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.fontBold[b-1hriol6on9] {
    font-weight: bold;
}

.disbursementsGrid[b-1hriol6on9] {
    overflow-y: auto;
}

.inputGroupSearch[b-1hriol6on9] {
    width: 80% !important;
}

.input-group-text[b-1hriol6on9] {
    background-color: transparent !important;
}

.inputSearch[b-1hriol6on9] {
    border-top: 1px solid #ced4da;
    border-right: none !important;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

    .inputSearch:hover[b-1hriol6on9] {
        border-top: 1px solid #FC761D;
        border-right: none !important;
        border-bottom: 1px solid #FC761D;
        border-left: 1px solid #FC761D;
    }

        .inputSearch:hover + .input-group-text[b-1hriol6on9] {
            border-top: 1px solid #FC761D !important;
            border-right: 1px solid #FC761D !important;
            border-bottom: 1px solid #FC761D !important;
            border-left: none !important;
        }

    .inputSearch:focus[b-1hriol6on9] {
        border: 1px solid #FC761D !important;
        box-shadow: 0 0 5px #FC761D;
    }

        .inputSearch:focus + .input-group-text[b-1hriol6on9] {
            border-top: 1px solid #ced4da !important;
            border-right: 1px solid #ced4da !important;
            border-bottom: 1px solid #ced4da !important;
            border-left: none !important;
        }

.inputSearchClear[b-1hriol6on9] {
    background-color: transparent !important;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none !important;
    border-radius: 0.25rem;
}

.glassIcon[b-1hriol6on9] {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}

.clearIcon[b-1hriol6on9] {
    font-size: 26px;
    color: rgba(0,0,0,.5);
}

.btnClearSearch[b-1hriol6on9] {
    padding: 0 0 !important;
}

.divDatePicker[b-1hriol6on9] {
    cursor: pointer;
    width: 64%;
}

.btnBack[b-1hriol6on9] {
    padding-left: 0 !important;
}

.linkSeeDetails[b-1hriol6on9] {
    text-decoration: none;
}

    .linkSeeDetails:hover[b-1hriol6on9] {
        color: #FC761D !important;
        font-weight: bold !important;
    }

.loading-container[b-1hriol6on9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader[b-1hriol6on9] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: block;
    position: relative;
    border: 3px solid;
    border-color: #FC761D #FC761D transparent transparent;
    box-sizing: border-box;
    animation: rotation-b-1hriol6on9 1s linear infinite;
}

    .loader[b-1hriol6on9]::after,
    .loader[b-1hriol6on9]::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #000 #000;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack-b-1hriol6on9 0.5s linear infinite;
        transform-origin: center center;
    }

    .loader[b-1hriol6on9]::before {
        width: 42px;
        height: 42px;
        border-color: #FC761D #FC761D transparent transparent;
        animation: rotation-b-1hriol6on9 1.5s linear infinite;
    }

@keyframes rotation-b-1hriol6on9 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack-b-1hriol6on9 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.loading-text[b-1hriol6on9] {
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}


@media (max-width: 1200px){

    .inputGroupSearch[b-1hriol6on9] {
        width: 98% !important;
    }

    .divDatePicker[b-1hriol6on9] {
        width: 98%;
    }
}

.inputSearchClear .tooltipTextClearSearch[b-1hriol6on9] {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 10px;
    left: 100%;
    position: absolute;
    z-index: 1;
}

.inputSearchClear:hover .tooltipTextClearSearch[b-1hriol6on9] {
    visibility: visible;
}

.inputSearchClear .tooltipTextClearSearch[b-1hriol6on9]::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

[b-1hriol6on9] tr:has(td > div.selectedRow) {
    background-color: rgba(0,0,0,0.1);
}
/* _content/MDGDealer.App/Components/Pages/Merchant/Home.razor.rz.scp.css */
.panelCardHeader[b-6tocavqol1] {
    font-size:20px;
}
.divDatePicker[b-6tocavqol1] {
    cursor: pointer;
    width: 75%;
}

.card[b-6tocavqol1] {
    min-width: 25rem;
    max-width: 25rem;
}
/* _content/MDGDealer.App/Components/Pages/Merchant/InvitationDetails.razor.rz.scp.css */
.header[b-mipe1vqdm3] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.sub-header[b-mipe1vqdm3] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.btnEdit[b-mipe1vqdm3] {
    /*height: 32px !important;
    -webkit-user-select: none;
    background-color: white;
    border: 1px solid #888888;*/
    width: 100px !important;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
    /*border-radius: 8px;
    box-shadow: 0px 0px 0px 0.8px #888888;*/
}

    .btnEdit:hover[b-mipe1vqdm3] {
        color: #fff;
        background-color: #FC761D !important; 
        border-color: #FC761D !important;
    }

.btnSave[b-mipe1vqdm3] {
    width: 188px !important;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
}
    .btnSave:hover[b-mipe1vqdm3] {
        color: #fff;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.form-control-country[b-mipe1vqdm3] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    line-height: 2;
}

.disabledCursor[b-mipe1vqdm3] {
    cursor: not-allowed !important;
}

.form-label[b-mipe1vqdm3] {
    font-size: 18px !important;
    margin-bottom: 0.2rem !important;
}

[b-mipe1vqdm3] .form-control, [b-mipe1vqdm3] .form-select {
    line-height: 2;
    border-color: #848484;
}

    [b-mipe1vqdm3] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-mipe1vqdm3] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

    [b-mipe1vqdm3] .form-select:hover {
        border: 1px solid #FC761D;
    }

    [b-mipe1vqdm3] .form-select:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.input-label[b-mipe1vqdm3] {
    font-size: 18px;
    line-height: 20px;
}
[b-mipe1vqdm3] .input-text {
    color: black;
    width: 100%;
    padding: 0px 1px 0px 0px;
    height: 46px;
    border-color: #707070;
    border: 1px solid;
    padding: 0.25rem;
}
[b-mipe1vqdm3] input[type=number]::-webkit-inner-spin-button,
[b-mipe1vqdm3] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.div-icon[b-mipe1vqdm3] {
    color: #FA771D;
}

.div-container[b-mipe1vqdm3] {
   border: solid #FA771D 1px;
   border-radius: 2px;
}

.col-6[b-mipe1vqdm3] {
    font-size: small;
}

.div-label[b-mipe1vqdm3]{
    font-weight:bold;
}

.form-control[b-mipe1vqdm3]{
    border-radius: 5px;
}

.invite-label[b-mipe1vqdm3] {
    font-weight: bold;
    margin-bottom: 0.2rem;
    font-size:small
}

.fs-6[b-mipe1vqdm3] {
    font-size:x-small !important;
}

.header-label[b-mipe1vqdm3] {
    font-weight: bold;
    margin-bottom: -0.2rem;
    font-size: larger
}

.div-floating-label[b-mipe1vqdm3] {
    opacity: 1;
    padding: 1rem 1.65rem;
}

.btn-invite[b-mipe1vqdm3] {
    border-radius: 9px;
    width: 210px !important;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    height: 44px;
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}
.nav-tabs[b-mipe1vqdm3] {
    border-bottom: none !important;
}
.frequency-tab-link[b-mipe1vqdm3] {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid;
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
    background-color: white;
}

    .frequency-tab-link.active[b-mipe1vqdm3] {
        background-color: black;
        color: white;
        border-color: black;
        font-weight: bold;
    }

.paymentfrequency-container[b-mipe1vqdm3] {
    padding: 0;
}

.paymentfrequency-tabs[b-mipe1vqdm3] {
    min-width: 0;
    width: 100%;
    flex-wrap: nowrap;
    border-radius: 0.375rem;
}

    .paymentfrequency-tabs .nav-item[b-mipe1vqdm3] {
        min-width: 0;
    }

.frequency-tab-link[b-mipe1vqdm3] {
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
    white-space: nowrap;
    width: 100%;
    display: block;
    border-radius: 0;
}

@media (max-width: 600px) {
    .frequency-tab-link[b-mipe1vqdm3] {
        font-size: 0.95rem;
        padding: 0.5rem 0.2rem;
    }

    .paymentfrequency-tabs[b-mipe1vqdm3] {
        font-size: 0.95rem;
    }
}
/* _content/MDGDealer.App/Components/Pages/Merchant/InvitationHistoryGridView.razor.rz.scp.css */
.header[b-8ysj7swurj] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.approvalsGrid[b-8ysj7swurj] {
    overflow-y: auto;
}

.input-group-text[b-8ysj7swurj] {
    background-color: transparent !important;
}

.inputSearch[b-8ysj7swurj] {
    border-top: 1px solid #ced4da;
    border-right: none !important;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

    .inputSearch:hover[b-8ysj7swurj] {
        border-top: 1px solid #FC761D;
        border-right: none !important;
        border-bottom: 1px solid #FC761D;
        border-left: 1px solid #FC761D;
    }

        .inputSearch:hover + .input-group-text[b-8ysj7swurj] {
            border-top: 1px solid #FC761D !important;
            border-right: 1px solid #FC761D !important;
            border-bottom: 1px solid #FC761D !important;
            border-left: none !important;
        }

    .inputSearch:focus[b-8ysj7swurj] {
        border: 1px solid #FC761D !important;
        box-shadow: 0 0 5px #FC761D;
    }

        .inputSearch:focus + .input-group-text[b-8ysj7swurj] {
            border-top: 1px solid #ced4da !important;
            border-right: 1px solid #ced4da !important;
            border-bottom: 1px solid #ced4da !important;
            border-left: none !important;
        }

.inputSearchClear[b-8ysj7swurj] {
    background-color: transparent !important;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none !important;
    border-radius: 0.25rem;
}

.glassIcon[b-8ysj7swurj] {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}

.clearIcon[b-8ysj7swurj] {
    font-size: 26px;
    color: rgba(0,0,0,.5);
}

.btnClearSearch[b-8ysj7swurj] {
    padding: 0 0 !important;
}

.divDatePicker[b-8ysj7swurj] {
    cursor: pointer;
    width: 20%;
}

.div-label[b-8ysj7swurj] {
    font-weight: bold;
}

.divSortRow[b-8ysj7swurj] {
    border-style:hidden;
}

.divContent[b-8ysj7swurj] {
    border: solid #dee2e6 1px;
    padding-right: 0.40rem !important;
    padding-left: 0.40rem !important;
}

.col-6[b-8ysj7swurj] {
    font-size: small;
}

.div-status[b-8ysj7swurj]{
    font-size:small;
}

.btnView[b-8ysj7swurj] {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

    .btnView:not([disabled]):hover[b-8ysj7swurj] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

    .btnView[disabled][b-8ysj7swurj] {
        cursor: not-allowed;
        pointer-events:auto;
    }

.nav-tabs[b-8ysj7swurj] {
    border-bottom: none !important;
}

.header-label[b-8ysj7swurj] {
    font-weight: bold;
    margin-bottom: -0.2rem;
    font-size: larger
}

.div-icon[b-8ysj7swurj] {
    color: #FA771D;
}

.inputSearchClear .tooltipTextClearSearch[b-8ysj7swurj] {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 10px;
    left: 100%;
    position: absolute;
    z-index: 1;
}

.inputSearchClear:hover .tooltipTextClearSearch[b-8ysj7swurj] {
    visibility: visible;
}

.inputSearchClear .tooltipTextClearSearch[b-8ysj7swurj]::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.bg-pending-approval[b-8ysj7swurj] {
    background-color: #fdba8e;
}

.btn-invite[b-8ysj7swurj] {
    border-radius: 4px;
    width: 210px !important;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    height: 40px;
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.btn-submit-intent[b-8ysj7swurj] {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

    .btn-submit-intent:hover[b-8ysj7swurj] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.approval-tab-link[b-8ysj7swurj] {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
}

    .approval-tab-link.active[b-8ysj7swurj] {
        background-color: rgba(0, 0, 0, .03);
        color: #000000;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: bold;
    }
/* _content/MDGDealer.App/Components/Pages/Merchant/LoanGridView.razor.rz.scp.css */
.header[b-jnc0rnl49c] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.sub-header[b-jnc0rnl49c] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.fontBold[b-jnc0rnl49c] {
    font-weight: bold;
}

.loansGrid[b-jnc0rnl49c] {
    overflow-y: auto;
}

.gridTopBar[b-jnc0rnl49c] {
    padding: 1rem 0rem;
    margin-bottom: 0;
}

.input-group-text[b-jnc0rnl49c] {
    background-color: transparent !important;
}

.inputSearch[b-jnc0rnl49c] {
    border-top: 1px solid #ced4da;
    border-right: none !important;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

    .inputSearch:hover[b-jnc0rnl49c] {
        border-top: 1px solid #FC761D;
        border-right: none !important;
        border-bottom: 1px solid #FC761D;
        border-left: 1px solid #FC761D;
    }

        .inputSearch:hover + .input-group-text[b-jnc0rnl49c] {
            border-top: 1px solid #FC761D !important;
            border-right: 1px solid #FC761D !important;
            border-bottom: 1px solid #FC761D !important;
            border-left: none !important;
        }

    .inputSearch:focus[b-jnc0rnl49c] {
        border: 1px solid #FC761D !important;
        box-shadow: 0 0 5px #FC761D;
    }

        .inputSearch:focus + .input-group-text[b-jnc0rnl49c] {
            border-top: 1px solid #ced4da !important;
            border-right: 1px solid #ced4da !important;
            border-bottom: 1px solid #ced4da !important;
            border-left: none !important;
        }

.inputSearchClear[b-jnc0rnl49c] {
    background-color: transparent !important;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none !important;
    border-radius: 0.25rem;
}

.glassIcon[b-jnc0rnl49c] {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}

.clearIcon[b-jnc0rnl49c] {
    font-size: 26px;
    color: rgba(0,0,0,.5);
}

.btnClearSearch[b-jnc0rnl49c] {
    padding: 0 0 !important;
}

.btnView[b-jnc0rnl49c] {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.btnUpload:hover[b-jnc0rnl49c], .btnView:hover[b-jnc0rnl49c] {
    color: #fff !important;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.btnDownload:hover[b-jnc0rnl49c] {
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.bg-verify[b-jnc0rnl49c] {
    background-color: #c3c3c3;
}

.bg-authorize[b-jnc0rnl49c] {
    background-color: #dddefd;
}

.bg-accept[b-jnc0rnl49c] {
    background-color: #d5f2e6;
}

.bg-refund[b-jnc0rnl49c] {
    background-color: #f5dad4;
}

.bg-void[b-jnc0rnl49c] {
    background-color: #fef5e1;
}

.bg-new[b-jnc0rnl49c] {
    background-color: transparent;
    color: #FC761D;
    font-weight: bold;
}

.bg-denied[b-jnc0rnl49c] {
    background-color: transparent;
    color: red;
    font-weight: bold;
}

.bg-approved[b-jnc0rnl49c] {
    background-color: transparent;
    color: green;
    font-weight: bold;
}

.loading-container[b-jnc0rnl49c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader[b-jnc0rnl49c] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: block;
    position: relative;
    border: 3px solid;
    border-color: #FC761D #FC761D transparent transparent;
    box-sizing: border-box;
    animation: rotation-b-jnc0rnl49c 1s linear infinite;
}

    .loader[b-jnc0rnl49c]::after,
    .loader[b-jnc0rnl49c]::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #000 #000;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack-b-jnc0rnl49c 0.5s linear infinite;
        transform-origin: center center;
    }

    .loader[b-jnc0rnl49c]::before {
        width: 42px;
        height: 42px;
        border-color: #FC761D #FC761D transparent transparent;
        animation: rotation-b-jnc0rnl49c 1.5s linear infinite;
    }

@keyframes rotation-b-jnc0rnl49c {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack-b-jnc0rnl49c {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.loading-text[b-jnc0rnl49c] {
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}


.inputSearchClear .tooltipTextClearSearch[b-jnc0rnl49c] {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 10px;
    left: 100%;
    position: absolute;
    z-index: 1;
}

.inputSearchClear:hover .tooltipTextClearSearch[b-jnc0rnl49c] {
    visibility: visible;
}

.inputSearchClear .tooltipTextClearSearch[b-jnc0rnl49c]::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; 
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
/* _content/MDGDealer.App/Components/Pages/Merchant/LoanListGridView.razor.rz.scp.css */
.header[b-xbyxsgw1sq] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.approvalsGrid[b-xbyxsgw1sq] {
    overflow-y: auto;
}

.input-group-text[b-xbyxsgw1sq] {
    background-color: transparent !important;
}

.header-label[b-xbyxsgw1sq] {
    font-weight: bold;
    margin-bottom: -0.2rem;
    font-size: x-large;
}

.div-icon[b-xbyxsgw1sq] {
    color: #FA771D;
}

.span-text[b-xbyxsgw1sq]{
    color:blue;
}

.inputSearch[b-xbyxsgw1sq] {
    border-top: 1px solid #ced4da;
    border-right: none !important;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

    .inputSearch:hover[b-xbyxsgw1sq] {
        border-top: 1px solid #FC761D;
        border-right: none !important;
        border-bottom: 1px solid #FC761D;
        border-left: 1px solid #FC761D;
    }

        .inputSearch:hover + .input-group-text[b-xbyxsgw1sq] {
            border-top: 1px solid #FC761D !important;
            border-right: 1px solid #FC761D !important;
            border-bottom: 1px solid #FC761D !important;
            border-left: none !important;
        }

    .inputSearch:focus[b-xbyxsgw1sq] {
        border: 1px solid #FC761D !important;
        box-shadow: 0 0 5px #FC761D;
    }

        .inputSearch:focus + .input-group-text[b-xbyxsgw1sq] {
            border-top: 1px solid #ced4da !important;
            border-right: 1px solid #ced4da !important;
            border-bottom: 1px solid #ced4da !important;
            border-left: none !important;
        }

.inputSearchClear[b-xbyxsgw1sq] {
    background-color: transparent !important;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none !important;
    border-radius: 0.25rem;
}

.glassIcon[b-xbyxsgw1sq] {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}

.clearIcon[b-xbyxsgw1sq] {
    font-size: 26px;
    color: rgba(0,0,0,.5);
}

.btnClearSearch[b-xbyxsgw1sq] {
    padding: 0 0 !important;
}

.divDatePicker[b-xbyxsgw1sq] {
    cursor: pointer;
    width: 20%;
}

.div-label[b-xbyxsgw1sq] {
    font-weight: bold;
}

.divSortRow[b-xbyxsgw1sq] {
    border-style:hidden;
}

.divContent[b-xbyxsgw1sq] {
    border: solid #dee2e6 1px;
    padding-right: 0.40rem !important;
    padding-left: 0.40rem !important;
}

.btnView[b-xbyxsgw1sq] {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

    .btnView:not([disabled]):hover[b-xbyxsgw1sq] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

    .btnView[disabled][b-xbyxsgw1sq] {
        cursor: not-allowed;
        pointer-events:auto;
    }

.nav-tabs[b-xbyxsgw1sq] {
    border-bottom: none !important;
}

.inputSearchClear .tooltipTextClearSearch[b-xbyxsgw1sq] {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 10px;
    left: 100%;
    position: absolute;
    z-index: 1;
}

.col-6[b-xbyxsgw1sq]{
    font-size:small;
}

.col-4[b-xbyxsgw1sq] {
    font-size: small;
}

.col-8[b-xbyxsgw1sq] {
    font-size: small;
}

.btn-link[b-xbyxsgw1sq] {
    font-size: small;
    text-decoration: none !important;
}

.inputSearchClear:hover .tooltipTextClearSearch[b-xbyxsgw1sq] {
    visibility: visible;
}

.inputSearchClear .tooltipTextClearSearch[b-xbyxsgw1sq]::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.bg-pending-approval[b-xbyxsgw1sq] {
    background-color: #fdba8e;
}

.btn-invite[b-xbyxsgw1sq] {
    border-radius: 4px;
    width: 210px !important;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    height: 40px;
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.btn-submit-intent[b-xbyxsgw1sq] {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

    .btn-submit-intent:hover[b-xbyxsgw1sq] {
        color: #fff !important;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.approval-tab-link[b-xbyxsgw1sq] {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
}

    .approval-tab-link.active[b-xbyxsgw1sq] {
        background-color: rgba(0, 0, 0, .03);
        color: #000000;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: bold;
    }
/* _content/MDGDealer.App/Components/Pages/Merchant/SupportContact.razor.rz.scp.css */
.header[b-ck0599ckmd] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.sub-header[b-ck0599ckmd] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.border[b-ck0599ckmd] {
    border-color: #848484 !important;
}

.form-label[b-ck0599ckmd] {
    font-size: 18px !important;
    margin-bottom: 0.2rem !important;
}

[b-ck0599ckmd] .form-control, [b-ck0599ckmd] .form-select {
    line-height: 2;
    border-color: #848484;
}

[b-ck0599ckmd] .form-control:hover {
    border: 1px solid #FC761D;
}

[b-ck0599ckmd] .form-control:focus {
    border: 1px solid #FC761D;
    box-shadow: 0 0 5px #FC761D;
}

[b-ck0599ckmd] .form-select:hover {
    border: 1px solid #FC761D;
}

[b-ck0599ckmd] .form-select:focus {
    border: 1px solid #FC761D;
    box-shadow: 0 0 5px #FC761D;
}

.form-label[b-ck0599ckmd] {
    font-size: 18px !important;
    margin-bottom: 0.2rem !important;
}

[b-ck0599ckmd] .form-control, [b-ck0599ckmd] .form-select {
    line-height: 2;
    border-color: #848484;
}

[b-ck0599ckmd] .form-control:hover {
    border: 1px solid #FC761D;
}

[b-ck0599ckmd] .form-control:focus {
    border: 1px solid #FC761D;
    box-shadow: 0 0 5px #FC761D;
}

[b-ck0599ckmd] .form-select:hover {
    border: 1px solid #FC761D;
}

[b-ck0599ckmd] .form-select:focus {
    border: 1px solid #FC761D;
    box-shadow: 0 0 5px #FC761D;
}


.no-style-button[b-ck0599ckmd] {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #0046BE;
}

.btnSave[b-ck0599ckmd] {
    
    border-radius: 8px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    max-width: 188px;
    width: 188px;
    height: 48px;
    max-height: 48px;
}

.btnSave:hover[b-ck0599ckmd] {
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.btnEdit[b-ck0599ckmd], .btnDelete[b-ck0599ckmd] {
    width: 100px !important;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
}
.btnEditContacts[b-ck0599ckmd] {
    width: 130px !important;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
}

.btnEdit:hover[b-ck0599ckmd], .btnDelete:hover[b-ck0599ckmd], .btnEditContacts:hover[b-ck0599ckmd] {
    color: #fff !important;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}
.menu-container[b-ck0599ckmd] {
    position: relative;
}

.menu-options[b-ck0599ckmd] {
    position: absolute;
    margin-top:20px;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 8px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.menu-container:hover .menu-options[b-ck0599ckmd] {
    opacity: 1;
    pointer-events: auto;
}

.menu-trigger:hover + .menu-options[b-ck0599ckmd] {
    opacity: 1;
    pointer-events: auto;
}

.menu-options button[b-ck0599ckmd] {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

[b-ck0599ckmd] .tableContacts {
    width: 100% !important;
}
.contactsGrid[b-ck0599ckmd]{
    overflow-y:auto;
}
[b-ck0599ckmd] thead tr {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

[b-ck0599ckmd] tr {
    height: 3rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

[b-ck0599ckmd] tr:hover {
    background-color: rgba(0,0,0,.05);
}

[b-ck0599ckmd] tr:nth-child(even) {
    background: rgba(0,0,0,0.0);
}

[b-ck0599ckmd] tr:nth-child(even):hover {
    background: rgba(0,0,0,.05);
}
/* _content/MDGDealer.App/Components/Pages/NotFound.razor.rz.scp.css */
.LogoTextNew[b-dq8p6cjimh] {
    top: 38px;
    left: 160px;
    width: 385px;
    height: 19px;
    text-align: left;
    font: normal normal bold 16px/19px Verdana;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.Logo[b-dq8p6cjimh] {
    cursor: pointer;
    height: 51px !important;
    margin-top: -3px
}
/* _content/MDGDealer.App/Components/Pages/Unauthorized.razor.rz.scp.css */
/* _content/MDGDealer.App/Components/RedirectToLogin.razor.rz.scp.css */
body[b-xq0knpk2vo] {
}
/* _content/MDGDealer.App/Components/Shared/APIDocNavigationTable.razor.rz.scp.css */
.tableStep[b-x30jfosmtq] {
    transition: all 0.2s ease-in;
    cursor: pointer;
}

    .tableStep:hover[b-x30jfosmtq] {
        background-color: #0000000d;
    }
/* _content/MDGDealer.App/Components/Shared/APIDocTableOfContent.razor.rz.scp.css */

#tableOfContents[b-t8o9wcgv06] {
    position: fixed;
}

    #tableOfContents ul[b-t8o9wcgv06] {
        list-style: none;
        padding-left: 1rem !important;
    }

    #tableOfContents ul ul[b-t8o9wcgv06]{
        padding-left: 1.5rem !important;
    }

    #tableOfContents > nav > ul > li[b-t8o9wcgv06] {
        margin-bottom: 0.25rem;
    }

    #tableOfContents nav a[b-t8o9wcgv06] {
        transition: 0.2s linear;
        font-size: 1rem;
    }

    #tableOfContents nav a:not(:hover)[b-t8o9wcgv06] {
        text-decoration: none;
        color: #6c757d !important;
        font-size: .875rem;
    }

        #tableOfContents nav a.active[b-t8o9wcgv06] {
            font-weight: bold;
            color: #ef7503 !important;
        }
/* _content/MDGDealer.App/Components/Shared/CheckoutDataView.razor.rz.scp.css */

.btn-remove-item[b-ezufof1wrm] {
    border-color: transparent !important;
}

.icon-remove-item[b-ezufof1wrm] {
    font-size: 22px;
}

.divTooltip[b-ezufof1wrm] {
    position: relative;
    display: inline-block;
}

    .divTooltip .spnTooltiptext[b-ezufof1wrm] {
        visibility: hidden;
        width: 160px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        top: -5px;
        left: 110%;
        position: absolute;
        z-index: 1;
    }

        .divTooltip .spnTooltiptext[b-ezufof1wrm]::after {
            content: " ";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent black transparent transparent;
        }

    .divTooltip:hover .spnTooltiptext[b-ezufof1wrm] {
        visibility: visible;
    }
/* _content/MDGDealer.App/Components/Shared/DisbursementView.razor.rz.scp.css */
.fontBold[b-9ftmaisx6h] {
    font-weight: bold;
}

.textDepositID[b-9ftmaisx6h] {
    font-size: 24px;
    font-weight: bold;
}

.btnDownload:hover[b-9ftmaisx6h] {
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}

.depositGrid[b-9ftmaisx6h] {
    overflow-y: auto;
}

[b-9ftmaisx6h] .tableDepositDetails {
    width: 100% !important;
}

.loading-container[b-9ftmaisx6h] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader[b-9ftmaisx6h] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: block;
    position: relative;
    border: 3px solid;
    border-color: #FC761D #FC761D transparent transparent;
    box-sizing: border-box;
    animation: rotation-b-9ftmaisx6h 1s linear infinite;
}

    .loader[b-9ftmaisx6h]::after,
    .loader[b-9ftmaisx6h]::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #000 #000;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack-b-9ftmaisx6h 0.5s linear infinite;
        transform-origin: center center;
    }

    .loader[b-9ftmaisx6h]::before {
        width: 42px;
        height: 42px;
        border-color: #FC761D #FC761D transparent transparent;
        animation: rotation-b-9ftmaisx6h 1.5s linear infinite;
    }

@keyframes rotation-b-9ftmaisx6h {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack-b-9ftmaisx6h {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.loading-text[b-9ftmaisx6h] {
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}
/* _content/MDGDealer.App/Components/Shared/IntentView.razor.rz.scp.css */
.intentViewModalDialog[b-650dnglbvk] {
    z-index: 1055;
    max-width: 70% !important;
}

@media(max-width: 998px) {
    .intentViewModalDialog[b-650dnglbvk] {
        max-width: 96% !important;
    }
}

.intentViewModalHeader[b-650dnglbvk] {
    border-bottom: none !important;
    padding: 0.5rem 1rem !important;
}

.divIntentDetail[b-650dnglbvk] {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
}

.divItemsView[b-650dnglbvk] {
    overflow-x: auto;
    overflow-y: auto;
    height: 43vh;
}

.fontBold[b-650dnglbvk] {
    font-weight: bold;
}

.font18[b-650dnglbvk] {
    font-size: 18px;
}

[b-650dnglbvk] .form-control, [b-650dnglbvk] .form-select {
    border-color: #848484;
}

    [b-650dnglbvk] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-650dnglbvk] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.bg-verify[b-650dnglbvk] {
    background-color: #c3c3c3;
}

.bg-authorize[b-650dnglbvk] {
    background-color: #dddefd;
}

.bg-accept[b-650dnglbvk] {
    background-color: #d5f2e6;
}

.bg-refund[b-650dnglbvk] {
    background-color: #f5dad4;
}

.bg-void[b-650dnglbvk] {
    background-color: #fef5e1;
}

.bg-pending-approval[b-650dnglbvk] {
    background-color: #fdba8e;
}

@keyframes fade-in-slide-down-b-650dnglbvk {
    from {
        opacity: 0.1;
        margin-top: 0;
    }

    to {
        opacity: 1;
        margin-top: 75px;
    }
}

.fadeInAnimation[b-650dnglbvk] {
    animation-name: fade-in-slide-down-b-650dnglbvk;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

[b-650dnglbvk]::-webkit-scrollbar {
    background-color: white !important;
    width: 10px !important;
}

[b-650dnglbvk]::-webkit-scrollbar-track {
    background-color: white;
    width: 15px;
}

[b-650dnglbvk]::-webkit-scrollbar-thumb {
    background-color: #8d8d8d;
    border: 3px solid white;
    border-radius: 15px;
}
/* _content/MDGDealer.App/Components/Shared/LoanItemsView.razor.rz.scp.css */
.divInline40[b-ebv3fzueo4] {
    display: inline-block;
    width: 40%;
}

.divInline15[b-ebv3fzueo4] {
    display: inline-block;
    width: 15%;
}

.alignBottom[b-ebv3fzueo4] {
    vertical-align: bottom;
}

.w-5[b-ebv3fzueo4] {
    width: 5%;
}

[b-ebv3fzueo4] .form-control, [b-ebv3fzueo4] .form-select {
    border-color: #848484;
}

    [b-ebv3fzueo4] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-ebv3fzueo4] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

    [b-ebv3fzueo4] .form-select:hover {
        border: 1px solid #FC761D;
    }

    [b-ebv3fzueo4] .form-select:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.btnAdd[b-ebv3fzueo4], .btnEdit[b-ebv3fzueo4] {
    border: none !important;
    background-color: transparent !important;
}
/* _content/MDGDealer.App/Components/Shared/LoanView.razor.rz.scp.css */
.loanDetailsModalDialog[b-y6voebz9xy] {
    z-index: 1055;
    max-width: 70% !important;
}

@media(max-width: 998px){
    .loanDetailsModalDialog[b-y6voebz9xy] {
        max-width: 96% !important;
    }
}

.loanDetailsModalHeader[b-y6voebz9xy] {
    border-bottom:none !important;
    padding: 0.5rem 1rem !important;
}

.divLoanDetails[b-y6voebz9xy] {
    /*height: 65vh;
    overflow-y: auto;*/
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
}

.divItemsView[b-y6voebz9xy] {
    overflow-x: auto;
    overflow-y: auto;
    height: 35vh;
}

.divBorderBottom[b-y6voebz9xy] {
    border-bottom: 1px solid rgba(0,0,0,0.5)
}

.fontBold[b-y6voebz9xy] {
    font-weight: bold;
}

.font18[b-y6voebz9xy] {
    font-size: 18px;
}

.textRefundDate[b-y6voebz9xy] {
    padding-left: 0.5rem !important;
    font-size: 14px;
    color: #575757;
}

[b-y6voebz9xy] .form-control, [b-y6voebz9xy] .form-select {
    border-color: #848484;
}

    [b-y6voebz9xy] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-y6voebz9xy] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.bg-verify[b-y6voebz9xy] {
    background-color: #c3c3c3;
}

.bg-authorize[b-y6voebz9xy] {
    background-color: #dddefd;
}

.bg-accept[b-y6voebz9xy] {
    background-color: #d5f2e6;
}

.bg-refund[b-y6voebz9xy] {
    background-color: #f5dad4;
}

.bg-void[b-y6voebz9xy] {
    background-color: #fef5e1;
}

.bg-pending-approval[b-y6voebz9xy] {
    background-color: #fdba8e;
}

@keyframes fade-in-slide-down-b-y6voebz9xy {
    from {
        opacity: 0.1;
        margin-top: 0;
    }

    to {
        opacity: 1;
        margin-top: 75px;
    }
}

.fadeInAnimation[b-y6voebz9xy] {
    animation-name: fade-in-slide-down-b-y6voebz9xy;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

[b-y6voebz9xy]::-webkit-scrollbar {
    background-color: white !important;
    width: 10px !important;
}

[b-y6voebz9xy]::-webkit-scrollbar-track {
    background-color: white;
    width: 15px;
}

[b-y6voebz9xy]::-webkit-scrollbar-thumb {
    background-color: #8d8d8d;
    border: 3px solid white;
    border-radius: 15px;
}
/* _content/MDGDealer.App/Components/Shared/Pagination.razor.rz.scp.css */

.pagination-controls[b-rrklw83bh4] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .pagination-controls button[b-rrklw83bh4] {
        border:none;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .pagination-controls button:hover[b-rrklw83bh4] {
            color: white;
        }

        .pagination-controls button.active[b-rrklw83bh4] {
            color: white;
            font-weight: bold;
        }

        .pagination-controls button:disabled[b-rrklw83bh4] {
            cursor: not-allowed;
        }

    .pagination-controls select[b-rrklw83bh4] {
        margin-right: 15px;
        padding: 5px;
        border-radius: 4px;
        border: 1px solid #dee2e6;
    }

    .pagination-controls label[b-rrklw83bh4] {
        margin-right: 5px;
        font-weight: bold;
    }

    .icon-color[b-rrklw83bh4]{
        color: black;
    }

.pagination-controls button[b-rrklw83bh4] {
    min-width: 2rem !important;
    min-height: 2rem !important;
    font-size: 1rem !important;
}
/* _content/MDGDealer.App/Components/Shared/ProjectDetailView.razor.rz.scp.css */
.header[b-x0hhh0rmly] {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.sub-header[b-x0hhh0rmly] {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.btnEdit[b-x0hhh0rmly] {
    /*height: 32px !important;
    -webkit-user-select: none;
    background-color: white;
    border: 1px solid #888888;*/
    width: 100px !important;
    font-family: Verdana;
    font-size: 16px;
    line-height: 18px;
    /*border-radius: 8px;
    box-shadow: 0px 0px 0px 0.8px #888888;*/
}

    .btnEdit:hover[b-x0hhh0rmly] {
        color: #fff;
        background-color: #FC761D !important; 
        border-color: #FC761D !important;
    }

.btnSave[b-x0hhh0rmly] {
    width: 188px !important;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
}
    .btnSave:hover[b-x0hhh0rmly] {
        color: #fff;
        background-color: #FC761D !important;
        border-color: #FC761D !important;
    }

.form-control-country[b-x0hhh0rmly] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    line-height: 2;
}

.disabledCursor[b-x0hhh0rmly] {
    cursor: not-allowed !important;
}

.form-label[b-x0hhh0rmly] {
    font-size: 18px !important;
    margin-bottom: 0.2rem !important;
}

[b-x0hhh0rmly] .form-control, [b-x0hhh0rmly] .form-select {
    line-height: 2;
    border-color: #848484;
}

    [b-x0hhh0rmly] .form-control:hover {
        border: 1px solid #FC761D;
    }

    [b-x0hhh0rmly] .form-control:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

    [b-x0hhh0rmly] .form-select:hover {
        border: 1px solid #FC761D;
    }

    [b-x0hhh0rmly] .form-select:focus {
        border: 1px solid #FC761D;
        box-shadow: 0 0 5px #FC761D;
    }

.input-label[b-x0hhh0rmly] {
    font-size: 18px;
    line-height: 20px;
}
[b-x0hhh0rmly] .input-text {
    color: black;
    width: 100%;
    padding: 0px 1px 0px 0px;
    height: 46px;
    border-color: #707070;
    border: 1px solid;
    padding: 0.25rem;
}
[b-x0hhh0rmly] input[type=number]::-webkit-inner-spin-button,
[b-x0hhh0rmly] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.div-icon[b-x0hhh0rmly] {
    color: #FA771D;
}

.div-container[b-x0hhh0rmly] {
   border: solid #FA771D 1px;
   border-radius: 2px;
}

.div-label[b-x0hhh0rmly]{
    font-weight:bold;
}

.form-control[b-x0hhh0rmly]{
    border-radius: 5px;
}

.project-label[b-x0hhh0rmly] {
    font-weight: bold;
    margin-bottom: -0.2rem;
}

.header-label[b-x0hhh0rmly] {
    font-weight: bold;
    margin-bottom: -0.2rem;
    font-size: larger
}

.div-floating-label[b-x0hhh0rmly] {
    opacity: 1;
    padding: 1rem 1.65rem;
}

.div-thankyou[b-x0hhh0rmly] {
    color: #47A44A;
}

.col-6[b-x0hhh0rmly] {
    font-size: small;
}

.div-paragraph[b-x0hhh0rmly]{
    font-size: small;
}

.btn-invite[b-x0hhh0rmly] {
    border-radius: 9px;
    width: 210px !important;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    height: 44px;
    color: #fff;
    background-color: #FC761D !important;
    border-color: #FC761D !important;
}
.nav-tabs[b-x0hhh0rmly] {
    border-bottom: none !important;
}
.frequency-tab-link[b-x0hhh0rmly] {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid;
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
    background-color: white;
}

    .frequency-tab-link.active[b-x0hhh0rmly] {
        background-color: black;
        color: white;
        border-color: black;
        font-weight: bold;
    }
/* _content/MDGDealer.App/Components/Shared/Testimonials.razor.rz.scp.css */
.banner-header[b-bin4auahe5] {
    font-size: 45px;
    font-weight: bold;
    color: #0E3A61;
}

.testimonial[b-bin4auahe5] {
    position: relative;
    background-color: rgba(14, 58, 97, 0.1);
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 700px;
    color: #0E3A61;
}

    .testimonial[b-bin4auahe5]::before {
        content: '';
        position: absolute;
        bottom: 10px;
        right: -20px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent rgba(14, 58, 97, 0.1);
    }


.testimonial-header[b-bin4auahe5] {
    font-size: 28px;
    color: #0E3A61;
}

.content-testimonials[b-bin4auahe5] {
    font-size: 24px;
    color: #0E3A61;
}

.left-double-quotation[b-bin4auahe5], .right-double-quotation[b-bin4auahe5] {
    font-size: 36px;
    color: #0E3A61;
}

.left-double-quotation-margin[b-bin4auahe5] {
    margin-bottom: -20px;
}

.right-double-quotation-margin[b-bin4auahe5] {
    margin-top: -20px;
}

.carousel-item[b-bin4auahe5] {
    height: 320px;
}

#testimonialSlider .carousel-inner[b-bin4auahe5] {
    padding: 20px 0;
}

@media(max-width: 767.98px) {
    .banner-header[b-bin4auahe5] {
        font-size: 35px;
        font-weight: bold;
        color: #0E3A61;
    }

    .carousel-item[b-bin4auahe5] {
        height: 510px;
    }

    .testimonial-header[b-bin4auahe5] {
        font-size: 24px;
        color: #0E3A61;
    }

    .content-testimonials[b-bin4auahe5] {
        font-size: 20px;
        color: #0E3A61;
    }

    .left-double-quotation[b-bin4auahe5], .right-double-quotation[b-bin4auahe5] {
        font-size: 26px;
    }

    .left-double-quotation-margin[b-bin4auahe5] {
        margin-bottom: 0;
    }

    .right-double-quotation-margin[b-bin4auahe5] {
        margin-top: 0;
    }

}

@media(max-width: 400px) {
    .carousel-item[b-bin4auahe5] {
        height: 560px;
    }
}
/* _content/MDGDealer.App/Pages/Login.cshtml.rz.scp.css */

.page[b-hd4faz4tjt] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.div-main[b-hd4faz4tjt] {
    height: CALC(100vh - 5.4rem);
}

main[b-hd4faz4tjt] {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.content[b-hd4faz4tjt] {
    background-color: #EEEEEE !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#loginIcon[b-hd4faz4tjt] {
    font-size: 80px;
}

#PasswordToggler[b-hd4faz4tjt] {
    position: absolute;
    right: 10px;
    top: CALC(50% - 8px);
    cursor: pointer;
}

.btnOrange[b-hd4faz4tjt] {
    background-color: #CC6600;
    color: white;
    width: 250px;
    max-width: 200px;
    box-shadow: #CC6600;
    font-weight: bold;
}

    .btnOrange:focus[b-hd4faz4tjt] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem orange;
    }

[b-hd4faz4tjt] .form-control {
    letter-spacing: 0.04em !important;
    font-size: 17px !important;
    line-height: 21px !important;
    display: block;
}

[b-hd4faz4tjt] .form-control-lg:focus {
    outline: none;
    box-shadow: none;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem orange;
}

[b-hd4faz4tjt] .field-validation-error {
    margin-top: 5px;
}

[b-hd4faz4tjt] .input-validation-error {
    border: solid 1px rgb(220, 53, 69);
}

@media (min-width: 768px) {
    .page[b-hd4faz4tjt] {
        flex-direction: row;
    }
}
