.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    flex-direction: row-reverse;
}

/* ====== Select Box with Search ======= */


.myInput {
    background-position: 14px 12px;
    background-repeat: no-repeat;
    background-image: url(https://www.pikpng.com/pngl/m/254-2547098_file-chevron-down-font-arrow-vector-png-down.png);
    background-size: 12px;
}

.dropdown {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.myDropdown {
    position: absolute;
    width: 100%;
}

.dropdown-content {
    background-color: #f6f6f6;
    overflow: auto;
    display: none
}

.dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown p:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
