﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #dfeaf387;
}
.cusrPointer {
    cursor: pointer;
}

@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300);
#sideDiv {
    overflow-y: scroll;
    height:87vh;
}

#sideDiv::-webkit-scrollbar {
    display: none;
    width: 0 !important
}
#mySidebar::-webkit-scrollbar {
    display: none;
    width: 0 !important
}
#main {
    overflow-y: scroll;
    height: 87vh;
}

    #main::-webkit-scrollbar {
        display: none;
        width: 0 !important
    }
#map_loader {
    opacity: 0.6;
    position: absolute;
    height: 95vh;
    width: 100%;
    top: 0;
    visibility: hidden;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    line-height: 30px;
    padding-left: 10px;
}

.loading-label {
    color: #2b949d;
    margin: 15% 85px 20px 85px;
}

.loader-position {
    margin: 0px 85px 100px 85px;
}

.containerr {
    height: 100vh;
    width: 100%;
}
#mySidebar {
    height: inherit;
    overflow-y: scroll;
}
.SurWidth {
    width: 80px !important;
}

.nav {
    height: 70px;
    width: 100%;
    /* background-color: rgb(90, 76, 245); */

    box-shadow: 6px 6px lightblue;
}

.svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

.sorting {
    text-align: center !important;
}

.m-2card {
    text-align: center;
    padding-block: 20px;
    box-shadow: 80px;
    border-radius: 25%;
}

ion-icon {
    width: 25px;
    height: 35px;
    /* justify-content: space-between; */
    position: absolute;
    right: 200px;
}

.list-group {
    position: relative;
    line-height: 38px;
    list-style-type: none;
    background: #223c6ce6;
    /*    background-image: linear-gradient(90deg, transparent,#51868d);*/
    margin-left: -10px;
    margin-top: -3px;
    
}

    .list-group .icon {
        position: static;
    }

.headerColor {
    background: #c0dde1;
    background-image: linear-gradient(90deg, transparent,#2b4d8a) !important;
}

.border-primaryNew {
    border-bottom: 1px solid #212529;
    box-shadow: -3px 0px 1px 0px #646464;
}

.headingColor {
    color: #2a4d89d1;
}

.submitBtn {
    background-color: #69bcc5;
    color: white;
}

    .submitBtn:hover {
        background-color: #69bcc5;
        color: white;
    }

.subHeadingColor {
    color: #d5376a;
}

.btnSuccess {
    background-color: #5fbf5f !important;
    border-color: #5fbf5f !important;
}

.btnReject {
    background-color: #df4c2a !important;
    border-color: #df4c2a !important;
}

.linkShow {
    color: blue;
    text-decoration: underline;
}

.nav-link i {
    letter-spacing: 4px;
    color: #fff;
}

.nav-item a {
    color: #fff;
    font-weight: 600;
}

.red {
    color: red;
}

.green {
    color: green;
}

.width_of_long_col {
    font-size: 14px;
    min-width: 150px !important;
    text-align: center !important;
}


table {
    border-collapse: collapse;
}

    table tr:nth-child(2n+2) {
        background: #22798345 !important;
    }

.filterselect_MU {
    float: left;
    width: 120px;
    height: 35px;
    box-shadow: 0 0 20px 0 rgb(165 158 158 / 90%);
}

.MUfiltersBox label {
    color: #227983;
    font-weight: 600;
}

.onlyExecutive {
    display: none;
}

.superFORdistributor {
    display: none;
}

.Mainheading {
    color: #75aa4b !important;
    font-weight: 700;
    text-transform: uppercase;
}

.MainheadingSec {
    color: #294d89 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.btnPrimary {
    background-color: #294d89 !important;
    border-color: #0e2e62 !important;
    color: white;
}

.btnSecondy {
    /*background-color: #9f3767 !important;
    border-color: #9f3767 !important;*/
    background-color: #5a8539fc !important;
    border-color: #2b6c33bf !important;
    color: white;
}

.nav-link:focus, .nav-link:hover {
    color: #abeff7 !important;
}

thead {
    background: #375991 !important;
    color: #ffffff;
    vertical-align: middle !important;
}

table {
    padding-top: 2%;
    text-align: center;
}

.active {
    background-color: #973462;
}

.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 12%;
    width: 80px;
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px;*/ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

    /* The sidebar links */
    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        /*       color: #818181;*/
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidebar a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidebar .closebtn {
        position: absolute;
        top: 40px;
        right: 25px;
        font-size: 28px;
        margin-left: 50px;
        color: black;
    }

/* The button used to open the sidebar */
.openbtn {
    color: white;
    border: none;
    background-color: #354e79;
}
.dManunone
{
    display:none!important;
    font-size:20px!important;
}
/*
    .openbtn:hover {
        background-color: #354e79;
    }*/
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s; /* If you want a transition effect */
   /* padding: 20px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/*.wrapper {
    display: flex;
    align-items: stretch;
 perspective: 15px;
}

#sidebar {
    min-width: 70px;
    max-width: 230px;
    width: 230px;
    background: #364e79;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    height: 90vh;
}

    #sidebar.active {
        margin-left: 0px;
        width: 70px;*/
        /*   transform: rotateY(100deg);*/
    /*}

    #sidebar .sidebar-header {
        padding: 9px;
        background: #364e79;
        width: inherit;
    }

    #sidebar ul.components {
        padding: 20px 0;
        width: inherit;
        background: #223c6ce6 !important;
        border-bottom: 1px solid #47748b;
        height: inherit;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #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;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


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 {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
}

    #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);
        }
}


.exc-handler {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

    .exc-handler > * {
        display: inline-block;
        width: fit-content;
    }

        .exc-handler > * button {
            background: #294d89;
        }

    .exc-handler > .up-c {
        display: inline-flex;
        gap: 1.5rem;
        width: fit-content;
        flex-wrap: wrap;
    }

        .exc-handler > .up-c > * {
            display: inline-block;
            margin: auto;
        }

@media (max-width: 401px) {
    .exc-handler > .dld-btn {
        margin: 0 auto; /* center it only on screens ≤ 768px */
    }

    .exc-handler > .up-c {
        display: inline-flex;
        gap: 1.5rem;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}


.ft-sm{
    font-size:12px;
}