.modal-scrollbar::-webkit-scrollbar {
      width: 8px;
    }

    .modal-scrollbar::-webkit-scrollbar-thumb {
      background-color: rgba(100, 116, 139, 0.5);
      border-radius: 4px;
    }

    .modal-scrollbar::-webkit-scrollbar-track {
      background-color: rgba(100, 116, 139, 0.1);
    }