:root {
    --side-nav-bg: #fff;
    --header-bg: #fff;
    --body-bg: #F0F0F7;
    --main-content: #F0F0F7;
    --tiles-bg: #fff;
    --heading-color: #43425D;
    --Sub-heading-color: #43425D;
    --link-color-hover: #6E8BDC;
    --tiles-heading-h2: #8288AC;
    --tiles-text: #BCBDC3;
}



/*New Design CSS Start*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/iconmoon/icomoon.eot?j2knp0');
    src: url('../fonts/iconmoon/icomoon.eot?j2knp0#iefix') format('embedded-opentype'), url('../fonts/iconmoon/icomoon.ttf?j2knp0') format('truetype'), url('../fonts/iconmoon/icomoon.woff?j2knp0') format('woff'), url('../fonts/iconmoon/icomoon.svg?j2knp0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-help_outline:before {
    content: "\e91e";
}

.icon-edit:before {
    content: "\e91b";
}

.icon-plus-outline:before {
    content: "\e918";
}

.icon-pencil1:before {
    content: "\e91c";
}

.icon-trash:before {
    content: "\e917";
}

.icon-remove1:before {
    content: "\e917";
}

.icon-delete1:before {
    content: "\e917";
}

.icon-trashcan:before {
    content: "\e913";
}

.icon-garbage:before {
    content: "\e913";
}

.icon-delete:before {
    content: "\e913";
}

.icon-remove:before {
    content: "\e913";
}

.icon-bin:before {
    content: "\e913";
}

.icon-uninstall:before {
    content: "\e913";
}

.icon-plus:before {
    content: "\e914";
}

.icon-add:before {
    content: "\e914";
}

.icon-pencil:before {
    content: "\e919";
}

.icon-pencil2:before {
    content: "\e91a";
}

.icon-search:before {
    content: "\e986";
}

.icon-link2:before {
    content: "\e9cb";
}

.icon-global:before {
    content: "\e911";
}

.icon-house:before {
    content: "\e912";
}

.icon-chat-oval:before {
    content: "\e900";
}

.icon-checkout:before {
    content: "\e901";
}

.icon-clipboard:before {
    content: "\e902";
}

.icon-dashboard:before {
    content: "\e903";
}

.icon-domain:before {
    content: "\e904";
}

.icon-gear-outlined:before {
    content: "\e905";
}

.icon-idea:before {
    content: "\e906";
}

.icon-lifeIC:before {
    content: "\e907";
}

.icon-man:before {
    content: "\e908";
}

.icon-menu:before {
    content: "\e909";
}

.icon-Notification-Icon:before {
    content: "\e90a";
}

.icon-email:before {
    content: "\e90b";
}

.icon-return:before {
    content: "\e90c";
}

.icon-small-down:before {
    content: "\e90d";
}

.icon-male:before {
    content: "\e90e";
}

.icon-calendar:before {
    content: "\e90f";
}

.icon-window-outline:before {
    content: "\e910";
}

.icon-question-circle-o:before {
    content: "\e91d";
}

.icon-chain:before {
    content: "\e915";
}

.icon-link:before {
    content: "\e915";
}

.icon-chain1:before {
    content: "\e916";
}

.icon-link1:before {
    content: "\e916";
}



body {
    background: #F0F0F7;
}
/*Header Design Start*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 25px 10px 28px;
    background: #fff;
    width: 100%;
    z-index: 4;
    text-align: center;
    display: flex;
}

.icon-search,
.icon-question-circle-o {
    color: #a5a4bf;
    font-size: 20px;
}

    .icon-search:hover,
    .icon-question-circle-o:hover {
        color: #6E8BDC;
        text-decoration: none;
    }

.header.active-heading .center-cont .logo {
    display: none;
}

.header.active-heading .center-cont h3 {
    display: block;
    color: var(--headin-color);
}

.header .center-cont .logo {
    display: block;
}

.header .center-cont h3 {
    display: none;
}

.header.active-heading .icon-menu + .logo {
    display: flex;
}

.icon-menu {
    font-size: 18px;
    color: #C6C6D0;
    margin-top: 20px;
    justify-content: flex-start;
}

.header .center-cont {
    justify-content: center;
    align-items: center;
}

.logo {
    flex: 2;
    justify-content: flex-start;
    flex: auto;
    display: flex;
    margin-left: 20px;
}

    .logo.login {
        justify-content: center;
        align-items: center;
    }

.notification {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    flex: auto;
    align-items: center;
}

.notificatin-area {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .notificatin-area li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        border-left: 1px solid #EBEBF2;
        padding-left: 20px;
    }

        .notificatin-area li:first-child {
            border: none;
        }

        .notificatin-area li.notifiacation-holder a {
            color: #C6C6D0;
            text-decoration: none;
            position: relative;
            font-size: 20px;
            transition: all 0.5s linear;
        }

            .notificatin-area li.notifiacation-holder a .notifications-circle {
                position: absolute;
                right: -2px;
                top: -2px;
                height: 12px;
                width: 12px;
                background: #F28CAF;
                border-radius: 100%;
                border: 2px solid #fff;
            }

        .notificatin-area li.profile {
            position: relative;
        }

            .notificatin-area li.profile a {
                color: #4D4F5C;
                display: inline-block;
                vertical-align: middle;
                transition: all 0.5s linear;
            }

                .notificatin-area li.profile a:hover {
                    text-decoration: none;
                }

                .notificatin-area li.profile a span {
                    display: inline-block;
                    vertical-align: middle;
                    color: #A4AFB7;
                }

                    .notificatin-area li.profile a span:first-child {
                        color: #4D4F5C;
                    }

                    .notificatin-area li.profile a span.icon-small-down {
                        font-size: 8px;
                        padding: 0 20px;
                        margin-top: 4px;
                    }

/*Header Design End*/
/*Content Design Start*/
.icon-lg:hover {
    background: url('../Images/sprite-Large.png') no-repeat -98px 0;
    width: 63px;
    height: 78px;
    display: block;
}

