/* Minification failed. Returning unminified contents.
(95,22): run-time error CSS1039: Token not allowed after unary operator: '-kt-F8A145'
(112,17): run-time error CSS1039: Token not allowed after unary operator: '-kt-F8A145'
(135,21): run-time error CSS1039: Token not allowed after unary operator: '-kt-F8A145'
(141,21): run-time error CSS1039: Token not allowed after unary operator: '-kt-F8A145'
 */
@font-face {
    font-family: neuropol;
    font-style: normal;
    font-weight: 400;
    src: url('/Content/fonts/NEUROPOL.woff') format('woff')
}

.hidden {
    display: none !important;
}

.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    width: 510px !important;
}

.footer-logo-font {
    font-family: 'Neuropol', Helvetica, sans-serif;
}

.email-word-break {
    word-break: break-all;
}

.bg-prob-bar-grey {
    height: auto !important;
    min-height: 30px;
}

    .bg-prob-bar-grey .bg-prob-bar {
        height: auto !important;
        min-height: 30px;
        padding: 5px 0;
    }

.ml-5 {
    margin-left: 5px !important;
}

.city-not-found {
    display: flex;
    align-items: center;
    min-height: 42px;
}

    .city-not-found label {
        min-width: 130px;
        margin-left: 5px;
        margin-bottom: 0 !important;
    }

    .city-not-found input[type="checkbox"] {
        min-width: 25px;
    }

#kt_app_header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9;
    width: 100%;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*Contact Us - Manager*/
.card.client-manager {
    border-color: #000 !important;
}
.card.client-manager .card-header {
    background:linear-gradient(112.14deg, #1A1B1E 0%, #1A1B1E 100%);
    color: #fff;
}
.client-manager .card-body table thead tr th {
    background: var(--kt-F8A145);
    color: #000;
    box-shadow: none;
}
.client-manager .card-body table tbody tr td {
    color: #000;
    box-shadow: none;
}
    .client-manager .card-body table tbody tr {
    background: #EAEAEA !important;
    box-shadow: none;
    color: #000;
}
.client-manager .card-body table tbody tr:nth-child(2) {
    background: #b2b2b2 !important;
}
.card.client-manager .card-header .card-title {
    color: var(--kt-F8A145);
}
.card.client-manager .form {
    background: linear-gradient(112.14deg, #1A1B1E 0%, #1A1B1E 100%);
    border-radius: 0 0 10px 10px;
}
.card.client-manager {
    border-color: #000 !important;
    min-height: 352px;
    background: linear-gradient(112.14deg, #1A1B1E 0%, #1A1B1E 100%) !important;
}

.h-lg-50px {
    height: 50px !important;
}

.card-info {
    background: linear-gradient(112.14deg, #1A1B1E 0%, #1A1B1E 100%) !important;
}
.card.card-flush.card-info > .card-header {
    border-bottom: 1px dashed #fff !important;
}
    .card-info .card-header .card-title .card-label {
        color: var(--kt-F8A145) !important;
    }
.card-info .card-body span {
     color: #fff !important; 
}
    .card-info .card-body span.text-gray-800.fw-bold.fs-6 {
        color: var(--kt-F8A145) !important;
    }
.card.calendar-sec #kt_calendar_app .fc-timegrid.fc-timeGridWeek-view.fc-view {
    position: static;
}
.calendar-sec div#kt_calendar_app {
    height: auto !important;
}
.calendar-sec .fc-view-harness.fc-view-harness-active {
    height: 100% !important;
}
.custom-square {
    position: absolute;
    right: 30px;
    margin: -15px 0 0;
    padding: 5px;
    /* background: rgba(247, 245, 242, 0.7);
    border: 1px solid #eee;*/
    min-width: 130px;
}
.custom-square div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.custom-square div span {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: block;
    margin-right: 5px;
    min-width: 20px;
}
.custom-square div p {
    margin: 0;
    font-size: 13px;
    max-width: 400px;
}
.custom-square div span.blue {
    background: rgb(0, 164, 224);
    border-color:#000;
}
    .custom-square div span.yellow {
        background: rgb(241, 241, 0);
        border-color:#000;
    }
.card-square .custom-square {
    margin: 0;
    flex-wrap: wrap;
    padding: 5px;
    width: 100%;
    justify-content: flex-end;
    top: 20px;
    display: flex;
}
    .card-square .custom-square div {
        width: auto;
        margin-right: 20px;
    }
