
.popup-loader-carousel-zoom-frame {
	display: none;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100dvw;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index:6;
}
/* MOBILE */
@media only screen and (max-device-width: 1023px) {
	.popup-loader-carousel-zoom {
		width: calc(100% - 40px);
		height: calc(100% - 40px);;
		border-radius: 10px;
	}
}
/* PC */
@media only screen and (min-device-width: 1023px) {
	.popup-loader-carousel-zoom {
		width: auto;
		padding-top: 1.8dvh;
		height: 85.5dvh;
		border-radius: 10px;
		aspect-ratio: 9/16;
	}
	.popup-loader-carousel-zoom-frame-footer {
		height: 10dvh;
		width: 100%;
	}
}

.modal-zoom-social-media-by-carousel {
    margin: auto !important;
    transform: none !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height:100% !important;
    width: 100% !important;
    text-align: center !important;
}

.div-content-carousel-zoom {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: center;
	position: relative;
}

.div-content2-carousel-zoom {
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	flex-flow: column;
    background: #fff;
    border-radius: 10px;
    border: 0 solid #888;
    padding: 0;
}

.zoom-social-media-by-carousel-img {
    height: 100%;
    width: 100%;
    background-size: 100%;
    object-fit: contain;
}

.div-close-carousel-zoom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #00b0f0;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
}

.div-close2-carousel-zoom {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0 !important;
}

.p-close-carousel-zoom {
    border-right: none !important;
    margin: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    color: #00b0f0;
    font-size: 13px;
}

.div-img-zoom-carousel {
	position: relative;
	height: calc(100% - 40px);
	width: 100%;
	background: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.div-icon-minimize {
    position: absolute;
    right: 15px;
    top: 15px;
    transform: inherit;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.title-modal-zoom-carousel {
	text-align: center;
	height: 40px;
	font-size: 13px;
	font-weight: bolder;
	font-family: 'Roboto', sans-serif;
	color: unset !important;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hidden {
    display: none;
}

.zoom-social-media-video {
    height: 100%;
    width: 100%;
    background-size: 100%;
    object-fit: contain;
}

.div-icon-left-zoom {
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: inherit;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #66737a94;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.div-icon-right-zoom {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: inherit;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #66737a94;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
