﻿:root {
    --BG-Body: #FFFFFF;
    --BG-Html: #FFFFFF;
    --CA: #0072B1; /*Color Primary */
    --CA1: #29bff7; /*Color New UI */
    --CB: #00A1D6; /*Color Secondary*/
    --CC: #FF6600; /*Color Tertiary*/
    --C1: #555555; /*Color Optional1*/
    --C2: #555555; /*Color Optional2*/
    --CW: #FFF;
    --CB: #000;
    --CG: gold;
    --CR: #C50707; /*Required*/
    --CT: #555555; /*Text Color*/
    --ES: 10px; /*Element Spacing*/
    --CUI-Lable: #135995;
    --CUI-Title: #135995;
    --CUI-Card-Title: #135995;
    --CUI-Links: #135995;
    --CUI-Amount: #135995;
    --CUI-GvHeader: #135995;
    --BCA: #135995; /*Primary  BG Color*/
    --BCB: #106EBE; /*Secodany BG Color*/
    --BCC: #0078D4; /*Tertiary BG Color*/
    --BG1: #B3D6F2;
    --BG2: #F4F5F6;
    --FF-Site: 'Noto Sans', sans-serif !important;
    --FF-Main: 'Rubik', sans-serif !important;
    --CBorder: #C3C3C3;
    --Title-Color: #ed143d;
    /*--FH: #C3DAFD;*/ /*form header*/
    --FH: #1EAFE5; /*form header*/
    --FB: #1A478A;
    --FC: #0E5A97;
    --SM: #E8EBF6;
    --ST: #666666;
    --GR: #ABABAB;
    /*Biz Agent color*/
    --BAP: #0069B3;
    --BAS: #D3D3D3;
    --BAD: #dc3545;
    /*    Latest Colour Acc report */
    /*    Primary */
    --VPA: #19478A;
    --VPB: #1EAFE5;
    --VPC: #FFFFFF;
    --VPD: #000000;
    /*    Secondary*/
    --VSA: #DAE9FF;
    --VSB: #C8C8C8;
}

html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    min-height: 100%;
    font-size: 1rem;
    font-weight: normal;
    color: var(--CT);
    font-family: var(--FF-Site);
    background: #FFF;
}
/*Structure*/
#MW {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

#MCW {
}

#MH {
    
}

#MHR1 {
    background-color: var(--BAP);
    color: var(--CW);
    padding: 3px 0px;
}

#MHR2 {
    padding-top: 5px;
    padding-bottom: 5px;
}

#MHR3 {
}

#MHR4 {
}

#MPC {
}

#MF {
    bottom: 0;
    min-height: 25px;
    padding-top: 5px;
    border-color: var(--CA);
    border-bottom: 10px solid var(--CA);
    font-size: 0.8rem;
    background-color: #F1F1F1;
}

#MFR1 {
    color: var(--CA);
}

#MFR2 {
    color: var(--CA);
}

#MFR3 {
    color: var(--CA);
}
/*Structure*/

