﻿.container {
    width: 100%;
    margin: 0 auto; /* Center the DIV horizontally */
}

.viewbtn {
    background-color: #692771;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 12px;
    margin-bottom: 10px;
    width: 150px !important;
    position: inherit;
    height: auto;
    margin-top: initial;
    display: inline-block;
    margin-top: 20px;
}

    .viewbtn:before {
        content: none;
    }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0px !important;
}

.checkbox-inline, .radio-inline {
    display: block !important;
}

#options {
    margin-left: 20px;
}

.page-footer {
    position: initial !important;
}

.qstpanel1 {
    border: 1px solid #692771;
    border-radius: 10px;
    padding: 10px;
}

.table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}

.selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options {
    width: 600px; /* Width of the dropdown button */
    border-radius: 0;
    max-height: 240px;
}

.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
    white-space: normal;
    min-height: 30px;
    height: auto;
}

.dropdownNew {
    padding: 8px 10px;
    background-color: rgb(239, 239, 239);
    border-radius: 3px;
}

    .dropdownNew option {
        background-color: #FFFFFF;
        padding: 5px 10px;
    }

table.dataTable tbody tr.lklk {
    background: #eee;
}

table.dataTable tbody tr td.sample3 {
    border-right: 1px solid #bbb;
}
.muserDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

    .muserDiv table.klkl thead th {
        padding: 0px !important;
    }
	.correctAnswer {
    margin-left: 45px;
    width: 210px !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
