html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    body {
        
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    padding: 20px;
}

.button {
    padding: 10px 20px;
    border-color: #ffffff;
    border-radius: 8px;
    font-family: bahnschrift, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    background-color: #30ac3c;
    cursor: pointer;
}

.button:disabled{
    display:none;
}

.content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-family: verdana;
    font-size: 15px;
}


.survey-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .survey-table th,
    .survey-table td {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .survey-table th {
        background-color: #f5f5f5;        
    }

.question-col {
    width: 35%;
    text-align: left;
}

.radio-cell {
    text-align: center;
    width: 13%;
}

.survey-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.responseText {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-align: center;
}

.toggle-btn {
    cursor: pointer;
    font-family: verdana;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    margin-bottom: 14px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #0d68b9;
    border-radius: 24px;
    box-shadow: 2px 2px 5px rgb(71, 75, 98);
    font-weight: 600 !important;
    color: #333;
  /*  margin-left: -4px;*/
}

.options-container {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: lighter !important;
    font-family: verdana;
    font-size: 15px;
    margin: 10px;
    border-radius: 5px;
    background-color: #fff;
}

.button-section div {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 5px;
}

    .button-section div button {
        width: 49%;
        font-size: 12px;
        width: 45%;
        gap: 5px;
    }

@media screen and ( max-width:768) {
    .button:hover {
        font-size: 12px;
    }
}