.news-tk .icon {width: 28px;height: 28px;border-radius: 4px;display: flex;align-items: center;justify-content: center;background: transparent;cursor: pointer;transition: all .3s;}

.news-tk .icon:hover {
    background: #218D20;
}

.news-tk .icon:hover img {
    filter: brightness(9);
        transition: all .3s;
}

.news-tk .icon img {
    filter: brightness(1);
}
.flex-table-tt .box-action-dots>.icon:hover {
    background: #218D20;
}
.flex-table-tt .box-action-dots>.icon img {
    filter: brightness(1);
        transition: all .3s;
}
.flex-table-tt .box-action-dots>.icon:hover img {
    filter: brightness(9);
}
.main-form-setup-question .wp-class-page .box-sidebar-clas:before {
    z-index: auto;
}
@media (min-width:1600px) {
   .main-form-setup-question .wp-class-page .container {
        max-width: 1590px;
        padding: 0 15px;
    }
}
