/* Loader css */
.custom-loader {
    background: url('../icons/Loading21mb.gif') no-repeat center center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

/* Add these new rules */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* CK Editor */
.ck-editor-tall {
    min-height: 300px;
}

.ck-editor__editable_inline {
    min-height: 300px;
    max-height: 300px;
}

/* password eye icon */
.eye-flex {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 0px 10px 0px 0px;

}

.form-c {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    margin: 10px;
    padding: 15px;
    background: #ececec;
}



.course-header {
    background-color: #0b4f7cf7;
    color: white;
}
.course-subheader {
    background-color: #E5E7EB;
    color: #0b4f7c;
}
.course-section {
    background-color:#0b4f7cf7;
}
.course-footer {
    background-color: #DBEAFE;
}
.rounded-full {
    border-radius: 9999px;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.spinner {
    border: 4px solid transparent;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 426px) {
    .img-main {
        padding: 8px;
    }

    .lang_menu {
        display: none;
    }

    .btns {
        display: flex;
        flex-direction: column;
    }

    .card-det {
        display: flex;
    }

    .float-right.v-block.d-sm-inline-block {
        display: none;
    }
}
[class*=sidebar-dark-] {
    background-color: #192939!Important;
}


.video-container {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: auto;
    border: 3px solid #ff5722; /* Attractive border */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
    background: #000; /* Fallback background for contrast */
}

/* Video styling */
.responsive-video {
    width: 100%;
    height: auto; /* Keeps aspect ratio */
    display: block;
    outline: none; /* Removes outline on focus */
}

/* Add hover effect on the container */
.video-container:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease-in-out;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    .video-container {
        border: 2px solid #ff9800; /* Adjusted border for smaller devices */
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }
  
  .container{
    padding-top:50px;
    margin: auto;
  }