/* _content/CommonControl/AutoCompleteControl.razor.rz.scp.css */
.blazored-typeahead[b-k05wu4nmkw] {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b2c3d3;
    display: none;
}

.typeahead-background[b-k05wu4nmkw] {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    position: fixed;
    background-color: transparent;
    z-index: 1040;
    cursor: pointer;
}

.blazored-typeahead__controls[b-k05wu4nmkw] {
    position: relative;
    cursor: text;
    display: flex;
    z-index: 1041;
}

.blazored-typeahead__input[b-k05wu4nmkw] {
    flex: 1;
    border: none;
    border-radius: 5px;
    padding: 10px 22px 10px 0px;
}

    .blazored-typeahead__input:focus[b-k05wu4nmkw] {
        outline: none;
    }

.blazored-typeahead__input-multi:focus[b-k05wu4nmkw] {
    outline: none;
    box-shadow: none;
}

.blazored-typeahead__input-hidden[b-k05wu4nmkw] {
    display: none;
}

.invalid[b-k05wu4nmkw] {
    border-color: red !important;
}


.blazored-typeahead__input-mask-wrapper[b-k05wu4nmkw] {
    display: flex;
    width: 100%;
}

.blazored-typeahead__input-multiselect-wrapper[b-k05wu4nmkw] {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.blazored-typeahead__input-mask-wrapper--disabled[b-k05wu4nmkw] {
    background-color: #e9ecef;
    cursor: not-allowed;
    border-radius: 5px 0 0 5px;
    color: grey;
}

    .blazored-typeahead__input-mask-wrapper--disabled:focus[b-k05wu4nmkw] {
        border: none;
    }

.blazored-typeahead__input-mask[b-k05wu4nmkw] {
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 5px 0 0 5px;
}

    .blazored-typeahead__input-mask:focus[b-k05wu4nmkw] {
        outline: none;
    }

.blazored-typeahead__down-arrow path[b-k05wu4nmkw] {
    fill: #dbdbdb;
}

.blazored-typeahead__input-icon[b-k05wu4nmkw] {
    width: 40px;
    display: flex;
    border-radius: 0 5px 5px 0;
    padding: .5rem;
    cursor: pointer;
    background: none;
}

    .blazored-typeahead__input-icon:focus[b-k05wu4nmkw] {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    }

    .blazored-typeahead__input-icon:hover[b-k05wu4nmkw] {
        background-color: #f5f5f5;
    }

        .blazored-typeahead__input-icon:hover .blazored-typeahead__down-arrow path[b-k05wu4nmkw] {
            fill: #333333;
        }

.blazored-typeahead__input-icon--disabled[b-k05wu4nmkw],
.blazored-typeahead__input-icon--disabled:hover[b-k05wu4nmkw] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

    .blazored-typeahead__input-icon--disabled .blazored-typeahead__down-arrow path[b-k05wu4nmkw],
    .blazored-typeahead__input-icon--disabled:hover .blazored-typeahead__down-arrow path[b-k05wu4nmkw] {
        fill: #9c9c9c;
    }

.blazored-typeahead__multi-value[b-k05wu4nmkw] {
    background-color: #dbdbdb;
    display: flex;
    align-items: center;
    min-width: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: .4rem 0 .4rem .4rem;
}

.blazored-typeahead__multi-value-label[b-k05wu4nmkw] {
    color: rgb(51, 51, 51);
    font-size: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    padding: 3px 3px 3px 6px;
}

.blazored-typeahead__multi-value-clear[b-k05wu4nmkw] {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    border: 0;
    outline: none;
}

    .blazored-typeahead__multi-value-clear:focus[b-k05wu4nmkw] {
        outline: none;
    }

    .blazored-typeahead__multi-value-clear:hover[b-k05wu4nmkw] {
        background-color: rgb(212, 212, 212);
        color: rgb(222, 53, 11);
    }

.blazored-typeahead__results[b-k05wu4nmkw] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 450rem;
    overflow-y: auto;
    z-index: 1046;
    width: 100%;
    background: #fff;
}

