.w1FontName {
    font-family: Arial, Helvetica, sans-serif;
}

.w1FontSize {
    font-size: 11px !important;
}

/*dłng cho grid*/
.w1ToolbarGrid {
    font-size: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  /*  height: 30px !important;*/
}

/*dłng chung*/
.w1NoHover {
    background-color: unset !important;
    color: unset !important;
}

.ellipsesColumn {
    display: block;
    border: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px!important
}

.nav-item a {
    height: 2rem !important;
}

.dxbs-date-edit-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px !important;
}

.w1DxComboBox input {
    background-color: #00C0EF !important;
}
.w1DxComboBox button {
    background-color: #00C0EF !important;
    color: white !important;
}

.dxbs-dropdown-area {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px !important;
}

.w1TextItem {
    padding: 1px !important;
    margin: 1px !important;
}

.w1FontSizeHead {
    font-size: 13px !important;
}

.w1TableGrid {
    border-collapse: collapse;
    width: 100%;
}
    .w1TableGrid td, .w1TableGrid th {
        border: 1px solid #ddd;
        padding: 8px;
    }
    .w1TableGrid tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    .w1TableGrid tr:hover {
        background-color: #ddd;
    }
    .w1TableGrid th {
        padding-left: 3px;
        padding-right: 1px;
        padding-top: 7px;
        padding-bottom: 5px;
        text-align: left;
        background-color: white;
        color: black;
    }

.w1TableInLine {
    border-collapse: collapse;
    width: 100%;
}
    .w1TableInLine td, .w1TableInLine th {
        border: none;
        display: inline-flex;
    }

.w1ButtonAction {
    height: 30px !important;
    width: 150px !important;
    bottom: 5px;
    right: 10px;
    position: fixed;
    opacity: 0.8;
    z-index:1;
}

.w1NavItemParent {
    margin-bottom: unset !important;
    display: flex;
    align-items: center;
    padding-bottom: unset !important;
    padding-top: unset !important;
}

.w1MenuLv1{
    margin-left:20px!important;
}

.w1ThCopy{
    text-align:center!important;
}

.w1ButtonSaveSetting {
    height: 30px !important;
    width: 80px !important;
    bottom: 5px;
    position: fixed;
    opacity: 0.8;
    z-index: 1;
}

.w1ButtonExportExcel {
    height: 30px !important;
    width: 150px !important;
    bottom: 5px;
    position: fixed;
    opacity: 0.8;
    z-index: 1;
}
.w1ButtonView {
    height: 30px !important;
    width: 100px !important;
    bottom: 5px;
    opacity: 0.8;
    z-index: 1;
}


.w1FixedPositionHeader {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
}

.w1Right {
    position: absolute;
    right: 5px;
    cursor: pointer;
    height: fit-content;
    margin: auto;
}

.w1RightAuthorIconUser {
    position: absolute;
    right: 20px;
    cursor: pointer;
    height: fit-content;
    margin-top: 5px;
}

.w1PopupWidth {
   width:fit-content!important;
}

.navbar-toggler {
    display: unset !important;
}

.content{
    max-width:99.5%!important;
    height:fit-content!important;
}

.w1BackGround {
    height:90vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.blazored-toast-container {
    z-index: 2000 !important;
}

.w1ErrorText{
    color:red;
}

.w1Popup > .modal-content {
    min-width: 850px;
    /* top: 50% !important;*/
    left: 50% !important;
   /* transform: translate(-50%, 50%);*/
    transform: translate(-50%);
}

.w1ToolbarLabel {
    width:100%;
    text-align:left;
}
.w1Horiable div {
    overflow:auto;
}


.w1LinkColor {
    color: deepskyblue !important;
}

.w1Cursor {
    cursor: pointer;
}

.w1Warning {
    color: cornflowerblue;
}