
.dashBg {
    background-color: #a602f7;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 35vh;
    position: absolute;
    width: 100vw;
    z-index: -100;
}

.dashSection {
    background: white;
    min-height: 120vh;
    width: 92vw;
    margin: 100px auto 50px auto;
    border-radius: 20px;
    border: 1px solid #00bad6;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 100px !important;
    padding: 10px !important;
}

.dashName {
    font-size: 1.4rem;
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 40px;
}

.dashNotice {
    font-size: 1.1rem;
    margin-left: 20px;
    margin-top: 15px;
    background: #c42e2e10;
    padding: 15px;
    border-radius: 10px;
    max-width: 700px;
    color: black;
    width: 90%;
    word-wrap: break-word;
}

.dashSummary {
    font-size: 1.75rem;
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 40px;
    color: #029cf5;
    text-align: center;
}

.dashSvg {
    height: 50px;
    background: #a602f7;
    border-radius: 50%;
    padding: 10px;
}
.dashSvg path {
    color: white;
    fill: currentcolor;
}

.dashUtils {
    border: 1px solid #ddbefa67;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 95vw;
    max-width: 490px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.dashUtilParent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.dashUtilTexts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.dashUtilTitle {
    margin: 0 !important;
    color: grey;
    font-weight: normal !important;
}

.dashUtilAmount {
    margin: 0 !important;
    font-weight: bold !important;
    color: #474747;
}

.dashBtn {
    background-color: #a602f7;
    color: white !important;
    margin: 50px auto;
    width: 85%;
    max-width: 600px;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.noticeParento {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.noticeText {
    margin: 0 !important;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    color: #808080;
}

.copyBtc {
    padding: 5px;
    background-color: #00a8ff;
    color: white;
    font-size: .9rem;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border-radius: 7px;
    max-width: 300px;
}

.copied{
    background: rgb(3, 211, 14) !important;
}

.btcInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.walletImg {
    width: 90%;
    margin: auto;
    max-width: 400px;
}

.btcAdress {
    font-family: monospace;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    margin: auto 20px 20px 20px ;
    text-align: center;
    inline-size: 250px;
    overflow-wrap: break-word;
}

.dashPaymemtInput {
    outline: none;
    width: 100%;
    border: 1px solid #ddbefa67;
    border-radius: 5px;
    padding: 20px;
    width: 95%;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.confirmBtn {
    background-color: #a602f7;
    color: white !important;
    margin: auto;
    margin-top: 50px;
    padding: 10px 15px;
    width: 95%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    font-family: 'Montserrat';
    margin-top: 10px !important;
}

.paymentForm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgb(199, 198, 198);
    max-width: 550px;
    padding: 20px;
    border-radius: 10px;
    margin: 0px auto 50px auto !important;
}

.loadingPay {
    text-align: center;   
    color: #474747 !important;
    margin-top: 100px !important;
}

.loadingSection {
    background: white;
    min-height: 80vh;
    width: 92vw;
    margin: 100px auto 30px auto;
    border-radius: 20px;
    border: 1px solid #6102fa;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 100px !important;
    padding: 10px !important;
}

.profileOption {
    width: 100% !important;
    border: 1px solid #ddbefa67;
    border-radius: 5px;
    padding: 10px;
    width: 95vw;
    max-width: 550px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;   
}

.profilePlaceholder {
    margin: 0 !important;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.profileInput {
    border: none;
    border-bottom: 1px solid #6102fa60;
    width: 100%;
    margin-bottom: 5px;
}

.d-none {
    display: none !important;
}

.emailContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.emailImg {
    height: 250px;
}

.emailText {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 50px;
}

.addressCont {
    width: 95% !important;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.withContainer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.withBtn {
    background-color: #202020;
    color: white !important;
    width: 150px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}