    .escalation .heading-h2 {
        margin-bottom: 35px;
    }
    .escalation h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
    }
    section.escalation {
        margin: 0 auto;
        padding: 0px 0px 90px 0px;
    }
    .edit-profiles .nice-select.form__field {
        padding-left: 70px;
    }
    .edit-profiles .from-group i {
        top: 32%;
        left: 0px;
        color: #6c6a6a;
        line-height: 1rem;
        font-weight: 900;
        font-size: 15px;
    }
    .edit-profiles .form__label {
        margin-bottom: 5px;
        color: #333;
    }
    .edit-profiles .button--green {
        margin-left: 15px;
    }
    .edit-profiles .nice-select.form__field {
        padding-left: 55px;
    }
    .from-group i.i-top {
        top: 43%;
    }
    .from-group input {
        padding-left: 55px!important;
    }
    .from-group.register {
        align-items: center;
    }
    .from-group.register .form__label-text {
        font-size: 16px;
        line-height: 2;
    }

    .from-group.register .color--green {
        margin-bottom: 0px;
        font-weight: 600;
    }
    .form .nice-select .list {
        z-index: 2 !important;
    }
    input[type=file], input.form__field, .form .nice-select {
        box-shadow: none;
    }

    input.form__field {
        border: 1px solid #aaaaaa;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-weight: 400;
        height: 45px;
    }

    .form .nice-select {
        border: 1px solid #aaaaaa;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-weight: 400;
        height: 45px;
    }
    .form__label-text {
        font-weight: 600;
    }
    .form-control.is-invalid, .was-validated .form-control:invalid {
        background-image: none;
    }
    .form__field:focus {
        border-color: #aaaaaa;
        outline: 0;
    }
    textarea {
        line-height: 21px;
        border: 1px solid #aaaaaa !important;
    }
    @media (max-width:767px) {
        .edit-profiles .button--green {
            margin-left: 15px;
        }
        .from-group i.i-top {
            top: 43%;
        }
        .multiselect {
            margin-bottom: 20px;
        }
    }
    .ms-ctn{
        height:auto!important;
    }
    .ms-ctn-focus {
        border-color: #aaaaaa!important;
        outline: none!important;
        -webkit-box-shadow: unset!important;
        box-shadow: none!important;
    }
    .ms-sel-ctn{
        overflow-x:hidden!important;
    }
    .form-control{
        border: 1px solid #aaaaaa!important;
        border-radius: 8px!important;
        height:45px;
        margin-bottom:20px;
    }
    .ms-ctn .ms-sel-ctn input{
        color: #888;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif !important;
    }
    .ms-ctn .ms-trigger .ms-trigger-ico{
        margin-top: 21px!important;
    }
    .ms-ctn .ms-sel-item:nth-child(odd){
        margin: 7px 5px 1px 55px!important;
        font-size:14px!important;
    }
    .ms-ctn .ms-sel-item:nth-child(even){
        margin: 7px 5px 1px 5px!important;
        font-size:14px!important;
    }
    .ms-res-ctn .ms-res-item em {
        background: none!important;
        color: unset!important;
    }
    .ms-res-ctn.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
    }
    .actual-input-box {
        width: auto !important;
        border: none; /* Optional: to remove borders */
        outline: none; /* Optional: to remove outline */
    }