
table thead tr {
    background: #248aaa;
    color: #e5e9f2;
}

table tr {
    height: 40px !important;
}

table th, td {
    padding: 0.5rem;
    border-left: 1px solid #8392a5;
    border-bottom: 1px solid #8392a5;
}

table {
    display: inline-table !important;
    border-radius: 0.1rem;
    background: #e5e9f2;
    border: 1px solid #c0ccda;
    padding: 0.1rem;
    margin: 2rem 0rem;
    width: 100%;
    display: block;
    overflow-x: auto;
}

.btn-info {
    background-color: #248aaa !important;
    color: #e5e9f2 !important;
}

.content {
    background: #ffffff;
    min-height: 88vh;
    padding: 0.8rem;
    margin-top: 1rem;
}

.show_ans_details {
    width: 100%;
    padding: 1rem;
    border-radius: 2px;
    background: #f9f9f9;
    margin-block: 1rem;
    box-shadow: 4px 4px 8px #eeeeee;
    border: 1px solid #e1e1e1;
}

.content-wrapper :is(h1, h2, h3, h4, h5, h6) {
    padding-top: 1em;
}
@media (min-width: 991px) and (max-width: 1400px) {
    .content-wrapper :is(h1, h2, h3, h4, h5, h6) {
        padding-top: 1.5em;
    }
}

@media (max-width: 1024px) {
    .content {
        overflow: hidden; 
    }
}

@media (max-width: 991px) {
    .content-section {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
  .back-btn{
    display: none !important;
  }
}

@media (max-width: 991px) {
    .btn.btn-info{
        display: none;
    }
}

@media (min-width: 768px) {
    .set-container{
        padding-top: 15px;
        max-width: 100%;
    }
}

