.loader {
    width: 15px;
    height: 15px;
    border: 5px solid #eee;
    border-bottom-color: #0076b4;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: relative;
    float:right;
    margin-left: 5px;
    margin-top: 3px;
}

.loader-payment {
    width: 45px;
    height: 45px;
    border: 5px solid #eee;
    border-bottom-color: #0076b4;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
    position: relative;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.font-small{
    font-size: 11px;
}
.bg-degrade{
    background: linear-gradient(90deg, #2273fe 0%, #005eff 20.5%, #005eff 40.5%, #2273fe 100%);
}
.destroy-order{
    position:absolute;
    top: 20px;
    right: 20px;
}
.destroy-order-dependent{
    float: right;
    position: relative;
    top: -48px;
    right: -30px;
}
.destroy-order, .destroy-order-dependent{
    border: none;
    background: none;
    width: 15px;
    color: #fff;
}
.destroy-order img, .destroy-order-dependent img{
    width: 17px;
}
.text-custom{
    color: #0076b6!important;
}
.font-size-13 p{
    font-size: 14px!important;
}
.registry-mobile{
    background: #1e487c;
    display: none!important;
    color: #fff!important;
}
.login-mobile{
    display: none!important;
}
@media (max-width: 575px) {
    .registry-mobile{
        display: block!important;
        color: #fff!important;
    }
    .login-mobile{
        display: block!important;
    }
}
.topbar-custom{
    height: 25px;
    padding: 10px;
    line-height: 8px;
    font-size: 12px;
    background: linear-gradient(90deg, #00ffa4 0%, #00d5d5 25.5%, #005eff  74.5%, #005eff 100%)!important;
}
.btn-custom{
    background: #00d4d4;
    color: #FFF;
}
.btn-custom:hover{
    background: #00ffa8;
}

.btn-custom-2{
    background: #00ffa8;

}
.btn-custom-2:hover{
    background: #00d4d4;
    color: #FFF;
}
