@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    //font-size: calc(1% + 1vw + 0.7vh);
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;

}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    //background: #7386D5;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    //background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    //color: #fff;
    //background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    //background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    //background: #6d7fcc !important;
    color: #fff !important;
}




/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}




.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    min-height: 120px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary{
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info{
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i{
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.card-counter .count-link{
    position: absolute;
    right: 35px;
    top: 95px;
    text-transform: capitalize;
    opacity: 0.9;
    display: block;
    font-size: 14px;
}













.container {margin:2em 0;}
/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h1 {font-size:1rem;} /*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    h1 {font-size:1.5rem;} /*1rem = 16px*/

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h1 {font-size:2rem;} /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {font-size:2.5rem;} /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {font-size:3rem;} /*1rem = 16px*/
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) {
    h1 {font-size:2.75rem;color:red;}
}













.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}
ul li {
    margin-bottom:1.4rem;
}
.pricing-divider {
    border-radius: 20px;
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}
.blue .pricing-divider{
    background: #2D5772;
}
.green .pricing-divider {
    background: #1AA85C;
}
.red b {
    color:#C64545
}
.blue b {
    color:#2D5772
}
.green b {
    color:#1AA85C
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.btn-custom  {
    background:#C64545; color:#fff; border-radius:20px
}

.img-float {
    width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
    transition: all 150ms ease-out;
}
.princing-item:hover {
    transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}



     /* Style for the overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    z-index: 999; /* Set a high z-index value to keep it on top */
}

/* Style for the pop-up */
.popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px; /* Adjust the max-width as needed */
    margin: 0 auto; /* Center the pop-up horizontally */
    z-index: 1000; /* Set a higher z-index value than overlay */
}

/* Style for the close button */
.close-btn {
    cursor: pointer;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px; /* Add margin to the top */
}

/* Optional: If you have other elements, give them a lower z-index */
.other-elements {
    z-index: 1;
}


.nav-menu {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

/* .nav-item {
    background-color: white;
    border-radius: 8px;
    padding: 25px 45px;
    margin-bottom: 10px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    cursor: pointer;
} */

.nav-item:hover {
    /* background-color: #f8f9fa; */
    border-color: #dee2e6;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}

.nav-item:last-child {
    margin-bottom: 0;
}

.nav-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #6c757d;
    margin-right: 15px;
}

.nav-text {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    margin: 0;
}

.nav-arrow {
    color: #6c757d;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.nav-item:hover .nav-arrow {
    transform: translateX(5px);
    color: #495057;
}

.nav-item-content {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.nav-item-content:hover {
    color: inherit;
    text-decoration: none;
}

/* Custom icons using CSS */
.icon-vendors::before {
    content: "🏢";
    font-size: 16px;
}

.icon-team::before {
    content: "👥";
    font-size: 16px;
}

.icon-pricing::before {
    content: "💰";
    font-size: 16px;
}

.icon-settings::before {
    content: "⚙️";
    font-size: 16px;
}

/* Alternative with Font Awesome icons */
.fa-icon {
    display: none;
}

/* Uncomment below and comment emoji icons above to use Font Awesome */
/*
.icon-vendors::before,
.icon-team::before,
.icon-pricing::before,
.icon-settings::before {
    content: none;
}

.fa-icon {
    display: block;
}
*/

.dashboard-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border: 1px solid #e9ecef;
    }
    
    .section-title {
        font-size: 16px;
        font-weight: 600;
        color: #495057;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    
    .section-title i {
        margin-left: 8px;
        font-size: 12px;
        color: #6c757d;
    }
    
    .stat-card {
        text-align: center;
        padding: 15px;
    }
    
    .stat-number {
        font-size: 32px;
        font-weight: 700;
        color: #212529;
        line-height: 1;
        margin-bottom: 8px;
    }
    
    .stat-label {
        font-size: 14px;
        color: #6c757d;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .stat-label i {
        margin-right: 6px;
        font-size: 12px;
    }
    
    .stat-change {
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
    
    .stat-change.positive {
        color: #28a745;
    }
    
    .stat-change.negative {
        color: #dc3545;
    }
    
    .chart-placeholder {
        height: 40px;
        background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 50%, #90caf9 100%);
        border-radius: 20px;
        margin: 10px 0;
        position: relative;
        overflow: hidden;
    }
    
    .chart-placeholder::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 40'%3E%3Cpath d='M0,30 Q20,10 40,20 T80,15 L100,25 L100,40 L0,40 Z' fill='%236366f1' fill-opacity='0.3'/%3E%3C/svg%3E") no-repeat center;
        background-size: 100% 100%;
    }
    
    .service-card {
        background: white;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border: 1px solid #e9ecef;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .service-number {
        font-size: 36px;
        font-weight: 700;
        color: #212529;
        margin-bottom: 8px;
    }
    
    .service-label {
        font-size: 14px;
        color: #6c757d;
    }
    
    .service-subtitle {
        font-size: 16px;
        font-weight: 600;
        color: #495057;
        margin-top: 8px;
    }

    .notifications-panel {
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border: 1px solid #e9ecef;
        overflow: hidden;
    }

    .notifications-header {
        padding: 16px 20px;
        border-bottom: 1px solid #e9ecef;
        display: flex;
        justify-content: between;
        align-items: center;
    }

    .notifications-title {
        font-size: 16px;
        font-weight: 600;
        color: #212529;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .notification-badge {
        background-color: #6366f1;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
    }

    .show-all-link {
        color: #6366f1;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        margin-left: auto;
    }

    .show-all-link:hover {
        color: #4f46e5;
        text-decoration: none;
    }

    .notification-item {
        padding: 16px 20px;
        border-bottom: 1px solid #f1f3f4;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .notification-item:hover {
        background-color: #f8f9fa;
    }

    .notification-item:last-child {
        border-bottom: none;
    }

    .notification-icon {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-top: 6px;
        flex-shrink: 0;
    }

    .notification-icon.normal {
        background-color: #6c757d;
    }

    .notification-icon.low {
        background-color: #6366f1;
    }

    .notification-icon.medium {
        background-color: #f59e0b;
    }

    .notification-content {
        flex: 1;
        min-width: 0;
    }

    .notification-type {
        font-size: 14px;
        font-weight: 600;
        color: #212529;
        margin-bottom: 2px;
    }

    .notification-message {
        font-size: 13px;
        color: #6c757d;
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .notification-time {
        font-size: 12px;
        color: #9ca3af;
    }

    .notification-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .chevron-icon {
        color: #9ca3af;
        font-size: 12px;
        transition: transform 0.2s ease;
    }

    .notification-item:hover .chevron-icon {
        transform: translateX(2px);
    }