.code-container {
    margin-bottom: 20px;
    border: 2px solid;
    background: #0c0c0c;
    padding: 10px;
}

pre {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
    font-family: monospace;
    white-space: pre-wrap; /* Allows wrapping in case of long lines */
    background: none;
    color: #fff;
}

button {
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 3px;
    float: right;
}

button:hover {
    background-color: #45a049;
}

.embedCode-wrapper{    border: 2px solid;
    padding: 20px;}
.pagination svg{width:25px;}
.pagination nav{width:100%;}
.pagination{padding-bottom: 50px;}
.pagination nav > div{text-align: center;margin-top:20px;}
.button-row{    
    width: 100%;
    display: inline-block;
}
.button-row button{    
    width: 30%;
    margin-bottom: 20px;
}
.addOptionBtn, .addquestionBtn, .addGradeBtn{display:inline-block;}
.addquestionBtn, .addGradeBtn{width: 100%;}
.addquestionBtn button, .addGradeBtn button{float:left;}
.createPollBtn, #optionsContainer, #poll-options-container{display:grid;}
.option-item{    
    border: 1px solid #dbd7d7;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    display: flow-root;
}
.question-item{
    background: #ebeaea;
    padding: 15px;
    border-radius: 4px;
    display: flow-root;
}
.option-button {
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    cursor: pointer;
    border-radius: 5px;
}

.option-button.selected-option {
    background-color: #4caf50;
    color: white;
}
.pollqna{
    border: 2px solid #d1cfcf;
    border-radius: 4px;
    padding: 10px;
    margin: 25px 0px;
}
.action-buttons {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust the spacing between buttons/forms */
}

.action-buttons form,
.action-buttons a {
    margin: 0;
    padding: 0;
}
.action-buttons a {padding: 5px 8px;}
.action-buttons button {
    display: inline-block;
    cursor: pointer;
}
form{  
    background: #fff;
    padding: 40px 25px;
    margin-bottom: 40px;
}
.addNewButton{
    display: inline-block;
    text-align: center;
    padding: 10px;
}
.addNewButton button {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer; 
}

.step-form-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.step {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
}

.step.active {
    border-bottom-color: #4caf50;
    font-weight: bold;
    color: #4caf50;
    background: #fff;
}
.form-control{    margin-bottom: 10px;}
.form-check-input{    margin-left: 5px;position: unset;}
.action-buttons{background:none;}
.datacollectionformsection, .gradingsection{
    background: #c9c9c9;
    padding: 10px;
    border-radius: 4px;
    margin: 20px 0px;
}
.image-wrapper {
    position: relative;
    width: 200px;
}

.delete-image-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 26px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    padding: 0px;
}
.scoringsection{background: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
    margin: 20px 0px;
display:grid;}
.poll-card .progress{
    display: inherit;
    height: auto;
    /* overflow: hidden; */
    line-height: inherit;
    font-size: inherit;
    background-color: transparent;
    border-radius: inherit;
    box-shadow: none;
}
.poll-card label{margin-bottom: inherit;}
.other_details{display:block;padding-bottom: 10px;}
.author{display: inline !important;float: right;}