﻿@charset "UTF-8";
/* CSS Document */

:root {
    scroll-behavior: smooth;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}
.circle {
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}

body {
    font-family: Montserrat, sans-serif;
    color: #444444;
}

h1 {
    font-family: Montserrat, sans-serif;
    color: #4F4F4F;
    font-size: 4.5rem;
}

h3 {
    font-family: Montserrat, sans-serif;
    color: #4F4F4F;
    font-size: 2.5rem;
}

p {
    font-family: Montserrat, sans-serif;
    color: #444444;
    font-size: 1.5rem;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

#main {
    margin-top: 90px;
    padding: 0px 100px 140px 150px;
    transition: all 0.3s;
    color: #FFF;
}

    .breadcrumb-item a {
        color: #5c2096 !important;
    }

        .breadcrumb-item a:hover {
            color: chocolate !important;
        }


    /*.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: powderblue;
}*/


    @media (max-width: 1199px) {
        #main {
            margin-top: 90px;
/*            padding: 80px;*/
        }
    }

    .h1, h1 {
        font-size: calc(4.375rem + 1.5vw);
    }

    .main .filter {
        position: absolute;
        right: 0px;
        top: 15px;
    }

        .main .filter .icon {
            color: #aab7cf;
            padding-right: 20px;
            padding-bottom: 5px;
            transition: 0.3s;
            font-size: 16px;
        }

            .main .filter .icon:hover, .main .filter .icon:focus {
                color: #4154f1;
            }

        .main .filter .dropdown-header {
            padding: 8px 15px;
        }

            .main .filter .dropdown-header h6 {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 1px;
                color: #aab7cf;
                margin-bottom: 0;
                padding: 0;
            }

        .main .filter .dropdown-item {
            padding: 8px 15px;
        }
    /*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
    /* Dropdown menus */
    .dropdown-menu {
        border-radius: 4px;
        padding: 10px 0;
        -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);
    }

    @media (max-width: 480px) {
        .dropdown-menu {
            width: 100vw !important;
        }
    }

    @media (max-width: 992px) {
        .sarImage {
            display: none;
        }
    }

    .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: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

    @media (min-width: 768px) {
        .dropdown-menu-arrow::before {
            content: "";
            width: 13px;
            height: 13px;
            background: #fff;
            position: absolute;
            top: -7px;
            right: 20px;
            transform: rotate(45deg);
            border-top: 1px solid #eaedf1;
            border-left: 1px solid #eaedf1;
        }
    }

    @-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;
        }
    }



    .btn-focalise {
        color: #fff;
        background-color: #5c2096;
        border-color: #4d1b7f;
        white-space: nowrap;
    }

        .btn-focalise:hover {
            color: #fff;
            background-color: #FD835D;
            border-color: #FC5725;
        }

        .btn-focalise:focus,
        .btn-focalise.focus {
            box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
        }

        .btn-focalise.disabled,
        .btn-focalise:disabled {
            color: #212529;
            background-color: #FD835D;
            border-color: #FC5725
        }

        .btn-focalise:not(:disabled):not(.disabled):active,
        .btn-focalise:not(:disabled):not(.disabled).active,
        .show > .btn-focalise.dropdown-toggle {
            color: #212529;
            background-color: #9cdada;
            border-color: #2e7c7c
        }

            .btn-focalise:not(:disabled):not(.disabled):active:focus,
            .btn-focalise:not(:disabled):not(.disabled).active:focus,
            .show > .btn-focalise.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)
            }

    .btn-outline-focalise {
        color: #7cc;
        background-color: transparent;
        background-image: none;
        border-color: #7cc
    }

        .btn-outline-focalise:hover {
            color: #222;
            background-color: #8ad3d3;
            border-color: #7cc
        }

        .btn-outline-focalise:focus,
        .btn-outline-focalise.focus {
            box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
        }

        .btn-outline-focalise.disabled,
        .btn-outline-focalise:disabled {
            color: #7cc;
            background-color: transparent
        }

        .btn-outline-focalise:not(:disabled):not(.disabled):active,
        .btn-outline-focalise:not(:disabled):not(.disabled).active,
        .show > .btn-outline-focalise.dropdown-toggle {
            color: #212529;
            background-color: #8ad3d3;
            border-color: #7cc
        }

            .btn-outline-focalise:not(:disabled):not(.disabled):active:focus,
            .btn-outline-focalise:not(:disabled):not(.disabled).active:focus,
            .show > .btn-outline-focalise.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(119, 204, 204, 0.5)
            }

    /* Card */
    .card {
        margin-bottom: 30px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
        overflow: hidden;
    }

    .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: #012970;
        font-family: "Poppins", sans-serif;
    }

        .card-title span {
            color: #899bbd;
            font-size: 14px;
            font-weight: 400;
        }

    .card-body {
        padding: 0 20px 20px 20px;
    }

    .card-img-overlay {
        background-color: rgba(255, 255, 255, 0.6);
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    .logo {
        line-height: 1;
    }

    @media (min-width: 1200px) {
        .logo {
            width: 180px;
        }
    }

    .logo img {
        max-height: 66px;
        margin-right: 6px;
    }

    .logo span {
        font-size: 26px;
        font-weight: 700;
        color: #012970;
        font-family: "Nunito", sans-serif;
    }

    .header {
        transition: all 0.5s;
        z-index: 997;
        height: 80px !important;
        box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        padding-left: 20px;
        /* Toggle Sidebar Button */
        /* Search Bar */
    }


    .logo img {
        /*max-height: 100px;*/
        margin-right: 1px;
        margin-top: 4px;
        margin-left: 14px;
        margin-bottom: 1px;
        padding-left: 100px;
    }

    /*.profile{
    padding-right: 200px;
    overflow: visible;
    z-index: 1000;

}*/
@media (max-width: 576px) {
    #main {
        margin-top: 10px;
    }

    .logo img {
        padding-left: 10px;
    }
}

    /*@media (min-width: 1200px) {
    .logo {
        width: 160px;
    }
}

@media (min-width: 1200px) {
    .logo img {
        padding-left: 45px;
    }
}*/

    .header {
        transition: all 0.5s;
        z-index: 997;
        height: 60px;
        padding-left: 20px;
        /* Toggle Sidebar Button */
        /* Search Bar */
    }

    /*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/

    .header-nav ul {
        list-style: none;
        padding-right: 20px !important;
    }

    .header-nav > ul {
        margin: 0;
        padding: 0;
    }

    .header-nav .nav-icon {
        font-size: 20px;
        color: #012970;
    }

    .header-nav .nav-profile {
        color: #012970;
    }

        .header-nav .nav-profile img {
            max-height: 36px;
        }

        .header-nav .nav-profile span {
            font-size: 14px;
            font-weight: 600;
        }

    .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: #f6f9ff;
            }

    .home-link-card:hover {
        /*border: 4px solid #5c2096 !important;*/
        //transform: translateY(-2px);
        box-shadow: 0px 10px 20px 2px rgba(0,0,0,0.25);
    }

    /*--------------------------------------------------------------
# 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: #4154f1;
            }

        .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: #012970;
            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: #4154f1;
        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: #012970;
            transition: 0.3s;
        }

            .dashboard .news h4 a:hover {
                color: #4154f1;
            }

    .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;
        }


    /* Info Cards */

    .info-card {
        padding-bottom: 0;
        padding-top: 10px;
    }



        .info-card h6 {
            font-size: 1rem;
            color: #012970;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }

    .card-icon {
        font-size: 32px;
        line-height: 0;
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .home-card .card-icon {
        color: #fff;
        background: #5c2096;
    }


    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    .footer {
        padding: 20px 0;
        font-size: 14px;
        transition: all 0.3s;
        border-top: 1px solid #cddfff;
    }

        .footer .copyright {
            text-align: center;
            color: #012970;
        }

        .footer .credits {
            padding-top: 5px;
            text-align: center;
            font-size: 13px;
            color: #012970;
        }

    /* Activity */
    .activity {
        font-size: 14px;
    }

        .activity .activity-item .activite-label {
            color: #888;
            position: relative;
            flex-shrink: 0;
            flex-grow: 0;
            min-width: 64px;
        }

            .activity .activity-item .activite-label::before {
                content: "";
                position: absolute;
                right: -11px;
                width: 4px;
                top: 0;
                bottom: 0;
                background-color: #eceefe;
            }

        .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;
        }

        .activity .activity-item .activity-content {
            padding-left: 10px;
            padding-bottom: 20px;
        }

        .activity .activity-item:first-child .activite-label::before {
            top: 5px;
        }

        .activity .activity-item:last-child .activity-content {
            padding-bottom: 0;
        }
