.min-w-120 {
    min-width: 120px !important;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
.has_altkey {
    cursor: pointer;
    color: #2e93e6;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}
.dataTable-wrapper .dataTable-container .table thead tr th {
    padding: 0.75rem 1rem !important;
}
.sidenav-header {
    height: unset !important;
    padding: 1.5rem 2rem;
}
.sidenav-header .user-info {
    margin-top: 12px;
}
.accept-policy-link {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 9000;
}
.action-btn {
    cursor: pointer;
    color: #344767;
    opacity: 0.7;
}
.action-btn:hover {
    color: #1972F5 !important;
    opacity: 1;
}
.action-btn + .action-btn {
    margin-left: 8px;
}

/* sm breakpoint */
@media (min-width: 576px) {
    .col-sm-2-4 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

/* md breakpoint */
@media (min-width: 768px) {
    .col-md-2-4 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

/* lg breakpoint */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

/* xl breakpoint */
@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

/* CKEditor content styles for dialog */
.ck-content {
    word-wrap: break-word;
}
.ck-content h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.ck-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.ck-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.ck-content h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.ck-content p {
    margin-bottom: 0.5rem;
}
.ck-content ul, .ck-content ol {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.ck-content blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    margin: 0.5rem 0;
    font-style: italic;
}
.ck-content a {
    color: #1972F5;
    text-decoration: underline;
}
.ck-content strong {
    font-weight: 700;
}
.ck-content em {
    font-style: italic;
}
