.wrapper {
    position: relative;
}

@keyframes icon-grow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.icon-bounce {
    animation: icon-grow 800ms infinite;
}

body {
    background-color: #e9ecf0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    transition: none;
    min-width: unset;
    max-width: unset;
    margin: 0 !important;
    z-index: 95;
    background: rgba(239, 242, 246, 0.97);
    padding-top: 74px;
    padding-bottom: 14px;
}

.sidebar-content {
    height: calc(100vh - 88px) !important;
}

@media (max-width: 320px) {
    #frmTopBarSearch {
        display: none !important;
    }
    #searchResultsTopBar {
        display: none !important;
    }
}

#frmTopBarSearch .input-group-navbar {
    min-width: unset;
    width: 240px;
    max-width: 56vw;
}


/* .sidebar.collapsed + div.main main.content {
filter: blur(3px);
} */

.sidebar-content {
    background: transparent;
}

.mega-bold {
    font-weight: 800;
    color: #212529;
}

.header-b-border {
    box-shadow: 0 0.5rem 0.5rem 0 rgb(41 48 66 / 5%);
    z-index: 2;
}

.header-b-border+.card-body {
    background: #fafafa;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.soft-cap {
    color: #737d85;
    text-transform: uppercase;
    font-weight: 300;
}

.txt-dec-none,
.txt-dec-none:hover {
    text-decoration: none;
}

.hover-card {
    border: 1px solid #eaecf0;
    transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

.hover-card:hover {
    text-decoration: none;
    transform: scale(1.1);
    box-shadow: 0 0 1.1rem 0 rgb(60 66 71 / 15%);
}

nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    justify-content: space-between !important;
    padding: 0.875rem 1.125rem;
}

#header-logo {
    display: none;
    align-items: center;
    padding: 0;
}

#header-logo img {
    width: 36px;
    margin-right: 0.75rem;
}

div.main {
    padding-top: 66px;
}

.sidebar.collapsed {
    left: 0;
}

.sidebar i {
    font-size: 1.25rem;
    width: 1.35rem;
}

.sidebar .sidebar-item {
    font-size: 1.05rem;
}

.sidebar .divider {
    height: 0;
    margin: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.sidebar .sidebar-header {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    font-weight: 500;
    text-align: center;
    color: white;
    margin-bottom: 0.5rem;
}

.main>.navbar {
    height: 66px;
}

.sidebar-toggle {
    color: inherit;
    font-size: 1rem;
    line-height: 1;
}

.sidebar-toggle i {
    margin-right: 0.3rem;
    font-size: 1.6rem;
}

.sidebar-toggle:hover {
    text-decoration: none;
    color: inherit;
}

a.sidebar-link {
    color: #212529;
    margin: 0.5rem 0.75rem 1rem;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
}

a.sidebar-link:hover span {
    color: inherit !important;
}

a.sidebar-link i {
    height: 39px;
    width: 39px;
    border-radius: 0.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    background: #ced4da;
    margin: 0;
}

li.sidebar-item.active a.sidebar-link {
    position: relative;
    color: #212529;
}

li.sidebar-item.active a.sidebar-link i {
    color: white;
    background: #212529;
}

li.sidebar-item:not(.active) a.sidebar-link:hover i {
    background: #adb5bd;
    color: #212529;
}

a.sidebar-link span {
    white-space: nowrap;
    margin-left: 0.5rem;
}

.sidebar-submenu {
    display: none;
}

.form-label {
    margin-bottom: 0rem !important;
    font-size: 0.9rem;
}

.form-label.required::after {
    content: "*";
    color: red;
    font-size: 1rem;
    line-height: 0;
    font-weight: 500;
    margin-left: 5px;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background: inherit;
}

.accordion-collapse {
    border: none !important;
}

footer.footer {
    background: transparent;
    border: none;
    padding-bottom: 4rem;
}

.progress-bar {
    overflow: visible;
    border-radius: 0.2rem;
}

.progress-bar .outer-text {
    position: absolute;
    left: calc(100% + 0.5rem);
    color: #212529;
}


/* #page-menu-btns a:not(.dropdown-item),
#page-menu-btns button:not(.dropdown-item) {
background: white;
} */

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -9px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu,
.dropdown-menu>li:focus>.dropdown-submenu {
    display: block;
}

.accordion-heading-font {
    font-size: 0.825rem;
    color: #6c757d;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.pills-sm .nav-item .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.64rem;
}

.nav-link-sm {
    padding: 0.1rem 0.5rem;
}

.nav-pills.grey-pills .nav-link.active,
.nav-pills.grey-pills .show>.nav-link {
    background-color: #949da9;
}

.card-acts a:not(.dropdown-item) {
    color: #737d85 !important;
}

.card-acts a:not(.dropdown-item):hover {
    color: #3f80ea !important;
    text-decoration: none;
}

.danger-link {
    color: #d9534f !important;
}

.danger-link:hover {
    color: #a13e3b !important;
}

.danger-link.active,
.danger-link.active:hover {
    color: white !important;
    background: #d9534f !important;
}

#prop-cards {
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

#prop-cards .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chill-pills a.nav-link {
    /* color: #737d85 !important; */
    display: inline-block;
    font-weight: 400;
    line-height: 1.625;
    color: #6c757d !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.25rem 0.7rem;
    font-size: 0.825rem;
    border-radius: 0.2rem;
}

