.modal-container {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #3e3e3e21;
        cursor: pointer;
      }
      .modal-item {
        cursor: default;
      }
      .modal-list-enter-active,
      .modal-list-leave-active,
      .modal-list-enter-active .modal-item,
      .modal-list-leave-active .modal-item {
        transition: all 0.2s ease;
      }
      .modal-list-enter-from,
      .modal-list-leave-to {
        opacity: 0 !important;
      }
      .modal-list-enter-from .modal-item,
      .modal-list-leave-to .modal-item {
        transform: translateY(-60px);
      }

      .smooth-dnd-container {
        position: relative;
        min-height: 30px;
        min-width: 30px;
      }
      .smooth-dnd-container.horizontal {
        display: table;
      }
      .smooth-dnd-container.horizontal > .smooth-dnd-stretcher-element {
        display: inline-block;
      }
      .smooth-dnd-container.horizontal > .smooth-dnd-draggable-wrapper {
        height: 100%;
        display: table-cell;
        vertical-align: top;
      }
      .smooth-dnd-container.vertical > .smooth-dnd-draggable-wrapper {
        overflow: hidden;
        display: block;
      }
      .smooth-dnd-draggable-wrapper {
        box-sizing: border-box;
      }
      .smooth-dnd-draggable-wrapper.horizontal {
        height: 100%;
        display: table-cell;
        vertical-align: top;
      }
      .smooth-dnd-draggable-wrapper.vertical {
        overflow: hidden;
        display: block;
      }
      .smooth-dnd-draggable-wrapper.animated {
        transition: transform ease;
      }
      .smooth-dnd-ghost {
        box-sizing: border-box;
      }
      .smooth-dnd-ghost.animated {
        transition: all ease-in-out;
      }
      .smooth-dnd-ghost * {
        pointer-events: none;
      }
      .smooth-dnd-disable-touch-action * {
        touch-action: none;
        -ms-touch-action: none;
      }
      .smooth-dnd-no-user-select {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      .smooth-dnd-drop-preview-inner-class {
        flex: 1;
      }
      .smooth-dnd-container.horizontal
        > .smooth-dnd-drop-preview-constant-class {
        height: 100%;
        overflow: hidden;
        display: table-cell;
        vertical-align: top;
      }
      .smooth-dnd-container.vertical > .smooth-dnd-drop-preview-constant-class {
        overflow: hidden;
        display: block;
        width: 100%;
      }
      .smooth-dnd-drop-preview-flex-container-class {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: stretch;
        align-items: stretch;
      }
      .smooth-dnd-drop-preview-default-class {
        background-color: rgba(150, 150, 150, 0.1);
        border: 1px solid #ccc;
      }
      .logoWeek {
        margin-left: -12px;
        margin-top: -6px;
      }
      .eye {
        margin-right: 15px;
        margin-bottom: 3px;
      }
      .custom-alert {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        z-index: 1000;
        text-align: center;
      }
      .custom-alert button {
        margin-top: 15px;
        padding: 8px 16px;
        background: #6c78f4;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
      }
      .error-message {
        color: #FF6666;
        display: flex;
        align-items: center;
        margin-top: 5px;
        font-size: 14px;
      }
      .error-icon {
        margin-right: 5px;
      }
      .invalid {
        border-color: #FF6666 !important;
      }
      .show-psw-button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
      }
      .show-psw-span1 {
        display: flex;
        align-items: center;
      }
      .show-psw-span2 {
        display: flex;
        align-items: center;
      }
      .show-psw-span3 {
        margin-left: 5px;
        font-size: 14px;
        color: #6c78f4;
      }
      .input__password-icon {
        display: flex;
        align-items: center;
        margin-right: 10px;
      }