

/*left toolbar*/
body.mfbpom-app .mantine-w1gl3i, .mantine-w1gl3i:hover {
    border-left-color: rgb(30 120 197);
    background-color: rgb(30 120 197);
    color: rgb(255, 255, 255);
}

body.mfbpom-app .mantine-w1gl3i {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: rgb(255, 255, 255);
    padding: 0px 16px;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    border-top-right-radius : 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
}

/*custom line icon*/
body.mfbpom-app .mantine-w1gl3i .__mantine-ref-myNavLinkIcon, .mantine-w1gl3i:hover .__mantine-ref-myNavLinkIcon {
    color: rgb(255, 255, 255);
    border-right: 3px solid white;
    padding-right: 10px;
    margin-left: -4px;
    width: 35px;
    height: 45px;
}

/*Menu gaps*/
.mantine-samkn1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    top: var(--mantine-header-height);
    left: 0px;
    bottom: 0px;
    z-index: 100;
    height: calc(100vh - var(--mantine-header-height, 0px) - var(--mantine-footer-height, 0px));
    width: 200px;
    position: fixed;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border-right: 1px solid rgb(233, 236, 239);
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 6px;
}

/*Option menu position*/
.mantine-1qqk6ed:hover {
    background-color: rgb(241, 243, 245);
    color: rgb(0, 0, 0);
    margin-left: 16px;
    margin-right: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*Page header*/

body.mfbpom-app .mantine-vyvup4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    max-height: 50px;
    position: fixed;
    box-sizing: border-box;
    background-color: rgb(30 120 197);
    border-bottom: 1px solid rgb(233, 236, 239);
    z-index: 401;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url('/images/header.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

body.mfbpom-app .mantine-vfjrm7 {
    color: black;
    font-family: avenir;
    cursor: default;
}

body.mfbpom-app .mantine-43n0fx, .mantine-43n0fx::before, .mantine-43n0fx::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: rgb(255, 255, 255) !important;
    outline: transparent solid 1px;
    transition-property: background-color, transform;
    transition-duration: 300ms;
}

body.mfbpom-app .mantine-43n0fx[data-opened] {
    background-color: transparent !important;
}


/*user table*/
body.mfbpom-app .mantine-rph89u {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgb(222, 226, 230);
    position: relative;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

/*user table content*/
body.mfbpom-app .mantine-10qcvyo tbody tr td {
    padding: 10px;
    border-bottom: none;
    font-size: 14px;
}

/*button top right*/
body.mfbpom-app .mantine-90t93q {
    display: block;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
}


body.mfbpom-app .mantine-90t93q:hover {
    background-color: rgb(57, 101, 145);
    opacity: 1;
    color: white;
}

/*top button hover*/

body.mfbpom-app .mantine-10ihq2x, .mantine-10ihq2x:hover {
    background-color: rgb(57 101 145);
    opacity: 1;
}

/*admin button*/
body.mfbpom-app .mantine-nvmn97 {
    appearance: none;
    text-align: left;
    box-sizing: border-box;
    height: 36px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    width: auto;
    position: relative;
    user-select: none;
    cursor: pointer;
    border: 1px solid #e7f3fd;
    background-color: transparent;
    display: block;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: #e7f3fd;
    font-size: 14px;
    font-weight: 500;
}

body.mfbpom-app .mantine-nvmn97:hover {
    background-color: rgb(57, 101, 145);
    opacity: 0.9;
}

body.mfbpom-app body.mfbpom-app .mantine-nvmn97:hover {
    background-color: rgb(57, 101, 145);
    opacity: 0.9;
}

/*status button*/
body.mfbpom-app .mantine-13rvpe8 {
    -webkit-tap-highlight-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 11px;
    height: 20px;
    line-height: 18px;
    text-decoration: none;
    padding: 0px 10.6667px;
    box-sizing: border-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    text-transform: uppercase;
    border-radius: 32px;
    font-weight: 700;
    letter-spacing: 0.25px;
    cursor: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgb(235 245 251);
    color: rgb(64 118 192);
    border: 1px solid transparent;
}


/*slide bar status*/
body.mfbpom-app input:checked + .mantine-ug7znc {
    background-color: rgb(64 138 192);
    border-color: rgb(64 138 192);
    color: rgb(255, 255, 255);
    transition: color 150ms ease 0s;
}

/*Main page profile circle*/
body.mfbpom-app .mantine-1km98cq {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 48px;
    color: rgb(64 122 192);
    font-weight: 700;
    background-color: rgb(235 245 251);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 60px;
}

/*main page text*/
body.mfbpom-app .mantine-1n1w4h9 {
    font-family: -apple-system, BlinkMacSystemFont, "Lato", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    color: #004e89;
    font-size: inherit;
    line-height: 1.55;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

body.mfbpom-app .mantine-1vfgt9f {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    padding-bottom: 10px;
}

/*main page gaps*/
body.mfbpom-app .mantine-1xldhcg {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
}

/*Pagination*/
body.mfbpom-app .mantine-19h22xq {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 8px;
    background-color: rgb(241 243 245);
    padding: 10px;
    margin-top: 10px;
    border-radius: 2px;
}


/*table gaps*/
body.mfbpom-app .mantine-10qcvyo tbody tr td {
    padding: 10px;
    border-bottom: none;
    font-size: 14px;
    padding-top: 20px;
}


/*Title color*/
body.mfbpom-app .mantine-1703ybt {
    -webkit-tap-highlight-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    cursor: pointer;
    border: 0px;
    appearance: none;
    font-size: 16px;
    background-color: transparent;
    text-align: left;
    color: rgb(0 74 149);
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
}

body.mfbpom-app .mantine-10qcvyo thead tr th, .mantine-10qcvyo tfoot tr th {
    text-align: left;
    font-weight: 500;
    color: rgb(0 74 149);
    font-size: 14px;
    padding: 10px;
}

body.mfbpom-app .mantine-10qcvyo thead tr th {
    border-bottom: 1px solid rgb(3 57 112);
}


/*Form user*/
body.mfbpom-app .mantine-yz9x58 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgb(222, 226, 230);
    position: relative;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    width: 600px;
    padding: 16px;
}

body.mfbpom-app .mantine-hxg85s {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgb(222, 226, 230);
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 600px;
    overflow: unset;
    padding: 16px;
}

body.mfbpom-app .mantine-4tp0h4 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgb(222, 226, 230);
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    width: 600px;
    position: relative;
    padding: 16px;
}

/*Search function*/

body.mfbpom-app .mantine-2e6cb7 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgb(222, 226, 230);
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

body.mfbpom-app .mantine-1tzosn9 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border: 1px solid rgb(222, 226, 230);
    position: relative;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

body.mfbpom-app .mantine-azje37 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 16px;
}

