/************* 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 {
    border: none;
    height: 100%;
}

.syncfusionInputCustom-FD>.ant-select>.ant-select-selector>.ant-select-selection-search {
    left: 0px;
}

/********************* FloatButton.BackTop *****************/
.back-top {
    left: 5px;
    right: auto;
}