.usesociallogin {
    font-style: italic;
    font-size: 12px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.cd-popup-container {
    display: none;
}

.cd-popup-container.is-visible {
    display: block;
    /* Add any other styling you need to make the modal visible and properly positioned */
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.nav-tabs li.active a {
    font-weight: bold;
}
.load-spinner.large {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    z-index: 999;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.load-spinner.large:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(000,000,000,0.5);
    z-index: 1;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
}
/* Style for the dragging item */
.ui-sortable-helper {
    background: #e0e0e0;
    border: 1px solid #ccc;
    opacity: 0.7;
}

/* Style for the placeholder (where the item will be dropped) */
.ui-state-highlight {
    border: 1px dashed #ddd;
    height: 2.5em; /* Adjust as needed */
    background: #f9f9f9;
    line-height: 2.5em; /* Align text within the placeholder */
}

.error {
    color: red;
    font-size: 14px;
}
