.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.img-relateive{
 position: relative;
}
.img-relateive img{

}
.img-relateive-delete{
       position: absolute;
    bottom: -35px;
    right: 2px;
}
.img-relateive-delete #delete_logo{
 color:red;
}
#imagePreview i{
	    font-size: 50px;
    margin-top: 20px;
	margin-left:-10px;
}
#imagePreview {
	text-align:center;
}

#iconPreview i{
	    font-size: 50px;
    margin-top: 20px;
	margin-left:-10px;
}
#iconPreview {
	text-align:center;
}
.img-relateive-delete #delete_logo2{
 color:red;
}
.small-text {
    font-size: 12px;
}
.height{
	min-height: 120px;
}

.td {
        word-wrap: break-word;  /* Break words if necessary */
        overflow-wrap: break-word;  /* Ensures long words are broken */
        white-space: normal;  /* Allow text to wrap onto the next line */
}



 
.img-relateive{
 position: relative;


}
.img-relateive img{

}
.img-relateive-delete{
       position: absolute;
    bottom: -35px;
    right: 2px;
}
.img-relateive-delete #delete_logo{
 color:red;
}
#homeImagePreview i{
	    font-size: 50px;
    margin-top: 20px;
	margin-left:-10px;
}
#homeImagePreview {
	text-align:center;
}
 
.img-relateive-delete #delete_home_logo{
 color:red;
}
.small-text {
    font-size: 12px;
}
.height{
	min-height: 120px;
}

.card img {
height: 180px;
object-fit: cover;
}

.video-container {
width: 100%;
height: auto;
}
.video-list .card {
border: none;
margin-bottom: 10px;
}
.video-list img {
width: 100%;
border-radius: 2px;
}



.private-video-wrapper {
     
    display: flex;
     
     
     
}

.private-video-box {
    margin-top: 42px;
    width: 795px;
    height: 413px;
    background: #2a2a2a;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #ccc;
}

.private-video-box .private-icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.private-video-box .private-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.private-video-box .private-subtitle {
    font-size: 14px;
    color: #ccc;
}

.private-video-box .private-youtube-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    opacity: 0.5;
}


.sidebar-counseling .sidebar-item:hover, 
.sidebar-item.active {
    background-color: #0052cc !important;
}

.sidebar-counseling .sidebar-item:hover *, 
.sidebar-item.active * {
    color: #fafbfd !important;
}
::selection {
    background: #0052cc;
    color: #fafbfd;
}

 


/* Background overlay */
        .alert-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            display: none;
        }

        /* Alert box */
        .custom-alert {
            background: white;
            padding: 20px;
            width: 300px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            text-align: center;
            font-family: Arial, sans-serif;
            animation: fadeIn 0.3s ease-in-out;
        }

        /* Fade-in animation */
        @keyframes fadeIn {
            from { opacity: 0; transform: scale(0.9); }
            to { opacity: 1; transform: scale(1); }
        }

        /* Alert message */
        .alert-message {
            font-size: 16px;
            margin-bottom: 15px;
            color: #333;
        }

        /* OK button */
        .alert-btn {
            background: #007BFF;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
        }

        .alert-btn:hover {
            background: #0056b3;
        }
  

        