.chill-pills.chill-pills-lg a.nav-link,
.lg-field {
    padding: 0.35rem 1rem;
    font-size: 0.95rem;
    border-radius: 0.3rem;
}

.chill-pills a.nav-link:hover {
    color: #545a5f !important;
}

.chill-pills a.nav-link.active {
    background: #737d85 !important;
    color: white !important;
}

#spinLoader {
    position: fixed;
    display: none;
    top: calc(50vh - 2rem);
    left: calc(50vw - 2rem);
    z-index: 1000;
    width: 4rem;
    height: 4rem;
    border-width: 0.35rem;
    border-right: 0.35rem solid #c8cbce;
    pointer-events: none;
    box-shadow: 0px 0px 30px rgba(30, 30, 30, 0.15);
    opacity: 0;
    transition: opacity 200ms ease;
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: white;
}

.bg-mid-grey {
    background: #6c757d !important;
}

.btn-check:focus+.btn,
.btn-check+.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-light-2 {
    color: white;
    background: #949da9;
    border-color: #949da9;
}

.btn-light-2:hover {
    background: #757c85;
    border-color: #757c85;
    color: white;
}

.form-control-color {
    max-width: unset;
}

.fetch-loader {
    position: absolute;
    display: none;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
}

.button-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(25 32 46 / 64%);
    backdrop-filter: blur(2px);
    text-align: right;
    padding: 0.25rem 1.5rem;
    z-index: 10;
}

.button-bar .inner {
    max-width: 1208px;
    margin: 0 auto;
}

.button-bar .btn {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.1rem 1rem;
    font-size: 0.9rem;
    margin: 0.25rem;
}

@media (min-width: 576px) {
    #prop-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    main.content {
        padding-left: calc(1rem + 71px);
    }
    .sidebar,
    .sidebar.collapsed {
        left: 0;
        width: auto;
        min-width: 71px;
        background: transparent;
    }
    a.sidebar-link {
        position: relative;
        display: inline-block !important;
        margin: 0.5rem 0.75rem;
    }
    .sidebar-link i {
        flex: 0 0 46px;
    }
    .sidebar .sidebar-link span {
        display: none;
    }
    /* .sidebar:hover {
  width: 175px;
}
.sidebar .sidebar-link i:hover+span {
  padding: 0.12rem 0.4rem;
  border-radius: 0.25rem;
  display: block;
  color: white;
  background: #212529;
  box-shadow: 0px 0px 4px rgb(239, 242, 246);
  font-size: 0.8rem;
} */
    /* Pop up box */
    #boxOn {
        position: fixed;
        padding: 0.08rem 0.25rem;
        border-radius: 0.15rem;
        left: 72px;
        display: none;
        max-width: 300px;
        color: white;
        background: #212529;
        box-shadow: 0px 0px 4px rgba(239, 242, 246, 0.25);
        font-size: 0.7rem;
        z-index: 200;
        pointer-events: none;
        text-align: center;
    }
    #boxOn.major {
        padding: 0.2rem 0.8rem;
        border-radius: 0.25rem;
        font-size: 0.9rem;
    }
    #boxOn.shown {
        display: inline-block;
    }
    .sidebar-toggle {
        display: none !important;
    }
    #header-logo {
        display: flex;
        margin-right: 1.5rem;
    }
    #header-logo span {
        font-size: 1.4rem;
        letter-spacing: 1px;
        color: #00467f;
        font-weight: bold;
        opacity: 0.75;
        display: none;
    }
    #page-header {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #949da926;
    }
    #page-header h1 {
        margin-right: 1rem;
    }
    #prop-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .button-bar {
        padding-left: 71px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    #prop-cards {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1400px) {
    #frmTopBarSearch {
        position: absolute;
        left: calc(50% - 575px);
    }
}