.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
        width: 245px !important
    }

    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
        height: calc(100vh - 194px) !important;
    }
}

.input-group-text {
    line-height: 1;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem .8rem;
    font-size: 90%
}


.table-xs th,
.table-xs td {
    padding: 0.18rem .5rem;
    font-size: 80%
}

.card-header {
    border-bottom: 1px solid #dee2e6 !important;
}

.card-header,
.card-footer {
    padding: 1rem 1.25rem !important;
}

.card-header p {
    margin: 0;
    font-size: 12pt;
    font-weight: 600;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #24695c;
    color: white;
    border-color: #24695c !important
}

.dz-details {
    text-align: left;
}

.dropzone .dz-preview .dz-details .dz-filename {
    overflow: auto !important;
    height: auto !important;
    margin-left: 0px !important;
    text-align: left;
}

.dropzone .dz-preview .dz-details {
    position: relative !important;
    width: 100% !important;
    background-color: transparent !important;
}

.dropzone .dz-preview {
    display: block !important;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    top: 3px !important;
    left: 0 !important;
    font-size: 24px !important;
}

.dropzone .dz-preview .dz-progress {
    top: 28px !important;
    left: 33px !important;
    height: 7px !important;
}

.dropzone .dz-preview .dz-error-message {
    top: 43px !important;
    left: 0 !important;
}

/* .dropzone {
    min-height: auto !important;
    border: none !important;
    background: none !important;
    padding: inherit !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.dropzone-ui {
    margin-right: auto;
    margin-left: auto;
    padding: 50px;
    border: 2px dashed #24695c;
    border-radius: 15px;
    -o-border-image: none;
    border-image: none;
    background: rgba(36, 105, 92, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 150px;
    position: relative;
} */

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.nav-tabs .nav-link {
    white-space: nowrap;
}

tr.bg-primary>td {
    color: white;
    vertical-align: middle;
}

.btn-outline-success {
    background-color: white;
}

.border-white {
    border: 1px solid white;
}

.main-header-left {
    height: 83px;
    padding: 0 40px !important;
}

.img-50 {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.img-90 {
    height: 90px;
    width: 90px;
    object-fit: cover;
}

.pp-border {
    border: 10px solid rgba(36, 105, 92, 0.2)
}

.signature {
    height: 100px;
}

.page-item.active .page-link {
    background-color: #24695c;
    border-color: #24695c;
}

.page-link,
.page-link:hover {
    color: #24695c;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 307px);
}

.page-body-wrapper {
    /* height: 93vh */
    padding: 8px 0 !important;
}

.guest-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(37, 37, 37, 0.62);
}

.guest-bg {
    background-image: url(/images/login-bg-2.jpg);
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
    background-position: center top;
}

.table-sm .checkbox-primary label::before {
    top: -8px;
}

.btn-warning {
    border-color: #fb730b !important;
}

.btn-warning,
.bg-warning {
    background-color: #fc6c00 !important;
}

.dropdown-menu {
    position: fixed;
}

.bg-secondary {
    background-color: rgba(36, 105, 92, 0.2) !important;
}

.btn-secondary {
    background-color: rgba(36, 105, 92, 0.2) !important;
    border-color: #24695c !important;
    color: #24695c;
}

.btn-secondary:hover {
    color: #174e44;
    background-color: rgba(36, 105, 92, 0.3) !important;
}

.btn-secondary.dropdown-toggle-split {
    color: #24695c;
}

.nowrap {
    white-space: nowrap;
    overflow: scroll;
    text-overflow: ellipsis;
}

.announcement-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.border-tab.nav-primary .nav-item .nav-link.active {
    border-bottom-width: 4px;
    font-weight: 600;
}

ul.inline li {
    display: inline !important;
}

.file-content .ellips {
    opacity: 1 !important;
    top: 10px;
    right: 20px;
}

ul.disc {
    list-style-type: disc !important;
    padding-left: 1em !important;
    margin-left: 1em;
}

