    /* Important part */
    .modal-dialog {
        overflow-y: initial !important
    }

    .modal-body {
        height: 82vh;
        overflow-y: auto;
    }

    .modal-xl {
        max-width: 97% !important;
    }

    .modal-lg {
        max-width: 88% !important;
    }

    .select2-results__group {
        background: #caf3ca !important;
        color: green !important
    }

    .wizard-card-container {
        height: 300px;
        overflow-y: scroll;
    }

    #map {
        height: 100%;
        min-height: 500px;
    }

    .controls {
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        margin-bottom: 10px;
    }

    #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 100%;
    }

    #pac-input:focus {
        border-color: #4d90fe;
    }

    #bar {
        width: 240px;
        background-color: rgba(255, 255, 255, 0.75);
        margin: 8px;
        padding: 4px;
        border-radius: 4px;
    }

    .leaflet-marker-icon.selectedMarker {
        filter: hue-rotate(233deg);
    }

    /****************Haraka style ******************/
    #sortUL {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #sortUL li {
        margin: 0 5px 10px 5px;
        padding: 0.4em;
        height: 100%;
        overflow: hidden;
    }

    #sortUL li .i1 {
        margin-left: 1.3em;
    }

    #sortUL li .i2 {
        position: relative;
        float: left;
        padding-top: 3px;
        margin-left: 1em;
    }

    .list-group {
        list-style-position: inside;
    }

    .list-group-item {
        display: list-item;
        margin-left: 0px;
    }

    a {
        color: black;
    }

    .ui-state-default {
        border: 0.5px solid #c5c5c5;
        background: #ffffff;
        color: #454545;
        box-shadow: 5px 5px 5px #545454;
        border-radius: 5px;
        user-select: none;
        cursor: pointer;
    }

    .ui-state-up {
        border: 0.5px solid #c5c5c5;
        background: #f5f5f5;
        color: #454545;
        border-radius: 5px;
        user-select: none;
        cursor: pointer;
    }