.mktv_company {
    font-size: var(--menu-tree1-font-size);
    /*padding:2px 5px;*/
    margin-bottom: 1px;
    /*letter-spacing:1px;*/
    cursor: pointer;
}

.mk_treeview ul {
    list-style-type: none;
}

.mktv_committee, .mktv_meetings {
    /*display: none;*/
    font-size: var(--menu-tree2-font-size);
    text-align: -webkit-left;
}

.mktv_meetings {
    display: none;
}

    .mktv_committee > li, .mktv_meetings > li {
        /*Commented by kk
		margin-left: 15px;*/
    }

.mktv_committee svg {
    margin-top: 5px;
}

.mktv_cmpname {
    background: linear-gradient(var(--pri-bg-color),var(--pri-bg-color1));
    color: #fff;
    padding: 5px;
    width: 100%;
    font-size: 1rem !important;
    /*border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;*/
}

.mktv_company:first-child > .mktv_cmpname {
    /*height:52px;*/
}

.add_meeting {
    display: none;
    color: #00b894;
    font-size: 0.8em;
    font-weight: 700;
}
/* left menu */
/* top menu */
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu {
    height: 52px;
    padding-bottom: 10px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background-image: linear-gradient(var(--pri-bg-color),var(--pri-bg-color1));
    /* background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eee9f0));
	background: -webkit-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	background: linear-gradient(top, #fefefe 0%, #eee9f0 100%);
	border-bottom: 2px solid #a80008;*/
    width: auto;
}

    #cssmenu:after, #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu a {
        /*background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
	background: linear-gradient(top, #fefefe 0%, #ececec 100%);*/
        color: #000;
        display: inline-block;
        font-family: Arial;
        font-size: 12px;
        line-height: 49px;
        padding: 0 8px;
        text-decoration: none;
    }

    #cssmenu ul {
        list-style: none;
        z-index: 11;
    }

    #cssmenu > ul {
        float: left;
    }

        #cssmenu > ul > li {
            float: left;
        }

            #cssmenu > ul > li > a {
                color: #ecf0f1;
                font-size: 12px;
            }

            #cssmenu > ul > li:hover:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: 50%;
                bottom: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid var(--pri-bg-color);
                margin-left: -10px;
            }

            #cssmenu > ul > li:first-child > a {
                border-radius: 5px 0 0 0;
                -moz-border-radius: 5px 0 0 0;
                -webkit-border-radius: 5px 0 0 0;
            }

            #cssmenu > ul > li.active:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: 50%;
                bottom: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #a80008;
                margin-left: -10px;
            }

            #cssmenu > ul > li.active > a {
                -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                background: #ececec;
                background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
                background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
            }

#cssmenuheader > ul > li.active > a {
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
}

#cssmenu > ul > li:hover > a {
    background: var(--sec-bg-color);
    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

#cssmenu .has-sub {
    z-index: 1;
}

    #cssmenu .has-sub:hover > ul {
        display: block;
    }

    #cssmenu .has-sub ul {
        display: none;
        position: absolute;
        width: 200px;
        top: 100%;
        left: 0;
    }

        #cssmenu .has-sub ul li {
            margin-bottom: -1px;
            background: var(--sec-bg-color);
        }

            #cssmenu .has-sub ul li a {
                background: var(--sec-bg-color);
                border-bottom: var(--sec-bg-color);
                filter: none;
                font-size: 11px;
                display: block;
                line-height: 120%;
                padding: 10px;
                color: #ffffff;
            }

            #cssmenu .has-sub ul li:hover a {
                background: var(--pri-bg-color);
            }

    #cssmenu .has-sub .has-sub:hover > ul {
        display: block;
    }

    #cssmenu .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

        #cssmenu .has-sub .has-sub ul li a {
            background: var(--sec-bg-color);
            border-bottom: 1px dotted var(--sec-bg-color);
        }

            #cssmenu .has-sub .has-sub ul li a:hover {
                background: var(--pri-bg-color);
            }


/* top menu */
.profile_initial {
    width: 38px;
    height: 38px;
    background: linear-gradient(var(--pri-bg-color),var(--pri-bg-color1));
    font-size: 1.5em;
    font-weight: 700;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}

.profile_details {
    background: #fff;
    right: 10px;
    padding: 5px 10px;
    z-index: 25;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    display: none;
}

.profile_name {
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 1.2em;
    font-weight: 700;
}

.profile_email {
    color: #4a4a4a;
    font-size: 0.9em;
}

.primary_font {
    color: var(--pri-bg-color1);
}

.page-left-section {
    -ms-flex: 0 0 22%;
    flex: 0 0 20%;
    max-width: 20%;
}

.page-right-section {
    -ms-flex: 0 0 75%;
    flex: 0 0 80%;
    max-width: 80%;
}
/* custom popup */
.abcustompopup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0.7;
    z-index: 102;
}

.abcustompopup_inner {
    display: none;
    position: fixed;
    top: 30%;
    z-index: 103;
    left: 30%;
    width: 80%;
    height: 80%;
    margin-top: -9em;
    margin-left: -15em;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

.abcustompopup_close {
    width: 100%;
    text-align: right;
    padding: 2px 0px;
    border-bottom: 1px solid;
    background: #c4c4c4;
    cursor: pointer;
}

.abcustompopup_body {
    padding: 3px 6px;
}

.mark_modal-content {
    max-height: calc(100% - 3.5rem);
    overflow-y: auto;
}
/* custom popup */


/*/Ramesh--09-09-2021--*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

.navbar {
    background: linear-gradient(var(--pri-bg-color),var(--pri-bg-color1)) !important;
    font-weight: 500 !important;
    font-size: 1em !important;
}

.nav-link {
    color: #fff !important;
}

.dropdown-submenu a::after {
    transform: rotate( -90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.left_comp_list {
    overflow: auto;
    min-height: 400px;
    padding: 0px;
    width: 100%;
}

.sidebar-heading {
    border-bottom: var(--pri-bg-color) 1px solid;
    font-family: Poppins !important;
    color: var(--pri-bg-color) !important;
    font-size: 1.5rem !important;
}
/*Start Scroll Bar*/
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #b30000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--pri-bg-color) !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--pri-bg-color) !important;
    }

/*End-Scroll Bar*/

/*Popins*/
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../mark/Poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../mark/Poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../mark/Poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*End Popins*/

.font_Family {
    font-family: Poppins !important;
}

.dropdown .show, .dropdown-menu-right, .dropdown-menu-left {
    background: var(--sec-bg-color) !important;
    color: white !important;
}

.dropdown-item {
    color: white !important;
}

    .dropdown-item:hover {
        color: black !important;
    }
