.btnlogo {
position: relative;
height: 50px;
width: 100px;
margin-top: 10px;
margin-bottom: -40px;
margin-left: 23px;
}

.shadow-bottom {
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.15);
}

.fontcambria {
    font-family:cambria;
}
/* From Uiverse.io by mi-series */
.btn {
position: relative;
/*bottom: 35px;*/
outline: 0;
display: inline-flex;
align-items: center;
justify-content: space-between;
background: #0047AB;
min-width: 130px;
border: 0;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
/*box-sizing: border-box;*/
padding: 16px 20px;
color: #fff;
font-size: 12px;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
overflow: hidden;
cursor: pointer;

left: 16%;
}

.btn:hover {
opacity: .95;
}

.btn .animation {
border-radius: 100%;
animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}

100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}

body {
font-family: Cambria, Arial, sans-serif;
margin: 20px;
background-color: #cadee6;
}

.btnjiv {
position: relative;
left: 22px;
}

.sceditor-container {
width: 540px;
height: 150px;
border: 1px solid #e8d9d9;
box-shadow: 0 0 10px 0px black;

}
.sceditor-container-ans {
width: 540px;
height: 100px;
border: 1px solid #e8d9d9;
box-shadow: 0 0 10px 0px black;

}
.sceditor-toolbar {
display: flex;
flex-wrap: wrap;
background: #f1f1f1;
padding: 5px;
border-bottom: 1px solid #ddd;
}

.sceditor-button {
position: relative;
width: 0px;
height: 3px;
margin-right: 5px;
padding: 8px;
cursor: pointer;
border: 1px solid #d2a4a4;
border-radius: 3px;
background-color: rgb(211, 216, 194);
display: inline-flex;
align-items: center;
justify-content: center;
}

.sceditor-button.active {
    background-color:  yellow; /*#ffd966;*/    
    color: black;
} 

.btntextbox {
position: relative;

padding-left: 280px;
}

.checkbox {
position: relative;
width: 50px;
}

.sceditor-button:hover {
background-color: #e0e0e0;
}

.sceditor-button i {
font-size: 12px;
}

.editable-container {
width: 516px;
height: 77px;
padding: 10px;
border: 2px solid gray;
overflow-y: auto;
font-size: 16px;
background-color: #fff;
line-height: 1.5;
outline: none;
transition: border 0.3s;
}

.editable-container1 {
width: 100%;
height: calc(100% - 28px);
padding: 10px;
border: 2px solid gray;
overflow-y: auto;
font-size: 16px;
background-color: #fff;
line-height: 1.5;
outline: none;
transition: border 0.3s;
box-sizing: border-box;
}

.editable-container-ans {
width: 100%;
height: calc(100% - 34px);
padding: 10px;
border: 2px solid gray;
overflow-y: auto;
font-size: 16px;
background-color: #fff;
line-height: 1.5;
outline: none;
transition: border 0.3s;
box-sizing: border-box;
}
.editable-container:focus,
.editable-container1:focus,
.editable-container-ans:focus{
border: 2px solid rgba(240, 241, 242, 0.8);
}

.btnblock {
display: flex;
/* Use flexbox for layout */
justify-content: space-around;
/* Space between elements */
align-items: center;
/* Center items vertically */
flex-wrap: wrap;
/* Allow wrapping */
text-align: center;
/* Center the content */
position: relative;
margin-top: 40px;

}
.no_anchor {
cursor: pointer;
}

.btngo {
position: relative;
height: 70px;
width: 95px;
border: 10px;
}

.question-table {
display: none;
/* Initially hidden */
border: 1px solid #ccc;
padding: 10px;
margin: 20px 0;
align-items: center;

}

.question-table.show {
display: block;
}

.btnblock {
cursor: default;
/* Change the cursor to pointer for better UX */
position: relative;
top: 20px;
}

/* body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
background-color: #f9f9f9;
} */

.card {
background-color: white;
/* Card background color */
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
/* Box shadow */
border-radius: 8px;
/* Rounded corners */
padding: 20px;
/* Inner padding */
width: 90%;
/* Responsive width */
max-width: 600px;
/* Maximum width for larger screens */
padding-left: 135px;
padding-right: 120px;
position: relative;
top: 30px;
margin-left: 170px;
}

/* Table styles */
.table {
margin-top: 20px;
/* Space above the table */
}

/* Preset styles for headers */
h3 {
margin-top: 20px;
}

/* Editable container styles */
.editable-container {
border: 1px solid #ccc;
/* Optional border for visibility */
padding: 10px;
/* Optional padding */
min-height: 50px;
/* Minimum height */
margin-bottom: 10px;
/* Space below it */
}


.btntest{
text-align: center;
font-family: 'Cambria', Times, serif;
font-size: large;
font-style: normal;
position: relative;
font-size: 15px;
/*font-family: system-ui;*/

}

.navbar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000; 
}
.checkbox-container {
position: relative;
display: inline-block; /* Allows positioning */
}

.tooltip {
display: none; /* Hide tooltip by default */
position: absolute;
left: 25px; /* Adjust based on your needs */
top: 0; /* Align it vertically with the checkbox */
background-color: #fff; /* Background color of tooltip */
border: 1px solid #ccc; /* Border for tooltip */
padding: 4px; /* Padding for tooltip */
z-index: 1; /* Ensure it appears above other elements */
width: 200px;
left: 50px;
}

.checkbox-container:hover .tooltip {
display: block; /* Show tooltip on checkbox hover */
}
