/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

body {
    font-family: Poppins, sans-serif !important;
}

.active-filter {
    background: rgba(105, 108, 255, .08) !important;
    color: #696cff !important;
}

span.check-mark {
    display: block;
    line-height: 1;
    margin: 0;
    /* right: 1rem; */
    /* top: 4%; */
    transform: translateY(-50%);
    position: absolute;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-x: hidden;
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

/***** Custom CSS with new theme ******/
.breadcrumb {
    align-items: center;
}

/** Slider Viewer ***/
.presentation-container {
    height: 100vh;
}

.presentation-container-hide {
    height: 92vh;
}

.embed-responsive {
    position: relative;
    display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe-scaled {
    -webkit-transform: scale(0.80);
    -webkit-transform-origin-y: top;
    overflow: hidden;
}

/** Slider Viewer ***/

/**** Datatable icon issue ****/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    content: "\ea27" !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before {
    content: "\ea34" !important;
}

/* Data table sort icons shift to left */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    right: unset !important;
    left: 0rem !important;
}

/**** Datatable icon issue ****/
/***** Custom CSS with new theme ******/

.details-card {
    min-height: 200px;
}

.total-revenue-card {
    min-height: 424px;
}

.welcome-card {
    min-height: 200px;
}

.user-img {
    bottom: 0;
    position: absolute;
}

.user-img img {
    height: 160px;
}

.activity-timeline-card {
    height: 502px;
    overflow-y: scroll;
}

.activity-timeline-card .card-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
}

@media(max-width:575.98px) {
    .user-img {
        position: unset;
    }

    .card-margin {
        margin-top: 2rem;
    }
}

@media(max-width:768px) {
    .card-margin {
        margin-top: 2rem;
    }
}

/***** Presentation sidebar ******/
.presentation-sidebar .card-body.w-100 {
    padding: 3px;
}


.presentation-sidebar {
    align-items: inherit !important;
    padding: 0.5rem;
}


.presentation-sidebar .bg-info {
    background-color: #696cff !important;
}

.presentation-sidebar img {
    width: 45px;
    height: 45px;
    float: left;
}

.presentation-sidebar .division-name {
    margin-top: 0.8rem;
    padding-bottom: 0.1rem;
}

.presentation-sidebar .badge {
    line-height: .75;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    padding: 3px;
}

.presentation-sidebar .bg-label-secondary {
    background-color: #e7e7ff !important;
    color: #9092ff !important;
    font-size: 11px;
    padding: 3px;
    display: -webkit-box;
}

.presentation-sidebar .user-info h4 {
    color: #fff;
    font-size: 18px;
    padding-top: 1rem !important;
}

/* .presentation-layout {
    width: 14rem;
} */

.presentation-sidebar .bx {
    font-size: 1.15rem;
}

.presentation-sidebar li {
    list-style-type: none;
    margin-bottom: 10px;
}

.schedule-tym {
    padding: 0 12px;
}

.schedule-tym .badge.bg-label-secondary {
    background-color: #e7e7ff !important;
    color: #9092ff !important;
    font-size: 11px;
    padding: 3px;
    display: -webkit-box;
}

/* Profile edit page css  */
.widget-user-header.user-video {
    width: 55%;
    padding: 5px 5px 0px;
    margin-top: 10px;
}

.green-color {
    color: green;
}

.red-color {
    color: red;
}

.password_rules {
    display: none;
}

#password_rules {
    color: red;
}

#password_rules p span.complete {
    display: none;
}

.reportCards {
    min-height: 46px;
    line-height: 1.2rem;
}

.cancel-btn {
    width: 100px;
}

.display_none {
    display: none;
}
