﻿html, body {
    width: 100%;
    overflow-x: hidden;
}


body {
    /* margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; */
    font: 13px/19px Verdana, Arial, Helvetica, sans-serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background-color: var(--body-bg); /*#F5FFFA #FFFFF0 #9ee2e8 #e2dfa8 */
}

.pagefootersyle {
    font: bold 12px Verdana;
    width: 100%;
    background-color: var(--primary-color);
    background-repeat: repeat-x;
    vertical-align: middle;
    color: white;
}

.menuStyle {
    background-color: var(--primary-color); /* #1b5289 */
    height: 30px;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    color: var(--white);
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 99999;
}

.SubMenu {
    background-color: var(--primary-color); /* #1b5289 */

    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    color: var(--white);
    z-index: 99999;
}

    .SubMenu td:hover {
        background-color: var(--white); /* hover blue */
        z-index: 99999;
    }

        /* Ensure text & links turn white */
        .SubMenu td:hover,
        .SubMenu td:hover a,
        .SubMenu td:hover span {
            background-color: var(--white);
            color: var(--primary-color);
            z-index: 99999;
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
        }

    .SubMenu td > a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

.ops_tran_background {
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.ops_tranMenu_background {
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.titlePopup {
    background-color: var(--light-blue);
    color: var(--white);
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.firstColumnDesign {
    background-color: var(--light-blue); /**/
    color: var(--black);
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.secondColumnDesign {
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}



.MasterPage {
    width: 100%;
    height: 30px;
    background-color: var(--white);
}

.PageHeader {
    color: var(--black);
    font-weight: bold;
    font-size: 15px;
}


.digitalclock {
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: var(--black); /*font-weight: bold;*/
    background-color: var(--white) /* #ADD8E6 ed1b24*/;
    height: 22px;
    padding-left: 5px;
    vertical-align: middle;
}

.PageHeaderWithColor {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #FFFF81; /* #FFFF81 #C7DBA9 */
    text-decoration: none;
    text-transform: uppercase;
}

.lblMsg {
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: Red;
    width: 100%;
    margin-left: 0px;
}

.MessageBoxWidth {
    height: 50px;
    padding-top: 2px;
    vertical-align: middle;
}

.MessageBoxWidthPopup {
    height: 50px;
    padding-top: 2px;
    vertical-align: middle;
}

.ContentPage {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 400px;
}


.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    color: var(--black);
    border: solid 2px var(--black);
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    margin-left: 5px;
    padding: 0px;
    background-color: var(--autocomplete-bg);
    cursor: default;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    height: 200px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: var(--primary-color);
    color: var(--white);
    /*font-weight:bold;
	padding: 1px;*/
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: var(--white);
    padding: 1px;
}

input[disabled='disabled'] {
    background-color: var(--input-disabled-bg);
    color: var(--white);
}

.disblecontrol {
    background-color: var(--input-bg);
    color: var(--gray);
}

.buttonCursorhand {
    cursor: hand;
}

.modalPopupTitleBar {
    background-color: var(--primary-color);
    border-width: 1px;
    border-style: outset;
    border-color: var(--white);
    padding: 3px;
    height: 15px;
    color: var(--white);
    font-weight: bold;
    border-bottom: outset 2px;
}

.openfile {
    background-image: url(../images/open_50_30.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 20px;
    text-align: center;
    border: 0px;
    background-color: var(--light-gray);
}

.login-shadow2 {
    background: var(--white);
    border-radius: 8px;
    min-height: 300px;
    box-shadow: 0 4px 8px var(--card-shadow), 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    padding-top: 40px;
}

    .login-shadow2:hover {
        box-shadow: 0 8px 20px var(--card-shadow), 0 0 0 1px rgba(0, 0, 0, 0.08);
    }

.shadow3 {
    /*
 	box-shadow: 7px 7px 8px var(--shadow-color);
	-webkit-box-shadow: 7px 7px 8px var(--shadow-color);
	-moz-box-shadow: 7px 7px 8px var(--shadow-color);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
*/
}

.shadow_Dashboard {
    box-shadow: 5px 10px 18px #888888;
    border: 1px solid;
    padding: 10px;
    -webkit-box-shadow: 5px 10px 18px #888888;
    -moz-box-shadow: 5px 10px 18px #888888;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#888888, offX=7, offY=7, positive=true);
    /*float: left;
    -ms-transform: rotate(15deg);  
    -webkit-transform: rotate(15deg);  
    transform: rotate(15deg);*/
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    background-color: var(--focus-color);
    color: var(--text-color);
    border-color: var(--primary-color);
    /* Modern focus ring (better than border only) */
    box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.25);
}


/* Style The Dropdown Button */
.dropbtn {
    background-color: var(--white);
    color: var(--black);
    font-size: 12px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px var(--dropdown-shadow);
    right: 0;
    text-align: left;
    z-index: 99999;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: var(--black);
        padding: 0px 10px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: var(--primary-color);
            color: var(--white);
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    border-style: solid;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: var(--white);
}

.invalid {
    background: var(--invalid-bg);
    color: var(--white);
}

.valid {
    background: var(--valid-bg);
}

.jqGridDel {
    background-image: url(../../images/del20.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.jqGridDelFocus {
    background-image: url(../../images/del20gray.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.jqGridEdit {
    background-image: url(../../images/edit20.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-color: var(--input-bg);
}

.jqGridEditFocus {
    background-image: url(../../images/edit20gray.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-color: Red;
}

.jqGridEdit24 {
    background-image: url(../../images/edit24x24.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    border: none;
}

.jqGridDel24 {
    background-image: url(../../images/delete_24x24.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    border: none;
}

.modalBg {
    background-color: var(--modal-bg);
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/*TEST*/
.card {
    /* Add shadows to create the "card" effect */
    margin: 10px 0 10px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 var(--card-shadow);
    transition: 0.3s;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 var(--card-shadow);
    }

    /* Add some padding inside the card container */
    .card > .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.container-head {
    border-radius: 20px;
    color: var(--white);
    text-align: center;
    padding: 17px 0;
    font-size: 18px;
    text-shadow: 0 6px 8px rgba(62,57,107,.18);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bg-c-blue {
    background-color: #4099ff;
}

.bg-c-lightBlue {
    background-color: #03a9f4;
}

.bg-c-red {
    background-color: #f44336;
}

.bg-c-green {
    background-color: #4caf50;
}

.bg-c-od1 {
    background-color: var(--primary-color);
}

.bg-c-od2 {
    background-color: var(--primary-color);
}

.bg-c-deepblue {
    background-color: var(--primary-color);
}

.bg-c-lightGreen {
    background-color: #8bc34a;
}

.bg-c-yellow {
    background-color: #ffeb3b;
}

.bg-c-amber {
    background-color: #ffc107;
}

.bg-c-orange {
    background-color: #ff9800;
}

.bg-c-deepOrange {
    background-color: #ff5722;
}

.bg-c-brown {
    background-color: #795548;
}

.bg-c-grey {
    background-color: #9e9e9e;
}

.bg-c-blueGrey {
    background-color: #607d8b;
}

.bg-c-pink {
    background-color: #e91e63;
}

.bg-c-purple {
    background-color: #9c27b0;
}

.bg-c-deepPurple {
    background-color: #673ab7;
}

.bg-c-indigo {
    background-color: #3f51b5;
}

.bg-c-black {
    background-color: var(--black);
}

.bg-c-lightcoral {
    background-color: #F08080;
}

.bg-c-lightsalmon {
    background-color: #FFA07A;
}

.bg-c-lightgreen {
    background-color: #90EE90;
}

.bg-c-lightcyan {
    background-color: #E0FFFF;
}

.bg-c-lightblue {
    background-color: var(--light-blue);
}

.bg-c-lightskyblue {
    background-color: #87CEFA;
}

.bg-c-lightpink {
    background-color: #FFB6C1;
}

.bg-c-lightyellow {
    background-color: #FFFFE0;
}

.bg-c-indianred {
    background-color: #CD5C5C;
}

.bg-c-white {
    background-color: var(--white);
}

.c-white {
    color: var(--white);
}

.icon {
    float: right;
    color: #f37732;
    width: 50px;
    height: 17px;
    border-radius: 30px; /*5px*/
    text-align: center;
    padding: 17px 0;
    font-size: 18px;
    text-shadow: 0 6px 8px rgba(62,57,107,.18);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .icon:hover {
        /*border-radius: 50%;*/
        border-radius: 25%;
    }

.card-link-black {
    color: var(--black);
    text-decoration: none;
    font-size: 25px;
}

.card-link-white {
    color: var(--white);
    text-decoration: none;
    font-size: 25px;
}

.card-link-blue {
    color: #4099ff;
    text-decoration: none;
    font-size: 25px;
}

.card-link-red {
    color: #f44336;
    text-decoration: none;
    font-size: 25px;
}

.card-link-green {
    color: #4caf50;
    text-decoration: none;
    font-size: 25px;
}

.card-link-yellow {
    color: #ffeb3b;
    text-decoration: none;
    font-size: 25px;
}

.card-link-amber {
    color: #ffc107;
    text-decoration: none;
    font-size: 25px;
}

.card-link-orange {
    color: #ff9800;
    text-decoration: none;
    font-size: 25px;
}

.card-link-deepOrange {
    color: #ff5722;
    text-decoration: none;
    font-size: 25px;
}

.card-link-pink {
    color: #e91e63;
    text-decoration: none;
    font-size: 25px;
}

.card-link-purple {
    color: #9c27b0;
    text-decoration: none;
    font-size: 25px;
}

.card-link-black {
    color: var(--black);
    text-decoration: none;
    /*font-size: 25px;*/
    font-size: 15px;
}

.grid {
    display: grid;
}

.grid-container {
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
}

.grid-container2 {
    grid-template-columns: repeat(1,2fr 0.7fr 0.7fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
}

.grid-container3 {
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
}

.grid-item {
    grid-column: 1 / span 2;
    grid-row: 3;
    grid-row-gap: 0.5em;
}

.grid .grid-container > .card {
    /*cursor:pointer;*/
}

.text-center {
    text-align: center !important;
}

.grid-container_3_3 {
    grid-template-columns: repeat(3,2fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
}

.item1 {
    grid-column: 1 / span 3;
}

.possition {
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.bg-color-green {
    background-color: #00CE6F;
    color: var(--white);
}

.bg-color-blue {
    background-color: #A95DF0;
    color: var(--white);
}

.bg-color-red {
    background-color: #ff0000;
    color: var(--white);
}

.bg-color-lightred {
    background-color: #ff9999;
    color: var(--white);
}

.bg-color-lightsalmon {
    background-color: #FFA07A;
    color: var(--black);
}

.bg-color-brown {
    background-color: #B94A00;
    color: var(--black);
}

.bg-color-sky {
    background-color: #2EA7EB;
    color: var(--black);
}

.bg-color-yellow {
    background-color: yellow;
    color: var(--black);
}

.bg-color-lightyellow {
    background-color: #FFFFCC;
    color: var(--black);
}

.bg-color-darksalmon {
    background-color: darksalmon;
    color: var(--black);
}

.bg-color-white {
    background-color: var(--white);
    color: var(--black);
}

.blue {
    color: #3498DB;
}

.purple {
    color: #9B59B6;
}

.green {
    color: #1ABB9C;
}

.aero {
    color: #9CC2CB;
}

.red {
    color: #E74C3C;
}

.dark {
    color: #34495E;
}

.border-blue {
    border-color: #3498DB !important;
}

.border-purple {
    border-color: #9B59B6 !important;
}

.border-green {
    border-color: #1ABB9C !important;
}

.border-aero {
    border-color: #9CC2CB !important;
}

.border-red {
    border-color: #E74C3C !important;
}

.border-dark {
    border-color: #34495E !important;
}

.bg-white {
    background: var(--white) !important;
    border: 1px solid var(--white) !important;
    color: #73879C;
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: var(--white);
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: var(--white);
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: var(--white);
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: var(--white);
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: var(--white);
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: var(--white);
}

.btn, .buttons, .modal-footer .btn + .btn, button {
    margin-bottom: 5px;
    margin-right: 5px;
}

.btn-group .btn, .btn-group-vertical .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.btn {
    display: inline-block;
    padding: 2px 9px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: var(--white);
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: var(--white);
        border-color: #ccc;
    }

    .btn-default .badge {
        color: var(--white);
        background-color: #333;
    }

.btn-primary {
    color: var(--white);
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: var(--white);
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: var(--white);
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: var(--white);
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: var(--white);
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: var(--white);
    }

.btn-success {
    color: var(--white);
    background-color: var(--success-color);
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: var(--white);
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: var(--white);
        background-color: #096692;
        border-color: #096692;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: var(--white);
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: var(--white);
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: var(--success-color);
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: var(--success-color);
        background-color: var(--white);
    }

.btn-info {
    color: var(--white);
    background-color: var(--info-color);
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: var(--white);
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: var(--white);
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: var(--white);
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: var(--white);
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: var(--info-color);
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: var(--info-color);
        background-color: var(--white);
    }

.btn-warning {
    color: var(--white);
    background-color: var(--warning-color);
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: var(--white);
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: var(--white);
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: var(--white);
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: var(--white);
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: var(--warning-color);
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: var(--warning-color);
        background-color: var(--white);
    }

.btn-danger {
    color: var(--white);
    background-color: var(--danger-color);
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: var(--white);
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: var(--white);
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: var(--white);
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: var(--white);
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: var(--danger-color);
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: var(--danger-color);
        background-color: var(--white);
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }





/* Login Message */
/* Optional: Ensure proper full-height layout */
.LoginMasterPage {
    width: 100%;
    height: 30px;
    background-color: var(--primary-color);
}

.login-page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-page-content {
    flex: 1;
}

.login-message {
    margin-top: 15px;
}

.login-modal {
    border-radius: 6px !important;
    overflow: hidden !important;
}

.login-modal-header {
    padding: 15px 20px;
}

.login-modal-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--white);
}

.login-modal-body {
    padding: 20px;
}

.login-modal-message {
    font-size: 14px;
    line-height: 1.6;
}

.login-modal-footer {
    padding: 15px 20px;
    text-align: center;
    border-top: 1px solid var(--border-color);
}

.login-page-footer {
    flex-shrink: 0;
    background-color: var(--footer-bg);
    color: var(--white);
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-simple-card {
        max-width: 90%;
    }

    .logintable {
        width: 100% !important;
        max-width: 340px;
    }
}

@media (max-width: 480px) {
    .login-buttons {
        flex-direction: column;
        width: 100%;
    }

    .loginbutton {
        width: 100% !important;
    }

    .logintable {
        padding: 10px !important;
    }
}

/* Wrapper */
.login-input-wrapper {
    position: relative;
    width: 100%;
}

/* Icon */
.login-input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 16px;
}

/* Input */
.login-input {
    width: 100%;
    box-sizing: border-box; /* ⭐ IMPORTANT */
    padding: 12px 12px 12px 40px;
    border-radius: 6px;
    border: 1px solid var(--input-border);
    font-size: 14px;
}

    /* Focus */
    .login-input:focus {
        border-color: var(--primary-color);
        background-color: var(--white);
        box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.25);
    }

    /* Placeholder */
    .login-input::placeholder {
        color: var(--gray);
        font-size: 13px;
    }

    /* Hover */
    .login-input:hover {
        border-color: var(--secondary-color);
    }

.loginbutton {
    /*padding: 10px 22px;*/
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

    .loginbutton.btn-primary {
        background-color: var(--primary-color);
        color: var(--white);
    }

        .loginbutton.btn-primary:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }

    .loginbutton.btn-secondary {
        background-color: var(--light-gray);
        color: var(--black);
    }

.loginDetail i {
    margin-right: 8px;
    color: var(--white);
}










/* Page Footer */








.button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.modern-img-btn {
    border: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 8px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .modern-img-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .modern-img-btn:active {
        transform: translateY(0);
    }



.ContentPage {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 400px;
}

.wrapper-content {
    padding: 20px 10px 40px;
}

@media (max-width: 768px) {
    .wrapper-content {
        padding: 15px 10px 70px;
    }
}

#wrapper {
    padding: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.container .row,
.container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex: 1 0 0;
}

@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333334%;
        flex: 0 0 58.333334%;
        max-width: 58.333334%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333334%;
        flex: 0 0 83.333334%;
        max-width: 83.333334%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333334%;
        flex: 0 0 58.333334%;
        max-width: 58.333334%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333334%;
        flex: 0 0 83.333334%;
        max-width: 83.333334%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333334%;
        flex: 0 0 58.333334%;
        max-width: 58.333334%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333334%;
        flex: 0 0 83.333334%;
        max-width: 83.333334%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.m-0, .no-margins {
    margin: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.p-0, .no-padding {
    padding: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 5px 5px 5px 5px;
    min-height: 12px;
    position: relative;
    clear: both;
}

    .ibox-title h5 {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 7px;
        padding: 0;
        text-overflow: ellipsis;
        /* float: none; */
    }

.ibox-content {
    clear: both;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}

.ibox-title .label {
    margin-left: 4px;
}

.nav .label, .ibox .label {
    font-size: 10px;
}

.label-success, .badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.label-info, .badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.label-primary, .badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-danger, .badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}


.float-right {
    float: right !important;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    /* float: none; */
}

.text-success {
    color: #1c84c6 !important;
}

.text-info {
    color: #23c6c8 !important;
}

.text-primary {
    color: #1ab394 !important;
}

.text-danger {
    color: #ed5565 !important;
}

.text-navy {
    color: #1ab394 !important;
}

.font-bold {
    font-weight: 600;
}

.stat-percent {
    float: right;
}

.gray-bg, .bg-muted {
    background-color: #f3f3f4;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 5px 0;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.fist-item {
    border-top: none !important;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.bg-blue {
    background-color: var(--blue);
    color: #ffffff;
}

.bg-indigo {
    background-color: var(--indigo);
    color: #ffffff;
}

.bg-purple {
    background-color: var(--purple);
    color: #ffffff;
}

.bg-pink {
    background-color: var(--pink);
    color: #ffffff;
}

.bg-red {
    background-color: var(--red);
    color: #ffffff;
}

.bg-orange {
    background-color: var(--orange);
    color: #ffffff;
}

.bg-yellow {
    background-color: var(--yellow);
    color: #ffffff;
}

.bg-green {
    background-color: var(--green);
    color: #ffffff;
}

.bg-teal {
    background-color: var(--teal);
    color: #ffffff;
}

.bg-cyan {
    background-color: var(--cyan);
    color: #ffffff;
}

.bg-white {
    background-color: var(--white);
    color: #000000;
}

.bg-gray {
    background-color: var(--gray);
    color: #ffffff;
}

.bg-gray-dark {
    background-color: var(--gray-dark);
    color: #ffffff;
}

.bg-primary {
    background-color: var(--primary-color);
    color: #ffffff;
}

.bg-secondary {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.bg-success {
    background-color: var(--success);
    color: #ffffff;
}

.bg-info {
    background-color: var(--info);
    color: #ffffff;
}

.bg-warning {
    background-color: var(--warning);
    color: #ffffff;
}

.bg-danger {
    background-color: var(--danger);
    color: #ffffff;
}

.bg-light {
    background-color: var(--light);
    color: #ffffff;
}

.bg-dark {
    background-color: var(--dark);
    color: #ffffff;
}

.btn-wallet {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

/* Balance highlight */
.wallet-amount {
    background-color: var(--primary-color);
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 16px; /* BIGGER */
    font-weight: 700; /* BOLDER */
    color: #ffeb3b; /* High contrast */
    white-space: nowrap;
}

    /* Balance number */
    .wallet-amount span {
        font-size: 15px; /* MOST VISIBLE */
    }

/* Hover */
.btn-wallet:hover .wallet-amount {
    background-color: var(--secondary-color);
}

.watermark-style {
    font-size: 8.5pt;
    color: #999999;
    font-style: italic;
    background-color: #f9f9f9; /* Optional: light background */
    border: 1px solid #000000;
    margin-left: 0px;
}