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;
}
.form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.control-label {
    display: block;
    width:100px;
    margin-bottom: 5px;
}
.control-input-text {
    height:300px;
    margin-bottom: 5px;
    word-wrap: initial;
    vertical-align:text-top;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #e8e9e9;
}
.icon-delete {
    width: 32px; /* Adjust the width and height as needed */
    height: 32px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Ccircle cx="12" cy="12" r="10" /%3E%3Cline x1="15" y1="9" x2="9" y2="15" /%3E%3Cline x1="9" y1="9" x2="15" y2="15" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}
.custom-bg {
    background-color: #e8e9e9; 
}
.custom-bg-dark {
    background-color: #9aa4b4; 
}

.custom-bg-footer {
    background-color: #222A3F;
}
.custom-font {
    font-size: 18px;
    font-weight:bold;
}
.border-bottom-thick {
    border-bottom: 2px solid #6c757d; /* You can adjust the color and thickness as needed */
}
.btn-custom-size{
    width:100%;
}
.svg-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between SVGs */
    /*background-color: #222A3F;*/

}
.svg-container-bg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between SVGs */
    background-color: #80735f;
}

.svg-item {
    border: 1px solid #ccc;
    padding: 5px;
}
.svg-container-center {
    gap: 10px; /* Adjust the gap between SVGs */
    /*background-color: #222A3F;*/
    text-align:center;
}

.inline-demo-console {
    font-family: monospace;
    font-size: 10px;
    border: 1px solid #CCC;
    width: 400px;
    height: 200px;
    padding-left: 5px;
    overflow-y: scroll;
    background-color:white

}
.btn-custom-height {
    height: 50px;
}
