/************* Body not to have vertical scroll *************/
body {
    overflow-y: clip;
}

/************************** Layout ***********************/
.ant-layout .ant-layout-header {
    background: #F8F9FA
}

.ant-layout-sider,
.ant-layout .ant-layout-has-sider,
.ant-layout .ant-layout-sider,
.ant-layout .ant-layout-sider-children {
    background: #EEEEEE;
}

.ant-layout .ant-layout-header {
    height: 55px;
}

/********************** Autocomplete ***********************/
.syncfusionInputCustom-FD>.ant-select {
    height: 100%;
}

.syncfusionInputCustom-FD>.ant-select>.ant-select-selector, .syncfusionInputCustom-FD>.ant-select>.ant-select-selector>.ant-select-disabled {
    border: none;
    color: rgba(0, 0, 0, 0.88) !important;
    height: 100%;
}

.syncfusionInputCustom-FD>.ant-select>.ant-select-selector>.ant-select-selection-search {
    left: 0px;
}

/********************* FloatButton.BackTop *****************/
.back-top {
    left: 5px;
    right: auto;
}

/********************* Upload *****************/
.upload-list-inline .ant-upload-list-item-container {
    float: left;
    width: 200px;
    margin-inline-end: 8px;
}

.ant-upload-rtl.upload-list-inline .ant-upload-list-item {
    float: right;
}