.table li {
    font-size: 12px
}

@media screen and (max-width: 991px) {
    .sidebar-user img {
        display: none;
    }

    .sidebar-user {
        margin-top: 30px
    }

    .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user h6 {
        padding-left: 15px !important;
    }

    .main-nav .setting-primary {
        display: none;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: inherit !important;
    border-right: 1px solid #aaa;
    margin-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 30px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px !important;
}

.select2-container--default .select2-selection--multiple {
    border-color: #e6edef !important;
    padding-bottom: 2px !important;
}

input[type=date] {
    line-height: 1.2;
}

.select2-container {
    display: block !important;
}

.modal-open .modal-fullscreen {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.page-wrapper .page-body-wrapper .page-body,
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    transition: null !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
    color: #717171 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px !important;
}

.clipboard {
    cursor: copy;
    white-space: nowrap;
}

.text-mono {
    font-family: 'PT Mono', 'Montserrat', 'sans-serif';
}

.page-wrapper .page-main-header .main-header-right .nav-right>ul {
    top: 82px !important
}

.vw100 {
    width: 100vw !important;
}

.accordion-button,
.accordion-collapse {
    border: none;
}

.accordion-header button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #24695c;
    background: rgba(36, 105, 92, 0.3);
}

.clipboard:not([data-copy-no-icon])::after {
    font-family: "FontAwesome";
    display: inline-block;
    padding-left: 5px;
    content: "\f0c5";
}

.acc-sm {
    display: none;
}

.acc-md {
    display: inline-block;
}

@media screen and (max-width: 1400px) {
    .info-lg {
        display: none;
    }

    .acc-sm {
        display: inline-block;
    }

    .acc-md {
        display: none;
    }
}

.email-wrap p {
    color: unset !important
}

.email-wrap .email-app-sidebar .main-menu>li a:hover {
    background-color: transparent !important;
}

.email-wrap .email-app-sidebar .main-menu>li button {
    border: 1px solid #e6edef;
}

.email-wrap .email-app-sidebar .main-menu>li button:hover {
    border: 1px solid #174e44;
}

.middle {
    vertical-align: middle;
}

.page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item a {
    text-decoration: underline;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox label::before {
    top: -1px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 26px !important;
    padding-right: 8px !important;
}

.badge.bg-secondary {
    color: #24695c;
}

.input-search {
    border-bottom: 1px dotted grey;
}

.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

@media screen and (max-width: 767px) {
    .btn-group .btn {
        font-size: 10px !important;
        padding: 0.2rem 0.7rem !important;
    }
}

.input-group-text {
    font-size: 10pt
}

.table td {
    color: black
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu>li .nav-submenu li a {
    color: black
}

.media .social-online {
    border: 3px solid #1b4c43;
}

.media .social-status {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    bottom: 0;
    left: 35px;
    border-radius: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.btn-delete-floating-bottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0.3;
}

.btn-delete-floating-bottom:hover {
    opacity: 1;
}

.btn-secondary:focus {
    color: #448e80 !important
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}

.bg-cover>img {
    object-fit: cover;
    object-position: center center;
}

tr.bg-primary:hover td {
    color: white !important;
}


li.li-media>.btn-delete {
    display: none;
}

li.li-media:hover>.btn-delete {
    display: inline-block;
    cursor: pointer;
}

.checkbox input[type=checkbox]:checked+label::before {
    line-height: 1.5 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: #CB444A !important;
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }

    .page-body {
        margin-left: 0 !important;
    }
}

.info-row-dotted {
    border-bottom-style: dotted;
    border-bottom-width: 1.5px;
    border-color: #acacac;
    min-width: 50px;
}

/* style.css sets overflow-x: hidden on both html and body, which forces
   overflow-y: auto on both per spec. body then never actually scrolls
   (html is the real scrolling element), so body becomes the containing
   scrollport for position: sticky descendants and they never stick.
   html alone already clips horizontal overflow, so drop it from body. */
body {
    overflow-x: visible;
}