html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

#wrapper {
    width: 100%;
}

/* --- Tagify ---*/
.tagify-input {
    width: 100%;
    border-radius: 0.25rem;
}
    .tagify-is-invalid {
        border-color: red;
    }

.tagify--focus {
    --tags-border-color: #5847d7;
}
/* --- Accordion  ---*/
    .panel-default {
    margin-top: 5px;
}

.panel-default {
    margin-top: 5px;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    background-color: #e6f4f0;
}

.panel-heading a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-collapse {
    background-color: #f2fcf9;
    padding: 10px;
}



.preload-page {
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: 1000;
}

    .preload-page .spinner {
        width: 6rem;
        height: 6rem;
        border-width: 0.4rem;
    }


/* --- Navbar top  ---*/
#notification-list {
    right: 100px !important;
    left: 70% !important;
}
.notify {
    position: relative;
}
.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff7676;
    position: absolute;
    right: -6px;
    top: -20px;
}

.message-center {
    padding: 1rem !important;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.row-data-none {
    cursor: not-allowed;
}

.nodata-img {
    width: 12em;
    margin-top: 3em;
}




