@import"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url(../plugins/feather/feather.css);
@import url(../plugins/boxicons/css/boxicons.css);

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.15
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #F9F7FC;
    color: #959597;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

img {
    max-width: 100%;
}

.number-font {
    font-weight: 600 !important
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

a {
    text-decoration: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dark-mode #global-loader {
    background: #111111;
}

#global-loader {
    background: #F9F7FC;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50000;
}

.loader-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 43%;
}

.page {
    padding: 50px;
    padding-bottom: 0;
    transition: all linear .20s;
}

    .page.collapsed {
        margin-left: 175px;
    }

aside {
    position: fixed;
    top: 0;
    left: -175px;
    background: #FFFFFF;
    height: 100%;
    padding: 0 40px;
    padding-top: 50px;
    box-shadow: 0 0 10px 5px #ECE4F2;
    width: 175px;
    text-align: center;
    transition: all linear .20s;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.page.collapsed aside {
    left: 0;
}

aside img {
    margin-bottom: 40px;
    max-height: 100px;
}

aside ul li {
    margin-bottom: 15px;
}

    aside ul li a {
        color: #7587D9;
        padding: 10px 5px;
        display: inline-block;
        border-radius: 10px;
        width: 100px;
    }

.page aside ul li a i {
    display: block;
    font-size: 16px;
}

aside ul li a.active {
    box-shadow: 2px 2px 10px 2px #dfd3e9;
}

.top-header {
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 10px 2px #dfd3e9;
    border-radius: 10px;
}

.profile-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.login .input-group-text {
    background: none;
    margin-right: -1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.login .form-control {
    border-left: 0;
    border-radius: 10px;
}

.innerLink {
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    margin-bottom: 10px;
}

.page .innerLink.active {
    background: #ab42da;
}

.incomeBox .card-body {
    padding: 20px;
}

.incomeBox h4 {
    font-weight: 800;
    font-size: 22px;
    font-family: Arial, sans-serif;
    letter-spacing: -1.5px;
}

.btnRef {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #372846;
    cursor: pointer;
}

    .btnRef.copy {
        right: 35px;
    }



/* CSS for dark style theme */
.dark-style {
    background-color: #141414;
    background-attachment: fixed;
    color: #959597;
}

    .dark-style .bg-light {
        background: #201a26 !important;
        color: #d5d5d5;
        border: 1px solid #242225 !important;
    }

    .dark-style .text-dark {
        color: #d5d5d5 !important;
    }

    .dark-style:after {
        content: "";
        background-image: url(../images/dark-style-bg.png);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
        z-index: -1;
        background-attachment: fixed;
        background-position: bottom left;
        opacity: 0.35;
    }

    .dark-style:before {
        content: "";
        background-image: url(../images/dark-style-bg2.png);
        background-position: center;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: -1;
        background-attachment: fixed;
    }

    .dark-style .top-header {
        background: #1f1f1f38;
        border: 1px solid #ffffff0f;
        box-shadow: none;
    }

    .dark-style .card {
        background: #1f1f1f38;
        border: 1px solid #ffffff1f;
        box-shadow: none;
    }

    .dark-style aside {
        background: #241C2C;
        border: 1px solid #ffffff0f;
        box-shadow: none;
    }

        .dark-style aside ul li a.active {
            box-shadow: none;
            background: #372846;
            color: #fff;
        }

    .dark-style .form-control {
        background: #251b30;
        border-color: #3e3744;
        color: #959597;
    }

    .dark-style .input-group-text {
        color: #fff;
        border-color: #3e3744;
    }

    .dark-style .table {
        color: #959597;
        border-color: #423d44;
    }

    .dark-style .card-header {
        border-color: #38343c;
    }


.notification {
    position: absolute;
    top: -7px;
    right: -5px;
    background: #9b39c9;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}


/* Customize the entire scrollbar */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

::-webkit-scrollbar-corner {
    background: #f1f1f1;
}

@media (max-width: 991px) {
    .page {
        padding: 20px 10px;
    }

        .page.collapsed {
            margin-left: 0;
        }

    aside {
        width: 100%;
        z-index: 10;
        left: -100%;
    }

        aside .sidebar-control {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
            font-weight: 100;
            height: 30px;
            width: 30px;
            border: 1px solid #f0ceff;
            border-radius: 50%;
            color: #AB42DA;
        }

    .dark-style aside .sidebar-control {
        border-color: #4b3c5a;
        background: #372846;
    }

    .top-header {
        padding: 10px;
    }

        .top-header div[class*="col-"] {
            padding: 0 2px;
        }
}
