﻿.text-center .title-head {
    color: #222222;
    position: relative;
    font-size: 26px;
}

.txt_bule {
    color: #0070b6;
    font-weight: bold;
}

div .head-text_body {
    padding: 6px 0px 6px 35px;
    background-image: linear-gradient(to right, #8822b2, rgba(133, 33, 174, 0.95) 51%, rgba(68, 17, 89, 0));
    width: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fz-14 {
    font-size: 14px;
}

div .text-head {
    font-size: 21px;
    color: #fff;
}
button.goback {
    padding-left: 25px;
}

.suspend_day {
    width: 50%;
    display: inline-block;
}

.text-center .title-head::after {
    content: "";
    height: 2px;
    width: 60px;
    background-color: #ffe600;
    /*background-image: linear-gradient(to left, #8822b2, #00a8ff);*/
    border-radius: 25px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -10px;
}

.orange-light {
    color: #ff9d00;
}
.orange-light:hover {
    color: #ff9d00;
}


.text-center .Search_box {
    margin-top: 25px;
    margin-bottom: 30px;
}
/*.Search_box .Search_body{
    width: 420px;
    margin: auto;
    position: relative;
}*/
input.Search {
    width: 100%;
    padding: 7px 20.2px 7px 20px;
    border-radius: 22px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    height: 35px;
    font-size: 16px;
}

input.Search:focus, button.goback:focus, .search_box input { /*Outline*/
   outline: none;
}

input.Search::-webkit-input-placeholder {
   color: #D5D5D5;
}
    /* Edge */
input.Search:-ms-input-placeholder {
   color: #D5D5D5;
}
    /* Internet Explorer */
input.Search::placeholder {
   color: #D5D5D5;
}

.Search_body img {
    width: 19px;
    position: absolute;
    top: 8px;
    right: 35px;
}

.form_transactions .transactions_box {
    border-radius: 6px;
    border: solid 2px #cccccc;
    background-color: #ffffff;
    /*padding: 20px 35px ;*/
    padding: 20px 10px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 30px;
}

.transactions_box span {
    font-size: 20px;
    color: #5a5a5a;
    /*font-weight: bold;*/
}
.datetimepicker-months table.table-condensed thead tr:first-child th .glyphicon.glyphicon-arrow-left::before, .datetimepicker-years table.table-condensed thead tr:first-child th .glyphicon.glyphicon-arrow-left::before {
    content: "<<";
    font-style: inherit;
}
.datetimepicker-months table.table-condensed thead tr:first-child th .glyphicon.glyphicon-arrow-right::before, .datetimepicker-years table.table-condensed thead tr:first-child th .glyphicon.glyphicon-arrow-right::before {
    content: ">>";
    font-style: inherit;
}
.icon-none{
    color:transparent !important;
    pointer-events:none;
}

.transactions_box img.body_circle {
    width: 85px;
    max-width: 100%;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}
/*.form_transactions{
    padding-left: 50px;
    padding-right: 50px;
}*/
.div_head_left span {
    font-size: 18px;
}

.div_btn_head button.btn_head_box span {
    font-size: 18px;
    color: #fff;
}

.div_btn_head button.btn_head_box {
    border: 0;
    padding: 4px 22px 4px 20px;
    margin-left: 10px;
    position: relative;
}

.div_btn_head .btn_head_box1 {
    border-radius: 23px;
    background-image: linear-gradient(to right, #b5b5b5 -40%, #0085da);
}

.btn_head_box1::after {
    content: "";
    background: #fff;
    /* background: linear-gradient(90deg, rgba(66, 139, 202, 0) 0%, rgba(255, 255, 255, 1) 100%); */
    position: absolute;
    top: 0;
    left: -190px;
    width: 140px;
    height: 100%;
    border-radius: 50px;
    pointer-events: none;
}

.btn_head_box1:hover::after {
    left: 0px;
    transition: 0.8s;
    background-color: transparent;
}

.div_btn_head .btn_head_box2 {
    border-radius: 23px;
    background-image: linear-gradient(to left, #ed4730, #f18131);
}

.btn_head_box2 img {
    width: 25px;
    margin-bottom: 4px;
}

.align-items-end .search_box {
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    margin: 20px 0px 30px;
    padding: 30px 40px 29.8px 40px;
}

.search_box select, .search_box input {
    border-radius: 22px;
    border: solid 1px #b5b5b5;
    background-color: #ffffff;
    padding: 6px 19.5px 5px 20px;
    font-size: 18px;
}

.search_box select {
    width: 200px;
    color: #222222;
    margin-right: 10px;
}

.search_box input {
    margin-right: 20px;
    width: 335px;
}

.search_box .btn_ca {
    padding: 3.8px 44px 4.2px 44px;
    border-radius: 25px;
    font-size: 18px;
}

.search_box .btn_ca_search {
    background-color: #00a8ff;
    color: #fff;
    margin-right: 10px;
}

.search_box .btn_ca_clear {
    border: solid 2px #b5b5b5;
    background-color: #ffffff;
    color: #b5b5b5;
}

table.ca-table {
    text-align: center;
    margin-bottom: 0px;
}

.ca-table thead {
    background-image: linear-gradient(to right, #00a8ff, #8822b2);
    color: #fff;
}

.ca-table thead th, .ca-table tbody td {
    border: solid 1px #b5b5b5;
    padding: 15px;
    font-weight: normal;
}

.ca-table tbody td {
    font-size: 18px;
    vertical-align: middle;
}

td .status {
    font-size: 16px;
    color: #474747;
}

td .detail-pmt {
    font-size: 14px;
    color: #707070;
}

.green {
    color: #00bf33;
}

.red {
    color: #ff391d;
}

.red2 {
    color: red;
}

.blue {
    color: #0085da;
}

.orange {
    color: #ff1f00;
}

.black {
    color: #000;
}

.tranfer_box .black {
    color: #000;
}

.text-results {
    padding-bottom: 20px;
    padding-top: 10px;
}

.div_head_left:last-child {
    padding-top: 5px;
}

    .div_head_left:last-child span {
        font-size: 16px;
    }

div.table_set {
    overflow: auto !important;
    border-radius: 10px;
    border: 0px solid #b5b5b5;
}

.ca-table tr td:first-child {
    padding-left: 20px;
    padding-right: 20px;
}

.ca-table tr td:first-child img {
    width: 25px;
}

.modal_pull_data {
    max-width: 950px;
}

.modal_pull_data_box {
    padding: 40px;
    margin: 30px;
}
.modal_pull_data_box .title-head {
    width: 100%;
}

button.close_pull_data_box {
    height: 42px;
    width: 42px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: rgb(255,153,102);
    background: linear-gradient(198deg, rgba(255,153,102,1) 14%, rgba(237,71,48,1) 66%);
    border-radius: 50%;
    border: 0;
    position: absolute;
    left: auto;
    right: -22px;
    top: -18px;
    box-shadow: 2px 3px 3px 0px rgb(90 90 90 / 5%);
}

.close_pull_data_box img {
    width: 16px;
    max-width: 100%;
}

.modal_pull_data_subbox {
    padding: 15px 15px 20px 15px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.modal_pull_data_box .modal-header {
    border-bottom: 0px;
}

.modal_pull_data_subbox select, .search_box_select select, .search_box_select2 select, .search_box_select_table select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.pull_data_select {
    position: relative;
}

.pd35_lr {
    padding-left: 35px;
    padding-right: 35px;
}

.head_input_pb {
    padding-bottom: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb-0 {
    padding-bottom:0px;
}

.fz20 {
    font-size: 20px !important;
}

.modal_pull_data_subbox input, .modal_pull_data_subbox select, .modal_pull_data_subbox button, .modal-footer button {
    padding: 5px 15px 3px 15px;
    font-size: 16px;
}

.pull_data_select select {
    border-radius: 22px;
    border: solid 1px #b5b5b5;
    background-color: #ffffff;
    color: #ff9d00;
    width: 100%;
}

.pull_data_select::after {
    content: "";
    position: absolute;
    background-image: url(../../Images/Drop_down_arrow.png);
    background-size: 8px 8px;
    display: block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    top: 14px;
    left: auto;
    right: 13px;
}

.pd-r0 {
    padding-right: 0px;
}

.modal_pull_data_subbox .id_number_box input, .tel_box input {
   /*border-radius: 22px;
    border: solid 1px #b5b5b5;
    background-color: #ffffff;
    color: #ff9d00;
    width: 100%;*/
}

.btn_modal_search {
    border-radius: 22px;
    background-color: #00a8ff;
    color: #fff;
    width: 140px;
}

    .btn_modal_search:hover {
        color: #fff;
        background-color: #0069d9;
    }

.pull_data_body input[type="checkbox"] {
    display: none;
}

.search_box .search_box_select {
    display: inline-block;
    position: relative;
}

    .dropdown-sc .search_box_select::after, .search_box .search_box_select::after {
        content: "";
        position: absolute;
        background-image: url(../../Images/Drop_down_arrow.png);
        background-size: 8px 8px;
        display: block;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        top: 16px;
        left: auto;
        right: 27px;
    }

.dropdown-sc .search_box_select2::after {
    content: "";
    position: absolute;
    background-image: url(../../Images/Drop_down_arrow.png);
    background-size: 8px 8px;
    display: block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    top: 47px;
    left: auto;
    right: 27px;
}

.dropdown-sc .search_box_select_table::after {
    content: "";
    position: absolute;
    background-image: url(../../Images/Drop_down_arrow.png);
    background-size: 8px 8px;
    display: block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    top: 25px;
    left: auto;
    right: 27px;
}

label.ck_box {
    position: relative;
}

    label.ck_box:hover {
        cursor: pointer;
    }

.pull_data_body label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    background-color: #ffffff;
    position: relative;
    margin-right: 15px;
    top: 4px;
}

.pull_data_body input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    background-image: url(../../Images/tick_red.png);
    background-size: 15px 13px;
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    top: 8px;
    left: 3px;
}

div.pull_data {
    border-radius: 6px;
    border: solid 1px #cccc;
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    color: #cccc;
    width: 95%;
}
.ck-box-pd input:checked ~ label .pull_data {
    border: solid 1px #0085da;
    color: #0085da;
}

.pull_data_body label.data_ck::before {
    top: 50%;
    left: -35px;
    transform: translate(0, -93%);
    position: absolute;
}

.pull_data_body input[type="checkbox"]:checked + label.data_ck::after {
    top: 50%;
    left: -32px;
    transform: translate(0, -85%);
}

.pull_data_body {
    /*padding-top:10px;*/
    padding-bottom: 10px;
}

label.data_ck {
    padding-bottom: 20px;
    width: 100%;
}

.modal_pull_data_box .modal-footer {
    border-top: 0px;
    margin: auto;
    padding-bottom: 0;
}

.pull_data_body:last-child {
    overflow-x: hidden;
    overflow-y: auto;
}

.fixed-height {
    max-height: 300px;
}

.modal_pull_data_box .btn-secondary {
    width: 110px;
    border-radius: 20px;
    border: solid 2px #b5b5b5;
    background-color: #ffffff;
    color: #b5b5b5;
}

.modal_pull_data_box .btn-mobile-id {
    width: 110px;
}

.modal_pull_data_box .btn-primary {
    width: 110px;
    border-radius: 20px;
    color: #000;
    background-color: #ffe600;
    /*background-image: linear-gradient(to right, #00a8ff, #8822b2 128%);*/
    border: none;
    padding: 7px 17px 5px 17px;
}

.modal-footer button:first-child {
    margin-right: 10px;
}

.modal-footer button:last-child {
    margin-left: 10px;
}

.Search_box .search_left {
    display: flex;
    align-items: center;
}

    .Search_box .search_left div {
        text-align: left;
        /*padding-left: 35px;*/
    }

    .Search_box .search_left h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

.search_right div {
    float: right;
    width: 450px;
}

div div .head-set-fixed {
    /* top: 20px;
    position: relative;
    position: fixed;
    z-index: 9999;
    top: 124px;
    width: 100%;
    left: 0;
    text-align: center;
    background-color: #0070b6;
    display: block;
    padding: 6px 0px 6px 35px;  
    opacity: 1;  
    transition: 0.5s; */
}

.bg_blue.head-set-fixed.position-fixed {
    top: 124px;
    left: 0;
    width: 100%;
    background-color: #0070b6;
    background-image: none;
    z-index: 99;
    opacity: 0;
    margin: 0;
    text-align: center
}

.head-set-fixed.position-fixed {
    top: 124px;
    left: 0;
    width: 100%;
    background-color: #8822b2;
    background-image: none;
    z-index: 99;
    opacity: 0;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

    .head-set-fixed.position-fixed.set-opacity {
        opacity: 1;
        transition: 200ms;
    }

div.bg_blue {
    background-image: linear-gradient(to right, #6cecbb -5%, #41d9d8 49%, rgba(0, 112, 182, 0));
    margin-bottom: 20px;
}

.new_sim_block_left {
    border-radius: 7px 0px 0px 7px;
    padding: 20px 30px;
    text-align: center;
    background-image: linear-gradient(144deg, #00a8ff, #0070b6 77%);
}

.new_sim_block_right, .old_sim_block_right {
    padding: 0px;
}

    .new_sim_block_right div, .old_sim_block_right div {
        height: 50%;
    }

.new_sim_block_left img, .old_sim_block_left img {
    max-width: 90px;
    padding-bottom: 15px;
}

.new_sim_block_left span, .old_sim_block_left span {
    font-size: 20px;
    color: #fff;
}

.new_sim_left {
    padding-right: 30px;
}

.old_sim_right {
    padding-left: 30px;
}

.sim_body_box {
    /*padding-right: 10px;*/
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 7px;
}

div.short-div {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 7px 0px;
}

    div.short-div:first-child {
        border-bottom: solid 2px #0085da;
        border-radius: 0px 7px 0px 0px;
    }

    div.short-div div {
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
        height: auto;
    }

        div.short-div div span {
            color: #0085da;
            font-size: 20px;
        }

.dis-none {
    display: none !important;
}

.dis-block {
    display: block !important;
}

.old_sim_block_right div.short-div div span {
    color: #f18131;
    font-size: 20px;
}

.old_sim_block_right div.short-div:first-child {
    border-bottom: solid 2px #f18131;
}

.short-div div img {
    max-width: 25px;
    margin-left: -5px;
}

.old_sim_block_left {
    padding: 20px 30px;
    text-align: center;
    background-image: linear-gradient(148deg, #f18131, #ed4730 88%);
    border-radius: 7px 0px 0px 7px;
}

.ca-table thead tr th:first-child, .ca-table tbody tr td:first-child {
    border-left: 0px solid transparent;
}

.ca-table thead tr th {
    border-top: 0px solid transparent;
}

    .ca-table thead tr th:last-child, .ca-table tbody tr td:last-child {
        border-right: 0px solid transparent;
    }

.ca-table tbody tr:last-child td {
    border-bottom: 0px solid transparent;
}

.body-main-transaction {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-head-main-transaction {
    background-image: linear-gradient(97deg, #9a52f6, #8822b2 99%);
    border-radius: 7px 7px 0px 0px;
}

.head-main-transaction_box {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.img-head-box {
    display: inline-block;
}

    .img-head-box img {
        max-width: 90px;
        height: auto;
    }

.text-head-box {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

    .text-head-box span {
        font-size: 20px;
        color: #fff;
    }

.main-transaction-detail {
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 0px 0px 7px 7px;
}

.table thead th, table thead th.k-header {
    vertical-align: middle;
    font-size: 18px;
}

.suspend_day_set {
    display: inline-block;
    max-width: 100%;
    width: 320px;
    padding-left: 20px;
}

.pt35-suspend {
    padding-top: 35px;
    padding-bottom: 45px;
}
.pt10-30-changesubplan {
    padding-top: 10px;
    padding-bottom: 30px;
}

.detail-box {
    border-radius: 10px;
    border: 1px solid #ed4730;
    padding: 35px 25px 30px 25px;
    position: relative;
}

.suspend-float {
    position: absolute;
    background-color: #fff;
    display: inline;
    padding: 15px;
    top: -33px;
}

    .suspend-float label {
        font-size: 24px;
        color: #ed4730;
        font-family: 'promptlight';
    }

.dark-blue {
    color: #0070b6 !important;
}

.detail-box .result-left {
    border-right: 1px solid #b5b5b5;
    padding: 0px 20px 30px 20px;
}

.detail-box .result-img {
    padding-right: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.txt-right {
    text-align: right;
}

.result-left .result-text {
    text-align: left;
    padding-left: 39px;
    padding-right: 20px;
    font-size: 18px;
}

.result-img img {
    max-width: 255px;
    /*min-width: 255px;*/
    max-height:140px;
}

.detail-box .result-right label, .result_box label {
    font-size: 18px;
    margin-bottom: 9px;
}

.pt60 {
    padding-top: 60px;
}

.pt20 {
    padding-top: 20px;
}

.detail-box .result_box {
    padding-left: 90px;
    padding-right: 90px;
}

.txt-history label {
    font-size: 24px;
    color: #ed4730;
    font-family: 'promptlight';
}

.txt-history span {
    font-size: 18px;
    font-family: 'promptregular';
}

.pt45 {
    padding-top: 45px;
}

.txt-sub-history span {
    color: #5a5a5a;
    font-family: 'promptlight';
}

.width-suspend {
    width: 80%;
    border: solid 1px #0085da;
    margin-top: 1rem;
}

.suspend-table-fix thead th, .suspend-table-fix tbody td {
    border: solid 1px #0085da;
}

.suspend-table-fix tbody td {
    padding: 15px;
}

.suspend-table-fix thead th {
    padding: 20px;
}

.box-choice-blue {
    font-size: 16px;
    border: solid 1px #0085da;
    border-radius: 7px;
    padding: 15px 20px 15px 20px;
    color: #0085da;
}

.disable-rb {
    pointer-events: none;
}

    .disable-rb span.disable {
        border: solid 1px #cccccc !important;
    }

        .disable-rb span.disable:after {
            background-color: #cccccc;
        }

.dropdown-sc .disable {
    background-color: #efefef;
    border: solid 1px #b5b5b5;
    color: #000;
    pointer-events: none;
}

.disable-input {
    pointer-events: none;
    background-color: #efefef !important;
    border: solid 1px #b5b5b5;
    color: #000 !important;
}

.disable-radio, .disable-ck-box, .disabel-cv, .disable-cv {
    pointer-events: none;
}

.pd35_lr label.disable-radio span.single-page-checkmark, section label.disable-radio span.single-page-checkmark, .c-zone label.disable-radio span.single-page-checkmark {
    border-color: #b5b5b5 !important;
}

.pd35_lr label.disable-radio input:checked ~ .single-page-checkmark:after, .section-content section label.disable-radio input:checked ~ .single-page-checkmark:after, .c-zone label.disable-radio input:checked ~ .single-page-checkmark:after {
    background-color: #b5b5b5;
}

.custom-checkbox.disable-ck-box span.checkmark {
    background-color: #b5b5b5;
}

div.date input[type=datetime] {
    background-color: #fff;
}

.add-on .icon-th:nth-child(2) {
    width: 16px;
}

.signature1, .signature2, .signature3 {
    width: 100%;
}

img.disable {
    filter: opacity(0.3) brightness(0);
    background-color: transparent !important;
    border: transparent !important;
}

.search_box_select_form select {
    -webkit-appearance: none;
    appearance: none;
}

.dropdown-sc .search_box_select_form::after {
    content: "";
    position: absolute;
    background-image: url(../../Images/Drop_down_arrow.png);
    background-size: 8px 8px;
    display: block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    top: 48px;
    left: auto;
    right: 27px;
}


div.datetimepicker-dropdown-bottom-left {
    font-size: 14px;
    width: 230px;
    padding: 0;
}

table.table-condensed {
    width: 100%;
}

.table-condensed thead tr:first-child th {
    padding: 4px;
    border-radius: 0 !important;
    background-color: #324985 !important;
    color: #484848;
    padding-top: 7px;
    padding-bottom: 7px;
}

tfoot .today {
    padding: 4px;
    border-radius: 0 !important;
    background-color: rgb(0 168 231 / 10%) !important;
    background-image: inherit !important;
    color: #484848;
}

.table-condensed thead tr:first-child th:hover {
    background-color: #324985 !important;
}

.table-condensed thead tr:last-child th {
    /*background-color: #27396b;*/
    background-color: #c0c1c3 !important;
    padding: 4px;
    border-radius: 0 !important;
    color: #484848;
    padding-top: 7px;
    padding-bottom: 7px;
}

.table-condensed tbody tr td {
    padding: 4px;
}

.datetimepicker table tr td.active, .datetimepicker table tr td span.active {
    /*background-image: linear-gradient( 148deg, #f18131, #ed4730 88%) !important;*/
    background-color: #00a8e7 !important;
    background-image: inherit !important;
    color: #fff !important;
}

.datetimepicker-months table.table-condensed thead tr:first-child, .datetimepicker-years table.table-condensed thead tr:first-child {
    /*background-image: linear-gradient( 144deg, #00a8ff, #0070b6 77%);*/
    background-color: #a3e6ff !important;
}

.datetimepicker-days table.table-condensed thead tr:first-child {
    background-color: #a3e6ff !important;
    background-image: inherit !important;
}

.datetimepicker-days table.table-condensed thead tr:last-child {
    background-color: #e5f6fd !important;
    background-image: inherit !important;
}

.datetimepicker-days tr:last-child th {
    color: #000 !important;
}

.bullet-zone {
    position: fixed;
    max-width: 1170px;
    margin-left: 0;
    z-index: 100;
    top: 50%;
    left: auto;
    right: 5%;
}

    .bullet-zone .bullet {
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border: 2px solid #ffe600;
        background-color: #ffe600;
        border-radius: 50%;
        margin: 15px 0;
    }

        .bullet-zone .bullet:hover {
            cursor: pointer;
        }

    .bullet-zone div.active {
        height: 33px;
        border-radius: 9px;
        background-color: #ffe600;
        /*background: linear-gradient(191deg, rgba(0,168,255,1) 0%, rgba(136,34,178,1) 100%);*/
        border: none;
        /* transition: all 0.5s; */
    }

.bullet a {
    text-decoration: none;
}

.bullet-zone .bullet span {
    display: none;
    background-color: #ffe600;
    width: 230px;
    height: 40px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    padding: 8px 0;
    left: auto;
    right: 250px;
    position: relative;
    top: -19px;
    border-radius: 10px;
}

    .bullet-zone .bullet span:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136,183,213,0);
        border-right-color: #ffe600;
        border-width: 10px;
        margin-top: -10px;
        transform: scaleX(-1);
    }

.bullet-zone div.active span {
    top: -5px;
}

.bullet-zone .bullet:hover span {
    display: block;
}

.text-center .al-red:last-child {
    border: 2px solid red;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}

.al-red {
    border: 2px solid red !important;
}

    .al-red:focus {
        border-color: red;
        box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
    }

.form_transactions [id*=lbldata] {
    display: contents;
}

.popup_searchca_box {
    margin-top: 200px;
}

.mg0 {
    margin: 0px;
}

.pt-pb20 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.pl0 {
    padding-left: 0px;
}

.k-pager-numbers span.k-state-selected {
    background-color: #ededed !important;
}

.table_set .k-grid .k-grid-content table tbody tr td {
    font-size: 16px;
    color: #000;
}

.table_set .k-widget .k-pager-wrap.k-grid-pager {
    border-radius: 0px 0px 8px 8px;
}

.table_set .k-grid tr td:nth-child(2) span a:hover {
    cursor: pointer;
}

.table_set .k-grid tr td:nth-child(2) span a {
    /*text-decoration:none !important;*/
}

button.btn-cancel::after {
    background-color: #fff;
    background-image: none;
    opacity: 0.2;
}

.order-status-result {
    background-image: url(../../Images/tot_1.png);
    height: auto;
    background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8rem 5px;
    min-height: 75vh;
}

    .order-status-result h1 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

.tabscroll-wrapper {
    text-align: center;
    padding-top: 55px;
}

.hover-wrapper {
    width: 200px;
    text-align: center;
    margin: auto;
}

.link-to-scroll img {
    width: 130px;
}

.hover-wrapper h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.Content-Terms-Conditions {
    padding: 20px 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 1050px;
    margin: auto;
    color: #787878;
    line-height: 30px;
}

[id*="PrivacyPolicy"] h2, [id*="CookiesPolicy"] h2 {
    font-size: 26px;
    color: #000;
}

.about_us_box {
    padding: 0 6%;
}

.about_us_body {
    padding-top: 40px;
    padding-bottom: 120px; /*ปรับขนาดเมื่อมีข้อมูลในหน้า About us*/
}

    .about_us_body .text-center .font-head-about_us {
        font-size: 34px;
        color: #0085da;
        margin-bottom: 35px;
        padding-bottom: 10px;
    }

ul.rmdots {
    list-style: none;
    text-align: left;
    line-height: 30px;
}

.rmdots a, .about_us_P a {
    color: #000;
}

    .rmdots a:hover, .about_us_P a:hover {
        cursor: pointer;
        text-decoration: none;
    }

.indent {
    text-indent: 30px;
}

.thx-body {
    padding-top: 40px;
    padding-bottom: 25px;
}

div.bg_redOrange {
    background-image: linear-gradient(to right, #ed4730 -5%, #ed4730 49%, rgba(237, 71, 48, 0));
}

.bg_redOrange.head-set-fixed.position-fixed {
    background-color: #ed4730;
    z-index: 90;
}

div.upload-btn-wrapper:first-child {
    margin-bottom: 20px;
}

.howto-body {
    padding: 30px 0;
}

.txt-title-howto {
    font-size: 36px;
    color: #333;
}

.Spmtxt-detail {
    color: #787878;
    line-height: 30px;
}

.howto-box {
    padding-left: 60px;
    padding-right: 60px;
}

.howto-img-box {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .howto-img-box img {
        max-width: 300px;
    }

textarea.text-idtt {
    color: #0085da;
    border-radius: 7px;
}

.tranfer_box .btn_ca {
    padding: 3.8px 44px 4.2px 44px;
    border-radius: 25px;
    font-size: 18px;
}

.tranfer_box .btn_ca_search {
    background-color: #00a8ff;
    color: #fff;
    margin-right: 10px;
}

.tranfer_box .btn_ca_clear {
    border: solid 2px #b5b5b5;
    background-color: #ffffff;
    color: #b5b5b5;
}

.signature_text {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_blacklist_body {
    margin: 0;
    padding: 20px 20px 30px 20px;
}

.popup_blacklist_box .popup_blacklist_body .modal-footer {
    padding-top: 0;
}

.head-blacklist-text, .head-login-text {
    font-size: 18px;
}

.table_set .k-grid tr td:nth-child(2) a {
    color: #0070b6;
    text-decoration: underline;
}

div.empty-grid, div.empty-grid-bf {
    padding-bottom: 25px;
    width: 100%;
}

    div.empty-grid p {
        margin-top: 1rem;
    }

.empty-grid [id*="addCust"] {
    background-color: #00bf33;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 3.8px 44px 4.2px 44px;
    line-height: 1.5;
    border-radius: 25px;
}

[id*="addCust"]:hover {
    background-color: #0f842e;
}

.search_box_select_table select {
    color: #0085da;
    padding-left: 20px;
    padding-right: 20px;
}

[id*="fulNumber"] {
    display: none;
}

div.btn-file {
    display: inline;
    position: relative;
}

.btn-file .btn-file-box {
    width: 330px;
    position: absolute;
}

.type-group-img {
    position: absolute;
    z-index: 9;
    transform: translate(65%, -0%);
    top: 43px;
    max-width: 37px;
    /*min-height: 40px;*/
    max-height: 40px;
}

.transactions_box.box16 .type-group-img, .transactions_box.box13 .type-group-img {
    top: 50px;
    max-width: 43px;
    transform: translate(50%, -0%);
}

.transactions_box.box7 .type-group-img {
    top: 59px;
    max-width: 43px;
    transform: translate(60%, -0%);
}

.transactions_box.box15 .type-group-img {
    top: 45px;
    max-width: 43px;
    transform: translate(48%, -0%);
}

.identities-table td:nth-child(2) .form-identities-ccid {
    color: #000;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.upload-btn-wrapper input[type=file].disabled {
    pointer-events: none;
}

button.btn.disabled {
    pointer-events: none;
}

    button.btn.disabled:hover {
        cursor: not-allowed !important;
    }

.k-grid-header {
    padding: 0px !important;
}

button.btn-accept {
    /*color: #00bf33;
    border: 0px;
    background-color: transparent;*/
    color: #00bf33;
    border-color: #00bf33;
    border-radius: 20px;
    padding: 10px;
}

button.btn-not-accept {
    /*border: 0px;
    background-color: transparent;*/
    border-color: #ff1f00;
    color: #ff1f00;
    border-radius: 20px;
    padding: 10px;
}
    button.btn-not-accept:focus{
        outline:none;
    }
    button.btn-not-accept:hover {
        cursor: pointer;
    }

.k-grid-pager .k-pager-nav:hover {
    color: #03a6fe;
}

.txt-upload-small {
    color: red;
    padding-left: 0px;
    float: left;
    margin-top: 10px;
    position: absolute;
}

.menu-set .nav-spm {
    /* background-image: linear-gradient(to right, #00a8ff, #8822b2); */
    background-color: #ffe600;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .nav-spm .nav-item {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .nav-spm .nav-item:hover {
            background-color: #0000001f;
        }

.modal_blacklist, .modal_Login {
    margin-top: 300px;
    z-index: 9000;
}
button.k-grid-excel {
    background-color: #00bf33;
    background-image: none;
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
    width: 160px;
}
button.k-button.k-button-icontext.k-grid-excel:hover {
    color: #fff;
    background-color: #269042;
    background-image: none;
}

.checkpass {
    background-color: #f8f8f8;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 7%);
}
.checkpass-box{
    width: 88%;
    padding: 20px;
    box-shadow: 20px;
}
.checkpass-text label {
    margin-top: 8px;
}
.checkpass .checkpass-box button {
    width: 100%;
    height: 35px;
    margin: 0 !important;
}
.search_box_select_table span.select2-container {
    width: 100% !important;
}
.search_box_select_table span.select2-container .select2-selection {
    border-radius: 25px !important;
    height: calc(1.5em + .75rem);
    line-height: 1.5;
}
.search_box_select_table span.select2-container .select2-selection .select2-selection__rendered{
    padding: 6px 30px 6px 30px;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.search_box_select_table span.select2-container .select2-selection .select2-selection__arrow{
    top: 6px;
    right: 13px;
}
.search_box_select_table .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}
.search_box_select_table .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}
.cb-required {
    border:2px solid red;
}
.k-header.k-grid-top{
    border-bottom:0px;
}
button.btn-cancel, button.login-btn-submit{
    z-index:1;
}
.qr-code-box {
    /* background-color: #FFFDEC; */
    background-color: #eeeeee;
    max-width: 480px;
    margin: auto;
    padding: 16px 0;
    border-radius: 10px;
}
.qr_no_left,.qr_no_right {
    padding-left: 20px;
    padding-right: 20px;
}
.qr_no_left span, .qr_no_right span {
    font-size: 16px;
}
.qr_no_left .number,.qr_no_right .number{
    width: 36px;
    height: 36px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #ffe600;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}
.wrap-qrcode-scanner { 
    margin: 0 auto;
    position: relative;
}
.wrap-qrcode-scanner,
.qr_loading,
canvas.qr_cam {
    max-width:230px;
    min-width:230px;
    max-height:230px;
    min-height:230px;
}

.qr_loading:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../Images/Source/loading-scan.png);
    top: 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
    background-size: 100%;
}

button.qr_back {
    border: solid 2px #b5b5b5;
    background-color: #ffffff;
    color: #939191;
    padding: 2px 40px 2px 40px;
    border-radius: 25px;
}
.qr_capture .btn-cam-re {
    position: relative;
    border: solid 2px #ffffff;
    background-color: transparent;
    color: #ffffff;
    padding: 2px 30px 2px 30px;
    border-radius: 25px;
    top: -50px;
    left: -70px;
}
.qr_capture .btn-cam-cap {
    position: relative;
    border: solid 2px #00BF33;
    background-color: #00BF33;
    color: #ffffff;
    padding: 2px 30px 2px 30px;
    border-radius: 25px;
    top: -50px;
    right: -70px;
}
.qr_capture .btn-cam-re:hover,.qr_capture .btn-cam-cap:hover{
    cursor:pointer;
}
.opacity_6 {
    opacity: .6;
}
.qr-code-box .btn-cam-check {
    border: solid 2px #ffe600;
    background-color: #ffe600;
    color: #000000;
    padding: 2px 40px 2px 40px;
    border-radius: 25px;
    font-weight: bold;
    margin-left: 20px;
}
.qr_success_box {
    padding-top: 100px;
    padding-bottom: 120px;
    width: 80%;
    margin: auto;
}
.qr_success_body {
    padding: 30px;
    border: 2px solid #e5e3e3;
    border-radius: 7px;
    background-color: #fff;
}
.qr_success_body .head-text {
    font-size: 30px;
    font-weight: 600;
    color: #00B063;
}
.qr_success_body .reference-text{
    background-color: #EFEFEF;
    padding: 7px 40px 9px 40px;
    width: auto;
    display: inline-block;
    border-radius: 25px;
    margin-right: 5px;
}
.qr_success_body .reference-text span{
    font-size: 18px;
    font-weight: bold;
}
.qr_success_body .ss{
    width: 130px;
}
.qr_success_body .copy_ref{
    display: inline-block;
}
.qr_success_body .copy_ref:hover{
    cursor:pointer
}
.qr_success_body .copy_ref img {
    width: 42px;
}
.ref_number {
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    border: 0;
    width: auto;
    pointer-events:none;
}
.bg_yellow_light {
    background-color: #fffdec;
}
.mobile-id-search {
    width: 390px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.mobile-id-search input{
    padding-left: 46px;
}
.mobile-id-search input::placeholder {
    color: #b5b5b5;
}
.mobile-id-search:before{
    content: "";
    background-image: url(../../Images/smartphone.png);
    width: 13px;
    height: 23px;
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 40px;
    top: 8px;
}
button.btn-mobile-id {
    background-color: #ffe600;
    color: #000;
    padding: 5px 20px;
    border-radius: 30px;
}
.L-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.line-gray {
    border-top: solid 1px #b5b5b5;
    margin: 20px 0px 0px 0px;
}
button.btn-mobile-id.add {
    color: #fff;
    background-color: #269042;
    padding-left: 33px;
    position: relative;
}
button.btn-mobile-id.add .icon-add{
    font-size: 30px;
    position: absolute;
    left: 15px;
    top: -5px;
}
.text-left .head-detail {
    font-size: 18px;
    position: relative;
}
.text-left .head-detail:after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #ffe600;
    border-radius: 25px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
img.add_enroll, img.editing, img.time, img.xx {
    width: 22px;
    margin-right: 8px;
}
img.time {
    margin-top: 2px;
}
.icon-mb img:last-child {
    margin-right: 0px;
}
img.xx {
    width: 25px;
    margin-top: 4px;
}
img.add_enroll:hover, img.time:hover, img.editing:hover, img.xx:hover {
    cursor: pointer;
}
.tel_box textarea {
    border-radius: 22px;
    border: solid 1px #b5b5b5;
    background-color: #ffffff;
    color: #ff9d00;
    width: 100%;
    padding: 5px 15px 3px 15px;
    outline: none;
}
.customer-text span.identity {
    color: #707070;
    font-size: 14px;
}
.modal_pull_data input:disabled, .modal_pull_data select:disabled, .modal_pull_data textarea:disabled {
    background-color: #e9ecef;
}
.k-grid-toolbar.k-grid-top {
    background-color: transparent;
    padding: 0;
    width: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -52px;
}
a.export.k-button {
    color: #fff;
    background-color: #269042;
    background-image: inherit;
    padding: 5px 30px 5px 46px;
    border-radius: 30px;
    font-size: 1rem;
}
.k-grid-toolbar.k-grid-top::before {
    content: "\e90a";
    vertical-align: baseline;
    margin: 0 4px 0 -4px;
    width: 1em;
    height: 1em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: WebComponentsIcons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    color: #fff;
    z-index: 1;
    left: 29px;
    top: 8px;
}
.search_box_select.form_datetime{
    position:relative;
}
.search_box_select.form_datetime .add-on img{
    filter: contrast(0);
    width: 20px;
}
.table_set .view-icon {
    width: 24px;
}
.table_set .view-icon:hover{
    cursor:pointer;
}
.modal_pull_data.api .modal_pull_data_box {
    background-color: #cccccc;
    padding: 15px;
}
.modal_pull_data.api .modal_pull_data_subbox {
    background-color: #fff;
    padding: 0px 15px 0px 15px;
    margin-bottom: 10px;
    border: 0;
}
.modal_pull_data.api .modal_pull_data_subbox:last-child{
    margin-bottom: 0px;
}
.modal_pull_data_subbox .api-box {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    width: 88%;
}
.modal_pull_data_subbox .api-box textarea{
    width: 100%;
    border: 0;
    resize: none;
}
.btn-copy-api {
    width: 12%;
    background-color: #ffe600;
    border-radius: 0;
    color: #000;
}
.modal_pull_data.api .close_pull_data_box {
    background-color: #fff;
    background-image: none;
    width: 32px;
    height: 32px;
    top: -38px;
    right: -36px;
}
.modal_pull_data.api .close_pull_data_box img{
    filter: brightness(0.5);
}
.detail-customer-box .form-control {
    background-color: transparent;
    height: auto;
}
.detail-al-box span {
    font-weight: bold;
    font-size: 18px;
    color: #3a3a3a;
}
.detail-al-box img {
    width: 62px;
    margin-right: 14px;
}
button.btn-pull-data {
    width: 210px;
    margin-right: 10px;
    font-size: 16px;
}
.detail-customer-right .dummy {
    height: 36px;
}
.bg-orange {
    background-color: #ff9d00 !important;
}
.bg-blue {
    background-color: #0085da !important;
}
.bg-green {
    background-color: #00bf33 !important;
}
.bg-red {
    background-color: #ff391d !important;
}
.modal-backdrop-spm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop-spm.fade {
    opacity: 0;
}
.modal-backdrop-spm.show {
    opacity: .5;
}
.countdown_modal .modal-dialog {
    max-width: 330px;
    margin:18rem auto;
}
.countdown_modal .modal-body {
    font-size: 26px;
    padding: 60px 76px 60px 84px;
    color: #545859;
}
.countdown_modal .countdown-img {
    display: inline-block;
}
.countdown_modal .countdown-img img{
    width: 36px;
    margin-right: 5px;
    margin-top: -6px;
}
.countdown_modal .countdown {
    display: inline-block;
}
.modal .modal-footer .btn-primary:active {
    background-color: #ffe600;
    border-color: #ffe600;
    color: #000;
}
div.bg_dark_blue {
    background-image: linear-gradient(to right, #0085da, #0085da 51%, rgba(0, 133, 218, 0));
}
div.bg_red {
    background-image: linear-gradient(to right, #ed4730, #ed4730 51%, rgba(237, 71, 48, 0));
}
div.bg_green {
    background-image: linear-gradient(to right, #00bf33, #00bf33 51%, rgba(0, 191, 51, 0));
}
div.bg_orange {
    background-image: linear-gradient(to right, #ff9d00, #ff9d00 51%, rgba(255, 157, 0, 0));
}
.row .form-address {
    width: 100%;
    display: flex;
}
/*.menu-set .navbar-nav li.nav-item.home, .menu-set .navbar-nav li.nav-item.transactionservice, .menu-set .navbar-nav li.nav-item.management, .menu-set .navbar-nav li.nav-item.report{
    pointer-events:none;
}*/
/*-------------Hover--------------*/
/*.box-choice-blue:hover, .box-choice-blue:active, .box-choice-blue:active:focus {
    color: #fff;
    background-color: #0085da;
    cursor: pointer;
}*/
.search_box_select select:hover {
    cursor: pointer;
}

.transactions_box:hover {
    cursor: pointer;
    border-color: #8822b2;
}

    .transactions_box:hover img.body_circle {
        filter: invert(18%) sepia(100%) saturate(2337%) hue-rotate(272deg) brightness(57%) contrast(150%);
    }

.short-div:hover {
    cursor: pointer;
}

.table_set .k-grid-content.k-auto-scrollable table tbody tr td {
    border-bottom: solid 1px #b5b5b5;
}

div.tot-2-shot:hover {
    cursor: pointer;
}

.howto-img-box .text-detail {
    display: flex;
    align-items: center;
}


/*--------------------------------*/
select:focus, button.btn:focus, button.close_pull_data_box, .empty-grid button:focus, .modal_pull_data_subbox input:focus, .k-edit-cell input.text-box, .search_box_select_table span.select2-container .select2-selection:focus, .select2-search--dropdown input:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width:375px) {
    div section div.bg_blue.head-set-fixed.position-fixed, section div div.head-set-fixed.position-fixed, div section div.bg_redOrange.head-set-fixed.position-fixed {
        top: 149px;
    }

    div.tot-2-shot {
        width: 100%;
    }

    div.btn-box-left button, div.btn-box-right button, div.btn-box-right button:nth-child(2n) {
        width: 290px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
    }

    div.position-text-file label.btn-file-select {
        line-height: 2;
    }
}

@media (max-width:425px) {
    /*.detail-box .result-right span, .detail-box .result_box span {
        display: block;
    }*/

    .result-img img {
        max-width: 200px;
        min-width: 200px;
    }

    div.btn-file input.btn-file-box {
        width: 260px;
    }
}

@media (max-width:575px) {
    .Search_box .Search_body {
        width: 100%;
    }

    .form_transactions {
        padding: 0px;
    }

    section .align-items-end .search_box .btn_ca {
        width: 100%;
        margin-bottom: 15px;
    }

    .modal_pull_data_box {
        padding: 10px;
        margin: 20px;
    }

        .modal_pull_data_box .modal-footer {
            width: 100%;
        }

            .modal_pull_data_box .modal-footer button {
                width: 100%;
            }

    .ck_box div.pull_data {
        width: 95%;
    }

    .pull_data_body label::before {
        margin-right: 10px;
    }

    .Search_box .search_left div {
        padding-left: 0px;
    }

    div .search_right div {
        margin-left: 0px;
        padding-right: 0px;
    }

    div.short-div {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        height: 60px;
    }

        div.short-div:first-child {
            border-bottom: 0px solid;
            border-radius: 0px 0px 0px 7px;
            border-right: solid 2px #0085da
        }

    .new_sim_block_left, .old_sim_block_left {
        border-radius: 7px 7px 0px 0px;
    }

    div div div.short-div div {
        padding: 0 !important;
        text-align: center;
    }

    div.short-div div span, .old_sim_block_right div.short-div div span {
        font-size: 16px;
    }

    .old_sim_block_right div.short-div:first-child {
        border-radius: 0px 0px 0px 7px;
        border-right: solid 2px #f18131;
        border-bottom: 0px solid;
    }

    .img-head-box {
        width: 100%;
        padding-bottom: 15px;
    }

    .detail-box .result-left .result-text {
        padding-left: 0;
        padding-right: 0;
    }

    .detail-box .result-left {
        padding-left: 0;
        padding-right: 0;
    }

    div div.bg_blue.head-set-fixed.position-fixed, div div.head-set-fixed.position-fixed, div div.bg_redOrange.head-set-fixed.position-fixed {
        top: 154px;
    }

    button.login-btn-submit {
        width: 100% !important;
    }

    .popup_blacklist_box .popup_blacklist_body {
        margin: 0;
        padding: 20px 20px 30px 20px;
    }

    .popup_blacklist_box {
        margin-top: 20px;
    }

    div.modal .popup_blacklist_box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-page-radio .data_ck {
        padding-left: 5px;
    }

    div.ck-box-pd {
        padding-left: 50px;
    }

    .position-text-file label.btn-file-select {
        line-height: 1.5;
        border: 1px solid #0085da !important;
    }

    div.upload-btn-wrapper .btn {
        min-height: 230px;
        max-height: 230px;
    }

    .pull-data2-img .btn {
        min-width: 230px;
        max-width: 230px;
    }

    .body-main-transaction {
        padding-left: 0px;
        padding-right: 0px;
    }
    div div .detail-box .result_box {
        padding-left: 15px;
    }
    .userTab-left, userTab-right {
        padding-left:15px !important;
        padding-top:15px !important;
    }
    .upload-btn-wrapper .btn .uploadImg {
        width: 65px;
    }
    /* .wrap-qrcode-scanner {
        max-width: 290px;
        max-height: 290px;
    }
    canvas.qr_cam {
        max-width: 290px;
        min-width: 290px;
        max-height: 290px;
        min-height: 290px;
    }
    .wrap-qrcode-scanner:after{
        width:290px;
        height:290px;
    } */
    .qr_success_body .head-text {
        font-size: 24px;
    }
    .qr_success_body .ss {
        width: 110px;
    }
    .qr_success_body .reference-text {
        padding: 7px 20px 9px 20px;
    }
    .qr_success_body .copy_ref img {
        width: 40px;
    }
    .mobile-id-search input{
        width:100%;
    }
    .modal_pull_data_subbox div.api-box {
        width: 100%;
    }
    button.btn-copy-api {
        width: 100%;
    }
    button.btn.btn-pull-data {
        width: 100%;
        margin-right: 0px;
    }
    .qr_no_left {
        width: 100%;
        margin-bottom: 20px;
    }
    button.login-btn-submit.mobile-checkiden {
        width: 280px !important;
        margin: 0;
    }
}

@media (max-width:767px) {
    .align-items-end .search_box input {
        margin-bottom: 20px;
        width: 100%;
    }

    .align-items-end .search_box .btn_ca {
        width: 150px;
        margin-right: 10px;
    }

    .align-items-end .div_btn_head .btn_head_box1 {
        margin-bottom: 0px;
    }

    .modal_pull_data_subbox .pd-r0 {
        padding-bottom: 15px;
        padding-right: 15px;
    }

    .btn_modal_search {
        width: 100%;
    }

    .pl0 {
        padding-left: 15px;
        padding-top: 20px;
    }

    .hover-wrapper h2 {
        margin-top: 0;
        padding-bottom: 37px;
    }

    div.bg_blue.head-set-fixed.position-fixed, div.head-set-fixed.position-fixed, div.bg_redOrange.head-set-fixed.position-fixed {
        top: 145px;
    }
    .qr_success_box{
        width:100%;
    }
    .modal_pull_data_subbox .api-box {
        width: 84%;
    }
    .btn-copy-api {
        width: 16%;
    }
    .detail-customer-right .dummy {
        display: none;
    }
}

@media (max-width:768px) {
    div div div.short-div div {
        padding-left: 60px;
        padding-right: 60px;
    }

    .main-transaction-detail {
        padding-left: 20px;
        padding-right: 20px;
    }

    .align-items-end .search_box {
        padding: 20px 20px;
    }

    .suspend_day_set {
        width: 100%;
        padding-left: 0px;
    }

    .txt-upload-small {
        position: relative;
    }

    div .detail-box .result-right, div .detail-box .result_box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .day-right {
        text-align: left;
    }

        .day-right h3.title {
            padding-top: 0px;
        }

    .name-title {
        width: 105px;
    }

    .dropdown-sc div.name-title-box::after {
        top: 47px;
        left: 98px;
        right: auto;
    }

    .bullet-zone {
        display: none;
    }

    .btn-box-left button:first-child, .btn-box-right button:first-child {
        margin-left: 0;
        margin-right: 0 !important;
    }

    .btn-box-right button:nth-child(2n) {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }

    .howto-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .howto-img-box img {
        max-width: 270px;
    }

    .tranfer_button {
        text-align: center;
    }

    .modal .popup_blacklist_box {
        padding-left: 50px;
        padding-right: 50px;
    }

    .position-text-file {
        text-align: right;
    }

    .btn-file-select {
        margin-right: 0px !important;
    }

    label.btn-file-select {
        line-height: 1.3;
        border: 0px solid #0085da !important;
    }
    div .text-head {
        font-size:18px;
    }
    .checkpass-text label {
        text-align: left;
    }
    .checkpass .checkpass-box button {
        width: 100% !important;
        margin-top: 20px !important;
    }
    .checkpass .checkpass-box button::after{
        left: -440px;
    }

}

@media (max-width:991px) {
    .search_box select {
        width: 100%;
        margin-bottom: 20px;
    }

    .search_box input {
        width: 47%;
        margin-right: 0px;
    }

    .search_box .btn_ca {
        width: 25%;
        margin-right: 0px;
    }

    .div_btn_head .btn_head_box1 {
        margin-bottom: 10px;
    }

    .search_box_select {
        width: 100%;
    }

    div .head-text_body {
        width: 100%;
    }

    .Search_box .Search_body {
        padding-top: 15px;
    }

    .search_right div {
        float: left;
        width: 100%;
    }

    .Search_body img {
        top: 23px;
        right: 34px;
    }

    div div.short-div div {
        padding-left: 100px;
        padding-right: 100px;
    }

    .old_sim_right, .new_sim_left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .old_sim_right {
        margin-top: 30px;
    }

    .detail-box .result-left {
        border-right: 0px;
        border-bottom: 1px solid #b5b5b5;
    }

    .detail-box .result-img {
        text-align: center;
        padding-right: 0px;
    }

    .result-left .result-text {
        text-align: center;
    }

    .detail-box .result-right {
        padding-top: 35px;
        padding-left: 75px;
        padding-right: 75px;
    }

    .detail-box .result_box {
        padding-left: 75px;
        padding-right: 75px;
    }

    .bg_blue.head-set-fixed.position-fixed, .bg_redOrange.head-set-fixed.position-fixed {
        top: 123px;
    }

    button.login-btn-submit {
        width: 300px;
    }

    .head-set-fixed.position-fixed {
        top: 123px;
    }

    .btn-file input.btn-file-box {
        width: 400px;
    }

    .upload-btn-wrapper .btn {
        min-height: 201px;
        max-height: 201px;
    }

    .form_transactions .transactions_box {
        min-height: auto;
    }
    li.nav-item.userTab-left a{
        padding-right: 0px ;
    }
    button.goback {
        padding-left:0px !important;
    }
    .checkpass-box{
        width:100%;
    }
    button.btn-pull-data {
        width: 260px;
        margin-bottom: 20px;
    }
    .row .form-address {
        display: block;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    /*.form_transactions .transactions_box {
        min-height: 235px;
    }*/

    .search_box input {
        width: 265px;
    }

    .txt_label_setMin {
        min-width: 17%;
    }

    .txt_label_setMin2 {
        min-width: 21%;
    }

    .txt_label_setMin3 {
        min-width: 19%;
    }

    .btn-file .btn-file-box {
        width: 190px;
    }

    .detail-box .result-left .result-text {
        padding-left: 0px;
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    table.ca-table {
        width: 1200px;
    }

    div.short-div div {
        padding-left: 50px;
        padding-right: 50px;
    }

    .result-left .result-text {
        padding-left: 25px;
    }

    .detail-box .result_box {
        padding-left: 35px;
        padding-right: 0px;
    }

    .width-suspend {
        width: 100%;
    }

    .txt-history label, .suspend-float label {
        font-size: 20px;
    }

    .txt-history span {
        font-size: 14px;
    }

    button.btn-cancel, button.login-btn-submit {
        margin-right: 20px;
        margin-left: 20px;
    }
    .top-menu .nav-item.p-15px.userTab-left a{
        float:right;
    }
    .mb-id.table_set .k-widget.k-grid {
        width: 1070px;
    }
    .mb-id.table_set {
        overflow: auto !important;
    }
    .login-btn-submit.mobile-checkiden {
        margin-top: 20px;
    }
}


@media (min-width:1200px) {
    button.btn-cancel {
        margin-left: 20px;
    }

    button.login-btn-submit {
        margin-right: 20px;
        margin-left:20px;
    }

    .txt_label_setMin2 {
        min-width: 18%;
    }
    .top-menu li.nav-item.p-15px.userTab-left {
        width: 25%;
        text-align: center;
    }
    .top-menu li.nav-item.p-15px.userTab-right {
        padding-top: 15px;
    }
    div.head-set-fixed.position-fixed {
        top: 124px;
    }
    body div.L-container {
        max-width: 1240px !important;
    }
}

@media (min-width:991px) {
    .date_exp {
        display: inline-block;
        padding-right: 20px;
    }

    .tranfer_exp {
        display: inline-block;
    }

    .upload-btn-wrapper .btn {
        min-height: 260px;
        max-height: 260px;
    }
    .top-menu .nav-item.p-15px.userTab-left, userTab-right {
        width: 50%;
        margin-right: 0px;
        padding-right: 0px;
        text-align: right;
    }
    .top-menu .nav-item.p-15px.userTab-right {
        margin-left: auto;
        padding-right: 0px;
        padding-top: 5px;
    }
    .head-set-fixed.position-fixed {
        top:153px;
    }
    .form-top-dataUser {
        position: relative;
        top: -16px;
    }
}

@media (min-width:575px) {
    hr.signature-line_transfer {
        width: 160px;
    }

    .modal .popup_blacklist_box {
        min-width: 600px;
    }

    div.ck-box-pd {
        padding-left: 50px;
    }
    .upload-btn-wrapper .btn .uploadImg {
        width: 60px;
    }
}

@media (min-width:769px) {
    .suspend-num-box {
        width: 140px;
    }
}

@media (min-width:992px){
    .upload-btn-wrapper .btn .uploadImg {
        width: 77px;
    }
    .logo {
        margin-right: 10px;
    }
    div.L-container {
        max-width: 1060px !important;
    }
    .menu-set .navbar-nav li.nav-item.active {
        border-bottom-style: inset;
        border-color: #232322;
    }
}

button.btn-cancel {
    width: 300px;
    background-image: none;
    background-color: #b5b5b5;
    color: #fff;
}

.pull_data_body::-webkit-scrollbar {
    width: 9px;
}

.pull_data_body::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #f0f0f0;
}
/* the new scrollbar will have a flat appearance with the set background color */

.pull_data_body::-webkit-scrollbar-thumb {
    background-color: #f0f0f0;
    border-radius: 20px;
}
/* this will style the thumb, ignoring the track */


@media (max-width: 576px){
	.d-btn button{
		margin-top: 10px!important;
		margin-left: 0 !important;
	}
}
@media (min-width: 768px){
    .label-123{
	    text-align: right;
    }
    body div.L-container {
        max-width: 820px;
    }

}
@media (min-width: 576px) {
    div.L-container {
        max-width: 640px;
    }
}

@media (max-width: 768px){
.d-btn button{
	width:120px;
}
}