 
/* Container styling */
.main-group-drop-down {
   margin-top: -30px;
    border: 0.1px solid #0000001a;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.syll-hidden {
    display: none;
}

.last-updated-indicator {
    display: inline-block;
    margin-left: 3px;
    width: 10px;
    height: 10px;
    background-color: #00cc00;
    border-radius: 50%;
    margin-top: -4px;
    animation: blink 1s infinite;
    vertical-align: middle;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}


#post-6110 h1 {
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    font-size: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Labels */
.main-group-drop-down label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

/* Select dropdowns */
.main-group-drop-down select {
    padding: 8px 5px;
    border: 1px solid #000000;
    border-radius: 7px;
    font-size: 14px;
    margin-top: 7px;
    background: transparent;
}

/* Submit Button */
.main-group-drop-down button {
    background-color: #6200ee;
    color: #fff;
    width: -webkit-fill-available;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
    transition: box-shadow 0.3s ease;
}

.group-btn-refi
 {
     margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.main-group-drop-down button:hover,
.main-group-drop-down button:focus,
.preview-btn:hover,
.preview-btn:focus,
.download-btn:hover,
.download-btn:focus{
    color: #fff !important;
box-shadow:0 0 0 2px #fff, 0 0 0 4px #6200ee;
    
}

.message-begain {
    margin: 0;
    background: #ff00000f;
    color: #000;
    padding-left: 6px;
    font-weight: 500;
    line-height: 3;
    border-radius: 10px;
    font-size: 15px;
    border-right: 5px solid red;
    text-align: left;
    border-left: 5px solid red;
}

@media (max-width:504px){
    .message-begain{
        padding: 6px 6px;
        line-height: normal;
    }
}

@media screen and  (max-width:699px){
    .syll-modal-content{
        width: 100% !important;
        margin: auto 15px !important;
    }
}

/* Table styling */
.syllabus-table {
    width: 100%;
    border: 1px solid #00000012;
    border-collapse: collapse;
    background-color: #ffffff;
    margin: 0;
    border-radius: 7px;
    overflow: hidden;
}

table.syllabus-table td {
    background: transparent;
    color: #000;
    padding-top: 17px;
    padding-bottom: 18px;
}

td a{
 text-decoration: none;
}

.preview-btn,
.download-btn{
    padding: 5px 7px;
    background: #6200ee;
    color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        transition: box-shadow 0.3s ease;
}

@media screen and (max-width: 667px) {
    .syllabus-table {
        margin-bottom:7px ;
        width: 795px !important;
    }
}


.syllabus-table thead {
    background-color: #000;
    color: #fff;
}

.syllabus-table th,
.syllabus-table td {
    padding: 10px 12px;
    text-align: center;
    font-size: 14px;
}

.syllabus-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-overflow-desion {
    border-radius: 7px;
    overflow: auto;
}

/* Pagination styling */
.syllabus-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px !important;
    flex-wrap: wrap;
}

.syllabus-pagination a {
    padding: 6px 14px;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: box-shadow 0.3s ease;
}
.syllabus-pagination a.active {
    cursor: not-allowed;
    background-color: #6200ee;
    color: #fff;
    font-weight: bold;
}

.syllabus-pagination a.active:hover{
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #6200ee;
    color: #fff;
}

.syllabus-pagination a:hover {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
    color: #fff;
}

.syllabus-pagination a[style*="font-weight:bold"] {
    background-color: #0073aa;
    color: #fff;
}

/* preview model popup css start */

 .syll-modal {
     display: none;
     position: fixed;
     z-index: 9999;
     left: 0; top: 0;
     width: 100vw; height: 100vh;
     background: #000000b5;
     justify-content: center;
     align-items: center;
 }
 
 .syll-modal-content {
    position: relative;
    width: 65%;
    margin: auto 40px;
    height: 85%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
 }
 
 .btn-container-flex
 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-iframe-container {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.credit-overlay-box {
    margin: 0;
    font-weight: 500;
    padding: 3px 0 5px 0;
    color: #fdff72;
    font-size: 14px;
}
 
 .syll-modal-content iframe {
     width: 100%;
     height: 100%;
     border: none;
 }
 .syll-close {
    position: absolute;
    top: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-size: 40px;
    line-height: 0.7;
    width: 60px;
    color: #fff;
    background: red;
    border: none;
    cursor: pointer;
    z-index: 10;
 }
 
.no-scroll-overlay-background{
    overflow: hidden;
}
 
