html .select2-container--default .select2-selection--single {padding: 0; border: 0; }
html .select2-dropdown.select2-dropdown--below { z-index: 9999; }
.page-header { background: #f1f2f5; }

tfcl-login-form .modal-content {
    width: 58.7%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}
.modal-login .modal-content {
    background: #FFF;
    padding: 16px 40px 40px 40px;
    border: unset;
}

#tfcl_login_register_modal .modal-align-item {
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 81%;
    max-width: 1000px;
    background: white;
}

#tfcl_login_register_modal .modal-align-item {
    border-radius: 40px;
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 64%;
    max-width: 1000px;
    background: white;
}
.tfcl-login-form .feature-login-form {
    width: 59.3%;
}
 @keyframes gradientAnimation {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
html body .tfcl-dashboard-overview .tfcl-card .card-body {
    background: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00);
    background-size: 300% 300%;
    animation: gradientAnimation 24s infinite alternate;
}