@font-face {
    font-family: 'Outfit-Thin';
    src: url('../fonts/Outfit-Thin.ttf');
}
@font-face {
    font-family: 'Outfit-SemiBold';
    src: url('../fonts/Outfit-SemiBold.ttf');
}
@font-face {
    font-family: 'Outfit-Regular';
    src: url('../fonts/Outfit-Regular.ttf');
}
@font-face {
    font-family: 'Outfit-Medium';
    src: url('../fonts/Outfit-Medium.ttf');
}
@font-face {
    font-family: 'Outfit-Light';
    src: url('../fonts/Outfit-Light.ttf');
}
@font-face {
    font-family: 'Outfit-ExtraLight';
    src: url('../fonts/Outfit-ExtraLight.ttf');
}
@font-face {
    font-family: 'Outfit-ExtraBold';
    src: url('../fonts/Outfit-ExtraBold.ttf');
}
@font-face {
    font-family: 'Outfit-Bold';
    src: url('../fonts/Outfit-Bold.ttf');
}
@font-face {
    font-family: 'Outfit-Black';
    src: url('../fonts/Outfit-Black.ttf');
}
*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    background: #301D16;
}
main{
    width: 90%;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:focus{
    outline: none;
}
input::placeholder{
    color: #a3a3a3;
}
select:focus{
    outline: none;
}
/* Top Nav */
header{
    width: 100%;
    background: #190d0c;
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
header section{
    width: 90%;
    height: 52px;
    max-width: 414px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
header section p{
    margin: 0 auto;
    color: white;
    font-family: 'Outfit-Regular';
    font-size: 22px;
}
.end-line{
    border-bottom: dashed 1px rgb(255,255,255);
    border-bottom: dashed 1px rgba(255,255,255,0.3);
}
.top{
    padding-top: 100px;
}
/* Bottom Nav */
nav{
    width: 100%;
    height: 75px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #190d0c;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
nav section{
    width: 90%;
    height: 75px;
    max-width: 414px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bottom{
    padding-bottom: 80px;
}
.login-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0px 50px 0px;
    font-family: 'ProductSansMedium';
}
.login-loginto{
    color: white;
    width: 100%;
    font-family: 'ProductSansMedium';
    padding: 18px 0px 4px 0px;
}
.login-button{
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Outfit-SemiBold';
    color: black;
    box-shadow:0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 10px;
    background:linear-gradient(to right, #faac7e,#f6c96b,#faac7e);
}
.login-captcha{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.update-contact-field small {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 10px;
    font-family: 'ProductSans';
    color: #EF5DA8;
    z-index: 1;
}
.login-field{
    border:none;
    color: white;
    width: 100%;
    position: relative;
    font-family: 'ProductSans';
    padding: 10px 0px;
}
.login-field label{
    position: absolute;
    z-index: 1;
    font-size: 12px;
    color: #939393;
    padding: 9px 0px 0px 15px;
}
.login-field svg{
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
}
.login-field input{
    width: 100%;
    padding: 32px 0px 10px 15px;
    background-color: #604537;
    border: none;
    box-shadow:0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 0;
    font-size: 15px;
    font-family: 'ProductSansMedium';
    color: #fff;
}
.login-field input:focus{
    outline: none;
}

.login-forgot{
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}
.login-forgot a{
    font-size: 12px;
    font-family: 'ProductSans';
    color: #EF5DA8;
}
.login-register{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}


/* Number of pages */
.list-page{
    text-align:center;
    padding:1%;
    font-size: 14px;
}

.pagination{
    margin:0 !important;
    padding:10px 10px;
    box-shadow: 0px 1px 2px 0px #E2E2E2;
}
.pagination li{
    margin:5px 5px;
    border:1px solid #E6E6E6;
    padding:2px 5px;
    display:inline-block;
    border-radius:5px;
}
.pagination li a{
    text-decoration: none;
    color:#fff;
}
.pagination .active{
    background-color: darkred;
    color:#fff;
}
.pagination .disabled{
    color: #aaa;
}


/* Transfer USDT Page */
.transfer-field{
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.transfer-field div{
    display: flex;
    align-items: center;
}
.transfer-field div p{
    margin-left: 10px;
}
.transfer-field p{
    color: white;
    font-family: 'Outfit-Regular';
    font-size: 12px;
}
.transfer-field-border{
    border-top: 1px solid #5B5B5B;
    border-bottom: 1px solid #5B5B5B;
}
.transfer-field-border-top{
    border-top: 1px solid #5B5B5B;
}
.field-row{
    align-items: center !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.transfer-input-field{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    width: 100%;
    height: 54px;
    border-radius: 6px;
    margin: 10px 0px;
    background: #604537;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.transfer-input-field label{
    font-family: 'Outfit-Regular';
    font-size: 10px;
    color: #939393;
    margin-left: 15px;
}
.transfer-input-field input{
    width: 90%;
    margin: 0px 15px;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-family: 'Outfit-Regular';
    color: white;
}
.hide-info{
    display:none;
}
.transfer-field-input{
    width: 100%;
    height: 54px;
    margin: 10px 0px;
    border-radius: 6px;
    background: #604537;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'Outfit-Regular';
    color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.transfer-field-input label{
    font-family: 'Outfit-Regular';
    font-size: 10px;
    color: #939393;
    margin-left: 15px;
}
.transfer-field-input input{
    width: 90%;
    margin: 0px 15px;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-family: 'Outfit-Regular';
    color: white;
    margin-top: 3px;
}
.transfer-field-input p{
    margin-left: 15px;
}
.transfer-field-input span{
    margin-right: 15px;
    text-decoration: underline;
}
.transfer-choose-field{
    width: 100%;
    height: 54px;
    margin: 10px 0px;
    border-radius: 6px;
    background: #604537;
}
.transfer-choose-field select{
    width: 100%;
    height: 54px;
    padding-left: 15px;
    background: #604537;
    border: 0;
    border-radius: 6px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 55%; 
    font-size: 14px;
    font-family: 'Outfit-Regular';
    color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 10%);
}
.transfer-choose-field select option{
    font-size: 14px;
    font-family: 'Outfit-Regular';
    color: #ffffff;
}
.transfer-button{
    width: 100%;
    height: 54px;
    margin: 10px 0px;
}
.transfer-button button{
    width: 100%;
    height: 54px;
    border-radius: 6px;
    font-size: 18px;
    font-family: 'Outfit-SemiBold';
    color: black;
    background: linear-gradient(to right, #faac7e,#f6c96b,#faac7e);
    border: 0;
    box-shadow:0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
}
/* List */
.list-field{
    width: 96%;
    padding:0 2%;
    height: 100px;
    margin: 10px 0px;
    background: #604537;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
}
.list-field-div{
    width: 94%;
}
.list-subfield{
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 0.5px solid #CECECE;
    margin: 5px 0 0 0;
}
.list-subfield img, .list-subfield svg{
    width: 48px;
    margin-right: 10px;
}
.list-subfield div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.list-subfield div section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0px;
}
.list-subfield div section p{
    font-size: 16px;
    font-family: 'Outfit-Regular';
    color: #ffffff;
}
.list-subfield div section span{
    font-size: 12px;
    font-family: 'Outfit-Medium';
    color: #ffffff;
    padding: 2px 10px;
}
.list-subfieldbottom{
    width: 100%;
}
.list-subfieldbottom div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px;
}
.list-subfieldbottom div p{
    font-size: 13px;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Outfit-Regular';
    color: #ffffff;
}
.list-subfieldbottom div span{
    font-size: 13px;
    font-family: 'Outfit-Regular';
    color: #FF4D54;
}

/* Trading */
.trading-field{
    font-family: 'Outfit-Regular';
    width: 100%;
    height: auto;
    margin: 10px 0px;
    background: #604537;
    border-radius: 6px;
    padding-top: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
}
.trading-field-div{
    margin-left:3%;
    width: 94%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trading-subfield{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 0.5px solid rgba(206, 206, 206, 0.2);
}
.trading-subfield img{
    width: 48px;
    margin-right: 10px;
    border-radius:5px;
}
.trading-subfield div{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.trading-subfield div section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0px;
}
.trading-subfield div section p{
    font-size: 16px;
    font-family: 'Outfit-Regular';
    color: #ffffff;
}
.trading-subfield div section span{
    font-size: 13px;
    font-family: 'Outfit-Regular';
    color: #ffffff;
}


/* Transactions */
.transaction-field{
    width: 100%;
    height: 180px;
    padding: 5px 0;
    margin: 10px 0px;
    background: #604537;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
}
.transaction-field-div{
    width: 94%;
    height: 140px;
}
.transaction-subfield{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 0.5px solid #CECECE;
}
.transaction-subfield img{
    width: 48px;
    margin-right: 10px;
}
.transaction-subfield div{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.transaction-subfield div section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0px;
}
.transaction-subfield div section p{
    font-size: 14px;
    font-family: 'Outfit-Regular';
    color: #ffffff;
}
.transaction-subfield div section span{
    font-size: 10px;
    font-family: 'Outfit-Medium';
    color: #ffffff;
    background: #49E052;
    padding: 2px 10px;
    border-radius: 10px;
}
.transaction-subfieldbottom{
    width: 100%;
    height: 60px;
    
}
.transaction-subfieldbottom div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px;
}
.transaction-subfieldbottom div p{
    font-size: 10px;
    font-family: 'Outfit-Regular';
    color: #ffffff;
}
.transaction-subfieldbottom div span{
    font-size: 10px;
    font-family: 'Outfit-Regular';
    color: #FF4D54;
}
/* Register Page */
.register-logo{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-input-field{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    width: 100%;
    height: 54px;
    border-radius: 6px;
    margin: 10px 0px;
    background: #604537;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.register-input-field label{
    font-family: 'Outfit-Regular';
    font-size: 10px;
    color: #939393;
    margin-left: 15px;
    margin-bottom: 3px;
}
.register-input-field input{
    width: 90%;
    margin: 0px 15px;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-family: 'Outfit-Regular';
    color: white;
}
.gender-btn{
    width: 70%;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gender{
    width: 70px;
    height: 20px;
    border: 0.5px solid #939393;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
}
.gender div{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0.5px solid #939393;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
}
.gender label{
    margin: 0;
}
.g-active{
    background: #FFCB74;
}
.g-active div{
    border: 0.5px solid #604537;
}
.g-active label{
    color: #604537;
}
.g-active div section{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #604537;
}
.captaha-field{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.captaha-field img{
    height: 60%;
    margin-right: 15px;
}
.register-accept{
    width: 100%;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.register-accept p{
    font-size: 10px;
    font-family: 'Outfit-Regular';
    color: white;
}
.register-accept div{
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 2px;
}
/* Home */
.home-slider{
    width: 100%;
    margin: 10px 0px;
}
.home-slider img{
    width: 100%;
}
.home-box{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-box div{
    max-width: 110px;
    max-height: 110px;
    width: 30%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #604537 0%, #604537 100%);
    border-radius: 8px;
    position: relative;
    box-shadow:0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
}
.home-box div svg{
    margin-bottom: 10px;
}
.home-box div object{
    margin-bottom: 10px;
}
.home-box div p{
    position: absolute;
    bottom: 12px;
    font-size: 10px;
    font-family: 'Outfit-Medium';
    color: white;
}
.home-bar{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.home-bar-title{
    font-size: 12px;
    font-family: 'Outfit-Medium';
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-bar-line{
    width: 100%;
    height: 12px;
    border-radius: 6px;
    background: #574A34;
    margin: 10px 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
}
.home-bar-line div{
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(-45deg, #ee7752, #ffd900, #FFCB74, #606dbc);
    text-align: center;
    padding-left: 5px;
    font-size:11px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 60%);
    animation: gradient 20s ease infinite;
    background-size: 400% 400%;
}

@keyframes gradient {
	0% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
/* Dashboard Page */
.dashboard-details{
    width: 100%;
    margin-top: 25px;
}
/* qrcode */
.receieved-lg-text {
    text-align: center;
    font-size: 18px;
    font-family: 'ProductSansMedium';
    color: #fff;
    margin: 24px 0px;
}
.receieved-lg-text input {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 24px 0px;
    border:0;
    width:100%;
    background-color: transparent;
    font-family: 'Outfit-Regular';
}

.receieved-success {
    width: 100%;
    text-align: center;
    padding-top: 26px 0;
}
.receieved-sm-text {
    width: 100%;
    font-size: 13px;
    font-family: 'ProductSans';
    color: #828282;
    margin-bottom: 22px;
}
#qrcode {
  width:160px;
  height:160px;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgb(255 255 255 / 60%), 0 6px 20px 0 rgb(255 255 255 / 60%);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: center;
  right:0;
  background-color: #485461;
  background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
  display: none;
  border-radius:10px;
  min-width:84px;
}
.dropdown-content p{
    font-size: 17px;
    padding: 10px 20px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.dropdown-content p:last-child{
    border-bottom:none;
}
.button-cover
{
    height: 54px;
    border-radius: 6px;
    width: 45%;
}

.button-cover:before
{
    counter-increment: button-counter;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-role.b2
{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%), 0 6px 20px 0 rgb(0 0 0 / 30%);
    border-radius: 6px;
    padding-left:6%;
}
.button-role
{
    position: relative;
    top: 50%;
    width: 100px;
    height: 36px;
    margin: -20px 40px 0 auto;
    overflow: hidden;
}

/* Button 14 */
#button-14 .knobs:before, #button-14 .knobs:after, #button-14 .knobs span:before, #button-14 .knobs span:after
{
    position: absolute;
    top: 4px;
    height: 10px;
    font-size: 13px;
    font-family: 'Outfit-Regular';
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 6px;
    transition: 0.3s ease all;
}

#button-14 .knobs:before, #button-14 .knobs:after
{
    color: #fff;
    z-index: 1;
}

#button-14 .knobs:before
{
    content: 'Future';
    left: 6%;
}

#button-14 .knobs:after
{
    content: 'Spot';
    right: 9%;
}

#button-14 .knobs span
{
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#button-14 .knobs span:before
{
    left: 6%;
    top: -28px;
    background-color: #f6c96b;
}

#button-14 .knobs span:after
{
    top: 4px;
    right: 6%;
    background-color: #f6c96b;
}

#button-14 .knobs span:before, #button-14 .knobs span:after
{
    content: '';
    width: 35%;
    z-index: 2;
    color: #FFF;
}

#button-14 .checkbox:checked + .knobs span:before
{
    top: 4px;
}

#button-14 .checkbox:checked + .knobs span:after
{
    top: -28px;
}

#button-14 .checkbox:checked ~ .layer-role
{
    background-color: #fcebeb;
}

.checkbox
{
    margin: 0 !important;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer-role
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 13 */
#button-13 .knobs:before,
#button-13 .knobs:after,
#button-13 .knobs span {
  position: absolute;
  top: 4px;
  height: 10px;
  font-size: 13px;
  font-family: 'Outfit-Regular';
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 6px;
  transition: 0.3s ease all;
}

#button-13 .knobs:before,
#button-13 .knobs:after {
  color: #fff;
  z-index: 1;
}

#button-13 .knobs:before {
  content: "Future";
  left: 6%;
}

#button-13 .knobs:after {
  content: "Spot";
  right: 9%;
}

#button-13 .knobs span {
  width: 35%;
  left: 52%;
  background-color: #faac7e;
  z-index: 2;
}

#button-13 .checkbox:checked + .knobs span {
  left: 6%;
  background-color: lightskyblue;
}

#button-13 .checkbox:checked ~ .layer-role {
  background-color: #fcebeb;
}

.announcement {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    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;
    color:white
}

.announcement > h3 {
    font-family: 'Outfit-Regular';
}

.announcement > main {
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-row-gap: 10px;
    font-size:0.8rem;
}

.announcement > main > img {
    max-width: 100%;
}

.announcement > main > section {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: -webkit-gradient(linear, left top, right top, from(#293796), to(#08B0BF));
    background-image: linear-gradient(to right, #faac7e,#f6c96b,#faac7e);
    border-radius: 15px;
    padding: 0% 5% 0% 8%;
}

.announcement > main > section > p {
    font-family: 'Outfit-Regular';
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.all_trade{
    position: absolute;
    margin: auto;
    width: 15px;
    right:9px;
}

.all_trade input{
    width: 0;
    margin: 0;
}

.all_trade label {
    margin:0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

.all_trade label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 3px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 6px;
}

.all_trade input[type="checkbox"] {
  visibility: hidden;
}

.all_trade input[type="checkbox"]:checked + label {
  background-color: #f6c96b;
  border-color: #faac7e;
}

.all_trade input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.button-myob {
    padding: 4px;
    text-decoration: none;  
    color: #fff;
    box-shadow: none;
    background-image: none;
    margin-right: 0.8rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    font-size: 14px;
    height: 3.6rem;
}

.radio-options{
    display:none;
}

.button-myob.risk-active {
    border-color: #5bd982;
    color: #43AF64;
    box-shadow: none;
    border: solid 1px #5bd982;
}

.delivery__btns {
    margin: 10px 0;
    text-align: center;
}

.control-label{
    font-family: 'Outfit-Regular';
    font-size: 10px;
    color: #939393;
    margin-left: 15px;
}

 #speedtest {
	 position: relative;
	 width: 50%;
	 padding: 5%;
	 border-radius: 6px;
	 box-sizing: border-box;
	 float:left;
}
 #speedtest #gauge {
	 width: 100%;
	 height: 100%;
	 padding: 12px;
	 background: #fff;
	 border-radius: 50%;
	 box-shadow: rgb(0 0 0 / 50%) 0px 0px 32px, 0 6px 20px 0 rgb(0 0 0 / 10%), inset 0 -192px 192px -240px #0adc1e;
	 box-sizing: border-box;
}
 #speedtest #gauge path:first-child {
	 opacity: 1 !important;
	 display: block !important;
}
 #speedtest #gauge-label {
	 position: absolute;
	 top: 47.5%;
	 left: 50%;
	 font-size: 28px;
	 transform: translate(-50%, -50%);
	 color: #0adc1e;
}
 #speedtest #gauge-label:after {
	 content: '{:L("风险")}';
	 min-width: 28px;
	 position: absolute;
	 text-align: center;
	 font-size: 35%;
	 bottom: 5px;
	 left: 50%;
	 transform: translate(-50%, 100%);
}
 #speedtest:before, #speedtest:after {
	 display: block;
	 position: absolute;
	 bottom: 25%;
	 font-family: inherit;
	 font-size: 14px;
	 color: #9198af;
}
 #speedtest:before {
	 content: "1";
	 left: 28%;
}
 #speedtest:after {
	 content: "5";
	 right: 28%;
}