body.mfbpom-app .mantine-vfiw7 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid rgb(222, 226, 230);
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
}

/*Search button*/
body.mfbpom-app .mantine-4xmesm {
    padding: 0px 18px 0px 12px;
    appearance: none;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    height: 36px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: rgb(66 134 201);
    color: rgb(255, 255, 255);
}

body.mfbpom-app .mantine-1ic9apo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    color: white;
    font-size: 18px;
    line-height: 1.55;
    text-decoration: none;
}

/*Welcome Page*/

body.mfbpom-app .mantine-njgtw7 {
    position: fixed;
    inset: 0px;
    height: 100vh;
    background-color: #004e89;
    background-image: url(/images/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

body.mfbpom-app .mantine-13bl7c2 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.137) 0px 2px 5px, rgba(0, 0, 0, 0.228) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 800px;
    margin-top: 60px;
    padding: 0px;
}

body.mfbpom-app .mantine-1t09mp5 {
    -webkit-tap-highlight-color: transparent;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.55;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Montserrat", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    color: rgb(41, 82, 163);
    margin-bottom: 50px;
}

    /*Welcome page button*/

body.mfbpom-app .mantine-1b2g452 {
    padding: 0px 22px;
    appearance: none;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    height: 42px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 16px;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: rgb(34, 139, 230);
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

body.mfbpom-app .mantine-1b2g452:hover {
    background-color: rgb(23 104 174);
}

/*cases*/

body.mfbpom-app .mantine-8nr514:disabled, .mantine-8nr514[data-disabled] {
    border-color: transparent;
    background-color: rgb(233, 236, 239);
    color: rgb(147 147 147);
    cursor: not-allowed;
    background-image: none;
    pointer-events: none;
}

body.mfbpom-app .mantine-l8qp3y:hover {
    background-color: rgb(169 219 255 / 35%);
}

body.mfbpom-app .mantine-123gri0 {
    -webkit-tap-highlight-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Montserrat", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 600;
    cursor: pointer;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-image: initial;
    appearance: none;
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    padding: 12px 16px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    border-bottom-style: solid;
    margin-bottom: -2px;
    border-radius: 4px 4px 0px 0px;
}

body.mfbpom-app .mantine-39kpez {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 16px;
}

body.mfbpom-app .mantine-rbf2ec {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

body.mfbpom-app .mantine-jincww {
    font-family: -apple-system, BlinkMacSystemFont, "Montserrat", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    color: #004e89;
    font-size: 20px;
    line-height: 1.55;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 20px;
}

body.mfbpom-app .mantine-18r671y {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    gap: 16px;
    margin: 65px;
    align-items: center;
    justify-content: space-between;
}

body.mfbpom-app .mantine-rerv9g main {
    background: rgb(94 115 136);
    background-size: cover;
    background-image: url(/images/main-bg.png);
}

body.mfbpom-app .mantine-5f6x53 {
    box-sizing: border-box;
    padding: 4px 0px;
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

body.mfbpom-app .mantine-114yv96 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    font-size: inherit;
    line-height: 1.55;
    text-decoration: none;
    color: black;
    margin-top: 60px;
    font-weight: 500;
}

/* ------------------------ uncommon */
body.mfbpom-app .mantine-ef50cd,
body.mfbpom-app .mantine-x2xz2i {
    width: 45%;
    background-image: url(/images/box-bg-login.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    flex-direction: column;
    gap: 30px;
    margin: 0px;
    padding: 50px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

body.mfbpom-app .mantine-1659fq7{
    border:1px solid white;
 }
 body.mfbpom-app .mantine-1659fq7>svg{
     color:white;
 }

 body.mfbpom-app .mantine-fw7o5 {
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border: 1px solid rgb(222, 226, 230);
    position: relative;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    width: 250px;
    height: 360px;
    cursor: pointer;
    padding: 16px;
}