.icon-sm:hover {
    background: url('../Images/sprite-Small.png') no-repeat -424px 0;
    width: 34px;
    height: 30px;
    display: block;
}

.icon-holder-sm {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

    .icon-holder-sm img {
        width: 100%;
        height: auto;
        display: block;
    }

.icon-holder-lg {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}

.main-content {
    margin-top: 70px;
    margin-left: 73px;
    padding: 20px;
    background: #F0F0F7;
}

.nav-pills .nav-link {
    font-size: 18px;
    color: #43425D;
    font-weight: bold;
}

.section {
    margin-bottom: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /*color: #6E8BDC;*/
    color: #6E8BDC;
    font-size: 18px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    position: relative;
}

    .nav-pills .nav-link.active:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 1px;
        width: 40%;
        content: "";
        background: #6E8BDC;
        margin: 0 -20%;
    }

.tab-content {
    padding: 20px 0;
}

    .tab-content h1 {
        font-size: 16px;
        line-height: 20px;
        color: #43425D;
        font-weight: bold;
        margin-bottom: 25px;
    }

.tiles {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .tiles .heading {
        display: inline-block;
        vertical-align: middle;
        justify-content: start;
        flex: 40%;
        width: 40%;
    }

        .tiles .heading h2 {
            font-size: 14px;
            line-height: 20px;
            color: #8288AC;
            margin: 0;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            word-wrap: break-word;
            /*white-space: nowrap;*/
        }

    .tiles span {
        font-size: 12px;
    }

    .tiles .tile-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        align-self: center;
        justify-content: end;
        background: linear-gradient(151deg, #9cf4ed, #9cf4ed 14%, #8686f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .tiles span {
        font-size: 12px;
    }

    .tiles .tile-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        align-self: center;
        justify-content: end;
        background: linear-gradient(151deg, #9cf4ed, #9cf4ed 14%, #8686f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.blog-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news-blog img {
    width: 100%;
    height: auto;
    display: block;
}

.news-blog .news-content {
    padding: 30px 40px 20px 20px;
    background: #fff;
}

    .news-blog .news-content .date {
        font-size: 13px;
        font-weight: bold;
        color: #AAA2A2;
        margin-bottom: 25px;
        display: block;
    }

    .news-blog .news-content h2 {
        font-size: 24px;
        color: #8288AC;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .news-blog .news-content p {
        font-size: 14px;
        line-height: 22px;
        color: #AAA2A2;
    }

    .news-blog .news-content a {
        color: #6E8BDC;
        font-size: 14px;
        line-height: 19px;
    }

        .news-blog .news-content a .icon-return {
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
        }

.tile-holder:hover {
    text-decoration: none
}

.tile-holder .tiles .heading span {
    color: #BCBDC3;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.tile-holder .tiles img {
    /*width: 40px;*/
    width: 100%;
    height: auto;
    display: block;
}

.tile-holder input[type="file"] {
    position: absolute;
    left: 15px;
    top: 1px;
    width: 92%;
    height: 60%;
    border: none;
    background: none;
    opacity: 0;
}

.feed-image-holder {
    height: 230px;
    width: 100%;
    background: #fff;
}

    .feed-image-holder img {
        height: auto;
        width: 100%;
        display: block;
    }

.feed-holder {
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}
/*Content Design End*/
/*Sider Bar Start*/
.side-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    padding-top: 100px;
    z-index: 3;
}

    .side-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .side-nav ul li {
            margin-bottom: 10px;
        }

            .side-nav ul li.active a {
                border-color: #6E8BDC;
                color: #8DA8F4;
            }

            .side-nav ul li a {
                color: #A5A4BF;
                font-size: 20px;
                line-height: 25px;
                display: block;
                padding: 10px 25px;
                border-left: 3px solid transparent;
                text-decoration: none;
                transition: all 0.5s linear;
            }

                .side-nav ul li a:hover {
                    border-color: #6E8BDC;
                    color: #8DA8F4;
                }


