/*Ticket Field CSS START*/
.dynamic-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
    position: relative;
    top: -15px;
    background-color: #a5a08f;
    border-color: #a5a08f;
    color: #ffffff;
    padding: 9px;
    margin-left: 15px;
}

.dynamic-btn:hover {
    background-color: #272e48 !important;
    border-color: #272e48 !important;
    color: #ffffff !important;
}
/*Ticket Field CSS END*/

/*2FA CSS START*/
#google2fa .action-button,
#google2fa .action-button:hover,
#google2fa .action-button-previous,
#google2fa .action-button-previous:hover,
#progressbar li.active:before,
#progressbar li.active:after {
    background: #272e48 !important;
}
#google2fa .action-button-previous,
#google2fa .action-button,
#google2fa .action-button:focus {
    border-radius: 3px !important;
    background-color: #272e48 !important;
}

/* summernote */
.note-modal input[type=checkbox]{
    position: unset !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    margin-right: 10px !important;
}
.note-modal .checkbox{
    padding-left: 0px !important;
}
.note-modal .checkbox label {
    display: flex;
    align-items: center;
}

/*2FA SETTING CSS END*/


