body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,.8);
    background-color: #f9f9f9;
    background-color: #F7F9FA;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
    background-color: #f4f4f4;
    padding: 2px 4px;
    border-radius: 2px;
    border: 1px solid #d2d2d2;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.btn-primary {
    color: #fff;
    background-color: #1571b7;
    border-color: #1571b7;
}
a {
    color: #1571b7;
}
.input-group.is-valid .input-group-prepend .input-group-text {
    background-color: #fff;
    border-color: #28a745;
}
.input-group.is-valid .input-group-prepend .input-group-text .fa::before {
    color: #28a745;
    content: "\f058";
}
.input-group.is-invalid .input-group-prepend .input-group-text {
    background-color: #fff;
    border-color: #dc3545;
}
.input-group.is-invalid .input-group-prepend .input-group-text .fa::before {
    color: #dc3545;
    content: "\f00d";
}

.color-brand {
    color: #1571b7;
}
.text-red {
    color: red;
}
.alert-dismissible .close {
    padding: .6rem 1.25rem;
}
.alert.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: -16px;
    right: 0;
    z-index: 9;
}
.register-section {
    /*display: none;*/
}
.full-height {
    height: 100vh;
}
.content-login,
.content-inner {
    padding: 20px;
}
.content-inner {
    padding: 0px;
}
.content-login {
    border: 1px solid #eee; 
    background-color: #fff; 
    border-radius: 3px; 
}
.content-padding {
    padding: 20px;
}
.top-content {
    padding: 14px 0px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid #eee; */
    background-color: #F7F9FA;
}
.logo {
    display: inline-block;
    padding: 10px 0;
}
.logo img {
    height: 30px;
    width: auto;
}
.heading-text {
    display: inline-block;
}
.top-content .nav-link {
    padding: 0 1rem;
    /* line-height: 45px; */
    color: #1571b7;
}
.main-menu {
    /* margin-top: 15px; */
    /* margin: 15px 0; */
    display: inline-block;
}
.main-menu .nav-link {
    line-height: 50px;
}
.main-menu .nav-link.add-new-menu {
    padding: 0px 20px;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 30px;
    border-radius: .2rem;
    color: #1571b7;
    background-color: transparent;
    border: 1px solid #1571b7;
}
.dropdown-menu {
    font-size: 14px;
}
.user-login {
     margin-top: 5px;
     /* vertical-align: middle; */
     /* display: inline-block; */
     /* vertical-align: middle; */
     /* display: inline-block; */
}
.user-login .image-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.user-login .image-avatar img {
    width: 100%;
    height: auto;
}
.user-login .login-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    /* padding-right: 10px; */
    /* border-right: 1px solid #d2d2d2; */
}
.user-login li:last-child .nav-link {
    padding-right: 0;
    color: #555;
}
.user-login .dropdown-toggle::after {
    display: none;
}
.main-content {
    margin-bottom: 20px;
    min-height: 80vh;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.main-content.no-bg {
    background: none;
}
.main-content.no-box-shadow {
    box-shadow: none;
}
.main-content.no-border-radius {
    border-radius: none;
}
.main-content .left-content {
    border-right: 1px solid #eee;
}
.main-content .left-content ul li a{
    padding: 10px 0 10px;
    display: inline-block;
}
.table {
    margin-top: 10px;
}
div.dataTables_wrapper {
    margin-top: 20px;
}
div.dataTables_wrapper div.dataTables_filter {
    float: right;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 0.85em;
    white-space: nowrap;
    display: inline-block;
    font-size: 10px;
    color: #6c757d;
    font-weight: 100;
    border: 1px solid #eee;
    border-radius: 3px;
}
div.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
    float: right;
    font-size: 10px;
}
div.dataTables_wrapper .toolbar {
    width: 78%;
}
.list-font {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0 3px 13px 0px rgba(0,0,0,.05);
}
.embed-font {
    height: auto!important;
    overflow: hidden;
}
.embed-font textarea {
    cursor: pointer;
}
.btn-light {
    color: #999;
}

.content-padding {
    padding: 20px;
}

.avatar-content {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.avatar-content .image {
    width: 212px;
    height: 212px;
    padding: 5px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 50%;
}
.avatar-content .image img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
}
.avatar-action {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

.list-info .label {
    color: #808080;
}

.inputAvatar {
    display: none;
}

.form-input-file {
    min-height: 316px;
    height: auto;
    padding: 20px 10px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: inset 0 0px 10px 0px rgba(0,0,0,.15);
}
.form-input-file:hover {
    border: 1px solid #007bff;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* font-size: 1.25rem; */
    /* 20px */
    /* font-weight: 700; */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
    padding: 36px 1.25rem;
    margin-bottom: 0;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
/* style 5 */

.inputfile-5 + label {
    color: #007bff;
    text-align: center;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    /*color: #007bff;*/
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    /*background-color: #034d9c;*/
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #d6eaff;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #034d9c;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    /*border-bottom-color: #007bff;*/
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    /* fill: #f1e5e6; */
}
/* style input file 6 */
.inputfile-6 + label {
    /* color: #d3394c; */
}

.inputfile-6 + label {
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    padding: 0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: .375rem .75rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 80%;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    width: 20%;
    font-size: 14px;
    color: #555;
    background-color: #ced4da;
    display: inline-block;
    font-weight: normal;
    padding: 0.5rem 0.75rem;
    text-align: center;
    float: right;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    /*background-color: #722040;*/
    border-color: #555;
}
.dataTables_length {
    display: inline-block;
}
select.filterCat {
    display: inline-block;
    width: auto;
    min-width: 200px;
    margin-left: 30px;
}

.button-premium {

}
.alert .button-premium {
    position: absolute;
    right: 7px;
    top: 7px;
}
@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

.fbox-embed .fbox-glyphs .glyphs-control {
    margin: 15px 0!important;
}

.glyph-list canvas {
    opacity: 1;
    transition: all .3s ease;
    cursor: pointer;
}

.glyph-list canvas:hover {
    opacity: .85!important;
    border-color: #555!important;
}

#glyph-display,
#glyph-data {

}

#glyph {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#glyph-data {

}

#glyph-data dl dt, .ligatureItem dl dt {
    grid-column-start: 1;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    float: left;
    margin: 3px 7px 0 0;
}
#glyph-data dl dd, .ligatureItem dl dd {
    grid-column-start: 2;
    font-size: 14px;
    margin: 0 0 2px;
}
#glyph-data pre {
    background: #efefef;
    padding: 8px;
    line-break: auto;
    margin: 5px 0;
    width: 220px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-line;
    max-height: 200px;
    overflow: auto;
}
span.oncurve {
    color: blue;
}
span.offcurve {
    color: red;
}
#font-data dl {
    padding: 0 5px 5px 0;
    margin: 0;
}
#font-data dt {
    float: left;
    margin: 0;
    padding: 5px 5px 8px 10px;
    width: 13em;
}

#font-data dd {
    min-height: 30px;
    max-height: 200px;
    margin: 0 0 10px 12em;
    padding: 5px 10px;
    overflow-y: auto;
    word-break: break-all;
    background: #efefef;
}

#font-data .card .card-header {
    border-bottom: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

#font-data .card .card-header:after {
    position: absolute;
    right: 18px;
    top: 14px;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    color: rgba(0,0,0,.3);
}

#font-data .card .card-header.colopen:after {
    content: "\f077";
    color: rgba(0,0,0,.5);
}

#font-data .card + .card {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}