/*Header start*/

.info {
    margin-top: 44px;
    margin-bottom: 0px !important;
}

.sta-dep h4 {
    font-size: 16px;
}

.dash-ico {
    border-radius: 50px;
    width: 106px;
    height: 106px;
    text-align: center;
    padding: 21px 0px;
    /* background: rgba(17,41,32,1); */
    /* background: -moz-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,41,32,1)), color-stop(51%, rgba(14,15,18,1)), color-stop(100%, rgba(14,15,18,1))); */
    /* background: -webkit-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -o-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -ms-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    background: linear-gradient(to right, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112920', endColorstr='#0e0f12', GradientType=1);
    cursor: pointer;
}

.dashboard-menu li a {
    text-decoration: none;
    color: #fff;
    margin: 0 14px;
    font-weight: bold;
    font-size: 14px;
}

.dashboard-menu {
    display: flex;
}

.dashboard-menu li a:hover {
    color: #ffa370;
}

.dashboard {
    position: relative;
    z-index: 2;
}

.dash-caro {
    margin-bottom: 20px;
}

.dash-ico a:hover,
.dash-ico iconify-icon:hover {
    color: #fbd75e !important;
}

.head-btn a span:hover {
    color: #ffa370 !important;
}

.das-admin-list {
    display: flex;
    justify-content: space-between;
    margin: 37px 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 16px 0px;
}

.das-deatils-content {
    margin: 0 10px;
}

.dash-ico a {
    color: #fff;
    font-family: Audiowide;
    font-size: 13px;
    text-decoration: none;
}

.dash-ico iconify-icon {
    color: #fff;
    font-size: 30px;
}

.dashboard::after {
    position: absolute;
    content: "";
    background: #8a2738;
    width: 500px;
    height: 500px;
    top: 0px;
    filter: blur(100px);
    z-index: -1;
    border-radius: 50%;
    left: -62px;
}

.dashboard::before {
    position: absolute;
    content: "";
    background: #1b533d;
    width: 500px;
    height: 500px;
    top: 0px;
    right: 0;
    filter: blur(93px);
    z-index: -1;
    border-radius: 50%;
}

.dash-footer::after {
    position: absolute;
    content: "";
    background: url("../images/dashboard-foot-aft.png") no-repeat scroll center;
    width: 100%;
    height: 489px;
    bottom: -34px;
    z-index: -1;
}

.copy-right a:hover {
    color: #f7cd47 !important;
}

/***************************************************dashboard start********************************************************/

.mail-content {
    /* background: rgba(17,41,32,1); */
    /* background: -moz-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,41,32,1)), color-stop(51%, rgba(14,15,18,1)), color-stop(100%, rgba(14,15,18,1))); */
    /* background: -webkit-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -o-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -ms-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    background: linear-gradient(to right, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112920', endColorstr='#0e0f12', GradientType=1);
    border-radius: 25px;
    padding: 40px 21px;
    width: 452px;
}

.form-copy {
    background: transparent;
    border: transparent;
    color: #fbd75e;
    font-size: 14px;
    font-weight: 550;
}

#myInput:focus-visible {
    outline: none;
}

.copy-rights .err_msg {
    position: absolute;
    top: 59px;
}

.dep-sta {
    /* background: rgba(237,240,233,1); */
    /* background: -moz-linear-gradient(-45deg, rgba(237,240,233,1) 0%, rgba(237,240,233,1) 40%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); */
    /* background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,240,233,1)), color-stop(40%, rgba(237,240,233,1)), color-stop(99%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); */
    /* background: -webkit-linear-gradient(-45deg, rgba(237,240,233,1) 0%, rgba(237,240,233,1) 40%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); */
    /* background: -o-linear-gradient(-45deg, rgba(237,240,233,1) 0%, rgba(237,240,233,1) 40%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); */
    /* background: -ms-linear-gradient(-45deg, rgba(237,240,233,1) 0%, rgba(237,240,233,1) 40%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); */
    background: linear-gradient(135deg, rgba(237, 240, 233, 1) 0%, rgba(237, 240, 233, 1) 40%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf0e9', endColorstr='#ffffff', GradientType=1);
    border-radius: 25px;
    padding-top: 17px;
}

.sta-dep {
    /* background: rgba(17,41,32,1); */
    /* background: -moz-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,41,32,1)), color-stop(51%, rgba(14,15,18,1)), color-stop(100%, rgba(14,15,18,1))); */
    /* background: -webkit-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -o-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -ms-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    background: linear-gradient(to right, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112920', endColorstr='#0e0f12', GradientType=1);
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    padding: 30px 0px;
}

.sta-dep {
    /* background: rgba(17,41,32,1); */
    /* background: -moz-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,41,32,1)), color-stop(51%, rgba(14,15,18,1)), color-stop(100%, rgba(14,15,18,1))); */
    /* background: -webkit-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -o-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    /* background: -ms-linear-gradient(left, rgba(17,41,32,1) 0%, rgba(14,15,18,1) 51%, rgba(14,15,18,1) 100%); */
    background: linear-gradient(to right, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112920', endColorstr='#0e0f12', GradientType=1);
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    padding: 30px 0px;
}

.dep-img {
    background: rgb(133, 37, 54);
    background: linear-gradient(0deg, rgba(133, 37, 54, 1) 0%, rgba(21, 61, 46, 1) 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    padding: 10px 15px;
}

.dep-caro {
    margin-top: 45px;
}

.dep-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}

.sta-dep h4 {
    font-size: 18px;
}

.last-dep .dep-list {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}

.last-dep .dep-list:last-child {
    border-bottom: none;
}

.last-dep {
    background: #11271f;
}

.dep-list {
    padding: 13px;
}

.last-wit .dep-list {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}

.last-wit .dep-list:last-child {
    border-bottom: none;
}

.last-wit {
    background: #79252e;
}

.main-acc {
    width: 440px;
}

.sta-top {
    margin-top: 79px;
    padding: 0 81px;
}

.last-wit::after {
    position: absolute;
    content: "";
    background: url("../images/last-with-aft.png");
    width: 426px;
    height: 245px;
    bottom: 0px;
    top: -37px;
    margin: auto;
    z-index: -1;
}

.last-dep::after {
    position: absolute;
    content: "'";
    background: url("../images/last-dep-aft.png") no-repeat;
    width: 350px;
    height: 245px;
    bottom: 0px;
    top: -40px;
    margin: auto;
    z-index: -1;
    left: -27px;
}

.pagination li a {
    color: #77252e;
}

.pagination li a:hover {
    color: #2e4a28;
}

.acct-nots {
    background: rgba(17, 41, 32, 1);
    background: -moz-linear-gradient(left, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 41, 32, 1)), color-stop(51%, rgba(14, 15, 18, 1)), color-stop(100%, rgba(14, 15, 18, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    background: linear-gradient(to right, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 51%, rgba(14, 15, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#112920', endColorstr='#0e0f12', GradientType=1);
    border-radius: 25px;
    padding: 24px 0px;
}

.form-ico i {
    color: #fff;
    font-size: 18px;
}

/***************************************************history start********************************************************/

.history-table {
    margin: 0 58px;
}

.acct-nots-ico {
    margin-bottom: 20px;
}

.depsoit-bal {
    position: absolute;
    left: 93px;
    top: -57px;
}

.main-ico {
    background: rgb(133, 37, 54);
    background: linear-gradient(0deg, rgba(133, 37, 54, 1) 0%, rgba(21, 61, 46, 1) 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    padding: 16px 2px;
}

.trade-animal-aft::after {
    position: absolute;
    content: "";
    background: url("../images/tra-bull.png") no-repeat;
    width: 197px;
    height: 322px;
    right: 0px;
    top: -462px;
    bottom: 0px;
    margin: auto;
}

.trade-animal-aft::before {
    position: absolute;
    content: "";
    background: url("../images/tran-bear.png") no-repeat;
    width: 226px;
    height: 260px;
    left: 0px;
    top: -462px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
}

.pln-even plan-section:nth-child(2n) .plan-content {
    *background: rgba(68, 27, 33, 1);
    /* background: -moz-linear-gradient(-45deg, rgba(68,27,33,1) 0%, rgba(14,15,18,1) 59%, rgba(14,15,18,1) 99%, rgba(14,15,18,1) 100%); */
    /* background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(68,27,33,1)), color-stop(59%, rgba(14,15,18,1)), color-stop(99%, rgba(14,15,18,1)), color-stop(100%, rgba(14,15,18,1))); */
    /* background: -webkit-linear-gradient(-45deg, rgba(68,27,33,1) 0%, rgba(14,15,18,1) 59%, rgba(14,15,18,1) 99%, rgba(14,15,18,1) 100%); */
    /* background: -o-linear-gradient(-45deg, rgba(68,27,33,1) 0%, rgba(14,15,18,1) 59%, rgba(14,15,18,1) 99%, rgba(14,15,18,1) 100%); */
    /* background: -ms-linear-gradient(-45deg, rgba(68,27,33,1) 0%, rgba(14,15,18,1) 59%, rgba(14,15,18,1) 99%, rgba(14,15,18,1) 100%); */
    background: linear-gradient(135deg, rgba(68, 27, 33, 1) 0%, rgba(14, 15, 18, 1) 59%, rgba(14, 15, 18, 1) 99%, rgba(14, 15, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#441b21', endColorstr='#0e0f12', GradientType=1);
}

/***************************************************Deposit********************************************************/

.input-box {
    margin-bottom: 32px;
}

.make-inputs span {
    background: #224ceb;
    width: 60%;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 20px;
    border: 2px solid #ffc265;
}

.payment-list-detail li span {
    display: block;
}

.payment-list-detail li {
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
}

.payment-list-detail [type="radio"]:checked,
.payment-list-detail [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"] {
    margin: 0 5px 0 0;
}

.payment-list-detail li {
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
}

.payment-list-detail [type="radio"]:checked+label,
.payment-list-detail [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    padding-top: 10px;
    width: 121px;
    font-size: 15px;
}

.payment-list-detail [type="radio"]:checked+label::before,
.payment-list-detail [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    right: 4px;
    top: -43px;
    width: 26px;
    height: 26px;
    background: #343333;
    border-radius: 5px;
    opacity: 1;
}

.payment-list-detail [type="radio"]:checked+label::after,
.payment-list-detail [type="radio"]:not(:checked)+label::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: -39px;
    right: 13px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "�";
    font-size: 20px;
    font-weight: bold;
}

.payment-list-detail [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment-list-detail li label {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}

.payment-list-detail li label {
    color: #fff !important;
}

.payment-list-detail [type="radio"]:checked+label,
.payment-list-detail [type="radio"]:not(:checked)+label {
    cursor: pointer;
    line-height: 20px;
    color: #666;
}

.payment-list-detail {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 31px;
}

.payment-list-detail [type="radio"]:checked+label::before,
.payment-list-detail [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    right: 4px;
    top: -30px;
    width: 26px;
    height: 26px;
    background: transparent;
    border-radius: 15px;
    opacity: 1;
    border: 1px solid #fff;
}

.payment-list-detail [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment-list-detail [type="radio"]:checked+label::after,
.payment-list-detail [type="radio"]:not(:checked)+label::after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -24px;
    right: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "";
    font-size: 16px;
    font-weight: normal;
    font-family: fontawesome;
    background: #fff;
}

.payment-list-detail [type="radio"]:checked+label,
.payment-list-detail [type="radio"]:not(:checked)+label {
    cursor: pointer;
    line-height: 20px;
    color: #666;
}

.payment-list-detail li {
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    border-radius: 10px;
    /* display: inline-block; */
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    padding: 28px 0px 15px 15px;
    height: 126px;
    margin: 0 2px;
    width: 145px;
    border: 0;
    background: rgb(17, 41, 32);
    background: linear-gradient(137deg, rgba(17, 41, 32, 1) 0%, rgba(14, 15, 18, 1) 50%, rgba(14, 15, 18, 1) 100%);
    text-align: start;
}

#pills-tab button {
    padding: 13px 45px;
    margin: 0 5px;
    font-weight: 550;
}

.make-input span {
    background: #202020;
}

.account-notes li {
    margin: 10px 10px;
    box-sizing: border-box;
    background: radial-gradient(circle at 100% 100%, #124546 0, #124546 12px, transparent 12px) 0% 0%/13px 13px no-repeat, radial-gradient(circle at 0 100%, #124546 0, #124546 12px, transparent 12px) 100% 0%/13px 13px no-repeat, radial-gradient(circle at 100% 0, #124546 0, #124546 12px, transparent 12px) 0% 100%/13px 13px no-repeat, radial-gradient(circle at 0 0, #124546 0, #124546 12px, transparent 12px) 100% 100%/13px 13px no-repeat, linear-gradient(#124546, #124546) 50% 50%/calc(100% - 2px) calc(100% - 26px) no-repeat, linear-gradient(#124546, #124546) 50% 50%/calc(100% - 26px) calc(100% - 2px) no-repeat, linear-gradient(90deg, #26daeb 0%, #111214 26%, #111214 50%, #111214 73%, #26daeb 100%);
    border-radius: 13px;
    padding: 16px;
    box-sizing: border-box;
}

.icon-square h3 {
    font-size: 20px;
}

.icon-square h2 {
    font-size: 34px;
}

.icon-square span {
    font-size: 20px;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    overflow: auto;
    overflow: hidden;
}

.depsoit-bal {
    background: rgb(133, 37, 54);
    background: linear-gradient(0deg, rgba(133, 37, 54, 1) 0%, rgba(21, 61, 46, 1) 100%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
}

.dep-bor {
    border: 1px solid #759b8c;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin: auto;
    padding: 26px 0px;
}

.depsoit-bal {
    background: rgb(133, 37, 54);
    background: linear-gradient(0deg, rgba(133, 37, 54, 1) 0%, rgba(21, 61, 46, 1) 100%);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    padding: 15px 0px;
}

.form-deposit {
    border-radius: 50px;
    border: 0;
    background: #201d1d;
    height: 89px;
}

.deposit-input {
    background: transparent;
    border-bottom: 1px solid #ffffff;
    /* padding: 20px 450px; */
    color: #fbd75e;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
}

.bal-details {
    position: absolute;
    right: 25px;
    top: -25px;
    bottom: 0px;
    margin: auto;
    height: 39px;
}

.deposit-input:focus-visible {
    outline: none;
}

.depinput-sec {
    padding: 6px 0;
    width: 96%;
}

/***************************************************deposit********************************************************/

/********************************** Responsive **********************************/

@media only screen and (max-width: 1345px) {}

@media only screen and (max-width: 1199px) {
    .dashboard-menu li a {
        color: #fff;
        margin: 0 13px;
        font-size: 12px;
    }
    .mail-content {
        width: 100%;
        min-height: 164px;
    }
    .sta-top {
        margin-top: 64px;
        padding: 0px;
    }
    .last-wit::after {
        content: "inherit";
        display: none;
    }
    .last-dep::after {
        content: "inherit";
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .dashboard-menu {
        justify-content: center;
    }
    .das-admin-list {
        display: block;
        margin: 0px;
    }
    .das-main-list {
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
        justify-content: center;
    }
    .das-admin-list {
        background: transparent;
    }
    .trade-animal-aft::before {
        content: "inherit";
        display: none;
    }
    .trade-animal-aft::after {
        content: "inherit";
        display: none;
    }
    .mail-content {
        margin-bottom: 10px;
    }
    .main-acc {
        width: 100%;
    }
    .sta-top {
        margin-top: 17px;
    }
    .last-dep {
        margin-bottom: 15px;
    }
    .title {
        text-align: center;
    }
    .history-table {
        margin: 0px;
    }
    .depsoit-bal {
        position: relative;
        left: 0px;
        top: 0px;
    }
    .input-box {
        margin-bottom: 0px;
    }
    .form-deposit {
        background: transparent;
    }
    .form-deposit {
        height: auto;
    }
    .depsoit-bal {
        border-radius: 0;
        width: 100%;
        height: auto;
        margin: auto;
        padding: 0px;
    }
    .bal-details {
        position: absolute;
        right: 32px;
        top: -195px;
        height: 0px;
    }
    .dep-bor {
        border: transparent;
        border-radius: 0;
        padding: 28px 0px;
    }
}

@media only screen and (max-width:767px) {
    .dash-caro {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .copy-rights .err_msg {
        position: relative;
        top: 11px;
    }
    .reward-img {
        margin-top: 10px;
    }
    .dashboard::before {
        content: "inherit";
        display: none;
    }
    .dashboard::after {
        content: "inherit";
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .dashboard-menu {
        display: block;
        text-align: center;
    }
    .mail-content {
        width: 100%;
        height: auto;
    }
    .dash-footer::after {
        content: "inherit";
        display: none;
    }
    #pills-tab button {
        padding: 11px 44px;
        margin: 6px 5px;
        font-weight: 550;
        font-size: 15px;
    }
    .payment-list-detail li {
        margin-bottom: 10px;
    }
    .payment-list-detail {
        margin-top: 6px;
    }
}