
    
    .box_input{
        width: 130px;
        align-items: center;
        border:solid 1px #d9d9d9;
        border-radius: 5px;
        height: 42px;
         text-align: center;
         text-transform: uppercase;
         position: relative;
        display: inline-block;
    }

    .box_checked::after {
        content: "✔";
        font-size: 9px;
        font-weight: 700;
        color: white;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #ffc107;
        position: absolute;
        top: -5px;
        right: -3px;
        display: flex;
         align-items: center;
        justify-content: center;
    }
    .box_checked{
        border-color:#ffc107 !important;
        color: #ffc107 !important;
    }
    .underline-input {
        display: flex;
        align-items: center;
        margin: 10px 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .underline-input label {
        margin-right: 10px;
        /* font-weight: bold; */
        white-space: nowrap;
    }

    .underline-input .last_label {
        color: #ffc107
    }

    .underline-input input {
        border: none;
        padding: 0;
        outline: none;
    }

    .underline:focus {
    }

    .infor-fee div{
        width: 25%;
        display: flex;
        justify-content: space-between;
    }
    .box_button{
        background-color: #ffc107;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    .box_button button{
        background-color: white;
        width: 100px;
        height: 32px;
        border-radius: 2px;
    }
