body {
    background: #f6f6f6;
}

.nav-tabs .nav-link.active {
    font-weight: 500;
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 4px solid rgba(141, 77, 243, 1);
}

.nav-tabs .nav-link {
    color: #000;
    border: none;
    text-wrap: nowrap;
}

.header__below--action {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav__account--list {
    display: flex;
    gap: 30px;
}

.account-setting {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.nav__account--list {
    list-style: none;
    padding: 0;
}

.nav__account--link {
    text-decoration: none;
    color: #808190;
    font-size: 20px;
    font-style: normal;
    /* font-weight: 500; */
}

.nav__account--link:hover {
    color: #464646;
    font-size: 20px;
    font-style: normal;
    /*font-weight: bold;*/
    text-shadow: 0 0 .01px #464646;
    padding: 0;
}

.nav__account--link::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.account__setting {
    margin: auto;
    border-radius: 10px;
    background: #fff;
    max-width: 72rem;
}

.account__content {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 32px;
    align-items: center;
    padding: 50px 0 50px 50px;
}

.account__content--image {
    position: relative;
    /* padding: 50px 0 50px 50px; */
    /* line-height: 250px; */
}

.imgfluid {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #838383;
}

/* Container styling */
.content--info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Label styling */
.info-item--lbl {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

/* Span and input styling */
.info-item--fullName, .info-item--email, .info-item--phone, .info-item--password {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

/* Input field styling */
#ipt-item--fullName, #ipt-item--email, #ipt-item--phone {
    color: #333;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 250px;
    margin-right: 10px;
}

#ipt-old-password, #ipt-new-password {
    color: #333;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    margin-right: 10px;
}

/* Button styling */
.btn-edit-info {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
}

.btn-edit-info i {
    font-size: 18px;
}

/* Save and cancel buttons */
.btn-save-info {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: rgb(28, 28, 28);
    color: white;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
}

.btn-save-info:hover {
    opacity: 0.8;
}

.btn-cancel-info {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid rgb(28, 28, 28);
    color: #000;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
}

.btn-cancel-info:hover {
    opacity: 0.8;
}

.account__content--action {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.account__content--remove {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #ca3f00;
    background: #fff;
    padding: 10px;
    color: #ca3f00;
    font-size: clamp(14px, 2vw, 15px);
    font-style: normal;
    font-weight: 700;
    cursor: no-drop !important;
}

.btn-logout {
    color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #bfbcbc;
    border-radius: 10px;
    border: none;
    padding: 10px;
    font-size: clamp(14px, 2vw, 15px);
    font-style: normal;
    font-weight: 700;
}

.btn-logout:hover {
    opacity: 0.8;
}

.account__content--update {
    display: flex;
    align-items: center;
    gap: 7px;
    /* border: 1px solid var(--secondary-solid-color, #CA3F00); */
    border: none;
    border-radius: 5px;
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.account__content--icon {
    font-size: 28px;
}

.input {
    display: none;
}

.label-file {
    position: absolute;
    top: 120px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #7558ec;
    border-radius: 9999px;
}

.label-file iconify-icon {
    color: #fff;
    padding: 10px;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    font-size: 18px;
}

.toggle-password:hover {
    color: #333;
}

.payment-info-container-title {
    color: #333;
    font-size: 20px;
}

.div__btn--edit-info-bank {
    display: none;
}

.div__btn--create-info-bank {
    display: none;
}

.payment-info-container-btn {
    border: 1px solid gray;
    background-color: white;
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 14px;
    border-radius: 25px;
    padding: 10px;
    color: gray;
    font-weight: 500;
}

.info-row h5 {
    font-weight: bold;
    color: #858383;
    font-size: 18px;
    margin-bottom: 5px;
}

.info-row p {
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.info--row-btn-bank {
    border: none;
    border-radius: 30px;
    background-image: linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181));
    color: white;
    padding: 10px;
    font-size: clamp(14px, 2vw, 15px);
}

.btn--account-my-bill {
    display: block;
    border: none;
    font-size: 18px;
    background-color: unset;
}

.nav__account__my-bill-active {
    border-bottom: 2px solid black;
    font-weight: 500;
}

.badge {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 12px;
}

.my--bill-account-status {
    background-image: linear-gradient(323deg, #9678F2, #ada3d4, #afa1d2);
    padding: 2px 25px;
    border-radius: 8px;
    color: white;
}

.icon-authentic-account-bank {
    display: none !important;
}

.bank--linkage-instructions, .btn--confirm-bank-linkage {
    background: linear-gradient(to right, #a175e7, #677ae3);
    padding: 11px 15px;
    border-radius: 15px;
    font-weight: 400;
    color: white;
    border: 1px solid gray;
}

.modal__instructs--content-bank {
    display: flex;
    gap: 32px;
    overflow: hidden;
}

.sto__instructs--content-bank {
    max-height: 70vh;
    overflow-y: auto;
}

#responsive-video {
    width: 100%; /* Chiều rộng full màn hình */
    height: 600px;
    max-width: 100%; /* Đảm bảo không vượt quá 100% chiều rộng */
    border: none; /* Bỏ viền xung quanh iframe */
    border-radius: 8px;
}

.desc-img-content-bank {
    font-size: 17px
}

.cb--modal-footer-span {
    font-weight: bold;
    font-size: 18px;
}

.warning-text {
    color: red;
}

.bank--linkage-instructions {
    display: none;
}


.vietqr-image {
    display: none;
}

/*hs thuong hieu*/

.sider--custom-active {
    border-bottom: 1px solid gray;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.brand__profile--sider {
    display: flex;
    align-items: center;
    gap: 55px;
}

.brand__profile--sider div {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.sider__content--custom-domain {
    display: flex;
    gap: 32px;
}

.brand__profile--content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.sider__content--custom-layour {
    display: none;
    padding: 20px;
}

.sider__content--custom-price-list {
    display: none;
}

.nav__menu--custom-domain {
    display: inline-block;
    gap: 24px;
}

.btn--nav-custom-domain, .btn--nav-custom-logo, .btn--nav-custom-block-academy, .btn--nav-custom-emailmkt {
    border: none;
    display: block;
    color: #333;
    background: unset;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

/*.btn--nav-custom-domain_active {
    background: linear-gradient(to right, #fafafa, #ebeeff);
    border-bottom: 1.5px solid gray;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}*/

.content__btn--nav-custom-domain {
    display: block;
    border-bottom: 1px dashed gray;
}

.custom--domain-title, .custom--logo-title, .custom--block-academy, .custom--block-emailmkt, .content--custom-layout-desc {
    font-size: 18px;
    font-weight: 400;
    color: gray;
    margin-top: 14px;
}

.custom--domain-authentication {
    background-color: rgb(241, 241, 241);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.domain-authentication-loading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background-color: #ffffff;
    padding: 0 20px;
    border-radius: 10px;
    max-width: 40%;
}

.domain-authentication-success {
    display: none;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: green;
}

.domain-authentication-failed {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: red;
}

.btn-authentication-loading {
    background-color: unset;
    font-size: 25px;
    border: none;
    font-weight: bold;
    color: rgb(90, 90, 90);
    margin-top: 5px;
}

.custom--domain-txt-instruct {
    margin: 15px 0;
    font-size: 16px;
}

.custom--domain-txt-instruct span {
    color: rgb(59, 159, 253);
}

.btn--coppy-cname, .btn--coppy-acname {
    border: none;
    background-color: unset;
    display: flex;
    align-items: center;
    gap: 3px;
}

.content__btn--nav-custom-logo {
    margin: 30px 0;
    border-bottom: 1px dashed gray;
}

.custom__logo--upload-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.image-upload-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.upload-button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.upload-button:hover {
    background-color: #0056b3;
}

.preview-container {
    margin-top: 15px;
    width: 100px;
    overflow: hidden;
    text-align: center;
}

.image-preview {
    max-width: 100%;
    height: auto;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    margin-top: 10px;
}

.file-name {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.blur__premium--layout {
    filter: blur(4px);
    pointer-events: none;
}

.btn--custom-layout-upgrade {
    position: absolute;
    top: 50%;
    right: 50%;
    display: none;
    align-items: center;
    gap: 8px;
}

/* From Uiverse.io by vinodjangid07 */
/*.file-upload-form {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
}*/
/*.file-upload-label input {
  display: none;
}
.file-upload-label svg {
  height: 50px;
  fill: rgb(82, 82, 82);
  margin-bottom: 20px;
}
.file-upload-label {
  cursor: pointer;
  background-color: #ddd;
  padding: 30px 70px;
  border-radius: 40px;
  border: 2px dashed rgb(82, 82, 82);
  box-shadow: 0px 0px 200px -50px rgba(0, 0, 0, 0.719);
}*/
/*.file-upload-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.browse-button {
  background-color: rgb(82, 82, 82);
  padding: 5px 15px;
  border-radius: 10px;
  color: white;
  transition: all 0.3s;
}
.browse-button:hover {
  background-color: rgb(14, 14, 14);
}*/

/* Style cho nút switch */
.ipt--upload-file {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.ipt--upload-file input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ipt--upload-file .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.ipt--upload-file .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

.ipt--upload-file input:checked + .slider {
    background-color: #4CAF50;
}

.ipt--upload-file input:checked + .slider:before {
    transform: translateX(26px);
}

.layout-block-academy-type {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}

.layout-block-academy-type label {
    font-size: 16px;
    margin-left: 5px;
    margin-top: 3px;
}

#iptTextCheckTypeLayout, #iptImageCheckTypeLayout, #iptTextCheckTypeLayoutAmbassador, #iptImageCheckTypeLayoutAmbassador {
    width: 20px;
    height: 20px;
    accent-color: #4CAF50;
}

#descTxtBlockAcademy, #descTxtBlockAcademyAmbassador {
    width: 300px;
    height: 150px;
}

#btnTxtBlockAcademy, #btnImgBlockAcademy, #btnTxtBlockAcademyAmbassador, #btnImgBlockAcademyAmbassador {
    width: 300px;
}

/* From Uiverse.io by Yaya12085 */
.custum-file-upload {
    height: 200px;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px dashed #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 48px 35px -48px rgba(0, 0, 0, 0.1);
}

.custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custum-file-upload .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
}

.custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custum-file-upload .text span {
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.custum-file-upload input {
    display: none;
}

.content__layout--block-academy-img {
    display: none;
    justify-content: space-between;
    margin: 15px 0;
}

.content__layout--block-academy-img-ambassador {
    display: none;
    justify-content: space-between;
    margin: 15px 0;
}

.content__layout--block-academy-txt {
    display: none;
    justify-content: space-between;
    margin: 15px 0;
}

.content__layout--block-academy-txt-ambassador {
    display: none;
    justify-content: space-between;
    margin: 15px 0;
}

.preview__layout--block-academy-txt-title, .preview__layout--block-academy-img-title {
    font-size: 18px;
    font-weight: 500;
}

.preview__layout--content-block-academy {
    background: linear-gradient(rgb(159, 205, 255) -35.13%, rgb(216, 181, 255) 99.94%, rgb(244, 217, 254) 99.95%);
    height: 265px;
    width: 300px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.preview__layout--content-block-academy-ambassador {
    background-color: #fff4f4;
    height: 265px;
    width: 300px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.preview__layout--content-txtblock-academy {
    background: linear-gradient(rgb(159, 205, 255) -35.13%, rgb(216, 181, 255) 99.94%, rgb(244, 217, 254) 99.95%);
    height: 225px;
    width: 300px;
    border-radius: 10px;
    padding: 20px;
}

.preview__layout--content-txtblock-academy-ambassador {
    background-color: #fff4f4;
    height: 225px;
    width: 300px;
    border-radius: 10px;
    padding: 20px;
}

.preview__descTxtBlockAcademy, .preview__descImgBlockAcademy, .preview__descTxtBlockAcademyAmbassador, .preview__descImgBlockAcademyAmbassador {
    height: 150px;
    font-size: 14px;
    font-weight: 500;
}

.preview__descImgBlockAcademy ,.preview__descImgBlockAcademyAmbassador{
    max-width: 100%;
    display: none;
}

.preview__btnTxtBlockAcademy, .preview__btnImgBlockAcademy {
    margin-top: 10px;
    display: block;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0%, rgba(0, 88, 255, 1) 100%);
    padding: 10px;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.preview__btnTxtBlockAcademyAmbassador, .preview__btnImgBlockAcademyAmbassador {
    margin-top: 10px;
    display: block;
    text-align: center;
    background-color: #d9534f;
    padding: 10px;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.content__layout--block-academy-type {
    border-bottom: 1px dashed gray;
}

.custom__layout--block-academy {
    margin-top: 20px;
}

/* From Uiverse.io by PriyanshuGupta28 */
.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
    font-weight: 500;
    font-size: 18px;
}

.checkbox-wrapper .checkbox-svg {
    width: 30px;
    height: 30px;
}

.checkbox-wrapper .checkbox-box {
    fill: rgba(207, 205, 205, 0.425);
    stroke: #8c00ff;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #8c00ff;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}


.content__btn--nav-custom-emailmkt {
    margin: 20px 0;
}

/* From Uiverse.io by mrpumps31232 */
.loading-wave {
    width: 300px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.loading-bar {
    width: 20px;
    height: 10px;
    margin: 0 5px;
    background-color: #3498db;
    border-radius: 5px;
    animation: loading-wave-animation 1s ease-in-out infinite;
}

.loading-bar:nth-child(2) {
    animation-delay: 0.1s;
}

.loading-bar:nth-child(3) {
    animation-delay: 0.2s;
}

.loading-bar:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes loading-wave-animation {
    0% {
        height: 10px;
    }

    50% {
        height: 50px;
    }

    100% {
        height: 10px;
    }
}


.popup__create--content-course {
    display: none;
    background-color: #ccc;
    padding: 15px;
    border-radius: 7px;
    margin-top: 15px;
}


.content-course-img_txt {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.content-course-img {
    width: 100px;
    animation: shakeImg 3s infinite;
}

.popup__create--content-bio {
    display: none;
    background-color: #ccc;
    padding: 15px;
    border-radius: 7px;
    margin-top: 15px;
}

.content-bio-img_txt {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.content-bio-img {
    width: 100px;
    animation: shakeImgBio 3s infinite;
}

.history-nfc-card img {
    width: 481px;
    height: 303px;
    border-radius: 30px;
}

.h-40 {
    height: 10rem;
    max-width: 25rem;
}

.address-box {
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    background-color: #f8f9fa;
    font-weight: bold;
}

.vietqr-image-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px; /* Giảm khoảng cách giữa các chấm */
}

.vietqr-image-loading__dot {
    width: 24px;
    height: 24px;
    border: 3px solid #007bff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.paymentContainer {
    display: flex;
}

.btn-gradient {
    background: linear-gradient(to right, #a175e7, #677ae3);

}

.disabled-payment {
    margin: 0;
    opacity: 0.5;
}

.disabled-payment-info {
    margin: 0;
    opacity: 0.5;
    pointer-events: none;
    user-select: none;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@keyframes shakeImg {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes shakeImgBio {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.content-course-txt {
    font-weight: 500;
    font-size: 16px;
}

.content-bio-txt {
    font-weight: 500;
    font-size: 16px;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    /* CSS rules for xs */
    .main-content {
        bottom: 85px;
    }

    .imgfluid {
        width: 150px;
        height: 150px;
    }

    .label-file {
        top: 100px;
        width: 50px;
        height: 50px;
    }

    .content--info-item {
        padding: 10px 5px;
    }

    .btn-logout {
        gap: 6px;
        font-size: clamp(14px, 2vw, 15px);
    }

    .content--info-item {
        flex-wrap: wrap;
    }

    .info-item--fullName, .info-item--email, .info-item--phone, .info-item--password {
        font-size: 14px;
    }

    .account__setting {
        max-width: 100%;
    }

    .account__content {
        display: flex;
        flex-direction: column;
        padding: 30px 10px;
    }

    .account__content--remove {
        gap: 6px;
        font-size: clamp(14px, 2vw, 15px);
    }

    .nav__account--list {
        /*display: none;*/
    }

    .camera-icon {
        display: none !important;
    }

    .fullName--account-email {
        width: 175px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .payment-info-container-title {
        color: #333;
        font-size: 18px;
        margin-bottom: 0;
    }

    .payment-info-container-btn {
        border: 1px solid gray;
        background-color: white;
        display: flex;
        gap: 7px;
        align-items: center;
        font-size: 12px;
        border-radius: 25px;
        padding: 5px;
        color: gray;
        font-weight: 400;
    }

    .payment-info-container-btn span {
        display: none;
    }

    .bank--linkage-instructions, .btn--confirm-bank-linkage {
        background: linear-gradient(to right, #a175e7, #677ae3);
        padding: 11px 15px;
        border-radius: 15px;
        font-weight: 400;
        color: white;
        border: 1px solid gray;
        font-size: 12px;
    }

    .my--bill-nfc-title {
        font-size: 18px;
        text-align: center;
        text-decoration: underline;
    }

    #edit-user-name-input {
        width: 135px;
    }

    .nav__account__my-bill {
        display: flex;
        gap: 12px;
    }

    .btn--account-my-bill {
        display: block;
        border: none;
        font-size: clamp(14px, 2vw, 15px);
        background-color: unset;
        margin-bottom: 20px;
    }

    .nav__account__my-bill-active {
        font-weight: 600;
    }

    .content__my--bill {
        width: 100%;
        font-size: 18px;
    }

    .history-nfc-card img {
        width: 100%;
        height: 220px;
    }

    .paymentContainer {
        flex-direction: column;
    }

    .profile-title {
        flex-direction: column;
        gap: 12px;

    }

    .content__layout--block-academy-txt,
    .content__layout--block-academy-img,
    .content__layout--block-academy-txt-ambassador,
    .content__layout--block-academy-img-ambassador,
    .preview__layout--block-academy-txt,
    .custom__popup--create {
        flex-direction: column;
    }

    .preview-container {
        width: 100%;
    }

    .domain-authentication-loading {
        max-width: 100%;
    }

    #paymentInfo {
        flex-direction: column;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS rules for sm */
    .profile-title {
        flex-direction: column;

    }

    .content__layout--block-academy-txt,
    .content__layout--block-academy-img,
    .content__layout--block-academy-txt-ambassador,
    .content__layout--block-academy-img-ambassador,
    .preview__layout--block-academy-txt,
    .custom__popup--create {
        flex-direction: column;
    }

    .preview-container {
        width: 100%;
    }

    .domain-authentication-loading {
        max-width: 100%;
    }

    .payment-info-container-btn span {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* CSS rules for md */
    .imgfluid {
        width: 180px;
        height: 180px;
    }

    .label-file {
        top: 120px;
        right: 21px;
        width: 50px;
        height: 50px;
    }

    .account__content--remove {
        padding: 10px 10px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* CSS rules for lg */
    .imgfluid {
        width: 180px;
        height: 180px;
    }

    .label-file {
        top: 120px;
        right: 21px;
        width: 50px;
        height: 50px;
    }

    .account__content--remove {
        padding: 10px 10px;
    }

}

@media (max-width: 992px) {
    .modal__instructs--content-bank {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .paymentContainer {
        flex-direction: column;
    }
}

@media (max-width: 1260px) {
    .payment-info-container-btn span {
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* CSS rules for xl */

}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    /* CSS rules for xxl */
    .h-40 {
        margin-left: 15%;
    }
}