.tm-bg-red-alert {
    background-color: #D9534F !important;
}

body.swal2-shown > [aria-hidden='true'] {
    transition: 0.1s filter;
    filter: blur(3px);
}

.tm-bg-green-alert {
    background-color: #5CB85C !important;
}

.tm-bg-globe-overlay {
    background-image: url(../media/overlays/globe.jpg) !important;
}

.icn-spinner {
    animation: spin-animation 0.5s infinite;
    display: inline-block;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.old-price {
    text-decoration: line-through;
}

.table-domain-list {
    max-height: 800px;
    overflow-y: auto;
    width: 100%;
    position: relative;
}

.table-domain-list::-webkit-scrollbar {
    display: none;
}

.table-domain-list thead {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}

.table-domain-list tfoot {
    position: sticky;
    bottom: -1px;
    background-color: white;
    z-index: 2;
}

.table-domain-list tbody {
    z-index: 1;
}

.menu-wrap .logo-menu {
    max-height: 75px !important;
    width: 100px !important;
}

.footer .logo-footer {
    width: 125px !important;
}
