html {
    direction: rtl !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

header {
    background-color: var(--header);
    color: #fff;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

button {
    outline: unset !important;
    border: unset !important;
}

.header-menu {
    z-index: 11111;
}

.header-menu .header-menu-item .header-link {
    position: relative !important;
    transition: 0.3s;
}

.header-menu .header-menu-item {
    position: relative !important;
}

.sub-menu {
    opacity: 0;
    position: absolute;
    top: 6rem;
    background-color: #fff;
    color: #000;
    visibility: hidden;
    transition: 0.25s;
    box-shadow: 0px 0px 10px 0px #FBAE33;
    font-size: 1.5rem;
    width: max-content;
    padding: .5rem;
}

.header-menu .header-menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-menu .header-menu-item .header-link::before,
.header-menu .header-menu-item .header-link::after {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    background: #FBAE33;
    z-index: -1;
    display: block;
    opacity: 0;
}

.header-menu .header-menu-item .header-link:hover {
    color: #000 !important;
}

.header-menu .header-menu-item .header-link:hover:before {
    top: 0;
    opacity: 1;
}

.header-menu .header-menu-item .header-link:hover:before {
    bottom: 0;
    opacity: 1;
}

.btn-orange {
    background: #FBAE33;
    color: #000 !important;
}

.pre-registration {
    border-radius: 5rem;
}

.sub-menu li:hover {
    background-color: #203269;
    transition: .25s;
    color: #fff !important;
}

footer {
    background-color: #06135b;
    margin-top: auto;
    color: #fff;
    /*border-top: 8px solid #4168a2;*/
}

footer .copyright {
    font-style: italic;
    color: #adadad;
}

footer p {
    font-size: 16px;
}

footer .social-media {
    gap: .2rem;
}

footer .social-media a {
    width: 40px;
    height: 40px;
    border-radius: .5rem;
    font-size: 20px;
    transition: .25s;
}

footer .social-media a:hover {
    background-color: #fff !important;
    color: #000 !important;
}

footer .social-media a:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7441%) hue-rotate(198deg) brightness(109%) contrast(100%);
}
footer .social-media a img {
    transition: .25s;
}

footer .social-media a:nth-child(1) {
    background-color: #11c192;
}

footer .social-media a:nth-child(3) {
    background-color: #30668E;
}

footer .social-media a:nth-child(4) {
    background-color: #BF3A8F;
}

footer .social-media a:nth-child(2) {
    background-color: rgb(223, 15, 80);
}

main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (min-width: 0px) {

}


@media (min-width: 576px) {

}


@media (min-width: 768px) {


}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}

.header-menu-close {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 0px #FBAE33;
    border: 3px solid #FBAE33;
    font-size: 1.5rem;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top !important;
    transition: .25s;
    visibility: hidden;
    max-height: 0

}

.header-menu-close.scale {
    transform: scaleY(1);
    max-height: 40rem;
    transition: .25s;
    visibility: visible;

}

.sub-menu2 {
    display: none;
}


:root {
    --header: #06135b;
}

.login-notif{
    z-index: 99999;
}

.login-notif-details a{
    color: var(--bs-body-color) !important;
}
body main.main{
    margin-top: 3rem !important;
}

.w-21{
    width: 21rem;
}

.modal{
    z-index: 99999 !important;
}