﻿body {
}
.e-flex.row {
    flex-wrap: nowrap;
    --bs-gutter-x: 0rem;
}

.e-flex {
    display: flex !important;
}

footer .garante .e-col-1 {
    flex-shrink: 1;
}

.text-center {
    text-align: center;
}

.box-form {
    /*border-radius: 50px;*/
    background-color: #FFFFFF;
    max-width: 1170px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

hr {
    height: 1px;
    background-image: linear-gradient(90deg, #999999, #999999 50%, transparent 50%, transparent 100%);
    background-size: 20px 1px;
    border: none;
}

.box-paytype {
    text-align: center;
}

.package-table table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

    .package-table table .th-1 {
        background-color: #2f4d98;
        color: #FFFFFF;
        border-top-left-radius: 20px;
    }

    .package-table table .th-2 {
        background-color: #50ec94;
        border-top-right-radius: 20px;
    }

    .package-table table .td-1 {
        border-bottom-left-radius: 20px;
    }

    .package-table table .td-2 {
        border-bottom-right-radius: 20px;
    }

    .package-table table, .package-table table th, .package-table table td {
        border: solid 1px #2f4d98;
    }

.td-buy {
    width: 70px;
    padding: 10px;
}

    .td-buy span {
        font-size: 1.5em;
        font-weight: bold;
    }

.text-bottom {
    display: flex;
    align-items: end;
}
.text-bottom-col {
    padding-top: 5%;
    padding-bottom: 0.3%;
    align-items: end;
}
.text-top-mobile {
    padding-top: 5%;
    padding-bottom: 0.3%;
    align-items: end;
}
.textbox-dotted {
    border: none !important;
    border-bottom: dotted 1px !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.margin-textbox-dotted {
    margin-top: -1.5% !important;
}

label, p {
    font-family: "PrachasonNeueMon-Regular";
    font-size: 14px;
}

input[type="radio"]:checked {
    accent-color: #00a728;
    border: 1vw solid;
}

.text-title-pay {
    font-weight: bold;
    font-size: 1.15em;
}

.text-detail-pay {
    /*font-weight: bold;*/
    font-size: 1.15em;
}

.btn-pay {
    background-color: #e8573e;
    border-radius: 1em;
    padding: 0.25em 1.25em;
    color: #FFFFFF;
    font-size: 14px;
}

    .btn-pay:hover {
        background-color: #e9391a;
    }

.btn_uploadimg {
    background-color: #ff9300;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 6px 11px;
}

@media(min-width: 717px) {
    .btn_uploadimg {
        width: 300px;
    }
    .text-bottom-col {
        padding-top: 0.3%;
        padding-bottom: 0.3%;
        align-items: end;
    }
    .text-top-mobile {
        padding-top: 0;
    }
}

.btn_uploadimg span {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
}

    .btn_uploadimg span small {
        display: block;
    }

.btn_Displaynone {
    display: none;
}

.display-none {
    display: none !important;
}

.xs-hide {
    display: none !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.form-group {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "PrachasonNeueMon-Regular";
    background-color: #ffffff00 !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('/asset/image/Dropdown.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "PrachasonNeueMon-Regular";
}
