.dropdown button, select {
    height: 50px;
    border: solid 1px #d1d1d1!important;
    background-color: transparent!important;
    font-size: 19px!important;
    border-radius: 0%!important;
    width: fit-content;
    text-align: start;
    cursor: pointer;
}

.dropdown .dropdown-menu {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    border: transparent;

}

.dropdown button i {
    font-size: 9px!important;
    vertical-align: middle;
    position: absolute;
    top: 47%;
    right: 10px;
}

.dropdown button i.left {
    font-size: 15.8px!important;
    vertical-align: middle;
    position: relative;
    top: unset;
    right: unset;
}

.nav .jump {
    min-width: 58px!important;
}

.dropdown-toggle {
position: relative;
}

.dropdown-menu:not(:last-child) {
    border-bottom: 1px solid gray;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.custom-select select:after {
    display: none;
}

.select-selected:after {
    display: none;
}

.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu.select , .select-dropdown {
    transform: translate3d(0px, 50px, 0px)!important;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.btn.dropdown-toggle.dropdown-select {
    white-space: normal;
}

.dropdown.dropdown-257 {
    width: 257px!important;
}

.dropdown-menu.full-width {
    width: 100%!important;
}

.dropdown.dropdown-728 {
    width: 728px!important;
}

.dropdown.dropdown-257 img {
    justify-content: left;
}

.button .flag img {
    background: url(../img/icons/PH-Philippines-Flag-icon.png);
}

.dropdown-toggle.filter {
    padding-right: 20px;
}

@media all and (max-width: 767px) {
    .dropdown button, .dropdown-menu {
        width: 100%!important;
    }

    .dropdown.fit-content {
        width: fit-content!important;
    }

    .dropdown.dropdown-728 {
        width: 100%!important;
    }
}

@media all and (min-width: 768px) and (max-width: 1365px) {
    .dropdown button, .dropdown-menu {
        width: 100%!important;
    }
}

@media all and (min-width: 1366px) {
    .dropdown button, .dropdown-menu {
        width: 100%!important;
    }

    .selectdropdown {
        width: 768px!important;
    }

    .formdropdown {
        width: 900px!important;
    }
}