.containerr {
    max-width: 100%;
    margin: auto;
    padding: 0;
    font-weight: 500;
    font-style: normal;
}

.header_menu {
    background-color: white;
}

.ezlink__main--content {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.ezLink_page_template_option {
    margin: 10px 10px 10px 10px;
    padding: 8px;
    color: #0120D4;
}

.ezLink_page_template_option:hover {
    background: linear-gradient(to bottom, #8D4DF3, #0120D4);
    color: #FFFFFF;
    border-radius: 8px;
}

.ezLink_page_template_option.active {
    background: linear-gradient(to bottom, #8D4DF3, #0120D4);
    color: #FFFFFF;
    border-radius: 8px;
}

.ezLink_page_template_category {
    color: #808080;
}

.btn-open-model{
    background: linear-gradient(to right, #8D4DF3, #0120D4);
    border: white;
    color: white;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
}
.ezLink_page_template_category-item{
    font-size: 16px;
}

.ezLink_page_template_category-item.active {
    position: relative;
    font-weight: bold;
    background: linear-gradient(to right, #8D4DF3, #0120D4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.ezLink_page_template_category-item.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* hoặc chỉnh 5px nếu cách chữ ra xa */
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #8D4DF3, #0120D4);
    border-radius: 2px;
}
