 c.max-w-800 {
    width:430px;
    height:100vh;
    align-items:center;
    display:flex;
    line-height: 2.5;
}

.max-w-400 {
    width:430px;
    height:71vh;
    align-items:center;
    display:flex;
    line-height: 2.5;
}

.edi-btn-change-pass {
    margin: 0 10px;
}

.width-auto {
    width: auto !important;
}

.edi-result-paging  a {
    text-decoration: none !important;
    color: #000 !important;
}

.edi-common-action__btn {
    padding: 0px 10px;
    background-color: #f49b37;
    border-radius: 10px;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.btn-contact {
    background-color: #f49b37;
    border-radius: 10px;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.pad-5-15 {
    line-height: 1.5;
    padding : 5px 15px;
}

#email-error {
    display: contents;
}

#password-error {
    display: contents;
}

.btn-login {
    padding: 7px 90px;
    background-color: #f49b37;
    border-radius: 10px;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.color-text > a {
    color: #ffc107 !important;
}

.edi-dashboard {
    width:100%;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content;
    min-height:100vh;
}

.edi-header {
    width:100%;
    overflow:hidden;
    min-width:800px
}

.edi-header-info {
    font-size: 17px;
    width: 100%;
    min-width: 800px;
    background: linear-gradient(90deg,#000 50%,#f49b37 50%);
    position: absolute;
    top: 0;
    z-index: 101;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}

.edi-header-info_mark {
    width: 100%;
    max-width: 1300px;
    min-width: 800px;
    position: relative;
    margin: auto;
    height: 87px;
}

.edi-header-logo__left {
    display: inline-block;
    /* height: 100%; */
    width: 121px;
    text-align: right;
}

.edi-menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    border: 1px solid #f49b37;
    margin-top: 5px;
    border-radius: .25rem;
    z-index: 101;
    top: 125px;
}

.edi-header-info-content {
    width: calc(99% - 242px);
    display: inline-block;
    background-color: #fff;
    height: 100%;
}

.edi-header-company_detail {
    margin-left: 20px;
}

.edi-header-company {
    display: inline-block;
    padding-top: 29px;
    padding-left: 10px;
    padding-bottom: 26px;
    font-size: 16px;
}

.edi-list-action > a {
    text-decoration: none;
    color: black;
}

.form-estimate {
    font-size: 16px;
}

.color-red {
    color: red;
    line-height: 1.5 !important;
}

.edi-modal-body__rule-detail {
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
    margin-bottom: 5px;
    word-break: break-word;
}

.modal {
    top : 0 !important;
}
.modal-dialog {
    max-width: 100% !important;
}

.modal-reset-pass {
    position: relative;
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    margin: 57px auto 0;
    border-radius: 5px;
    font-size: 16px;
    overflow: auto;
}

.edi-modal-content {
    height: 500px !important;
    position: relative;
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    margin: 57px auto 0;
    border-radius: 5px;
    font-size: 16px;
    overflow: auto;
}
.edi-modal-header {
    width: 100%;
    height: 40px;
    background-color: #f49b37;
    font-weight: 700;
    font-size: 20px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    padding-top:5px;
    justify-content: center;
    position: absolute;
    top: 0;
}

.edi-modal-body {
    padding-top: 40px;
    overflow: auto;
    height: 100%;
    min-height: 200px;
}

.btn-csv {
    width: 30% !important;
    padding: 10px 0px;
    margin-top: 40px;
}

.edi-modal-body__rule {
    text-align: left;
    list-style-type: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tbl-detail-product > tbody {
    width: 100%;
}

.tbl-add-shipping {
    overflow: auto;
}

.edi-col-last {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    z-index: 2;
    background-color: inherit;
}

.edi-ad-p-pos-rela {
    position: relative;
}

.edi-search-item__tbl {
    border: 1px solid;
}

.edi-infouser-table {
    width: 80%;
    margin: 15px auto;
}

.edi-t-a-r {
    text-align: right !important;
}

.edi-search-item__row {
    width: 100%;
    height: 40px;
}

.detail-bill > td {
    border-bottom: 1px solid;
}

.edi-edit-item__name-back {
    border-right: 1px solid;
    border-left: 1px solid;
}

.text-right {
    text-align: right;
}

.mar-0-auto {
    margin: 0px auto;
}

.btn-pad-5-15 {
    border-radius: 10px;
    padding : 5px 15px;
}

.btn-pad-5-35 {
    border-radius: 10px;
    padding : 5px 35px !important;
}

.btn-pad-6-35 {
    padding : 6px 35px !important;
}

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

.text-left {
    text-align:left;
}

.min-h-551 {
    min-height: 551px !important;
    margin-bottom: 50px !important;
}

.min-h-370 {
    min-height: 370px !important;
}

.min-h-580 {
    min-height: 580px !important;
}

.mar-0-10 {
    margin : 0px 10px;
}

.pad-10-0 {
    padding : 10px 0px;
}
.pad-top-10 {
    padding-top: 10px !important;
}
.pad-top-15 {
    padding-top: 15px !important;
}
.edi-action_name > a {
    text-decoration: none;
    color: #333;
}

.edi-action_name > a:hover {
    text-decoration: none;
}

.edi-header-user-action_detail > a {
    text-decoration: none;
    color: white;
}
.edi-header-user-action_detail > a:hover {
    text-decoration: none;
}

.on_hover {
    color: black;
    background-color: white;
}

.edi-header__mark {
    width: 100%;
    margin: 90px auto auto;
    background-color: #f49b37;
}

.edi-menu-top {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

.edi-header-breakcrumb__link:first-child {
    /* cursor: pointer; */
    padding-left: 2px;
    margin-left: 15px;
}

.m-r-10px {
    margin-right: 10px;
}

.edi-display__inline-block {
    display: inline-block;
}

.bill-date-icon {
    width: 160px !important;
    text-align: center;
}

.edi-vertical-super {
    vertical-align: super;
}

.edi-min-w-25per {
    min-width: 22%;
}

.edi-display__inline-flex {
    display: inline-flex;
}

.edi-inven-alig-center {
    align-items: center;
}

.edi-w-219px {
    width: 219px;
}

.edi-w__90x {
    width: 90px;
}

.edi-witdth-item-sr {
    padding-right: 20px;
}

.edi-align-center {
    align-items: center;
}

.edi-height-top {
    height: 40px;
}

.edi-header-breakcrumb {
    padding: 10px 0;
    background-color: #fff;
    font-size: 12px;
    border-bottom: 2px solid #f49b37;
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
    color: #000;
    box-sizing: border-box;
    position: relative;
}

.edi-m-unset {
    margin: unset;
}

.edi-p-unset {
    padding: unset;
}

.edi-header-breakcrumb__link {
    font-size: 13px;
    display: inline;
}

.edi-margin-t-10px {
    margin-top: 10px;
}

.margin-t-5px {
    margin-top: 5px;
}

.edi-w-50 {
    width: 50%;
}

.edi-ad-p-w-texteditor {
    width: calc(100% - 40px);
    margin-right: 20px;
    height: 150px;
    max-width: 630px;
}

.edi-col-6 {
    width: 50%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.edi-common-item__select {
    height: 33px;
    min-width: 25%;
    padding: 5px;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
}

.edi-selectbox {
    width: 45px;
    height: 25px;
    padding: unset;
    min-width: unset;
}

.edi-expansion-indicator-down {
    transform: rotate(225deg);
}

.edi-margin-left-60px {
    margin-left: 60px;
}

.edi-height-21px {
    height: 21px;
}

.edi-pos-abs {
    position: absolute;
}

.edi-dashboard-content-seemore {
    right: 3.6rem;
    top: .2rem;
}

.edi-expansion-indicator {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transition: all .5s;
    top: .6rem;
    right: 1.5rem;
}

.edi-dashboard-header {
    border-bottom: 1px solid rgba(26,54,126,.125);
    background-color: #f49b37;
    margin-bottom: 0;
    padding: .2rem;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 30px;
    line-height: 21px;
}

.edi-pos-rel {
    position: relative;
}

.edi-dashboard-container {
    background-color: #fff;
    border-radius: .25rem;
    margin: 0 5px;
    max-height: 350px;
    box-shadow: 0 2px 5px 0 rgba(4,9,30,.5);
    border-width: 0;
}

body {
    line-height: 1 !important;
}

.edi-result-area {
    margin: 0;
}

.result-item__area {
    overflow: auto;
    height: 410px;
}

.tbl-list-user {
    height: 410px;
}

.edi-action_name--hover {
    background-color:#000;color:#fff
}

.edi-search__input {
    display: inline-block;
    margin-right: 60px;
    align-items: center;
}

.edi-search__label {
    display: inline-block;
    margin-right: 20px;
    width: 100px;
}

.billing-search {
    display: block;
    width: 100%;
    font-size: 14px;
    align-items: center;
}

.edi-result-item__area {
    overflow: auto;
    min-height: 310px;
}

.edi-common-action__btn {
    width: 10%;
}

.pad-0-25 {
    padding : 0px 25px;
}

.fa-refresh {
    font-size: 20px;
}

.edi-margin-r-80px {
    margin-right: 80px;
}

.edi-w-290px {
    width: 290px;
}

.hidden {
    display: none;
}

.edi-col-6 {
    width: 50%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.edi-ad-invent-vertical {
    vertical-align: middle;
}

.edi-edit-item__row {
    width: 100%;
    height: 40px;
    vertical-align: top;
}

.edi-common-table {
    height: 0;
    border-top: 1px solid #fff;
    border-collapse: collapse;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: pre-wrap;
}

.edi-cell-display__type {
    text-align: center!important;
}


.edi-cell-display__no {
    text-align: center!important;
    width: 40px;
}

.edi-white-space__nowrap {
    white-space: normal;
}

.edi-w-219px {
    width: 219px;
}

.edi-m-lr-20px {
    margin: 0 20px;
}

.edi-w-100px {
    width: 100px !important;
}

.edi-w-100 {
    width: 100%!important;
}

.edi-w__120x {
    width: 120px;
}

.edi-input-search-top {
    width: 350px;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #a9a9a9;
    padding: 5px;
    box-sizing: border-box;
}

.edi-cell-display__number {
    text-align: right!important;
}

.edi-cell-display__text {
    text-align: left;
}

.tbl_inventory {
    width: 100%;
}

.edi-result-paging {
    padding: 0 20px 5px 0;
    float: right;
    min-width: 35%;
}

.edi-result-paging__info {
    width: 29%;
    display: inline-block;
    text-align: left;
    font-size: 12px;
}

.edi-result-paging__selected {
    border-radius: 50%;
    background-color: #faeb00;
    color: #000;
    font-weight: 700;
    pointer-events: none;
}

.edi-result-paging__dbpr, .edi-result-paging__number, .edi-result-paging__sgfw, .edi-result-paging__sgpr {
    font-size: 12px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.edi-result-paging__page {
    width: 70%;
    display: inline-block;
    text-align: right;
}

.edi-w-25 {
    width: 25% !important;
}

.edi-common-table > tr {
    height: 25px !important;
}

.end-column {
    width: 250px !important;
    white-space: nowrap;
}

.edi-common-table > td {
    height: 0 !important;
    font-size: 12px;
    word-break: break-all;
    padding: 0 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

table {
    position: relative;
}

.edi-result-area {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    margin: 0 0 10px;
}

.edi-result-item {
    height: calc(100% - 30px);
    margin: 5px 0;
    border-radius: 5px;
    position: relative;
}

.edi-dashboard-content {
    padding: .2rem;
    min-height: 20px;
}

.edi-dashboard-content-wrap {
    margin: -5px 0 0;
    transition: max-height .5s,opacity .4s ease-in;
    max-height: 325px;
    opacity: 1;
    overflow: hidden;
}

.edi-border {
    content: "";
    transition: all 1s;
    display: block;
    transition: all .7s;
    height: 4px;
    transform: scale(0);
    margin: 0 5px;
    width: calc(100% - 10px);
}

.edi-row {
    display: flex;
    width: 100%;
    font-size: 12px;
}

.edi-header-action {
    font-size: 13px;
    max-width: 1300px;
    min-width: 800px;
    width: 100%;
    margin: auto;
    height: 40px;
}

.edi-content-mark {
    min-width: 800px;
    margin: auto;
    width: 100%;
    min-height: calc(100vh - 215px);
}

.edi-menu-dropdown-content {
    display:none;
    position:absolute;
    background-color:#000;
    border:1px solid #f49b37;
    margin-top:5px;
    border-radius:.25rem;
    color: white;
    z-index:101;
    top:125px;
}

.edi-menu-dropdown__sub:hover {
    background-color: #f49b37;
    color: #000;
    border-radius: .25rem;
}

.edi-search-item__name {
    width: 5%;
}

.tbl_delivery_schedule > tbody {
    width: 100%;
}

.edi-edit-item__value {
    width: 18%!important;
}

.width-180 {
    width : 180px;
}

.edi-menu-dropdown-content > a {
    text-decoration: none;
    color: white
}

.edi-action_name:hover .edi-menu-dropdown-content {
    display: block;
  }

.edi-action_name {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    height: 100%;
}

.edi-ul-action {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0;
    height: 100%;
}

.edi-menu-dropbtn {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

.edi-menu-dropdown__sub {
    height: 30px;
    margin: 0;
    padding: 5px 5px 5px 10px;
}

.edi-menu-dropdown__new {
    border-top: 1px dotted #f49b37;
}

.edi-header-company {
    display: inline-block;
    padding-top: 29px;
    padding-left: 10px;
    padding-bottom: 26px;
    font-size: 16px;
}

.edi-header-user__login {
    padding-right:20px
}

.edi-header-user {
    display:inline-block;font-size:13px;font-weight:700;padding-top:10px;padding-right:10px;padding-bottom:10px;
}

.edi-header-user-action__line {
    margin-bottom:0;text-align:left;padding:5px
}

.edi-header-logo__img {
    width:auto;height:100%;max-height:87px;
}


.edi-header-user__action, .glyphicon-trash {
    cursor:pointer
}

.edi-header-user-action_img {
    width:20px;height:20px;
}

.edi-header-user-action_detail {
    display:none;
    position:absolute;
    right:121px;
    background-color:#000;
    padding:5px;
    border-radius:3px;
    color:#fff;
    border:1px solid #f49b37;
    font-size:11px
}

.font-size-14 {
    font-size: 14px;
}

.edi-header-left {
    display: inline-block;
    width: 59%;
    text-align: left;
}

.edi-header-right {
    display: inline-block;
    width: 40%;
    text-align: right;
}

.edi-header-logo__right {
    display: inline-block;
    height: 100%;
    padding-left: 10px;
    align-items: center;
}

.over-x-hidden {
    overflow-x: hidden !important;
}

.edi-footer {
    height: 40px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* min-width: 800px; */
    color: #fff;
    background: url("../images/icon/bg_footer.jpg");
    bottom: 0;
    position: fixed;
}

.edi-footer-content {
    width: 100%;
    height: calc(100% - 2px);
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.edi-policy {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.edi-policy__link {
    color: #fff;
}

.edi-policy__space {
    padding: 0 10px;
}

.edi-o-tab {
    padding: 0;
    line-height: 3.4;
}

.active {
    border-bottom: 4px solid #f49b37;
}

.edi-o-tab > li {
    /* cursor: pointer; */
    display: inline;
    line-height: 30px;
    font-size: 16px;
    margin-right: 20px;
    padding: 0 15px 6px;
}

.select-tab > li {
    cursor: pointer;
}

.edi-search {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.edi-m-t10px {
    margin-top: 10px;
}

.edi-p-r-20px {
    padding-right: 20px;
}

.edi-w__350x {
    width: 350px;
}

.edi-w__72x {
    width: 72px;
}

.edi-mgr__5-0x {
    margin: 5px 0;
}

.edi-search-item__area {
    padding: 5px 10px;
}

.edi-search-area {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
}

.pad-top-10 > a {
    text-decoration: none;
    color: black;
}

.edi-search-item {
    margin: 5px 10px;
    background-color: #fff;
    position: relative;
}

.edi-edit-item__tbl {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
}

.edi-display-block {
    display: block;
    align-items: center;
    margin-top: 10px;
    float: left;
}

.edi-display-inlineflex {
    display: inline-flex;
    align-items: center;
}

.edi-common-item__checkbox {
    display: inline;
    position: relative;
}

.edi-common-item__i-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

.register-popup-data-item-role {
    padding-left: 25px;
}

.edi-margin-r-50px {
    margin-right: 50px;
}

.edi-common-item-account__checkbox {
    margin-right: 15px;
}

.item__checkmark {
    height: 16px;
    width: 16px;
}

.edi-common__cell-80px {
    width: 80px;
}

.edi-common-cell-role {
    text-align: center !important;
}

.content-wrapper {
    height: 800px !important;
}

/* Modal-import */

#Modal-import {
    text-align: center;
}

.custom-mh-import {
    display: block;
    padding: 10px 15px !important;
    background-color: #f49b37;
}

.custom-mh-import .close {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    /* font-weight: 700; */
    color: white;
    display: inline-block;
    padding: 10px 15px;
    background-color: #f49b37;
    border-radius: 10px;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
}

.inputfile:focus+label,
.inputfile+label:hover {
    background-color: black;
    color: #fff;
}

.inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

/* div.table-responsive>div.dataTables_wrapper>div.row {
    width: 100%;
}

#data-table {
    width: 100% !important;
}

div.table-responsive>div.dataTables_wrapper>div.row #data-table_length {
    float: left;
} */


/* BOOTSTRAP CSS START */
.min-w-15 {
    min-width: 15% !important;
}

.btn-color {
    background-color: #f49b37;
    min-width: 6%;
}

.btn-color:hover {
    background-color: black;
    color: #fff !important;
}

.tbl-scroll {
    /* max-height: 550px; */
    /* max-height: 1000px; */
    /* overflow: auto; */
    margin-bottom: 50px;
}

table.dataTable {
    margin: 0px !important;
}

.table {
    width: 100% !important;
}

.thead-dark>tr>th,td {
    vertical-align: middle !important;
}

.list-action > a {
    text-decoration: none;
    color: black;
}

.edi-list-action > div:hover {
    color: white;
}

.edi-list-action > a > div:hover {
    color: white;
}

.header-title {
    height: 30px;
    border-bottom: 2px solid  #f49b37;
}

.edi-action_name > a {
    color: white;
}

.sub-title {
    height: 30px;
}

.active {
    border-bottom: 4px solid #f49b37;
}

.btn {
    color: white;
}

.header-breakcrumb__link {
    font-size: 13px;
    display: inline;
}

.header-breakcrumb__link:first-child {
    /* cursor: pointer; */
    padding-left: 2px;
    margin-left: 15px;
}

.m-unset {
    margin: unset;
}

.p-unset {
    padding: unset;
}

.o-tab {
    padding: 0;
    line-height: 3.4;
}

.active {
    border-bottom: 4px solid #f49b37;
}

.o-tab > li {
    /* cursor: pointer; */
    display: inline;
    line-height: 30px;
    font-size: 16px;
    margin-right: 20px;
    padding: 0 15px 6px;
}

.head-nowrap {
    white-space: nowrap;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;

    display: flex;
    align-items: center;
}

.price {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #F9396F;
    letter-spacing: 0;
    text-align: center;
}

.mb-0 {
    margin-bottom: 0px;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-150 {
    margin-bottom: 150px;
}

.background-login {
    background: url('../images/auth-bg.jpg') no-repeat center center;
}

.frm-login-cus {
    background-color:#fff;
    padding-top: 30px;
    line-height: 3;
}

.header-tbl-pay-user {
    background-color: #f49b37;
}

.tbl-pay-user {
    border : 2px solid #4472c4;
}

.csv_item_error {
    background-color: #f2dede;
}

.h-100 {
    height: 100%;
}

.err-est-input {
    background-color: #eae0e1 !important;
    border: 1px solid #999 !important;
}

input[type="text"]:disabled {
    background: #dddddd;
}

.w-body-scroll {
    width: 1320px !important;
}
.item-search-row {
    width: 1320px !important;
    display: inline-flex !important;
}
.item-search {
    width: 1397px !important;
    display: inline-flex !important;
}
.item-row {
    width: 380px !important;
    display: inline-flex !important;
}
.edit_margin_left-15 {
    margin-left: 15px;
}
.w-30 {
    width: 30% !important;
}
.w-50 {
    width: 50% !important;
}
.w-25 {
    width: 25% !important;
}
.w-20 {
    width: 20% !important;
}
.w-10 {
    width: 10% !important;
}
.w-9 {
    width: 9% !important;
}

.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-detail-item {
    width: 220px !important;
}
#DataTables_Table_0_paginate {
    float: right;
}
/* BOOTSTRAP CSS END */

#user_roles{
    height: 35px !important;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -10px !important;
    right: -21px;
    color: inherit;
}

.pagination {
    display: inline-block;
    padding-bottom: 30px;
  }

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px 5px 16px;
    text-decoration: none;
    height: 30px;
  }

  .pagination a.active {
    background-color: #f49b37;
    color: white;
    border-radius: 5px;
  }

  .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;

  }

  .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("loader.gif") center no-repeat;
}

.tbl-card img{
    height: 30px !important;
}

.tbl-card {
    width: 95% !important;
}

.link-menu {
    text-decoration: none;
    color: black;
}

.sel-store {
    height: 100% !important;
    min-width: 210px;
}

.tbl-head {
    font-weight: bold;
    font-size: 15px;
    background-color: #333;
    color: white;
    width: 110px;
}

.alert {
    line-height: 1 !important;
}

.pad-top-bot-30 {
    padding: 30px 0px;
}

.pad-top-20 {
    padding-top: 20px;
}

.mar-lef-25 {
    margin-left: 25px;
}

.mar-lef--25 {
    margin-left: -25px;
}

.mar-lef-20-per {
    margin-left: 20%;
}

.div-policy {
    font-size: 20px;
    height:660px;
    font-weight: bold;
    width: 840px;margin:auto
}

.table-left{
    text-align: left;
}
tr >.table-right{
    text-align: right;
}

.btn-clear{
    width: 81.73px;
}
.padding-top-add-card{
    padding-top: 9px !important
}
.margin-right-add-card{
    margin-right: 70%;
}
.text-edit-card {
    text-align: center;
}
.mr-28{
    margin-right: 28px;
}
.mt-10{
    margin-top: 10px
}
.w-100 {
    width: 100%;
}
.from-group-new{
 margin-bottom: 10px !important;
}
.mt-150{
    margin-top: 150px !important;
}
.content-register-card{
    padding-top: 10% ;
    display: flex;
    justify-content: center;
}
.pl-29 {
    padding-left: 29%
}
.pl-18 {
    padding-left: 18%
}

.pl-26 {
    padding-left: 26%
}
.pl-15 {
    padding-left: 15%
}

.content-create-card{
    padding-top: 4% ;
    display: flex;
    justify-content: center;
}
#payjp_checkout_box input[type=button]  {
    background-image:none !important;
    border: 1px solid transparent !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px !important;
    min-width: 6% !important;
    background-color: #f49b37 !important;
}
#payjp_checkout_box input[type=button]:hover  {
    background-color: black !important;
    color: #fff !important;
}
.btn-card {
    display: inline-block
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
100% {
    transform: rotate(360deg);
}
}
.is-hide{
display:none;
}
.pd-t{
    padding-top: 1%;
}
