/**
 * Description: This file for CSS.
 * Version: 1.0.0
 * Author: Biz Solution Co., Ltd.
 * Author URI: https://bizsolution.com.kh
 * @package Biz Solution
 */

/**
 * cl = color
 * bg = background
 */
:root {
    --cl-black: #000000;
    --cl-gray:  #646970;
    --bg-white: #FFFFFF;
}
.cash-back .mb-0 {
    margin-bottom: 0 !important;
}
.cash-back #postbox-container-2 .postbox {
    padding: 15px;
}
.cash-back .qtranxs-lang-switch-wrap {
    display: none;
    opacity: 0;
}
.cash-back #titlewrap label.error {
    margin-top: -10px;
}
.cash-back .form-group {
    display: grid;
    margin-bottom: 30px;
}
.cash-back .form-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cash-back label.error,
.cash-back label.errors {
    color: #E70D2F;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 0;
    display: none;
}
.cash-back .form-group input {
    height: 35px;
}
.cash-back .form-group small {
    color: var(--cl-gray);
    font-size: 12px;
    margin-bottom: 10px;
}
.cash-back h1.histories-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}
.cash-back .pagination-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
}
.cash-back .tablenav .tablenav-pages {
    display: flex;
    align-items: center;
}
.cash-back .pagination-links .button {
    color: #a7aaad!important;
    border-color: #dcdcde!important;
    background: #f6f7f7!important;
    font-size: inherit;
    padding: 7px 8px;
    line-height: .5;
    height: 25px;
    margin: 3px 0 0 5px;
    text-shadow: unset !important;
}
.cash-back .pagination-links .button.disabled {
	border: unset;
}

/* Desktop
==========*/
@media(max-width: 1440px) {}

/* Laptop | Ipad Pro
=========*/
@media(max-width: 1280px) {}

/* iPad
=======*/
@media(max-width: 768px) {}

/* Mobile
=========*/
@media(max-width: 576px) {}