﻿body[data-topbar-color="light"] .navbar-custom {
    background-color: #ffffff !important;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    /* Search */
}
body[data-layout-mode="two-column"] .sidebar-icon-menu .logo {
    display: block;
    width: 80px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    z-index: 1002;
    background-color: #005199;
}

body[data-layout-mode="two-column"] .left-side-menu {
    background-color: #005199;
    box-shadow: none;
}
body[data-layout-mode="two-column"] .layout-sidebar-main-menu {
    display: block;
    position: fixed;
    width: 254px;
    background-color: #005bab;
    top: 0;
    bottom: 6px;
    left: 88px;
    padding: 4px 0px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    transition: all .1s ease-out;
}
body[data-layout-mode="two-column"] .sidebar-icon-menu {
    position: fixed;
    width: 80px;
    z-index: 500;
    top: 0;
    bottom: 0;
    padding-bottom: 20px;
    background: #005199;
    overflow: hidden auto;
}
.widget-count {
    height: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border-radius: 30px;
    color: #0a67eb;
    border: 2px solid rgb(119 172 247);
    background-image: url("assets/images/pattern.png");
    background-position: left;
}
.count-filter-btn-block {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 1px 5px;
    background-color: #0a67eb;
    border-radius: 50%;
    color: #FFF;
}
.widget-graph .filter-btn-block {
    cursor: pointer;
    padding: 5px 9px;
    background-color: #0a67eb;
    border-radius: 50%;
    color: #FFF;
}
.widget-table, .widget-graph {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%) !important;
    color: #0a67eb;
    border: 2px solid rgb(119 172 247);
}
.layout-main-menu-active .menu-active i {
    color: #0a67eb !important;
}
.layout-main-menu-active .menu-active a:hover i {
    color: #0a67eb !important;
}
.layout-main-menu-active .menu-active .text-white {
    color: #0a67eb !important;
}
a:hover {
    color: #095cd2;
    text-decoration: none;
}
.Bookedlayout-main-menu-inactive .inactive-highlight i {
    color: #0a67eb !important;
}
.layout-main-menu-inactive .inactive-highlight i {
    color: #0a67eb !important;
}
.layout-main-menu-inactive .inactive-highlight a:hover i {
    color: #0a67eb !important;
}
.layout-main-menu-inactive .inactive-highlight .text-white {
    color: #0a67eb !important;
}
.custom-modal .modal-header {
    background: #3283f6 url(../images/hero_bg_1.svg) repeat fixed;
}

.anchorFocus:focus {
    border: 1px solid #3283f6 !important;
    display: flex;
    align-items: center;
}
.fe-menu:before {
    content: "\e88f";
    border-radius: 4px;
    background-color: white;
    padding: 2px;
    border: 1px solid #3283f6;
}

[class^="fe-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /*color: #0d6df4;*/
    z-index: 10;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.trapezium {
    height: 0px;
    min-width: 80px;
    display: inline-block;
    border-bottom: 30px solid #589bf7;
    border-right: 15px solid transparent;
    text-align: center;
    max-width:100%;
}

.headingStyle {
    color: white;
    font-size: clamp(13px, 2vmin, 1rem);
    line-height: 30px;
    border-bottom: 2px solid #589bf7;
    height: 32px;
}
.encounter-menu .dropdown-item.active {
    color: #0e4492;
    border: 1px solid #FFF;
    border-radius: 10px;
}
.encounter-menu .dropdown-item:hover {
    border-radius: 10px !important;
}
.actions-dropdown {
    background: linear-gradient(to bottom, #3283f6 0, #0a67eb 100%);
}
body[data-topbar-color="light"] .navbar-custom .button-menu-mobile {
    color: #3283f6;
}


/*copied bootstrap classes responsible for primary and white colors which is overided in yellow and gray theme*/
.btn-primary:hover {
    color: #fff !important;
    background-color: #0d6df4;
    border-color: #0a67eb;
}
.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #0a67eb;
    outline: 0;
    box-shadow: none;
}

.bg-primary {
    background-color: #3283f6 !important;
}
.btn-primary {
    color: #fff;
    background-color: #3283f6;
    border-color: #3283f6;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3283f6;
    border-color: #3283f6;
}


.btn-outline-primary {
    color: #3283f6;
    border-color: #3283f6;
}

.badge-primary {
    color: #fff;
    background-color: #3283f6;
}

.text-primary {
    color: #3283f6 !important;
}

a {
    color: #3283f6;
    text-decoration: none;
    background-color: transparent;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3283f6;
    border-color: #3283f6;
}
.border-primary {
    border-color: #3283f6 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0a67eb !important;
}