/* The Modal (background) */
.popup-download-portal-popup-loader {
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.0);
    overflow: hidden;
    display:flex;
     justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
}

.popup-download-portal-popup-content {
	padding-top: 10px;
    width: 150px;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
     display:flex;
     justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    flex-flow:column;
}
.popup-download-portal-popup-text{
	flex: 0;
}

.popup-download-portal-popup-animation{
	flex: 1;
	height:80%;
}

.popup-content p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: unset !important;
    overflow: hidden;
    margin: 12px 0;
}

.popup-download-portal-loader {
    height: 35px;
    margin: 15px 120px 0px 130px;
}

.popup-download-portal-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #28C8FA transparent transparent transparent;
}

