.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #ffede1 !important;
}

.loader-screen .laoderhorizontal div {
    background: #f28f3d !important;
}

:root {
  --f7-theme-color: #f28f3d !important;
  --f7-theme-color-rgb: 242,143,61 !important;
  --f7-theme-color-shade: #f28f3d !important;
  --f7-theme-color-tint: #f9b73a !important;
  --f7-theme-color-light: #fbf7ff !important;
}

.simple-list li::after, .links-list a::after, .list .item-inner::after {
    background-color: transparent !important;
}
