﻿body {
    font-family: Nunito;
    font-size: 14px;
}

table, tr, td {
    font-family: Nunito;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Nunito;
    font-weight: 500;
}

.font-article, .font-body, .font-lora, .font-roboto, .font-title, .font-ubuntu, .header-action .nav-link, .header-title, .price {
    font-family: Nunito;
}

.code-card .code-title, .font-alt, .h1, .h2, .h3, .h4, .h5, .h6, .small, body, button, h1, h2, h3, h4, h5, h6, input, optgroup, select, small, textarea, time {
    font-family: Nunito;
}

.card-title, .card-title-bold {
    font-family: Nunito;
}

.toast {
    display: block;
}

.field-validation-error {
    color: #b94a48;
}

    .field-validation-error span {
        clear: left;
        display: block;
        font-size: 13px;
        font-weight: 500;
    }

.validation-summary-errors ul {
    margin: 20px 0;
    list-style-type: none;
    background: #f3f3f3;
    padding: 10px;
    background-color: #BC3329;
    color: #ffffff;
}

    .validation-summary-errors ul li {
        margin: 5px 0;
    }


.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: solid 1px #BC3329;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -ms-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

    .input-validation-error:focus {
        border: solid 1px #b9554d;
        -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        -ms-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
        -ms-border-radius: 0.25rem;
        border-radius: 0.25rem;
    }


.form-type-material .input-validation-error {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-image: linear-gradient(#BC3329,#BC3329),linear-gradient(#d30404,#d30404);
}

    .form-type-material .input-validation-error:focus {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

/*SELECT2*/

.select2-container--bootstrap4 .select2-selection {
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.select2-container--bootstrap4 .select2-selection--single {
    min-height: 36px !important;
    padding: 0 2px;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 36px !important;
    padding: 0 2px;
    line-height: 21px;
}

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
        margin-top: 0.5em;
    }

.select2-container--bootstrap4 .select2-selection {
    border: 1px solid #ebebeb;
    border: 1px solid rgba(120, 130, 140, 0.2);
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background-color: #2BC1F9;
    border: 0;
    color: #fff;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: #2BC1F9;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #2BC1F9;
    color: #fff;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.fa.k-sprite,
.fa.k-sprite::before {
    font-size: 14px;
    line-height: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.custom-control-inline {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        width: auto;
    }

.has-spinner.btn.active .spinner {
    min-width: 20px;
}

.sidebar .menu-submenu .menu-item > .menu-link.active .dot::after {
    background-color: #d9aa5b;
    border-color: #d9aa5b;
}

.menu-item > .menu-link.active {
    background-color: #55606d;
}