.theme-preloader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.theme-preloader > span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
}
.theme-preloader img {
    -webkit-animation: zoomout 3s ease-in infinite;
    animation: zoomout 3s ease-in infinite;
    transition: all .3s ease-in-out;
}
.shadow-dark .theme-preloader {
    background-color: #131728;
}
/* back to top css */
.back-top-top {
    height: 60px;
    width: 60px;
    background-color: #f38a25;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.back-top-top:hover{
    background-color: #00247E;
}
.back-top-top.show {
    opacity: 1;
    visibility: visible;
}
.back-top-top > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-family: 'Mulish', sans-serif;
    padding: 14px 0px;
    color: #fff !important;
}
.back-top-top > a > i{
    display: block;
    margin-bottom: 2px;
}
.shadow-dark .back-top-top,
.shadow-dark .back-top-top:hover {
	background-color: #f38a25;
}
/* back to top css */

.MuiIconButton-root {color: inherit !important}