.blazored-typeahead__result[b-k05wu4nmkw],
.blazored-typeahead__notfound[b-k05wu4nmkw],
.blazored-typeahead__results-help-template[b-k05wu4nmkw],
.blazored-typeahead__results-header[b-k05wu4nmkw],
.blazored-typeahead__results-footer[b-k05wu4nmkw] {
    padding: .5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.blazored-typeahead__selected-item[b-k05wu4nmkw] {
    background-color: #dbdbdb;
}

.blazored-typeahead__selected-item-highlighted[b-k05wu4nmkw] {
    background-color: #d3e2f2;
}

.blazored-typeahead__active-item[b-k05wu4nmkw],
.blazored-typeahead__result:hover[b-k05wu4nmkw],
.blazored-typeahead__result:focus[b-k05wu4nmkw] {
    background-color: #007bff;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    color: #fff;
    cursor: pointer;
}

.blazored-typeahead__loader[b-k05wu4nmkw] {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout-b-k05wu4nmkw 1.0s infinite ease-in-out;
}

.copy[b-k05wu4nmkw] {
    z-index: 1000;
    padding: 0;
    padding-left: 10px !important;
    background: none;
    width: 50px;
    min-width: 0;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout-b-k05wu4nmkw {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.blazored-typeahead__clear[b-k05wu4nmkw] {
    color: black !important;
    position: absolute;
    right: 50px;
    top: 7px;
    font-size: 16px;
}

.blazored-typeahead__results[b-k05wu4nmkw] {
    max-height: 240px !important;
}

@media(max-height: 736px) {

    .blazored-typeahead__results[b-k05wu4nmkw] {
        max-height: 200px !important;
    }
}
/* _content/CommonControl/CustomGrid.razor.rz.scp.css */
.no-col[b-9qydc9fxtu] {
    vertical-align: initial !important;
    width:70px;
}

.currentpage[b-9qydc9fxtu] {
    background-color: var(--core-color) !important;
    color: white !important;
}

.btn-pagno[b-9qydc9fxtu] {
    height: 37px;
    display: inline-block;
    font-size: 14px;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .55rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-pagno:focus[b-9qydc9fxtu] {
        outline: none;
    }

.btn-pag[b-9qydc9fxtu] {
    height: 37px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
   /* padding: .375rem .75rem;*/
    border-radius: .25rem;
    border: 1px solid transparent;
}

.btn-nav-pag[b-9qydc9fxtu] {
    margin-right: 3px;
}

    .btn-nav-pag:hover[b-9qydc9fxtu], .btn-pagno:hover[b-9qydc9fxtu] {
        /*color: #007bff;*/
        color: var(--core-color);
        background-color: #ededed;
    }

    .btn-nav-pag:focus[b-9qydc9fxtu] {
        outline: none;
        color: var(--core-color);
        background-color: #ededed;
        border: 2px solid #e3e3e3;
    }


.lbl-pag-no[b-9qydc9fxtu] {
    font-size: 14px;
    color: gray;
    margin-top: 7px;
}

.lbl-rowcount[b-9qydc9fxtu] {
    font-size: 14px;
    color: gray;
    padding-top: 7px;
    padding-right: 5px;
    float: right;
}

.modal .btn-pag[b-9qydc9fxtu], .modal .btn-pagno[b-9qydc9fxtu], .modal .lbl-pag-no[b-9qydc9fxtu], .modal .lbl-rowcount[b-9qydc9fxtu] {
    color: var(--core-color);
}

.paging[b-9qydc9fxtu] {
    padding: 3px;
    text-align: center;
    /*display: block !important;*/
}

[paging-display = "False"][b-9qydc9fxtu] {
    display: none !important;
}

[paging-display = "True"][b-9qydc9fxtu] {
    display: block !important;
}


/*End Custom Grid fixed Paging No*/

/*table css*/
.table[b-9qydc9fxtu] {
    margin-bottom: unset;
}

.table-layout[b-9qydc9fxtu] {
    table-layout: fixed;
}

.table thead th[b-9qydc9fxtu], table td[b-9qydc9fxtu] {
    vertical-align: middle !important;
    vertical-align: middle !important;
}

table thead[b-9qydc9fxtu] {
    background-color: var(--thead-backcolor);
    color: var(--thead-color);
    font-size: 12px;
}

/*table last row border*/



.table tbody > tr:last-child[b-9qydc9fxtu] {
    border-bottom: 1px solid #D9D7D7;
}

.table tbody tr:hover[b-9qydc9fxtu] {
    background-color: #e0effb !important;
}

table thead th[b-9qydc9fxtu], td[b-9qydc9fxtu] {
    padding: 12px 3px 12px 5px !important;
}

.shoppingH table thead[b-9qydc9fxtu] {
    background-color: #cccccc70;
    color: var(--thead-backcolor);
    font-size: 14px;
}
.dis-block[b-9qydc9fxtu]{
    display: block;
}
/*Box Shadow Theme*/
/*.Box-Shadow .table thead {
    background-color: unset;
    color: rgba(0,123,255,.5);
    font-size: 12px;*/
/*box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;*/
/*}

    .Box-Shadow .table thead tr {
        border-top: 10px solid #F2F5F7;
        border-left: 10px solid #F2F5F7;
        border-right: 10px solid #F2F5F7;*/
/*background: #7bb5f1;*/
/*color: white;
    }

.Box-Shadow .table tbody td {
    padding: 10px !important;
}

.Box-Shadow .table tbody tr {*/
/*box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;*/
/*border-top: 10px solid #F2F5F7;
    border-left: 10px solid #F2F5F7;
    border-right: 10px solid #F2F5F7;
    background: white;
}

.Box-Shadow .table td, .table th {
    border-top: unset;
}

.Box-Shadow .table tbody tr:hover {
    background-color: #e0effb !important;
}

.Box-Shadow .table tbody > tr:last-child {
    border-bottom: 10px solid #F2F5F7;
}*/
.ConsignDetail .table tbody tr:first-child[b-9qydc9fxtu], .ConsignDetail .table tbody
tr:last-child[b-9qydc9fxtu] {
    cursor: unset !important;
}

@media (max-width: 767px) {
    .paging[b-9qydc9fxtu] {
        /* position: sticky;
        bottom: 0;*/
        width: 100%;
        /*background: #fff;*/
        /* margin-bottom: -15px;*/
    }

    .lbl-pag-no[b-9qydc9fxtu] {
        display: none;
    }

    .lbl-rowcount[b-9qydc9fxtu] {
        display: none !important;
    }

    .no-col[b-9qydc9fxtu] {
        display: none !important;
    }

    .showComT[b-9qydc9fxtu] {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .showMobT[b-9qydc9fxtu] {
        display: none !important;
    }
}
/* _content/CommonControl/CustomPaging.razor.rz.scp.css */
.currentpage[b-a6poc6ahy9] {
    background-color: var(--core-color) !important;
    color: white !important;
}

.btn-pagno[b-a6poc6ahy9] {
    height: 37px;
    display: inline-block;
    font-size: 14px;
    color: var(--label-color);
    text-align: center;
    vertical-align: middle;
    padding: .375rem .55rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-pagno:focus[b-a6poc6ahy9] {
        outline: none;
    }

.btn-pag[b-a6poc6ahy9] {
    height: 37px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
   /* padding: .375rem .75rem;*/
    border-radius: .25rem;
    border: 1px solid transparent;
    color: var(--label-color);
}

.btn-nav-pag[b-a6poc6ahy9] {
    margin-right: 3px;
}

    .btn-nav-pag:hover[b-a6poc6ahy9], .btn-pagno:hover[b-a6poc6ahy9] {
        /*color: #007bff;*/
        color: var(--core-color);
        background-color: #ededed;
    }

    .btn-nav-pag:focus[b-a6poc6ahy9] {
        outline: none;
        color: var(--core-color);
        background-color: #ededed;
        border: 2px solid #e3e3e3;
    }

.lbl-pag-no[b-a6poc6ahy9] {
    font-size: 14px;
    color: var(--label-color);
    margin-top: 7px;
}

.lbl-rowcount[b-a6poc6ahy9] {
    font-size: 14px;
    color: var(--label-color);
    padding-top: 7px;
    padding-right: 5px;
    float: right;
}

.modal .btn-pag[b-a6poc6ahy9], .modal .btn-pagno[b-a6poc6ahy9], .modal .lbl-pag-no[b-a6poc6ahy9], .modal .lbl-rowcount[b-a6poc6ahy9] {
    color: var(--core-color);
}

/*Custom Grid fixed Paging No*/
/*[paging ="false"] {
    padding: 3px;
    text-align: center;
    display: block !important;
}

[paging = "true"] {*/ /* is mobile*/
/*padding: 3px;
    text-align: center;
    display: block !important;*/
/*position: fixed;*/
/*position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    margin-bottom: -15px;

}*/

.dis-block[b-a6poc6ahy9]{
    display: block;
}

.paging[b-a6poc6ahy9] {
    padding: 3px;
    text-align: center;
    display: block !important;
}

[paging-display = "False"][b-a6poc6ahy9] {
    display: none !important;
}

[paging-display = "True"][b-a6poc6ahy9] {
    display: block !important;
}

.pad-bot-10[b-a6poc6ahy9]{
    padding-bottom: 10px;
}

@media (max-width: 767px) {

    .paging[b-a6poc6ahy9] {
        /* position: sticky;
        bottom: 0;*/
        width: 100%;
        /*background: #fff;*/
        /* margin-bottom: -15px;*/
    }

    .lbl-pag-no[b-a6poc6ahy9] {
        display: none;
    }

    .lbl-rowcount[b-a6poc6ahy9] {
        display: none !important;
    }

    .no-col[b-a6poc6ahy9] {
        display: none !important;
    }
}
/* _content/CommonControl/CustomTypeAhead.razor.rz.scp.css */
.typeahead-container[b-4lhfea7jze] {
    position: relative;
    box-sizing: border-box;
}

    .typeahead-container .readonly[b-4lhfea7jze] {
        background-color: #e9ecef73;
        opacity: 1;
    }

.typeahead-background[b-4lhfea7jze] {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    position: fixed;
    background-color: transparent;
    z-index: 1040;
    cursor: pointer;
}

.typeahead-control[b-4lhfea7jze] {
    -webkit-box-align: center;
    align-items: center;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    box-sizing: border-box;
    border-color: rgb(204, 204, 204);    
    border-style: solid;
    border-width: 1px;
    transition: all 100ms ease 0s;
    outline: 0px !important;
    /*z-index: 1045;*/
    /*background-color: var(--box-color);*/
    border: none;
}

.textalginInital[b-4lhfea7jze] {
    text-align: initial !important;
}

.typeahead-value-container[b-4lhfea7jze] {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    flex: 1 1 0%;
    padding: 2px 8px;
}

.typeahead-value-placeholder[b-4lhfea7jze] {
    opacity: .5;    
}

/*@media all and (max-width : 767px) {
    .typeahead-value-placeholder {
        opacity: .5;
        font-size: 12px;
    }
    

}*/

.typeahead-single-value[b-4lhfea7jze] {
    color: rgb(51, 51, 51);
    margin-left: 2px;
    margin-right: 2px;
    max-width: calc(100% - 8px);
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    overflow: hidden;
}

.typeahead-multi-value[b-4lhfea7jze] {
    background-color: transparent;
    border: 1px solid var(--core-color);
    display: flex;
    min-width: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 2px;
}

.typeahead-multi-value-label[b-4lhfea7jze] {
    color: rgb(51, 51, 51);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    padding: 3px 3px 3px 6px;
}

.typeahead-multi-value-clear[b-4lhfea7jze] {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    border: 0;
    outline: none;
}

    .typeahead-multi-value-clear:hover[b-4lhfea7jze] {
        background-color: rgb(212, 212, 212);
        color: rgb(222, 53, 11);
    }

.typeahead-indicators[b-4lhfea7jze] {
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box;
    z-index: 0;
}

.typeahead-indicator-separator[b-4lhfea7jze] {
    align-self: stretch;
    background-color: rgb(204, 204, 204);
    margin-bottom: 8px;
    margin-top: 8px;
    width: 1px;
    box-sizing: border-box;    
}

.typeahead-indicator[b-4lhfea7jze] {
    color: rgb(204, 204, 204);
    display: flex;
    box-sizing: border-box;
    padding: 8px;
    transition: color 150ms ease 0s;
    background-color: transparent;
    border: 0;
    outline: none;
    z-index: 1060;
}

.typeahead-clear-indicator[b-4lhfea7jze] {
    color: rgb(204, 204, 204);
    display: flex;
    box-sizing: border-box;
    padding: 8px;
    transition: color 150ms ease 0s;
    width: 40px;
    display: flex;
    padding: 0.5rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #dbdbdb;
}

.typeahead-loading-indicator[b-4lhfea7jze] {
    color: rgb(204, 204, 204);
    display: flex;
    align-self: center;
    font-size: 4px;
    line-height: 1;
    margin-right: 4px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 8px;
    transition: color 150ms ease 0s;
}

.typeahead-loading-dot-1[b-4lhfea7jze],
.typeahead-loading-dot-2[b-4lhfea7jze],
.typeahead-loading-dot-3[b-4lhfea7jze] {
    background-color: rgb(204, 204, 204);
    display: inline-block;
    height: 1em;
    vertical-align: top;
    width: 1em;
    border-radius: 1em;
}

.typeahead-loading-dot-2[b-4lhfea7jze],
.typeahead-loading-dot-3[b-4lhfea7jze] {
    margin-left: 1em;
}

.typeahead-loading-dot-1[b-4lhfea7jze] {
    animation: 1s ease-in-out 0ms infinite normal none running dot-loading;
}

.typeahead-loading-dot-2[b-4lhfea7jze] {
    animation: 1s ease-in-out 160ms infinite normal none running dot-loading;
}

.typeahead-loading-dot-3[b-4lhfea7jze] {
    animation: 1s ease-in-out 320ms infinite normal none running dot-loading;
}

.typeahead-svg[b-4lhfea7jze] {
    display: inline-block;
    fill: currentcolor;
    line-height: 1;
    stroke: currentcolor;
    stroke-width: 0;
}

.typeahead-clear-indicator:hover[b-4lhfea7jze] {
    color: rgb(222, 53, 11);
}

.typeahead-chevron-indicator:hover[b-4lhfea7jze] {
    color: rgb(130, 130, 130);
}

.typeahead-menu[b-4lhfea7jze] {
    top: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 11px;
    margin-bottom: 8px;
    margin-top: 2px;
    position: absolute;
    width: 100%;
    z-index: 1050;
    box-sizing: border-box;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 4px;
}

.typeahead-search-container[b-4lhfea7jze] {
    margin: 0;
    display: flex;
}

.typeahead-search-input[b-4lhfea7jze] {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #bfbfbf;
    padding: .5rem;
    box-sizing: border-box;
}

.typeahead-menu-list[b-4lhfea7jze] {
    max-height: 300px;
    overflow-y: auto;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    box-sizing: border-box;
}

.typeahead-option[b-4lhfea7jze] {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: inherit;
    width: 100%;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 8px 12px;
}

.typeahead-option-no-records[b-4lhfea7jze],
.typeahead-option-loading[b-4lhfea7jze] {
    padding: .5rem;
    opacity: .5;
}

.typeahead-option-footer[b-4lhfea7jze] {
    padding: .5rem;
}

.typeahead-option-selected[b-4lhfea7jze],
.typeahead-option.typeahead-option-selected:hover[b-4lhfea7jze] {
    background-color: rgb(38, 132, 255);
    color: rgb(255, 255, 255);
}

.typeahead-option:hover[b-4lhfea7jze] {
    background-color: rgb(222, 235, 255);
}

@media (max-width: 767px) {
    .my-entry-form .typeahead-control[b-4lhfea7jze] {
        border: none;
        text-align: right;
    }

    .my-entry-form .typeahead-indicators[b-4lhfea7jze] {
        display: none;
    }

    .my-entry-form .typeahead-value-container[b-4lhfea7jze] {
        justify-content: end;
    }

    .search-form .typeahead-control[b-4lhfea7jze] {
        border: 1px solid rgb(191, 191, 191);
        text-align: left;
    }

    .search-form .typeahead-indicators[b-4lhfea7jze] {
        display: flex;
    }

    .search-form .typeahead-value-container[b-4lhfea7jze] {
        justify-content: start;
    }

    .my-entry-form-cus .typeahead-control[b-4lhfea7jze] {
        border: none;
    }

    .my-entry-form-cus .typeahead-indicator-separator[b-4lhfea7jze], .my-entry-form-cus .typeahead-chevron-indicator[b-4lhfea7jze] {
        display: none;
    }
}
/* _content/CommonControl/HTMLDateTimePicker.razor.rz.scp.css */

.custom-date[b-02ar18s8q5] {
    position: relative;
}

    .custom-date input[type=datetime-local][b-02ar18s8q5], .custom-date input[type=date][b-02ar18s8q5], input[type=datetime-local][b-02ar18s8q5], input[type=month][b-02ar18s8q5], input[type=time][b-02ar18s8q5] {
        /*position: relative;*/
        height: 40px;
        color: transparent;
    }

        .custom-date input[type=datetime-local][b-02ar18s8q5]:before, .custom-date input[type=date][b-02ar18s8q5]:before, input[type=datetime-local][b-02ar18s8q5]:before, input[type=month][b-02ar18s8q5]:before {
            position: absolute;
            top: 3px;
            left: 3px;
            content: attr(data-date);
            display: inline-block;
            color: #5b5757;
            background-color: white;
            padding: 5px;
            padding-right: 20px;
            font-size: 14px;
            width: calc(100% - 35px);
            height: auto;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .custom-date input[b-02ar18s8q5]::-webkit-datetime-edit, input[b-02ar18s8q5]::-webkit-inner-spin-button, input[b-02ar18s8q5]::-webkit-clear-button {
        display: none;
    }

    .custom-date input[b-02ar18s8q5]::-webkit-calendar-picker-indicator {
        position: absolute;
        right: 3px;
        color: black;
        opacity: 1;
    }

    /*.custom-date input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {*/
        /*display: none;*/
    /*}

    .custom-date input::-webkit-calendar-picker-indicator {
        position: absolute;
        right: 20px;
        z-index: 1;
        background: transparent;
        height: 40px;
    }*/

.cus_clear_date[b-02ar18s8q5] {
    position: absolute;
    color: gray;
    right: 18px;
    z-index: 1;
    background: transparent;
    height: 41px;
    border: none;
}

.warndate-height input[type=datetime-local][b-02ar18s8q5] {
    height: calc(1.5em + 0.75rem + 2px);
}
/* _content/CommonControl/HTMLTimePicker.razor.rz.scp.css */
/*Date Time Picker*/
.datepicker-width[b-01nwqrgaui] {
	width: calc(100% - 194px);
}

.datepicker-dropdown-pad[b-01nwqrgaui] {
	padding: 0.375rem !important;
}

.time-min-width[b-01nwqrgaui] {
	min-width: 65px;
}

/* End Date*/

/*html Select dropDowm*/
select[b-01nwqrgaui] {
	font-size: 14px;
	height: 33px;
}

.select-custom-css[b-01nwqrgaui] {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 4px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

	.select-custom-css:focus[b-01nwqrgaui] {
		border-color: #80bdff;
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	}
/*End html Select dropDowm*/

.custom-date[b-01nwqrgaui] {
	position: relative;
}

	.custom-date input[type=date][b-01nwqrgaui]:before, input[type=datetime-local][b-01nwqrgaui]:before {
		position: absolute;
		top: 3px;
		left: 3px;
		content: attr(data-date);
		display: inline-block;
		color: #5b5757;
		background-color: white;
		padding: 5px;
		padding-right: 20px;
		font-size: 14px;
		width: calc(100% - 35px);
		height: auto;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.cus_clear_date[b-01nwqrgaui] {
	position: absolute;
	color: gray;
	right: 35px;
	z-index: 1;
	background: transparent;
	height: 41px;
	border: none;
}

.cus-timeinput[errorborder = "err"][b-01nwqrgaui] {
	border: 0.5px solid red !important;
}
/* _content/CommonControl/LargeImageView.razor.rz.scp.css */
.image-container-div[b-7ab8cagiv9] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black !important;
    cursor: pointer;
    z-index: 9999;
    overflow: auto;
}

.image-container[b-7ab8cagiv9] {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

.img-close[b-7ab8cagiv9] {
    position: absolute;
    color: #b5c1cb;
    font-size: 45px;
    font-weight: bold;
    right: 20px;
    z-index: 9;
}

#image-container #middle[b-7ab8cagiv9] {
    vertical-align: middle;
    text-align: center;
}

.img-div[b-7ab8cagiv9] {
    overflow: hidden;
    z-index: 1200;
}

.prev-next-icon[b-7ab8cagiv9] {
    position: absolute;
    top: 48%;
    color: #ffffff;
    font-size: 25px;
}

.right-15[b-7ab8cagiv9] {
    right: 15px;
}

.left-15[b-7ab8cagiv9] {
    left: 15px;
}
/* _content/CommonControl/LargeVideoView.razor.rz.scp.css */
.v-container-div[b-vl53raa5h2] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: black !important;
    cursor: pointer;
    z-index: 6500; 
    overflow:auto;
}

.v-container[b-vl53raa5h2] {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

.video-close[b-vl53raa5h2] {
    position: absolute;
    color: #b5c1cb;
    font-size: 45px;
    font-weight: bold;
    right: 20px;
    z-index: 9;
}

#v-container #middle[b-vl53raa5h2] {
    vertical-align: middle;
    text-align: center;
}

.v-div[b-vl53raa5h2] {
    overflow: hidden;
    z-index: 1200;
}

.prev-next-icon[b-vl53raa5h2] {
    position: absolute;
    top: 48%;
    color: #ffffff;
    font-size: 25px;
}

.right-15[b-vl53raa5h2] {
    right: 15px;
}

.left-15[b-vl53raa5h2] {
    left: 15px;
}
/* _content/CommonControl/NumericTextBox.razor.rz.scp.css */
/*Numeric Textbox*/ 
[numericerr = "err"] .numeric-wrap[b-tpx5znw6bh] {
    border: 1px solid red;
}
.numerictextbox[b-tpx5znw6bh] {
    border-width: 0;
    background-color: transparent;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 1rem;
    color: #292b2c;
    border-color: rgba(33,37,41,.125);
}

.numeric-wrap[b-tpx5znw6bh] {
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    color: #292b2c;
    background-color: #fff;
    border-color: rgba(33,37,41,.15);
    display: flex;
    flex-direction: row;
    border-radius: .25rem;
    padding: 0;
    width: 100%;
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    cursor: default;
    outline: 0;
}

    .numeric-wrap input[b-tpx5znw6bh] {
        padding: 10px;
        padding-top:16px;
        text-align: right;
        flex: 1 1 0;
        width: 100%;
        height: calc(.75rem + 1.5em);
        box-sizing: border-box;
        border: 0;
        outline: 0;
        color: inherit;
        background: 0 0;
        font: inherit;
        display: flex;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
 
.numeric-select[b-tpx5znw6bh] {
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    width: calc(17px + .75rem);
    border-radius: 0 .25rem .25rem 0;
    border-width: 0 0 0 1px;
    box-sizing: border-box;
    border-style: solid;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-color: #e4e7eb;
    border-color: #e4e7eb;
}

.numeric-link-increse[b-tpx5znw6bh] {
    display: block;
    height: calc(.375rem + .75em);
    overflow: hidden;
    position: relative;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.numeric-icon[b-tpx5znw6bh] {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 1em;
    height: 1em;
    speak: none;
    text-transform: none;
    text-decoration: none;
    vertical-align: middle;
}
 
.numeric-link-decrease[b-tpx5znw6bh] {
    display: block;
    height: calc(.375rem + .75em);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.border-none[b-tpx5znw6bh]{
    border: none !important;
}
 
/* _content/CommonControl/SaleVoucherDetail.razor.rz.scp.css */
.del-container[b-0fb6lstryh]{
    width : 66em;
    margin: auto;

}

@media print {
    body *[b-0fb6lstryh] {
        visibility: hidden;
    }

    #voucher-detail[b-0fb6lstryh], #voucher-detail *[b-0fb6lstryh] {
        page-break-before: always;
        visibility: visible;
    }

    #voucher-detail[b-0fb6lstryh] {
        left: 0px;
        top: 0px;
        position: absolute;
        width: 100%;
    }

    p[b-0fb6lstryh] {
        page-break-before: always;
    }
}
/* _content/CommonControl/SaleVoucherLists.razor.rz.scp.css */
.w-40per[b-2r51tdtp37]{
    width : 40%;
}

.w-20per[b-2r51tdtp37]{
    width : 20%;
}

.db-voucher-h[b-2r51tdtp37] {
    min-height: 239px;
}

.ord-container[b-2r51tdtp37] {
    padding: 5px 15px;
    border-radius: 1px 96px 1px 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26), 0 2px 10px 0 rgba(0,0,0,.22) !important;
    background: #fff;  
    
}

.white[b-2r51tdtp37] {
    background: #fff !important;
}

.virtualize-card[b-2r51tdtp37] {
    min-width: 320px;
    flex: 1;
    text-align: center;
    background: unset;
    margin-bottom: 15px;
}

.order-hcolor[b-2r51tdtp37] {
    /*color: #ccc4c4;*/
    color: #6c757d;
}

.yellow[b-2r51tdtp37] {
    background: #f1f147;
    /*background: #FFBB38;*/
}

.orange[b-2r51tdtp37] {
    background: #FF8800;
    color: #fff !important;
}

.orangered[b-2r51tdtp37] {
    background: orangered;
    color: #fff !important;
}

.red[b-2r51tdtp37] {
    background: #FB275D;
    color: #fff !important;
}

.red-txt[b-2r51tdtp37] {
    color: #FB275D;
}

.yellow-txt[b-2r51tdtp37] {
    color: #f1f147;
}

.orange-txt[b-2r51tdtp37] {
    color: #FF8800;
}

.orangered-txt[b-2r51tdtp37] {
    color: orangered;
}

.black-txt[b-2r51tdtp37] {
    color: #000;
}




@media(max-width:320px) {

    .virtualize-card[b-2r51tdtp37] {
        min-width: 290px;
    }
  
}

@media (min-width: 730px) {
    .virtualize-card[b-2r51tdtp37] {
        margin-left: 15px;
    }
}
/* _content/CommonControl/SearchControl.razor.rz.scp.css */
.search-container[b-wfm4xibdt5] {
    margin-left: auto;
}

.left-header[b-wfm4xibdt5] {
    transform: scale(0.8);
    opacity: 0;
    display: none;
    transition: transform 0.4s linear, opacity 0.4s linear,display 0.8s linear;
}

.search-Div[b-wfm4xibdt5] {
    width: 100%;
    display: table;
    position: relative;
    float: right;
}

.searchInput[b-wfm4xibdt5] {
    background: 0 0;
    border: none;
    outline: 0;
    width: 0;
    min-width: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    line-height: 18px;
    margin: 0;
    font-size: small;
    -webkit-appearance: none;
    transition: all .5s ease;
    cursor: pointer;
    color: #000;
    height: 30px;
    margin-left: 100%;
    padding-right: 27px;
}

    .searchInput.active[b-wfm4xibdt5] {
        width: 100%;
        border-bottom: 2px solid var(--icon-color);
        margin-left: 0;
        color: var(--core-color);
    }

.search-button[b-wfm4xibdt5] {
    position: absolute !important;
    right: 5px;
    top: 10px;
    z-index: 1;
    margin-left: 0px;
    transform: translate(0, -50%);
    display: block;
}


.search-toggle[b-wfm4xibdt5] {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}

    .search-toggle[b-wfm4xibdt5]::before, .search-toggle[b-wfm4xibdt5]::after {
        content: '';
        position: absolute;
        display: block;
        transition: all 0.1s;
    }

    .search-toggle[b-wfm4xibdt5]::before {
        border: 2px solid var(--icon-color);
        border-radius: 50%;
        width: 100%;
        height: 100%;
        left: -2px;
        top: -2px;
    }

    .search-toggle[b-wfm4xibdt5]::after {
        height: 2px;
        width: 9px;
        background: var(--icon-color);
        top: 18px;
        left: 13px;
        transform: rotate(45deg);
    }

    .search-toggle.active[b-wfm4xibdt5]::before {
        width: 0;
        border-width: 1px;
        border-radius: 0;
        transform: rotate(45deg);
        background: var(--icon-color);
        top: 10%;
        left: 11px;
    }

    .search-toggle.active[b-wfm4xibdt5]::after {
        width: 20px;
        left: 15%;
        top: 56%;
    }

/*--- -White -------*/
[search-toggle = "white"][b-wfm4xibdt5]::before {
    border: 1px solid white !important;
}

[search-toggle = "white"][b-wfm4xibdt5]::after {
    background: white !important;
}

[leftarrow = "white"][b-wfm4xibdt5] {
    background-color: white !important;
}

    [leftarrow = "white"][b-wfm4xibdt5]::after, [leftarrow = "white"][b-wfm4xibdt5]::before {
        background-color: white !important;
    }

[searchInput = "white"][b-wfm4xibdt5] {
    color: white !important;
}

    [searchInput = "white"].active[b-wfm4xibdt5] {
        border-color: white !important;
    }
/*---- End White-----*/

/*--- -Green -------*/

[search-toggle = "green"][b-wfm4xibdt5]::before {
    border: 1px solid #72BE44 !important;
}

[search-toggle = "green"][b-wfm4xibdt5]::after {
    background: #72BE44 !important;
}

[leftarrow = "green"][b-wfm4xibdt5] {
    background-color: #72BE44 !important;
}

    [leftarrow = "green"][b-wfm4xibdt5]::after, [leftarrow = "green"][b-wfm4xibdt5]::before {
        background-color: #72BE44 !important;
    }

[searchInput = "green"][b-wfm4xibdt5] {
    color: #72BE44 !important;
}

    [searchInput = "green"].active[b-wfm4xibdt5] {
        border-color: #72BE44 !important;
    }
/*---- End Green-----*/

.left-header[b-wfm4xibdt5] {
    transform: scale(0.8);
    opacity: 0;
    display: none;
    transition: transform 0.4s linear, opacity 0.4s linear,display 0.8s linear;
}

.leftarrow-div[b-wfm4xibdt5] {
    position: relative;
    left: 50%;
    width: 30px;
    cursor: pointer;
    display: none;
}

.leftarrow[b-wfm4xibdt5] {
    position: absolute;
    width: 17px;
    top: 50%;
    height: 2px;
    background-color: var(--icon-color);
    animation: arrleft-b-wfm4xibdt5 1s ease-in-out;
}

.right-0[b-wfm4xibdt5] {
    right: 0 !important;
    width: 100%;
    top: 16px !important;
}

@keyframes arrleft-b-wfm4xibdt5 {
    0% {
        transform: translate(150px, 0);
    }

    50% {
        transform: translate(1px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.leftarrow[b-wfm4xibdt5]::after, .leftarrow[b-wfm4xibdt5]::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    right: 7px;
    background-color: var(--icon-color);
}

.leftarrow[b-wfm4xibdt5]::after {
    top: 3px;
    transform: rotate(-145deg);
}

.leftarrow[b-wfm4xibdt5]::before {
    top: -3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(145deg);
}

.searchIcon[b-wfm4xibdt5] {
    top: 5px;
    right: 0;
}


@media(max-width: 767px) {

    .header-lit-enf[b-wfm4xibdt5] {
        margin-left: 0px;
    }

    .search-full[b-wfm4xibdt5] {
        width: 100%;
    }

    .search-button.active[b-wfm4xibdt5] {
        display: none;
    }

    .leftarrow-div.active[b-wfm4xibdt5] {
        left: 5px;
        display: block;
        transition: all 0.6s linear;
    }

    .searchInput.active[b-wfm4xibdt5] {
        width: calc(100% - 30px);
        border: 1px solid var(--icon-color);
        margin-left: 0;
        border-radius: 50px;
        padding-left: 15px;
    }

    .search-Div.active[b-wfm4xibdt5] {
        display: flex;
        position: relative;
        float: none;
    }

    .search-container[b-wfm4xibdt5] {
        margin-left: 0;
        width: 100%;
    }
}
/* _content/CommonControl/UploadFile.razor.rz.scp.css */
:root[b-ylyzuv7fv5] {
    --gray-btn-color: #64676a;
    --gray-disbtn-color: #ced4da;
}

/*Chatting*/

.uplodad-container[b-ylyzuv7fv5] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .uplodad-container input[b-ylyzuv7fv5] {
        cursor: pointer;
        font-size: 16px;
        opacity: .01;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }

    .uplodad-container .upload-button[b-ylyzuv7fv5] {
        /*background: var(--core-color);*/
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        width: 31px;
        height: 28px;
        margin-top: 3px;
    }

.font-24[b-ylyzuv7fv5] {
    font-size: 24px;
}

/*End Chatting*/


/*Pencil Profile*/

.imgedit-container[b-ylyzuv7fv5] {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*border: 2px solid var(--core-color);*/
    top: 66%;
    right: -2%;
    background: white;
    cursor: pointer;
}


.chatprofile-img[b-ylyzuv7fv5] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 2px;
    /*border: 1px solid var(--core-color);*/
    text-align: center;
}

    .chatprofile-img img[b-ylyzuv7fv5] {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        object-position: 50% 50%;
    }


.profile-img[b-ylyzuv7fv5] {
    position: absolute;
    top: 28%;
    left: 25%;
    transform: translate(-44%,-24%);
}

/*End Pencil Profile*/

/*Camera Design*/

.camera-img[b-ylyzuv7fv5] {
    height: 150px;
    border-radius: 0%;
    padding: 2px 2px 2px 15px;
    text-align: center;
}

    .camera-img img[b-ylyzuv7fv5] {
        width: 100%;
        height: 100%;
        border-radius: 0;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .camera-img input[b-ylyzuv7fv5] {
        cursor: pointer;
        font-size: 16px;
        opacity: .01;
        position: absolute;
        right: -5%;
        top: 90%;
        width: 30px;
        z-index: 1;
    }

.cameraimgedit-container[b-ylyzuv7fv5] {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*border: 2px solid var(--core-color);*/
    top: 90%;
    right: -5%;
    background-color: transparent;
    cursor: pointer;
    font-size: 25px;
    color: #035a7bad;
}

@media(min-width: 768px) {

    .camera-position[b-ylyzuv7fv5] {
        position: relative;
    }
}

@media(max-width:767px) {

    .camera-position[b-ylyzuv7fv5] {
        position: relative;
        width: 130px;
        height: 130px;
        top: 7%;
        padding: 2px 2px 2px 2px;
    }
}

/*End Camera Design*/



/*Icon With Square*/


.newsfeed input[b-ylyzuv7fv5] {
    cursor: pointer;
    font-size: 16px;
    opacity: .01;
    position: absolute;
    /* right: -2%;
    top: 66%;*/
    width: 55px;
    z-index: 1;
    top: 9px;
    left: 1px;
}

.type-btn[b-ylyzuv7fv5] {
    width: 55px;
    border: 1px solid var(--gray-btn-color);
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
    /*cursor: pointer;*/
    position: relative;
    background: white;
}

.type-btn-disable[b-ylyzuv7fv5] {
    border: 1px solid var(--gray-disbtn-color) !important;
}

.type-text[b-ylyzuv7fv5] {
    font-size: 11px;
    color: var(--gray-btn-color);
}

.type-text-dis[b-ylyzuv7fv5] {
    font-size: 11px;
    color: var(--gray-disbtn-color);
}

.btn-type-gray[b-ylyzuv7fv5] {
    color: var(--gray-btn-color);
}

.btn-type-graydis[b-ylyzuv7fv5] {
    color: var(--gray-disbtn-color);
}

/*End Icon With Square*/

/*default square*/

.h-170px[b-ylyzuv7fv5] {
    height: 170px;
}

.h-138px[b-ylyzuv7fv5] {
    height: 150px;
}

.inner-fileicon[b-ylyzuv7fv5] {
    position: absolute;
    top: 28%;
    text-align: center;
    font-size: 24px !important;
    right: 45%;
    color: #c3a2a5;
}

.inner-filetext[b-ylyzuv7fv5] {
    text-align: center;
    position: absolute;
    top: 50%;
    color: #770b168c;
}


.no-image[b-ylyzuv7fv5] {
    width: 138px;
    height: 138px;
    background: #770b162e;
    position: absolute;
    display: block;
    border: 0.5px solid #770b1617;
    border-radius: 3px;
}


    .no-image input[b-ylyzuv7fv5] {
        cursor: pointer;
        opacity: .01;
        position: absolute;
        left: 0;
        top: 0;
        height: 138px;
        width: 138px;
    }


.img-style[b-ylyzuv7fv5] {
    max-width: 100%;
    max-height: 100%;
}

.cropbtn-design[b-ylyzuv7fv5] {
    width: 40px;
    background: none;
    border: none;
    padding: 0;
}

.pad-top-5[b-ylyzuv7fv5] {
    padding-top: 5px;
}

.imgedit-icon[b-ylyzuv7fv5] {
    padding: 5px;
    font-size: 18px;
    /*color: var(--core-color);*/
}


/*End default square*/

/*Dash Icon Square*/

.browse-color[b-ylyzuv7fv5] {
    color: #007bff;
    text-decoration: underline;
}

.drop-color[b-ylyzuv7fv5] {
    color: rgb(204 204 204);
}

.dash-container[b-ylyzuv7fv5] {
    border: 1px solid rgb(204 204 204);
    border-style: dashed;
    border-width: 2px;
}

.sub-container[b-ylyzuv7fv5] {
    text-align: center;
    /*margin-top: 15px;*/
    position: relative;
    height: 90px;
    width: 200px;
    margin: auto;
}
.allUpload-image[b-ylyzuv7fv5]{
    width: 100px;
}
.color-container[b-ylyzuv7fv5] {
    text-align: center;
    position: relative; 
    margin: auto;
    height: 110px;
}

    .color-container input[b-ylyzuv7fv5] {
        width: 100%;
        height: 120px;
    }

    .color-txt[b-ylyzuv7fv5] {
        font-size: 14px;
        color: gray;
        font-weight: bold;
    }
.color-dash-container[b-ylyzuv7fv5]  {
    border: 0.5px dashed rgb(204 204 204);
    border-radius: 5px;
}
.dash-container input[b-ylyzuv7fv5] {
    cursor: pointer;
    opacity: .01;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*End Dash Icon Square*/

/*New Dash Icon Square*/

.size-color[b-ylyzuv7fv5] {
    color: #4883E7;
}

.pad-10[b-ylyzuv7fv5] {
    padding: 10px;
}

.gray-color[b-ylyzuv7fv5] {
    color: gray;
}

/*End New Dash Icon Square*/






/* _content/CommonControl/wwwroot/svgicon/TrophyBigIcon.razor.rz.scp.css */
.box-canvas[b-mgg07blfjz]{
  position: relative;
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 60px;
  height:60px;
}

.box-canvas[b-mgg07blfjz]::after {
  content: '';
  position: absolute;
  right: 14px;
  top: -2px;
  width: 7px;
  height: 7px;
  background: #FFF2C3;
  transform: rotate(20deg);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.7;
}

.handle[b-mgg07blfjz] {
  position: absolute;
  top: 3px;
  width: 10px;
  height: 20px;
  border-radius: 50%;
}

    .handle.left[b-mgg07blfjz] {
        left: 3px;
        transform: rotate(-30deg);
        border: 3px solid #eeb442;
    }

    .handle.right[b-mgg07blfjz] {
        right: 3px;
        transform: rotate(30deg);
        border: 3px solid #eeb442;
    }

.cup[b-mgg07blfjz] {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    background: #eeb442;
    border-radius: 0 0 50% 50%;
}

.lip[b-mgg07blfjz] {
    position: absolute;
    top: -1px;
    height: 2px;
    width: 39px;
    left: -2px;
    background: linear-gradient(to left, #F6AE1E,#F6AE1E 6px, #eeb442 6px );
    border-radius: 10% / 50%;
}

/* Shine */
.cup[b-mgg07blfjz]::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 25px;
  height: 28px;
  border-radius: 0 0 50% 50%;
  box-shadow: -2px 0 0 #FFF2C3;
}

/* Shade */
.cup[b-mgg07blfjz]::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 0 0 50% 50%;
    box-shadow: 4px 0 0 #F6AE1E;
    right: 4px;
}

.trophy-bottom[b-mgg07blfjz] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    width: 20px;
    height: 12px;
    background: #eeb442;
}

.cutout.left[b-mgg07blfjz] {
    position: absolute;
    left: -2px;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 0 0 50% 0;
    transform: skew(-20deg);
}

    .cutout.left[b-mgg07blfjz]::before {
        content: '';
        position: absolute;
        width: 8px;
        height: 7px;
        top: 2px;
        box-shadow: 1px 0 0 white;
        border-radius: 0 0 50% 0;
        left: 1px;
    }
    .cutout.left[b-mgg07blfjz]::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 7px;
        top: 2px;
        box-shadow: 1px 0 0 white;
        border-radius: 0 0 50% 0;
        left: 1px;
    }
.trophy-bottom[b-mgg07blfjz]::before {
    content: '';
    position: absolute;
    right: -2px;
    width: 8px;
    height: 8px;
    background:white;
    border-radius: 0 0 0 50%;
    transform: skew(20deg);
    box-shadow: -2px 0 0 #F6AE1E;
}

.trophy-bottom[b-mgg07blfjz]::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #F6AE1E;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.stand[b-mgg07blfjz] {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 10px;
    background: #603814;
}

    .stand[b-mgg07blfjz]::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        width: 34px;
        background: #3F220F;
    }

.plaque[b-mgg07blfjz] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 6px;
    background: #eeb442;
    background: linear-gradient(45deg, #FFF2C3, #FFF2C3 40%, #eeb442 40% );
    color: #F6AE1E;
    font-family: Arial, sans-serif;
    font-size: 4.5px;
    padding-top: 0.75px;
    text-align: center;
}

.screws[b-mgg07blfjz] {
  position: absolute;
  width: 14px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.screws.top[b-mgg07blfjz] {
  top: 0.5px;
}

.screws.bottom[b-mgg07blfjz] {
  bottom: 0.5px;
}

    .screws[b-mgg07blfjz]::before {
        content: '';
        position: absolute;
        left: 0;
        width: 1.5px;
        height: 1.5px;
        background: #F6AE1E;
        border-radius: 50%;
    }

    .screws[b-mgg07blfjz]::after {
        content: '';
        position: absolute;
        right: 0;
        width: 1.5px;
        height: 1.5px;
        background: #F6AE1E;
        border-radius: 50%;
    }


.onestar[b-mgg07blfjz] {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin-left: -5px;
    position: absolute;
}

    .onestar[b-mgg07blfjz]::before {
        content: '★';
        letter-spacing: 3px;
        background: linear-gradient(90deg, #ffc107 calc(100 / 5 * 100%), #eee calc(100 / 5 * 100%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .one[b-mgg07blfjz] {
        top: -26px;
        transform: rotate(45deg);
        animation: bigDiv 1s forwards infinite;
    }

.two[b-mgg07blfjz] {
    top: -36px;
    left: 22px;
    animation: bigDiv 1.3s forwards infinite;
}

     .three[b-mgg07blfjz] {
        right: -4px;
        top: -26px;
        transform: rotate(45deg);
        animation: bigDiv 0.8s forwards infinite;
    }
