body {
    /*font-family: "Inter", sans-serif;*/
}

.breadcrumb-item.active{
    opacity: .5;
}

.sidebar .sidebar-inner>li.active>a{
    background: rgba(49, 197, 244,.8);
}

a,
.btn-link{
    color: rgba(0, 140, 185, 1);
    font-weight: 600;
}
.btn-link:hover{
    color: rgba(20, 180, 244, 1);
}

.nav-settings .nav-link:hover{
    color: rgba(49, 197, 244, 1);
}

.btn-primary{
    background: rgba(49, 197, 244, 1);
    border-color: rgba(49, 197, 244, 1);
}

.btn-primary:hover{
    background: rgba(70, 210, 250, 1);
    border-color: rgba(70, 210, 250, 1);
}

.custom-control-input:checked ~ .custom-control-label::before{
    background: rgba(70, 210, 250, 1);
    border-color: rgba(70, 210, 250, 1);
}

.btn-icon-custom {
    width: 32px;
    height: 32px;
    padding: 0.1rem 0.1rem;
    color: #ffffff;
    font-size: 1.25rem;
}

.paragraph-primary{
    color: rgba(49, 197, 244, 1);
    margin: 2px 0;
}
.paragraph-warning{
    color: #fec400;
    margin: 2px 0;
}

.vertical-timeline-element-content p{
    font-size: 0.91rem;
}

.list-group-item.active{
    color: black;
    background: rgba(70, 210, 250, 1);
    border: 1px solid rgba(70, 210, 250, 1);
    font-size: 1.025rem;
    font-weight: 500;
}

.custom-control-label::after{
    cursor: pointer;
}

.add-pointer{
    cursor: pointer!important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    min-height: 44px;
}

@media (max-width: 769px) {
    .navbar .page-title {
        max-width: 110px;
    }
}

.bg-danger.td-hover-highlight:hover{
    border: 0.5px solid red;
}
.bg-success.td-hover-highlight:hover{
    border: 0.5px solid green;
}
.bg-light.td-hover-highlight:hover{
    border: 0.5px solid grey;
}

.bg-login{
    background: url("../images/0_0-3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}