/* *********************************************** */
/* Clément Chesneau Bootsrap classes modifications */
/* *********************************************** */
.nav-item a, .btn {
    color: #e2e8ff !important;
    background-color: #273a8a !important;
}

.nav-item:hover a, .btn:hover, .tab-selected a {
    color: white !important;
    background-color: #334caf !important;
}

.enable-select {
    display: inline-block !important;
    width: 100px !important;
}

.config-page {
    box-shadow: rgb(49 52 64 / 20%) 0px 2px 12px !important;
}

.freemium {
    color: #73e6dc !important;
}

.premium {
    color: #5a3ca0 !important;
}

.question:hover, .change-status:hover {
    cursor: pointer !important;
}

.change-status {
    transition: transform .2s; /* Animation */
    /*position: relative;*/
}

.change-status:hover {
    transform: scale(1.3);
}

/*.popover {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translateY(0px); }
    65%  { transform: translateY(); }
    to   { transform: translateY(0px); }    
}*/