.text {
    margin-left: 10px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.nav-icon {
    display: inline-block;
    vertical-align: middle;
}

.side-nav.active ul li a .text {
    display: none;
}

.main-content.active {
    margin-left: 285px;
}
/*Sider Bar End*/
/*New Design CSS End*/
.notificatin-area li.profile .profile-dropdown {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
    padding-top: 20px;
}

    .notificatin-area li.profile .profile-dropdown ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        box-shadow: 0 0 5px #ccc;
    }

        .notificatin-area li.profile .profile-dropdown ul li {
            border: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .notificatin-area li.profile .profile-dropdown ul li a {
                padding: 5px 15px;
                display: block;
            }

                .notificatin-area li.profile .profile-dropdown ul li a:hover {
                    background: linear-gradient(151deg, #9cf4ed, #9cf4ed 14%, #8686f7);
                    color: #fff;
                    text-decoration: none;
                }

.notificatin-area li.profile:hover .profile-dropdown {
    display: block;
}
/*login style start*/
.login-holder {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: height .4s ease-in-out;
}

    .login-holder.newspages {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 30px;
    }

    .login-holder .logo {
        margin-bottom: 20px;
    }

    .login-holder strong.title {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
        display: block;
        color: #43425d;
    }

    .login-holder .news-area {
        background-color: #ffffff;
        padding: 50px 30px;
        border-radius: 4px;
        width: 500px;
    }

    .login-holder.newspages .news-area {
        border-radius: 0;
        padding: 20px;
        width: auto;
    }

        .login-holder.newspages .news-area .box.box-news {
            text-align: center;
            padding: 20px 0 0;
        }

            .login-holder.newspages .news-area .box.box-news .login-btn {
                max-width: 200px;
                margin: 0 auto;
            }

        .login-holder.newspages .news-area .box .upload-btn-wrapper {
            position: relative;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
        }

        .login-holder.newspages .news-area .box .btn {
            color: #8288ac;
            background-color: #f0f0f7;
            padding: 5px 20px;
            border-radius: 4px;
            font-size: 20px;
            font-size: 14px;
            vertical-align: middle;
        }

            .login-holder.newspages .news-area .box .btn .icon-plus-outline {
                /*background: linear-gradient(151deg, #9cf4ed, #9cf4ed 14%, #8686f7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
                color: #6E8BDC;
                margin-right: 10px;
                font-size: 25px;
                display: inline-block;
                vertical-align: middle;
            }

        .login-holder.newspages .news-area .box .upload-btn-wrapper input[type=file] {
            font-size: 100px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }

    .login-holder .news-area h2 {
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.71;
        letter-spacing: normal;
        text-align: left;
        color: #6e8bdc;
        margin-bottom: 40px;
    }

.feed-icons {
    position: absolute;
    right: -100px;
    top: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px;
    text-align: right;
    opacity: 0;
    transition: all 0.5s linear;
}

.image-area {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    height: 132px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}

    .image-area img {
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 100%;
        width: 100%
    }

.login-holder.newspages .clear-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: #f0f0f7;
    padding: 10px;
    border-radius: 4px;
    height: 42px;
    text-align: center;
}

    .login-holder.newspages .clear-icon .icon-remove {
        background: linear-gradient(151deg, #9cf4ed, #9cf4ed 14%, #8686f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.feed-holder:hover .feed-icons {
    right: 0;
    opacity: 1;
}

.feed-icons a {
    color: #fff;
    margin: 5px;
}

    .feed-icons a:hover {
        color: #9cf4ed;
        text-decoration: none;
    }

.login-holder .news-area .box {
    margin-bottom: 10px;
}

    .login-holder .news-area .box input {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        border: none;
        padding: 10px 0;
        border-bottom: 1px solid #c1c1c1;
        color: #8288ac;
    }

        .login-holder .news-area .box input:focus {
            outline: none;
        }

        .login-holder .news-area .box input.login-btn {
            border: none;
            text-align: center;
            width: 100%;
            border-radius: 4px;
            -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
            background-image: linear-gradient(to right, #9cf4ed, #8686f7);
            font-size: 16px;
            color: #fff;
            transition: all 0.5s linear;
        }

    .login-holder .news-area .box .login-btn:hover {
        opacity: 0.5;
    }

    .login-holder .news-area .box input.styled-checkbox {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: auto;
    }

    .login-holder .news-area .box label {
        font-size: 12px;
    }

.login-holder.newspages .news-area .box label {
    margin-bottom: 0;
}

.login-holder.newspages .news-area .box input[type="text"] {
    padding: 5px 0;
}

.errorStyle {
    display: block;
    margin-top: 0.5%;
}
/*login style end*/
.box-shadow {
    box-shadow: 3px 3px 5px grey;
}

.reset-link {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #90b3f3;
    width: auto !important;
    margin-left: 35%;
    text-decoration: underline;
    cursor: pointer;
}

.password-policy-icon {
    position: fixed;
    margin-left: 1%;
    top: 47%;
    cursor: pointer;
}

.pointed {
    position: fixed;
    margin: 0 auto;
    width: 25%;
    padding: 4px;
    color: white;
    background-color: rgba(0,0,0,.8);
    min-height: 40px;
    top: 52%;
    left: 64%;
}
.pointed-code{
    top:30% !important;
}

.pointed:before {
    position: absolute;
    top: 50%;
    left: -5px;
    content: '';
    width: 0;
    height: 0;
    margin: -5px 0 0;
    border-right: solid 5px rgba(0,0,0,.8);
    border-bottom: solid 5px transparent;
    border-top: solid 5px transparent;
}
.version {
    position: fixed;
    bottom: 1%;
    right: 1%;
    font-size:11px;
}