.hover-underline-animation::before {
    right: 0;
}

.rounded-corner-image {
    border-bottom-right-radius: 100%
}

.dropdown-menu {
    left: -70px !important;
}

.dropdown-menu:before {
    right: 18px;
}

.rtl-rotate-y {
    transform: rotateY(180deg);
}


@keyframes loader_animation {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }

    100% {
        transform: translateX(-250%);
        opacity: 0.5;
    }
}

@media only screen and (max-width: 700px) {
    .dropdown-menu {
        left: 0px !important;
    }
}