#root {
    width: 100%;
    height: 100%;
}

.ja {
    font-family: "ヒラギ/角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS Pゴシック", "MS PGothic", "MS ゴシック", "MS Gothic", "Noto Sans CJK JP",
        TakaopGothic, sans-serif;
}

.content-warp {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.login-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.login-warp .login-warp--box {
    min-width: 360px;
}

.logo {
    /* background-image: url(../images/payshield-origin.png); */
    background-image: url(../images/payshield-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 149px;
    margin-inline: auto;
    height: 48px;
}

.logo.logo-reseller {
    background-color: unset !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 149px;
    margin-inline: auto;
    height: 48px;
    opacity: 1;
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub{
    background-color: unset !important;
}

.ant-layout-sider-collapsed .logo {
    /* background-image: url(../images/logo.png); */
    background-image: url(../images/logo-w.png);
    background-size: 48px 48px;
}
.login-form-button {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.ant-layout.ant-layout-has-sider {
    min-height: 100vh;
}

.ant-btn.trigger-menu {
    border: 0;
}

.site-layout .site-layout-background {
    background: #fff;
}
main.ant-layout-content {
    padding: 0 24px;
}
.ant-page-header {
    padding: 16px 0 !important;
}
.d-flex {
    display: flex;
    width: 100%;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-items-start {
    align-items: start !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-end {
    align-items: end !important;
}
.justify-content-start {
    justify-content: start !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-end {
    justify-content: end !important;
}
.justify-content-between {
    justify-content: space-between;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-upper {
    text-transform: uppercase;
}
.text-lower {
    text-transform: lowercase;
}
.text-capital {
    text-transform: capitalize;
}
.well {
    font-size: 0.8rem;
    padding: 0.4em 0.6em;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: hsla(0, 0%, 58.8%, 0.1);
    border: 1px solid hsla(0, 0%, 39.2%, 0.2);
    border-radius: 3px;
}
.ant-layout-sider,
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
    transition: 0.1s;
}
.col-resize {
    cursor: col-resize !important;
}
th.noselect-header {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

input.no-arrow::-webkit-outer-spin-button,
input.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-arrow[type="number"] {
    -moz-appearance: textfield;
}

.ant-tabs-tab .ant-tabs-tab-btn {
    font-weight: 500;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-05 {
    margin-bottom: 0.5rem !important;
}
.mb-075 {
    margin-bottom: 0.75rem !important;
}

.alertupdatestatus-box--spinner {
    min-height: 228px;
}

.oi-cart-ref-hyperlink {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85);
}

.hide {
    display: none !important;
}

.ant-form--item {
    margin-bottom: 1rem !important;
}
.ant-form--label {
    font-weight: 500;
    opacity: 0.8;
}
.ant-form--text {
    font-weight: 300;
    padding-left: 1rem;
    word-break: break-word;
}
.ant-form--button-modal {
    padding-left: 1rem;
}

.sub-header {
    padding-top: 0 !important;
}

.ant-form-item-control-pl {
    padding-left: 1rem;
}

.pl-05 {
    padding-left: 0.5rem !important;
}
.pl-1 {
    padding-left: 1rem !important;
}

.DropdownSelectLanguage {
    display: flex !important;
    align-items: center !important;
    padding: 4px 6px !important;
}
.ant-card {
    border-radius: 0.25rem;
    box-shadow: 0 0 25px rgb(26 108 225 / 10%);
}
.ant-table-pagination {
    background-color: #fff;
    padding: 1rem !important;
    margin: 0 0 1rem 0 !important;
}
.ant-table-pagination .ant-pagination-item {
    border-radius: 4px;
}
.ant-table-pagination .ant-pagination-item-active a,
.ant-table-pagination .ant-pagination-item-active:hover a,
.ant-table-pagination .ant-pagination-item-active:focus a,
.ant-table-pagination .ant-pagination-item-active a:hover {
    color: #eceff3 !important;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
    background-color: #eceff3 !important;
    border-radius: 4px;
}
.table-title {
    margin-bottom: 0;
}
.ant-pagination.mini .ant-pagination-item {
    margin: 0 2px !important;
}
.ant-pagination.mini .ant-pagination-prev {
    margin: 0 2px 0 0 !important;
}
.ant-pagination.mini .ant-pagination-next {
    margin: 0 0 0 2px !important;
}
.ant-pagination.mini .ant-pagination-options {
    margin-left: 4px !important;
}
.tab-wrap .ant-tabs-nav {
    margin: 0 0 3px -1px !important;
}
.custom-tabs-card {
    margin-bottom: 0.5rem !important;
}
.custom-tabs-card .ant-tabs-nav {
    margin-bottom: 2px !important;
}
.custom-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
    margin-right: 0 !important;
}
.custom-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active {
    border: 1px solid #f0f0f0 !important;
}
.custom-form--card {
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem;
    box-shadow: 0 0 25px rgb(26 108 225 / 10%);
    margin-bottom: 1.5rem !important;
}
.custom-form--card .ant-form .ant-form-item .ant-form-item-label {
    font-weight: 600;
}
.custom-form--card .ant-form .ant-form-item.fixed-label .ant-form-item-label label {
    display: block !important;
    height: auto !important;
    white-space: break-spaces;
}
.custom-form--card .ant-form .ant-form-item.small-label .ant-form-item-label label {
    font-size: smaller !important;
}
.details-info--card {
    margin-bottom: 1rem !important;
}
.details-info--title {
    margin-bottom: 1.5rem;
}
.details-info--text {
    padding-left: 1.25rem;
}
.details-info--text p,
.details-info--text span {
    font-size: 12.5px !important;
}
.details-info--table--wrap {
    padding: 0 1.25rem;
}
.details-info--table--wrap .ant-table.ant-table-small {
    font-size: 12.5px !important;
}
.fraudcheck-list .fraudcheck-list--item {
    max-width: 100%;
}
.fraudcheck-list .fraudcheck-list--item .list-item--title {
    min-width: 150px;
}
.fraudcheck-list .fraudcheck-list--item .list-item--content {
    padding-top: 1px;
    width: calc(100% - 150px);
}
.fraudcheck-list .fraudcheck-list--item .list-item--content pre {
    font-size: 12px;
}
.table-v3 .ant-spin-container {
    position: relative;
    box-shadow: 0 0 25px rgb(26 108 225 / 10%);
    z-index: 1;
}
.table-v3 .ant-table.ant-table-small {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.table-v3 .ant-table-small .ant-table-title {
    padding: 16px 16px !important;
}
.table-v3 .ant-table-small .ant-table-container .ant-table-content .ant-table-thead tr th.ant-table-cell:first-child .ant-table-column-sorters {
    padding-left: 16px !important;
}

.table-v3 .ant-table-small .ant-table-container .ant-table-content .ant-table-tbody tr td.ant-table-cell:first-child {
    padding-left: 24px !important;
}
.table-v3 .ant-table-small .ant-table-container .ant-table-content .ant-table-thead tr th.ant-table-cell .ant-table-column-sorters {
    width: 100%;
    justify-content: space-between;
}
.table-v3.custom-pagination .ant-table-pagination-right:first-child {
    position: absolute;
    top: 8px;
    right: 5%;
    z-index: 3;
    background-color: unset;
    padding: 12px 120px 12px 0 !important;
    margin: 0 !important;
}
.table-v3.custom-pagination .ant-table-pagination-right:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.table-v3.custom-pagination .ant-table-pagination-right:first-child .ant-pagination-total-text,
.table-v3.custom-pagination .ant-table-pagination-right:first-child .ant-pagination-prev,
.table-v3.custom-pagination .ant-table-pagination-right:first-child .ant-pagination-item,
.table-v3.custom-pagination .ant-table-pagination-right:first-child .ant-pagination-jump-prev,
.table-v3.custom-pagination .ant-table-pagination-right:first-child .ant-pagination-jump-next,
.table-v3.custom-pagination .ant-table-pagination-right:first-child .ant-pagination-next {
    /*display: none;*/
}
.table-v3.custom-pagination .ant-table-pagination-right:last-child .ant-pagination-options {
    display: none;
}
.table-v3.custom-pagination .ant-pagination + .ant-table .custom-table--header {
    /*padding-right: 115px;*/
}

.table-v3.custom-pagination.custom-pagination-v3 .ant-table-pagination-right:last-child .ant-pagination-jump-prev,
.table-v3.custom-pagination.custom-pagination-v3 .ant-table-pagination-right:last-child .ant-pagination-jump-next {
    display: none;
}
.table-v3.custom-pagination.custom-pagination-v3 .ant-table-pagination-right:last-child .ant-pagination-jump-next + .ant-pagination-item {
    display: none;
}

.search-wrap {
    border-radius: 0.25rem;
    box-shadow: 0 0 25px rgb(26 108 225 / 10%);
    margin-bottom: 1.5rem !important;
}
.search-wrap .ant-card-small {
    border-radius: 0.25rem;
}
.search-wrap .ant-card-small .ant-card-head {
    padding: 0 16px;
}
.search-wrap .ant-card-small .ant-card-body {
    padding: 12px 24px;
}
.search-wrap .ant-card-small .ant-advanced-search-form {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.search-wrap .ant-card-small .ant-advanced-search-form .ant-row:last-child .gutter-row .ant-row.ant-form-item {
    margin-bottom: 0;
}
.search-wrap .ant-card-small .ant-card-head-title {
    font-size: 1rem !important;
}
.search-wrap .ant-btn {
    font-size: 14px !important;
    border-radius: 0.25rem !important;
}
.search-wrap .ant-select-lg, .search-wrap .ant-input-lg, .search-wrap .ant-picker-large .ant-picker-input > input  {
    font-size: 14px !important;
}
.search-wrap .ant-select-selector, .search-wrap .ant-input {
    border-radius: 0.25rem !important;
}
.search-wrap .ant-picker-large .ant-picker-input > input {
    height: 25px;
}
.search-wrap .ant-form-item-control-input-content, .search-wrap .ant-input.ant-input-lg {
    height: 40px;
}
.site-details-custom-label {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}
.site-details-link {
    text-decoration: underline !important;
}
.ant-picker {
    border-radius: 0.25rem !important;
}
.ant-picker-range .ant-picker-active-bar {
    height: 3px !important;
}
.custom-rangepicker--dropdown .ant-picker-panel-container {
    display: flex;
    flex-direction: column-reverse;
}
.custom-rangepicker--dropdown .ant-picker-footer .ant-picker-ranges {
    border-bottom: 1px solid #f0f0f0;
}
.ant-table-thead > tr > th {
    background: #fff !important;
    border-top: 1px solid #f0f0f0 !important;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
    display: none;
}

.react-resizable {
    position: relative !important;
    background-clip: padding-box !important;
}
  
.react-resizable-handle {
    position: absolute !important;
    right: -5px !important;
    bottom: 0 !important;
    z-index: 1 !important;
    width: 10px !important;
    height: 100% !important;
    cursor: col-resize !important;
    border-right: 1px solid #cbbbbb69;
    box-shadow: 1px 0px 1px 1px #8080801a;
    margin-right: 8px;
    border-right: 1px dotted #918b8b69;
    /* box-shadow: 1px 0px 1px 1px #8080801a; */
    margin-right: 8px;
}

.tableOverflow{
    width: 100%;
    overflow: auto;
}

.expiringalert {
    color: rgb(235, 44, 15);
}

.breakdown-line {
    border-top: 1px solid #888888 !important;
}

.ant-select-disabled.disabled-custom.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    background-color: #fff !important;
    color: #192B56 !important;
}
.swal2-popup {
    font-size: 0.5rem !important;
    font-family: Georgia, serif;
}

.batch-alert-status-update {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0.25rem;
    box-shadow: 0 0 25px rgba(26, 108, 225, 0.1);
}
  