.header-margin {
    margin-top: 85px
}

.fw {
    font-weight: bold;
    font-size: 22px;
}

.custom_currency {
    font-size: 20px;
}

.top-margin {
    margin-top: 50px;
}

.dropdown-toggle::after {
    border-top: none;
}

.footer-markets-style>li {
    margin: 0;
}

.footer-markets-style>li>a {
    font-size: 13px;
    margin: 0;
}

.footer-title-margin {
    margin-bottom: 16px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.btn-pulse {
    animation: pulse 1.5s infinite;
}

@media only screen and (max-width: 600px) {
    .header__dropdown-menu {
        background-color: rgba(68, 68, 68, 1);
    }
    .header__dropdown-menu>li>a {
        color: white;
    }
    .forex-table {
        overflow-x: scroll;
    }
}