html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(13, 27, 62, 0.7);
}

.content-wrapper {
    font-size: 14px;
    line-height: 26px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    color: #212529;
    background-color: #EBEBEB;
}

.tab-pane {
    padding-left: 30px;
    padding-right: 30px;
}

input[type="text"], select, textarea, .input-group {
    margin-bottom: 20px !important;
}

.input-group input {
    margin-bottom: 0px !important;
}

fieldset {
    padding-bottom: 50px  !important;
}

.sidebar-toggle:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.box {
    border-top: 1px solid #ddd !important;
    border-radius: 0px;
}

.box-header .fas, .box-header .far, .box-header .fal {
    font-size: 18px;
    margin-right: 5px;
}