@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800;900&display=swap");

/* Sponsors */
.sponsor-term {}

.views-row {
    background: none;
}

.sponsor-item-image {
    max-height: 60px;
}

.sponsor-item-text {
    font-weight: 600;
    font-size: 20px;
    color: #F26C4F;
    margin: 0px;
}

.sponsor-item-image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}

.sponsor-item-space {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.row-breadcrumb {
    width: 90%;
    margin: auto;
    padding: 30px 0px;
}



/* Popup block sponsor */


.popup__sponsor-space {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
}

.popup__sponsor-title-space {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__sponsor-title-text {
    margin: 0px;
    font-weight: 700;
    font-size: 18px;
    color: #777777;
    text-transform: uppercase;
    text-align: center;
}

.popup__sponsor-logovslink-space {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(59, 59, 59, 0.24)
}

.popup__sponsor-logovslink-logo-space {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__sponsor-logovslink-logo {
    max-height: 84px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: auto;
    max-width: 100%;
}

.popup__sponsor-logovslink-name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
}

.popup__sponsor-logovslink-link {
    cursor: pointer;
    color: #0d6efd !important;
}

.popup__sponsor-logovslink-link:hover {
    color: black !important;
}

.popup__sponsor-content-space {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 14px;
    overflow-y: auto;
    max-height: 200px;
}

.popup__sponsor-content {
    text-align: justify;
    margin: 0px;
    padding: 0px 10px;
}

.popup__sponsor-logovslink-name-space,
.popup__sponsor-logovslink-link-space {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.external-link-popup {
    padding: 0px;
    border-radius: 6px;
    border: 0px !important;
    font-family: "Nunito Sans", sans-serif;
}

.external-link-popup .ui-dialog-buttonpane {
    display: none;
}

.external-link-popup .ui-dialog-titlebar {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none !important;
    background: white !important;
}

.external-link-popup .ui-dialog-titlebar-close {
    right: 2%;
    background-image: url(https://cdn-icons-png.freepik.com/256/58/58253.png?semt=ais_hybrid);
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
    background-color: white;
}

.external-link-popup .ui-dialog-content {
    overflow: hidden !important;
}

.popup__sponsor-content-space::-webkit-scrollbar {
    width: 4px;
}

.popup__sponsor-content-space::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.popup__sponsor-content-space::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
    /* Điều chỉnh độ cong của thanh cuộn */
}

.popup__sponsor-content-space::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.popup__sponsor-content-space {
    scrollbar-width: thin;
    /* Điều chỉnh độ rộng của thanh cuộn */
    scrollbar-color: #888 #f1f1f1;
    /* Màu của thanh cuộn và nền */
}

.google-form-responsive {
  position: relative;
  padding-bottom: 80vh; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.google-form-responsive iframe {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  border: 0;
}

@media screen and (min-width:992px) {
    .external-link-popup {
        max-width: 60%;
    }
}


@media screen and (max-width:576px) {
    .external-link-popup {
        width: 90% !important;
    }

}
