    .tfa-telegram-dashboard {
        margin: auto;
        font-family: Arial, sans-serif;
    }
    .tfa-telegram-dashboard__title{
        color: #333;
        padding: 25px 0;
        text-align: center;
    }
    .tfa-config__title{
        color: #333;
        padding: 25px 0;
    }
    .tfa-instructions ol {
        padding-left: 20px;
    }
    .tfa-config, .tfa-options, .tfa-reset-options {
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 20px;
    }
    input {
        width: 100%;
        padding: 8px;
        margin: 5px 0;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    .tfa-btn__connect,#configure-hook-button {
        background: #0073aa;
        color: white;
        padding: 10px;
        border: none;
        cursor: pointer;
        margin-top: 10px;
    }
    .tfa-btn__connect:hover {
        background: #005177;
    }

    .tfa_settings_success {
        pointer-events: none;
        opacity: 0.5;
        border: 2px solid #00a526 !important;
        user-select: none;
    }

    .tfa_settings_block {
        pointer-events: none;
        opacity: 0.5;
        border: 2px solid #9c9c96 !important;
        user-select: none;
    }

    .tfa-btn__reset {
        background: #d35151;
        color: white;
        padding: 10px;
        border: none;
        cursor: pointer;
        margin-top: 10px;
    }

    #message-sent-checkbox[type="checkbox"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #007bff;
        border-radius: 4px;
        margin-right: 10px;
        position: relative;
        transition: all 0.3s;
    }
    
    #message-sent-checkbox[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #0056b3;
    }
    
    #message-sent-checkbox[type="checkbox"]:checked::after {
        content: "✔";
        font-size: 14px;
        font-weight: bold;
        color: white;
        position: absolute;
        top: 7px;
        left: 3px;
    }

    .tfa_settings_success p,label,button{
        font-size: 14px;
    }


    section {
        max-width: 600px;
        margin: 20px auto;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
    }
    
    section h2 {
        font-size: 1.5rem;
        color: #333;
        margin-bottom: 15px;
    }
    
    .tfa-options fieldset {
        border: none;
        padding: 15px;
        margin-top: 30px;
        background: #f9f9f9;
        border-radius: 8px;
    }
    
    .tfa-options legend {
        font-size: 18px;
        font-weight: bold;
        color: #555;
        padding: 5px 10px;
        background: #e0e0e0;
        border-radius: 5px;
        display: inline-block;
    }
    
    .tfa-options label {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 8px 0;
        cursor: pointer;
    }
    
    .tfa-options input[type="checkbox"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #007bff;
        border-radius: 4px;
        margin-right: 10px;
        position: relative;
        transition: all 0.3s;
    }
    
    .tfa-options input[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #0056b3;
    }
    
    .tfa-options input[type="checkbox"]:checked::after {
        content: "✔";
        font-size: 14px;
        font-weight: bold;
        color: white;
        position: absolute;
        top: 7px;
        left: 3px;
    }

    #save-alerts-button {
        background: #0073aa;
        color: white;
        padding: 10px;
        border: none;
        cursor: pointer;
        margin-top: 10px;
    }

    .tfa-step-two{
        padding: 20px;
    }




    /* ***************    Settings    ************************************* */
    
    .settings_title_main{
        position: relative;
        font-size: 24px;
        margin: 20px 0px;
        font-weight: 600;
      }
      
      
      .settings_div_padding20{
        position: relative;
        padding: 0 20px;
      }
      
      
      .settings_title_settings{
        position: relative;
        font-size: 14px;
        padding: 0px 5px 5px 5px;
        font-weight: 500;
        border-bottom: 2px solid #a7a3a3;
        color: #059805;
      }
      
      
      .settings_title_donate{
        position: relative;
        margin-top: 30px;
        padding: 0 0 10px 5px;
        font-size: 16px;
        font-weight: 800;
      }
      
      
      .settings_text_done{
        position: relative;
        width: 400px;
        text-align: left;
        color: #828181;
        padding-left: 5px;
      }
      
      
      .settings_donate{
        background-color: #0370a1;
        color: #ffffff;
        font-size: 13px;
        padding: 7px 35px;
        font-weight: 500;
        border-radius: 3px;
        text-decoration: none;
      }
      
      
      .settings_div_button_donate{
        position: relative;
        margin-top: 20px;
      }

    figure.tfa-telegram-dashboard__logo img {
        width: 300px;
    }

    .tfa-telegram-dashboard__logo{
        text-align: center;
    }

    .tfa_label_block{
        pointer-events: none;
        opacity: 0.5;
    }