/*HR1 Section*/
.mMHR1-LUL {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .mMHR1-LUL > li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .mMHR1-LUL .Li-Seprator-Cx {
    }

    .mMHR1-LUL li > a, .mMHR1-RUL li a {
        color: var(--CW);
        font-weight: 500;
    }

        .mMHR1-LUL > li > a:hover, .mMHR1-RUL li a:hover {
            color: var(--CG);
        }

.mMHR1-Item-Cx {
    display: flex;
}

.mMHR1-Item {
    color: #fff;
    font-size: 13px;
    padding: 5px;
}

    .mMHR1-Item:hover {
        color: #fff;
        background: var(--CC);
    }

    .mMHR1-Item > i {
        margin-right: 5px;
    }

        .mMHR1-Item > i:before {
            vertical-align: middle;
        }

.mMHR1-RUL-Notification {
    margin-right: 5px !important;
}

.mMHR1-RUL {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .mMHR1-RUL > li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .mMHR1-RUL .Li-Seprator-Cx {
    }
/*HR1 Section*/
/*HR2 Section*/
.mMHR2-RUL-Menu-Bar {
    font-size: 20px !important;
    color: var(--CA);
}

.mMHR2-LUL {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .mMHR2-LUL > li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .mMHR2-LUL > .Li-Seprator-Cx {
    }

    .mMHR2-LUL > li > a {
        padding: 3px 4px;
        color: var(--CW);
        font-weight: 500;
    }

        .mMHR2-LUL > li > a:hover {
            color: var(--BAS);
        }

.mMHR2-RUL {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .mMHR2-RUL-Li, .mMHR2-RUL > li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .mMHR2-RUL > .Li-Seprator-Cx {
    }

    .mMHR2-RUL-Item, .mMHR2-RUL > li > a {
        display: block;
        color: var(--CA);
        font-size: 16px;
        padding: 4px;
    }

        .mMHR2-RUL > li > a:hover {
            color: var(--CA);
        }

.mMHR2-RUL-Icon {
}

.mMHR2-RUL-Icon-DropDown {
}

.mNav-Menu-Toggle-Item {
}

.mDropDown-No-Arrow {
}

    .mDropDown-No-Arrow::after {
        display: none;
    }

.mDropDown {
    display: inline;
}

.mDropDown-Menu {
}

    .mDropDown-Menu li {
    }

        .mDropDown-Menu li .dropdown-item {
            padding: 1px 5px;
            display: flex;
            align-items: center !important;
            font-size: .875rem;
        }

            .mDropDown-Menu li .dropdown-item:hover {
                background: var(--CA);
                color: #FFF;
            }

                .mDropDown-Menu li .dropdown-item:hover i {
                    color: #FFF;
                }

            .mDropDown-Menu li .dropdown-item i {
                margin-right: 2px;
                color: var(--CA);
                font-size: 13px;
                width: 16px;
            }

        .mDropDown-Menu li .dropdown-divider {
            background-color: var(--CA) !important;
            margin-bottom: 0px;
        }
/*HR2 Section*/

/*User Section*/
.mUserInfo-Cx {
}

.mUserInfo-DD {
}

.mUserInfo-Lnk {
    background-color: var(--CA);
    color: #FFF;
    border-radius: 50%;
    height: 32px;
    text-align: center;
    width: 32px;
    padding: 5px 0px !important;
    display: block;
}

.mUserInfo-Initial {
    color: #FFF;
}

.mUserInfo-DDMenu-Cx {
    -webkit-box-shadow: 0 0 15px 1px rgb(90 80 105 / 20%);
    box-shadow: 0 0 15px 1px rgb(90 80 105 / 20%);
    width: 250px;
    border: 1px solid var(--Border-Color);
    border-radius: 4px 4px 0 0;
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    top: 0.3rem !important;
}

.mUserInfo-DDMenu-Header {
}

.mUserInfo-DDMenu-Body {
}

.mUserInfo-Details-Cx {
    display: flex;
}

.mUserInfo-Img-Cx {
}

.mUserInfo-Img {
    height: 50px;
}

.mUserInfo-Details {
    padding-left: 10px
}

.mUserInfo-Name {
    display: block;
    color: var(--CT);
    font-size: 12px;
}

.mUserInfo-Mobile {
    display: block;
    color: var(--CT);
    font-size: 12px;
}

.mUserInfo-Email {
    display: block;
    color: var(--CT) !important;
    font-size: 12px;
}

.mUserInfo-UL {
    display: block;
}

.mUserInfo-Li {
    display: block;
    padding: 3px 10px;
    border-top: 1px solid var(--Border-Color);
}

    .mUserInfo-Li:hover, .mUserInfo-Li:hover .mUserInfo-Li-Item {
        background-color: var(--BG-ColorA);
        color: #FFF;
    }

        .mUserInfo-Li:hover .mUserInfo-Li-Item {
            color: #FFF;
        }

.mUserInfo-Li-Item {
    color: var(--CT);
    font-size: 12px;
}

.mUserInfo-Li-Item-Icon {
    padding-right: 5px;
}

/*button color*/

.mbtn-main {
    background-color: var(--FB)
}

.mbtn-main:hover {
     background-color: var(--GR);
 }
/*User Section*/
/*MENU*/
.mOffCanvas {
    width: 16.875rem;
    max-width: 16.875rem;
}

.mOffCanvas-Header {
}

.mOffCanvas-Header-Title-Cx {
}

.mOffCanvas-Header-Title {
}

.mOffCanvas-Header-SubTitle {
}

.mOffCanvas-Header-Desc {
}

.mOffCanvas-Close {
}

.mOffCanvas-Body {
}


.mSideNav {
    width: 25rem;
    max-width: 25rem;
}

.mSideNav-Header {
    background-color: #fafafa;
    border-bottom: 1px solid transparent;
    margin-bottom: 13px;
}

.mSideNav-Header-Title-Cx {
}

.mSideNav-Header-Title {
    font-size: 1.375rem;
    font-weight: 500;
    color: #505050;
    text-shadow: #fff 0 1px;
    margin: 0;
}

.mSideNav-Header-SubTitle {
}

.mSideNav-Header-Desc {
}

.mSideNav-Close {
}

.mSideNav-Body {
    padding: 0px !important;
}

.mSideNav-Cx {
    display: block;
    list-style: none;
    padding-bottom: 100px;
}

.mSideNav-icon {
    color: darkgrey;
    margin-right: 10px;
    font-size: 15px;
}

.mSideNav-Module-Title-Cx {
    background-color: var(--BG-ColorA);
    color: var(--CW);
    padding: 5px 5px;
    position: relative;
}

.mSideNav-Module-Title {
    font-size: 16px;
    color: var(--CW);
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 500;
}

.mSideNav-Title-Cx {
    background-color: #DBDBDB;
    border: 1px;
    padding: 5px 5px;
    position: relative;
}

.mSideNav-Title-Heading {
    font-size: 16px;
    margin: 0px;
    margin-left: 15px;
    font-weight: 500;
}

.mSideNav-Item {
    border-bottom: 1px solid #666;
    display: block;
}

.mSideNav-Item-Link {
    padding: 8px 5px !important;
    display: block;
    font-size: 0.99rem;
    color: var(--CT);
}

    .mSideNav-Item-Link:hover, .mSideNav-Item-Link[aria-expanded=true] {
        background: var(--CA);
        color: #FFF;
    }

    .mSideNav-Item-Link::after {
        right: 20px;
        margin-top: 12px;
        float: right;
    }

    .mSideNav-Item-Link i {
        font-size: 11px;
        margin-right: 5px;
    }

.mSideNav-Item-Nav {
}

.mSideNav-Item-Nav-Item {
}

.mSideNav-Item-Nav-Item-Link {
    padding: 4px 5px 4px 20px !important;
    display: block;
    font-size: 0.85rem;
    color: var(--CT);
}

    .mSideNav-Item-Nav-Item-Link i {
        font-size: 11px;
        vertical-align: middle;
    }

    .mSideNav-Item-Nav-Item-Link:hover {
        background-color: #E9ECEF;
        font-weight: 600;
    }







.mNavLeft {
}

.mNavSideBar {
    width: 16.875rem;
    max-width: 16.875rem;
}

.mNaveSideBar-Header {
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    background-color: #fafafa;
    border-bottom: 1px solid transparent;
    margin-bottom: 10px;
}

.mNaveSideBar-Header-Title h2 {
    font-size: 1.375rem;
    font-weight: 500;
    color: #505050;
    text-shadow: #fff 0 1px;
    margin: 0;
}

.mNavSideBar-Menu {
    display: block;
    list-style: none;
}

.mNavSideBar-Menu-LI {
    border-bottom: 1px solid #666;
    display: block;
    margin-left:0px;
}

/*.mNavSideBar-Menu-LI-Item {
    padding: 8px 5px !important;
    display: block;
    font-size: 0.99rem;
    padding: 2px
}

    .mNavSideBar-Menu-LI-Item i {
    }

    .mNavSideBar-Menu-LI-Item:hover, .mNavSideBar-Menu-LI-Item[aria-expanded=true] {
        background: var(--SM);
        border-left: 5px solid var(--FB);
        font-weight: 700;
        color: #1A478A;
    }

    .mNavSideBar-Menu-LI-Item::after {
        right: 20px;
        margin-top: 12px;
        float: right;
    }*/

.mNavSideBar-Sub-Menu {
}

.mNavSideBar-Sub-Menu-LI {
}

/*.mNavSideBar-Sub-Menu-LI-Item {
    padding: 6px 8px 6px 20px !important;
    display: block;
    font-size: 0.85rem;
    color: #666666;
}

    .mNavSideBar-Sub-Menu-LI-Item i {
        font-size: 0.65rem;
        vertical-align: middle;
    }

    .mNavSideBar-Sub-Menu-LI-Item:hover {
        background-color: #E9ECEF;
        font-weight: 700;
        border-left: 5px solid var(--FB);
    }*/
/*MENU*/

/*Modal*/

/*Modal - Updated to match screenshot design*/

/* Keep existing Toast Alert styles unchanged */
.mToast-Alert {
    border: 1px solid var(--CBorder);
    background-color: rgba(244,245,246,1) !important;
    border-radius: 1px;
}

.mToast-Alert-Header {
    padding: 5px 10px;
    background-color: var(--CA);
    border-radius: 0;
    font-weight: 500;
    border: 0px;
    color: #fff;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}

.mToast-Alert-Header-Title {
}

.mToast-Alert-CloseX {
    color: #FFF !important;
    cursor: pointer;
}

.mToast-Alert-Body {
    padding: 5px 12px;
}

/* Updated Modal styles */
.mModal {
    --bs-modal-bg: #f8f9fa;
}

.mModal-Dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.mModal-Content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #f8f9fa;
}

.mModal-Header {
    padding: 1rem 1.5rem 0.75rem 1.5rem;
    background: #e3f2fd;
    border-radius: 12px 12px 0 0;
    border-bottom: none;
    position: relative;
}

    /* Add warning icon to header */
    .mModal-Header::before {
        position: absolute;
        left: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        background: #1976d2;
        color: white;
        width: 32px;
        /*        height: 20px;*/
        border-radius: 6px;
        /*        display: flex;*/
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.2rem;
    }

.mModal-Header-Title {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
    margin-left: 1rem;
    font-weight: 600;
}

    .mModal-Header-Title i {
        color: #1976d2;
        padding-right: 1rem;
    }

.mModal-Header .btn-close {
    padding: 1rem;
    color: #666;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    transition: opacity 0.2s;
}

    .mModal-Header .btn-close:hover {
        opacity: 1;
    }

.mModal-Header-Icon {
    padding: 2rem 2rem 0 1.5rem;
    font-size: 16.5px;
}


.mModal-Header-Colse {
    outline: none;
}

.mModal-Body {
    padding: 1.5rem 2rem;
    background: white;
}

.mModal-Body-UI {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mModal-Alert-DescText {
    background: #F3F2F1;
    padding: 10px;
    color: #555555;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
    display: none; /* Hide by default as shown in screenshot */
}

.mModal-Msg-Box {
    color: #666;
    line-height: 1.6;
}

/* Update list styles to match screenshot arrows */
.mModal-UL {
    list-style: outside none none;
    padding-left: 0;
    margin: 0;
}

    .mModal-UL li {
        margin: 1rem 0;
        padding-left: 2rem;
        position: relative;
        font-size: 14px;
        color: #666;
        line-height: 1.5;
    }

        .mModal-UL li::before {
            content: "≫";
            font-size: 16px;
            font-family: inherit;
            font-weight: bold;
            border: none;
            color: #1976d2;
            display: inline-block;
            margin-right: 10px;
            padding: 0;
            left: 0;
            position: absolute;
            /*            top: 1px;*/
        }

        .mModal-UL li:last-child {
            margin-bottom: 0;
        }

.mModal-Footer {
    border-top: 0px;
    background: white;
    border-radius: 0 0 12px 12px;
}

    .mModal-Footer .btn {
        margin: 0px;
        width: 100%;
        padding: 0.75rem 2rem;
        font-weight: 500;
        border-radius: 8px;
        transition: all 0.2s;
    }

    /* Style the Close button to match screenshot */
/*    .mModal-Footer .mBtnApp {
        background: #1976d2;
        color: white;
        border: none;
    }

        .mModal-Footer .mBtnApp:hover {
            background: #1976d2;
            transform: translateY(-1px);
        }*/

/* Keep existing btn-close functionality */
.btn-close {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    padding: 6px !important;
    margin-right: 0px !important;
    color: rgb(102, 102, 102);
    border: 0px;
    border-radius: 0.25rem;
    opacity: 0.6;
}

    .btn-close:hover {
        opacity: 1;
    }

/* Responsive adjustments */
@media (max-width: 576px) {
    .mModal-Dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .mModal-Header,
    .mModal-Body,
    .mModal-Footer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .mModal-Header::before {
            left: 1rem;
        }

    .mModal-Header-Title {
        margin-left: 2.5rem;
        font-size: 1.25rem;
    }

    .mModal-Header .btn-close {
        right: 1rem;
    }
}

/*
.mToast-Alert{border: 1px solid var(--CBorder);
              background-color: rgba(244,245,246,1) !important;border-radius: 1px;}
.mToast-Alert-Header{padding: 5px 10px;background-color: var(--CA);border-radius: 0;font-weight:500;
                     border: 0px;color: #fff;margin-left: -1px;margin-right: -1px;margin-top: -1px;}
.mToast-Alert-Header-Title{}
.mToast-Alert-CloseX{color:#FFF !important;  cursor:pointer;}
.mToast-Alert-Body{padding:5px 12px;}

.mModal{}
.mModal-Dialog{}
.mModal-Content{border-radius: 1px;}
.mModal-Header{padding: 5px 10px;background: #EFF6FE;border-radius: 0;border-bottom:1px solid var(--CA);}
.mModal-Header-Title{font-size: 14px;color: var(--CA);margin: 0px;font-weight: 500;}
.mModal-Header-Title i{color: var(--CA);}
.mModal-Header .btn-close{color: var(--CA);} 
.mModal-Header-Icon{font-size:16.5px;}
.mModal-Header-Colse{outline:none;}
.mModal-Body{padding-top: 0px; padding-bottom: 0px;}
.mModal-Body-UI{padding-top: 15px; padding-bottom: 15px;}
.mModal-Alert-DescText{background: #F3F2F1;padding: 10px;color:#555555;margin:0px;font-size: 14px;font-weight: 500;border-bottom: 1px solid #dee2e6;}
.mModal-Msg-Box{}
.mModal-Footer{padding: 3px 0px;border-top:0px;}
.mModal-Footer .btn {margin: 0px;}
.mModal-UL{list-style: outside none none;padding-left: 0;}
.mModal-UL li{margin: 5px 0; padding-left: 15px;position: relative;font-size:12px;}
.mModal-UL li::before {content: "\f101";font-size:11px;font-family: 'Font Awesome 5 Free';font-weight: 900;
                      border: none;color: #155BA1;display: inline-block;margin-right: 10px;padding: 0;
                      left: 0;position: absolute;top: 3px;}

.btn-close {  box-sizing: border-box;width: 2px;height: 2px;padding: 6px !important;
    margin-right: 0px !important;color: rgb(0, 0, 0);
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center center / 1em no-repeat transparent;
    border: 0px;border-radius: 0.25rem;opacity: 0.5;}*/
/*Modal*/
/*CARD*/

.mCard {
    background-color: var(--BCW);
    background-clip: border-box;
    margin-left:10px;
    margin-right:10px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.mCard-Header-Cx {
    padding: 10px 10px;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 1px;
    background-color: #E3E3E3;
    border-color: #c3c3c3
}

.mCard-Header-Title {
    color: #61728C;
    margin: 0px;
    padding: 5px;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
}

.mCard-Table-Title {
    color: blue;
}

.mCard-Footer-Title {
    color: var(--CA);
    margin: 0px;
    font-weight: 500;
}

.mCard-Body {
    padding: 10px 10px 10px 10px;
}

.mCard-Body-GV {
    padding: 0px;
}

.mCard-Title {
    font-size: 20px;
    color: #333;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 5px;
}

.mCard-Link {
}

.mCard-SubTitle {
}

.mCard-Para {
    font-size: 14px;
    color: #000000;
/*    padding: 15px;*/
/*    margin: 0px;*/
    font-weight: 500;
/*    margin-bottom: 2px;*/
}

.mSmall-Para {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.mCard-Footer {
    padding: 5px 10px
}

.mCard-Footer-None {
    border-top: 0px !important;
    background: none !important;
}

.mCard-Page-Link {
    padding: 5px !important;
}

    .mCard-Page-Link:hover {
        background-color: #E4E4E4;
        border: 1px solid #C9C9C9;
    }

        .mCard-Page-Link:hover .mCard-Footer-Page-Link-Title {
            border-bottom: 2px solid;
            padding-bottom: 2px;
        }

.mCard-Body-Page-Link {
    padding: 10px 10px 0px 10px !important;
}

.mCard-Footer-Page-Link-Title {
    font-size: 13px;
}
/*CARD*/
.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}


/*UICTRL*/
.mCard-Header-Title, .mCtrl-Title, .mPanel-Header-Title {
    font-size: 16px;
}

label, select.mFC, .mFC, .select2-container--default .select2-selection--single, .select2-results__option {
    font-size: 12px;
}

    select.mFC, .mFC[type="text"], .mFC[type="input"], .mGvSearch .mIGText,
    .select2-container--default .select2-selection--single, label {
        height: 26px;
        font-size: 12px
    }

.mBtn {
    font-size: 12px;
    display: inline-block;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 2px;
    border:none;
    text-transform: capitalize;
    width: auto;
    font-weight: 500;
    transition-duration: .3s;
    transition: all .3s !important;
    transition-timing-function: ease-in-out;
    padding: 6px 2rem;
    background: var(--BAP);
    color: var(--CW);
}

.mBtnApp {
    background: var(--BAP);
    color: #FFFFFF;
    border-radius: 5px !important;
}

.mBtnRepo {
    background: var(--VSA);
    color: var(--VPA);
    font-size: 12px;
    display: inline-block;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 5px !important;
    border: none;
    text-transform: capitalize;
    width: auto;
    font-weight: 600;
    transition-duration: .3s;
    transition: all .3s !important;
    transition-timing-function: ease-in-out;
    padding: 8px 2rem;
}

    .mBtnRepo:hover, .mBtnRepo:active, .mBtnRepo:focus-visible {
        background: var(--VPA);
        color: var(--VPC);
        border-color: var(--CA) !important;
    }

.mBtnAppDanger {
    background: var(--BAD);
    color: #FFFFFF;
    border-radius: 5px !important;
}

    .mBtnApp:hover, .mBtnApp:active, .mBtnApp:focus-visible {
        background: var(--BAS);
        color: var(--BG-ColorA);
        border-color: var(--CA) !important;
    }


/*UICTRL*/
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*changes var(--CA) stop var(--ST)*/
a {
    text-decoration: none;
    color: var(--CA);
    /*    font-weight: 600;*/
}

p {
    margin-bottom: 0px;
}

label {
    align-items: center;
    display: flex;
}

.mFC {
    border-radius: 1px;
    padding: 2px;
    display: block;
    margin-bottom: 2px;
    width: 100%;
    color: #495057;
    background-color: #fff;
    border: 1px solid var(--CBorder);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}

    .mFC:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }
/*UICTRL*/
/*Scroll-Bar*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--CA1);
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.mUI-Header-Cx {
    webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    background-color: #E8E8E8;
    border: 1px solid #C9C9C9;
    color: var(--CA);
    padding: 5px 0px;
    position: relative;
    margin-bottom: 10px;
}

.mUI-Header-Title {
    margin: 0px;
/*    margin-left:10px;*/
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
}

.mUI-Header-Ctrl {
    justify-content:space-between;
}

/*form CSS*/
.mForm-Header {
/*    webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
/*    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    background-color: var(--FH);
/*    border: 1px solid #C9C9C9;*/
    color: var(--BAP);
    font-weight: bold;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 10px;
}
mForm-Header h2{
    color:var(--BAP);
}

.mForm-input {
    border-radius: 5px;
    padding: 6px 10px;
    display: block;
    margin-bottom: 4px;
    width: 100%;
    color: #495057;
    background-color: #fff;
    border: 1px solid var(--CBorder);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}

    .mForm-input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    /* COMMON INPUT STYLE (used for date & time) */
    .mForm-input[type="date"],
    .mForm-input[type="time"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 10px 12px;
        border-radius: 10px;
        border: 1px solid #dcdcdc;
        background-color: #f9fafb;
        font-size: 14px;
        color: #333;
        transition: all 0.2s ease-in-out;
    }

        /* HOVER */
        .mForm-input[type="date"]:hover,
        .mForm-input[type="time"]:hover {
            border-color: #bfc9d9;
            background-color: #f4f7fb;
        }

        /* FOCUS */
        .mForm-input[type="date"]:focus,
        .mForm-input[type="time"]:focus {
            outline: none;
            border-color: #4a90e2;
            background-color: #fff;
            box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.15);
        }

    /* ICON STYLING (calendar + clock) */
    .mForm-input::-webkit-calendar-picker-indicator {
        cursor: pointer;
        filter: invert(40%) sepia(20%) saturate(500%) hue-rotate(180deg);
        opacity: 0.7;
    }

    /* OPTIONAL: make icon slightly bigger */
    .mForm-input::-webkit-calendar-picker-indicator {
        transform: scale(1.1);
    }

/* REMOVE INNER SPIN BUTTONS (time input cleaner look) */
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-clear-button {
    display: none;
}

/* LABEL STYLE IMPROVEMENT */
label {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 5px;
    display: block;
}



#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
