.modal-body i.fa.fa-times {
    position: absolute;
    z-index: 1;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 4px solid;
}
.ui-view-top-left {
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
}
@media (min-width: 530px){
    .ui-view-top-left {
        top: 15px;
        left: 15px;
    }
    #change-view-btn #change-view-wrapper {
        height: 30px;
    }
}

#change-view-btn {
    cursor: pointer;
    z-index: 2;
}
#change-view-btn #change-view-wrapper {
    display: flex;
    height: 32px;
    max-width: 120px;
    min-width: 75px;
    justify-content: space-evenly;
    border-radius: 16px;
    box-shadow: 0 0 6px #00000029;
    background-color: var(--main-bg-color);
    color: #fff;
    align-items: center;
}
#change-view-btn #change-view-wrapper .action-icon {
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url("../admin_panel/dist/icons/themify-icons/SVG/eye.svg");
    background-position: center;
    background-repeat: no-repeat;
}
#change-view-btn #change-view-wrapper .action-wrapper {
    margin: 0 10px 0 5px;
}
