@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --red-Color: #C0002A;
    --blue-Color: #037c8f; 
    --light-blue-Color: #4ea9f5;
    --mdb-white-rgb: 255,255,255;
    --mud-palette-text-primary: #333;
}
.healthCard {
    height: 40px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    background-color: skyblue !important;
    font-weight: bold;
    padding: 10px 8px;
    vertical-align: middle !important;
    margin: 3px 3px 0 0;
}

.divSeparater {
    font-size: 20px !important;
    font-weight: bold !important;
    vertical-align: middle !important;
    height: 100% !important;
    padding: 5px 4px !important;
    margin-top: 4px !important;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red !important;
}

.validation-message {
    color: red !important;
}



#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.form-floating {
    position: relative;
}

.icon {
    position: absolute;
    top: calc(40%);
    left: 1.25rem;
}

.form-floating label, .form-floating .form-control {
    left: .5rem;
    padding-left: 3.5rem;
}

.custom-modal-dialog-size {
    width: 200px;
}

.custom-modal-dialog {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}



.text-blue {
    color: #4894a4;
}
.text-deep-blue {
    color: #14204e;
}
.text-success {
    color: #2f570f;
}

.table > thead > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.2857143;
    vertical-align: top;
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    color: var(--black) !important;
    font-weight: bold;
    padding: 11px 16px;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    padding: 4px;
    line-height: 1.2857143;
    vertical-align: top;
    border-bottom: 0;
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    color: var(--black) !important;
}

.table > thead {
    height: 40px;
    background-color: #F6F7F6;
    border: 1px solid #C2C4C2;
}





input:-webkit-autofill {
    -webkit-box-shadow: 0px 0px 0px 50px white inset !important;
    border-bottom: solid 1px #bdbbbb !important;
}



.btn-danger {
    background-color: #a32630
}

.btn-success {
    background-color: #538224
}

.linear-progress {
    background: silver;
    width: 25vw;
    margin: 30px auto;
    height: 10px;
    border-radius: 10rem;
    overflow: hidden;
    position: relative;
    font-size:12;
}

    .linear-progress::after {
        position: absolute;
        inset: 0;
        background-color: #3d8ba0;
        scale: var(--blazor-load-percentage, 0%) 100%;
        transform-origin: left top;
        transition: scale ease-out 0.5s;
        content: '';
    }

.mud-input
{
    padding-bottom:0px !important;   
}
    .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
        height: auto !important;
        font-size:13px;
        color:black;
        border-color:red;
    }
.mud-table-cell {
    padding:9px 12px !important;
}
.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: 13px;
}
.tableRowIcon {
    padding: 0 7px;
    cursor: pointer;
    font-size: 16px;
}
.mudOutlinedbtn {
    padding-left: 35px;
    padding-right: 35px;
}
.mud-button-label {
    text-transform: capitalize !important;
}
.bm-header
{
    padding:0 !important;
}
h3.bm-title {
    color: #017285;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px;
    padding-bottom:8px !important;  
    
}
h1.project_tittle {
    color: #0396ad !important;
}
.project_tittle {
    color: #0396ad !important;
}
.bm-header {
    border-bottom: 1px dashed #b6cbcf;
}
.cartIcon {
    font-size: 21px;
    color: red;
}
.cartText {
    width: 50px;
    height: 30px;
    padding: 0;
    border: solid 1px #888;
    border-radius: 3px;
    text-align: center;
}
table.table-bordered {
    border: 1px solid #000;
    margin-top: 20px;
}

    table.table-bordered > thead > tr > th {
        border: 1px solid #000;
    }
    table.table-bordered > thead > tr > td {
        border: 1px solid #000;
        background-color: #d4d4d4 !important;
    }

    table.table-bordered > tbody > tr > td {
        border: 1px solid #000;
    }

.toggle {
    margin-left: 15px;
    position: relative;
    height: 20px;
    width: 50px;
    -webkit-appearance: none;
    background: darkgray;
    outline: none;
    border-radius: 15px;
    
}

    .toggle:before {
        cursor: pointer;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        transform: scale(0.85); 
        border-radius: 50%;
        background: white;
        transition: .5s;
    }

    .toggle:checked {
        background: #2e3f80;  
    }

        .toggle:checked:before {
            left: 30px;
        }

.main-btn:disabled {
    border: solid 1px #808080;
    color: #808080;
    pointer-events: none;
    cursor:none;
}
ul.reg-benifits li a {
    color: #555;
}
ul.reg-benifits li a:hover
{
    text-decoration:none;
}

@font-face {
    font-family: CCode39;
    src: url("/css/open-iconic/font/fonts/ConnectCode39.woff") format('woff')
}

#barcode {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: 'CCode39', sans-serif;
    text-align: center;
    font-size: 10px
}

#barcode_text {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: sans-serif;
    text-align: center;
    font-size: 12px
}

.main-btn.outlined {
    border: solid 1px #0aa6bf;
    color: #0aa6bf;
    border-radius: 4px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 9px 18px;
}

    .main-btn.outlined:hover {
        background-color: #0aa6bf;
        color: white;
        border: solid 1px #0290a6;
    }

.main-btn.darkgreenToolBar {
    background-color: #0aa6bf; 
    color: white;
    border-radius: 4px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 9px 18px;
}
    .main-btn.darkgreenToolBar:disabled {
        color: #bdbfbf;
        border: solid 1px #909191;
    } 
    .main-btn.darkgreenToolBar:hover {
        background-color: white;
        color: #0290a6;
        border: solid 1px #0290a6;
    }

    .btnMinWidth{
        min-width:155px; 
    }

.main-btn.cancel {
    background-color: white;
    color: #C0002A;   
    border-radius: 4px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 9px 18px;
    border: solid 1px #C0002A; 
}
    .main-btn.cancel:hover {
        color: white;
        background-color: #eb5757;
    }
.mud-tab {
    color: var(--mud-palette-primary);
    font-weight: 600;
    font-size: 12px;
}





@media (min-width:768px) {
    .form-group label {
        text-align: left
    }
}
