.content-body {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
.content-body .inner-warp {
    padding-top: 0px;
    padding-bottom: 60px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.content-body .btn {
    min-width: 200px;
}
.form-group {

    position: relative;
    max-width: 350px;
    margin: 0 auto 24px;
}
#frm_phone_number , #phone_number_otp{
  font-size: 1.15rem;
}

#obj_package_list{
  max-width: 600px;
  margin-left: auto;;
  margin-right: auto;
}
.package_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 12px;
    margin-bottom: 24px;

}
.package_list .radio-true {
    align-items: center;
    margin-left:35px;

}
.package_list .radio-true .form-check-label {
    margin-left: -50px;
    border: 1px solid #F0F0F3;
    padding: 16px;
    border-radius: 6px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    background: #fdfdfd;
    /*
background: #f9f9f9;
    */

}
.package_list .form-check-label .row-text{
  margin-left: 25px;
  /*color: #333;*/
}

.package_list .radio-true .form-check-label:hover {
  border: 1px solid #ff0000aa;
}

.package_list .label-pause {
    background: #F0F0F3;
    border-radius: 16px;
    padding: 4px 8px;
    font-size: 9px;
    color: #1A1C1E;
    width: fit-content;
}


.package_list .d-group{
  text-align: left;
  margin-left: 15px;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 600;
}



/* input */
.radio-true {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    margin-top: -10px;

}
.radio-true .form-check-input[type=radio] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.38);
    position: relative;
    margin: 0;
    cursor: pointer;
    margin-top:-7px;
}
.radio-true .form-check-input[type=radio]:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.38);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.radio-true .form-check-input[type=radio]:checked {
    background: #fff;
    border: 2px solid #E00000;
}
.radio-true .form-check-input[type=radio]:checked:after {
    background: #E00000;
}
.radio-true .form-check-input[type=radio]:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, .25);
}








.form-group label {
    padding: 0 5px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 10px;
    font-size: 12px;
}

.form-group .form-control {
    border-radius: 16px;
    border: 1px solid #C0C0C0;
    height: 46px;
    padding: 10px 16px 0px 15px;
}


.form-group .form-control.error {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.txt-error-msg {
    font-size: 12px;
    color: #ff0000;
    margin-top: 5px;
    text-align: left;
    margin-left: 5px;
}
.otp-box {

}
.otp-box .otp-desc {
    max-width: 350px;
    margin: 0 auto 24px;
}
.otp-box .otp-input {
    max-width: 350px;
    display: inline-block;
}

.error .otp-num{
    border-bottom: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}

#txt_otp_msg{
  text-align: center;
    margin-top: 15px;
}
.otp-box .otp-input input {
    width: 40px;
    height: 48px;
    border: none;
    border-bottom: 1px solid #303C46CC;
    border-radius: 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    font-family: "better_togethermedium" !important;
}
.otp-box .otp-input input:last-child {
    margin-right: 0;
}
.otp-box .otp-input input:focus {
    outline: none;
    box-shadow: none
}
.otp-box .row-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 24px;
}
.st-confirm .row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 24px;
}

@media (max-width: 575px) {
    .fz-mb-18 {
        font-size: 18px;
    }
    .content-body .inner-warp {
        max-width: 600px;
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .content-body .inner-warp .btn {
        width: 100%;
    }
    .otp-box .row-btn {
        flex-direction: column;
    }
    .st-confirm .row-btn {
        flex-direction: column-reverse;
    }
}

@media (max-width: 350px) {
  .content-body .inner-warp {
      max-width: 600px;
      padding-top: 0px;
      padding-bottom: 100px;
  }
}
