@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
#main_body-vcb{
    display: flex;
    justify-content: center;
    background-image: url('/images/vcbbg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    height: fit-content;
    padding: 10px 0px;
}
.vcb_linkaccount{
    color: #4a4a4a;
    background-color: rgba(255, 255, 255, 0.698);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    width: 470px;
    padding: 10px;
    margin: auto 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;  
    height: fit-content ;
}
.vcb_linkaccount .vcb_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.vcb_infolinkacc{
    display: flex;
    justify-content: space-between; 
    margin: 15px 0px;
}
.vcb_infolinkacc .vcb_value{
    font-weight: bold;
    text-align: right;
}
.vcb_linkacc{
    margin: 15px 0px;
}
.vcb_inputlink{
    border: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.698);
    backdrop-filter: blur(30px);
    background-color: rgb(117 117 117 / 20%);
    height: 44px;
    border-radius: 8px; 
    padding-left: 10px;
    padding-left: 10px;
}
.vcb_inputotp{
    border: none;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.698);
    backdrop-filter: blur(30px);
    background-color: rgb(117 117 117 / 20%);
    height: 44px;
    border-radius: 8px; 
    padding-left: 10px;
    padding-left: 10px;
}
.vcb_button{
    width: 100%;
    height: 44px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.vcb_otp{
    display: flex;
    justify-content: space-between;
}
.vcb_resend{
    width: 29%;
    height: 44px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    cursor: pointer;
}
.vcb_otpinfo{
    font-size: 13px;
}
/* Order */
.vcb_normalorder{
    font-family: 'Roboto', sans-serif; 
    width: 100vw;
    max-width: 470px;
    height: fit-content;
    margin: auto 10px;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    width: 470px;
}
.vcb_content{
    height: 44px;
    line-height: 44px;
    color: white;
    background: linear-gradient(120deg, #268a40, #015b37);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.vcb_containerorder{
    background-color: rgba(1, 91, 55, 0.2);
    padding: 15px 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.vcb_rule{
    margin-bottom: 15px;
}
.vcb_title{
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
}
.vcb_value_order{
    height: 44px;
    line-height: 44px;
    background-color: white;
    margin-top: 5px;
    border-radius: 8px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    border: none;
    display: inline-block;
}
input.vcb_value{
    width: 100%;
    border: none;
}
.vcb_buttonOrder{
    height: 44px;
    width: 100%;
    color: white;
    border: none;
    border-radius: 8px;
    background: linear-gradient(120deg, #268a40, #015b37);
    font-weight: bold;
    font-size: 16px;
    /* transform: translate(50%, 0px); */
    margin-bottom: 10px;
}
.vcb_sellall{
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: fit-content;
    font-weight: bold;
    transform: translate(-2px, -42px);
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}
.vcb_subfix{
    float: right;
    height: 40px;
    line-height: 40px;
    width: fit-content;
    font-weight: bold;
    transform: translate(-2px, -42px);
    font-size: 15px;
    margin-right: 5px;
}
.vcb_modal_otp{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
}
.vcb_info_otp{
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
.grid-item-vcb{
    margin: 7px 0px;
}
.grid-item-vcb div:nth-child(odd){
    font-size: 10px;
    color: rgba(85, 55, 22, 1);
}
.grid-item-vcb div:nth-child(even){
    font-size: 14px;
}
.line{
    width: 100%;
    height: 0.5px;
    background-color: rgba(85, 55, 22, 1);
    margin: 7px 0px;
}
.card_otp{
    display: flex;
    justify-content: space-evenly;
}
input.vcb_input_otp {
    width: 44px;
    height: 44px;
    margin: 10px auto;
    text-align: center;
    border-radius: 8px;
}
.vcb_modal_order{
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
}
.vcb_modal_pay{
    display: flex;
    margin: 10px auto;
}
.vcb_modal_pay div:nth-child(odd){
    width: 30%;
    font-size: 12px;
}
.vcb_modal_pay div:nth-child(even){
    width: 70%;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}
.vcb_containerorder .modal-content{
    max-width: 420px;
    margin: auto auto;
}
.card_otp{
    max-width: 470px;
    margin: 0px auto;
}
/* p */
.vcb_portfolio{
    font-family: 'Roboto', sans-serif; 
    width: 100vw;
    max-width: 470px;
    height: fit-content;
    margin: auto 10px;
    background-color: rgba(255, 255, 255, 0.698);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    max-width: 470px;
    padding-bottom: 15px;
}
.vcb_card_portfolio{
    margin: 10px 15px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    width: calc(100% -20px);
    padding: 15px 15px;
    font-size: 13px;
}
.card_otp input{
    border-style: dotted dashed solid double;
    border-radius: 100%;
    border-width: 4px;
    border-color: #268a40;
}
.vcb_modal > .modal-dialog{
    max-width: 450px;
}