/*<editor-fold defaultstate="collapsed" desc="TOTP dialog">*/
.totp-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.totp-text {
    color: #2771CC;
    margin-bottom: 15px;
}
/*</editor-fold>*/

.Dialogues_OK {
    background: linear-gradient(45deg, #0F9FE1, #0F9FE1) !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    color: white !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    letter-spacing: 1px !important;
    outline: none !important;
    height: 30px !important;
    width: 120px !important;
    text-align: center !important;
}
.Dialogues_Cancel {
    width: 120px;
    background: linear-gradient(45deg, #bcbcbc, #bcbcbc) !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    color: white !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    outline: none !important;
    height: 30px  !important;
}
.form_Dialogue
{
    margin-top: 10px !important;
}
.Dialog_Text
{
    color:#2771CC
}

.Center_Buttons_Dialog
{
    display: flex;
    justify-content: center;
    gap: 10px;
}



.Dialog_Input
{
    width: 280px ;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: left;
    padding-top: 2px;
    box-sizing: border-box;
    resize: none;
    margin-top: 20px
}