﻿.zxing-button {
    border-radius: 10px;
    padding: 5px 10px 5px 10px !important;
    text-decoration: none;
    font-weight: 500;
    margin: 10px 10px 10px 0px;
    background-color: rebeccapurple;
    color: #fbfbfb;
}

.apexcharts-title-text, .apexcharts-xaxis-title-text, .apexcharts-yaxis-title-text {
    display: none;
}

.zxing-title {
    display: none;
}
.zxing-video-container video {
    width: 100%;
}

.dropdown-item {
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
}

.full-height {
    height: 100vh;
}

.list-group-item{
    background:transparent !important;
}

label {
    margin-bottom: .5rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #3f4254;
}

.mw-120{
    min-width:120px;
}

.w-35{
    min-width:35% !important;
    width:35% !important;
}

.top-15 {
    top: 15% !important;
}
.sidebar-open-button {
    background: #fff;
    bottom: 30px;
    right: 30px;
    font-size: 1.25rem;
    z-index: 990;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 16%);
    cursor: pointer;
    width: 40px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.form-group {
    margin-bottom: 10px;
}

.blazored-toast {
    padding: 5px 15px !important;
    width: 300px !important;
}

.blazored-toast-message {
    margin-bottom: 10px !important;
}

.blazored-toast-body .blazored-toast-header h5 {
    margin-top: 10px;
    font-size: 1.25rem !important;
    /*text-transform: none !important;*/
}

.blazored-typeahead__input {
    padding: .4rem .5rem .4rem .5rem !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;
    }


.validation-message{
    color:red;
}

.ct-icon-20 {
    width:20px;
    height:20px;
}

.ct-icon-50 {
    width: 50px;
    height: 50px;
}

.thumb-img {
    max-height: 50px;
    height: 50px;
    min-width:50px;
    width:auto;
    max-width: auto;
}

.thumb-img-75 {
    max-height: 75px;
    height: 75px;
    min-width: 75px;
    width: auto;
    max-width: auto;
}

.thumb-img-100 {
    max-height: 100px;
    height: 100px;
    min-width: 100px;
    width: auto;
    max-width: auto;
}

.micon {
    min-width: 35px !important;
    min-height: 35px !important;
}

.top-btn{
    max-height:32px;
    max-width:32px;
}

.allot-col{
    width:35%;
}


.order-thumb-img {
    max-width: 70px;
    width: 70px;
    min-height: 70px;
    height: auto;
    max-width: auto;
    border-radius: .65rem;
}


.slabel{
    height:2.25rem !important;
    width:2.25rem !important;
}