/* 
    Created on : Aug 11, 2024, 10:15:05 PM
    Author     : alex
*/

button.logout  {
    padding: 10px 20px;
    font-size: 14px;
    color: #2c4964;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    white-space: nowrap;
}

button.logout:hover {
    color: #5846f9;
}

.btn-base button[type="submit"] {
    background: #5846f9;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.btn-base {
    background: #5846f9;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.btn-base button[type=submit]:hover {
    background: #7b27d8;
    color: #fff;
}

.btn-base:hover {
    background: #7b27d8;
    color: #fff;
}

.btn-base button[type=submit]:active {
    background: #7b27d8;
    color: #ccc;
}

.btn-base:active {
    background: #7b27d8;
    color: #ccc;
}

.btn-base button[type=submit]:active:focus {
    background: #7b27d8;
    color: #ccc;
}

.btn-base:active:focus {
    background: #7b27d8;
    color: #ccc;
}

@media (max-width: 991px) {
    #cabinet-menu {
        display: block;
    }

    #wplay-widget-container {
        position: absolute;
        float:left;
        width: 90px;
        top:10px;
        left:50%;
        transform: translateX(-50%);
    }
}

#w0 > .summary {
    padding: 10px;
}

/**
 * Selection Cross fix
 */
.select2-container--krajee-bs5 .select2-selection--single {
    padding: 0.375rem 2.25rem 0.375rem 0.5rem;
}

.select2-container--krajee-bs5 .select2-selection__clear {
    line-height: 1.25;
}

