body {
    background-color: #f6f6f6;
}

.header_menu {
    background-color: white;
}

#bioDeleteModalTitle {
    font-weight: 500;
    font-size: 1.2em;
}

#bioDeleteModalMessage {
    font-weight: 400;
    margin-bottom: 1em;
}

#bioDeleteModalCancelButton {
    height: 40px;
    border-radius: 15px;
    outline: none;
    background-color: #ffffff;
    border: 1px solid var(--space_gray);
    flex-grow: 1;
    color: var(--dark_gray);
}

#bioDeleteModalDeleteButton {
    height: 40px;
    border-radius: 15px;
    outline: none;
    background-color: var(--dark_red);
    border: none;
    flex-grow: 1;
    color: #ffffff;
}

#icon-question {
    font-size: 25px;
    color: gray;
}

.main-content {
    top: 0 !important;
}

.containerr {
    max-width: 100%;
    margin: auto;
    padding: 0;
    font-weight: 500;
    font-style: normal;
}

.imgfluid {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.no-data {
    display: flex !important;
    justify-content: center !important;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

.activee {
    border-radius: 15px !important;
    background: #d9d9d9 !important;
    padding: 7px 15px;
}

.red-bg {
    background-color: yellow;
}

.page__numbers.activee {
    color: #ffffff;
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    font-weight: 600;
}

.page-link {
    border: none;
    color: #000 !important;
}

.paginated-container {
    display: flex;
    gap: 20px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.image--text-right {
    text-align: center !important;
    line-height: 120px !important;
    font-weight: bold !important;
    font-size: 40px !important;
}

/* academy */
.academy {
    margin: auto;
}

.academy__main {
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.05);
}

.academy__nav {
    max-width: 100%;
    margin: auto auto auto 0;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1000;
}

.academy__nav--list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 15px 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.academy__nav--link {
    text-decoration: none;
    margin-right: 20px;
    padding: 0;
    color: #000000;
    font-weight: bold;
    height: 100%;
}

.academy__nav--link:hover {
    text-decoration: underline;
    color: #2e2ede;
}

.academy_nav--right {
    width: 208px;
    height: 32px;
    border-radius: 5px;
    background: linear-gradient(197deg, #fbcd32 0%, #ff8147 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: 83px;
}

.academy_nav--right img {
    width: 19.31px;
    height: 16px;
}

.academy_nav--right a {
    color: #fff;
    text-align: center;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

/*ez link main*/

.ezlink__main--content {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

/*ez link main top*/

.ezlink__main--top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.ezlink__top--left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ezlink__top--left h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.top__left--count {
    width: 36px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(197deg, #fbcd32 0%, #ff8147 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top__left--count span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.form-search {
    width: 329px;
    height: 40px;
    border-radius: 7px;
}

.group {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: relative;
    max-width: 100%;
}

.ipt-search {
    width: 100%;
    height: 40px;
    line-height: 28px;
    padding: 0 1rem;
    padding-left: 2.5rem;
    border: 2px solid transparent;
    outline: none;
    border-radius: 7px;
    border: 1px solid #808190;
    background: #f6f6f6;
    color: #0d0c22;
    transition: 0.3s ease;
}

.ipt-search::placeholder {
    color: #9e9ea7;
}

.ipt-search:focus {
    outline: none;
    background-color: #fff;
}

.icon {
    position: absolute;
    left: 1rem;
    color: #9e9ea7;
    width: 1rem;
    height: 1rem;
}

.ezlink__top--right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top__right--action {
    width: 142px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #808190;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right__action-btn span {
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.top__right--filter {
    width: 114px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #808190;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right__filter-btn span {
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-modal-create-bio {
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    border: none;
}

.btn-modal-create-bio:hover {
    color: #fff;
    opacity: .8;
}

.btn_viewcount {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    border: none;
    background-color: white;
}

/*.btn-group {
  display: none;
}*/

.btn-upgrade {
    background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
    border: none;
}

.btn-upgrade:hover {
    color: #fff;
    opacity: .8;
}

.dropdown-menu {
    padding: 10px;
}

.dropdown-menu label {
    margin-top: 10px;
    width: 142px;
}

.dropdown-menu .right__page-btn button {
    width: 142px;
}

/*end ez link main top*/

/*pop up*/
.td__image--right {
    overflow: hidden !important;
    width: 120px !important;
    height: 120px !important;
    border-radius: 10px !important;
    text-align: center !important;
    border: 5px solid #464646 !important;
    /*background-color: black;*/
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.popup_content-note span {
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: italic;
}

.popup_content-name {
    padding-top: 10px;
    padding-bottom: 20px;
}

.popup_content-domain {
    padding-bottom: 20px;
}

.domain_input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #808190;
    background: rgba(250, 250, 250, 0);
}

.domain_input--main {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.domain_input--main input {
    border: none;
    outline: none;
}

.remove-border-on-focus:focus {
    outline: none;
    border: none; /* Nếu bạn muốn xóa cả border */
}

.domain_input img {
    width: 25px;
    height: 25px;
}

.domain_input p strong {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.domain_input p {
    color: #808190;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

/*.popup_content-button {*/
/*  width: 100%;*/
/*  height: 48px;*/
/*  border-radius: 5px;*/
/*  background: #d9d9d9;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

.btnCreatePageNew {
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    border: none;
}

.btnCreatePageNew:hover {
    color: #fff;
    opacity: .8;
}

/*.popup_content-button .btnCreatePageNew.bgr-btn--form {*/
/*  border-radius: 5px;*/
/*  background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);*/
/*  color: white;*/
/*}*/

/*.btnCreatePageNew {*/
/*  border: none;*/
/*  background: #d9d9d9;*/
/*  color: #808190;*/
/*  font-size: clamp(14px, 2vw, 15px);*/
/*  font-weight: 700;*/
/*}*/

/*end pop up*/

.ezlink__main--line {
    height: 1px;
    background: #808190;
}

/*ez link main content*/

.ezlink__main--part {
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

.main__part--section {
    max-width: 96%;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__part--side {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-bottom: 20px;
}

.main__part--left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.part__left--inform h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.bio-background {
    background-color: #d0f1ff;
    width: 92px;
    height: 24px;
    border-radius: 5px;
    /*background: #D0F1FF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #349fce;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
    padding: 10px;
}

.one-page-background {
    background-color: #d4e9da;
    width: 92px;
    height: 24px;
    border-radius: 5px;
    /*background: #D0F1FF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #216c36;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
}

.web-mobile-background {
    background-color: #f6e0bf;
    width: 120px;
    height: 24px;
    border-radius: 5px;
    /*background: #D0F1FF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #d2830c;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
}

.mkt-funnel-background {
    background-color: #cecaff;
    width: 150px;
    height: 24px;
    border-radius: 5px;
    /*background: #D0F1FF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #653ea3;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
}

.left__infrom--green {
    width: 102px;
    height: 24px;
    border-radius: 5px;
    background: #d4e9da;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.left__infrom--green span {
    color: #216c36;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
}

.left__infrom--orange {
    width: 117px;
    height: 24px;
    border-radius: 5px;
    background: #f6e0bf;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.left__infrom--orange span {
    color: #d2830c;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
}

.left__infrom--purple {
    width: 160px;
    height: 24px;
    border-radius: 5px;
    background: #cecaff;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.left__infrom--purple span {
    color: #653ea3;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    line-height: normal;
}

.left__inform--blue {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-edit-title-ezlink {
    border: none;
    background-color: unset;
    font-size: 18px;
}


.part__left--link .info__link--bio {
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.main__part--center {
    left: 0;
    position: absolute;
    margin-left: 45%;
}

.main__part--center h1 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.main__part--center span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.main__part--right {
    display: flex;
    gap: 25px;
    right: 0;
    position: absolute;
    margin-right: 111px;
    align-items: center;
}

.hide,
.part__left--blue {
    display: none;
}

/*end dropdown*/

/*end ez link main content*/

.ezlink__main--footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.main__footer--left {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
}

.main__footer--center {
    display: flex;
    gap: 10px;
}

.footer__center--number a,
.footer__center--important a {
    color: #464646;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.footer__center--number {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #f6f6f6;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer__center--important {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part__right--btn {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #808190;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part__right--href {
    color: #808190;
    font-weight: 500;
    background-color: #f0f0f0;
}

.link_button_action_group {
    display: flex;
    gap: 0 15px;
}

.link_button_none_group {
    display: none;
}

.btn__action-group {
    border: none;
    background-color: white;
    font-size: 20px;
}

.link_action-respon_group {
    display: flex !important;
}

/*.boder-slug-true {
    border: 1px solid green;
}

.boder-slug-false {
    border: 1px solid red;
}*/

.btn_popup-mobile {
    display: none;
}

.right__page-btn_mobile {
    display: none;
}

.submenu-popup_mobile {
    position: absolute;
    display: none;
    top: 119px;
    right: 82px;
    background-color: white;
    padding: 0;
    width: 200px;
    border: 1px solid #eddfdf;
    border-radius: 7px;
    z-index: 100;

}

.submenu-popup_mobile li {
    margin-bottom: 5px;
}

.submenu-popup_mobile li a {
    text-decoration: none;
    color: #333; /* Màu chữ của các mục menu */
    padding: 7px 10px;
    display: block;
    border-radius: 4px;
}

.submenu-popup_mobile li a:hover {
    background-color: #ddd; /* Màu nền khi hover */
}

.bio--content-title {
    margin: 10px 0;
    font-size: 24px;
}

.bio--content-desc {
    color: gray;
    font-size: 14px;
    display: block;
}

.btn__bio--content-desc {
    background: linear-gradient(118deg, #ff5c30, #fc3748);
    border: none;
}

.btn__bio--content-desc:hover {
    color: #fff;
    opacity: .8;
}

.paginate-mobile {
    display: flex;
    justify-content: space-between;
}

.time--create-ezlink {
    display: none;
}

.navbar__mobile {
    display: none;
}

.popup-content-mobile-bio {
    background-color: #fff;
    /* margin: 15% auto; */
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    /* width: 80%;*/
}

.close-popup-mobile-bio {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-popup-mobile-bio:hover,
.close-popup-mobile-bio:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.submenu-mobile-bio {
    list-style-type: none;
    padding: 0;
}


.submenu-mobile-bio button {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: white;
    text-align: center;
}

/*    .submenu-mobile-bio li button:hover {
        text-decoration: underline;
    }*/

.ul__comingsoon-bio {
    display: flex;
    gap: 32px;
    padding: 0;
    margin-top: 15px;
    justify-content: space-around;
}

.li_commingsoon-bio {
    display: block;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
}


.link_commingsoon-bio iconify-icon {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #808190;
    margin-bottom: 7px;
}

.link_commingsoon-bio i {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #808190;
    margin-bottom: 7px;
}


.img-svg-more-bio {
    display: block;
    margin-bottom: 6px;
    text-align: center;
}

.info-header-bio {
    width: 75%;
}

.title_bio-mobile {
    display: block;
    width: 80%;
    font-size: clamp(14px, 2vw, 15px);
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link_bio-mobile {
    color: #807e7e;
    font-size: 14px;
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image--text-bio-mobile {
    background-color: #d0f1ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #349fce;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
    margin: 5px 0;
    overflow: hidden !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    text-align: center !important;
    border: 1px solid #464646 !important;
}

.section__bio--share-mobile {
    background-color: white;
}

.url--mobile-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid rgb(221, 220, 220);
    border-radius: 5px;
    padding: 10px 5px;
}

.icon_share-mobile {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}

.share_mobile-url {
    text-decoration: underline;
    color: black;
}

.btn_mobile-url {
    border: none;
    background-color: white;
    font-weight: bold;
}

.link--mobile-desc {
    color: #5c5c5e;
}

.link--mobile-content {
    /* background-color: var(--gray-3, #e9e9e9); */
    padding: 20px;
    border: 1px solid rgb(230, 230, 230);
}

.mobile--content-desc {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}

.mobile--content-social {
    display: flex;
    justify-content: space-around;

}

.mobile--content-social-link {
    border: none;
    background-color: white;

}

.modal-share-Mobile_bio {
    top: 90px;
}

.share__link--contact {
    margin: 20px 0;
}

.share__link--QR {
    margin-top: 20px;
}

.link--contact-mobile, .link--QR-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(230, 230, 230);
    padding: 10px 5px;
    border-radius: 5px;
}

.btn--share-url_mobile, .btn__share--qr {
    display: flex;
    align-items: center;
    gap: 7px;
    border: none;
    background-color: white;
}

.close-popup-mobile-bio-share {
    float: right;
    font-size: 25px;
    display: block;
    margin-right: 15px;
    border: none;
    background-color: white;
}

.qrcode-img_mobile {
    position: absolute;
    width: 32px;
    top: 35%;
    right: 46%;
    background-color: white;
}


@media (max-width: 1200px) {
    tbody {
        width: 100%;
    }

    .ezlink__main--content {
        max-width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .ezlink__top--left {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ezlink__top--left h1 {
        display: none;
    }

    .top__left--count {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: linear-gradient(197deg, #fbcd32 0%, #ff8147 100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main__part--side {
        display: flex;
        align-items: center;
        gap: 11px;
        padding-bottom: 20px;
    }

    .form-search {
        width: 200px;
        height: 40px;
        border-radius: 7px;
    }

    .td__image--right {
        overflow: hidden !important;
        width: 70px !important;
        height: 70px !important;
        border-radius: 10px !important;
        text-align: center !important;
        border: 3px solid #464646 !important;
    }

    .bio-background {
        background-color: #d0f1ff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #349fce;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
        padding: 10px;
        margin: 5px 0;
        height: 22px;
        width: 64px;
    }

    .image--text-right {
        text-align: center !important;
        line-height: 120px !important;
        font-weight: bold !important;
        font-size: 30px !important;
    }

    .part__left--inform h1 {
        font-size: 18px;
        width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .part__left--link {
        padding-top: 0 !important;
        width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .info__link--bio {
        font-size: 13px !important;
        margin-bottom: 0;
    }

    .left__inform--blue {
        display: flex;
        align-items: center;
        gap: 0;
    }

    .btn_viewcount {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        border: none;
        background-color: white;
    }

    .main__part--right {
        display: flex;
        gap: 10px;
        right: 30px;
        position: absolute;
        align-items: center;
        margin-right: 0;
    }

    .top__right--filter, .top__right--question, .right__page-btn {
        display: none;
    }

    .right__page-btn_mobile {
        display: block;
    }

    .btn_create_page-mobile {
        border: none;
        border-radius: 5px;
        background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
        height: 40px;
        width: 50px;
    }

    .btn_create_page-mobile i {
        color: #ffffff;
        font-size: 18px;
    }

    .btn_popup-mobile i {
        font-size: 18px;
    }

    .btn_popup-mobile {
        display: block;
    }

    .link_button_action_group {
        display: none;
    }

    .time--create-ezlink {
        display: block;
        color: gray;
        font-size: 12px;
        padding-right: 20px;
    }

    .submenu-popup_mobile {
        position: absolute;
        display: none;
        top: 51px;
        right: 17px;
        background-color: white;
        padding: 0;
        width: 200px;
        border: 1px solid #eddfdf;
        border-radius: 7px;
        z-index: 100;
    }

    .paginate-mobile {
        display: none !important;
    }

    .domain_input--main input {
        border: none;
        outline: none;
        width: 100%;
    }

    .domain_input p {
        color: #808190;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: baseline;
    }

    .navbar__mobile {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
    }

    .navbar__mobile td button {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #999;
        background-color: #eee;
        padding: 7px;
        border-radius: 7px;
        margin-bottom: 25px;
        border: none;
        font-size: 13px;
    }

    .popup-modal-mobile-bio {
        position: fixed;
        z-index: 9999;
        left: 0;
        /* top: 360px; */
        bottom: 0;
        width: 100%;
        /* height: 100%; */
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .ul__comingsoon-bio {
        display: flex;
        gap: 32px;
        padding: 0;
        margin-top: 15px;
    }

    .li_commingsoon-bio {
        display: block;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
    }

    .link_commingsoon-bio iconify-icon {
        display: flex;
        font-size: 20px;
        justify-content: center;
        color: #808190;
        margin-bottom: 7px;
    }

    .submenu-mobile-bio button {
        color: #000;
        text-decoration: none;

        font-weight: bold;
    }
}

@media screen and (min-width: 360px) and (max-width: 575.98px) {
    tbody {
        width: 100%;
    }

    .ezlink__main--content {
        max-width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .ezlink__top--left {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ezlink__top--left h1 {
        display: none;
    }

    .top__left--count {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: linear-gradient(197deg, #fbcd32 0%, #ff8147 100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main__part--side {
        display: flex;
        align-items: center;
        gap: 11px;
        padding-bottom: 20px;
    }

    .form-search {
        width: 200px;
        height: 40px;
        border-radius: 7px;
    }

    .td__image--right {
        overflow: hidden !important;
        width: 70px !important;
        height: 70px !important;
        border-radius: 10px !important;
        text-align: center !important;
        border: 3px solid #464646 !important;
    }

    .bio-background {
        background-color: #d0f1ff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #349fce;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
        padding: 10px;
        margin: 5px 0;
        height: 22px;
        width: 64px;
    }

    .image--text-right {
        text-align: center !important;
        line-height: 120px !important;
        font-weight: bold !important;
        font-size: 30px !important;
    }

    .part__left--inform h1 {
        font-size: 18px;
        width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .part__left--link {
        padding-top: 0 !important;
        width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .info__link--bio {
        font-size: 13px !important;
        margin-bottom: 0;
    }

    .left__inform--blue {
        display: flex;
        align-items: center;
        gap: 0;
    }

    .btn_viewcount {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        border: none;
        background-color: white;
    }

    .main__part--right {
        display: flex;
        gap: 10px;
        right: 30px;
        position: absolute;
        align-items: center;
        margin-right: 0;
    }

    .top__right--filter, .top__right--question, .right__page-btn {
        display: none;
    }

    .right__page-btn_mobile {
        display: block;
    }

    .btn_create_page-mobile {
        border: none;
        border-radius: 5px;
        background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
        height: 40px;
        width: 50px;
    }

    .btn_create_page-mobile i {
        color: #ffffff;
        font-size: 18px;
    }

    .btn_popup-mobile i {
        font-size: 18px;
    }

    .btn_popup-mobile {
        display: block;
    }

    .link_button_action_group {
        display: none;
    }

    .time--create-ezlink {
        display: block;
        color: gray;
        font-size: 12px;
    }

    .submenu-popup_mobile {
        position: absolute;
        display: none;
        top: 51px;
        right: 17px;
        background-color: white;
        padding: 0;
        width: 200px;
        border: 1px solid #eddfdf;
        border-radius: 7px;
        z-index: 100;
    }

    .paginate-mobile {
        display: none !important;
    }

    .domain_input--main input {
        border: none;
        outline: none;
        width: 100%;
    }

    .domain_input p {
        color: #808190;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: baseline;
    }

    .navbar__mobile {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
    }

    .navbar__mobile td button {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #999;
        background-color: #eee;
        padding: 7px;
        border-radius: 7px;
        margin-bottom: 25px;
        border: none;
        font-size: 13px;
    }

    .popup-modal-mobile-bio {
        position: fixed;
        z-index: 9999;
        left: 0;
        /* top: 360px; */
        bottom: 0;
        width: 100%;
        /* height: 100%; */
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .ul__comingsoon-bio {
        display: flex;
        gap: 32px;
        padding: 0;
        margin-top: 15px;
    }

    .li_commingsoon-bio {
        display: block;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
    }

    .link_commingsoon-bio iconify-icon {
        display: flex;
        font-size: 20px;
        justify-content: center;
        color: #808190;
        margin-bottom: 7px;
    }

    .submenu-mobile-bio button {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }

    .bio--share-mobile-title {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #qrcode {
        display: flex;
        justify-content: center;
    }

    .close-qr_modal {
        font-size: 20px;
        display: flex;
        justify-content: right;
        margin-right: 10px;
    }

    .btn_download-bio-mobile {
        border: 1px solid;
        background-color: white;
        border-radius: 5px;
        margin: 20px;
        text-align: center;
        padding: 10px 0;
    }

    /*.modal_qr--bio-mobile {background-color: gray}*/
    .modal-qr {
        height: 315px;
        top: 200px;
    }

    .share__url--mobile {
        padding: 0 20px;
    }

    .url--mobile-title {
        margin-bottom: 10px;
    }

    hr {
        margin: 20px;
    }

    .share__link--mobile {
        padding: 0 20px;
    }

    .link--mobile-title {
        margin-bottom: 7px;
    }

    .link--mobile-desc {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .link--mobile-content {
        padding: 15px;
        border-radius: 5px;
    }

    .mobile--content-desc {
        font-size: 13px;
        color: #232222;
    }

    .mobile-info {
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile--content-desc iconify-icon {
        font-size: clamp(14px, 2vw, 15px);
    }

    .mobile--content-social iconify-icon {
        font-size: 20px;
    }

    .share__link--contact, .share__link--QR {
        padding: 0 20px;
    }

    .share__link--QR {
        padding-bottom: 20px;
    }

    .modal-body--title {
        margin: 0;
    }

    .close-modal-share-Mobile_bio {
        background-color: white;
        border: none;
        padding: 0;
    }

    .close-modal-share-Mobile_bio span {
        font-size: 24px;
    }

    .lock-overlay span {
        display: none;
    }
}
