@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/common/font/fonts/NotoSans-Regular.ttf') format('truetype'),
}

@font-face {
    font-family: 'Noto Sans';
    font-style: bold;
    font-weight: 700;
    src: url('/common/font/fonts/NotoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: bold;
    font-weight: 900;
    src: url('/common/font/fonts/NotoSans-Black.ttf') format('truetype');
}

body{
    font-family: 'Noto Sans', sans-serif;
}

.mt20 {
    margin-top: 20px !important;
}

.pageHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 53px;
    padding: 13px 75px 100px 75px;
    background-color: #DA001A;
    img{
        height: 26px;
        width: 100px;
    }
    .titlePage {
        font-size: 72px;
        font-weight: bolder;
        width: 100%;
        color: #fff;
    }
}

.pageTitle {
    font-size: x-large;
    font-weight: bold;
}

.pageBody {
    color: rgb(52, 55, 57);
    background-color: white;
}

.pageForm {
    margin-top: 10px;
    margin-bottom: 10px !important;
    /* background-color: lightgray; */
}

.bmBtn {
    width: 100%;
    max-width: 250px;
    height: 50px;
    margin: 0 5px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
}

.bmBtn:active, .bmBtn:hover, .bmBtn:disabled {
    opacity: 0.7;
}

.btnBack {
    color: rgb(52, 55, 57) !important;
    background-color: #F3F4F9 !important;
}

.btnNext {
    color: white !important;
    background: linear-gradient(135deg,#e200bc, #ff0000) !important;
}


/* Entry */
.inputGroup {
    font-size: medium;
    color: dimgray;
}

.inputTitle {
    font-weight: bold;
    font-size: medium !important;
    color: rgb(52, 55, 57) !important;
}

.helper-text {
    color: red !important; 
    font-size: 12px !important;
}

.input-field input[type=text] {
    margin: 0 !important;
    color: rgb(106, 107, 108) !important;
}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid rgb(52, 55, 57) !important;
    box-shadow: 0 1px 0 0 rgb(52, 55, 57) !important;
}

/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: none !important;
}

/* Info Charge - START */
.infoCharge {
    background-color: #F3F4F9 !important;
    color: rgb(52, 55, 57) !important;
    border-radius: 4px;
    padding: 10px 10px;
}

.infoTitle {
    font-weight: bold;
    font-size: small;
    color: rgb(52, 55, 57) !important;
}
.infoText {
    font-size: 12px;
    margin: 0px 0px;
}

.material-tooltip {
    width: 15rem;
    border-radius: 10px;
}
/* Info Charge - END */

/* Select - START */
.inputSelect {
    font-weight: bold;
    font-size: 13px !important;
    color: rgb(52, 55, 57) !important;
}

.select-wrapper .caret {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important;
    z-index: 0 !important;
    fill: rgb(230 23 23 / 87%) !important;
}

dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px !important;
    color: black !important;
    display: block !important;
    line-height: 14px !important;
    padding: 14px 30px !important;
}

.select-wrapper ul {
    top:15px !important
}

.select-wrapper input.select-dropdown {
    font-size: 14px !important;
}

.section-header{
    margin-bottom: 1rem;
}
/* Select - END */

/* Confirm Page */
.confirm-label{
    font-weight: 300;
    font-size: 14px;
}

.confrim-value{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    word-wrap: break-word;
}

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

.mb15{
    margin-bottom: 15px; 
}

/* ScanToPay -Start*/
.bold-text{
    font-weight: bold;
}

.exchange-error{
    margin-left: auto;
    margin-right: auto;
    background-color: #f1eeee !important;
    border-radius: 4px;
    width: 150px;
    height: auto;
}
/* ScanToPay -End */

/* Icon font - START */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'), local('MaterialIcons-Regular'),
		url(/common/font/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
		url(/common/font/iconfont/MaterialIcons-Regular.woff) format('woff'),
		url(/common/font/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: text-bottom;
}
/* Icon font - END */

/* PickList */
.w120 {
    width: 120px;
    max-width: 120px;
}

.groupHeader {
    padding: 3px 5px;
    font-size: medium;
    color: dimgray;
    background-color: lightgray;
}

.tableView {
    overflow-y: scroll;
    border-radius: 10px;
    background-color: lightcoral;
}
.tableName {
    height: 35px;
    text-align: left !important;
    padding: 0px 15px !important;
    color: white;
    background-color: #bc0404;
}
.tableHeader {
    color: white;
    background-color: #bc0404;
}

table {
    background-color: #F3F4FA;
}
th, td {
    min-width: 80px;
    border: 1px solid lightgray !important;
    padding: 15px !important;
}
tbody tr:hover {
    background-color: rgb(247, 224, 223) !important;
}
th {
    font-weight: 500 !important;
}

.alink {
    color: rgb(52, 55, 57);
    text-decoration: underline !important;
}

.pagination li.active {
    background-color: #bc0404 !important;
}

.inputPage {
    width: 40px;
    text-align: center;
    display: inline-block;
}
.pageButton {
    width: 45px;
    height: 30px;
    font-size: larger;
}
.pageLabel {
    font-size: medium !important;
    color: rgb(52, 55, 57) !important;
}
.btnClear {
    right: 0;
    left: auto !important;
    text-decoration: underline;
}
.btnMagnify {
    position: absolute;
    top: 0.5em;
    right: 0;
    color: red;
}
.input-field label{
    top: 0 !important;
    -webkit-transform: translateY(-14px) scale(0.8) !important;
    transform: translateY(-14px) scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
}

.material-tooltip {
    border-radius: 5px !important;
}
/* Button Group - START */
.btn-group button {
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid gray;
    cursor: pointer;
    float: left;

    min-width: 130px;
    max-width: 130px;
    min-height: 35px;
    max-height: 42px;

    background-color: white;
    color: gray;
}

.btn-group button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-group button:not(:last-child) {
    border-right: none;
}

.btn-group button:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

/* Clear floats */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:focus-visible {
    outline: 0;
}

/* Add a background color on hover */
/* .btn-group button:hover,  */
/* .btn-group button:active,  */
.btn-group button:focus
{
    background-color: red;
    color: white;
}

.btn-group button.active {
    background-color: red;
    color: white;
}

/* Button Group - END */