html,body{
    overflow-x:hidden;
}
#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;
}

.tabBtns {
    border: 1px solid #754e82;
    color: #754e82;
}
    .tabBtns.active, .tabBtns:hover {
        background-color: #754e82;
        color: white;
    }
    .tabBtns:focus{
        box-shadow:none;
    }
.blogMainImg{
    width:100%;
    max-height:400px;
    object-fit:cover;
}
.rz-data-grid-data{
    overflow-x:scroll;
}
.rz-grid-table thead th {
    width: 100px;
}
.blogMainImgSmall{
    width:100%;
    height:150px;
    object-fit:cover;
}
.note-editor .tooltip-inner, .note-editor .tooltip-arrow:before {
    display: none !important;
}
.centerCol {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary {
    background-color: #494;
    border-color: #494;
}
    .btn-primary:hover {
        background-color: rgba(24,55,24,1);
        border-color: rgba(24,55,24,1);
    }
.delBtn{
    padding:0px 2px !important;
}
.itemUpdateImage{
    width:150px;
}