/**
* Template Name: NiceAdmin - v2.2.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --header-height: 120px;
  scroll-behavior: smooth;
}

html, body {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #f3f3f3;
    color: var(--COLOR_BODY_BACKGROUND) !important;
}

a {
  color: #404040;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

a.disabled {
    pointer-events: none !important;
    cursor: default !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.disabled-important {
    pointer-events: none !important;
    opacity: 0.6 !important;
}

.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
.font-compact {
    font-size: 14px !important;
}

/*--------------------------------------------------------------
# Sizing
--------------------------------------------------------------*/

.w-36 {
    width: 36% !important;
}

.w-77 {
    width: 77% !important;
}

.input-short {
    width: 108px !important;
}

/*--------------------------------------------------------------
# Generic animations
--------------------------------------------------------------*/
.fade-out {
    opacity: 0;
    transition: opacity;
}

.transition-user-message {
    transition-delay: 8s;
    transition-duration: 2s;
}

/*--------------------------------------------------------------
# Branding
--------------------------------------------------------------*/
/* Scrollbar */
::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
    height: 8px; /* width of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2); /* color of the tracking area */
    border-radius: 20px; /* radius of the scroll thumb */
}

::-webkit-scrollbar-thumb {
    background-color: var(--COLOR_PRIMARY_BACKGROUND); /* color of the scroll thumb */
    border-radius: 20px; /* radius of the scroll thumb */
    border: 1px solid var(--COLOR_PRIMARY_BORDER); /* creates padding around scroll thumb */
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--COLOR_PRIMARY_HOVER);
    }

/* Other */
::placeholder {
    color: var(--COLOR_INPUT_TEXT) !important;
}

input[type=checkbox], input[type=radio] {
    background-color: var(--COLOR_INPUT_BACKGROUND) !important;
    color: var(--COLOR_INPUT_TEXT) !important;
    border-color: var(--COLOR_INPUT_BORDER) !important;
}

    input[type=checkbox]:hover, input[type=radio]:hover {
        opacity: 0.75;
    }

    input[type=checkbox]:hover, input[type=radio]:hover, 
    input[type=checkbox]:checked, input[type=radio]:checked {
        background-color: var(--COLOR_PRIMARY_BACKGROUND) !important;
        color: var(--COLOR_PRIMARY_TEXT) !important;
        border-color: var(--COLOR_PRIMARY_BORDER) !important;
    }

        input[type=checkbox]:hover:checked,
        input[type=radio]:hover:checked {
            background-color: var(--COLOR_PRIMARY_HOVER) !important;
            opacity: 1;
        }

input[type=file]::file-selector-button {
    background-color: var(--COLOR_SECONDARY_BACKGROUND) !important;
    color: var(--COLOR_SECONDARY_TEXT) !important;
    border-color: var(--COLOR_SECONDARY_BORDER) !important;
}

input[type=file]:hover::file-selector-button {
    background-color: var(--COLOR_SECONDARY_HOVER) !important;
}

th, th > div {
    color: var(--COLOR_BODY_SECONDARY_TEXT) !important;
}

table, table.bs-table, table.bs-table-nested, table.table {
    border-color: var(--COLOR_BODY_SECONDARY_BORDER) !important;
}

tbody > tr > td, tbody.table-body > tr > td {
    border-color: var(--COLOR_BODY_BORDER) !important;
}

tr.no-records-found > td {
    background-color: var(--COLOR_BODY_BACKGROUND) !important;
    color: var(--COLOR_WARNING_TEXT) !important;
    border-color: var(--COLOR_BODY_BORDER) !important;
}

.COLOR_BODY_SECONDARY_AND_PRIMARY_ACTIVE {
    background-color: var(--COLOR_BODY_SECONDARY_BACKGROUND) !important;
    color: var(--COLOR_BODY_SECONDARY_TEXT) !important;
    border-color: var(--COLOR_BODY_SECONDARY_BORDER) !important;
}

    .COLOR_BODY_SECONDARY_AND_PRIMARY_ACTIVE:hover {
        background-color: var(--COLOR_BODY_SECONDARY_HOVER) !important;
    }

    .COLOR_BODY_SECONDARY_AND_PRIMARY_ACTIVE.active {
        background-color: var(--COLOR_PRIMARY_BACKGROUND) !important;
        color: var(--COLOR_PRIMARY_TEXT) !important;
        border-color: var(--COLOR_PRIMARY_BORDER) !important;
    }

        .COLOR_BODY_SECONDARY_AND_PRIMARY_ACTIVE.active:hover {
            background-color: var(--COLOR_PRIMARY_HOVER) !important;
        }

