@import url("css/mblz.css");

.ibs-blazor-control-popup {
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #323232;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    z-index: 100;
    top: auto;
}

.selected.mdc-list-item {
    background: rgb(200, 200, 200);
}

.child-overlay-container {
    /*width: 100px;*/
    /*height: 100px;*/
    position: relative;
}

.child-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*#infoi {*/
/*    z-index: 10;*/
/*}*/

/*.ibs-list-item {*/
/*    display: flex;*/
/*    position: relative;*/
/*    !*align-items: center;*!*/
/*    justify-content: flex-start;*/
/*    overflow: hidden;*/
/*    padding: 0;*/
/*    padding-left: 16px;*/
/*    padding-right: 16px;*/
/*    height: 48px*/
/*}*/

/*.ibs-list-item:focus {*/
/*    outline: none*/
/*}*/

/*.ibs-list-item:not(.mdc-list-item--selected):focus::before {*/
/*    position: absolute;*/
/*    box-sizing: border-box;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border: 1px solid transparent;*/
/*    border-radius: inherit;*/
/*    content: ""*/
/*}*/

/*.ibs-list-item.mdc-list-item--selected::before {*/
/*    position: absolute;*/
/*    box-sizing: border-box;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border: 3px double transparent;*/
/*    border-radius: inherit;*/
/*    content: ""*/
/*}*/

/*[dir=rtl] .ibs-list-item, .ibs-list-item[dir=rtl] {*/
/*    padding-left: 16px;*/
/*    padding-right: 16px*/
/*}*/

