.height12{
	height:12px !important;
}
.dCcontainer {
    display: flex;
}

.dCthumbnails {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: auto;
    width: 80px;
    transition: transform 0.3s ease;
}

.dCthumbnails img,
.dCthumbnails video {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
}
.dCthumbnails img:hover,
.dCthumbnails video:hover,
.dCthumbnails img.dCactive,
.dCthumbnails video.dCactive {
    border-color: #007bff;
}

.dCmain-content {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.dCmain-content img,
.dCmain-content video {
    border-radius: 5px;
    transition: transform 0.2s ease;
   
}
.dCpopup-content img,
.dCpopup-content video {
    border-radius: 5px;
    transition: transform 0.2s ease;
   
}

.dCvideo-container {
    display: none;
    width: 100%;
    height: auto;
}

.dCarrow-btn {
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 33px;
    background-color: rgb(0 0 0 / 0%);
    color: #e5a400;
    padding: 3px 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
.dCprev-btn {
    left: 10px;
}
.dCnext-btn {
    right: 10px;
}

.dCpopup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.dCpopup-content {
    display: flex;
    background: #00000087;
    padding: 20px 50px;
    border-radius: 0px;
    position: relative;
    height: 100vh;
}
.dCposition-relative {
    position: relative;
}

.dCpopup-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100px;
}
.dCpopup-thumbnails img,
.dCpopup-thumbnails video {
    width: 100px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
}
.dCpopup-thumbnails img:hover,
.dCpopup-thumbnails video:hover,
.dCpopup-thumbnails img.active,
.dCpopup-thumbnails video.active {
    border-color: #007bff;
}
.dCpopup-media {
    flex: 1;
    text-align: center;
    max-width: 500px;
    height: 550px;
    margin: 8px auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.dCpopup-media img,
.dCpopup-media video {
    max-width: 100%;
    max-height: 100%;
}
.dCpopup-close {
   position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background: rgb(221 4 4);
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: 25px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-weight: bold;
    line-height: 20px;
}

.dCpopup-arrow {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #ffb700;
    background-color: #0d6efd00;
    padding: 3px 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);
}

.dCpopup-prev {
    left: 10px;
}

.dCpopup-next {
    right: 10px;
}

.dCzoom-slider-main {
   /* position: absolute; */
    bottom: 10px;
    left: 10px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 5px;
	margin: 5px auto;
	
}
.dCzoom-slider-main input {
    width: 100%;
}
.dCzoom-slider {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 5px;

	
}
.dCzoom-slider input {
    width: 100%;
}
.dCpopupRight {
    width: 80%;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}
.dCpopupRight-side{
	width: 80%;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
}

/* Scrollable Thumbnail Container */
.dCthumbnails {
    overflow: hidden;
    max-height: 400px; /* Adjust height as needed */
    scrollbar-width: thin;
    scrollbar-color: #007bff #f4f4f4;
}
.dCpopup-thumbnails {
    overflow: hidden;
    max-height: 450px; /* Adjust height as needed */
    scrollbar-width: thin;
    scrollbar-color: #007bff #f4f4f4;
}

/* Hide default scrollbar for Webkit browsers */
.dCthumbnails::-webkit-scrollbar,
.dCpopup-thumbnails::-webkit-scrollbar {
    width: 6px;
}

.dCthumbnails::-webkit-scrollbar-thumb,
.dCpopup-thumbnails::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 10px;
}

/* Scroll Buttons */
/* Scroll Buttons */
.dCscroll-btn-left {
   background-color: #000000bf;
    color: white;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 33px;
    margin: 0px auto;
    display: block;
    line-height: 20px;
}
.dCscroll-btn-right {
    background-color: #000000bf;
    color: white;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 30px;
    margin: 0px auto;
    display: block;
	line-height: 20px;
}

.dCthumbnails-container {
    position: relative;
}

.dCrightImage{
	width: 80%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
	text-align: center;
}

@media (max-width: 1024px) {
    .dCcontainer {
        flex-direction: column;
        align-items: center;
    }
    .dCthumbnails {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        justify-content: center;
        gap: 5px;
    }
    .dCthumbnails img,
    .dCthumbnails video {
        width: 50px;
        height: 50px;
    }
    .dCmain-content {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dCthumbnails-container {
        position: relative;
        width: 100%;
    }
    .dCcontainer {
        width: 100%;
        padding: 10px;
    }
    .dCthumbnails {
        flex-wrap: nowrap;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        width: 86%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .dCthumbnails img,
    .dCthumbnails video {
        width: 60px;
        height: 50px;
    }
    .dCpopup-content {
        flex-direction: column;
        align-items: center;
		padding: 20px;
        width: 100%;
        height: 100vh;
    }
    .dCpopup-thumbnails {
        flex-direction: row;
        overflow-x: hidden;
        width: 100%;
        justify-content: center;

        width: 86%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .dCpopup-thumbnails img,
    .dCpopup-thumbnails video {
        width: 60px;
        height: 50px;
    }
    .dCpopup-media {
        width: 100%;
        max-width: 100%;
    }
    .dCpopup-close {
        position: absolute;
        top: 0px;
        right: 0px;
        color: white;
        background: rgb(243 1 1);
        padding: 0px;
        border: none;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        width: 30px;
    }
    .dCscroll-btn-left {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 5px;
        border: none;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 12px auto;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    .dCscroll-btn-right {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 5px;
        border: none;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 12px auto;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
	.dCpopupRight {
    width: 100%;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
	}
	.dCpopupRight-side{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
    .dCcontainer {
        padding: 5px;
    }
    .dCthumbnails img,
    .dCthumbnails video {
        width: 50px;
        height: 40px;
    }
    .dCpopup-thumbnails img,
    .dCpopup-thumbnails video {
        width: 50px;
        height: 40px;
    }
}
