.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body {
    padding: 5%
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .pledge-container {
    max-width: 160px;
    margin: 0 auto
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .icon,.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .image {
    display: block
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .margin-left-auto {
    margin-left: auto
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .border-radius-20 {
    border-radius: 20px
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .successBack {
    padding: 5%;
    border-radius: 10px
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .outSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .outSide__iconUsdt {
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .outSide__coinDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .outSide__sellUsdtIcon {
    border-radius: 50%;
    width: 24px;
    margin-right: 10px;
    height: 24px
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .img {
    width: 100%;
    border-radius: 10px;
    max-width: 140px;
    height: 140px
}

.TreasureBoxLotteryModal[data-v-d9d51de4] .ivu-modal-body .loadingImgANIMA {
    -webkit-animation: spin-data-v-d9d51de4 1.5s linear infinite;
    animation: spin-data-v-d9d51de4 1.5s linear infinite
}

@-webkit-keyframes spin-data-v-d9d51de4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin-data-v-d9d51de4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
