/* .preloader {
    background-color: #252525;
} */

.rd-navbar-classic,
.rd-navbar-panel {
    background-color: #050608;
}
.rd-navbar-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.rd-navbar-fixed .rd-navbar-panel {
    justify-content: space-between;
    flex-direction: column;
}
.rd-navbar-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    justify-content: center;
    align-items: center;
}
.footer-minimal {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.rd-navbar-static .rd-nav-link:hover {
    color: #ff4766;
}

.list-social .mdi-facebook,
.list-social .mdi-facebook:focus,
.list-social .mdi-facebook:active {
    color: inherit;
}

.breadcrumbs-custom-title {
    transform: none !important;
}

.stepper {
    width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    /* html.rd-navbar-fixed-linked .page {
        padding-top: 0px;
    } */
}

@media screen and (max-width: 991px) {
    .rd-navbar-toggle {
        display: block;
    }
}