/*--------------------------------------------------------------
# Bootstrap Icons
--------------------------------------------------------------*/

.btn-bi {
    position: relative !important;
    padding: 0 !important;
    border: 0 !important;
}

.bi.bi-size-xs {
    font-size: 16px;
}

.bi.bi-size-s {
    font-size: 20px;
}

.bi.bi-size-m {
    font-size: 24px;
}

.bi.bi-size-l {
    font-size: 28px;
}

.bi.bi-size-xl {
    font-size: 32px;
}

.bi.bi-size-1x {
    font-size: 48px;
}


.bi-size-m.bi-pos-adjusted {
    line-height: 40px;
}

/*--------------------------------------------------------------
# Backwards compatibility
--------------------------------------------------------------*/
.float-left {
  float: left !important;
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.float-right {
  float: right !important;
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

/*--------------------------------------------------------------
# Overrides
--------------------------------------------------------------*/
.modal-header {
    border-bottom: 1px solid !important;
    border-color: inherit !important;
}

.field-validation-error {
  color: #E00;
}
.error-summary {
  color: red;
}
.error-summary ul {
  display: inline !important;
  list-style-type: none !important;
  padding: 0;
}
.error-summary li {
  padding-top: 5px;
}

/* Multiselect */
.multiselect-filter,
.multiselect-all > span > input,
.multiselect-option > span > input {
    background-color: var(--COLOR_INPUT_BACKGROUND) !important;
    color: var(--COLOR_INPUT_TEXT) !important;
    border-color: var(--COLOR_INPUT_BORDER) !important;
}

.multiselect-search {
    border: none !important;
    background-color: var(--COLOR_INPUT_BACKGROUND) !important;
    color: var(--COLOR_INPUT_TEXT) !important;
}

.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all,
.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all,
.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus,
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    border-bottom: none !important;
    border-color: var(--COLOR_INPUT_BORDER) !important;
    background-color: var(--COLOR_INPUT_BACKGROUND) !important;
    color: var(--COLOR_INPUT_TEXT) !important;
}

/* Summernote Rich Text Editor */
.note-editor,
.note-btn,
.note-statusbar,
.note-resizebar,
.note-dropdown-menu[aria-label="Style"] > li > a > * {
    background-color: var(--COLOR_NAVIGATION_PRIMARY_BACKGROUND) !important;
    color: var(--COLOR_NAVIGATION_PRIMARY_TEXT) !important;
    border-color: var(--COLOR_NAVIGATION_PRIMARY_BORDER) !important;
}

.note-dropdown-menu[aria-label="Style"] > li > a > * {
    border: 1px solid;
    padding: 4px !important;
    margin: 2px !important;
}

.note-dropdown-menu[aria-label="Style"] > li > a:hover > * {
    background-color: var(--COLOR_NAVIGATION_PRIMARY_HOVER-BRAND) !important;
}

.note-btn:hover, .note-btn.active, .note-btn.show {
    background-color: var(--COLOR_NAVIGATION_PRIMARY_HOVER-BRAND) !important;
}

.note-resizebar {
    margin-bottom: 3px;
}

.note-icon-bar {
    border-color: var(--COLOR_NAVIGATION_PRIMARY_TEXT) !important;
}

.note-dropdown-menu {
    border: 3px solid !important;
    width: 200px !important;
}

.note-dropdown-menu,
.note-btn-group > .dropdown-menu,
.note-btn-group > .dropdown-menu > li > a,
.note-palette,
.note-palette-title {
    background-color: var(--COLOR_NAVIGATION_SECONDARY_BACKGROUND) !important;
    color: var(--COLOR_NAVIGATION_SECONDARY_TEXT) !important;
    border-color: var(--COLOR_NAVIGATION_SECONDARY_BORDER) !important;
}

.note-btn-group > .dropdown-menu > li > a:hover {
    background-color: var(--COLOR_NAVIGATION_SECONDARY_HOVER-BRAND) !important;
}

.note-palette {
    margin: 4px;
}

.note-palette-title {
    font-family: var(--HEADING_FONT) !important;
}

.note-codable, .note-editable {
    background-color: var(--COLOR_INPUT_BACKGROUND) !important;
    color: var(--COLOR_INPUT_TEXT) !important;
    border-color: var(--COLOR_INPUT_BORDER) !important;
    font-weight: normal;
}

.note-modal > div > div,
.note-modal > div > div > .modal-header,
.note-modal > div > div > .modal-header > button {
    background-color: var(--COLOR_BODY_BACKGROUND) !important;
    color: var(--COLOR_BODY_TEXT) !important;
    border-color: var(--COLOR_BODY_BORDER) !important;
}

.note-modal > div > div {
    font-family: var(--BASE_FONT) !important;
}

.note-modal > div > div > .modal-header {
    font-family: var(--HEADING_FONT) !important;
}

.note-modal > div > div > .modal-header > button {
    border: 0
}

.note-dimension-picker-mousecatcher,
.note-color-reset {
    background-color: var(--COLOR_BODY_SECONDARY_BACKGROUND) !important;
    color: var(--COLOR_BODY_SECONDARY_TEXT) !important;
    border-color: var(--COLOR_BODY_SECONDARY_BORDER) !important;
}

.note-color-reset {
    font-family: var(--BASE_FONT) !important;
    font-size: 0.75rem !important;
    width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.note-color-select-btn {
    width: 100%;
}

.note-color-reset:hover,
.note-color-select-btn:hover {
    font-family: var(--BASE_FONT) !important;
    background-color: var(--COLOR_BODY_SECONDARY_HOVER) !important;
}

.note-color-palette,
.note-color-select,
.note-holder-custom {
    display: none !important;
}

.note-color-all > .note-dropdown-menu {
    min-width: 150px !important;
    width: 150px !important;
}

.note-popover {
    display: none !important;
}


/*--------------------------------------------------------------
# QR Codes
--------------------------------------------------------------*/
.qr-code {
    margin: 6px;
    padding: 12px;
    background-color: white !important;
    width: fit-content !important;
}

/*--------------------------------------------------------------
# Tags
--------------------------------------------------------------*/
.tagPill:hover .d-none {
    display: inline-block !important;
}

/*--------------------------------------------------------------
# Nested Tables
--------------------------------------------------------------*/
table.nesting-table {
    width: 1272px;
    overflow: visible;
    table-layout: fixed;
}

table.nesting-table-parent {
    position: relative;
}

table.nesting-table-child {
    height: fit-content;
}

/*--------------------------------------------------------------
# Lists & jQuery UI Sortable
--------------------------------------------------------------*/
.moveable {
    cursor: pointer;
}

.phantom-block {
    margin: 5px 0;
    border: 1px solid;
}

.phantom-block-title {
    opacity: 50%;
    font-size: 18px;
    padding: 0 20px;
    height: 50px;
    line-height: 33px;
    position: relative;
}

.block {
    margin: 5px 0;
    border: 1px solid;
}

.block-title {
    font-size: 12px;
    padding: 0 20px;
    height: 50px;
    line-height: 33px;
    position: relative;
}

.badge.dsn-count {
    font-size: 11px;
}

.sortable {
    list-style: none;
    padding-left: 0;
}

    .sortable ul {
        margin-left: 25px;
    }

.ui-sortable-helper {
    box-shadow: rgba(0,0,0,0.15) 0 3px 5px 0 !important;
}

.sortable-placeholder {
    height: 50px !important;
    /*background: #e3dcd7;*/
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

/*--------------------------------------------------------------
# Bootstrap Table Pagination
--------------------------------------------------------------*/
.pagination {
  --boder-radius: 3px;
}

.fixed-table-pagination {
    margin-top: 15px;
}

.pagination .page-item {
  margin-right: 5px;
}

.pagination .page-link {
  color: #000000;
  background-color: #f7f6f6;
  border: 1px solid #006e8c;
  border-radius: var(--boder-radius);
}

.pagination .page-link:hover {
  background-color: #cbc9c9;
  color: #fff;
}

.pagination .page-item.active .page-link {
  background-color: #27799d;
  color: #fff;
}

.pagination .page-item.disabled .page-link {
/*  color: # !important;
  pointer-events: none;
  cursor: default;*/
}

.pagination .page-pre .page-link, 
.pagination .page-next .page-link {
  color: #fff;
  background-color: #004E63;
  text-transform: none;
}

.pagination .page-pre .page-link:hover,
.pagination .page-next .page-link:hover{
  background-color: #006666;
  color: #fff;
}

.pagination .page-pre.disabled .page-link, 
.pagination .page-next.disabled .page-link {
/*  color: #;
  pointer-events: none;
  cursor: default;*/
}

.page-item:first-child .page-link {
  border-radius: var(--boder-radius) !important;
}

.page-item:last-child .page-link {
  border-radius: var(--boder-radius) !important;
}

.pagination .page-pre .page-link::after {
/*  content: "Previous";
  margin-left: 5px;*/
}

.pagination .page-next .page-link::before {
/*  content: "Next";
  margin-right: 5px;*/
}

.pagination .page-last-separator {
/*  color: black !important;
  font-weight: bold;
  border-radius: var(--boder-radius);*/
}

.pagination-detail .page-list .dropdown-item.active {
    color: black;
}

.fixed-table-pagination {
    font-family: var(--BASE_FONT) !important;
    color: var(--COLOR_BODY_TEXT) !important;
    background-color: var(--COLOR_BODY_BACKGROUND) !important;
    border-color: var(--COLOR_BODY_BORDER) !important;
}

div.float-left.pagination-detail > div > div > div > a.dropdown-item {
    font-family: var(--BASE_FONT) !important;
    color: var(--COLOR_BODY_TEXT) !important;
    background-color: var(--COLOR_BODY_BACKGROUND) !important;
    border-color: var(--COLOR_BODY_BORDER) !important;
}

div.float-left.pagination-detail > div > div > div > a.dropdown-item.active,
div.float-left.pagination-detail > div > div > button.dropdown-toggle {
    color: var(--COLOR_PRIMARY_TEXT) !important;
    background-color: var(--COLOR_PRIMARY_BACKGROUND) !important;
    border-color: var(--COLOR_PRIMARY_BORDER) !important;
}

div.float-left.pagination-detail > div > div > div > a.dropdown-item.active:hover,
div.float-left.pagination-detail > div > div > button.dropdown-toggle.show {
    background-color: var(--COLOR_PRIMARY_HOVER) !important;
}

div.float-right.pagination > ul > li.page-item:not(.page-pre, .page-next) > a.page-link,
.page-last-separator, .page-first-separator {
    font-family: var(--BASE_FONT) !important;
    color: var(--COLOR_BODY_SECONDARY_TEXT) !important;
    background-color: var(--COLOR_BODY_SECONDARY_BACKGROUND) !important;
    border-color: var(--COLOR_BODY_SECONDARY_BORDER) !important;
}

div.float-right.pagination > ul > li.page-item:not(.page-pre, .page-next) > a.page-link:hover {
    background-color: var(--COLOR_BODY_SECONDARY_HOVER) !important;
}

div.float-right.pagination > ul > li.page-item.active > a.page-link {
    color: var(--COLOR_PRIMARY_TEXT) !important;
    background-color: var(--COLOR_PRIMARY_BACKGROUND) !important;
    border-color: var(--COLOR_PRIMARY_BORDER) !important;
}

div.float-right.pagination > ul > li.page-item.active > a.page-link:hover {
    background-color: var(--COLOR_PRIMARY_HOVER) !important;
}

div.float-right.pagination > ul > li.page-item.page-pre > a.page-link,
div.float-right.pagination > ul > li.page-item.page-next > a.page-link {
    font-family: var(--BASE_FONT) !important;
    color: var(--COLOR_PRIMARY_TEXT) !important;
    background-color: var(--COLOR_PRIMARY_BACKGROUND) !important;
    border-color: var(--COLOR_PRIMARY_BORDER) !important;
}

div.float-right.pagination > ul > li.page-item.page-pre > a.page-link:hover,
div.float-right.pagination > ul > li.page-item.page-next > a.page-link:hover {
    background-color: var(--COLOR_PRIMARY_HOVER) !important;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
    main {
    flex: 1;
}

#main {
    margin-top: var(--header-height);
    padding: 20px 30px;
    transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# New UI Styling
--------------------------------------------------------------*/
.status-block {
    border: 1px solid black !important;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.user-status-active {
    color: #629C44 !important;
}

.user-status-inactive {
    color: #E61610 !important;
}

.status-block-active {
    background-color: #629C44 !important;
    color: black;
}

.status-block-inactive {
    background-color: #E61610 !important;
    color: black;
}

.status-block-abandoned {
    background-color: #F4EB49 !important;
    color: black;
}

.status-block-closed {
    background-color: #629C44 !important;
    color: black;
}

.status-block-negotiating {
    background-color: #C3BB38 !important;
    color: black;
}

.status-block-qualifying {
    background-color: #D39C2F !important;
    color: black;
}

.status-block-prospect {
    background-color: #D68227 !important;
    color: black;
}

/*TODO: Update background-color values once Jaqueline presents them*/
.status-block-in-review {
    background-color: white !important;
    color: black;
}

.status-block-unassigned {
    background-color: white !important;
    color: black;
}

.status-block-auto-approved {
    background-color: white !important;
    color: black;
}

.status-block-approved {
    background-color: white !important;
    color: black;
}

.status-block-declined {
    background-color: white !important;
    color: black;
}

.status-block-cancelled {
    background-color: white !important;
    color: black;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #af3535;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--COLOR_SECONDARY_BACKGROUND) !important;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: var(--COLOR_SECONDARY_TEXT) !important;
    line-height: 0;
}
.back-to-top:hover {
    background: var(--COLOR_SECONDARY_HOVER) !important;
    color: var(--COLOR_SECONDARY_TEXT) !important;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Vertical rule */
.vr {
    opacity: 1 !important;
}

.vr.COLOR_BODY, .vr.COLOR_BODY_IMPORTANT {
    background-color: var(--COLOR_BODY_BORDER) !important;
}

.vr.COLOR_BODY_SECONDARY, .vr.COLOR_BODY_SECONDARY_IMPORTANT {
    background-color: var(--COLOR_BODY_SECONDARY_BORDER) !important;
}

/* Form control */
.form-control, .form-control:focus, .form-control:hover {
    box-shadow: none !important;
}

/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 0 !important;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-divider {
  color: inherit;
  margin: 0;
}
.dropdown-divider.fw-bold {
    border-top: 3px solid;
}
.dropdown-menu .dropdown-item {
  border: 1px solid #ebe8e8;
  font-size: 14px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #af3535;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
    --card-padding: 1.5rem;
    --background-color: #EBEBEB;
    border-radius: 5px;
    min-height: 100px;
    background-color: var(--background-color);
    flex: 1 1 auto;
    padding: var(--card-padding) var(--card-padding) !important;
}

.card-body label, .card-body h5, .card-body h4, .card-body h3, .card-body p {
    background-color: var(--background-color);
}

.card-body-navbar {
    border-radius: 5px;
    border: 1px solid rgba(1, 41, 112, 0.2);
}

.card-body-primary {
    border-radius: 5px;
    width: 80%;
    min-height: 100px;
}

.card-body-secondary {
    border-radius: 5px;
    width: 20%;
    min-height: 100px;
    margin-left: 10px;
    overflow: hidden;
}

.card-body-additional {
    border-radius: 5px;
    margin-top: 10px;
    min-height: unset;
    padding: 1.5rem 1.5rem !important;
    border: 1px solid rgba(1, 41, 112, 0.2);
}

.card-body-tab-menu {
    border-radius: 5px;
    margin-top: 10px;
    min-height: 500px !important;
    max-height: 500px !important;
    padding: 1rem 1rem !important;
    border: 1px solid rgba(1, 41, 112, 0.2);
}

.card-body-tab-body {
    border-radius: 5px;
    margin-top: 10px;
    min-height: 500px !important;
    max-height: 500px !important;
    overflow: auto;
    padding: 1.5rem 1.5rem !important;
    border: 1px solid rgba(1, 41, 112, 0.2);
}

.card-body-tab-body.card-body-with-nav {
    min-height: 435px !important;
    max-height: 435px !important;
}

.card-body-tab-nav {
    margin-left: 12px !important;
    max-width: 1056px !important;
}

.card-body .tags-block {
    background-color: #C0C0C0;
    margin-left: calc(-1 * var(--card-padding)) !important;
    margin-right: calc(-1 * var(--card-padding)) !important;
    padding-left: var(--card-padding) !important;
    padding-right: var(--card-padding) !important;
}
.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Remove box shadow */
.nav-link:focus-visible,
input[type=checkbox]:focus, input[type=radio]:focus,
tr, tr > td {
    box-shadow: none !important;
}

/* Navbar additional stylings */
.navbar-item-text-highlight {
}

.navbar-item-text-highlight ul li.dropdown:hover > a,
.navbar-item-text-highlight ul li.nav-item > a:hover,
.navbar-item-text-highlight ul li.nav-item > a.active,
.navbar-item-text-highlight ul li.dropdown > a.show,
.navbar-item-text-highlight ul li.dropdown:hover > button,
.navbar-item-text-highlight ul li.nav-item > button:hover,
.navbar-item-text-highlight ul li.nav-item > button.active,
.navbar-item-text-highlight ul li.dropdown > button.show {
    color: #006e8c;
}

.navbar-item-underline {
}

.navbar-item-underline ul li a,
.navbar-item-underline ul li button {
    position: relative;
}

.navbar-item-underline ul li > a:hover::after,
.navbar-item-underline ul li > a.active::after,
.navbar-item-underline ul li.dropdown > a.show::after,
.navbar-item-underline ul li > button:hover::after,
.navbar-item-underline ul li > button.active::after,
.navbar-item-underline ul li.dropdown > button.show::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin-left: 2px;
    margin-right: 2px;
    border-bottom: 5px solid #899bbd;
}

.navbar-item-underline ul .dropdown-menu.show {
    margin-top: 10px;
}

.navbar-item-underline .dropdown-menu li:hover > a::after,
.navbar-item-underline .dropdown-menu li:hover > button::after {
    content: none;
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #af3535;
  background-color: #f3f3f3;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #404040;
}
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Custom Application Form Tabs */
.nav-app-tabs{

}

.nav-app-tabs .nav-item a {
    padding: 15px 30px 15px 30px;
}

.small-banner-logo {
    padding: 1.5rem;
    max-width: 100% !important;
    max-height: 100% !important;
}
.small-banner-logo img {
    height: 130px !important;
    width: 170px !important;
    display: block;
    margin: auto;
}

.lead-capture-logo {
    padding: 1.5rem;
    max-width: 100% !important;
    max-height: 100% !important;
}

.lead-capture-logo img {
    height: 300px !important;
    width: 300px !important;
    display: block;
    margin: auto;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
  color: #404040;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #404040;
  border-bottom: 2px solid #404040;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo-img {
    max-height: 50px;
    max-width: 80px;
    height: 50px;
}

.logo {
  line-height: 1;
}
@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo img {
  max-height: 26px;
  margin-right: 6px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #af3535;
  font-family: "Nunito", sans-serif;
}

.header {
  --padding-left: 20px;
  transition: all 0.5s;
  z-index: 997;
  height: 120px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: var(--padding-left);
  /* Toggle Sidebar Button */
  /* Search Bar */
}
.header nav {
    height: 60px !important;
    padding-left: var(--padding-left);
    margin-left: calc(var(--padding-left) * -1);
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #af3535;
}
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.header .search-form {
  width: 100%;
}
.header .search-form input {
  font-size: 14px;
  color: #af3535;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input:focus, .header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.header .search-form button i {
  color: #af3535;
}

.page-header {
    display: inline-block;
    width: 100%;
    padding: 7px 15px !important;
    border-radius: 5px;
    border: 1px solid rgba(1, 41, 112, 0.2) !important;
    flex: 1 1 auto;
}
.page-header h3 {
    padding: 0px;
    margin: 0px;
}

.toolbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 1rem !important;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(1, 41, 112, 0.2);
    flex: 1 1 auto;
}

.section-header {
    display: inline-block;
    width: 100%;
    padding: 7px 15px !important;
    border-radius: 5px;
    border: 1px solid rgba(1, 41, 112, 0.2);
    flex: 1 1 auto;
}
.section-name {
    color: #5E0202 !important;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #af3535;
}
.header-nav .nav-profile {
  color: #af3535;
}
.header-nav .nav-profile img {
  max-height: 36px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.header-nav .notifications {
    overflow-x: hidden;
    overflow-y: auto;
    width: 400px;
    max-height: 480px;
    position: absolute;
    transform: translateY(+10px) translateX(-85%);
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  word-break: break-word;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
  word-break: break-word;
}
.header-nav .notifications .notification-item:hover {
  background-color: #f3f3f3;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item:hover {
  background-color: #f3f3f3;
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: #f3f3f3;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
/*@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}*/
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

/*@media (min-width: 1200px) {
  #main, #footer {
    margin-left: 300px;
  }
}*/
/*@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}*/
/*@media (min-width: 1200px) {
  .toggle-sidebar #main, .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}*/

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #404040;
  transition: 0.3;
  background: #f3f3f3;
  padding: 10px 15px;
  border-radius: 4px;
}
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #404040;
}
.sidebar-nav .nav-link.collapsed {
  color: #af3535;
  background: #fff;
}
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.sidebar-nav .nav-link:hover {
  color: #404040;
  background: #f3f3f3;
}
.sidebar-nav .nav-link:hover i {
  color: #404040;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #af3535;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
  color: #404040;
}
.sidebar-nav .nav-content a.active i {
  background-color: #404040;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
  color: #404040;
}
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #af3535;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #404040;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #af3535;
  transition: 0.3s;
}
.dashboard .news h4 a:hover {
  color: #404040;
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}
.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
  border: 0;
}
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
  border: 0;
}
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}
.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #af3535;
  padding: 15px 0;
}
.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}
.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}
.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}
.profile .profile-card h3 {
  font-size: 18px;
}
.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.profile .profile-card .social-links a:hover {
  color: #af3535;
}
.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}
.profile .profile-overview .card-title {
  color: #af3535;
}
.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #404040;
}
.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #404040;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #af3535;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #404040;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #404040;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #af3535;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 14px 0;
  font-size: 14px;
  transition: all 0.3s;
}
.footer .copyright {
  text-align: center;
  color: #af3535;
}
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #af3535;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.fixed-table {
  table-layout: fixed;
  width: 100%;
}

