html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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 {
  margin-bottom: 60px;
}
.CodeMirror {
    
    height: 200px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px); 
    padding: 0.375rem 0.75rem; 
    border-radius: 0.25rem; 
    border: 1px solid #ced4da; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%; 
    top: 0px; 
}
.select2-container {
    width: 100% !important; /* Ensures full-width */

}


.info-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
    background-color: #f9f9f9;
    overflow-x: auto;
    white-space: nowrap; 
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

   
    .info-box span {
        font-weight: bold;
        color: #333;
    }

 
    .info-box::-webkit-scrollbar {
        height: 8px;
    }

    .info-box::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .info-box::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
