.create-alert {
    .create-alert__input {
      margin-bottom: 24px;
    }
  
    .create-alert__nav {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 24px;
      padding: 24px;
      
      .button + .button {
        margin-left: 16px;
      }
    }
  
    .form-check {
      .switch-icon-left,
      .switch-icon-right {
        top: 6px;
      }
    }
  
    .col-timeframe {
      .create-alert__input {
        @media (min-width: 768px) {
          text-align: right;
        }
      }
  
      .d-inline-block {
        text-align: left;
      }
  
      .block-to-center {
        text-align: left;
      }
    }
  
    .col-notifications {
      .d-inline-block {
        text-align: left;
      }
    }
  }
  
  .block-to-center {
    display: inline-block;
  }
  
  .toast-container {
    .toast-header {
      color: #fff !important;
      background: #2ecc71 !important;
    }
  
    .toast-body {
      color: #fff;
      background: rgba(46, 204, 113, 0.5);
    }
  }

  .button--not-connected {
    margin-left: 8px;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1;
  }

  .form-check-label:has(.button--not-connected) {
    display: flex;
    align-items: center;
  }