.fixed-table td {
  word-wrap: break-word;
}

.rounded-table {
  border-collapse: separate !important; 
  border-spacing: 0 !important; 
  border-radius: 5px; 
  overflow: hidden;
}

.table-header th {
  border: 0 !important;
  text-align: start;
}

.table-body td {
  border: 0 !important;
  border-bottom: 1px solid #dee2e6 !important;
  text-align: start;
}

/*--------------------------------------------------------------
# Login page
--------------------------------------------------------------*/
.login-banner {
    border: 1px solid rgba(1, 41, 112, 0.2);
    border-radius: 5px;
    max-height: 500px !important;
    max-width: 420px !important;
    padding: 3rem !important;
}

.login-logo {
    max-height: 350px !important;
    max-width: 350px !important;
}

/*--------------------------------------------------------------
# Pop-outs
--------------------------------------------------------------*/
.pop-out-header {
    border-radius: 5px;
    margin-bottom: 2px;
    font-weight: bold;
    height: 45px;
    border: 1px solid;
    border-color: #C0C0C0;
    pointer-events: auto !important;
}

/*--------------------------------------------------------------
# Etc
--------------------------------------------------------------*/
.required-field::after {
    content: "*" !important;
    color: var(--COLOR_DANGER_TEXT) !important;
    margin-left: 2px;
}

