.hero3 {
    min-height: 50vh;
}

.hero3 .top0-container {
    top: 0
}

.top15-container {
    top: 1.5vw;
}

.hero3 .textBackground-container img {
    object-fit: contain;
    width: 60%;
    margin: auto;
}

.heroSpread .textBackground-container img {
    object-fit: contain;
    width: 40%;
    margin: auto;
}

.heroSpread::before {
    background: linear-gradient(180deg, #130b0e 5.07%, rgba(0, 0, 0, 0.00) 10.61%, #130c0f00 100.96%);
}

.heroDepositWithdraw::before {
    background: linear-gradient(180deg, #130b0e 5.07%, rgba(0, 0, 0, 0.00) 10.61%, #130c0f 90.96%);
}

.conditionTable {
    border-radius: 32px !important;
}

.accountTypeBg {
    background: linear-gradient(180deg, #140c0f 24.87%, #2e1b21 60.87%, #110A0C 100%);
    position: sticky;
    z-index: -1;
}

.accountTypeTop {
    position: absolute;
    top: -10%;
    width: 100%;
}

.accountTypeTable { 
    margin-left: auto; 
    margin-right: auto; 
    height: 100%; 
    table-layout: fixed; 
} 

.accountTypeTable td { 
    text-align: left; 
    border: none;
    padding: 0 8vw;
    width: 1%;
} 

.accountTypeTable td i { 
    font-size: 30px;
} 

.accountTypeTable tr:nth-child(even) { 
    background-color: #161616; 
    border: none;
} 

.spreadsTable { 
    margin-left: auto; 
    margin-right: auto; 
    height: 100%; 
    table-layout: fixed; 
} 

.spreadsTable td { 
    text-align: center; 
    border: none;
    width: 1%;
} 

.spreadsTable tr:nth-child(odd) { 
    background-color: #2a2426; 
    border: none;
} 

.spreadsTable tr:nth-child(odd) { 
    background-color: #161616; 
    border: none;
}

.spreadsBg {
    background: linear-gradient(180deg, #140c0f 24.87%, #2e1b21 60.87%, #161315 100%);
    /* background: linear-gradient(180deg, #140c0f 24.87%, #2e1b21 60.87%, #161315 80%); */
    padding-bottom: 10vh;
    position: sticky;
    z-index: -1;
}

.spreadsTop {
    position: absolute;
    top: 0;
    width: 100%;
}

.tableMultiRowPos {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.evenRow {
    background-color: #161616;
}

.depositTable td {
    border-bottom: none !important;
    padding: 1vh 2vh;
}

.depositTable th {
    border-bottom: 1px solid #EF4223; 
}

.borderBottomOrange {
    border-bottom: 1px solid #EF4223;
}

.borderRightOrange {
    border-right: 1px solid #EF4223;
}

.depositWithdrawBg {
    background: linear-gradient(180deg, #140c0f 24.87%, #161315 60.87%);
    position: sticky;
    z-index: -1;
    padding: 0 0 10vh 0;
}

.depositWithdrawTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 0 10vh 0;
}

.withdrawTable td {
    border-bottom: none !important;
    padding: 1vh 2vh;
}

.withdrawTable th {
    border-bottom: 1px solid #EF4223; 
}

.spreadsTable .title {
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    color: #fff;
}

.orangeBorder {
    border: 1px solid #EF4223;
}

@media (max-width: 1199px) {
    .hero3 {
        min-height: 40vh;
    }

    .hero3 .textBackground-container img {
        object-fit: contain;
        width: 90%;
        margin: auto;
    }
    
    .heroSpread .textBackground-container img {
        object-fit: contain;
        width: 70%;
        margin: auto;
    }

    .accountTableSection {
        margin-top: -10vh;
    }

    .heroSpread::before {
        background: linear-gradient(180deg, #130b0e 15.07%, rgba(0, 0, 0, 0.00) 20.61%, #140c0f 100.96%);
    }

    .accountTypeTop {
        position: absolute;
        top: 5%;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hero3 {
        min-height: 40vh;
    }

    .spreadsTable td { 
        text-align: center; 
        border: none;
        padding: 0;
        width: 1%;
    } 

    .accountTypeTable td { 
        text-align: left; 
        border: none;
        padding: 0 3vh;
        width: 1%;
    } 
    
    .spreadsTable .title {
        font-size: 16px;
        font-style: normal;
        line-height: 22px;
        color: #fff;
    }

    .depositWithdrawHeader {
        font-size: 3.3vw;
    }

    .currencyPairBtn h4 {
        font-size: 15px;
    }
    
    .currencyPairBtn2 h4 {
        font-size: 15px;
    }

    .accountTableSection {
        margin-top: -15vh;
    }

    .conditionTable {
        border-radius: 11px !important;
    }
    
}