.left-dotted {
    border-left: 2px dotted #CECECE;
    padding-left: 10px
}

.popup-size {
    height: 24px;
    width: 1000px
}

.cursor-pointer {
    cursor: pointer;
}

.items-center {
    display: flex;
    align-items: center;
}

.display-none {
    display: none;
}

.common-btn {
    display: block; /* Ensure both elements are block-level */
    width: 100%; /* Full width */
    padding: 0.5rem 1rem; /* Add desired padding */
    margin-top: 1rem; /* Consistent margin */
    text-align: center; /* Center text */
  }