body {
    font-family: 'db_helvethaicaais_x55_regular';
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1.5em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}
.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 55px;
    width: 4.5em;
    height: .7125em;
    border-radius: 1.125em;
    background-color: #f27474;
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

.custom-modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0;
}

.body-pre2post {
    width: 100%;
    height: 100%;
}

.body-center {
    margin-top: 1%;
    width: auto;
    height: auto;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}

.center-page {
    position: absolute;
    width: 95%;
    height: 92%;
    left: 2.5%;
    top: 4%;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    z-index: -1;
}

.p2p_box_hmain {
    background: url(../../../selfservice/one2call.png) no-repeat 20px;
    padding-left: 60px;
    display: block;
    min-height: 65px;
    padding-top: 20px;
    margin-bottom: 0px;
    text-align: left;
    background-size: 100px;
}

.condition-list {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px
}

@media (min-width: 1024px) {
    .p2p_box_hmain {
        padding-top: 5px;
        min-height: 70px;
        padding-top: 30px;
        margin-bottom: 10px;
        background-size: 130px;
    }

    .condition-list {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.mnp_form_area {
    display: block;
    margin: 0 auto;
    width: 99%;
}

.col-md-12 {
    width: 100%;
}

.p2p_box_hmain_h {
    color: #121212;
    font-size: 25px;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .p2p_box_hmain_h {
        font-size: 32px;
    }
}

.headerMargin {
    margin-left: 20px;
}

.panel20 {
    padding: 0 5px;
}

@media (min-width: 1024px) {
    .panel20 {
        padding: 0 20px;
    }

    .headerMargin {
        margin-left: 40px;
    }
}

#howTo {
    height: 235px;
    padding-top: 20px;
}

.logo-margin1 {
    margin-left: 50px;
}

.logo-margin2 {
    margin: 0 40px;
}

.logo-margin3 {
    margin-right: 31px;
}

.text-logo1 {
    margin-right: 30px;
    margin-left: -4px;
    text-align: center !important;
}

.text-logo2 {
    margin-left: 60px;
}

.num_txt_packname_drgreen {
    color: #219650;
    text-align: center;
}

.newsim-font16 {
    font-size: 22px;
}

.swiper-pagination-bullet-active {
    opacity:  1 !important;
    background: #b2d233 !important;;
    width: 25px !important;
    height: 8px !important;
    display: inline-block !important;
    border-radius: 9px !important;
}

.newsim7-label {
    font-size: 30px;
    margin-bottom: 10px;
}

.col-sm-6 {
    padding-left: 50px;
    padding-right: 50px;
    width: 40%;
}

.input_style {
    color: #000;
    height: auto;
    width: 100%;
    border: none;
    outline: none;
    font-family: 'db_helvethaicaais_x55_regular';
    font-size: 21px;
    line-height: 45px;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    padding: 0 10px;
    border-bottom: 2px solid #d6d6d6;
    border-radius: 3px;
}

@media (max-width: 830px) {
    .col-sm-6 {
        padding-left: 50px;
        padding-right: 50px;
        width: 70%;
    }
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn_all {
    background-color: #8dc63f;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    color: #000;
    font-family: 'db_helvethaicaais_x55_regular';
    font-size: 18px;
    margin-bottom: 24px;
    border: hidden;
}

.overlay-loading {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
}

.overlay-popup {
    background-color:rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99997;
}

.loading-conversation {
    position: relative;
    z-index: 2000;
    text-align: center;
    top: 45%;
    bottom: 55%;
}

.spin-otp {
    font-size: 50px !important;
    color: #8DC63F;
}

section {
    display: flex;
    flex-flow: row wrap;
}
section > div {
    padding: 25px;
    width: 25%;
    height: 130px;
    min-width: 250px;
}
section input[type="radio"] {
    display: none;
}
section label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid hsl(85, 54%, 51%);
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
    cursor: pointer;
}
section input[type="radio"]:checked + label {
    background: hsl(85, 54%, 51%);
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 20px hsla(85, 54%, 51%, 0.75);
}

section .pack-name {
    font-size: 25px;
    font-weight: 900;
}

section p {
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    margin: 0;
    left: 50%;
    margin-right: -50%;
    bottom: -15px;
    transform: translate(-50%, -50%);
    background: black;
    width: 95%;
    color: white;
    border-radius: 30px;
}

@media only screen and (max-width: 700px) {
    section > div {
        width: 100%;
    }
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.custom-dropdown select {
    background-color: #8dc63f;
    color: #fff;
    font-size: inherit;
    padding: .5em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 10px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button; /* hide default arrow in chrome OSX */
    width: 100%;
    font-family: 'db_helvethaicaais_x55_regular';
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
}

.custom-dropdown select[disabled] {
    color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
    color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
    background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
    color: rgba(0,0,0,.4);
}

.custom-dropdown option {
    font-family: 'db_helvethaicaais_x55_regular';
    font-size: inherit;
}

.address-box {
    margin: 0px 20px 0px 20px;
}

.docs-datepicker .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.docs-datepicker-container {
    border: 1px dashed #eee;
    display: none;
    margin: 10px auto;
    min-height: 160px;
    position: relative;
}

.datepicker-panel {
    font-size: 16px;
}

.survey-box {
    z-index: 99999;
    position: fixed;
    top: 12%;
    left: 14%;
    margin-top: -50px;
    display: none;
    background-color: #FFFFFF;
    width: 70%;
    border: 1px solid #b2d334;
    border-radius: 10px
}

.header-survey {
    text-align: center;
    font-size: 30px;
}

.close-survey {
    position: fixed;
    top: 6%;
    z-index: 1;
    right: 17%;
    background: url(../../../images/close_btn.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

.close-survey:hover {
    background: url(../../../images/btn_close_over.png) no-repeat 0 0;
}

.body-survey {
    width: auto;
    height: auto;
    padding: 15px;
    font-size: 20px;
    overflow-y: scroll;
}

.list-point {
    text-align: center;
}

.point-box {
    width: 60px;
    text-align: center;
    padding: 10px;
    display: inline-table;
    cursor: pointer;
}

.point-box:hover {
    background-color: #73c23a;
}

.active-point {
    background-color: #73c23a;
}

.survey-thx-img {
    background: url(../../../images/thanks4.png) no-repeat 0 0;
    background-size: 150px auto;
    background-position: center;
    width: auto;
    height: 200px;
}

.icon-pic-survey {
    width: 60px;
    height: 60px;
}

.survey-thx-box {
    text-align: center;
}

@media (max-height: 480px) {
    .close-survey {
        top: 1%;
        right: 5%;
    }

    .survey-box {
        left: 3%;
        width: 94%;
    }
}

#endMsg {
    font-size: 26px;
}

.title-name-dropdown {
    width: 25%;
}