.desktop_none{
    display: none !important;
}
.mobile_none{
    display: block !important;
}
/* Dashboard Start */
.dashboard_s1{
    background-image: url(../img/dashboard_s1bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px 138px 0px;
    background-color: var(--brand-surface-shell, #F6F2EA);
}
.dashboard_c1{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.dashboard_s1label{
    color: var(--brand-core-accent, #E8663B);
    text-align: center;
    font-family: Satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    margin: 0px;
}
.dashboard_s1title{
    color: var(--brand-surface-cream, #F4EEE2);
    text-align: center;
    font-family: Fraunces;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
    letter-spacing: -0.56px;
    margin: 0px;
}
.dashboard_signout{
    color: var(--brand-tint-cream-80, rgba(244, 238, 226, 0.80));
    text-align: center;
    font-family: Satoshi;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 0px;
}
.dashboard_s2{
    padding: 48px 0px 104px 0px;
    background-color: var(--brand-surface-shell, #F6F2EA);
}
.dashboard_c2{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.dashboard_s2top{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.dashboard_s2btnmain{
    flex: 1;
}
.dashboard_s2btn{
    width: 100%;
    display: flex;
    padding: 24px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 12px !important;
    background: #FDFBF6 !important;
    border: 2px solid #FDFBF6 !important;
}
.dashboard_s2btn.active, .dashboard_s2btn:hover{
    border: 2px solid #E8663B  !important;
}
.dashboard_s2btn.active .tab_btnsubtitle{
    color: #2E3A33;
}
.tab_btntitle{
    color: var(--brand-core-ink, #15332A);
    font-family: Fraunces;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    margin: 0px;
}
.tab_btnsubtitle{
    color: var(--brand-text-muted, #5C6E67);
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    text-align: start;
    font-weight: 400;
    line-height: 155%;
    margin: 0px;
}
.dashboard_s2bottom{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
#pills-tab .nav-item::before,
#pills-tab .nav-item::after,
#pills-tab .nav-link::before,
#pills-tab .nav-link::after {
    display: none !important;
}
.dash_tabcontent1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.dash_tabcontent1a,
.dash_tabcontent1b,
.dash_tabcontent1c{
    width: 100%;
}
td .dash_downloadbtn{
    font-size: 17px;
}
.dash_tabcontent1c{
    grid-column: 1 / -1;
}
.dash_tabcontent1a{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--brand-surface-paper, #FDFBF6);
}
.dash_tabcontent1atop{
    display: flex;
    justify-content: space-between;
    align-self: stretch;
}
.dash_tabcontent1atitlebar{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dash_tabcontent1atitle{
    color: var(--brand-core-ink, #15332A);
    font-family: Fraunces;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    margin: 0px;
}
.dash_tabcontent1asubtitle{
    color: var(--brand-text-muted, #5C6E67);
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin: 0px;
}
.dashboard_formbtn{
    display: flex;
    padding: 18px 24px 18px 28px;
    align-items: center;
    gap: 10px;
    height: 60px;
    border-radius: var(--radius-s, 8px);
    background: var(--brand-core-accent, #E8663B);
    color: var(--base-white, #FFF);
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    justify-content: space-between;
    font-weight: 500;
    line-height: 140%;
}
.dashboard_formbtn:hover{
    display: inline-flex;
    padding: 18px 24px 18px 28px;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius-s, 8px);
    border: 1px solid var(--brand-tint-ink-16, rgba(21, 51, 42, 0.16));
    background: var(--base-white, #FFF);
    color: var(--brand-core-ink, #15332A);
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.dashboard_formbtn img{
    transition: filter 0.3s ease;
}
.dashboard_formbtn:hover img{
    filter: brightness(0);
}
.dash_tabcontent1abottom{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.dash_textboxmain{
    display: flex;
    padding: 12px 20px 14px 20px;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    align-self: stretch;
    border-radius: var(--radius-s, 8px);
    background: var(--brand-surface-cream, #F4EEE2);
}
.dash_textboxlabel{
    color: var(--brand-text-muted, #5C6E67);
    font-family: Satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    margin: 0px;
}
.dash_textbox{
    color: var(--brand-text-muted, #5C6E67);
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
}
.dash_textbox:focus{
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
}
.first_last{
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}
.first_last2{
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}
.dash_tabcontent1c{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--brand-surface-paper, #FDFBF6);
}
/* Password */
.password_box{
    position: relative;
}
.password_box .dash_textbox{
    padding-right: 50px;
}
.password_eye{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease;
}
.password_eye.visible{
    opacity: 0.5;
}
/* Password End */
.dash_selectmain{
    position: relative;
}
.dash_select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 55px !important;
}
.dash_selectarrow{
    position: absolute;
    right: 26px;
    bottom: 22px;
    width: 12px;
    height: 12px;
    pointer-events: none;
}
.dash_tabcontent2{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.dash_tabcontent2title{
    color: var(--brand-core-ink, #15332A);
    font-family: Fraunces;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    margin: 0px;
}
.dash_tabcontent2cardbar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.dash_tabcontent2card{
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--brand-surface-paper, #FDFBF6);
}
.dash_tabcontent2cardtitlebar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}
.dash_tabcontent2cardtitle{
    color: var(--brand-core-ink, #15332A);
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
}
.dash_tabcontent2cardsubtitle{
    color: var(--brand-text-muted, #5C6E67);
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin: 0px;
}
.dash_pendingbtn{
    color: var(--brand-support-marine, #2A6A9E);
    font-family: Satoshi;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    cursor: pointer;
}
.dash_downloadbtn{
    color: var(--brand-core-accent, #E8663B);
    font-family: Satoshi;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    cursor: pointer;
}
.dash_tabcontent2card:nth-child(even) {
    background: transparent;
}
.dash_table thead tr th{
    padding: 16px 20px;
    background-color: transparent;
    border: none;
    color: var(--brand-core-ink, #15332A);
    font-family: Satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    margin: 0px;
}
.dash_table thead tr th:first-child{
    width: 35%;
}
.dash_table tbody tr td:first-child{
    border-radius: 8px 0px 0px 8px;
}
.dash_table tbody tr td:last-child{
    border-radius: 0px 8px 8px 0px;
}
.dash_table tbody tr td{
    padding: 20px 20px;
    background-color: #FDFBF6;
    border: none;
    color: var(--brand-core-ink, #15332A);
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
}
.dash_table tbody tr td:first-child{
    color: var(--brand-core-ink, #15332A);
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 0px;
}
.dash_table tbody tr:nth-child(even) td{
    background-color: transparent;
}
.mob_historybar{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mob_historycard{
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 12px;
    border-radius: var(--radius-s, 8px);
    background: var(--brand-surface-paper, #FDFBF6);
}
.mob_historycard:nth-child(even){
    background-color: transparent;
}
.mob_historycardtitle{
    color: var(--brand-core-ink, #15332A);
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 0px;
}
.mob_historycardinner{
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #FFF;
}
.mob_historycardtotalbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mob_historycardtotaltitle{
    color: var(--brand-text-muted, #5C6E67);
    font-family: Satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    margin: 0px;
}
.mob_historycardtotalamount{
    color: var(--brand-core-ink, #15332A);
    text-align: right;
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
}
.dash_notransbar{
    display: flex;
    padding: 80px 56px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: var(--radius-l, 16px);
    background: var(--brand-surface-paper, #FDFBF6);
}
.dash_tabcontent2subtitle{
    color: var(--brand-text-muted, #5C6E67);
    text-align: center;
    font-family: Satoshi;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
}
/* Dashboard End */




/* *************** */
/* Responsive Css */
/* ************* */
@media screen and (max-width: 700px) {
    .desktop_none{
        display: block !important;
    }
    .mobile_none{
        display: none !important;
    }
    /* Dashboard Start */
    .dash_tabcontent3 .dash_tabcontent2{
        gap: 32px;
    }
    .mob_historycard .dash_downloadbtn{
        font-size: 17px;
    }
    .dash_notransbar .dash_tabcontent2title{
        font-size: 23px;
        text-align: center;
    }
    .dashboard_s1{
        padding: 120px 0px 88px 0px;
        background-image: url(../img/dashboard_s1bgmob.png);
    }
    .dashboard_s1title{
        font-size: 34px;
    }
    .dashboard_s2btnmain{
        width: 100%;
        flex: unset;
    }
    .dashboard_s2top{
        flex-direction: column;
        gap: 12px;
    }
    .tab_btnsubtitle{
        white-space: normal !important;
    }
    .dashboard_s2btn{
        gap: 8px;
        padding: 20px !important;
    }
    .dashboard_s2{
        padding: 32px 0px 48px 0px;
    }
    .dashboard_c2{
        gap: 32px;
        padding: 0px 24px;
    }
    .dash_tabcontent1{
        grid-template-columns: repeat(1, 1fr);
    }
    .dash_tabcontent1a{
        padding: 24px;
        gap: 20px;
    }
    .first_last{
        flex-direction: column;
        gap: 16px;
    }
    .first_last2{
        flex-direction: column;
        gap: 16px;
    }
    .dash_tabcontent1c{
        padding: 24px;
        gap: 20px;
    }
    .dash_tabcontent2{
        gap: 24px;
    }
    .dash_tabcontent2card{
        padding: 16px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .dash_notransbar{
        display: flex;
        padding: 32px 24px;
        flex-direction: column;
        align-items: normal;
        gap: 16px;
        align-self: stretch;
        border-radius: var(--radius-l, 16px);
        background: var(--brand-surface-paper, #FDFBF6);
    }
    /* Dashboard End */
}

@media screen and (min-device-width: 700px) and (max-device-width: 799px) {}

@media screen and (min-device-width: 800px) and (max-device-width: 899px) {}

@media screen and (min-device-width: 900px) and (max-device-width: 999px) {}

@media screen and (min-device-width: 1000px) and (max-device-width: 1099px) {}

@media screen and (min-device-width: 1100px) and (max-device-width: 1199px) {}

@media screen and (min-device-width: 1200px) and (max-device-width: 1299px) {}

@media screen and (min-device-width: 1300px) and (max-device-width: 1399px) {}

@media screen and (min-device-width: 1400px) and (max-device-width: 1499px) {}

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

@media screen and (min-device-width: 1600px) and (max-device-width: 1699px) {}

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

@media screen and (min-device-width: 1800px) and (max-device-width: 1899px) {}

@media screen and (min-device-width: 1900px) and (max-device-width: 1999px) {}

@media screen and (min-device-width: 2000px) and (max-device-width: 2400px) {}
