.wrapper{
    padding-left: 100px;
    padding-right: 100px;
}
.select2-container--open .select2-dropdown{
    right: -258px !important;
}
#kt_header {
    padding: 10px; /* Adjust the padding as per your preference */
    height: auto;
}

.logo-container {
    max-width: 150px; /* Adjust the max-width as per your preference */
}

@media (max-width: 767.98px) {
    .wrapper{
        padding-left: 0px;
        padding-right: 0px;
    }
    #kt_header{
        background: white;
    }
    .header-tablet-and-mobile-fixed .wrapper{
        padding-top: 0px;
    }
    .dropdown-menu {
        max-width: 100%;
    }

    .dropdown-menu .col-md-4 {
        text-align: right;
    }
}
