.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 32px;
}
.select2-container--open {
    z-index: 1060;
}
label {
    margin-bottom: 0rem;
}
.fc-basic-view .fc-content, .fc-time-grid-event .fc-content {
    color: unset !important;
}
.fc-content{
    display: flex;
    justify-content: space-between;
}
.fc-right {
    display: none !important;
}
.card-box {
    border-radius: 1.1rem;
}
.btn-info,.page-item.active .page-link, .btn-primary {
    background: #4980CC;
    border-color: #4980CC;
}
.select2-container .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected=true]:hover, .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #4980CC;
}

.btn-info:hover,.page-item.active .page-link:hover {
    color: #fff;
    background-color: #2056cf;
    border-color: #211ec4;
}

.btn-danger {
    background: #CC495B;
    border-color: #CC495B;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d62f45;
    border-color: #bb3345;
}

.btn-success {
    background-color: #6DB37D;
}
.btn-success:hover {
    color: #fff;
    background-color: #03c03c;
    border-color: #00a331;
}
.tab-content {
    background: white;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border: 1px solid transparent;
    border-color: #fff #dee2e6 #dee2e6;
}

body, .navbar-custom{
    background: #fafafa;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}
body,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans',sans-serif !important;
}
table.dataTable {
    margin-bottom: 0 !important;
}

.sidebar-meetings {
    background: url(/assets/icons/calendar.svg);
}
.logo-box img {
    height: 42px;
}
.page-title-main {
    padding: 6px 36px;
    font-size: 2rem;
}
.content-page {
    margin-top: 103px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
#sidebar-menu>ul>li>a i {
    position: relative;
}
#sidebar-menu>ul>li>a i:not(.mdi)::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    left: 0px;
    background-repeat: no-repeat;
}
.icon-calendar::before {
    background-image: url(/assets/icons/calendar.svg);
}
.icon-note::before {
    background-image: url(/assets/icons/note.svg);
}
.icon-alias::before {
    background-image: url(/assets/icons/alias.svg);
    top: -10px !important;
}
.icon-contact::before {
    background-image: url(/assets/icons/contact.svg);
    left: -2px !important;
}
.icon-client::before {
    background-image: url(/assets/icons/client.svg);
}
.icon-brand::before {
    background-image: url(/assets/icons/brand.svg);
}
.icon-home::before {
    background-image: url(/assets/icons/home.svg);
}
.icon-users::before {
    background-image: url(/assets/icons/users.svg);
}
.icon-analytics::before {
    background-image: url(/assets/icons/analytics.svg);
}
#sidebar-menu>ul>li>a.active {
    color: #4980CC;
} 
.radio-info input[type=radio]:checked+label::before {
    border-color: #4980CC;
}
.radio-info input[type=radio]:checked+label::after {
    background-color: #4980CC;
}
:root {
    --info: #4980CC;
}
.attachment-icons {
    font-size: 2rem;
}
.select2-hidden-accessible.parsley-error~ul~.select2-container--default .select2-selection--single,
.select2-hidden-accessible.parsley-error~ul~.select2-container--default .select2-selection--multiple{border-color:#f34943!important}
.select2-hidden-accessible.parsley-success+.select2-container--default .select2-selection--single,.select2-hidden-accessible.parsley-success~ul~.select2-container--default .select2-selection--single{border-color:#31ce77!important}

.select2-hidden-accessible.parsley-error ~ .select2-container--default .select2-selection--single,
.select2-hidden-accessible.parsley-error ~ .select2-container--default .select2-selection--multiple {
    border-color: #ff5b5b !important;
}

.select2-hidden-accessible.parsley-success ~ .select2-container--default .select2-selection--single,
.select2-hidden-accessible.parsley-error ~ .select2-container--default .select2-selection--multiple {
    border-color: #10c469 !important;
}
.parsley-errors-list {
    display: none;
}
thead > tr:first-child th {
    border: none;
}
.table .thead-light th {
    background-color: #fff;
}
tr.filter {
    background-color: #ccdcf1;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: inherit;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0.5;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
}
.account-pages .parsley-errors-list {
    display: block;
}
.header-title {
    font-size: 1.4rem;
}
.dataTables_wrapper > div > div, #datatable_wrapper > div > div, .tableWrapper {
    overflow-x: auto;
}
ul.pagination {
    margin-bottom: 0;
}
.analytics-card .graph-container {
    height: 25rem !important;
}

@media screen and (max-width: 1028px) {
    body.enlarged {
        min-height: unset;
    }
    body {
        padding-bottom: 0px;
    }
    .page-title-main {
        font-size: 1.6rem;
        padding: 0 20px;
    }
    .content-page {
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid > div {
        padding-left: 0;
        padding-right: 0;
    }
}