.masked-input {
    -webkit-text-security: disc !important;
}

.no-bullets {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.inline-select-dropdown {
    display: inline-block !important;
    width: 230px !important;
    height: 35px !important;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    margin-left: 5px !important;
}

input::placeholder, textarea::placeholder {   
    opacity: 0.4 !important;
}


/*--------------------------------------------------------------
# Global Searchbar
--------------------------------------------------------------*/
.global-search-bar {
    position: relative;
    width: 350px; /* Adjust the width as needed */
}

.global-search-dropdown-result {
    position: absolute;
    width: inherit;
    margin-top: 5px !important;
    max-height: 350px; /* Adjust the maximum height as needed */
    overflow-x: hidden;
    overflow-y: auto;
}

.global-search-dropdown-body {
    display: block;
    width: inherit;
    border-bottom: 1px solid;
    padding: 3px 8px 4px 8px;
}

.global-search-dropdown-body:last-child {
    border-bottom: none;
}

.global-search-dropdown-header {
    padding: 3px 8px 4px 8px;
    font-weight: bold;
}

.associated-partner{
    font-size: 12px !important;
}

.result-body-left:hover,
.associated-partner:hover {
    text-decoration: underline !important;
}

.block-border {
    border-radius: 5px;
    border: 1px solid rgb(214, 214, 214);
}

.image-file label {
    display: block;
    position: relative;
    cursor: pointer;
}

.image-file-input {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

#preview .header {
    transition: all 0.5s;
    padding-left: initial;
    z-index: 997;
    height: auto;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.modal-body-rounded {
    border-radius: calc(0.3rem - 1px);
}

.nav-tabs button {
    border-width: 0px !important;
}

.select2-container--default .select2-results__option {
    color: #212529 !important;
    background-color: #ffffff !important;
    padding: 6px 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0d6efd !important;
    color: white !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    color: #212529 !important;
    background-color: #ffffff !important;
}