body {
    font-size: 16px;
    margin: 0;
    font-family: system-ui;
}

.d-in-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.bimg {
    max-width: 150px;
    min-width: 65px;
    max-height: 65px;
}

.box {
    padding: 15px;
}

.color-box {
    padding: 3px;
    margin: 3px;
    background-color: #edf1f4;
}

.redc {
    color:rgb(116, 13, 13);
}

.minbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    height: 45px;
    width: 50px;
    margin-right: 5px;
    background-image: url('/files/logo.png');
    display: inline-block;
    background-size: cover;
}

.menu {
    display:flex;
    justify-content:space-between;
}

.top {
    box-shadow: 0 0 2px rgb(156, 156, 156);
}
.menu.top a {
    padding: 5px;
    text-decoration: none;
    color: #645555;
}

hr {
    border-width: 0.25px;
    color: #cacaca;
}

.center {
    text-align: center;
}

.border, .example-code, code {
    border: solid 1px rgb(211, 211, 211);
    margin: 2px 0px;
}

.example-code {
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
}

code {
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    margin: 2px;
    font-family: system-ui;
    padding: 1px;
}

.title-link {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
}

.title-link a {
    text-decoration: none;
    color: #2e87d6;
}

.w-350px {
    width: 350px;
}

table {
  width:100%;
  margin-top: 15px;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}
tr:nth-child(even) {
  background-color: #eee;
}
tr:nth-child(odd) {
 background-color: #fff;
}
th {
  background-color: #3a628c80;
  color: white;
}

.side{
    margin-left: 0;
    margin-right: 0;
}

div.overflow {
    overflow-x: auto;
    overflow-y: hidden;
}

div.scrollable {
    overflow-y: auto;
}

input[type="text"],input[type="password"],input[type="number"],input[type="email"],select, textarea{
    border: solid 1px #9a9a9a;
    box-shadow: 0px 0px 4px 0px #efefef;
    margin: 3px;
    padding: 5px;
}

p {
    margin-bottom: 3px;
    margin-left: 3px;
}

:focus {
    outline: 0;
}

button, input[type="submit"]{
    margin: 2px;
    margin-top: 5px;
    background: linear-gradient(#fff,#dedede);
    border-radius: 3px;
    border: solid 1px #b8b8b8;
    padding: 5px;
    cursor: pointer;
}

button.active, input[type="submit"].active {
    background: linear-gradient(#86d3e4,#1860c7);
    color: #fff;
}

button.active-red, input[type="submit"].active-red {
    background: linear-gradient(#e4a486,#c74f18);
    color: #fff;
}

button:focus, input[type="submit"]:focus, button:active, input[type="submit"]:active {
    background: linear-gradient(#dedede,#fff);
}

button:hover, input[type="submit"]:hover {
    background: linear-gradient(#ebebeb,#c5c5c5);
}

button.active:focus, input[type="submit"].active:focus, button.active:active, input[type="submit"].active:active {
    background: linear-gradient(#1860c7, #86d3e4);
}

button.active:hover, input[type="submit"].active:hover {
    background: linear-gradient(#6db5c5,#144fa1);
}

button.active-red:focus, input[type="submit"].active-red:focus, button.active-red:active, input[type="submit"].active-red:active {
    background: linear-gradient(#c74f18, #e4a486);
}

button.active-red:hover, input[type="submit"].active-red:hover {
    background: linear-gradient(#ce8462,#b14615);
}
