/* Global Styles */

:root {
    --mainColor: #036000;
    --hueColor: #FBFFFA;
    --accentColor: #EAF4E9;
    --lightPrimaryColor: #CCF1CB;
    --navigationColor: #8AAD89;
    --textColor: #707070;
    --warningBk: #FFF9D9;
    --warningBorder: #FBD533;
    --warningText: #795800;
}


/* ------------------------------- */

body {
    background-color: #f8f8f8;
    font-family: sans-serif;
}


/* ------------new menu design ------------------- */

.bs-menu .sidebar-collapse .nav li .nav-active:before {
    background-color: #00663300 !important;
}

.new_menu_search_main_div {
    border-bottom: 1px solid !important;
}

ul.nav.list.nav-second-level {
    border: 1px solid var(--color5);
    background: #C7DEC63B 0% 0% no-repeat padding-box;
}

.search_text_li {
    padding-left: 0px !important;
    height: max-content !important;
}

.item .js-submenu {
    padding-left: 0px !important;
    margin-top: 2px !important;
}

.active_link {
    color: #0024d6 !important;
}

.new_menu_input_box {
    background: #fff0 !important;
    border: none !important;
    outline: 0 !important;
    color: var(--color1);
    background: #fff0 !important;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* border-bottom: 1px solid; */
}

.new_menu_input_span {
    font-size: 19px;
    margin-right: 15px;
    text-align: center;
    color: #929292;
    padding: 10px;
}

.new_menu_search_close {
    font-size: 19px;
    margin-right: 15px;
    width: 41px;
    text-align: center;
    color: #ffffff;
    display: none;
}

.category_menu.collapsed {
    background: var(--color5) 0% 0% no-repeat padding-box !important;
    border-radius: 6px 6px 0px 0px;
    letter-spacing: 0;
}

.category_menu.collapsed>span.icon>i.menu_catgegory_icon {
    color: #929292 !important;
}

.category_menu.collapsed>span.menu_catgegory_text {
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 700 !important;
    color: #000000 !important;
    opacity: 1 !important;
}


/* ------------new menu design ------------------- */


/* ------------ Toggle KPI Expand Mode design ------------------- */


/* nilesh#190521 */

.expand_mode_maindiv {
    padding: 7px 0px 6px 4px !important;
    position: absolute;
    top: -36px;
    right: 10px;
    z-index: 3;
    display: none;
    cursor: pointer;
    background: var(--color7) 0% 0% no-repeat padding-box;
    border-radius: 10px 0px 0px 0px;
    opacity: 1;
    width: 120px;
    height: 25px;
    transition: all 0.5s;
}


/* nilesh#190521 */

.expand_mode_maindiv:hover {
    transform: scale(1.1);
    transform-origin: right bottom;
}

.expand_mode_spantext {
    text-align: left;
    letter-spacing: 0px;
    color: var(--color1);
    opacity: 1;
    font-size: 12px;
    font-weight: normal;
    margin-left: 25px;
}

#expand_mode_span {
    background-color: white !important;
    font-weight: 600;
    left: 0px;
    top: -2px;
    width: 32px;
    height: 32px;
}

.expand_mode_up {
    transform: matrix(0, 1, 1, 0, 18, 1);
}

.expand_mode_down {
    transform: matrix(0, -1, 1, 0, 18, 1);
}


/* ------------ END Toggle KPI Expand Mode design ------------------- */


/* ------------operators------------------- */

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label.operator_label {
    background-color: var(--color6) !important;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label.operator_label:hover {
    background-color: var(--color6) !important;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label span.operator-text {
    color: var(--color1);
}

.operator_icon {
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-color: transparent;
    margin-right: 6px;
    margin-left: 2px;
}

.o_including {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/log-in-white.svg) no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask: url(/guilib/images/newicon/log-in-white.svg) no-repeat;
    mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label.operator_label .o_including {
    /*       background-image: url(/guilib/images/newicon/log-in-white.svg)!important; */
    background-color: var(--color1);
    -webkit-mask: url(/guilib/images/newicon/log-in-white.svg) no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask: url(/guilib/images/newicon/log-in-white.svg) no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.o_exculding {
    background-color: var(--color6);
    /*             background-image: url(/guilib/images/newicon/log-in-green.svg);*/
    -webkit-mask: url(/guilib/images/newicon/log-in-green.svg) no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask: url(/guilib/images/newicon/log-in-green.svg) no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label.operator_label .o_exculding {
    /*       background-image: url(/guilib/images/newicon/log-in-white.svg)!important; */
    background-color: var(--color1);
    -webkit-mask: url(/guilib/images/newicon/log-in-green.svg) no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask: url(/guilib/images/newicon/log-in-green.svg) no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    transform: matrix(-1, 0, 0, -1, 0, 0);
}

.operator-text {
    color: var(--color6);
    font-size: 12px;
    vertical-align: bottom !important;
    margin-right: 3px;
}

.operator_label {
    border: 1px solid var(--color6) !important;
}


/* ------------------------------- */


/* Wrappers */


/* ------------------------------- */

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #dbdbdb;
    position: relative;
}

@media(min-width:768px) {
    .navbar-right {
        margin-right: 0;
    }
    #page-wrapper {
        /*position: inherit;*/
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 870px;
        border-left: 1px solid #e7e7e7;
    }
    #page-wrapper.full-screen {
        margin: 0;
    }
}

.navbar-static-side ul li {
    /*    border-bottom: 1px solid #e7e7e7;*/
}


/* page loading indicator */

#page-loader {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: whitesmoke;
    text-align: center;
}

.z-index-10000 {
    z-index: 10000 !important;
}

#page-loader>img {
    display: inline-block;
    border: none;
    margin: auto;
    margin-top: 30vh;
    width: 100px;
    height: 100px;
    position: relative;
}


/* Navigation */


/* ------------------------------- */


/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}
.navbar-top-links li a .cont2{
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color6) !important;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
    margin: 2px;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

@media(max-width:768px) {
    .navbar-top-links .dropdown-user {
        right: auto;
        left: 0;
    }
}

#navbar-salt {
    margin-bottom: 0;
    border-width: 2.3px;
    padding-bottom: 6px;
}

.fltrEle_value {
    font-weight: 500;
    font-size: 13px !important;
    font-family: Roboto;
}

span.ng-binding {
    /* font-size: 13px;
    font-weight: 600; */
}


/* fix partner selector */

#navbar-salt .select2-container a {
    padding: 0;
    padding-left: 8px;
}


/* Sidebar Menu Styles */

.sidebar-search {
    padding: 15px;
}

.collapsed_arrow {
    float: right;
}

.arrow,
.fa-angle-right {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}

.nav-second-level li {
    border-bottom: none !important;
}

.nav-active {
    color: #555;
    cursor: default;
    background-color: var(--color1);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        padding-top: 15px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


/* Buttons */


/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: var(--color1);
}


/* Pages */


/* ------------------------------- */


/* Login Page */

.login-panel {
    margin-top: 25%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
}


/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}


/* CM Salt */

.navbar-brand {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
}

.brand-wrapper {
    position: relative;
    height: 40px;
}

.brand-wrapper img {
    position: absolute;
    bottom: 0;
    padding-left: 20px !important;
}

.cm-logo {
    font-family: sans-serif;
    color: #000;
    display: inline-block;
}

.cm-logo .logo {
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-right: 1px;
    background: transparent url(images/cm-logo.png) no-repeat 0 0;
}

.breadcrumb.salt {
    margin-bottom: 0;
    margin-top: 10px;
}

.pagination.ng-table-pagination {
    margin: 0
}

.page-header {
    margin-top: 10px;
}


/* fix margins of alert*/

.alert:last-child {
    margin: 18px 0 0px 0;
}

.messagebox-container .alert:last-child {
    margin-bottom: 20px;
}

.messagebox-container.panel.panel-default {
    border: none !important;
}

.modal-content .panel.panel-default.ng-scope {
    border: none !important;
}
.modal-content .panel.panel-default.typ-warning{
    border: 1px solid #ff0000 !important;
}
.modal-content .panel.panel-default.typ-success{
    border: 1px solid var(--succ2) !important;
}


/* nilesh240621 */

.modal-content .panel.panel-default.ng-scope.typ-choose-popup {
    width: 480px;
}


/* nilesh290721 */
.modal-content .panel-default.typ600{
    width: 600px;
}
.modal-content .panel-default.typ800{
    width: 800px;
    margin-left: -15%;
}
.modal-content .panel.typ600  .panel-heading{
    padding: 16px 24px 13px 24px !important;
}
.modal-content .panel-default.typ600 .panel-body{
    padding: 30px 24px 0px 24px;
    max-height: 600px;
    overflow-x: hidden;
}
.modal-content .panel-default.typ600 .panel-body .single_textbox_holder_div{
    margin: 0;
}
.modal-content .panel-default.typ600 .panel-body .mb20{
    margin-bottom: 20px;
}
.modal-content .panel-default.typ600 .text{
    margin-top: 14px;
    display: inline-block;
}
.modal-content .panel-default.typ600 .bs-radio .collapsed_radio_btn_text{
    width: 100%;
}
.modal-content .panel-default.typ600 .select2-container .select2-choice > .select2-chosen{
    margin-right: 10px;
}
/* .modal-content .panel-default.typ600 .select2-container .select2-choice > .select2-chosen::first-word{
    font-weight: 600;
} */
.modal .modal-content .panel-default.typ600 .panel-footer{
    border:none;
}
.modal .modal-content .panel-default.typ600 .panel-footer .col-md-12{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.modal .modal-content .panel-default.typ600 .panel-footer .btn{
    margin: 0;
}
.modal .modal-content .panel-default.typ600 .timeStamp{
    font-weight: 200;
}

.pl5{
    padding:0 5px 0 0;
}
.pr5{
    padding:0 0 0 5px;
}
.radio-list{
    background-color: var(--accentColor);
    margin: 20px -24px 0;
}
.radio-list li{
    padding: 0;
}
.radio-list li .bs-radio{
    padding: 5px 24px;
    margin-bottom: 0 !important;
    width: 100%;
}
.radio-list li .bs-radio:hover{
    cursor: pointer;
    background-color: var(--lightPrimaryColor);
}

@media (min-width: 360px) and (max-width: 780px) {
    .modal-content .panel.panel-default.ng-scope.typ-choose-popup {
        width: 100%;
    }
}


/* footer */

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.about-content-box {
    max-width: 960px;
    font-size: 16px;
}

.capitalize {
    text-transform: capitalize;
}

.required-field {
    font-family: monospace;
    color: red;
}

.alert.inline-alert {
    margin-top: 0;
    padding: 5px;
    margin-bottom: 0;
}

.no-left-padding {
    padding-left: 0;
}

.window800 {
    width: 800px;
}


/* scrollable tabs */

.form-tab {
    vertical-align: central;
    box-sizing: border-box;
    margin-right: 10px;
    min-width: 120px;
    width: auto;
    border-radius: 6px;
}

.form-tab label {
    margin-top: 10px;
    margin-bottom: 9px;
}

.tabs-scrolled {
    position: fixed;
    top: 0px;
    z-index: 1000;
    background: whitesmoke;
    border-radius: 5px;
    padding: 4px;
}

.tabs-scrolled>div {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .tabs-scrolled>div:last-child {
        margin-right: 0;
    }
}

@media (min-width:768px) and (max-width: 994px) {
    .tabs-scrolled {
        right: 0px;
    }
}


/* circle */

.circle {
    border-radius: 50%;
}

.med-circle {
    /*border: 4px solid white;*/
    /*background: #4ca20b;*/
    padding: 10px 0px 6px 13px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.med-circle>span {
    font-weight: bold;
}

.med-circle.fa-check:before {
    font-size: 50px;
    position: relative;
    top: -17px;
    left: -12px;
}

.check-mark {
    font-size: 25px;
    vertical-align: middle;
}


/* circle */

.panel.panel-disabled {
    opacity: 0.6;
    background: lightgray;
}

.pos-relative {
    position: relative;
}

.half-opaque {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    background: lightgray;
    text-align: center;
}

.no-vert-margins {
    margin-bottom: 0;
    margin-top: 0;
}

.transparent-file {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    cursor: pointer;
}

.padded-row {
    padding-top: 8px;
}

.header-no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.button-wrapper {
    display: inline-block;
}


/* fix bootstrap modal-backdrop*/

.modal-backdrop {
    bottom: 0 !important;
    position: fixed !important;
}


/*from default*/

.medium-border:after {
    border-left-color: #d4d4d4;
}

.medium-background {
    background-color: #d4d4d4;
}

.label-selector.active {
    background: #B3B1B1;
    border-color: #B3B1B1;
}

.label-selector:hover:not(.active) {
    background: #B3B1B1;
}

footer {
    background-color: var(--color1);
    width: 100%;
    display: block;
    text-align: center;
    padding: 7px 0;
}

.footer {
    width: 28px;
    position: relative;
    margin-right: 10px;
}

.cm-footer {
    font-weight: bold;
    color: #4e5259;
}

.all-rights {
    font-weight: 100;
    color: #939393;
}


/*Custom css by Fractal*/


/* config */


/* Variables.scss */


/* element */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* element.scss */

body {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    background: #f2f2f2;
    padding: 40px 0 22px;
}

p {
    line-height: 16px;
    margin-bottom: 10px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}


/* common */

.cm-not-in-page {
    left: -99999px;
    position: absolute;
    top: -99999px;
}

.cm-line-break {
    display: block;
}

.cm-bold {
    font-weight: 700;
}

.cm-regular {
    font-weight: 400;
}

.cm-light {
    font-weight: 300;
}

.main {
    transition: all .3s ease-in;
    overflow: hidden;
    position: relative;
}

.main.active {
    margin-left: 40px;
}

.cm-bg-img {
    padding: 0 16px 0 20px;
    background: url(../images/cd-bg.png) no-repeat right 3px transparent;
    position: relative;
    width: 75px;
}

.cm-bg-img .num {
    position: absolute;
    top: 12px;
    left: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.demo-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.demo-nav .icon {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 50%;
}

.demo-nav .icon.icon-left-arrow {
    left: 0;
}

.demo-nav .icon.icon-right-arrow {
    right: 0;
}

.demo-nav.typ2 {
    width: auto;
}

.cm-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: none;
}

.cm-overlay.active {
    display: block;
}

.cm-scroll {
    overflow-y: auto;
    max-height:87.5vh;
    border-radius:13px;
    margin: 5px 0;
}


/* base include */

.bs-header {
    background: var(--color1)!important;
    height: 40px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
}

.bs-header .nav-left {
    float: left;
}

.bs-header .nav-left .menu-btn {
    float: left;
    width: 47px;
    padding: 14px 12px;
    display: block;
}

.bs-header .nav-left .menu-btn .line {
    background: var(--color6);
    width: 22px;
    height: 2px;
    display: block;
    margin-bottom: 4px;
    transition: all .3s ease-in;
    border-radius: 1px;
}

.bs-header .nav-left .menu-btn .line:last-child {
    margin-bottom: 0px;
}

.bs-header .nav-left .menu-btn.active {
    padding: 17px 12px;
    /* nilesh 210521 */
    background: #4b4b4b;
    /* background: #000; */
}

.bs-header .nav-left .menu-btn.active .line {
    position: relative;
    transform: rotate(45deg);
    width: 24px;
    top: 3px;
    background: var(--color1);
}

.bs-header .nav-left .menu-btn.active .line:nth-child(2) {
    display: none;
}

.bs-header .nav-left .menu-btn.active .line:nth-child(3) {
    transform: rotate(-45deg);
    top: -3px;
}

.bs-header .nav-left .logo {
    width: 50px;
    float: left;
    padding: 9px 7px;
    background: var(--color1);
}

.bs-header .nav-left .logo img {
    width: 100%;
}

.bs-header .nav-left .list {
    float: left;
}

.bs-header .nav-left .list .item {
    position: relative;
    float: left;
}

.bs-header .nav-left .list .item .bs-icon-text {
    padding: 10px 20px 9px 18px;
    vertical-align: middle;
    display: block;
    color: #333;
}

.bs-header .nav-left .list .item .bs-icon-text .icon {
    margin-right: 13px;
    line-height: 18px;
}

.bs-header .nav-left .list .item .bs-icon-text .text {
    text-transform: uppercase;
}

.bs-header .nav-left .list .item .bs-icon-text .text .icon {
    font-size: 10px;
    line-height: 12px;
    margin-right: 0;
    margin-left: 5px;
}

.bs-header .nav-left .list .item:hover,
.bs-header .nav-left .list .item.active {
    background: rgba(0, 0, 0, 0.10);
}

.bs-header .nav-right {
    float: right;
}

.bs-header .nav-right .list {
    float: left;
}

.bs-header .nav-right .list .item {
    position: relative;
    float: left;
}

.bs-header .nav-right .list .item:hover {
    background: rgba(0, 0, 0, 0.23);
}

.bs-header .nav-right .list .item:hover:after {
    content: none;
}

.bs-header .nav-right .list .item:hover:first-of-type:before {
    content: none;
}

.bs-header .nav-right .list .item.js-notification.active,
.bs-header .nav-right .list .item.js-action.active {
    background: rgba(0, 0, 0, 0.23);
}

.bs-header .nav-right .list .item.js-notification.active:after,
.bs-header .nav-right .list .item.js-action.active:after {
    content: none;
}

.bs-header .nav-right .list .item.js-notification.active:first-of-type:before,
.bs-header .nav-right .list .item.js-action.active:first-of-type:before {
    content: none;
}

.bs-header .nav-right .list .item .bs-icon-text {
    padding: 10px 17px 11px;
    vertical-align: middle;
    display: block;
    color: var(--color1);
}

.bs-header .nav-right .list .item .bs-icon-text .icon {
    line-height: 14px;
}

.bs-header .nav-right .list .item .notification-count {
    font-size: 10px;
    line-height: 17px;
    background: #ff0000;
    height: 16px;
    width: 23px;
    color: var(--color1);
    display: block;
    position: absolute;
    top: 11px;
    right: 2px;
    text-align: center;
    border-radius: 7px;
}

.bs-header .nav-right .mod-user-info {
    float: left;
    margin: 0 0px 0 12px;
}

.bs-header .nav-right .mod-user-info .user-picture {
    padding: 0px 10px;
    display: inline-block;
}

.bs-header .nav-right .mod-user-info .user-picture .picture-wrap {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.bs-header .nav-right .mod-user-info .user-picture .picture-wrap img {
    width: 100%;
}

.bs-header .nav-right .mod-user-info .brand-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 22px 10px 10px;
}

.bs-header .nav-right .mod-user-info .user-info {
    display: inline-block;
    text-align: right;
    color: var(--color1);
    vertical-align: middle;
}

.bs-header .nav-right .mod-user-info .user-info .username {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.bs-header .nav-right .mod-user-info .user-info .designation {
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
    font-weight: 400;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .bs-icon-text {
    color: #333333;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:first-child:before {
    content: none;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:last-child:after {
    content: none;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:after {
    height: 55px;
    background: #e0e0e0;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:hover {
    background: transparent;
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:hover:after {
    content: "";
}

.bs-header .nav-right .bs-dropdown.lyt-quick-menu .list .item:hover:last-child:after {
    content: none;
}

.bs-footer {
    background: var(--color1);
    text-align: center;
    padding: 5px 0;
    position: fixed;
    right: 0;
    left: 0;
    height: 20px;
    bottom: 0;
    font-size: 10px;
    line-height: 12px;
    color: #7c8a95;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.bs-footer .footer-logo {
    color: #7c8a95;
    display: inline-block;
}

.bs-footer .footer-logo img {
    width: 18px;
    margin-right: 3px;
}

.bs-footer .footer-logo span {
    display: inline-block;
}

.bs-menu {
    position: fixed;
    bottom: 0;
    top: 40px;
    left: -200px;
    /* nilesh#200521 */
    background: #4B4B4B 0% 0% no-repeat padding-box !important;
    /* background: #000000f0 0% 0% no-repeat padding-box !important; */
    transition: all .3s ease-in;
    width: 200px;
    z-index: 10;
}


/* nilesh#200521 - start */

.bs-menu .menucontainer {
    width: 92%;
    height: 80vh;
    overflow: auto;
    margin: 30px auto 0;
    /* padding-right: 10px;
        padding-left: 7px; */
}


/* nilesh#200521 - end */

.bs-menu .list .item {
    transition: all .3s ease-in;
    position: relative;
}


/* nilesh#200521 start */

.bs-menu .list .menucontainer>.nav-item>.item>a::after {
    content: "\52";
    font-family: "catchmedia-new" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.5s;
    transform: rotate(270deg) translateX(50%);
    color: #fff;
    font-size: 10px;
}

.bs-menu .list .menucontainer>.nav-item>.item {
    border-bottom: 1px solid var(--grey6);
}

.bs-menu .list .menucontainer>.nav-item>.item>a:hover {
    transition: all 0.1s;
    background: var(--color5);
    color: var(--grey7);
}

.bs-menu .list .menucontainer>.nav-item>.item>a:hover .icon .fa,
.bs-menu .list .menucontainer>.nav-item>.item>a:hover::after {
    color: var(--grey7);
}


/* .bs-menu .list .menucontainer  >.nav-item  .item .category_menu.collapsed{
    background: var(--color3) !important;
    border-radius: 0;
} */

.bs-menu .list .menucontainer>.nav-item .item .category_menu.collapsed .icon .fa,
.bs-menu .list .menucontainer>.nav-item .item .category_menu.collapsed:after {
    color: var(--grey7) !important;
}

.bs-menu .list .menucontainer>.nav-item .item .category_menu.collapsed:after {
    transform: rotate(360deg) translatey(-50%);
}

.bs-menu ul.nav.list.nav-second-level {
    /* background: transparent;
    border: none; */
    border: 1px solid var(--color5);
}

.bs-menu .nav-second-level>.nav-item .item a {
    transition: all 0.2s ease-in;
}

.bs-menu .nav-second-level>.nav-item .item a:hover,
.bs-menu .nav-second-level>.nav-item .item a.active_link {
    background: var(--grey6);
    border-left: 6px solid var(--color5);
    color: var(--color1) !important;
}

.bs-menu .nav-second-level>.nav-item .item.js-submenu>a::after {
    content: "\52";
    font-family: "catchmedia-new" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.5s;
    transform: rotate(270deg) translateX(50%);
    color: #fff;
    font-size: 6px;
}

.bs-menu .nav-second-level>.nav-item .item.js-submenu>a .text {
    font-weight: 600;
}

.bs-menu ul.nav.list.nav-second-level .nav-second-level {
    border-bottom: 1px solid var(--color5);
    background: var(--grey5);
}


/* nilesh#200521 end */

.bs-menu .list .item .bs-icon-text {
    position: relative;
    display: block;
}

.bs-menu .list .item .bs-icon-text .icon {
    width: 47px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
    float: left;
    /*    background: #222222;
    border-bottom: 1px solid #343434;*/
    /*    position: relative;*/
    z-index: 2;
    height: 40px;
}

.bs-menu .list .item .bs-icon-text .icon .fa.icon {
    padding: 0;
}


/*.bs-menu .list .item .bs-icon-text .icon:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    right: 0;
    top: 0;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.75);
}*/

.bs-menu .list .item .bs-icon-text .text {
    /* background: #222222; */
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
    /* transition: all .3s ease-in; */
    font-family: ROBOTO;
    padding: 13px 0px 12px 3px;
    overflow: hidden;
    display: block;
    /* position: relative; */
    /* z-index: 1; */
    /*    left: 0;
    height: 40px;
   border-bottom: 1px solid #343434;     new design */
    text-align: left;
    /* nilesh#200521 */
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
}


/*.bs-menu .list .item.active:before,
.bs-menu .list .item:hover:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    z-index: 3;
    background: #309462;
}*/

.bs-menu .list .item.active .icon,
.bs-menu .list .item:hover .icon,
.bs-menu .list .item:hover .bs-icon-text .text {
    /*    background: #343434;
    transition: none!important;*/
}

.bs-menu .list .item:hover .bs-menu-overview .bs-icon-text .icon,
.bs-menu .list .item:hover .bs-menu-overview .bs-icon-text .text {
    background: #222222!important;
}

.bs-menu .list .item .bs-menu-overview .item:hover .bs-icon-text,
.bs-menu .list .item .bs-menu-overview .item:hover .bs-icon-text .text,
.bs-menu .list .item .bs-menu-overview .item:hover .bs-icon-text .icon {
    background: #343434!important;
    transition: none;
}

.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .bs-icon-text,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .bs-icon-text .icon,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .bs-icon-text .text {
    background: #222222!important;
}


/*.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .bs-icon-text,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .bs-icon-text .icon,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .bs-icon-text .text {
    background: #343434!important;
}*/


/*.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .nav-second-level .bs-icon-text,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .nav-second-level .bs-icon-text .icon,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .nav-second-level .bs-icon-text .text {
    background: #222222!important;
}*/


/*
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .nav-second-level .item:hover .bs-icon-text,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .nav-second-level .item:hover .bs-icon-text .icon,
.bs-menu .list .item .bs-menu-overview .item:hover .nav-second-level .item:hover .nav-second-level .item:hover .bs-icon-text .text {
    background: #343434!important;
}

.bs-menu .list .item.active .text,
.bs-menu .list .item:hover .text {
    font-weight: 700;
}

.bs-menu .list .item.item-highlight:hover:before {
    height: 25px;
}

.bs-menu .list .item.item-highlight:hover .submenu .item .text {
    font-weight: 300;
}

.bs-menu .list .item.item-highlight:hover .submenu .item:hover .text {
    font-weight: 700;
}*/

.bs-menu.active {
    left: 0;
}

.bs-menu.active.text-collapse {
    width: 47px;
}

.bs-menu.active.text-collapse .bs-icon-text .text {
    left: -108px;
}

.bs-menu.active.text-collapse .dynamic-menu .bs-menu-overview .bs-icon-text .text {
    left: auto;
}

.bs-menu .dynamic-menu .bs-menu-overview {
    display: block;
    position: fixed;
    bottom: 0;
    top: 40px;
    left: -220px;
    background: #222222;
    transition: all .3s ease-in;
    width: 240px;
    z-index: 11;
}

.bs-menu .dynamic-menu .bs-menu-overview.active {
    left: 0;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu {
    margin-top: 60px;
    position: relative;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .menu-title {
    font-size: 14px;
    color: #309462;
    margin: 10px 20px;
    text-align: center;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .menu-title .icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item {
    height: auto;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text {
    margin: 15px 0px;
    padding: 0px 12px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .icon {
    width: 20px;
    margin-right: 10px;
    height: auto;
    z-index: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .icon:after {
    content: none;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .text {
    border-bottom: none;
    z-index: 0;
    padding: 5px 15px;
    height: auto;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .submenu {
    margin-left: 45px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .submenu .bs-icon-text .icon {
    margin-right: 0px;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item:hover .text {
    background: transparent;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item:hover .icon {
    background: transparent;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link {
    padding: 10px 15px;
    position: absolute;
    top: 0px;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    width: 100%;
    color: var(--color1);
    transition: all .3s ease-in;
    left: 0;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link .icon {
    width: 20px;
    height: auto;
    z-index: 0;
    font-size: 14px;
    line-height: 16px;
    margin-right: 0px;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link .icon:after {
    content: none;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link .text {
    border-bottom: none;
    z-index: 0;
    padding: 5px;
    height: auto;
    font-size: 12px;
    line-height: 15px;
}

.bs-menu .dynamic-menu .bs-menu-overview .back-link:hover .text {
    font-weight: 700;
}

.bs-sec {
    padding: 15px 26px 30px;
    /*    nikhil chanage for granularity icon */
    /*    position: relative;*/
}

.bs-sec .sec-head {
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    padding: 0px 0 15px;
    position: relative;
    z-index: 2;
    width: 100%;
}
.lyt-summary.typ-only-title .bs-sec .sec-head .sec-title {
    margin-top: 0;
}
.bs-sec .sec-head .sec-title {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    vertical-align: middle;
    color: #333333;
    margin-top: 5px;
}

.bs-sec .sec-head .sec-title .bs-icon-text {
    color: #333333;
    display: inline-block;
}

.bs-sec .sec-head .sec-title .bs-icon-text .icon {
    font-size: 25px;
    line-height: 21px;
    display: inline-block;
    margin-right: 10px;
}

.bs-sec .sec-head .sec-title .bs-icon-text .text {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.bs-sec .sec-head .sec-title .bs-icon-text:after {
    content: "\4e";
    font-family: "catchmedia-new" !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 1px;
    left: 4px;
    color: #333333;
}

.bs-sec .sec-head .sec-title .title-link {
    color: #333333;
}

.bs-sec .sec-head .sec-option {
    display: inline-block;
    float: right;
}

.bs-sec .sec-head .sec-option .list .item {
    float: left;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text {
    padding: 0px 10px;
    text-align: center;
    display: block;
    margin: 0 10px;
    color: #333333;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text .icon {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 20px;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text .text {
    display: block;
    text-transform: capitalize;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text.typ-big {
    margin-top: 6px;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text.typ-big .icon {
    display: inline-block;
}

.bs-sec .sec-head .sec-option .list .item .bs-icon-text.typ-big .text {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.bs-sec .sec-head .sec-option .list .item:last-child .bs-icon-text {
    padding-right: 0;
    margin-right: 0;
}

.bs-sec .sec-head .sec-option.typ-horizontal .list .item .bs-icon-text .icon {
    display: inline-block;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 0;
    line-height: 13px;
}

.bs-sec .sec-head .sec-option.typ-horizontal .list .item .text {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.bs-sec .sec-head .kip-wrap {
    width: 100%;
    display: inline-block;
}

.bs-sec .sec-head .kip-wrap .lyt-summary {
    width: 100%;
    background: transparent;
    padding: 14px 2px;
}

.bs-sec .sec-head .kip-wrap .btn-link {
    line-height: 18px;
    margin: 0;
}

.bs-sec .sec-head .kip-wrap .btn-link:hover,
.bs-sec .sec-head .kip-wrap .btn-link:focus {
    border-bottom: 1px solid transparent;
}

.bs-sec .sec-head .kip-wrap .btn-link .icon {
    font-size: 11px;
}

.bs-sec .sec-head .share-with {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 10px;
}

.bs-sec .sec-head .share-with .icon {
    font-size: 26px;
    line-height: 21px;
    display: inline-block;
    margin-right: 10px;
    color: #333333;
}

.bs-sec .sec-cont {
    position: relative;
    z-index: 1;
}

.bs-sec.theme-light {
    background: #fbfbfb;
}

.bs-sec .infographic {
    position: absolute;
    bottom: 42px;
    left: 0;
    z-index: 0;
}

.bs-sec .infographic.typ-cd {
    background: url(../../assets/images/cd.png) no-repeat 0 0 transparent;
    width: 120px;
    height: 118px;
    display: block;
}

.bs-sec .infographic.typ-mic {
    background: url(../../assets/images/mic.png) no-repeat 0 0 transparent;
    width: 79px;
    height: 130px;
    display: block;
    left: auto;
    right: 0;
    bottom: 65px;
}

.bs-sec .infographic.typ-headphone {
    background: url(../../assets/images/headphones.png) no-repeat 0 0 transparent;
    width: 156px;
    height: 164px;
    display: block;
    left: -86px;
}

.bs-sec .infographic.typ-ipod {
    background: url(../../assets/images/ipod.png) no-repeat 0 0 transparent;
    width: 74px;
    height: 130px;
    display: block;
    left: auto;
    right: 0;
    bottom: 89px;
}

.bs-sec.typ-login .sec-cont {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


/*

*/

.bs-sec.typ-login .sec-cont .bg-img-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    /*    right: 500px;*/
    left: 0;
    background: url(images/login-bg.jpg) no-repeat 0 0 transparent;
    background-size: cover!important;
}


/* nilesh#120521 */

.bs-sec.typ-login .sec-cont .mod-login .img-wrap {
    margin: 10px auto 52px !important;
    width: 200px !important;
    height: auto !important;
}

.bs-sec.typ-top-trend {
    padding: 145px 0px 0px;
}

.bs-sec.typ-top-trend .sec-head {
    padding: 15px 0px;
    border-bottom: none;
    background-color: #309462;
    margin-bottom: 10px;
}

.bs-sec.typ-top-trend .sec-head .title {
    font-size: 20px;
    line-height: 22px;
    color: var(--color1);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 25px;
}

.bs-sec.typ-top-trend .sec-cont {
    padding-top: 10px;
}

.bs-icon-text .icon {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.bs-icon-text .text {
    font-size: 11px;
    line-height: 13px;
}
.typ-payload.bs-icon-text .text{
    color:#ffffff;
}

.bs-icon-text.typ-link {
    display: block;
    color: #309462;
    margin-bottom: -15px;
    padding: 8px 0;
}

.bs-icon-text.typ-link .icon {
    margin-right: 4px;
    font-size: 17px;
}

.bs-icon-text.typ-link .text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.bs-radio {
    display: inline-block;
    margin: 0px 20px 0 0;
}

.bs-radio input[type=radio]:not(old) {
    width: 26px;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none;
}

.bs-radio input[type=radio]:not(old):first-child {
    margin-left: 0;
}

.bs-radio input[type=radio]:not(old)+label {
    display: inline-block;
    padding-left: 26px;
    line-height: 15px;
    position: relative;
}


/* nilesh 240521 */

.bs-radio input[type=radio]:not(old)+label .radio-icon {
    position: absolute;
    left: 0;
    top: 4.4px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--color7) !important;
    border-radius: 50%;
    display: inline-block;
}

.bs-radio input[type=radio]:not(old):checked+label .radio-icon {
    width: 18px;
    height: 18px;
    border: 2px solid var(--color7) !important;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}

.bs-radio input[type=radio]:not(old):checked+label .radio-icon:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #309462;
    border-radius: 50%;
}

.bs-radio .input-label {
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    cursor: pointer;
}

.bs-radio .input-label .icon {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.bs-radio input[type=radio]:not(old):disabled+label {
    opacity: 0.5;
}

.bs-radio.typ-radio-btn {
    background: transparent;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 25px;
    margin-right: 5px;
}

.bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    border: 1px solid #999999;
    border-radius: 25px;
    padding: 4px 26px;
    color: #333333;
}

.bs-radio.typ-radio-btn input[type=radio]:not(old)+label .radio-icon {
    display: none;
}

.bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    background: #309462;
    border: 1px solid #309462;
    color: var(--color1);
}

.bs-checkbox {
    display: inline-block;
    margin: 0px 20px 0 0;
}

.bs-checkbox input[type=checkbox] {
    top: 5px !important;
}

.bs-checkbox input[type=checkbox]:not(old) {
    width: 26px;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none;
}

.bs-checkbox input[type=checkbox]:not(old):first-child {
    margin-left: 0;
}

.bs-checkbox input[type=checkbox]:not(old)+label {
    display: inline-block;
    padding-left: 22px;
    line-height: 20px;
    position: relative;
}

.bs-checkbox input[type=checkbox]:not(old)+label .checkbox-icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 2px solid var(--color6);
    display: inline-block;
    border-radius: 3px;
}

.bs-checkbox input[type=checkbox]:not(old)+label .checkbox-icon .icon {
    display: none;
}

.bs-checkbox input[type=checkbox]:not(old):checked+label .checkbox-icon {
    width: 16px;
    height: 16px;
    border: 1px solid var(--color6) !important;
    display: inline-block;
    position: absolute;
}

.bs-checkbox input[type=checkbox]:not(old):checked+label .checkbox-icon .icon {
    display: block;
    font-size: 10px;
    line-height: 15px;
    position: relative;
    text-align: center;
    top: 0px;
    color: var(--color1);
    background: var(--color6);
}

/* nilesh 240521 */

.bs-checkbox input[type=checkbox]:not(old):checked+label .checkbox-icon .icon::before {
    top: 2px;
    position: relative;
}

.bs-checkbox .input-label {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.bs-checkbox input[type=checkbox]:not(old):disabled+label {
    opacity: 0.5;
}


/* nilesh 240521 */

.search-input-icon {
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 25px;
}


/* nilesh 240521 */

.search-input-icon .icon {
    right: 0;
    left: 0;
    position: relative;
    font-size: 15px;
}

.bs-notification button {
    padding-left: 0px;
    padding-right: 0px;
}

.bs-notification button.bs-icon-text {
    border: none;
    background: transparent;
}

.bs-notification button:focus {
    outline: none;
}

.bs-notification .notification-head .filter-option {
    overflow: hidden;
    padding: 0px 25px;
    background-color: #f2f2f2;
}

.bs-notification .notification-head .filter-option .list .item {
    float: left;
}

.bs-notification .notification-head .filter-option .list .item .bs-search {
    width: 260px;
}

.bs-notification .notification-head .filter-option .list .item .bs-search .form-wrap {
    margin: 4px 0px;
}

.bs-notification .notification-head .filter-option .list .item .bs-search .form-wrap .form-group {
    padding-right: 25px;
    border-right: 1px solid #ccc;
    min-height: auto;
    margin-bottom: 5px;
}

.bs-notification .notification-head .filter-option .list .item .bs-search .form-wrap .form-group .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: transparent;
    font-size: 12px;
    height: auto;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap {
    float: left;
    margin: 4px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text {
    padding: 5px 5px 5px 40px;
    color: #333333;
    position: relative;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text:first-of-type {
    margin-right: 10px;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon {
    font-size: 12px;
    line-height: 30px;
    position: absolute;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-down {
    left: 0;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-down.active {
    color: #49a24d;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-down.disabled {
    color: #afafaf;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-up {
    left: 10px;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-up.active {
    color: #49a24d;
}

.bs-notification .notification-head .filter-option .list .item .sort-wrap .bs-icon-text .icon.icon-arrow-up.disabled {
    color: #afafaf;
}

.bs-notification .notification-cont {
    background: var(--color1);
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50px;
    bottom: 20px;
}

.bs-notification .notification-cont .list .item {
    padding: 15px 25px 10px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.6s;
}

.bs-notification .notification-cont .list .item.typ-alert .notify-box .head .title a {
    color: #f45151;
}

.bs-notification .notification-cont .list .item .bs-icon-text .icon {
    color: #333333;
}

.bs-notification .notification-cont .list .item .notify-box {
    padding-left: 30px;
    padding-right: 25px;
    position: relative;
}

.bs-notification .notification-cont .list .item .notify-box .head {
    overflow: hidden;
}

.bs-notification .notification-cont .list .item .notify-box .head .title {
    float: left;
}

.bs-notification .notification-cont .list .item .notify-box .head .title a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #666666;
}

.bs-notification .notification-cont .list .item .notify-box .head .timestamp {
    float: right;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
}

.bs-notification .notification-cont .list .item .notify-box .head .timestamp span {
    margin-right: 5px;
}

.bs-notification .notification-cont .list .item .notify-box .head .timestamp span:nth-of-type(2) {
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.bs-notification .notification-cont .list .item .notify-box .body .desc {
    margin: 10px 0px;
}

.bs-notification .notification-cont .list .item .notify-box .body .desc p {
    color: #999999;
    line-height: 17px;
}

.bs-notification .notification-cont .list .item .notify-box .footer .bs-icon-text {
    margin-right: 18px;
}

.bs-notification .notification-cont .list .item .notify-box .footer .bs-icon-text.notify-func {
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
    padding-bottom: 0;
}

.bs-notification .notification-cont .list .item .notify-box .footer .bs-icon-text.notify-func .icon {
    margin-right: 5px;
    font-size: 18px;
    line-height: 11px;
}

.bs-notification .notification-cont .list .item .notify-box .bs-icon-text.notify-del-btn {
    position: absolute;
    top: 0;
    right: 0px;
}

.bs-notification .notification-cont .list .item .notify-box .bs-icon-text.notify-del-btn .icon {
    font-size: 14px;
    position: relative;
    top: -5px;
    color: #333333;
}

.bs-notification .notification-cont .list .item .notify-box .bs-icon-text.notify-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.bs-notification .notification-cont .list .item:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.bs-tag {
    padding: 3px 6px;
    border: 1px solid var(--color6);
    margin: 0px 10px 0 0px;
    border-radius: 21px;
    position: relative;
    background: var(--color1);
    /* display: flex;
    align-items: center; */
}

.bs-tag .text {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: var(--color6);
    cursor: pointer;
}

.bs-tag .num {
    background: #ff9933;
    color: var(--color1);
    padding: 5px 0px;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1;
}

.bs-tag .icon {
    /* background: transparent;
    border: none;
    padding: 2px 5px 2px 0;
    font-size: 9px;
    line-height: 4px; */
    background: transparent;
    border: none;
    padding: 4px 8px;
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 9px;
    line-height: 19px;
}

.bs-tag .icon:focus {
    outline: none;
}

.bs-tag.typ-num {
    padding: 0px 28px 0px 3px;
}

.bs-tag.typ-num .text {
    padding-left: 28px;
    padding-top: 8px;
    position: relative;
    z-index: 2;
    padding-bottom: 8px;
}

.bs-tag.typ-num .icon {
    top: 1px;
}

.bs-tag.typ-selected {
    padding: 7px 8px 8px 28px;
    /* padding: 0px 28px 0px 3px; */
}

.bs-tag.typ-selected .icon-cancel {
    display: none;
}

.bs-dropdown {
    background: var(--color1);
    position: absolute;
    border-radius: 2px;
}

.bs-repeat .time-frame {
    margin-bottom: 40px;
}

.bs-repeat .time-frame .st-date {
    margin-right: 35px;
    display: inline-block;
    width: 200px;
    position: relative;
}

.bs-repeat .time-frame .st-date .form-wrap.typ-drpdwn {
    margin-top: 0px;
}

.bs-repeat .time-frame .st-date .form-wrap.typ-drpdwn .form-group .form-control {
    margin-top: 0px;
}

.bs-repeat .time-frame .st-date .form-control {
    width: 60%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: none;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px 6px 0;
}

.bs-repeat .time-frame .st-date .form-control:focus {
    outline: none;
}

.bs-repeat .time-frame .st-date .timeframe-tag {
    position: absolute;
    left: 36px;
    margin-top: 5px;
}

.bs-repeat .time-frame .st-date .btn-cal {
    font-size: 17px;
    line-height: 16px;
    position: absolute;
    top: 34px;
}

.bs-menu-overview {
    display: none;
    position: fixed;
    bottom: 0;
    top: 40px;
    left: -220px;
    background: #222222;
    transition: all .3s ease-in;
    width: 220px;
    z-index: 11;
}

.bs-menu-overview.active {
    left: 0;
}

.bs-menu-overview .detail-menu {
    margin-top: 60px;
}

.bs-menu-overview .detail-menu .menu-title {
    font-size: 14px;
    color: #309462;
    margin: 10px 20px;
    text-align: center;
}

.bs-menu-overview .detail-menu .menu-title .icon {
    width: 20px;
}

.bs-menu-overview .detail-menu .list .item {
    height: auto;
}

.bs-menu-overview .detail-menu .list .item .submenu {
    margin-left: 45px;
}

.bs-menu-overview .detail-menu .list .item .submenu .bs-icon-text {
    font-size: 11px;
    line-height: 13px;
}

.bs-menu-overview .back-link {
    padding: 10px 25px;
}

.bs-menu-overview .back-link .icon {
    width: auto;
    margin-right: 10px;
}


/*bootstrap extended*/

.form-wrap {
    display: block;
    box-shadow: none;
    overflow: hidden;
    margin: 20px 0px;
}

.form-wrap .form-group {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.form-wrap .form-group .form-label {
    font-size: 20px;
    color: #333333;
    font-weight: 100;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 11px;
    transition: 0.2s ease all;
}

.form-wrap .form-group .form-control {
    border: none;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
    height: 44px;
    font-size: 20px;
    color: #333333;
    font-weight: 100;
    padding: 6px 0px;
    border-radius: 0;
    position: relative;
    margin-top: 10px;
}

.form-wrap .form-group .form-control:-webkit-autofill+.form-label {
    top: -11px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    color: #adadad;
    font-weight: 700;
}

.form-wrap .form-group .form-control:focus+.form-label,
.form-wrap .form-group .form-control:valid+.form-label,
.form-wrap .form-group .form-control[disabled]+.form-label {
    top: -11px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    color: #adadad;
    font-weight: 700;
}

.form-wrap .form-group input:placeholder-shown.form-control .form-label .form-label2 {
    top: -11px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    color: #adadad;
    font-weight: 700;
}

.form-wrap .form-group .input-group .form-control {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 500;
}

.form-wrap .form-group .input-group .form-control::-webkit-input-placeholder {
    font-weight: 300;
}

.form-wrap .form-group .input-group .input-group-btn .btn {
    border-radius: 0;
    background-color: transparent;
    color: #9b9b9b;
    margin-right: 0px;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 4;
    position: relative;
    top: -3px;
}

.form-wrap .form-group .input-group .input-group-btn .btn .icon {
    font-size: 16px;
    position: relative;
    top: 5px;
}

.form-wrap.typ2 .form-group {
    min-height: 50px;
}

.form-wrap.typ2 .form-group .form-label {
    font-size: 15px;
    top: 12px;
}

.form-wrap.typ2 .form-group .form-control {
    font-size: 15px;
    padding: 10px 0px;
    height: 38px;
    background-color: transparent!important;
}

.form-wrap.typ2 .form-group .form-control:focus+.form-label,
.form-wrap.typ2 .form-group .form-control:valid+.form-label {
    font-size: 12px;
}

.form-wrap.typ2 .form-group textarea.form-control {
    height: 55px;
    resize: none;
}

.btn {
    display: inline-block;
    /* padding: 10px 20px; */
    padding: 14px 20px;
    ;
    color: var(--color1);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    border: none;
    margin: 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}

.btn.btn-default {
    background: #309462;
    text-transform: capitalize;
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
    background: #333333;
    outline: none;
    color: var(--color1);
}

.btn.btn-default.active {
    background: #333333;
    outline: none;
    color: var(--color1);
    box-shadow: none;
}

.btn.btn-default.active:active,
.btn.btn-default.active:focus,
.btn.btn-default.active:hover {
    background: #333333;
    outline: none;
    color: var(--color1);
    box-shadow: none;
}

.btn.btn-secondary {
    background: var(--color1);
    border: 1px solid #309462;
    color: #309462;
    text-transform: capitalize;
}

.btn.btn-secondary:active,
.btn.btn-secondary:hover {
    background: var(--color1);
    outline: none;
    border: 1px solid #333333;
    color: #333333;
    box-shadow: none;
}

.btn.btn-secondary.active {
    background: var(--color1);
    outline: none;
    color: #333333;
    border: 1px solid #333333;
    box-shadow: none;
}

.btn.btn-secondary.active:active,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active:hover {
    background: var(--color1);
    outline: none;
    color: #333333;
    border: 1px solid #333333;
    box-shadow: none;
}

.btn.btn-link {
    color: #309462;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

.btn.btn-link.btn-lg {
    font-size: 16px;
    font-weight: 700;
}

.btn.btn-link.btn-md {
    font-size: 14px;
}

.btn.btn-link.btn-sm {
    font-size: 12px;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    text-decoration: none;
    border-bottom: 1px solid #309462;
    outline: none;
}

.btn.disabled {
    background: #cccccc;
    outline: none;
    color: var(--color1);
    border: none;
    opacity: 1;
}

.btn.disabled:hover {
    background: #cccccc;
    outline: none;
    border: none;
    color: var(--color1);
}

.btn.btn-edit-mode {
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #309462;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
}

.btn.btn-edit-mode .icon {
    color: var(--color1);
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    position: relative;
    top: -4px;
}

.btn.btn-edit-mode .icon.icon-plus {
    top: -4px;
    font-size: 9px;
    left: 0px;
}

.btn.btn-edit-mode .icon.icon-cancel {
    font-size: 8px;
}

.btn.btn-edit-mode.drag {
    right: 18px;
}

.btn.btn-edit-mode.edit {
    right: 44px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal button {
    background-color: transparent;
    border: none;
}

.modal button:focus {
    outline: none;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal .modal-dialog {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background: var(--hueColor) 0% 0% no-repeat padding-box;
    /*    border: 1px solid var(--mainColor);*/
    opacity: 1;
    border-radius: 10px;
}

.modal .modal-dialog .bs-icon-text {
    border: none;
    background-color: transparent;
}

.modal .modal-dialog .bs-icon-text:focus {
    outline: none;
}

.modal .modal-dialog .bs-icon-text.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.modal .modal-dialog .bs-icon-text.btn-close .icon {
    font-size: 14px;
}

.modal .modal-dialog .bs-icon-text .icon {
    line-height: 22px;
}

.modal .modal-dialog.modal-xl {
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
}

.modal .modal-dialog.modal-xl .modal-content {
    background: transparent;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .sec-title {
    color: var(--color1);
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .sec-title .bs-icon-text {
    color: var(--color1);
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .sec-title .bs-icon-text:after {
    content: none;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .btn-close {
    top: 9px;
    right: 0;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-head .btn-close .icon {
    color: var(--color1);
    font-size: 20px;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-cont .lyt-tag {
    padding-left: 0;
    margin-bottom: 30px;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-cont .lyt-graph.typ-inner {
    padding: 0;
}

.modal .modal-dialog.modal-xl .bs-sec .sec-cont .lyt-graph.typ-inner .list .item {
    margin-bottom: 30px;
}

.modal .modal-dialog.modal-xl .bs-icon-text .icon {
    font-size: 30px;
    line-height: 30px;
}

.modal .modal-dialog.modal-xl .bs-icon-text .text {
    font-size: 30px;
    line-height: 32px;
    font-weight: 100;
}

.modal .modal-content .modal-header {
    position: relative;
    padding: 20px 20px 12px;
}

.modal .modal-content .modal-header .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
}

.modal .modal-content .modal-header .subtitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.modal .modal-content .modal-header.addon-icon .title {
    padding-left: 37px;
}

.modal .modal-content .modal-header.addon-icon .title:before {
    content: "\2a";
    font-family: "catchmedia-new" !important;
    position: absolute;
    left: 0;
}

.modal .modal-content .modal-header.addon-icon.typ-warning .title:before {
    color: #ff0f0f;
    font-size: 30px;
}

.modal .modal-content .modal-header .icon {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 25px;
    color: #ff0f0f;
}

.modal .modal-content .modal-header .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 36px;
    color: #333333;
    font-weight: 300;
    opacity: 1;
}

.modal .modal-content .modal-body {
    padding: 30px 18px;
    overflow: hidden;
}

.modal .modal-content .modal-body .title {
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}

.modal .modal-content .modal-body .content-wrap {
    margin-top: 20px;
}

.modal .modal-content .modal-body .content-wrap.remove-space {
    margin-top: 0;
}

.modal .modal-content .modal-body .content-wrap .radio-wrap {
    width: 100%;
    margin: 0;
}

.modal .modal-content .modal-body .content-wrap .radio-wrap .bs-radio .input-label {
    color: #999999;
    text-transform: capitalize;
}

.modal .modal-content .modal-body .content-wrap .radio-wrap.typ-bot-space {
    margin-bottom: 20px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list {
    height: 132px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item {
    padding: 7px 20px 7px 0;
    transition: hover 0.6s;
    position: relative;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item:hover {
    background-color: #fafafa;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .bs-checkbox .input-label {
    font-weight: 400;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .noresult {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .designation {
    text-transform: capitalize;
    font-weight: 700;
    right: 20px;
    position: absolute;
    top: 8px;
    font-size: 12px;
    line-height: 19px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown {
    background-color: #309462;
    right: 20px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown.icon {
    font-size: 8px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown.icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color1);
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .btn-listdown.active.icon:before {
    content: ']';
    font-family: "catchmedia-new" !important;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list {
    height: 0;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap {
    height: 0;
    visibility: hidden;
    margin: 0px 40px 0px 26px;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap .item {
    display: none;
    padding-left: 0px;
    border-bottom: 1px solid #e7e7e7;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap.active {
    height: auto;
    visibility: visible;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list .item .list.listdown-wrap.active .item {
    display: block;
}

.modal .modal-content .modal-body .content-wrap .lyt-checkbox-list .list.typ-accor .item .designation {
    padding-right: 24px;
}

.modal .modal-content .modal-body .content-wrap .bs-repeat .title {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.modal .modal-content .modal-body .content-wrap .bs-repeat .label-title {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.modal .modal-content .modal-body .grey-band {
    background-color: #f2f2f2;
    margin: 0px 0px -15px;
    padding: 12px 18px;
    overflow: hidden;
}

.modal .modal-content .modal-body .grey-band label {
    font-size: 12px;
}

.modal .modal-content .modal-body .form-wrap {
    margin: 15px 0px 20px;
}

.modal .modal-content .modal-body .form-wrap.typ2 {
    margin: 5px 0px 20px;
    padding: 0px 18px;
}

.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-control {
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    font-weight: 300;
}

.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-control:focus+.form-label,
.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-control:valid+.form-label {
    font-size: 12px;
}

.modal .modal-content .modal-body .form-wrap.typ2 .form-group .form-label {
    font-size: 16px;
}

.modal .modal-content .modal-body .form-wrap .form-group {
    margin-bottom: 0px;
    min-height: auto;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .form-control {
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
    line-height: 16px;
    height: auto;
    padding: 10px 0px;
    margin-top: 0;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .input-group-btn {
    border-bottom: 1px solid #e7e7e7;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .input-group-btn .btn {
    top: -3px;
}

.modal .modal-content .modal-body .form-wrap .form-group .input-group .input-group-btn .btn .icon {
    font-size: 15px;
    right: 5px;
}

.modal .modal-content .modal-body .tabs {
    padding: 0px 18px;
}

.modal .modal-content .modal-body .tabs .nav.list {
    margin: 0 -20px;
}

.modal .modal-content .modal-body .tabs .nav.list .item {
    padding-left: 0px;
    padding-right: 5px;
}

.modal .modal-content .modal-body .tabs .nav.list .item:last-of-type {
    padding-right: 0px;
}

.modal .modal-content .modal-body .tabs .nav li a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    margin-bottom: 8px;
}

.modal .modal-content .modal-body .tabs .lyt-tag {
    padding: 0px;
    margin-bottom: 10px;
}

.modal .modal-content .modal-body .tabs .lyt-tag .list .item {
    margin-bottom: 4px;
}

.modal .modal-content .modal-body .tabs .tab-content {
    padding: 0;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap {
    padding: 0px;
    margin-bottom: 15px;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small {
    margin-bottom: 30px;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small .form-group .form-label {
    font-size: 12px;
    color: #adadad;
    font-weight: 700;
    position: static;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small .form-group .form-control {
    border-bottom: 1px solid #e7e7e7;
    height: 25px;
    font-size: 16px;
    font-weight: 100;
    width: 75px;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.typ-small .radio-wrap {
    padding: 20px 0 0;
}

.modal .modal-content .modal-body .tabs .tab-content .form-wrap.search-bar {
    margin-top: 2px;
}

.modal .modal-content .modal-body .tabs .tab-content .lyt-checkbox-list .list .item {
    padding: 7px 0px;
}

.modal .modal-content .modal-body .tabs .main-title {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}

.modal .modal-content .modal-body .lyt-radio-list {
    padding: 0 18px;
    margin-top: 14px;
    display: inline-block;
    width: 100%;
}

.modal .modal-content .modal-body .lyt-radio-list .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    font-weight: 100;
}

.modal .modal-content .modal-body .lyt-radio-list .radio-wrap .bs-radio {
    display: block;
    text-align: left;
    margin: 0px -21px;
    padding: 6px 20px;
}

.modal .modal-content .modal-body .lyt-radio-list .radio-wrap .bs-radio:hover {
    background: #f2f2f2;
}

.modal .modal-content .modal-body-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 18px;
}

.modal .modal-content .img-wrap {
    width: 164px;
    height: 307px;
    margin: 10px auto 0;
}

.modal .modal-content .img-wrap img {
    width: 100%;
    height: 100%;
}

.modal .modal-content .desc {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}

.modal .modal-content .form-group label {
    font-size: 11px;
    color: #333333;
    opacity: 0.4;
    font-weight: 700;
}

.modal .modal-content .form-group .form-control {
    border: none;
    border-bottom: 1px solid #333333;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    padding: 6px 0px;
}

.modal .modal-content .form-group .form-control::placeholder {
    color: #333333;
}

.modal .modal-content .form-group .form-control:focus,
.modal .modal-content .form-group .form-control:active {
    outline: none;
}

.modal .modal-content .form-group .form-text {
    font-size: 11px;
    color: #333333;
    opacity: 0.4;
    font-weight: 700;
    font-style: italic;
}

.modal .modal-footer {
    text-align: center;
    padding: 15px;
}

.modal.typ-big .modal-content {
    height: 511px;
    overflow: hidden;
    border: none;
}

.modal.typ-big .modal-content .modal-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: var(--color1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal.typ-big .modal-content .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0px;
    margin-top: 78px;
    height: 370px;
    padding-bottom: 0px;
    margin-bottom: 66px;
}

.modal.typ-big .modal-content .modal-body .title {
    color: #333333;
}

.modal.typ-big .modal-content .modal-body .tabs {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.modal.typ-big .modal-content .modal-body .grey-band {
    margin-bottom: 0px;
}

.modal.typ-big .modal-content .modal-body .content-wrap .radio-wrap {
    padding-bottom: 20px;
}

.modal.typ-big .modal-content .modal-body .form-wrap.typ2 {
    margin-bottom: 30px;
}

.modal.typ-big .modal-content .modal-body .form-wrap.typ2 .form-group {
    min-height: 50px;
}

.modal.typ-big .modal-content .modal-body .form-wrap.typ2 .form-group .form-control {
    margin-top: 30px;
    text-transform: capitalize;
}

.modal.typ-big .modal-content .modal-body.active .tabs {
    display: block;
}

.modal.typ-big .modal-content .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--color1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal-sm {
    width: 400px;
}

.modal-lg .modal-content .modal-header .title {
    padding-left: 15px;
}

.modal-lg .modal-content .modal-body {
    padding: 30px 20px;
}

.modal-lg .modal-content .modal-body input[type=number] {
    padding: 6px 20px 6px 0px;
    background: url("../images/icon2.png") no-repeat right top 10px;
    color: #ff0f0f;
}

.modal-lg .modal-content .modal-body input[type=number]::placeholder {
    color: #ff0f0f;
}

.modal-lg .modal-content .modal-body .desc {
    margin: 25px 0 0;
}

.modal-md .modal-content .modal-header .title {
    background: none;
}

.modal-md .modal-content .modal-body {
    padding: 15px;
}

.modal-md .modal-content .modal-body input[type=number] {
    padding: 6px 20px 6px 0px;
    background: url("../images/icon2.png") no-repeat right top 10px;
    color: #ff0f0f;
}

.modal-md .modal-content .modal-body input[type=number]::placeholder {
    color: #ff0f0f;
}

.modal-md .modal-content .modal-body .desc {
    margin: 25px 0 0;
}

.tabs .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.tabs .nav.list {
    border: none;
    counter-reset: custom;
}

.tabs .nav.list .item {
    text-transform: capitalize;
    text-align: center;
    padding: 0px 5px;
}

.tabs .nav.list .item a {
    color: #595959;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    border-color: transparent;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0px;
    font-weight: 300;
}

.tabs .nav.list .item a:after {
    position: absolute;
    content: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #309462;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.tabs .nav.list .item a:before {
    background-color: transparent !important;
    position: absolute;
    content: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid var(--color6) !important;
    left: 50%;
    transform: translateX(-50%);
}

.downloadpopupli a {
    background-color: transparent !important;
}

.tabs .nav.list .item a:after {
    /*     position: absolute;
    content: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #309462;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;*/
}

.tabs .nav.list .item a:hover,
.tabs .nav.list .item a:focus {
    font-weight: 700;
    border-bottom: none;
    color: #309462;
    background-color: transparent;
}

.tabs .nav.list .item a:hover:after,
.tabs .nav.list .item a:focus:after {
    content: "";
}

.tabs .nav.list .item a:hover:before {
    content: "";
    /*    bottom: -9px !important;*/
}

.tabs .nav.list .item a:focus:before {
    content: "";
}

.tabs .nav.list .item.active a {
    font-weight: 700;
    border-bottom: none;
    color: var(--color6) !important;
    font-size: 18px;
    line-height: 13px !important;
    font-weight: bold !important;
    background-color: var(--color1);
}

.tabs .nav.list .item.active a:after {
    content: "";
}

.tabs .nav.list .item.active a:before {
    content: "";
}

.tabs .tab-content {
    padding: 20px 0px;
}


/* nilesh100621 */

.tabs .tab2 .tab-content {
    padding: 30px 0px;
}

.tabs.typ-1 .nav.list .item {
    text-align: left;
    padding: 0;
}

.tabs.typ-1 .nav.list .item.counter:after {
    content: counters(custom, "", decimal-leading-zero);
    counter-increment: custom;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #595959;
    font-weight: 300;
}

.tabs.typ-1 .nav.list .item a .title {
    margin-left: 8px;
    padding-left: 15px;
    position: relative;
    font-weight: 300;
}

.tabs.typ-1 .nav.list .item a .title:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #303030;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tabs.typ-1 .nav.list .item a:hover:after,
.tabs.typ-1 .nav.list .item a:focus:after {
    content: none;
}

.tabs.typ-1 .nav.list .item a:hover .title,
.tabs.typ-1 .nav.list .item a:focus .title {
    font-weight: 700;
}

.tabs.typ-1 .nav.list .item a:hover .title:before,
.tabs.typ-1 .nav.list .item a:focus .title:before {
    border-left-color: #309462;
}

.tabs.typ-1 .nav.list .item.active a:after {
    content: none;
}

.tabs.typ-1 .nav.list .item.active a .title {
    font-weight: 700;
}

.tabs.typ-1 .nav.list .item.active a .title:before {
    border-left-color: #309462;
}

.tabs.typ-1 .nav.list .item.active.counter:after {
    color: #309462;
}

.tabs.typ-1 .nav.list .item.completed a {
    color: #303030;
}

.tabs.typ-1 .nav.list .item.completed a:before {
    content: "";
    background-color: #303030;
}

.tabs.typ-1 .nav.list .item.completed a .title {
    font-weight: 700;
}

.tabs.typ-1 .nav.list .item.completed a:hover .title:before,
.tabs.typ-1 .nav.list .item.completed a:focus .title:before {
    border-left-color: #303030;
}

.tabs.typ-1 .nav.list .item.completed:hover.counter:after,
.tabs.typ-1 .nav.list .item.completed:focus.counter:after {
    color: #303030;
}

.tabs.typ-1 .nav.list .item.completed:hover a .title,
.tabs.typ-1 .nav.list .item.completed:focus a .title {
    color: #303030;
}

.tabs.typ-1 .nav.list .item:hover.counter:after,
.tabs.typ-1 .nav.list .item:focus.counter:after {
    color: #309462;
}

.tabs.typ-2 .nav.list {
    width: 800px;
    background-color: #07200f;
}

.tabs.typ-2 .nav.list .item {
    position: relative;
    border-left: 1px solid #6a746d;
    padding: 0;
}

.tabs.typ-2 .nav.list .item a {
    font-weight: 300;
    color: #7c817d;
    text-align: left;
    border-bottom: none;
    margin: 0px;
    padding: 10px 20px;
}

.tabs.typ-2 .nav.list .item a .title {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding-left: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.tabs.typ-2 .nav.list .item a .sub-title {
    display: block;
    padding-left: 40px;
    font-size: 12px;
    color: #b9bbb9;
}

.tabs.typ-2 .nav.list .item a:before {
    background-color: #f0bc08;
}

.tabs.typ-2 .nav.list .item a:after {
    border-top-color: #f0bc08;
}

.tabs.typ-2 .nav.list .item a:hover,
.tabs.typ-2 .nav.list .item a:focus {
    font-weight: 300;
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item a:hover .sub-title,
.tabs.typ-2 .nav.list .item a:focus .sub-title {
    color: #979b98;
}

.tabs.typ-2 .nav.list .item.active a {
    font-weight: 300;
    background-color: transparent;
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item.active a .sub-title {
    color: #cccccc;
}

.tabs.typ-2 .nav.list .item.active.counter:after {
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #309462;
    position: absolute;
    content: none;
    top: 7px;
    right: 7px;
}

.tabs.typ-2 .nav.list .item.completed.counter:after {
    color: #cccccc;
}

.tabs.typ-2 .nav.list .item.completed a {
    font-weight: 300;
    background-color: transparent;
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item.completed a .sub-title {
    color: var(--color1);
}

.tabs.typ-2 .nav.list .item.completed a:after,
.tabs.typ-2 .nav.list .item.completed a:before {
    content: none;
}

.tabs.typ-2 .nav.list .item.completed:before {
    content: "\27";
    font-family: "catchmedia-new" !important;
    font-size: 8px;
    line-height: 16px;
    color: #222222;
}

.tabs.typ-2 .nav.list .item.counter:after {
    content: counters(custom, "", decimal-leading-zero);
    counter-increment: custom;
    font-size: 36px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #828682;
    font-weight: 100;
}

.tabs.typ-2 .nav.list .item:hover.counter:after,
.tabs.typ-2 .nav.list .item:focus.counter:after {
    color: var(--color1);
}

.tabs.typ-3 .title {
    margin-bottom: 0px;
}

.tabs.typ-3 .nav.list .item {
    /*    padding: 0px;
    background: #dfdfdf;
    transition: all 0.5s ease;
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid var(--color6);
    border-right: 1px solid var(--color6);
    border-left: 1px solid var(--color6);
    border-bottom-right-radius: 10px;
    border-top: 1px solid var(--color6) */
}

.tabs.typ-3 .nav.list .item a {
    color: #666666;
    font-weight: 700;
    border: none;
    /* nilesh#070521 */
    align-items: center;
    justify-content: center;
    display: flex;
    padding-right: 0;
}

.tabs.typ-3 .nav.list .item a:hover {
    color: #666;
}

.tabs.typ-3 .nav.list .item a.bs-icon-text .icon {
    margin-right: 10px;
    font-size: 24px;
    line-height: 24px;
}

.tabs.typ-3 .nav.list .item a.bs-icon-text .text {
    font-size: 12px;
    line-height: 14px;
}

.tabs.typ-3 .nav.list .item.active {
    background: var(--color1);
    border-top: transparent;
}

.tabs.typ-3 .nav.list .item.active:hover {
    background: var(--color1);
}

.tabs.typ-3 .nav.list .item.active a {
    color: #333333;
    font-weight: 700;
}

.tabs.typ-3 .nav.list .item.active a:before {
    content: none;
}

.tabs.typ-3 .nav.list .item.active a:after {
    content: none;
}

.tabs.typ-3 .nav.list .item:hover {
    background: #ececec;
}

.tabs.typ-3 .nav.list .item:hover a:before {
    content: none;
}

.tabs.typ-3 .nav.list .item:hover a:after {
    content: none;
}

.dropdown.open {
    background: rgba(0, 0, 0, 0.1);
    /* border-radius: 50%; */
}


/*.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}*/

.dropdown .dropdown-menu {
    border: 1px solid var(--color5);
    background: var(--color1);
    padding: 0;
    margin: 0;
    min-width: auto;
    /*    max-height: 300px;*/
    height: auto;
    overflow-y: auto;
}

.dropdown .dropdown-menu.sm {
    width: 90px;
    text-align: center;
}

.dropdown .dropdown-menu.md {
    width: 178px;
}

.dropdown .dropdown-menu.lg {
    width: 560px;
}

.dropdown .dropdown-menu .link {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 13px 14px;
    display: block;
    border-bottom: 1px solid var(--color5)  !important;
    font-weight: 300;
    /* nilesh#200521 */
    margin: 0px 4px !important;
}

.dropdown .dropdown-menu .link:hover {
    background: rgba(0, 0, 0, 0.1);
}

.dropdown .dropdown-menu .link.last {
    border-bottom: none;
}

.dropdown .dropdown-menu .link .icon {
    font-size: 22px;
    line-height: 16px;
}

.dropdown .dropdown-menu .link .text {
    vertical-align: middle;
    display: inline;
    text-transform: capitalize;
    overflow-wrap: break-word;
}

.dropdown .dropdown-menu .divider {
    margin: 0;
    background-color: #c4c4c4;
}

.dropdown .dropdown-menu .dropdown-header {
    padding: 10px 14px 0;
    font-weight: 700;
    color: #999999;
}

.dropdown .dropdown-menu .form-wrap {
    margin: 0;
}

.dropdown .dropdown-menu .form-wrap .form-group {
    margin: 0;
    min-height: auto;
}

.dropdown .dropdown-menu .form-wrap .form-group .input-group {
    margin-top: 7px;
}

.dropdown .dropdown-menu .form-wrap .form-group .input-group .form-control {
    padding-right: 36px;
    padding-left: 14px;
}

.dropdown .dropdown-menu .form-wrap .form-group .input-group .input-group-btn .btn .icon {
    right: 14px;
    top: 0px;
}

.dropdown .dropdown-menu .table {
    margin-bottom: 0px;
}

.dropdown .dropdown-menu .table tr td {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
}

.dropdown .dropdown-menu .table tr td .link {
    border-bottom: none;
}

.dropdown .dropdown-menu .table tr td .bs-radio,
.dropdown .dropdown-menu .table tr td .bs-checkbox {
    padding: 10px 14px;
    margin: 0;
}

.dropdown .dropdown-menu .table tr td .bs-radio .input-label,
.dropdown .dropdown-menu .table tr td .bs-checkbox .input-label {
    text-transform: capitalize;
}

.dropdown .dropdown-menu .act-btn {
    text-align: center;
    padding: 15px 0;
}

.dropdown .dropdown-menu .act-btn .btn {
    padding: 6px 20px;
}

.dropdown .dropdown-menu.typ-icon .link {
    border-bottom: none !important;
    position: relative;
    padding: 16px 14px 16px 40px;
    /* nilesh040621 */
    margin: 0px !important;
    display: flex;
}

.dropdown .dropdown-menu.typ-icon .link .icon {
    left: 8px;
    top: 16px;
    position: absolute;
}

.dropdown .dropdown-menu.typ-icon .link.active,
.dropdown .dropdown-menu.typ-icon .link.active .icon,
.dropdown .dropdown-menu.typ-icon .link.active .fa,
.dropdown .dropdown-menu.typ-icon .link.active .text {
    color: #309462;
}

.dropdown .dropdown-menu.up-arrow {
    left: auto;
    right: 0;
}

.dropdown .dropdown-menu.up-arrow:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--color1);
    border-width: 6px;
    margin-left: -6px;
}

.dropdown .dropdown-menu .head {
    padding: 16px 14px;
    border-bottom: 1px solid #cccccc;
}

.dropdown .dropdown-menu .head .title {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.dropdown .dropdown-menu .dropdown-header {
    font-size: 11px;
    line-height: 12px;
    padding-top: 14px;
}

.dropdown .dropdown-menu .btn {
    margin: 0 12px;
}

.dropdown .dropdown-menu.lyt-quick-menu {
    width: 431px;
    margin-left: -195px;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item .bs-icon-text {
    color: #333333;
    text-align: center;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item .bs-icon-text .icon {
    display: block;
    margin-bottom: 5px;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item .bs-icon-text .text {
    display: block;
}

.dropdown .dropdown-menu.lyt-quick-menu .list .item:hover {
    background: transparent;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group {
    margin-top: 0;
    position: relative;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .form-control {
    margin-top: 0;
    height: auto;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .input-group-btn {
    position: absolute;
    right: 22px;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .input-group-btn .btn {
    padding: 0;
    top: 5px;
    right: -6px;
}

.dropdown .dropdown-menu .search-bar .form-group .input-group .input-group-btn .btn .icon {
    font-size: 13px;
    line-height: 18px;
}

.dropdown .dropdown-menu .bs-checkbox {
    display: block;
    margin-right: 0;
    padding: 10px;
}

.dropdown .dropdown-menu .bs-checkbox .input-label {
    font-size: 14px;
}

.dropdown.typ-main .dropdown-menu {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

 /* .typ-dashboardDropdown {
    margin-left: 25px;
} */

@media (min-width: 318px) and (max-width: 800px){
    .typ-dashboardDropdown.dropdown.typ-main .dropdown-menu {
        transform: translateX(-30%);
    }
}

.dropdown.typ-main .dropdown-menu .dropdown-header {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 18px 14px;
    display: block;
    font-weight: 300;
}

.dropdown.typ-main .dropdown-menu .act-btn {
    text-align: left;
    padding: 0;
    background: #f5f5f5;
    text-transform: uppercase;
}

.dropdown.typ-main .dropdown-menu .act-btn .link {
    padding: 15px 14px 15px 15px;
    line-height: 10px;
}

.dropdown.typ-main .dropdown-menu .act-btn .link .icon {
    font-size: 18px;
    top: 0;
    position: relative;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin-right: 5px;
}

.dropdown.typ-main .dropdown-menu .act-btn .link .text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.dropdown.typ-campaign .dropdown-menu {
    width: 350px;
    left: auto;
    top: 46px;
    right: 0;
}

.dropdown.typ-campaign .dropdown-menu.up-arrow:after {
    left: 89%;
}

.dropdown.typ-campaign .dropdown-menu .list {
    height: 248px;
}

.dropdown.more-opt-wrap .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown.typ-more .dropdown-menu {
    top: 48px;
    right: -20px;
}

.dropdown.typ-more .dropdown-menu:after {
    left: 83%;
}


/* nilesh#200521 */

.dropdown .dashboard-name-list ul {
    /* max-height: 400px; */
    overflow-y: auto;
    overflow-x: hidden;
}


/* nilesh#200521 */

.dropdown .dashboard-name-list ul li:last-child .link {
    border-bottom: none;
}

.bs-breadcrumb {
    padding: 8px 30px;
    width: 100%;
    background-color: var(--grey6) !important;
}

.bs-breadcrumb .list .item {
    display: inline-block;
    position: relative;
}

.bs-breadcrumb .list .item a {
    font-size: 11px;
    line-height: 13px;
    padding-left: 15px;
    margin-right: 5px;
    color: var(--color1);
    font-weight: 300;
    text-transform: capitalize;
}

.bs-breadcrumb .list .item a:before {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
}

.bs-breadcrumb .list .item a.active {
    font-weight: 700;
}

.bs-breadcrumb .list .item .home-link:before {
    content: "m";
    font-family: "catchmedia-new" !important;
    text-transform: none !important;
}

.bs-breadcrumb .list .item .breadcrumb-nav-link:before {
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--color1);
    top: 2px;
    left: 2px;
}

.bs-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.bs-pagination .pagination {
    margin: 0px;
}

.bs-pagination .pagination .page-item .page-link {
    border: none;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    font-weight: 400;
    position: relative;
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link span {
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link:focus {
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link:after {
    height: 2px;
    background-color: #309462;
    content: none;
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bs-pagination .pagination .page-item .page-link.active {
    color: #309462;
}

.bs-pagination .pagination .page-item .page-link.active:after {
    content: " ";
}

.bs-pagination .pagination .page-item .page-link:hover {
    background: transparent;
}

.bs-pagination .pagination .page-item .page-link:hover:after {
    content: " ";
}

.bs-pagination .pagination .page-item .page-link .icon {
    font-size: 12px;
    line-height: 14px;
}

.bs-pagination .pagination .page-item .page-link.more {
    letter-spacing: 1px;
}

.bs-pagination .pagination .page-item .page-link.more:hover:after {
    content: none;
}

.bs-pagination .pagination .page-item .page-link.more.active:after {
    content: none;
}

.bs-pagination .pagination .page-item:first-of-type .page-link:after,
.bs-pagination .pagination .page-item:last-of-type .page-link:after {
    content: none;
}


/*plugin extended*/


/* layout */

.lyt-graph {
    position: relative;
    display: inline-block;
    width: 100%;
}

.lyt-graph .list .item {
    transform: scale(1);
    position: relative;
}

.lyt-graph .list .item.small {
    transform: scale(1.3);
    position: relative;
    z-index: -1;
    opacity: 0.9;
}

.lyt-graph .list .item.small.small-left {
    left: 74px;
    top: 119px;
}

.lyt-graph .list .item.small.small-right {
    right: 74px;
    top: 119px;
}

.lyt-graph .list .item.small .graph-head {
    display: none;
}

.lyt-graph.typ-inner {
    padding: 0px 15px;
}

.lyt-graph.typ-inner .demo-nav .icon-left-arrow {
    left: -100px;
}

.lyt-graph.typ-inner .demo-nav .icon-right-arrow {
    right: -100px;
}

.lyt-graph.typ-big {
    padding: 85px 15px 30px;
}

.lyt-graph.typ-big .mod-graph {
    background-color: var(--color1);
    padding: 25px 40px;
}

.lyt-graph.typ-big .mod-graph .img-wrap {
    border-bottom: 1px solid #edeced;
    margin-bottom: 45px;
}

.lyt-graph.typ-big .mod-graph .img-wrap img {
    width: 100%;
}

.lyt-graph.typ-big .mod-graph .graph-cont {
    box-shadow: none;
}

.lyt-graph.typ-big .mod-graph .graph-cont .graph-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    color: #333333;
    margin-bottom: 15px;
}

.lyt-graph.typ-big .mod-graph .graph-cont .desc {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 300;
    display: inline-block;
    padding-right: 250px;
}

.lyt-graph.typ-table {
    background: var(--color1);
    /* box-shadow: 0px 0px 5px #e5e5e5; */
    margin-bottom: 25px;
}

.lyt-graph.typ-table .lyt-report-detail {
    box-shadow: none;
}

.lyt-graph.typ-table .lyt-report-detail.typ-multi-row {
    margin-bottom: 50px;
}

.lyt-graph.typ-table .lyt-report-detail .table th {
    border-right: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 15px;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn {
    position: relative;
    margin-left: 10px;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn .icon {
    position: absolute;
    left: 0;
    font-size: 8px;
    line-height: 16px;
    color: #333333;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn .icon.icon-up-arrow {
    top: 0;
}

.lyt-graph.typ-table .lyt-report-detail .table th .title .sort-btn .icon.icon-down-arrow {
    bottom: 0;
}

.lyt-graph.typ-table .lyt-report-detail .table th:last-of-type {
    border-right: none;
}

.lyt-graph.typ-table .lyt-report-detail .table tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.lyt-graph.typ-table .lyt-report-detail .table tr td {
    font-size: 16px;
    line-height: 18px;
}

.lyt-graph.typ-table .graph-wrap .mod-graph {
    margin: 0px auto;
}

.lyt-graph.typ-table .graph-wrap .mod-graph img {
    width: 100%;
    display: inline-block;
}

.lyt-graph.typ-table .tabs.typ-3 {
    position: relative;
}

.lyt-graph.typ-table .tabs.typ-3 .nav {
    position: absolute;
    bottom: -9px;
    left: -1px;
    right: -1px;
}

.lyt-graph.typ-table .tabs.typ-3 .tab-content {
    padding: 0px 0px 45px;
}

.lyt-graph.typ-table .lyt-filter {
    background-color: var(--color1);
    padding: 10px;
}

.lyt-graph.typ-table .lyt-filter .mod-filter {
    background-color: #f2f2f2;
}

.lyt-graph.typ-table .lyt-filter .mod-timeframe {
    border-left: none;
}

.lyt-summary {
    background: var(--color6);
    padding: 10px 26px 25px;
    position: relative;
    z-index: 3;
}

.lyt-summary:before {
    content: "";
    position: absolute;
    background-image: url(images/header-pattern.png);
    background-color: rgba(0, 0, 0, 0.35)!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lyt-summary .demo-nav {
    width: auto;
    z-index: 0;
}

.lyt-summary .demo-nav .icon {
    margin-top: -24px;
    color: var(--color1);
}

.lyt-summary .demo-nav .icon.icon-left-arrow {
    left: 0px;
}

.lyt-summary .demo-nav .icon.icon-right-arrow {
    right: 0px;
}

.lyt-summary .bs-sec {
    padding: 0;
}

.lyt-summary .bs-sec .sec-head {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text {
    color: var(--color1);
    margin-right: 10px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text .icon {
    font-size: 30px;
    line-height: 34px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text .text {
    font-weight: 100;
    /* font-size: 30px; */
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 600px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text:after {
    color: var(--color1);
    content: none;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-small {
    position: relative;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-small .icon {
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-small .text {
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-left-border {
    padding-left: 10px;
}

.lyt-summary .bs-sec .sec-head .sec-title .bs-icon-text.typ-left-border:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color1);
    position: absolute;
    left: 0;
}

.lyt-summary .bs-sec .sec-head .sec-option .list .item .bs-icon-text {
    color: var(--color1);
}

.lyt-summary .bs-sec .sec-cont {
    padding-top: 10px;
}

.lyt-summary .bs-sec .sec-cont .mod-summary {
    box-shadow: none;
}

.lyt-summary .bs-sec .sec-cont .act-btn {
    margin-top: 10px;
    display: inline-block;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn {
    border: none;
    margin: 0;
    position: relative;
    margin-right: 8px;
    padding-right: 12px;
    font-size: 12px;
    color: var(--color1);
    font-weight: 300;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn:after {
    content: "";
    height: 15px;
    width: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: var(--color1);
    opacity: 0.6;
    top: 2px;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn:last-child {
    margin-right: 0;
    padding-right: 0;
}

.lyt-summary .bs-sec .sec-cont .act-btn .btn:last-child:after {
    content: none;
}

.lyt-summary.typ-only-title {
    padding: 13px 26px;
    height: 62px;
}

.lyt-flyout {
    width: 510px;
    position: fixed;
    top: 40px;
    bottom: 0;
    z-index: 9;
    box-shadow: 1px 1px 10px #333333;
    transition: all 0.6s;
}

.lyt-flyout.typ-right {
    right: -510px;
}

.lyt-flyout.typ-right.active {
    right: 0;
}

.lyt-tag {
    display: block;
    overflow: hidden;
}

.lyt-tag .list .item {
    float: left;
    margin-bottom: 8px;
}

.lyt-filter {
    padding: 14px 10px;
    display: inline-block;
    background-color: var(--color1);
    position: relative;
    width: 100%;
}

.lyt-filter .icon {
    vertical-align: middle;
    position: absolute;
    top: 0px;
}

.lyt-filter .icon.icon-filter {
    font-size: 17px;
    left: 15px;
    top: 12px;
}

.lyt-filter .icon.icon-date-range {
    font-size: 14px;
    left: 27px;
    top: 0px;
}

.lyt-filter .mod-filter {
    max-height: 40px;
    overflow: hidden;
}

.lyt-filter .mod-filter.show-more {
    max-height: 500px;
}

.lyt-filter .mod-timeframe {
    padding: 0px 33px;
    height: 40px;
    overflow: hidden;
    border-left: 1px solid #cccccc;
}


/* nilesh090621 - start */

.lyt-filter .mod-timeframe.typ-sum-timeframe {
    width: 266px;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 8px 10px;
    height: auto;
    background: #fff;
    border-left: none;
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 10px;
}

.lyt-filter .typ-sum-timeframe .icon.icon-date-range {
    font-size: 26px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.mod-timeframe.typ-sum-timeframe .title {
    padding-left: 32px;
    margin-bottom: 5px;
}

.mod-timeframe.typ-sum-timeframe .date-wrap {
    padding-left: 15px;
    border-bottom: none;
    font-size: 12px;
}


/* nilesh090621 - end */

.lyt-filter.typ2 {
    overflow: initial;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.lyt-filter.typ2 .filter-wrap.typ-user {
    float: right;
}

.lyt-filter.typ2 .filter-title {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    display: block;
    margin-bottom: 6px;
}

.lyt-filter.typ2 .list .item {
    float: left;
}

.lyt-filter.typ2 .list .item .act-btn .btn {
    margin: 0;
    padding: 3px 20px;
}

.lyt-filter.typ2 .list.normal-user {
    display: none;
}

.lyt-filter.typ2 .list.normal-user.active {
    display: block;
}

.lyt-filter.typ2 .list.advanced-user {
    display: none;
}

.lyt-filter.typ2 .list.advanced-user.active {
    display: block;
}

.lyt-filter .mod-filter-opt {
    position: absolute;
    top: 70px;
    background: var(--color1);
    z-index: 3;
    left: 27px;
    background: var(--color1);
}

.lyt-top-trends .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 0px 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.lyt-top-trends .list {
    margin-bottom: 20px;
}

.lyt-top-trends .mod-trending .title {
    margin-bottom: 0px;
}

.lyt-top-trends.typ-static .list {
    counter-reset: trending;
}

.lyt-top-trends.typ-static .list .mod-trending:before {
    content: counter(trending);
    counter-increment: trending;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    margin-right: 10px;
}

.lyt-top-trends.typ-static .list .mod-trending .img-wrap {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.lyt-kpi-details {
    overflow: hidden;
    padding: 0px 0px 10px;
}

.lyt-kpi-details .list {
    overflow: hidden;
    padding: 5px 0px 10px;
}

.lyt-kpi-details .list .mod-kpi-details {
    padding-left: 0px;
}

.lyt-kpi-details.typ-share .list {
    padding-top: 25px;
}

.lyt-kpi-details.typ-share .mod-kpi-details .kpi-detail .kpi-head {
    margin-bottom: 20px;
}

.lyt-kpi-details.typ-share .mod-kpi-details .kpi-detail .kpi-head .timestamp {
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.lyt-report-detail {
    background: var(--color1);
    box-shadow: 0px 0px 5px #bdbdbd;
    position: relative;
    margin-bottom: 25px;
    /* nilesh 250521 */
    border-radius: 10px;
    width: 540px;
}


/* nilesh 250521 */

.lyt-report-detail .summery_reportdetail_table .summery_reportdetail_heading {
    width: 539px;
}


/* nilesh 250521 start */

@media screen and (max-width: 767px) {
    .lyt-report-detail,
    .lyt-report-detail .summery_reportdetail_table .summery_reportdetail_heading {
        width: 300px;
        margin: 0 auto;
    }
    .lyt-report-detail .summery_reportdetail_table .summery_reportdetail_heading {
        width: 299px;
    }
}


/* nilesh 250521 end */

.lyt-report-detail .table .title {
    color: #333333;
    font-size: 28px;
    line-height: 16px;
    text-align: left;
    padding: 30px 15px;
    font-weight: normal;
}

.lyt-report-detail .table td {
    width: 33.33%;
    border-right: 1px solid #e5e5e5;
    padding: 0px 15px;
}

.lyt-report-detail .table td:last-of-type {
    border-right: none;
}

.lyt-report-detail .table th {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px;
}

.lyt-report-detail.typ-multi-row {
    padding: 0px 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.lyt-report-detail.typ-multi-row .table {
    margin-bottom: 0px;
}

.lyt-report-detail.typ-multi-row .table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
}

.lyt-report-detail.typ-multi-row .table .data-title {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.lyt-report-detail.typ-multi-row .table .data {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-weight: 700;
}

.lyt-report-detail.typ-summary-table .table tbody tr td {
    border-right: none;
    padding: 12px 15px;
    vertical-align: inherit;
    border-left: none;
    /*    width: 66%;*/
}

.lyt-report-detail.typ-summary-table .table tbody tr td span {
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: black;
}

.lyt-audience-list .table {
    margin: 0px auto 20px;
}

.lyt-report-detail.typ-summary-table .table tbody tr td .num {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}

.lyt-audience-list .table .sort-btn {
    position: relative;
    margin-left: 10px;
}

.lyt-audience-list .table .sort-btn .icon {
    position: absolute;
    left: 0;
    font-size: 8px;
    line-height: 13px;
    color: #333333;
}

.lyt-audience-list .table .sort-btn .icon.icon-up-arrow {
    top: 0;
}

.lyt-audience-list .table .sort-btn .icon.icon-down-arrow {
    bottom: 0;
}

.lyt-audience-list .table .col-big {
    width: 50%;
}

.lyt-audience-list .table td,
.cm-table.table td {
    width: 25%;
    border-bottom: 1px solid #e5e5e5;
    /*padding: 12px 15px;*/
}

.lyt-audience-list .table td .data {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-weight: 700;
}

.lyt-audience-list .table th {
    border-bottom: 2px solid #e5e5e5;
    /*padding: 12px 15px;*/
}

.lyt-audience-list .table th .title {
    font-size: 16px;
    line-height: 18px;
    color: #309462;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
}

.lyt-audience-list .table .bs-icon-text {
    padding: 5px;
    border: 2px solid #309462;
    border-radius: 5px;
    color: #309462;
    margin-right: 10px;
    text-align: center;
}

.lyt-audience-list .table .bs-icon-text .icon {
    font-size: 12px;
    line-height: 14px;
}

.lyt-audience-list .table .bs-icon-text .text {
    font-size: 14px;
    line-height: 16px;
    color: #309462;
}

.lyt-audience-list .table.typ-big .col-big {
    width: 28%;
}

.lyt-audience-list .table.typ-big td {
    width: 18%;
}

.lyt-audience-list .table.typ-big .bs-icon-text {
    margin-right: 8px;
    color: #666666;
    border: none;
    padding: 0px;
}

.lyt-audience-list .table.typ-big .bs-icon-text:last-of-type {
    margin-right: 0px;
}

.lyt-audience-list .table.typ-big .bs-icon-text .icon {
    font-size: 14px;
    line-height: 16px;
}

.lyt-audience-list .tabs .nav.list .item.active a {
    background-color: transparent;
}


/* nilesh260521 */

.lyt-audience-list .aud-export-job {
    border-collapse: collapse;
    border-radius: 1.5em;
    overflow: hidden;
    border: none;
}


/* pages */

.pg-newsfeed .pg-title {
    display: inline-block;
    font-size: 54px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: 130px;
    z-index: 1;
}

.pg-newsfeed .timestamp.typ-big {
    display: inline-block;
    position: absolute;
    right: 45px;
    top: 26px;
    text-align: right;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.pg-newsfeed .timestamp.typ-big .dt-big {
    font-size: 24px;
    line-height: 26px;
    display: block;
    font-weight: 700;
}

.pg-edit-mode .bs-sec {
    padding: 20px 26px;
}

.pg-edit-mode .bs-sec .sec-head {
    padding: 18px 24px;
    border: 1px dashed #309462;
    position: relative;
}

.pg-edit-mode .bs-sec .sec-head .sec-title {
    margin-top: 0;
}

.pg-edit-mode .bs-sec .sec-head .sec-title .bs-icon-text {
    pointer-events: none;
}

.pg-edit-mode .lyt-summary .bs-sec {
    padding: 0;
}

.pg-edit-mode .lyt-summary .bs-sec .sec-head {
    padding: 0;
    border: none;
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0 15px;
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head .dashboard-category {
    display: inline-block;
    cursor: pointer;
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head .dashboard-category>.icon {
    font-size: 30px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
    color: var(--color1);
}

.pg-edit-mode.typ-dashboard .bs-sec .sec-head .dashboard-category>.icon>.icon-down-arrow {
    font-size: 10px;
    line-height: 10px;
    position: relative;
    top: -9px;
    margin: 0 0 0 10px;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px dashed #309462;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card .sec-head {
    padding-left: 30px;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card.typ-expand .sec-cont .lyt-graph .list .item {
    margin-bottom: 30px;
}

.pg-edit-mode.typ-dashboard .bs-sec .edit-card.typ-expand .sec-cont .lyt-graph .lyt-tag .list .item {
    margin-bottom: 0;
}

.pg-edit-mode.typ-dashboard .lyt-summary .bs-sec .sec-head {
    border: none;
    padding: 0;
}

.pg-edit-mode.typ-new-dashboard .mod-summary .bs-icon-text {
    color: #333333;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translatey(-50%);
}

.pg-edit-mode.typ-new-dashboard .mod-summary .bs-icon-text .icon {
    font-size: 20px;
    line-height: 22px;
    display: block;
    margin-bottom: 8px;
}

.pg-edit-mode.typ-new-dashboard .mod-summary .bs-icon-text .text {
    font-size: 16px;
    line-height: 18px;
    display: block;
}

.pg-edit-mode.typ-new-dashboard .bs-sec .sec-head .sec-title .bs-icon-text:after {
    content: none;
}

.pg-edit-mode.typ-new-dashboard .bs-sec .sec-head .sec-title .icon.icon-plus {
    color: #333333;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.pg-edit-mode.typ-new-dashboard .bs-sec .sec-head .sec-title .icon.icon-plus:before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}


/* modules */

.mod-graph {
    position: relative;
    /* height: 537px; */
    box-shadow: 0 0px 5px 0px #bdbdbd !important;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd !important;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd;
    /* background: var(--color1); */
    /* border: 1px solid var(--color6); */
    border-radius: 10px;
}

.mod-graph .graph-head {
    padding: 0 0px 14px;
}

.mod-graph .graph-head .title {
    display: inline-block;
}

.mod-graph .graph-head .title a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
    text-transform: capitalize;
}

.mod-graph .graph-head .title .info-tag {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}

.mod-graph .graph-head .bs-icon-text {
    float: right;
    background: transparent;
    border: none;
    padding: 0;
    color: #333333;
}

.mod-graph .graph-head .bs-icon-text .icon {
    font-size: 16px;
    margin-right: 4px;
}

.mod-graph .graph-head .bs-icon-text .text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.mod-graph .graph-head .bs-icon-text:focus {
    outline: none;
}

.mod-graph .graph-cont {
    /*    background: var(--hueColor);*/
    position: relative;
    border-radius: 10px;
    /* nilesh270521 */
    /* overflow: hidden;    */
}

.mod-graph .graph-cont .info-head {
    padding: 10px 28px 10px 10px;
    overflow: hidden;
}

.mod-graph .graph-cont .info-head .title {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    float: left;
}

.mod-graph .graph-cont .info-head .info-tag {
    float: right;
    color: #666666;
    font-size: 11px;
    line-height: 13px;
    margin-right: 2px;
}

.mod-graph .graph-cont .info-head .icon {
    color: #333333;
    vertical-align: middle;
    position: absolute;
    right: 12px;
}

.mod-graph .graph-cont .more-opt-wrap {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 19px;
}

.dashboardreportpannelheading .mod-graph .graph-cont .more-opt-wrap {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 19px;
    top: 19px;
    border-radius: 42px;
}

.dashboardreportpannelheading .mod-graph .graph-cont .more-opt-wrap:hover {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 19px;
    top: 19px;
    border-radius: 42px;
    background: var(--color3) !important;
}

.mod-graph .graph-cont .summary-opt-wrap {
    position: absolute;
    right: 65px;
    top: 15px;
}

.mod-graph .graph-cont .more-opt-wrap .btn-more-opt,
.mod-graph .graph-cont .summary-opt-wrap .btn-summary {
    background: transparent;
    border: none;
    vertical-align: middle;
    padding: 6px 6px 6px 6px;
}

.mod-graph .graph-cont .summary-opt-wrap .btn-summary .icon {
    font-size: 18px;
    line-height: 20px;
}

.mod-graph .graph-cont .more-opt-wrap .btn-more-opt:focus,
.mod-graph .graph-cont .summary-opt-wrap .btn-summary:focus {
    outline: none;
}

.mod-graph .graph-cont .summary-opt-wrap .dropdown-menu {
    width: 300px;
    height: 250px;
    overflow-y: auto;
    right: 0!important;
}

.mod-graph .graph-cont .info-cont .table {
    border: none;
}

.mod-graph .graph-cont .info-cont .table thead tr th,
.mod-graph .graph-cont .info-cont .table thead tr td,
.mod-graph .graph-cont .info-cont .table tfoot tr th,
.mod-graph .graph-cont .info-cont .table tfoot tr td,
.mod-graph .graph-cont .info-cont .table tbody tr th,
.mod-graph .graph-cont .info-cont .table tbody tr td {
    border: none;
    vertical-align: middle;
}

.mod-graph .graph-cont .info-cont .table thead tr th {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding: 12px;
    text-transform: capitalize;
}

.mod-graph .graph-cont .info-cont .table tbody tr:nth-of-type(odd) {
    background: #fcfcfc;
}

.mod-graph .graph-cont .info-cont .table tbody tr td {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    padding: 14px 10px;
}

.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pdown,
.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pup {
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    top: 2px;
}

.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pup {
    color: #309462;
}

.mod-graph .graph-cont .info-cont .table tbody tr td .icon-pdown {
    color: #ff0f0f;
}

.mod-graph .graph-cont .lyt-tag {
    min-height: 50px;
    background: #fbfbfb;
    padding: 9px 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.mod-graph .graph-cont .lyt-tag .tag-title {
    /*float: left;*/
    /*margin-top: 15px;*/
    margin-right: 6px;
}

.mod-graph .graph-cont .lyt-tag .list {
    overflow: hidden;
}

.mod-graph .graph-cont .lyt-tag .list .bs-tag .num {
    background: #666666;
}

.mod-graph .graph-cont .lyt-tag.disabled .tag-title {
    color: #999999;
}

.mod-graph .graph-layer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.mod-graph .graph-layer span {
    width: 95%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.4);
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    box-shadow: 0px 2px 4px -2px #d2d2d4;
    -webkit-box-shadow: 0px 2px 4px -2px #d2d2d4;
    -moz-box-shadow: 0px 2px 4px -2px #d2d2d4;
}

.mod-graph .graph-layer span:nth-child(1) {
    height: 40px;
    width: 80%;
    z-index: 1;
}

.mod-graph .graph-layer span:nth-child(2) {
    height: 30px;
    width: 85%;
    z-index: 2;
}

.mod-graph .graph-layer span:nth-child(3) {
    height: 20px;
    width: 90%;
    z-index: 3;
}

.mod-graph .graph-layer span:nth-child(4) {
    bottom: -10px;
    z-index: 4;
}

.mod-graph.layer1 .graph-layer span {
    display: block;
}

.mod-graph.layer1 .graph-layer span:nth-child(1),
.mod-graph.layer1 .graph-layer span:nth-child(2),
.mod-graph.layer1 .graph-layer span:nth-child(3) {
    display: none;
}

.mod-graph.layer2 .graph-layer span {
    display: block;
}

.mod-graph.layer2 .graph-layer span:nth-child(1),
.mod-graph.layer2 .graph-layer span:nth-child(2) {
    display: none;
}

.mod-graph.layer3 .graph-layer span {
    display: block;
}

.mod-graph.layer3 .graph-layer span:nth-child(1) {
    display: none;
}

.mod-graph.layer4 .graph-layer span {
    display: block;
}

.mod-graph .graph-summary {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 0;
}

.mod-graph .graph-summary .val {
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.mod-graph .graph-summary .val.typ-big {
    font-size: 58px;
    line-height: 60px;
}

.mod-graph .graph-summary .val.typ-state {
    display: inline-block;
}

.mod-graph .graph-summary .val.typ-state:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    margin-left: 5px;
}

.mod-graph .graph-summary .val.typ-state.typ-high:after {
    border-bottom: 14px solid #309462;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.mod-graph .graph-summary .val.typ-state.typ-low:after {
    border-top: 14px solid #ff0f0f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}


/* nilesh160621 - start */

.summary-card-cont {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.typ-summary .mod-graph {
    width: 310px;
}

.typ-summary .mod-graph.typ-full {
    width: 970px;
}

.sum-card {
    margin-bottom: 28px;
}

@media (min-width: 980px) and (max-width: 1380px) {
    .summary-card-cont {
        width: 970px;
        margin: 0 auto;
    }
    .small-card {
        margin: 0 6px 12px;
    }
    .mod-graph.typ-full .mod-specification-card .card-cont .graph-wrap {
        width: 660px;
    }
}

@media (min-width: 1381px) {
    .summary-card-cont {
        width: 1380px;
        margin: 0 auto;
    }
    .typ-summary .mod-graph.typ-full {
        width: 1380px;
    }
    .small-card {
        margin: 0 17px 34px;
    }
    .mod-graph.typ-full .mod-specification-card .card-cont .graph-wrap {
        width: 80%;
    }
}


/* nilesh160621 - end */

.mod-summary {
    background: var(--color1);
    padding: 10px 15px;
    position: relative;
    display: table;
    width: 100%;
    min-height: 118px;
    box-shadow: 0px 0px 7px rgba(232, 232, 232, 0.85);
}

.mod-summary .info-wrap {
    width: 70%;
    float: left;
}

.mod-summary .info-wrap .summary-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
    color: #333333;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

.mod-summary .info-wrap .summary-period {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 30px;
    color: #666666;
    display: block;
    position: relative;
    text-transform: capitalize;
}

.mod-summary .info-wrap .summary-period:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.mod-summary .info-wrap .summary-number {
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    font-weight: 700;
}

.mod-summary .info-wrap .summary-state {
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.mod-summary .info-wrap .summary-state .icon {
    font-size: 10px;
    line-height: 12px;
    position: relative;
    top: -1px;
    right: 2px;
}

.mod-summary .info-wrap .summary-state .num {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    font-weight: 700;
}

.mod-summary .summary-graph {
    width: 30%;
    float: left;
    text-align: center;
}

.mod-summary.theme-red .info-wrap .summary-period:after {
    background: #ff0f0f;
}

.mod-summary.state-high .info-wrap .summary-state .icon {
    color: #309462;
}

.mod-summary.state-high .info-wrap .summary-state .icon:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: inline-block;
}

.mod-summary.theme-green .info-wrap .summary-period:after {
    background: #309462;
}

.mod-summary.state-low .info-wrap .summary-state .icon {
    color: #ff0f0f;
}

.mod-summary.state-low .info-wrap .summary-state .icon:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    display: inline-block;
}


/*.mod-login {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    z-index: 1;
    background: white;
    padding: 115px 70px;
    -webkit-box-shadow: 0px 0px 5px 0px #a1a1a1;
    -moz-box-shadow: 0px 0px 5px 0px #a1a1a1;
    box-shadow: 0px 0px 5px 0px #a1a1a1;
}*/

.mod-login .img-wrap {
    width: 200px;
}

.mod-login .img-wrap img {
    display: block;
    width: 100%;
}

.mod-login .act-btn .btn {
    display: block;
    margin: 15px auto;
}

.mod-login .act-btn .btn.typ-big {
    padding: 11px 42px;
    font-size: 18px;
    width: 130px;
}

.mod-login .act-btn .btn.btn-link {
    color: #333333;
    font-weight: 300;
    font-size: 12px;
}

.mod-login .form-wrap .form-group .form-control {
    font-size: 16px;
    font-weight: 300;
}

.mod-login .form-wrap .form-group .form-label {
    font-size: 16px;
    font-weight: 300;
}

.mod-login .form-wrap .form-group.last {
    margin-bottom: 100px;
}

.mod-filter {
    transition: max-height 0.6s;
}

.mod-filter button:focus {
    outline: none;
}

.mod-filter .title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
    padding-left: 22px;
    margin-right: 14px;
    float: left;
    padding-right: 14px;
    position: relative;
    top: 8px;
    cursor: pointer;
}

.mod-filter .title:after {
    position: absolute;
    display: block;
    content: "";
    height: 40px;
    width: 1px;
    background: #cccccc;
    top: -8px;
    right: 0;
}

.mod-filter .title .icon {
    margin-right: 10px;
}

.mod-filter .title .icon.icon-down-arrow {
    margin-right: 0;
    font-size: 10px;
    position: relative;
    top: 2px;
    left: 3px;
}

.mod-filter .bs-icon-text {
    float: left;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
}

.mod-filter .lyt-tag {
    padding-right: 65px;
    margin-top: 6px;
}

.mod-filter .lyt-tag .btn-more {
    position: absolute;
    right: 25px;
    padding: 2px 12px;
    height: 24px;
    border: none;
    border-radius: 20px;
    background-color: var(--color1);
    transition: opacity 0.6s;
    transition-delay: 0.6s;
    border: 1px solid #cccccc;
}

.mod-filter .lyt-tag .btn-more.icon:before {
    font-size: 20px;
    color: #333333;
    line-height: 18px;
}

.mod-filter .lyt-tag .btn-more.invisible {
    opacity: 0;
}

.mod-filter .lyt-tag .btn-less {
    border-radius: 50%;
    background-color: #666666;
    position: relative;
    border: none;
}

.mod-filter .lyt-tag .btn-less.icon {
    color: var(--color1);
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mod-filter .lyt-tag .btn-less.icon:before {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mod-filter .lyt-tag .bs-tag {
    margin-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}

.mod-timeframe button {
    border: none;
    background-color: transparent;
}

.mod-timeframe button:focus {
    outline: none;
}

.mod-timeframe .title {
    font-weight: 700;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
    padding-left: 20px;
    margin-bottom: 7px;
}

.mod-timeframe .title .typ-edit {
    display: none;
}

.mod-timeframe .title.active {
    font-size: 12px;
    line-height: 17px;
}

.mod-timeframe .title.active .typ-edit {
    display: block;
}

.mod-timeframe .title.active span {
    display: block;
}

.mod-timeframe .title.active+.date-wrap {
    position: relative;
    top: -8px;
}

.mod-timeframe .date-wrap {
    font-size: 14px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.mod-trending {
    padding: 15px 25px;
    background-color: var(--color1);
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.mod-trending .graph-wrap {
    float: left;
    margin-right: 20px;
}

.mod-trending .content-wrap {
    overflow: hidden;
    padding: 6px 0;
}

.mod-trending .content-wrap .title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
    padding: 0;
}

.mod-trending .content-wrap .val {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    padding: 0px 25px;
    padding: 0;
}

.mod-kpi-details button {
    border: none;
}

.mod-kpi-details button:focus {
    outline: none;
}

.mod-kpi-details .kpi-detail {
    padding: 20px 0px 0px;
}

.mod-kpi-details .kpi-detail .kpi-head .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
}

.mod-kpi-details .kpi-detail .kpi-head .timestamp {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding-bottom: 12px;
    display: block;
}

.mod-kpi-details .kpi-detail .kpi-head .timestamp .icon {
    font-size: 20px;
    vertical-align: middle;
    line-height: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.mod-kpi-details .kpi-detail .desc p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.mod-kpi-details .btn-share {
    position: absolute;
    top: -18px;
    right: 30px;
    border-radius: 50%;
    box-shadow: -2px 3px 8px #ccc;
    background-color: #f3f3f3;
    width: 35px;
    height: 35px;
    text-align: center;
}

.mod-kpi-details .btn-share.icon {
    font-size: 20px;
    line-height: 11px;
}

.mod-select-box {
    margin: 0 5px 0 0;
    display: inline-block;
}

.mod-select-box .dropdown .btn.dropdown-toggle {
    margin: 0;
    background: transparent;
    border: 1px solid #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
    width: 150px;
    text-align: left;
    position: relative;
}

.mod-select-box .dropdown .btn.dropdown-toggle .caret {
    position: absolute;
    right: 12px;
    top: 12px;
}

.mod-select-box .dropdown .dropdown-menu>ul {
    height: 120px;
    overflow-y: auto;
}

.mod-text-data {
    padding: 20px 0px;
}

.mod-text-data .text {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.mod-text-data .data {
    color: #666666;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.mod-filter-opt {
    display: none;
}

.mod-filter-opt .lvl {
    width: 640px;
    position: relative;
}

.mod-filter-opt .lvl .tabs .nav {
    padding-top: 6px;
}

.mod-filter-opt .lvl .tabs .nav .item {
    padding: 0;
}

.mod-filter-opt .lvl .tabs .nav .item a {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 8px;
    padding: 10px 6px;
    color: #000;
    font-weight: normal;
}

.mod-filter-opt .lvl .tabs .tab-content {
    padding: 0;
}

.mod-filter-opt .lvl .act-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background: var(--color1);
    box-shadow: 0 -1px 5px -2px #a3a3a3;
    -webkit-box-shadow: 0 -1px 5px -2px #a3a3a3;
    -moz-box-shadow: 0 -1px 5px -2px #a3a3a3;
}

.mod-filter-opt .lvl .act-btn .btn-link {
    margin-top: 5px;
}

.mod-filter-opt .lvl .filter-list {
    position: absolute;
    right: 0;
    left: 0;
    top: 95px;
    bottom: 74px;
    overflow-x: auto;
}


/*.mod-filter-opt .lvl .filter-list::-webkit-scrollbar {
  width: 0.2em;
}

.mod-filter-opt .lvl .filter-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.mod-filter-opt .lvl .filter-list::-webkit-scrollbar-thumb {
  background-color: var(--color6);
  outline: 1px solid  var(--color6);
}*/

.lyt-report-detail.typ-summary-table table tbody {
    display: block !important;
    max-height: 480px !important;
    overflow-y: auto;
    margin: 10px;
}

.lyt-report-detail.typ-summary-table table tbody,
.menucontainer,
.table-responsive,
.dropdown-menu,
body {
    scrollbar-width: thin;
    scrollbar-color: var(--color6) var(--color1);
}

.lyt-report-detail.typ-summary-table table tbody::-webkit-scrollbar-track {
    background-color: white !important;
}

.lyt-report-detail.typ-summary-table table tbody::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background-color: white !important;
}

.lyt-report-detail.typ-summary-table table tbody::-webkit-scrollbar-thumb {
    background-color: var(--color6)!important;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}

.histroy-item-dropdown-list-main {
    scrollbar-width: thin;
    scrollbar-color: var(--color6) var(--color1);
}

.histroy-item-dropdown-list-main::-webkit-scrollbar-track {
    background-color: white !important;
}

.histroy-item-dropdown-list-main::-webkit-scrollbar {
    height: 2px;
    width: 7px;
    background-color: white !important;
    cursor: pointer;
}

.histroy-item-dropdown-list-main::-webkit-scrollbar-thumb {
    background-color: var(--color6)!important;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}


/* .mod-filter-opt .lvl .filter-list
{
    scrollbar-width: thin;
     scrollbar-color: var(--color6) var(--color1) ;
}

.mod-filter-opt .lvl .filter-list::-webkit-scrollbar-track
{
	
	background-color: white;
}

.mod-filter-opt .lvl .filter-list::-webkit-scrollbar
{
        height:2px;        
	width:2px;
        scrollbar-width: 2px;
	background-color: white;
}

.mod-filter-opt .lvl .filter-list::-webkit-scrollbar-thumb
{
    background-color:var(--color6);
	
} */

.mod-filter-opt .lvl .filter-list .item {
    /* border-bottom: 1px solid #eeeeee; */
}

.mod-filter-opt .lvl .filter-list .item a {
    font-weight: 300;
    color: #333333;
    padding: 5px 57px 5px 16px;
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
}

.mod-filter-opt .lvl .filter-list .item a .count,
.mod-filter-opt .act-btn .apply-count {
    background: #ff9933;
    font-size: 12px;
    line-height: 14px;
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    width: 20px;
    height: 20px;
    font-weight: 400;
    color: var(--color1);
}

.mod-filter-opt .lvl .filter-list .item a .count {
    font-size: 16px;
    line-height: 20px;
    padding: 4px;
    width: 25px;
    height: 25px;
    font-weight: 400;
    color: var(--color1);
    top: 6px;
}

.mod-filter-opt .act-btn .apply-count {
    background: var(--color1)!important;
    color: #309462!important;
}

.mod-filter-opt .lvl .filter-list .item a .icon-right-arrow {
    font-size: 12px;
    line-height: 14px;
    right: 18px;
    top: 13px;
    color: #666666;
    top: 12px;
    color: var(--color6);
}

.mod-filter-opt .lvl .filter-list .item a:hover,
.mod-filter-opt .lvl .filter-list .item a.active {
    background: #f9f9f9;
    background: var(--color3);
}

.mod-filter-opt .lvl .search-bar {
    margin: 0;
}

.mod-filter-opt .lvl .search-bar .form-group {
    margin-bottom: 0;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .form-control {
    margin-top: 0;
    padding-right: 13px;
    text-indent: 10px;
    background: transparent;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .form-control,
.tag-filter .search-bar .form-group .input-group .form-control {
    border-bottom: 1px solid #aaa;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .input-group-btn,
.tag-filter .search-bar .form-group .input-group .input-group-btn {
    /* border-bottom: 1px solid #aaa; */
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .input-group-btn .icon-search {
    right: 10px;
    font-size: 14px;
}

.search-bar .reset-search {
    position: absolute;
    width: 30px;
    height: 44px;
    right: 40px;
    cursor: pointer;
}

.search-bar .reset-search .icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    position: absolute;
}

.reset-search:hover .icon {
    color: #ff9c00!important;
}

.mod-filter-opt .lvl .lvl2 {
    width: 375px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--accentColor);
}

.mod-filter-opt .lvl .lvl2 .filter-list,
.tag-filter .filter-list {
    bottom: 0px;
}

.mod-filter-opt .lvl .lvl2 .filter-list .item {
    display: block;
    /* padding: 10px 12px; */
}


/* added by sanjiv start */

.mod-filter-opt .lvl .lvl2 .filter-list .item .bs-checkbox {
    display: block;
    margin: 0;
}

.mod-filter-opt .lvl .lvl2 .filter-list .item .bs-checkbox input[type=checkbox]:not(old)+label {
    padding: 5px 10px 5px 40px;
    display: block;
}

.mod-filter-opt .lvl .lvl2 .filter-list .item .bs-checkbox input[type=checkbox]:not(old)+label .checkbox-icon {
    left: 10px;
    top: 11px;
}


/* added by sanjiv end */

.lyt-filter .list .bs-checkbox .input-label {
    /* line-height: 4px!important; */
}

.mod-filter-opt .lvl .lvl2 .filter-list .item:hover {
    background: #f2f2f2!important;
}

.mod-filter-opt .lvl .lvl2 .filter-list .item.typ2:hover {
    background: transparent!important;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag {
    padding: 6px 10px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .tag-title {
    float: left;
    margin: 4px 6px 0 0;
    color: #000;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 14px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .list .item {
    margin-bottom: 4px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag {
    padding: 3px 10px 4px 32px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag.typ-2-icon {
    padding: 3px 13px 4px 35px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag .text {
    font-size: 10px;
    line-height: 10px;
    font-size: 12px;
    line-height: 16px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag.typ-2-icon .text {
    margin-left: 10px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag .icon {
    padding: 2px 8px;
    top: 0px;
    font-size: 7px;
    padding: 5px 10px;
    top: 0px;
    left: -2px;
    font-size: 14px;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag.saved-filter-list .icon {
    padding: 2px 8px;
    top: 0px;
    font-size: 7px;
    padding: 5px 10px;
    top: 50%;
    left: -20px;
    font-size: 12px;
    line-height: 8px;
    /* nilesh#120521 */
    right: auto !important;
}

.mod-filter-opt .lvl .lvl2.typ-with-filter .filter-list {
    top: 204px;
    border-top: 1px solid #ccc;
}

.mod-filter-opt .lvl1,
.mod-filter-opt .lvl2 {
    position: relative;
    height: 480px!important;
    width: 375px;
    border-radius: 10px;
}

.mod-filter-opt .lvl1 {
    box-shadow: 2px -1px 5px -2px #a3a3a3;
    -webkit-box-shadow: 2px -1px 5px -2px #a3a3a3;
    -moz-box-shadow: 2px -1px 5px -2px #a3a3a3;
    z-index: 4;
}

.mod-filter-opt .lyt-filter.typ2 {
    background: var(--color1);
    padding: 14px 10px;
}

.mod-filter-opt .lyt-filter.typ2 .list .item {
    border-bottom: none;
}

.mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn {
    margin-right: 5px!important;
}

.mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn:hover .input-label {
    background: #e5e5e5!important;
    border-color: #e5e5e5;
}

.mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    border-radius: 5px;
    /* background: #f3f5f5; */
    border: 1px solid transparent;
    font-weight: 400;
    padding: 4px 10px;
    height: 30px;
}

.mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    color: var(--color1);
    /* background: #ff9c00; */
    border-color: #309462;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator {
    background: var(--accentColor);
    border: none;
    padding: 14px 10px;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list{
    overflow-y: auto;
    max-height: 110px;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    padding: 2px 6px;
    /* background: var(--color1) ; */
}

.operator_label {
    border-radius: 25px !important;
    padding: 5px !important;
    text-align: left !important;
    font-family: Roboto !important;
    font-size: 13px !important;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label,
.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn:hover input[type=radio]:not(old):checked+label {
    /* background: #ff9c00!important; */
    border-color: #309462;
    background: transparent!important;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label .icon,
.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn:hover input[type=radio]:not(old):checked+label .icon {
    color: var(--color1)!important;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label .icon[class*="icon-"],
.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn:hover input[type=radio]:not(old):checked+label .icon[class*="icon-"] {
    /* color: var(--color1)!important; */
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon {
    position: relative;
    font-size: 16px;
    margin: 0;
}

.mod-filter-opt.active {
    display: block;
}

.mod-timeframe-opt {
    display: none;
    position: absolute;
    right: 40px;
    top: 70px;
    width: 588px;
    z-index: 9;
    min-height: 300px;
    box-shadow: 0 0px 5px 0px #bdbdbd;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd;
    background: var(--color1);
}

.mod-timeframe-opt .tabs .nav {
    margin-top: 8px;
}

.mod-timeframe-opt .tabs .nav.list .item {
    padding: 0;
}

.mod-timeframe-opt .tabs .nav.list .item a {
    margin-bottom: 8px;
}

.mod-timeframe-opt .cont {
    padding: 0px 20px;
}

.mod-timeframe-opt .cont .bs-checkbox {
    margin-bottom: 8px;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 {
    background-color: transparent;
    padding: 14px 0px 0;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 .list .item {
    margin-bottom: 8px;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    color: #999999;
    background: #f2f2f2;
    border: none;
    font-weight: 400;
}

.mod-timeframe-opt .cont .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    color: var(--color1);
    background: #309462;
}

.mod-timeframe-opt .cont .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 14px;
}

.mod-timeframe-opt .cont .act-wrap {
    margin-top: 20px;
}

.mod-timeframe-opt .cont .form-wrap .form-group {
    margin-bottom: 10px;
    padding: 0 20px 0 0;
}

.mod-timeframe-opt .cont .form-wrap .form-group .form-label {
    position: relative;
    top: auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #999999;
}

.mod-timeframe-opt .cont .form-wrap .form-group .form-control {
    margin-top: 0;
    height: 34px;
    font-size: 14px;
}

.mod-timeframe-opt .cont.typ-range .form-wrap {
    margin-top: 0;
    margin-bottom: 0;
}

.mod-timeframe-opt .cont.typ-range .form-wrap .form-group .form-control {
    border-bottom: none;
}

.mod-timeframe-opt.active {
    display: block;
}


/* templates */


/*integration open*/


/*Integration css*/

body {
    padding-top: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    background-color: #f2f2f2;
}

.bs-sec .sec-cont {
    z-index: 5;
}

.bs-checkbox {
    margin-bottom: 10px;
}

.btn.btn-link {
    border-radius: 0!important;
    background-color: transparent!important;
}

.btn:focus {
    outline: none!important;
    /* border: none!important; */
}

strong {
    color: inherit;
}

.cm-target-widget-error.excl-icon {
    position: absolute;
    top: 0;
    right: 10%;
}

.cm-target-widget-rule-input-desc {
    display: block!important;
}

.panel-title {
    display: inline-block;
}

textarea {
    resize: none!important;
}

button:focus {
    outline: none!important;
}


/*.list-group-item {
    border: none!important;
}*/

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

#page-wrapper {
    background-color: var(--color1);
    /*padding: 0px 26px;*/
    margin-left: 0px;
    transition: all 0.5s ease-in;
    overflow: hidden;
    padding: 0px;
    border: none;
    /*min-height: auto!important;*/
}


/* #page-wrapper.active {
    margin-left: 47px;
} */

#page-loader {
    opacity: 1!important;
    background: rgba(245, 245, 245, 0.5);
}

#page-loader>img {
    position: absolute;
    width: 100px;
    height: auto;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    margin-top: 0px;
}

.bs-sec .sec-head {
    display: block;
}

.panel-default {
    border-color: transparent;
}

.ng-table th.sortable.sort-desc div:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000 !important;
    opacity: 1;
}

.ng-table th.sortable.sort-asc div:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000000 !important;
    opacity: 1;
}

.reset-overflow {
    overflow: initial!important;
}

.popover {
    z-index: 500000 !important;
}

.popover.top {
    max-width: 476px;
}

.modal .modal-dialog .bs-icon-text.btn-close .icon {
    position: static!important;
    color: initial!important;
}

.dropdown .dropdown-menu.typ-icon .link .fa {
    font-size: 20px;
    line-height: 22px;
    left: 12px;
    top: 16px;
    position: absolute;

}

.bs-tag {
    border-radius: 21px!important;
}

.bs-tag .num {
    border-radius: 50%!important;
}

.mod-filter .lyt-tag .btn-more {
    border-radius: 20px!important;
}

.dropdown-menu {
    border-radius: 10px!important;
}

.ns-popover-tooltip button.bs-icon-text.btn-close {
    border: none;
    background: transparent;
    position: absolute;
    top: 12px;
    right: 8px;
}

.ns-popover-tooltip button.bs-icon-text.btn-close .icon {
    font-size: 10px;
    line-height: 14px;
}

.mod-login .act-btn .btn.typ-big {
    width: 160px;
}

.mod-filter-opt .lvl .act-btn .btn-link {
    border-bottom: 1px solid transparent !important;
    margin-top: 7px;
    background-color: transparent;
    border-radius: 0px!important;
    margin-left: 9px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 1px 8px;
    text-align: center;
    font: normal normal bold 12px/20px Roboto;
    letter-spacing: 0px;
    color: var(--color6);
    opacity: 1;
    height: 25px;
}

.mod-filter-opt .lvl .act-btn .btn.btn-link:hover,
.mod-filter-opt .lvl .act-btn .btn.btn-link:focus {
    text-decoration: none;
    /* border: 1px solid var(--color6); */
    background-color: var(--color3) !important;
    border-radius: 10px !important;
    outline: none;
}

.mod-filter-opt .lvl .filter-list .item:hover,
.mod-filter-opt .lvl .filter-list .item.active {
    background: #f9f9f9;
}

.mod-timeframe-opt .tab-content {
    padding-bottom: 45px;
}

.bs-header .nav-left .list .item.open .bs-icon-text .icon-down-arrow {
    transform: rotate(180deg) translateY(3px);
}

.modal-dialog .panel-body {
    max-height: 425px;
    overflow-y: auto;
}

.form-override {
    margin-top: 20px;
}

.form-override .form-wrap.typ2 {
    margin-top: 0px!important;
}

.form-override .form-wrap.typ2 .form-group {
    min-height: auto!important;
}

.form-override .form-wrap .form-group {
    margin-bottom: 0px!important;
}

.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
    opacity: 1!important;
    /*border-color: #333 transparent!important;*/
}

.btn-default.disabled {
    width: auto!important;
}

.sec-option {
    /*overflow: hidden;*/
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 5;
}

.sec-option .list .item .bs-icon-text {
    color: var(--color1);
    padding: 0px 10px;
    text-align: center;
    display: block;
    margin: 0 10px;
    margin-right: 0px;
    cursor: pointer;
    padding-right: 0px;
}

.sec-option .list .item {
    float: left;
}

.sec-option .list .item .bs-icon-text .icon {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    color: var(--color1);
}

.sec-option .list .item .bs-icon-text .text {
    display: block;
    text-transform: capitalize;
}

.sec-option.typ-dark {
    top: -36px;
    right: 0;
}
.sec-option .list .item.typ-dropDownIcon{
    position: relative;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu{
    left: auto;
    right: 0;
    padding: 0;
    min-width: 210px;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item{
    display: block;
    float: none;
    padding: 0;
    border-radius: 10px;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item.open .link .custom-list-arrow:after{
    transform: rotate(270deg);
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item .link{
    margin: 0;
    padding: 4px 30px 4px 10px;
    color: var(--color6);
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 40px;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item .link .nicon{
    font-size: 32px;
    color: var(--color6);
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item .link .icon{
    font-size: 18px;
    color: var(--color6);
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item .link .text{
    font-size: 15px;
    margin-left: 6px;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item .link .custom-list-arrow{
    position: absolute;
    right: 12px;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item .link  .custom-list-arrow:after{
    transition: all 0.5s!important;
    content: "g";
    font-family: "cm17" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    color: var(--color6);
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item .link:hover{
    background-color: var(--color3);
    border-radius: 10px;
}
.sec-option .list .item.typ-dropDownIcon .dropdown-menu .list .item.open .payload-dropdown{
    background: var(--accentColor);
    border-radius: 0 0 10px 10px;
}
.sec-option .list .item.typ-dropDownIcon  > .bs-icon-text{
    padding: 16px 5px 7px 5px !important;
}
.sec-option .list .item.typ-dropDownIcon  > .bs-icon-text .icon{
    font-size: 20px;
    line-height: 23px;
}


/* nilesh090621 */

.sec-option.typ-dark.typ-align {
    top: 14px;
    right: 300px;
}

.sec-option.typ-horizontal.typ2 {
    top: -85px;
    right: 0;
}

.sec-option.typ-dark .list .item .bs-icon-text {
    color: var(--color6);
}

.sec-option.typ-dark .list .item .bs-icon-text .icon {
    color: var(--color6);
}

.sec-option.typ-horizontal.typ2 .list .item .bs-icon-text .icon {
    font-size: 28px;
    line-height: 27px;
    color: #efbb07;
    display: inline-block;
    /* margin-right: 4px;
    margin-bottom: 0; */
    top: 6px;
}

.sec-option.typ-horizontal.typ2 .list .item .bs-icon-text .text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    display: inline-block;
}

.mod-filter-opt .lvl .filter-list {
    top: 50px;
    /*    background-color: var(--accentColor);*/
}

.mod-filter-opt {
    box-shadow: 0 0px 5px 0px #bdbdbd!important;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd!important;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd!important;
}

.lyt-filter .mod-filter .title {
    top: 5px;
}

.lyt-filter .icon.icon-filter {
    top: 7px;
}

.mod-filter-opt .lvl .filter-list .item a .count,
.mod-filter-opt .act-btn .apply-count {
    border-radius: 50%!important;
    text-align: center!important;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .input-group-btn .icon-search {
    right: 0;
}

.lvl2.typ-with-filter .form-wrap .form-group .input-group .input-group-btn .btn {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
}

.mod-filter-opt .lvl {
    transition-duration: 0.5s;
    width: 375px;
    border-radius: 10px;
}

.mod-filter-opt .lvl.fltr-expand {
    width: 750px;
    border-radius: 10px;
}

.mod-filter-opt .lvl .search-bar .form-group .input-group .form-control {
    background: var(--accentColor) !important;
}

.mod-filter-opt .lvl .lvl2 .lyt-tag {
    height: 70px;
    overflow-y: auto;
    border-bottom: 1px solid #aaa;
}

.mod-filter-opt .lvl1 {
    background: var(--color1);
}

.mod-filter-opt .lvl .lvl2 {
    left: 0;
    transition-duration: 0.5s;
}

.mod-filter-opt .lvl .lvl2.active {
    left: 375px;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon {
    font-size: 16px;
    top: 1px;
}

.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon.icon-greater-than,
.mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon.icon-lesser-than {
    font-size: 15px!important;
}

.mod-filter-opt .lvl .filter-list .item {
    cursor: pointer;
}


/* nilesh#070521 - start */

.mod-filter-opt .lvl .lvl2 .typ-scroll {
    height: 440px;
    overflow: auto;
}

.mod-filter-opt .lvl .lvl2 .btn-full {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    background: var(--color3) !important;
    width: 100%;
    margin: 0;
    padding: 10px 8px;
}

.mod-filter-opt .lvl .act-btn {
    display: flex;
    justify-content: space-evenly;
}

@media (min-width:360px) and (max-width: 780px) {
    .mod-filter-opt .lvl {
        width: 320px;
    }
    .mod-filter-opt .lvl1,
    .mod-filter-opt .lvl .lvl2 {
        width: 320px;
    }
    .mod-filter-opt .lvl .lvl2 .typ-scroll {
        height: 388px;
        padding-bottom: 42px;
    }
    .mod-filter-opt .lvl .lvl2.active {
        left: 0;
        z-index: 5;
        height: 416px!important;
        border-radius: 10px 10px 0 0;
    }
    /* nilesh#090521 */
    .mod-filter-opt .lvl2-back {
        border: transparent;
        color: var(--color6);
        font-size: 16px;
        font-weight: 600;
        padding: 6px 10px;
        display: inline-block;
        text-transform: capitalize;
    }
    .mod-filter-opt .lvl.fltr-expand {
        width: 320px;
    }
    .mod-filter-opt .lvl .act-btn .btn_big {
        width: auto !important;
        padding: 8px 12px;
        height: auto !important;
    }
}


/* nilesh#070521 - end */

.inner-datepicker {
    width: auto!important;
    box-shadow: 0 0px 5px 0px #bdbdbd!important;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd;
    -moz-box-shadow: 0 0px 5px 0px #bdbdbd;
    z-index: 5!important;
}

.inner-datepicker table td,
.inner-datepicker table th {
    border: none;
    text-align: center!important;
}

.inner-datepicker .date-head {
    display: block;
    margin: 10px 0px;
}

.inner-datepicker table td .btn,
.inner-datepicker table th .btn {
    margin: 0px!important;
    width: auto!important;
}

.inner-datepicker table tbody td .btn-default {
    background-color: var(--color1);
    color: #333;
    font-weight: 300;
}

.inner-datepicker table tbody td .btn-default:hover,
.inner-datepicker table tbody td .btn-info {
    background-color: #309462;
    color: var(--color1);
}

.inner-datepicker table tr th {
    vertical-align: middle;
    color: #309462;
    font-weight: 500;
}

.inner-datepicker table tr th .btn {
    border-radius: 0px!important;
    background: transparent!important;
    color: #333;
    font-weight: 300
}

.inner-datepicker table tr th .btn:hover {
    color: #333!important;
    background: #309462;
    /*skin*/
}

.inner-datepicker table tr th .btn:focus {
    color: #333!important;
    outline: none!important;
}


/*generic*/

.form-control {
    background-color: var(--color1)!important;
    background-image: none !important;
}

.btn {
    /* border-radius: 25px !important; */
}

.btn .fa {
    color: var(--color1);
}

.btn.btn-close .fa {
    color: var(--color6);
}

.btn.btn-secondary .fa {
    color: #309462;
}

.btn.btn-secondary:hover .fa,
.btn.btn-secondary:focus .fa {
    color: #333;
}

.fa {
    color: var(--color6);
}

.icon {
    color: var(--color6);
}

.alert {
    margin-top: 0px;
}

.bs-radio {
    margin-right: 0px !important;
    margin-bottom: 5px !important;
}

.bs-radio .radio-icon {
    border-radius: 50% !important;
}

.bs-radio .input-label {
    line-height: 24px !important;
}

.bs-radio.typ-row .radio-icon {
    top: auto !important;
}

.panel-default>.panel-heading {
    background-color: transparent !important;
}

.lyt-report-detail .table td {
    width: auto;
}

.lyt-audience-list .tabs .nav-tabs {
    border-bottom: none;
}

.lyt-audience-list .tabs li {
    text-transform: capitalize;
    /*text-align: center;*/
    padding: 0px 5px;
}

.lyt-audience-list .tabs li.active a,
.lyt-audience-list .tabs li.active a:hover,
.lyt-audience-list .tabs li.active a:focus {
    font-weight: 700;
    color: rgb(48, 148, 98);
    border: none;
    border-bottom: none;
    background-color: transparent;
}

.lyt-audience-list .tabs li a::before {
    position: absolute;
    content: none;
    height: 5px;
    /* nilesh080621 */
    bottom: -1px;
    width: 100%;
    background-color: rgb(48, 148, 98);
    left: 50%;
    transform: translateX(-50%);
}

.lyt-audience-list .tabs li a::after {
    position: absolute;
    content: none;
    width: 0px;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid rgb(48, 148, 98);
}

.lyt-audience-list .tabs li.active a::before {
    content: " ";
}

.lyt-audience-list .tabs li.active a::after {
    content: " ";
}

.lyt-audience-list .tabs li a:hover::after,
.lyt-audience-list .tabs li a:hover::before,
.lyt-audience-list .tabs li a:focus::before,
.lyt-audience-list .tabs li a:focus::after {
    content: " ";
}

.lyt-audience-list .tabs li a:hover,
.lyt-audience-list .tabs li a:focus {
    font-weight: 700;
    color: rgb(48, 148, 98)!important;
    background-color: transparent!important;
    border-bottom: none!important;
    border-color: transparent!important;
}

.lyt-audience-list .tabs li a {
    color: rgb(89, 89, 89);
    font-size: 16px;
    line-height: 18px;
    position: relative;
    font-weight: 300;
    /* nilesh080621 */
    /* border-color: transparent transparent rgb(200, 200, 200); */
    cursor: pointer;
    border: 0px solid transparent;
    border-bottom: 1px solid var(--mainColor);
    border-radius: 0px;
    margin-bottom: 25px;
}


/* nilesh070621 */

.lyt-audience-list .tabs li a {
    margin-bottom: 0;
}


/* nilesh020621 start */

.lyt-audience-list .tabs .tab1>.nav li {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px 2px 30px;
}


/* nilesh100621 */

.lyt-audience-list .tabs .tab1>.nav li.active {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 3px 6px #00000029;
}


/* nilesh070621 */

.lyt-audience-list .tabs .tab1>.nav li a {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.lyt-audience-list .tabs .tab1>.nav li a:after,
.lyt-audience-list .tabs .tab1>.nav li a::before {
    content: none;
}

.lyt-audience-list .tabs .tab1>.nav {
    /* nilesh070621 */
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}


/* nilesh080621 */

.tab1 .mod-legend .mark {
    height: 40px;
    margin: 0 3px 0 -29px;
}


/* nilesh020621 end */

.cm-pagination.pagination {
    user-select: none
}

.cm-pagination.pagination li a:hover {
    background-color: transparent;
}

.lyt-audience-list .tabs .pagination li a,
.cm-pagination.pagination li a {
    border: none!important;
    font-size: 14px;
    line-height: 16px;
    color: #999999!important;
    font-weight: 400;
    position: relative;
    background: transparent;
    content: none;
    border-bottom: none!important;
    cursor: pointer;
}

.lyt-audience-list .tabs .pagination li a:hover,
.lyt-audience-list .tabs .pagination li a:focus,
.cm-pagination.pagination li a:hover,
.cm-pagination.pagination li a:focus {
    font-weight: 400;
    color: #999999!important;
    border: none!important;
}

.lyt-audience-list .tabs .pagination li a:hover::after,
.lyt-audience-list .tabs .pagination li a:hover::before,
.lyt-audience-list .tabs .pagination li a:focus::before,
.lyt-audience-list .tabs .pagination li a:focus::after,
.lyt-audience-list .tabs .pagination li.active a::before,
.cm-pagination.pagination li a:hover::after,
.cm-pagination.pagination li a:hover::before,
.cm-pagination.pagination li a:focus::before,
.cm-pagination.pagination li a:focus::after,
.cm-pagination.pagination li.active a::before {
    content: none;
}

.lyt-audience-list .tabs .pagination li.active a::after,
.cm-pagination.pagination li.active a::after {
    height: 2px;
    background-color: var(--color5);
    content: " ";
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: none!important;
}

.lyt-audience-list .tabs .pagination li.disabled a::after,
.cm-pagination.pagination li.disabled a::after {
    content: none;
}

.tabs.typ-3 .nav.list .item .title {
    top: auto;
    /* display: block; */
    /* nilesh#070521 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
    /*    background-color: #fcfcfc!important;*/
    background-color: var(--color3) !important;
}


/*.lyt-audience-list .table {
    background-color: transparent!important;
}*/

.lyt-audience-list .table th,
.cm-table.table th {
    color: #333;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fcfcfc;
}

.cm-table.table th {
    background-color: #e5e5e5;
}

.cm-table th div {
    padding-right: 18px;
    position: relative;
}

.cm-table th.sortable {
    cursor: default;
}

.cm-table th.sortable div:before,
.cm-table th.sortable div:after {
    content: "";
    opacity: .5;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: visible;
    right: 8px;
    top: 50%;
    position: absolute;
    margin-top: -4px;
}

.cm-table th.sortable div:before {
    margin-top: 2px;
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}

.cm-table th.sortable.sort-desc div:before,
.cm-table th.sortable.sort-asc div:before {
    visibility: hidden;
}

.cm-table th.sortable.sort-asc div:after {
    opacity: 1;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000;
}

.cm-table th.sortable.sort-desc div:after {
    opacity: 1;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    border-bottom: 0;
}

.lyt-audience-list .table tbody tr:first-of-type td,
.cm-table.table tbody tr:first-of-type td {
    border-top: none;
}

.lyt-audience-list .table tr:nth-of-type(even),
.cm-table.table tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

.lyt-audience-list .table td a {
    margin-right: 10px;
}

.lyt-audience-list .table td a .icon {
    font-size: 18px;
    line-height: 20px;
    color: #666!important;
}

.lyt-audience-list .table td a:hover .icon {
    color: #309462;
    /*skin*/
}

.lyt-audience-list .table td .fa.fa-info-circle {
    color: #309462;
}

.lyt-audience-list .msgm-search-form {
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 275px;
}

.lyt-audience-list .msgm-search-form input {
    margin-right: 10px;
    width: 175px;
}

.lyt-audience-list .create-btn {
    position: absolute;
    top: 5px;
    right: 0;
}

.lyt-audience-list .table .bs-icon-text {
    border-radius: 5px!important;
}

.lyt-audience-list .table .bs-icon-text .icon {
    color: #309462;
    /*skin*/
}

.lyt-audience-list .table td,
.cm-table.table td {
    width: auto;
    color: #333;
    font-weight: 500;
    border-top: none;
}


/*Message page*/

.bs-search .search-input {
    position: absolute;
    transition: all 0.4s ease-in;
    top: 0;
    width: 0;
    right: 100%;
    overflow-x: hidden;
}
.bs-search .search-input.typ-new{
    position: relative;
    width: 278px;
    right: -6px;
    top: 12px;
}
.bs-search .search-input.typ-new .icon.icon-search{
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 8px 0 12px;
}
.bs-search .search-input.typ-new .collapsed_form_input{
    padding-left: 34px;
}
.bs-search .search-input.typ-new .reset-search{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.bs-search .search-input.active {
    width: 200px;
    transition: all 0.4s ease-in;
}

.bs-search .search-input .form-control {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid var(--color6);
    color: #333;
}

#msgm-form-container .panel.panel-default {
    margin-top: 20px;
    margin-bottom: 20px;
}

#msgm-form-container .panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid;
    border-bottom-color: #309462;
    /*skin*/
}

#msgm-form-container.message-listing .panel-heading .panel-title {
    color: #309462;
    line-height: 21px;
    margin-right: 15px;
}

#msgm-dashboard-container {
    padding-top: 30px;
}

.msg-note {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    font-weight: 400;
    display: block;
    margin-top: 6px;
    font-style: italic;
}

.msgm-pad-row {
    margin-top: 30px;
    /*margin-bottom: 25px;*/
    overflow: hidden;
}

#msgm-form-container label {
    font-size: 13px;
    /*font-weight: 600;*/
    line-height: 15px;
    /*color: #333;*/
}

#msgm-form-container .bs-radio .input-label {
    font-weight: 300!important;
    font-size: 12px!important;
}


/* nilesh#250521 */

.sec-relative {
    text-align: center;
    padding: 15px;
    background-color: var(--color2);
}


/*.msgm-pad-row .msg-note {
    font-size: 13px;
    line-height: 15px;
    color: #333;
    font-weight: 400;
}*/


/*#msgm-form-container .bs-checkbox.typ-invert .input-label {
    padding-left: 0px;
}

#msgm-form-container .bs-checkbox.typ-invert .checkbox-icon {
    left: 200px;
}*/

#msgm-form-container .panel-footer {
    background-color: transparent;
    border-top: none;
}

#msgm-form-container .panel-body .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 16px;
}

#msgm-form-container {
    max-width: 1024px;
    margin: 0 auto;
}


/*modal*/

.modal .modal-dialog {
    /*    min-width: 400px;*/
    /* width: auto; */
    /*    max-width: 600px;*/
    transition: max-width 1s;
}

@media only screen and (max-width: 600px) {
    .modal .modal-dialog {
        width: 95% !important;
        min-width: 95% !important;
    }
}

.modal .panel {
    border-radius: 16px !important;
}

.modal-content .panel-default {
    margin-bottom: 0px;
}

.modal .panel-body .title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.modal .panel-heading h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    /* text-transform: capitalize; */
    box-sizing: border-box;
    position: relative;
    text-align: left;
    font: Regular 24px/28px Roboto;
    letter-spacing: 0;
    /*    color: var(--color6);*/
    opacity: 1;
    font: normal normal bold 14px/20px Roboto;
    letter-spacing: 0px;
    opacity: 1;
}

.modal .panel-heading {
    background-color: var(--color1);
    padding: 12px 25px 12px;
    background: #FBFFFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #0000001D;
    border-radius: 10px;
    opacity: 1;
}

.modal .panel-heading .btn-close {
    top: 15px !important;
    right: 15px !important;
}

.modal .panel-body {
    padding: 40px 18px;
}

.modal .modal-content {
    position: relative;
    background-color: var(--color1);
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border: none;
    border-radius: 10px !important;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
}

.modal .modal-content .messagebox-container {
    border-radius: 6px !important;
    width: 400px;
}
.modal .modal-content .messagebox-container.typ-table{
    width: 900px !important;
    margin-left: -25%;
}
.modal-content .panel.typ-table .panel-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px !important;
    padding: 16px 24px 13px 24px !important;
}
.modal-content .panel.typ-table .panel-heading h3{
    font-size: 18px !important;
    line-height: 21px !important;
}
.modal-content .panel.typ-table .panel-body{
    padding: 0;
    max-height: none;
    overflow-y: auto;
}
.modal-content .panel.typ-table .panel-body .table{
    margin-top: 1px;
}
.modal-content .panel.typ-table .panel-body thead tr th{
    height: 40px;
    padding: 0 24px;
}
.panel-body thead tr th.typ-sort{
    padding-right: 20px;
    position: relative;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor: pointer;
}
.panel-body thead tr th.typ-sort:after{
    content: "";
    margin-top: 2px;
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--color6);
    right: 8px;
    top: 50%;
    position: absolute;
}
.panel-body thead tr th.typ-sort:before{
    content: "";
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: var(--color6) transparent;
    right: 8px;
    top: 50%;
    position: absolute;
    margin-top: -4px;
} 
.panel-body thead tr th.typ-sort.asc:after,
.panel-body thead tr th.typ-sort.desc:before{
    content: none;
}

.table.impersonate-list tbody tr td {
    word-break: break-all;
}

.modal-content .panel.typ-table .panel-body tbody{
    max-height: 450px;
    overflow-y: scroll;
    display:block;
}
.modal-content .panel.typ-table .panel-body thead,
.modal-content .panel.typ-table .panel-body tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.modal-content .panel.typ-table .panel-body tbody tr td{
    vertical-align: middle;
    color: var(--grey6);
    padding: 12px 24px;
}
.modal-content .panel.typ-table .panel-body tbody tr td.disable-Impersonated a{
    color: var(--grey4);
    pointer-events:none;
}
.modal-content .panel.typ-table .panel-body tbody tr td a{
    color: var(--color6);
    font-weight: bold;
    cursor: pointer;
}

.modal .panel-footer {
    border-top: 1px solid var(--color6);
    background-color: var(--color1);
    padding: 24px !important;
}
.panel.typ-clone .panel-footer{
    border-top: transparent;
    padding: 23px 39px 24px!important;
}
.modal-content .panel-default.typ600.typ-clone .panel-body{
    overflow-x: unset !important;
    padding: 30px 24px;
}

.modal .panel-body .alert.alert-warning,
.modal .panel-body .alert {
    line-height: 18px;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    border: none;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    margin: 20px 5px 20px 5px;
}

.modal .panel-body .alert {
    margin: 0px;
    padding: 0px;
}

.modal .panel-footer .text-right {
    text-align: center !important;
}

.dashboard-table,
.report-table {
    border-bottom: 1px solid #e5e5e5!important;
}

.lyt-audience-list.dashboard-table {
    border-bottom: none!important;
}

.dashboard-table th,
.report-table th {
    border-bottom: 1px solid #e5e5e5!important;
    background-color: #fcfcfc;
    border-top: 1px solid #e5e5e5!important;
}

.dashboard-table td,
.report-table td {
    color: #333;
    font-weight: 500;
}

.dashboard-table tr:nth-of-type(even),
.report-table tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.dashboard-table .tooltip {
    font-family: "Roboto", sans-serif!important;
}

.dashboard-table .tooltip.top .tooltip-arrow {
    border-top-color: #309462;
}

.dashboard-table .tooltip.top .tooltip-inner {
    background-color: #309462;
}

.btm-divider {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}


/*configurations pages*/

#msgm-form-container .brn-group {
    margin-bottom: 10px;
}

#msgm-form-container .table td .fa {
    color: #666;
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
}


/*header*/

.bs-header {
    height: 50px;
}
.mod-user-info .navbar-brand {
    background-position: center center!important;
}

/* nilesh280721 */
.navbar-brand.typ2{
    background-position: center center!important;
}
.navbar-brand {
    float: none !important;
    /* background: transparent url(logo.png) no-repeat; */
    background-position: center center!important;
    padding: 0px 10px;
    margin-top: 0px!important;
    background-color: var(--color1);
    height: 53px;
    width: auto;
    position: relative;
    margin-right: 25px;
    min-width: 100px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
    border-top: 5px solid var(--color6);
}


/*#navbar-salt .partner-name.dark-color {
    color: #333!important;
    font-size: 14px;
}*/


/* nilesh#070521*/

#navbar-salt .nav>li>a {
    /* padding: 15px 10px 15px 40px;
    font-size: 17px;
    color: var(--color1); */

    padding: 10px 10px 10px 40px;
    font-size: 17px;
    color: var(--color1);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 50px;
    justify-content: space-around;
}

#navbar-salt .nav>li>a .icon {
    font-size: 20px;
    line-height: 0px;
    vertical-align: middle;
    margin: 0px 4px;
    color: var(--color6) !important;
}


/* #navbar-salt .nav>li>a:focus, */

#navbar-salt .nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0.10);
}

#navbar-salt .nav>li.open>a:hover {
    background-color: transparent;
}

.navbar-top-links .dropdown-menu li a {
    padding: 10px;
    /*    border-bottom: 1px solid #e5e5e5;*/
}

.navbar-top-links .dropdown-menu div li {
    padding: 15px;
    /*    border-bottom: 1px solid #e5e5e5;*/
}

.navbar-top-links .dropdown-menu div li a {
    padding: 0;
    border-bottom: none;
    display: block;
}

.nav-right .dropdown .medium-color .fa {
    color: #333;
    transition: all 0.5s;
}

.nav-right .dropdown.open .fa.fa-caret-down {
    transform: rotate(180deg) translateY(-2px);
}

.nav-right .dropdown .medium-color .icon {
    color: #333;
}

.dropdown .dropdown-menu .divider {
    display: none;
}

.brand-wrapper {
    background-color: var(--color1);
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
}
.brand-wrapper .cm-logo-div-container{
    width:225px;
}
.brand-wrapper img {
    width: 100%;
    position: relative!important;
    bottom: auto;
    padding: 0 20px 0px 0;
}

#navbar-salt {
    border-bottom: none;
    border-color: var(--color1) !important;
    background-color: var(--color1) !important;
    box-shadow: 0px 0px 4px #aaa;
    z-index: index 9999;
    ;
}

.bs-header .nav-left .menu-btn {
    padding: 20px 12px;
    height: 50px;
    position: relative;
}

.bs-header .nav-left .menu-btn.active {
    padding: 23px 12px;
}

.bs-header .nav-left .list,
.bs-header .nav-left .list .item {
    height: 50px;
}

.bs-header .nav-left .list .item.dropdown .bs-icon-text.active .icon,
.bs-header .nav-left .list .item.dropdown .bs-icon-text.active .text {
    color: #309462!important;
}

.bs-header .nav-left .list .item .bs-icon-text {
    padding: 15px 20px 13px 18px;
}

.bs-header .nav-left .list .item .bs-icon-text .icon {
    color: #333!important;
    transition: all 0.5s;
}

.bs-header .nav-right {
    height: 50px;
}

.bs-header .nav-right .mod-user-info {
    height: 100%;
}

.bs-header .nav-right .mod-user-info .user-info {
    float: left;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user {
    min-width: 225px;
    width: auto;
    overflow-x: hidden;
    z-index: 1001;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li {
    /*    font-size: 16px;
    line-height: 18px;
    color: #333;*/
    position: relative;
    text-transform: capitalize;
    font: normal normal 300 16px Roboto;
    letter-spacing: 0px;
    color: var(--color6);
    opacity: 1;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li a {
    font-weight: 300;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li#username-dropdown {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #ddd;
    font: normal normal 300 16px Roboto;
    letter-spacing: 0px;
    color: #036000;
    opacity: 1;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li .btn.btn-link {
    background: transparent;
    display: inline-block;
    border-radius: 0px!important;
}

.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li .fa,
.bs-header .nav-right .mod-user-info .dropdown-menu.dropdown-user li .icon {
    margin-right: 5px;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice {
    border: none;
    color: #333;
    background-color: transparent;
    background-image: none;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice .select2-arrow b {
    display: none;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container .select2-choice .select2-arrow:before {
    transition: all 0.5s!important;
    content: "g";
    font-family: "cm17" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    color: #333;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}

.bs-header .nav-right .mod-user-info .dropdown-menu .select2-container.select2-dropdown-open .select2-arrow:before {
    transform: rotate(270deg);
}

.bs-header .nav-right .mod-user-info app-notifications {
    margin-right: 15px;
}


/*select {
    border: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
}

.select-container:before {
    transition: all 0.5s!important;
    content: "N";
    font-family: "catchmedia-new" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    color: #333;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}*/

.dashman-dashboard-panel,
.dashman-dashboard-panel-tabular {
    height: 450px;
}


/*breadcrumb*/


/*.bs-breadcrumb {
    display: none!important;
}*/

.bs-breadcrumb .list .item span {
    font-size: 11px;
    line-height: 13px;
    padding-left: 15px;
    margin-right: 5px;
    color: var(--color1);
    font-weight: 300;
    text-transform: capitalize;
    /* display: inline-block; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}


/* nilesh#120521*/

@media (min-width:360px) and (max-width: 780px) {
    .bs-breadcrumb .list .item span {
        display: inline-block;
        max-width: 100%;
        white-space: initial;
    }
}

.bs-breadcrumb:before {
    content: "";
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15)!important;
}

.bs-breadcrumb .list .item:last-of-type span {
    font-weight: 700;
}

.bs-breadcrumb .list .item a:before,
.bs-breadcrumb .list .item span:before {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--color1);
    top: 2px;
    left: 2px;
}

.bs-breadcrumb .list .item:first-of-type a:before,
.bs-breadcrumb .list .item:first-of-type span:before {
    content: "-";
    font-family: "cm17" !important;
    text-transform: none !important;
    border: none;
    left: 0;
    top: auto;
}


/*sidebar menu*/

.bs-menu {
    width: 275px;
    left: -275px;
    top: 50px;
    bottom: 20px;
    overflow-y: auto;
    transition: all 0.5s ease-in;
}

.bs-menu.active {
    left: 0;
}

.bs-menu .sidebar-collapse .nav li a,
.bs-menu .sidebar-collapse .nav li a .fa,
.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text .fa {
    color: var(--color1);
    font-weight: 300;
    /* transition: all 0.3s ease-in; */
}

.bs-menu .sidebar-collapse .nav li a:hover,
.bs-menu .sidebar-collapse .nav li a:focus {
    font-weight: 500;
    background-color: transparent;
}

.bs-menu .sidebar-collapse .nav li .nav-active {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.bs-menu .sidebar-collapse .nav li .nav-active:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    z-index: 3;
    background: #309462;
    top: 0;
}

.bs-menu .list .item .bs-icon-text {
    padding: 0px;
}

.bs-menu .list .item .bs-icon-text:hover,
.bs-menu .list .item .bs-icon-text:focus {
    background-color: transparent;
}

.bs-menu .dynamic-menu .bs-menu-overview .detail-menu .list .item .bs-icon-text {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-static-side ul li {
    /*    border-bottom: 1px solid #343434 !important;*/
}

.navbar-static-side {
    padding-top: 0px !important;
}

.bs-menu .bs-menu-overview {
    left: -275px;
    width: 275px;
    top: 50px;
    display: block;
    bottom: 20px;
}

.bs-menu .bs-menu-overview .detail-menu .highlight-test.active,
.bs-menu .bs-menu-overview .detail-menu .highlight-test:before {
    height: 25px!important;
}

.bs-menu-overview.active.toggle-animate {
    left: -275px!important;
    transition-delay: 0.2s;
}

.bs-menu-overview .test {
    margin-top: -60px;
    margin-left: 25px;
}

.bs-menu-overview .detail-menu {
    position: static;
    /*overflow-y: auto;*/
    /*margin-top: 0px;*/
}

.bs-menu-overview .detail-menu .list-wrap {
    position: absolute;
    top: 100px;
    bottom: 0px;
    overflow-y: auto;
    width: 100%;
}

.bs-menu-overview.active {
    left: 0!important;
}

.bs-menu .bs-menu-overview .list .item {
    height: auto;
    border-bottom: none !important;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text {
    margin: 10px 0px;
    padding: 0px 12px;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text.js-link.nav-active .icon .fa,
.bs-menu .bs-menu-overview .list .item .bs-icon-text.js-link.nav-active .text {
    color: #309462!important;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text.js-link.nav-active:before {
    content: none!important;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text .icon {
    width: 20px;
    height: auto;
    z-index: 0;
    border-bottom: none;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 5px 2px;
}

.bs-menu .bs-menu-overview .list .item .bs-icon-text .icon:after {
    content: none;
}

.bs-menu-overview .list .item .bs-icon-text .text {
    border-bottom: none;
    z-index: 0;
    padding: 5px 10px;
    height: auto;
}

.bs-menu .bs-menu-overview .back-link {
    padding: 0px !important;
    position: absolute !important;
    top: 0px !important;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    width: 100%;
    color: var(--color1) !important;
    transition: all .3s ease-in !important;
    left: 0;
    margin: 0px !important;
}

.bs-menu .bs-menu-overview .back-link .icon {
    color: var(--color1)!important;
    font-size: 14px!important;
    line-height: 24px!important;
    border-bottom: none!important;
    width: 47px !important;
    height: 40px !important;
    padding: 10px 0 !important;
}

.bs-menu .bs-menu-overview .back-link .icon:after {
    content: none!important;
}

.bs-menu .bs-menu-overview .back-link .text {
    border-bottom: none!important;
    height: 40px !important;
    padding: 13px 30px 12px 12px !important;
}


/* .bs-menu .list .item:hover .bs-menu-overview .list .item .icon {
    background: #222!important;
} */

.bs-menu .bs-menu-overview .list .item:hover .icon {
    background: #222!important;
}

.bs-menu .list .item:hover .bs-menu-overview .list .item .text {
    font-weight: 300;
}

.bs-menu .bs-menu-overview .list .item:hover .text {
    font-weight: 700!important;
}

.bs-menu .bs-menu-overview .list .item:hover .detail-menu .bs-icon-text .text {
    font-weight: 300!important;
}

.bs-menu .bs-menu-overview .list .item:hover .highlight-test:hover .text {
    font-weight: 700!important;
}

.bs-menu .bs-menu-overview .list .item:hover .highlight-test:hover .detail-menu .bs-icon-text .text {
    font-weight: 300!important;
}

.bs-menu-overview .list .item:hover .detail-menu .item:hover .bs-icon-text .text {
    font-weight: 700!important;
}

.bs-menu-overview .list .item:hover .detail-menu .item:hover .detail-menu .item:hover .bs-icon-text .text {
    font-weight: 700!important;
}


/*.bs-menu .bs-menu-overview .list .item:hover .bs-menu-overview .list .item .text {
    font-weight: 300!important;
}

.bs-menu .bs-menu-overview .list .item .bs-menu-overview .list .item:hover .text {
    font-weight: 700!important;
}*/

.bs-menu .list .item:hover .bs-menu-overview .back-link .icon {
    background: #222!important;
}

.bs-menu .list .item:hover .bs-menu-overview .back-link .text {
    font-weight: 300!important;
}

.bs-menu .list .item .bs-menu-overview .back-link:hover .text {
    font-weight: 700!important;
}

.bs-menu .bs-menu-overview .detail-menu .menu-title {
    font-size: 14px;
    color: #309462;
    margin: 10px 12px;
    text-align: left;
}

.bs-menu .bs-menu-overview .detail-menu .menu-title .icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

.bs-menu .bs-menu-overview .detail-menu .menu-title .icon .fa {
    color: #309462;
}

.bs-menu .list .item:hover .bs-menu-overview .menu-title .icon {
    background: transparent!important;
}

.bs-menu.active.text-collapse .bs-menu-overview .bs-icon-text .text {
    left: auto;
}

.nav-active {
    background-color: transparent;
    border: none;
    cursor: pointer;
}


/*calendar*/

.dashman-date .dashman-datepicker-box .btn,
.dashman-date .dashman-datepicker-box .btn.btn-default {
    padding: 4px 8px;
    margin: 0px;
    background: var(--color1);
    color: #333;
    font-weight: 300;
    border-color: transparent;
}

.bs-radio.typ-datepicker table .btn.btn-default,
.bs-radio.typ-datepicker table .btn {
    padding: 4px 8px;
    margin: 0px;
    background: var(--color1);
    color: #333;
    font-weight: 300;
    border-color: transparent;
}

.form-inline .dashman-datepicker-box .btn,
.form-inline .dashman-datepicker-box .btn.btn-default {
    padding: 4px 8px;
    margin: 0px;
    background: var(--color1);
    color: #333;
    font-weight: 300;
    border-color: transparent;
}

.dashman-date .dashman-datepicker-box thead .btn,
.dashman-date .dashman-datepicker-box thead .btn.btn-default {
    border-radius: 0px !important;
}

.bs-radio.typ-datepicker table thead .btn.btn-default,
.bs-radio.typ-datepicker table thead .btn {
    border-radius: 0px !important;
}

.form-inline .dashman-datepicker-box thead .btn,
.form-inline .dashman-datepicker-box thead .btn.btn-default {
    border-radius: 0px !important;
}

.dashman-date .dashman-datepicker-box .btn:hover,
.dashman-date .dashman-datepicker-box .btn.btn-default:hover,
.dashman-date .dashman-datepicker-box .btn.btn-info {
    background: #309462;
    color: var(--color1);
}

.bs-radio.typ-datepicker table .btn:hover,
.bs-radio.typ-datepicker table .btn.btn-default:hover,
.bs-radio.typ-datepicker table .btn.btn-info {
    background: #309462;
    color: var(--color1);
}

.form-inline .dashman-datepicker-box .btn:hover,
.form-inline .dashman-datepicker-box .btn.btn-default:hover,
.form-inline .dashman-datepicker-box .btn.btn-info {
    background: #309462;
    color: var(--color1);
}

.dashman-date .dashman-datepicker-box tr th,
.bs-radio.typ-datepicker table tr th,
.form-inline .dashman-datepicker-box tr th {
    vertical-align: middle;
    border: none;
    color: #309462;
    font-weight: 500;
}

.bs-radio.typ-datepicker table tr th {
    vertical-align: middle;
    border: none;
    color: #309462;
    font-weight: 500;
}

.dashman-date .dashman-datepicker-box .well {
    height: auto!important;
    background-color: var(--color1);
    border: none;
}

.bs-radio.typ-datepicker table {
    height: auto!important;
    background-color: var(--color1);
    border: none;
}

.dashman-date .dashman-datepicker-box .well>table {
    border: 1px solid #dfdfdf;
    border: none;
}

.bs-radio.typ-datepicker table {
    border: 1px solid #dfdfdf;
    border: none;
}

.form-inline .dashman-datepicker-box table {
    border: 1px solid #dfdfdf;
    border: none;
    height: auto!important;
    background-color: var(--color1);
}

.dashman-date .dashman-datepicker-box td {
    border: none!important;
}

.bs-radio.typ-datepicker table td {
    border: none!important;
}

.form-inline .dashman-datepicker-box td {
    border: none!important;
}


/*graph*/

.lyt-graph {
    border: none;
    background-color: transparent;
    padding-top: 0px;
}

.mod-graph .panel-heading {
    /* border-bottom: 1px solid #e5e5e5; */
}

.lyt-graph.typ-graph .panel-heading {
    /* padding-bottom: 0px; */
    /* padding-top: 52px; */
    padding-top: 21px;
    padding-right: 20px;
    padding-left: 20px;
}


/*.mod-graph .graph-cont {
    box-shadow: 0 0px 5px 0px #bdbdbd !important;
    -webkit-box-shadow: 0 0px 5px 0px #bdbdbd !important;
}*/

.mod-graph .graph-cont .title {
    /* position: absolute; */
    /* top: 15px; */
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    /* font-weight: 400; */
    /*vertical-align: middle;*/
    /* color: #333333; */
    /* display: inline-block; */
    /* color: #333; */
    letter-spacing: 0;
    color: var(--color6);
    padding-right: 150px;
}

.mod-graph .graph-cont .panel-heading .title a {
    /* color: #333; */
    color: var(--color6);
    /* nilesh270521 */
    cursor: pointer;
}

.dashboard_report_title {
    max-width: 74%;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font: normal normal bold 18px/20px Roboto;
    letter-spacing: 0.36px;
    color: #036000;
    opacity: 1;
    margin-top: 3px;
}

.mod-graph .graph-cont .lyt-tag {
    border-bottom: none;
    padding: 10px 15px;
    margin-top: 15px;
    background: #fbfbfb;
    min-height: 40px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

.mod-graph .graph-cont .btn-close {
    /* padding: 0; */
    margin: 0;
    /*background: #309462;*/
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
    font-size: 13px;
    background-color: transparent !important;
}

.mod-graph .graph-cont .btn-close .icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mod-graph .graph-cont .btn .icon {
    color: #333;
}

.lyt-graph.typ-table {
    margin-bottom: 30px;
    padding-top: 0px;
}

.lyt-graph.typ-table .tabs.typ-3 .tab-content {
    padding: 0px 0px 60px;
}


/* nilesh#070521 */

.lyt-graph.typ-table .mod-graph .graph-cont .panel-body {
    padding: 0px;
    /* margin-top: 8px; */
}


/* nilesh#070521 */

.lyt-graph.typ-table .tabs.typ-3 .sec-option {
    top: -55px;
    left: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    z-index: auto;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option .title {
    position: relative;
    top: auto;
    font-size: 16px;
    line-height: 18px;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option .bs-icon-text {
    color: #333;
    margin-right: 8px;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option .bs-icon-text .text {
    font-size: 13px;
    line-height: 15px;
}

.lyt-graph.typ-table .tabs.typ-3 .sec-option .bs-icon-text:hover .icon,
.lyt-graph.typ-table .tabs.typ-3 .sec-option .bs-icon-text:hover .text {
    color: #309462;
}


/* new change by nikhil for fix fiter and timeline height issue  */

.lyt-graph.typ-table .mod-graph .graph-cont .tabs.typ-3 .mod-graph .graph-cont {
    box-shadow: none!important;
}

.lyt-graph.typ-table .mod-graph .graph-cont .tabs.typ-3 .mod-graph {
    padding: 60px 15px 15px;
    box-shadow: none!important;
    height: auto!important;
}
.lyt-graph.typ-table .mod-graph .graph-cont .tabs.typ-3 .mod-graph.fordrilldown-btn .bs-icon-text{
    right: 246px !important;
    top: -38px !important;
}

/*table*/

th {
    color: #333;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    text-align: left !important;
    /*border-right: 1px solid #e5e5e5;*/
    /*    border-left: 1px solid #e5e5e5;*/
    /*border-bottom: 1px solid #e5e5e5;*/
}

td {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    font-weight: 600;
    text-align: left !important;
    /*border-right: 1px solid #e5e5e5;*/
    border-left: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
}

tr td:first-of-type {
    border-left: none;
}

tr td:last-of-type {
    border-right: none;
}

tr th:first-of-type {
    border-left: none;
}

tr th:last-of-type {
    border-right: none;
}


/*Pagination*/

.ng-table-pager {
    position: relative;
    overflow: hidden;
}

.ng-table-pager .btn {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}


/* nilesh#070521 start */

.mod-report-action {
    display: flex;
    align-items: center;
}

.mod-report-action .bs-pagination {
    position: relative;
}

.mod-report-action.ng-table-pager .ng-table-counts .btn.btn-default {
    margin: 0 3px;
}

.mod-report-action.ng-table-pager .ng-table-counts .btn.btn-default.active {
    background-color: var(--grey5);
}


/* nilesh#070521 end */

.bs-pagination {
    bottom: auto;
    left: auto;
    transform: none;
}

.bs-pagination .page-item .page-link:after {
    content: none;
}

.bs-pagination .page-item.disabled .page-link:after {
    content: " ";
}

.bs-pagination .page-item.disabled .page-link.more:after {
    content: none;
}

.bs-pagination .pagination .page-item .page-link .icon {
    color: #999 !important;
}

.typ-compact {
    margin: 0 auto;
    float: none!important;
}

.select2-search {
    position: relative;
}

.select2-search input {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
    padding-right: 36px;
    padding-left: 14px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 500;
    height: 44px!important;
    background: none!important;
    z-index: 3;
}

.select2-search:before {
    position: absolute;
    content: "Z";
    font-family: "cm17" !important;
    font-style: normal !important;
    right: 14px;
    top: 8px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #9b9b9b;
    cursor: pointer;
    z-index: 4;
}

.select2-drop-active {
    border: 1px solid var(--color5);
}

.select2-results {
    padding: 0;
    margin: 0;
}

.select2-results .select2-highlighted {
    background: #f5f5f5!important;
    color: #333333!important;
}

.select2-results li {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding: 13px 14px;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 300;
}

.select2-result:hover {
    background: #f5f5f5!important;
    color: #333333!important;
}

.msgm-preview-selector-group {
    background: transparent!important;
    margin-top: 30px!important;
}

.label-selector.active {
    background: transparent!important;
    border-color: transparent!important;
    font-weight: 700!important;
    border-bottom: none!important;
    color: #309462!important;
}

.label-selector.active:before {
    position: absolute;
    content: "";
    height: 5px;
    bottom: 0;
    width: 100%;
    background-color: #309462;
    left: 50%;
    transform: translateX(-50%);
}

.label-selector.active:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #309462;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.msgm-selector:hover {
    background: transparent!important;
    border-color: transparent!important;
    font-weight: 700!important;
    border-bottom: none!important;
    color: #309462!important;
}

.msgm-selector:hover:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #309462;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.msgm-selector:hover:before {
    position: absolute;
    content: "";
    height: 5px;
    bottom: 0;
    width: 100%;
    background-color: #309462;
    left: 50%;
    transform: translateX(-50%);
}

.msgm-selector {
    background: transparent!important;
    color: #595959!important;
    font-size: 16px!important;
    line-height: 18px!important;
    position: relative!important;
    border-color: transparent!important;
    border-bottom: 1px solid #c8c8c8!important;
    border-radius: 0px!important;
    font-weight: 300!important;
    margin-bottom: 15px!important;
    margin-right: 0px!important;
    text-align: center;
}

.msgm-preview-wrapper {
    min-height: 350px!important;
    position: relative;
    height: auto!important;
}

.msgm-preview-wrapper>.msgm-preview-container {
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 350px;
}

.msgm-preview-wrapper>.msgm-preview-container img {
    width: 100%;
}

.msgm-message-wrapper {
    background: transparent!important;
    padding: 40px 10% 10px!important;
}

#msgm-form-container .lyt-shadow {
    box-shadow: 0 0 20px #e5e5e5;
}

#msgm-phone-selector>li {
    width: 35px!important;
}

.cm-target-widget-rule-operator {
    z-index: 4!important;
}

#msgm-form-container .typ-top .panel-heading.msg-hide {
    display: none!important;
}

#msgm-form-container .typ-top .panel-body .panel.panel-default {
    margin-top: 0px!important;
}

#msgm-form-container .typ-top .form-wrap.typ2 {
    margin: 0px;
}

#msgm-form-container .bs-radio.typ-horrizontal {
    float: left;
    margin-right: 15px!important;
}


/*filer tag styling*/

.tag-filter {
    display: none;
    position: fixed;
    left: -999px;
    top: -999px;
    z-index: 5;
}

.tag-filter.active {
    display: block;
    position: absolute;
    z-index: 6;
}

.tag-filter .filter-container {
    background: #f9f9f9;
    width: 320px;
    height: 450px;
    position: relative;
    box-shadow: 0px 0px 20px #e5e5e5;
}

.tag-filter .filter-container .search-bar {
    margin: 0;
}

.tag-filter .filter-container .search-bar .form-group {
    margin-bottom: 0px;
}

.tag-filter .filter-container .search-bar .form-group .input-group .form-control {
    margin-top: 0;
    padding-right: 13px;
    text-indent: 10px;
    background: transparent!important;
}

.tag-filter .filter-container .search-bar .form-group .input-group .input-group-btn {
    border-bottom: 1px solid #aaa;
}

.tag-filter .filter-container .search-bar .form-group .input-group .input-group-btn .btn {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 3;
}

.tag-filter .filter-container .search-bar .form-group .input-group .input-group-btn .icon-search {
    right: 0;
    font-size: 14px;
}

.tag-filter .filter-container .lyt-tag {
    height: 70px;
    overflow-y: auto;
    padding: 6px 10px;
    border-bottom: 1px solid #aaa;
}

.tag-filter .filter-container .lyt-tag .tag-title {
    float: left;
    margin: 4px 6px 0 0;
}

.tag-filter .filter-container .lyt-tag .list .item {
    margin-bottom: 4px;
    float: left;
}

.tag-filter .filter-container .lyt-tag .bs-tag {
    padding: 3px 10px 4px 24px;
}

.tag-filter .filter-container .lyt-tag .bs-tag.typ-2-icon {
    padding: 3px 13px 4px 30px;
}

.tag-filter .filter-container .lyt-tag .bs-tag.typ-2-icon .text {
    margin-left: 10px;
}

.tag-filter .filter-container .lyt-tag .bs-tag .text {
    font-size: 10px;
    line-height: 10px;
}

.tag-filter .filter-container .lyt-tag .bs-tag .icon {
    padding: 2px 8px;
    top: 0px;
    left: 2px;
    font-size: 8px;
    vertical-align: middle;
    position: absolute;
    right:auto;
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator {
    background: #f9f9f9;
    border: none;
    padding: 14px 10px;
}

.tag-filter .filter-container .lyt-filter.typ2 .list .item {
    border-bottom: none;
    float: left;
}

.tag-filter .filter-container .lyt-filter.typ2 .list .item .bs-radio {
    margin-right: 5px!important;
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    padding: 2px 6px;
    /* background: var(--color1) ; */
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    background: transparent!important;
    border-color: #309462!important;
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn:hover input[type=radio]:not(old):checked+label {
    background: transparent!important;
    border-color: #309462!important;
}

.tag-filter .filter-container .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label {
    color: var(--color1);
    /* background: #ff9c00; */
}

.tag-filter .filter-container .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old)+label {
    border-radius: 5px;
    /* background: #f3f5f5; */
    border: 1px solid transparent;
    font-weight: 400;
    padding: 4px 10px;
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon {
    font-size: 16px;
    position: relative;
    margin: 0;
    top: 3px;
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon.icon-greater-than,
.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon.icon-lesser-than {
    font-size: 15px;
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn:hover .input-label {
    background: #e5e5e5!important;
    border-color: #e5e5e5!important;
}

.tag-filter .filter-container .filter-list {
    position: absolute;
    right: 0;
    left: 0;
    top: 166px;
    bottom: 0px;
    overflow-y: auto;
    margin-bottom: 70px;
    border-top: 1px solid #ccc;
}

.tag-filter .filter-container .filter-list .item {
    display: block;
    /* padding: 10px 12px; */
    border-bottom: 1px solid var(--color5);
    cursor: pointer;
}

.tag-filter .filter-container .filter-list .item.form-wrap.typ2 {
    border-bottom: none;
}

.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked+label .icon,
.tag-filter .filter-container .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn:hover input[type=radio]:not(old):checked+label .icon {
    color: #309462!important;
}


/* added by sanjiv start */

.tag-filter .filter-container .filter-list .item:hover {
    background: #f2f2f2!important;
}

.tag-filter .filter-container .filter-list .item .bs-checkbox {
    display: block;
    margin: 0;
}

.tag-filter .filter-container .filter-list .item .bs-checkbox input[type=checkbox]:not(old)+label {
    padding: 5px 4px 3px 40px;
    display: block;
}

.tag-filter .filter-container .filter-list .item .bs-checkbox input[type=checkbox]:not(old)+label .checkbox-icon {
    left: 10px;
    top: 7px;
}


/* added by sanjiv end */

.tag-filter .filter-container .filter-list .item.form-wrap.typ2:hover {
    background: #f9f9f9!important;
}

.tag-filter .filter-container .filter-list .item:hover,
.mod-filter-opt .lvl .filter-list .item.active {
    background: #f9f9f9;
    background: var(--color3);
}

.tag-filter .filter-container .act-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background: var(--color1);
    box-shadow: 0 -1px 5px -2px #a3a3a3;
    -webkit-box-shadow: 0 -1px 5px -2px #a3a3a3;
    -moz-box-shadow: 0 -1px 5px -2px #a3a3a3;
}

.tag-filter .filter-container .act-btn .btn-link {
    margin-top: 15px;
    border-radius: 0px!important;
}

.granularity-container {
    /*   
  position: absolute;
    right: 335px;
    top: 40px;
    z-index: 6;
*/
}

.report-granularity-container {
    /*    position: absolute;
    right: 335px;
    top: 40px;
    z-index: 6;*/
    top: 44px !important;
    right: 342px !important;
}

.payload-container {
    position: absolute;
    right: 350px;
    top: 26px;
    z-index: 6;
}

.payload-container .bs-icon-text .icon {
    display: block;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2px;
}

.payload-container .bs-icon-text .text {
    font-size: 11px;
    line-height: 13px;
    color: #333;
}

.granularity-container .bs-icon-text .icon {
    display: block;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2px;
}

.granularity-container .bs-icon-text .text {
    font-size: 11px;
    line-height: 13px;
    color: #333;
}

.granularity-container .dropdown-menu {
    /*    width: 130px!important;*/
}

.granularity-container.dropdown.typ-main .dropdown-menu .bs-icon-text .text {
    font-size: 14px;
    line-height: 16px;
}

.granularity-container.dropdown .dropdown-menu.typ-icon .link.active {
    background: #f1f1f1;
    border-radius: 10px;
}

.granularity-container.dropdown .dropdown-menu.typ-icon .link.x-btn-disabled {
    opacity: 0.2;
}

.request-body-container {
    right: 395px;
}

.request-body-container .dropdown-menu {
    width: 190px!important;
}

.request-body-container svg {
    fill: var(--color1);
}

.reload_svg_fill svg {
    fill: var(--color1)!important;
}

.drag-target {
    width: 10px;
    height: 10px;
    background: transparent;
    display: inline-block;
    pointer-events: auto!important;
}

.inline-patch {
    display: block;
    float: left;
}

.inline-patch.list-group {
    padding: 0px;
}

.inline-patch .list-group-item {
    float: left;
    margin-right: 10px;
    padding: 0px;
}

.lyt-report-detail.typ-summary-table {
    max-height: 589px;
    height: auto;
    overflow-y: auto;
}

.timeframe_with_expand_timezone {
    top: 23px !important;
    left: 217px !important;
}

.icon_date_range_expand {
    top: 22px !important;
    left: 5px !important;
}

.timeframe_with_expand {
    position: fixed;
    z-index: 1050;
    right: 1%;
    background-color: var(--color1);
    width: 29%;
    top: 24px;
    padding-top: 23px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 69px !important;
}

.remove_height {
    /* height: auto !important; */
    height: 100% !important;
}

#closebtn_for_expand .btn-more-opt:hover {
    background: var(--color3) !important;
}

.expandclass {
    width: 99.6%;
    position: absolute;
    z-index: 1050;
    /* overflow: overlay; */
    top: 58px !important;
    margin-bottom: 0px !important;
    height: auto !important;
    animation-name: expandclassanimation;
    animation-duration: 0.5s;
    bottom: 0;
    left: 0;
    right: 0;
}


/*div {
  width: 100px;
  height: 100px;
  background-color: red;
  position: relative;
 expandclass
}*/

@keyframes expandclassanimation {
    0% {
        width: 50.6%;
        position: relative;
    }
    10% {
        width: 55.6%;
        position: relative;
    }
    20% {
        width: 60.6%;
        position: absolute;
    }
    30% {
        width: 65.6%;
        position: absolute;
    }
    40% {
        width: 70.6%;
        position: absolute;
    }
    50% {
        width: 75.6%;
        position: absolute;
    }
    60% {
        width: 80.6%;
        position: absolute;
    }
    70% {
        width: 85.6%;
        position: absolute;
    }
    80% {
        width: 90.6%;
        position: absolute;
    }
    90% {
        width: 95.6%;
        position: absolute;
    }
    100% {
        width: 100.6%;
        position: absolute;
    }
}

.expand_th {
    position: sticky !important;
    top: 0 !important;
    background: white !important;
}

@media (min-width:900px) and (max-width: 1300px) {
    .timeframe_with_expand {
        position: fixed !important;
        z-index: 1050;
        right: 11px !important;
        background-color: var(--color1);
        width: 391px !important;
        top: 24px;
        padding-top: 23px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 69px !important;
    }
}

.remove_radius {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.height-patch {
    height: 531px;
    margin-bottom: 37px;
}

.mod-filter-opt .lvl .lvl2 .filter-list .item.form-wrap.typ2 {
    border-bottom: none;
    cursor: initial;
}

.mod-filter-opt .lvl .lvl2 .filter-list .item.form-wrap.typ2 .form-group .form-control {
    background-color: transparent!important;
}

.list-group {
    margin-bottom: 1px !important;
}

.bs-radio.typ-datepicker .dropdown-menu {
    padding: 5px 15px;
}

.fa-long-arrow-up {
    color: #309462!important;
}

.fa-long-arrow-down {
    color: #ff0f0f!important;
}

.timeframe .btn.btn-link.active,
.timeframe .btn.btn-link:focus {
    border-bottom-color: #309462;
}


/*integration close*/


/* tooltip */

.reporttooltip+.tooltip,
body .tooltip:last-of-type {
    width: auto!important;
    /* z-index: 12!important; */
}


/* nilesh#190521 */

.reporttooltip+.tooltip .tooltip-arrow,
body .tooltip:last-of-type .tooltip-arrow {
    /* border-right-color: var(--color1)!important; */
    text-shadow: 0 0 3px #555;
    /* box-shadow: 0px 0px 2px #555; */
}

.reporttooltip+.tooltip .tooltip-inner,
body .tooltip:last-of-type .tooltip-inner {
    background-color: var(--color1)!important;
    box-shadow: 1px 0px 3px #555;
    color: #666!important;
    max-width: 290px;
    width: 290px!important;
    padding: 20px;
    text-align: left;
    line-height: 18px;
    word-wrap: break-word;
}

.reporttooltip+.tooltip .tooltip-inner b,
.reporttooltip+.tooltip .tooltip-inner strong,
body .tooltip:last-of-type .tooltip-inner strong,
body .tooltip:last-of-type .tooltip-inner b {
    font-weight: 700!important;
}

.reporttooltip+.tooltip .tooltip-inner i,
.reporttooltip+.tooltip .tooltip-inner u,
body .tooltip:last-of-type .tooltip-inner i,
body .tooltip:last-of-type .tooltip-inner u {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* accordion */

.acc-wrap {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #333;
}

.acc-wrap .acc-link {
    cursor: pointer;
}

.sublinks .acc-wrap {
    margin-bottom: 5px;
}

.noborder .panel {
    border: none!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}


/*# sourceMappingURL=custom.css.map */

.list-group-item {
    /* border-bottom: 1px solid #CCC !important; */
    font-size: 12px;
    font-weight: 600;
}

.radiobox_kpi_report {
    margin-bottom: -5px !important;
    /*    border-top: 1px solid #e3e3e3 !important;*/
}


/*Custom css by Fractal close*/


/* nikhil report default filter */

.all_filter_full_height {
    height: auto !important;
}

.all_filter_one_line_height {
    height: auto !important;
}

.card-cont .mod-tag {
    padding: 2px 35px 0 16px;
    height: 40px;
    min-height: auto;
    position: relative;
}

.report_flter_mod-tag {
    padding: 5px 41px 35px 11px;
    min-height: 20px;
    background: var(--accentColor) 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-top: 3px;
}

.report_flter_mod-tag .tag-label {
    float: left;
    font-weight: 600;
    margin-top: -3px;
    font-size: 12px;
    padding: 4px 12px;
    /* word-break: break-word; */
    width: 63px;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 300;
    line-height: 1.2;
}

.mod-tag .filter-list {
    position: absolute;
    left: 105px;
    right: 52px;
    top: 2px;
    height: 31px;
    overflow: hidden;
    background: var(--color1);
    white-space: normal;
    z-index: 1;
    transition: all .3s ease-in;
}

.mod-tag .filter-list .report_flter_bs-tag.applied {
    margin-right: 8px;
    padding: 0 10px 0 4px;
}

.report_flter_bs-tag.applied {
    border-color: transparent;
    background: var(--color1);
    padding: 0 7px 0 3px;
    cursor: initial;
}

.report_flter_bs-tag {
    padding: 0px 29px 0px 12px;
    margin: 4px 10px 4px 0px;
    display: inline-block;
    border-radius: 21px;
    position: relative;
    box-shadow: 0px 0px 10px #eee;
    background: var(--color1);
    cursor: pointer;
    /* border: 1px solid #e2e2e2cc !important; */
    box-shadow: 0 1px 6px rgb(0 0 0 / 18%);
}

.report_flter_bs-tag.applied.new .num {
    background: #ff9933;
}

.report_flter_bs-tag.applied .num {
    background: #666666;
}

.report_flter_bs-tag .num {
    background: #ff9933;
    color: var(--color1);
    border-radius: 50%;
    width: 18px;
    display: inline-block;
    height: 18px;
    font-size: 10px;
    text-align: center !important;
    top: 4px;
    margin-top: 2px;
}

.report_flter_bs-tag .text {
    font-size: 10px;
    line-height: 0.9rem;
    font-weight: 400;
    color: #666666;
    padding: 4px 0px;
    position: relative;
    z-index: 2;
    margin-left: 2px;
}

.none_padding {
    padding: 0px;
}

.report_filter_single_line {
    overflow: hidden;
    height: 31px;
    position: absolute;
    z-index: 2;
    /* background-color: white; */
    /* border: 1px solid #eee; */
}

.report_filter_multi_line {
    overflow: hidden;
    height: auto;
    position: absolute;
    z-index: 1;
    background-color: var(--color2);
    /* border: 1px solid #eee; */
    max-height: 100px;
    overflow: auto;
    /* white-space: normal; */
    box-shadow: 0px 2px 4px 0px #e8e8e8;
}

.report_filter_arrow_down {
    float: right;
    /* right: -55px; */
    /* left: 50px; */
    width: 22px;
    /* border: 1px solid; */
    text-align: center;
    /* top: 3px; */
    transform: rotate(90deg);
    padding: 0px 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .3s ease-in;
}

.report_filter_arrow_up {
    float: right;
    /* right: -55px; */
    /* left: 50px; */
    width: 22px;
    /* border: 1px solid; */
    text-align: center;
    /* top: 3px; */
    color: #309462;
    transform: rotate(-90deg);
    padding: 0px 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .3s ease-in;
}

.report_flter_lock_icon {
    padding-left: 4px;
    font-size: 13px;
}

.dashboard_filter_arrow_up {
    float: right;
    /* right: -55px; */
    /* left: 50px; */
    width: 22px;
    /* border: 1px solid; */
    text-align: center;
    /* top: 3px; */
    transform: rotate(90deg);
    padding: 0px 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .3s ease-in;
}

.dashboard_filter_arrow_down {
    float: right;
    /* right: -55px; */
    /* left: 50px; */
    width: 22px;
    /* border: 1px solid; */
    text-align: center;
    /* top: 3px; */
    color: #309462;
    transform: rotate(-90deg);
    padding: 0px 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .3s ease-in;
}


/* nilesh#190521 */

.tooltip {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 16px;
    pointer-events: none;
}

.tooltip .tooltip-inner span {
    color: var(--grey6);
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: capitalize;
}

.preset-list .item .title,
.tooltip .tooltip-inner .title {
    font-weight: 600;
}

.tooltip .tooltip-inner .preset-list .item {
    margin-bottom: 8px;
    display: block;
}

.tooltip .tooltip-inner .preset-list .item:last-child {
    margin-bottom: 0;
}


/* Added By Vishal Nair */

.tabs.typ-9 .nav a {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    border-radius: 0;
}

.tabs.typ-9 .nav a .count {
    padding-left: 11px;
    margin-left: 9px;
    border-left: 1px solid #ccc;
    padding-bottom: 2px;
}

.tabs.typ-9 .nav li {
    text-transform: capitalize;
    text-align: center;
    padding: 0px 2px;
}

.tabs.typ-9 .nav li a {
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.8rem;
    position: relative;
    border-color: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-weight: 300;
}

.tabs.typ-9 .nav li a:after {
    position: absolute;
    content: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #309462;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}

.tabs.typ-9 .nav li a:before {
    position: absolute;
    content: none;
    height: 2px;
    bottom: -2px;
    width: 100%;
    background-color: #309462;
    left: 50%;
    transform: translateX(-50%);
}

.tabs.typ-9 .nav li a:hover {
    border: 1px solid transparent;
    background-color: transparent;
}

.tabs.typ-9 .nav li a:hover:after {
    content: none;
}

.tabs.typ-9 .nav li a:hover:before {
    content: "";
    height: 2px;
}

.tabs.typ-9 .nav li a:focus {
    font-weight: 700;
    border: 1px solid transparent;
    color: #309462;
    background-color: transparent;
}

.tabs.typ-9 .nav li a:focus:after {
    content: "";
}

.tabs.typ-9 .nav li a:focus:before {
    content: "";
}

.tabs.typ-9 .nav li.active a {
    font-weight: 700;
    color: #309462;
    background: transparent;
}

.tabs.typ-9 .nav li.active a:after {
    content: "";
}

.tabs.typ-9 .nav li.active a:before {
    content: "";
    height: 4px;
}

.tabs.typ-9 .nav li.active a:hover {
    font-weight: 700;
    border: 1px solid transparent;
    color: #309462;
    background-color: transparent;
}

.tabs.typ-9 .nav li.active a:hover:after {
    content: "";
}

.tabs.typ-9 .nav li.active a:hover:before {
    content: "";
    height: 4px;
}

.tabs.typ-9 .nav li.active a .count {
    border-left: 2px solid #309462;
}

.tabs.typ-9 .nav li.completed:before {
    content: "'";
    font-family: "catchmedia-new" !important;
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: var(--color1);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: green;
    position: absolute;
    top: 7px;
    right: 7px;
    text-align: center;
}

.tabs.typ-9 .tab-content {
    padding: 5px 0px;
}

.tabs.typ-1 ul {
    counter-reset: custom;
    border-bottom: none;
}

.tabs.typ-1 ul li {
    text-align: left;
}

.tabs.typ-1 ul li.counter:after {
    content: counters(custom, "", decimal-leading-zero);
    counter-increment: custom;
    font-size: 1.8rem;
    position: absolute;
    top: 11px;
    color: #333333;
    font-weight: 300;
}

.tabs.typ-1 ul li a .title {
    margin-left: 8px;
    padding-left: 15px;
    position: relative;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.tabs.typ-1 ul li a .title:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #333333;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tabs.typ-1 ul li a:hover:after,
.tabs.typ-1 ul li a:focus:after {
    content: none;
}

.tabs.typ-1 ul li a:hover .title,
.tabs.typ-1 ul li a:focus .title {
    font-weight: 700;
}

.tabs.typ-1 ul li a:hover .title:before,
.tabs.typ-1 ul li a:focus .title:before {
    border-left-color: #309462;
}

.tabs.typ-1 ul li.active a:after {
    content: none;
}

.tabs.typ-1 ul li.active a:hover:after {
    content: none;
}

.tabs.typ-1 ul li.active a .title {
    font-weight: 700;
}

.tabs.typ-1 ul li.active a .title:before {
    border-left-color: #309462;
}

.tabs.typ-1 ul li.active.counter:after {
    color: #309462;
}

.tabs.typ-1 ul li.completed a {
    color: #333333;
    border: none;
}

.tabs.typ-1 ul li.completed a:before {
    content: "";
    background-color: #333333;
}

.tabs.typ-1 ul li.completed a .title {
    font-weight: 700;
}

.tabs.typ-1 ul li.completed a:hover .title:before,
.tabs.typ-1 ul li.completed a:focus .title:before {
    border-left-color: #333333;
}

.tabs.typ-1 ul li.completed:hover.counter:after,
.tabs.typ-1 ul li.completed:focus.counter:after {
    color: #333333;
}

.tabs.typ-1 ul li.completed:hover a .title,
.tabs.typ-1 ul li.completed:focus a .title {
    color: #333333;
}

.tabs.typ-1 ul li:hover.counter:after,
.tabs.typ-1 ul li:focus.counter:after {
    color: #309462;
    border-bottom: none;
}

.tabs.typ-2 .nav {
    counter-reset: custom;
    border-bottom: none;
}

.tabs.typ-2 .nav li {
    position: relative;
    border-left: 1px solid #666666;
    padding: 0;
    min-width: 200px;
    float: left;
}

.tabs.typ-2 .nav li:last-child {
    border-right: 1px solid #666666;
}

.tabs.typ-2 .nav li a {
    font-weight: 300;
    color: #999999;
    text-align: left;
    min-height: 58px;
    border-bottom: none;
    margin: 0px;
    padding: 10px 20px;
}

.tabs.typ-2 .nav li a .title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: block;
    padding-left: 42px;
    margin-top: 3px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabs.typ-2 .nav li a .sub-title {
    display: block;
    padding-left: 42px;
    font-size: 1.2rem;
    line-height: 16px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabs.typ-2 .nav li a:before {
    background-color: #f2bf07;
}

.tabs.typ-2 .nav li a:after {
    border-top-color: #f2bf07;
}

.tabs.typ-2 .nav li a:hover,
.tabs.typ-2 .nav li a:focus {
    font-weight: 300;
    color: var(--color1);
}

.tabs.typ-2 .nav li a:hover .sub-title,
.tabs.typ-2 .nav li a:focus .sub-title {
    color: #999999;
}

.tabs.typ-2 .nav li.active a {
    font-weight: 300;
    background-color: transparent;
    color: var(--color1);
    border: none;
}

.tabs.typ-2 .nav li.active a .sub-title {
    display: none;
    color: var(--color1);
}

.tabs.typ-2 .nav li.active a .title {
    margin-top: 11px;
    color: var(--color1);
}

.tabs.typ-2 .nav li.active.counter:after {
    color: var(--color1);
}

.tabs.typ-2 .nav li:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: green;
    position: absolute;
    content: none;
    top: 7px;
    right: 7px;
}

.tabs.typ-2 .nav li.completed.counter:after {
    color: var(--color1);
}

.tabs.typ-2 .nav li.completed a {
    font-weight: 300;
    background-color: transparent;
    color: var(--color1);
    border: none;
}

.tabs.typ-2 .nav li.completed a:after,
.tabs.typ-2 .nav li.completed a:before {
    content: none;
}

.tabs.typ-2 .nav li.completed a .sub-title {
    color: var(--color1);
}

.tabs.typ-2 .nav li.completed a .title {
    color: var(--color1);
}

.tabs.typ-2 .nav li.completed:before {
    content: "'";
    font-family: "catchmedia-new" !important;
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: var(--color1);
}

.tabs.typ-2 .nav li.completed .sub-title {
    display: none;
}

.tabs.typ-2 .nav li.completed .title {
    margin-top: 11px;
}

.tabs.typ-2 .nav li.counter:after {
    content: counters(custom, "", decimal-leading-zero);
    counter-increment: custom;
    font-size: 3.6rem;
    line-height: 3rem;
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: -1;
    transform: translateY(-50%);
    color: #999999;
    font-weight: 100;
}

.tabs.typ-3 .title {
    margin-bottom: 0px;
}

.tabs.typ-3 .nav {
    counter-reset: custom;
}

.tabs.typ-3 .nav li {
    padding: 0px;
    background: #e4e4e4;
    transition: all 0.5s ease;
    float: left;
}

.tabs.typ-3 .nav li a {
    color: #666666;
    font-weight: 700;
    border: none;
}

.tabs.typ-3 .nav li a.bs-icon-text .icon {
    margin-right: 10px;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

.tabs.typ-3 .nav li a.bs-icon-text .text {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.tabs.typ-3 .nav li.active {
    background: var(--color1);
}

.tabs.typ-3 .nav li.active a {
    color: #333333;
    font-weight: 700;
    border: none;
}

.tabs.typ-3 .nav li.active a:before {
    content: none;
}

.tabs.typ-3 .nav li.active a:after {
    content: none;
}

.tabs.typ-3 .nav li.active:hover {
    background: var(--color1);
}

.tabs.typ-3 .nav li:hover {
    background: #efeaea;
}

.tabs.typ-3 .nav li:hover a:before {
    content: none;
}

.tabs.typ-3 .nav li:hover a:after {
    content: none;
}

.tabs.typ-4 .nav-tabs {
    border: 0;
}

.tabs.typ-4 .nav-tabs>li {
    padding: 0;
}

.tabs.typ-4 .nav-tabs>li.active>a {
    box-shadow: 0 0 10px #ccc;
    border: 0;
    padding: 12px;
    margin: 0;
    color: #666666;
}

.tabs.typ-4 .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 13px;
    background: var(--color1);
    border: none;
    transform: translateX(0%);
}

.tabs.typ-4 .nav-tabs>li.active>a:before {
    display: none;
}

.tabs.typ-4 .nav-tabs>li a {
    border: none;
    border-radius: 12px 12px 0 0;
    padding: 12px;
    margin: 0;
    text-align: center;
    margin-right: 0;
    font-size: 1.4rem;
    color: #adadad;
}

.tabs.typ-4 .nav-tabs>li a:after,
.tabs.typ-4 .nav-tabs>li a:before {
    content: none;
}

.tabs.typ-4 .tab-content {
    box-shadow: 0 0 10px #ccc;
    max-height: 265px;
    overflow-y: auto;
}

.tabs.typ-5 {
    counter-reset: custom;
}

.tabs.typ-5 .nav-tabs {
    border: 0;
}

.tabs.typ-5 .nav-tabs>li {
    padding: 0;
}

.tabs.typ-5 .nav-tabs>li:before {
    content: counters(custom, "", decimal-leading-zero);
    counter-increment: custom;
    font-size: 1.2rem;
    line-height: 14px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    color: var(--color1);
    width: 20px;
    height: 20px;
    padding: 3px 3px;
    border-radius: 50%;
    background-color: #999999;
    z-index: 1;
}

.tabs.typ-5 .nav-tabs>li.active:before {
    content: counters(custom, "", decimal-leading-zero);
    background-color: var(--color1);
    color: #999999;
}

.tabs.typ-5 .nav-tabs>li.active>a {
    border: 0;
    margin: 0;
    color: var(--color1);
    background: #adadad;
    font-weight: 400;
}

.tabs.typ-5 .nav-tabs>li.active>a:after,
.tabs.typ-5 .nav-tabs>li.active>a:before {
    display: none;
}

.tabs.typ-5 .nav-tabs>li.active .close-btn {
    color: var(--color1);
}

.tabs.typ-5 .nav-tabs>li a {
    border: none;
    padding: 12px 12px 12px 35px;
    margin: 0;
    text-align: left;
    margin-right: 0;
    font-size: 1.4rem;
    color: #666666;
    background: #ddd;
    border-right: 1px solid #ccc;
}

.tabs.typ-5 .nav-tabs>li a:after,
.tabs.typ-5 .nav-tabs>li a:before {
    content: none;
}

.tabs.typ-5 .nav-tabs>li a.close-btn {
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 1.1rem;
    line-height: 19px;
    display: inline-block;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    color: #666666;
    border-right: none;
}

.tabs.typ-5 .nav-tabs>li a.close-btn:hover:after {
    display: none;
}

.tabs.typ-5 .tab-content {
    padding: 0;
}

.tabs.typ-5 .tab-content .graph-wrap .btn-compare {
    color: #333333;
    position: absolute;
    top: 88px;
    right: 32px;
    font-size: 2.2rem;
    line-height: 20px;
    z-index: 2;
    transform: rotateY(180deg);
}

.tabs.typ-5 .tab-content .graph-wrap .btn-compare:hover {
    color: #309462;
}

.tabs.typ-vertical {
    background: var(--color1);
    overflow: hidden;
}

.tabs.typ-vertical .nav {
    width: 120px;
    background: var(--color1);
    float: left;
    height: 310px;
    overflow-y: auto;
}

.tabs.typ-vertical .nav li,
.tabs.typ-vertical .nav a {
    width: 100%;
    font-size: 1.5rem;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0px;
}

.tabs.typ-vertical .nav a {
    border: 1px solid transparent;
}

.tabs.typ-vertical .nav li {
    border-bottom: 1px solid #c8c8c8;
}

.tabs.typ-vertical .nav li.active,
.tabs.typ-vertical .nav li:hover {
    background: #eee;
}

.tabs.typ-vertical .nav li.active a,
.tabs.typ-vertical .nav li:hover a {
    color: #333333;
    font-weight: 300;
    border: none;
}

.tabs.typ-vertical .nav li.active a:before,
.tabs.typ-vertical .nav li.active a:after,
.tabs.typ-vertical .nav li:hover a:before,
.tabs.typ-vertical .nav li:hover a:after {
    content: none;
}

.tabs.typ-vertical .nav li a {
    border: 0;
    position: relative;
    padding-right: 14px;
}

.tabs.typ-vertical .nav li a .icon {
    color: #a6a6a6;
    line-height: 9px;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

.tabs.typ-vertical .tab-content {
    overflow: hidden;
    padding: 15px;
}

.tabs.typ-vertical .tab-content .form-title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
}

.tabs.typ-vertical .tab-content .form-wrap .form-group {
    margin-bottom: 0;
}

.tabs.typ-6 .tab-content {
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    max-height: inherit;
    padding: 0;
}

.tabs.typ-6 .tab-content .tab-pane {
    padding: 20px;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}

.tabs.typ-6 .nav-tabs {
    border: 0;
}

.tabs.typ-6 .nav-tabs>li {
    padding: 0;
}

.tabs.typ-6 .nav-tabs>li.active>a {
    box-shadow: 0 0 10px #ccc;
    border: 0;
    padding: 12px;
    margin: 0;
    color: #666666;
}

.tabs.typ-6 .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: var(--color1);
    display: block;
    transform: none;
    border: 0;
    bottom: -6px;
    height: 12px;
}

.tabs.typ-6 .nav-tabs>li.active>a:before {
    display: none;
}

.tabs.typ-6 .nav-tabs>li a {
    border-radius: 12px 12px 0 0;
    padding: 12px;
    margin: 0;
    text-align: center;
    margin-right: 0;
    font-size: 14px;
    color: #adadad;
}

.tabs.typ-6 .nav-tabs li a {
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.tabs.typ-6 .nav-tabs li a:hover:before,
.tabs.typ-6 .nav-tabs li a:hover:after {
    display: none;
}


/*  switch button */

.onoffswitch {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    font-size: 11px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:after {
    content: "";
    height: 15px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ff3d3d;
    color: #fbfbfb;
    color: var(--color1);
    text-align: right;
}

.onoffswitch-inner:before {
    content: "";
    height: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #309a65;
    text-align: left;
}

.onoffswitch-switch {
    display: block;
    height: 10px;
    width: 18px;
    /* margin: 6px; */
    background: #bfbbbb;
    position: absolute;
    /* top: 0;  */
    top: 3px;
    bottom: 0;
    border: 1px solid #bfbbbb;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.mod-filter-opt .lvl .filter-list .unit-filter-select .select2-choice,
.tag-filter .filter-container .filter-list .unit-filter-select .select2-choice {
    background: transparent;
    font-size: 12px;
    color: #666;
    box-shadow: none;
}

.unit-filters-drop .select2-results .select2-result-selectable .select2-result-label {
    font-size: 12px!important;
    color: #666!important;
}

.mod-filter-opt .lvl .filter-list .unit-filter-select .select2-choice .select2-arrow,
.tag-filter .filter-container .filter-list .unit-filter-select .select2-choice .select2-arrow {
    background: transparent;
    border: 0;
}

.mod-filter-opt .lvl .filter-list .unit-filter-select .select2-choice .select2-arrow b,
.tag-filter .filter-container .filter-list .unit-filter-select .select2-choice .select2-arrow b {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 9px;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background: transparent;
    border: none;
}

.mod-filter-opt .lvl .filter-list .unit-filter-select .select2-choice .select2-arrow b:before,
.tag-filter .filter-container .filter-list .unit-filter-select .select2-choice .select2-arrow b:before {
    transition: all 0.5s!important;
    /* content: "g"; */
    font-family: "cm17" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    color: #333;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}

.mod-filter-opt .lvl .filter-list .unit-filter-select .select2-choice:hover,
.mod-filter-opt .lvl .filter-list .unit-filter-select .select2-choice.active,
.tag-filter .filter-container .filter-list .unit-filter-select .select2-choice:hover,
.tag-filter .filter-container .filter-list .unit-filter-select .select2-choice.active {
    border-color: transparent;
    box-shadow: none;
    background: transparent;
    outline: none
}

@media only screen and (max-width: mobile) {
    .tabs.typ-9 .nav li a {
        font-size: 1.2rem;
        line-height: 1.4rem;
        padding: 4px;
    }
    .tabs.typ-9 .nav li a:before {
        height: 2px;
        bottom: -2px;
        left: 50%;
    }
    .tabs.typ-9 .nav li a:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #309462;
        bottom: -6px;
    }
}

@media only screen and (max-width:1024px) {
    .tabs.typ-3 .nav li {
        width: 50%;
    }
    .tabs.typ-9 .nav a {
        margin: 0 0 12px 0;
    }
}


/*   
  .mod-filter-opt .lvl .lvl2.typ-9{
      background: #000;
} */


/* .mod-filter-opt .lvl .lvl2.typ-9 .lyt-tag{
    height:100%;
}

  .mod-filter-opt .lvl .lvl2.typ-9 .lyt-tag{
      height:100%;
  } */


/*   
  .mod-filter-opt .lvl .lvl2.typ-9 .lyt-tag .tag-title {
    margin: 4px 6px 0 30px;
}

  .mod-filter-opt .lvl .lvl2.typ-9 .tab-category .cat-title1{
    padding-top: 50px;
  }

  .mod-filter-opt .lvl .lvl2.typ-9 .lyt-tag .bs-tag {
    padding: 3px 4px 4px 20px;
    display: inline-block;
}

   
  .mod-filter-opt .lvl .lvl2.typ-9 .lyt-tag .list .item {
    margin-bottom: 14px;
    display: block;
    float: none;
}


.mod-filter-opt .lvl .lvl2.typ-9 .lyt-tag .bs-tag .btn.icon:before {
    position: relative;
    top: 4px;
}  */


/* Variables.scss */


/*
.mod-filter-opt {
    display: none;
  }
  .mod-filter-opt .lvl {
    position: relative;
  }
  .mod-filter-opt .lvl .tabs .nav {
    padding-top: 6px;
    border-bottom: none;
  }
  .mod-filter-opt .lvl .tabs .nav .item {
    padding: 0;
  }
  .mod-filter-opt .lvl .tabs .nav .item a {
    font-size: 1.4rem;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 10px 6px;
  }
  .mod-filter-opt .lvl .tabs .tab-content {
    padding: 0;
  }
  .mod-filter-opt .lvl .act-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background: var(--color1) ;
    box-shadow: 0 -1px 5px -2px #a3a3a3;
    -webkit-box-shadow: 0 -1px 5px -2px #a3a3a3;
    -moz-box-shadow: 0 -1px 5px -2px #a3a3a3;
  }
  .mod-filter-opt .lvl .act-btn .btn-link {
    padding: 0 10px 0 0;
    margin: 5px 0 0 10px;
  }
  .mod-filter-opt .lvl .act-btn .btn-link.btn-cancel {
    border-right: 1px solid #ddd;
  }
  .mod-filter-opt .lvl .act-btn .btn-link:hover, .mod-filter-opt .lvl .act-btn .btn-link:focus {
    border-bottom: none;
  }
  .mod-filter-opt .lvl .act-btn .applied-filter {
    margin: 0 20px 0 0;
  }
  .mod-filter-opt .lvl .act-btn .apply-count {
    background: var(--color1) ;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #309462;
  }
  .mod-filter-opt .lvl .act-btn .rhs {
    float: right;
  }
  .mod-filter-opt .lvl .act-btn .rhs .btn {
    margin: 0 10px 0 0;
  }
  .mod-filter-opt .lvl .scroll-wrap {
    position: absolute;
    right: 0;
    left: 0;
    top: 95px;
    bottom: 52px;
    overflow-x: auto;
  }
  .mod-filter-opt .lvl .filter-list .item {
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease-in;
  }
  .mod-filter-opt .lvl .filter-list .item a {
    font-weight: 300;
    color: #333333;
    padding: 10px 30px 10px 12px;
    font-size: 1.6rem;
    line-height: 18px;
    display: block;
    position: relative;
    letter-spacing: 0.3px;
  }
  .mod-filter-opt .lvl .filter-list .item a .count {
    background: #ff9933;
    font-size: 1.2rem;
    line-height: 14px;
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    width: 20px;
    height: 20px;
    font-weight: 400;
    color: var(--color1) ;
    text-align: center;
  }
  .mod-filter-opt .lvl .filter-list .item a .icon-right-arrow {
    font-size: 1.2rem;
    line-height: 14px;
    right: 18px;
    top: 13px;
    color: #666666;
  }
  .mod-filter-opt .lvl .filter-list .item a:hover, .mod-filter-opt .lvl .filter-list .item a.active {
    background: #f9f9f9;
  }
  .mod-filter-opt .lvl .filter-list .item.active {
    background: #f9f9f9;
  }
  .mod-filter-opt .lvl .lvl2 {
    width: 320px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f9f9f9;
    z-index: 2;
    box-shadow: 1.5px 0 5px #ccc;
    transition: all 0.3s ease-in;
  }
  .mod-filter-opt .lvl .lvl2.active {
    right: -320px;
  }
  .mod-filter-opt .lvl .lvl2 .bs-search .form-control {
    background: transparent;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap {
    top: 44px;
    bottom: 0;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item {
    display: block;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-checkbox,
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-radio {
    width: 100%;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-checkbox .input-label,
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-radio .input-label {
    padding: 10px 34px;
    width: 100%;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-checkbox .input-label:before,
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-radio .input-label:before {
    left: 11px;
    top: 12px;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-checkbox .input-label:after,
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-radio .input-label:after {
    left: 16px;
    top: 14px;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-checkbox .input-label:hover,
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-radio .input-label:hover {
    background: #f2f2f2;
  }
  .mod-filter-opt .lvl .lvl2 .scroll-wrap .item .bs-radio .input-label:after {
    left: 14px;
    top: 15px;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag {
    padding: 6px 10px;
    overflow: auto;
    height: 51px;
    border-bottom: 1px solid #eee;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag .tag-title {
    float: left;
    margin: 2px 6px 0 0;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag .bs-tag .text {
    font-size: 1rem;
    line-height: 10px;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big {
    margin-bottom: 10px;
    height: auto;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big.last {
    border-bottom: 0;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .tag-title {
    display: block;
    float: none;
    margin: 7px 0 11px;
    font-size: 1.2rem;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .tag-title .icon {
    position: static;
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .cat-title {
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0 0 6px 0px;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .bs-tag {
    background: var(--color1) ;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .bs-tag .text {
    font-size: 1.1rem;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .bs-tag .icon {
    top: 2px;
    font-size: 0.8rem;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .list .item {
    margin-bottom: 7px;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .tag-category {
    padding-bottom: 6px;
  }
  .mod-filter-opt .lvl .lvl2 .lyt-tag.type-big .tag-category ul {
    display: inline-block;
    width: 100%;
  }
  .mod-filter-opt .lvl .lvl2.typ-with-filter .scroll-wrap {
    top: 154px;
  }
  .mod-filter-opt .lvl .lvl2 .tab-sub-options {
    display: none;
  }
  .mod-filter-opt .lvl .lvl2 .tab-sub-options.active {
    display: block;
    height: 100%;
    position: relative;
    overflow: auto;
  }
  .mod-filter-opt .lvl .lvl2 .tab-sub-options .form-wrap {
    text-align: center;
    padding: 20px 20px 10px;
  }
  .mod-filter-opt .lvl .lvl2 .tab-sub-options .form-wrap .form-group .form-control {
    background: transparent;
  }
  .mod-filter-opt .lvl .lvl2 .tab-sub-options .form-wrap .form-group.addon .form-control {
    padding-right: 32px;
  }
  .mod-filter-opt .lvl .lvl2 .tab-sub-options .form-wrap .form-group.addon .icon {
    top: 10px;
    right: 5px;
    font-size: 2rem;
    transform: none;
  }
  .mod-filter-opt .lvl .lvl2 .tab-sub-options .scroll-wrap.typ-yesno {
    top: 110px !important;
  }
  .mod-filter-opt .lvl1,
  .mod-filter-opt .lvl2 {
    position: relative;
    height: 450px;
    width: 320px;
  }
  .mod-filter-opt .lvl1 {
    box-shadow: -2px 0 5px #ccc;
    z-index: 4;
    background: var(--color1) ;
  }
  .mod-filter-opt .lvl1 .bs-radio input[type=radio]:not(old):checked + label:after {
    display: none;
  }
  .mod-filter-opt .lvl1 .bs-radio.typ-radio-btn input[type=radio]:not(old) + label:hover {
    color: #333333;
  }
  .mod-filter-opt .lvl2 .bs-search {
    margin: 0;
    box-shadow: 0px 0px 6px #eee;
  }
  .mod-filter-opt .lyt-filter.typ2 {
    background: var(--color1) ;
    padding: 14px 10px;
  }
  .mod-filter-opt .lyt-filter.typ2 .list .item {
    border-bottom: none;
    margin-right: 10px;
  }
  .mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn {
    margin-right: 1px;
  }
  .mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old) + label {
    border-radius: 0;
    background: #f3f5f5;
    border: none;
    font-weight: 400;
    padding: 4px 10px;
  }
  .mod-filter-opt .lyt-filter.typ2 .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked + label {
    color: var(--color1) ;
    background: #ff9c00;
  }
  .mod-filter-opt .lyt-filter.typ2.typ-operator {
    border: none;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 2px #eee;
  }
  .mod-filter-opt .lyt-filter.typ2.typ-operator > .title {
    margin-bottom: 7px;
  }
  .mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old) + label {
    padding: 2px 6px;
    background: var(--color1) ;
  }
  .mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn input[type=radio]:not(old):checked + label {
    background: #ff9c00;
  }
  .mod-filter-opt .lyt-filter.typ2.typ-operator .list .item .bs-radio.typ-radio-btn .icon {
    position: relative;
    font-size: 1.6rem;
    margin: 0;
  }
  .mod-filter-opt.active {
    display: block;
  }
  

  @media (max-width: mobile) {
    .mod-filter-opt .lvl .lvl2 {
      padding-top: 40px;
      left: -100%;
      right: 0;
      display: block;
      width: 100%;
      z-index: 5;
      position: fixed;
    }
    .mod-filter-opt .lvl .act-btn {
      padding: 10px 6px;
    }
  }
  @media (max-width: 768px) {
    .mod-filter-opt .lvl .lvl2 .tab-sub-options .form-wrap .form-group.addon .icon {
      left: auto;
    }
    .mod-filter-opt .lvl .filter-list .item a .count {
      line-height: 15px;
    }
  } */

.modal-content .panel .panel-heading {
    height: 52px !important;
    background: var(--color1) 0% 0% no-repeat padding-box important;
    box-shadow: 0px 2px 6px #0000001D important;
    border-radius: 10px important;
    opacity: 1 important;
    padding: 16px 24px 13px 24px !important;
}

.modal-content .panel .panel-heading h3 {
    text-align: left;
    font-family: 'Roboto';
    font-size: 14px !important;
    ;
    font-weight: bold !important;
    ;
    letter-spacing: 0.28px !important;
    ;
    color: var(--grey6) !important;
    ;
    opacity: 1;
}

.messagebox-container .panel-footer {
    border-top: 0px !important;
    padding: 0px 5px 18px 0px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.notification-count {
    color: var(--color1);
    background: #ff9933;
    position: absolute;
    font-size: 11px;
    line-height: 17px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    top: 3px;
    right: 34px;
    transform: translateX(22px);
    display: inline-block;
    font-weight: 600;
}

p.desc {
    word-break: break-all;
    margin: 0px 10px 0px 10px;
    font-size: 14px;
    line-height: 16px;
}

.desc b {
    font-weight: 700;
}

.history-delete {
    float: right;
    margin-right: 10px;
    margin-top: -7px;
    cursor: pointer;
    padding: 10px;
}

.history-viewmore {
    /*     float: right;
     margin-right: 10px;*/
}

.history-time {
    margin-left: 11px;
    font-weight: 700;
    /* margin-top: 10px; */
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

.history-view-parent p {
    line-height: 1.9;
}

.info-wrap {
    /* margin: 10px; */
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-weight: 300;
}

p.desc span.icon {
    font-size: 12px;
    vertical-align: initial;
}

.historyliactive {
    background: var(--color2) !important;
}

.historyli:hover {
    background: var(--color3);
}

.history-min-line-view {
    max-height: 50px;
}

.history-view-parent {
    overflow: hidden;
    margin-bottom: 20px;
}

.history-viewmore-btn-parent {
    height: 20px;
    float: right;
    margin: -20px 18px;
    padding-bottom: 10px;
    clear: both;
    cursor: pointer;
}

.history-tray .nicon {
    position: absolute;
    right: 13px;
    font-size: 32px;
    /* top: 84px; */
    /* bottom: 7px; */
    margin: -20px 0px;
}

.history-tray {
    margin-top: 35px;
}

.manage-dashboard-box {
    border-radius: 10px !important;
    background: var(--hueColor)!important;
    color: var(--color6)!important;
}

.white-background {
    background-color: white;
}

.dropdown.more-opt-wrap .dashboard-report-dropdown-menu {
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border: 1px solid var(--color6); */
    right: -6px;
    top: 40px;
    /* padding: 34px 20px; */
    /* width: 230px; */
    background: var(--hueColor);
    /* background: white; */
}

.dropdown.more-opt-wrap.open .btn-more-opt {
    z-index: 1119;
    position: relative;
    background: var(--color3);
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.dropdown.more-opt-wrap.open .btn-more-opt .icon.icon-more {
    position: relative;
    top: 2px;
}

.dropdown.more-opt-wrap .btn-more-opt .icon.icon-more:before {
    font-size: 18px;
}

.dropdown.more-opt-wrap.open .btn-more-opt .icon.icon-more:before {
    content: '\3d';
    font-size: 13px !important;
}


/* KPI changes 21/10/21 - NV - START */
.dropdown.more-opt-wrap.typ-kpi{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: transparent !important;
}
.dropdown.more-opt-wrap.typ-kpi .btn-more-opt{
    border: none;
    padding: 8px;
    border-radius: 0 0 0 18px;
    background: transparent;
    width: 34px;
    height: 36px;
}
.dropdown.more-opt-wrap.typ-kpi .btn-more-opt:hover{
    background: var(--color3);
    border-radius: 0 0 0 18px;
    width: 34px;
    height: 36px;
}
.dropdown.more-opt-wrap.typ-kpi .dropdown-menu{
    right: 40px;
    top: 11px;
    padding: 0;
}
.dropdown.more-opt-wrap.typ-kpi .dropdown-menu .swiper-slide{
    box-shadow: none;
    height: auto;
}
.dropdown.more-opt-wrap.typ-kpi .dropdown-menu ul{
    max-height: 86px;
    overflow-y: auto;
    padding: 1px 0;
}


.alert-count {
    height: 20px;
    background: #FFECD9;
    border: 1px solid transparent;
    display: inline-flex;
    padding: 1px 5px 1px 2px;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    position: absolute;
    right: 45px;
    top: 10px;
    min-width: 48px;
}
.alert-count .nicon{
    color: #FE9934;
    font-size: 24px;
    line-height: 17px;
}
.alert-count .count{
    color: var(--warningText);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 4px 0 0;
}
.alert-count:hover{
    border: 1px solid #FE9934;
}
.alert-count:hover .count{
    font-weight: bold;
}
/* KPI changes 21/10/21 - NV - END */

.dropdown .dropdown-menu.dashboard-report-dropdown-menu .link .text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000000;
}

.dropdown .dropdown-menu.dashboard-report-dropdown-menu .link .text:hover {
    color: var(--color6);
    /*    font-weight: 600;*/
}

.dropdown .dropdown-menu.dashboard-report-dropdown-menu .link:hover {
    background: transparent;
}

.dropdown.more-info-class {
    position: absolute;
    right: 64px;
    top: 25px;
    cursor: pointer;
    background: transparent;
    height: 20px;
    border-radius: 50%;
}

.dropdown.more-info-class.open .icon.icon-more-info {
    /*    width: 32px;
    height: 32px;*/
        /* background-color: var(--color3); */
        border-radius: 20px;
        background-position: center;
        position: relative;
        top: -4.2px;
        right: 0px;
}

.icon-download-dark {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/download-dark.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/download-dark.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-edit-dark {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/edit-dark.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/edit-dark.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-more-expand {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/expand1.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/expand1.svg) no-repeat 50% 50%;
    /* background: transparent url(/guilib/images/newicon/info.svg) 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 40px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
}

.icon-more-info {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/info-1.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/info-1.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.icon-published {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/published.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/published.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-huawei {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/huawei_icon.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/huawei_icon.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 28px;
    height: 22px;
    display: inline-block;
    /* vertical-align: middle; */
}

.icon-published_light {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/published_l.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/published_l.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-unpublished {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/unpublished.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/unpublished.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-unpublished_light {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/unpublished_l.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/unpublished_.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-clone {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/clone.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/clone.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/info.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
}

.icon-calendar {
    background: transparent url('/guilib/images/newicon/calendar.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 22px;
    height: 22px;
}

.icon-arrow-down-new {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/drill-into.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/drill-into.svg) no-repeat 50% 50%;
    /* background: transparent url('/guilib/images/newicon/arrow-down-1.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-email-new {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/mail-1.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/mail-1.svg) no-repeat 50% 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-email-new-white {
    background-color: white;
    -webkit-mask: url(/guilib/images/newicon/mail-1.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/mail-1.svg) no-repeat 50% 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-bottom: 3px;
    vertical-align: middle;
}

.icon-my-dashboard-new {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/grid-1.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/grid-1.svg) no-repeat 50% 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-filter-new {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/all-filter.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/all-filter.svg) no-repeat 50% 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    left: 9px;
}

.icon-trash-new {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/trash-2-1.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/trash-2-1.svg) no-repeat 50% 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.icon-add-new {
    background-color: var(--color6);
    -webkit-mask: url(/guilib/images/newicon/x-1.svg) no-repeat 50% 50%;
    mask: url(/guilib/images/newicon/x-1.svg) no-repeat 50% 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
}

.dashboardnamemaintag .cm-icon {
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background-color: white;
    top: -10px;
    position: relative;
    vertical-align: middle;
}

.swiper-slide .KPI_IMAGE_main_div,
.swiper-slide .mod-summary {
    background: var(--hueColor);
}
.swiper-slide .mod-summary{
    display: block;
}

.btn2.btn-edit-mode.drag .icon:before {
    color: var(--color6) !important;
    line-height: 32px !important;
    width: 32px !important;
    height: 32px !important;
}

.dropdown .dropdown-menu.more-info-dropdown-menu {
    width: 370px;
    border: 1px solid var(--color6);
    left: auto;
    right: 0;
    overflow-y: hidden;
}

.dropdown .dropdown-menu.more-info-dropdown-menu .link {
    float: left;
    width: 100%;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
    margin: 0 !important;
}

.dropdown .dropdown-menu.more-info-dropdown-menu .link:hover {
    background: transparent;
}

.dropdown .dropdown-menu.more-info-dropdown-menu .link .lbl-desc,
.dropdown .dropdown-menu.more-info-dropdown-menu .link .lbl-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
}

.mod-graph .graph-cont .panel-heading .title .dropdown .dropdown-menu.more-info-dropdown-menu .link {
    color: #000;
}

@media (min-width:360px) and (max-width: 991px) {
    .show-in-tab {
        display: block !important;
    }
}

@media (min-width:360px) and (max-width: 900px) {
    .show-in-tab {
        display: block !important;
    }
}

@media (min-width:901px) and (max-width: 4000px) {
    .hide-after-900 {
        display: none !important;
    }
    .show-in-tab {
        display: none !important;
    }
}


/* Vishal Nair CSS */

@media only screen and (max-width: 900px) {
    .hide-in-mobile {
        display: none !important;
    }
    .hide-in-desktop {
        display: block;
    }
    .pagination>li>a {
        padding: 6px 6px;
    }
    .ng-table-pager {
        text-align: center;
    }
    /* nilesh#080521 */
    .mod-report-action {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .reportdetailpagetablemaindiv div .ng-table-pager {
        width: auto !important;
        padding: 0 10px 28px;
    }
    .mod-report-action .bs-pagination {
        margin-bottom: 10px;
    }
    .ng-table-pager>.ng-table-counts {
        float: none !important;
    }
    .ng-table-pager .btn {
        margin: 15px 5px;
    }
    .choose-report {
        min-width: auto !important;
    }
    .dropdown .dropdown-menu.more-info-dropdown-menu {
        width: 260px;
    }
    .lock-date-range-btn {
        margin-bottom: 14px;
    }
    /* nilesh#070521*/
    /* .tick-mark-manage-mobile{
        position: absolute;
    right: 80px;
    top: 22px;
    }
    .cancel-mark-manage-mobile{
        position: absolute;
    right: 59px;
    top: 24px;
    } */
    /* nilesh#080521 */
    .icon-container-published {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.choose-report {
    min-width: 588px
}

.last-report-time {
    margin-right: 1%;
    float: right;
}

.last-report-time .report-time-msg {
    color: grey;
    font-style: italic;
    font-size: 12px;
}

.last-report-time .report-generated-on {
    color: grey;
    font-style: italic;
    font-size: 12px;
}

.lyt-report-detail.typ-summary-table {
    border: 1px solid var(--color6);
    border-radius: 10px;
    box-shadow: none;
}

.lyt-report-detail.typ-summary-table td,
.lyt-report-detail.typ-summary-table th {
    border: none;
    border-bottom: 1px solid var(--color6);
}

.lyt-report-detail.typ-summary-table .table td {
    width: 40%;
}

.lyt-report-detail.typ-summary-table .table td span {
    display: block;
    text-align: left;
}

.lyt-report-detail.typ-summary-table .table td:nth-child(2) {
    width: 40%;
}

.lyt-report-detail.typ-summary-table .table td:nth-child(2) span {
    display: block;
    text-align: right;
    font-weight: bold;
}

.lyt-report-detail.typ-summary-table .table {
    margin-bottom: 0;
}

.hide-in-desktop {
    display: none;
}

.bs-sec.dashboard-page {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 350px;
}

.panel-body.dashman-dashboard-panel.graph-container {
    padding: 15px 5px;
    box-shadow: 0px 3px 11px #00000029;
    /* overflow: hidden; */
}

.manage-dashboard-more-opt.open {
    z-index: 1;
}

.mgm_d_3menu {
    cursor: pointer;
}

.dropdown.more-opt-wrap .manage-dashboard-more-menu {
    /*    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid var(--color6);
    right: -21px;
    top: -20px;
    padding: 34px 20px;*/
    width: 210px;
    background: var(--hueColor);
    top: 40px;
    /* background: white; */
}

.dropdown .dropdown-menu.manage-dashboard-more-menu .link .text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--color6);
    line-height: 22px;
    margin-left: 0px;
}

.dropdown .dropdown-menu.manage-dashboard-more-menu .link .text:hover {
    color: var(--color6);
}

.dropdown .dropdown-menu.manage-dashboard-more-menu .link:hover {
    background: transparent;
}

.manage-dashboard-box.dashboard-unpublished {
    background-color: #FFF291 !important;
}

.manage-dashboard-box.dashboard-inherited {
    background-color: var(--accentColor) !important;
}

.manage-dashboard-box.dashboard-customized {
    background-color: var(--color3) !important;
}

svg {
    fill: var(--color6)
}


/*.highcharts-background {
	fill: var(--hueColor);
}*/

.panel-body .popup-text {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.btn.btn-secondary {
    border: none !important;
    vertical-align: inherit;
}

.btn.btn-secondary:active,
.btn.btn-secondary:hover {
    border: none;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.mod-graph .graph-cont.type-table {
    border: none;
}

.expandclass .mod-graph .graph-cont.type-table.typ2 {
    margin-top: -34px;
}

.modal-dialog {
    min-width: 340px;
    max-width: 600px;
}

.modal .panel-heading {
    padding: 13px 19px 13px;
}

.table {
    border: 1px solid #ddd;
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
    font-family: 'Roboto';
}


/* End changes */


/* Added for time frame issue Bug 11498 */

.edit-mode-timeframe .btn {
    margin: 0;
}

.edit-mode-preset-timeframe .btn.btn-secondary {
    margin: 0;
    margin-right: 15px;
    background: transparent;
}


/* End change */

.modal-dialog .panel-body {
    scrollbar-width: thin;
    scrollbar-color: var(--color6) var(--color1);
}


/* WebKit  and moz based browsers */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--color6);
}


/* Newtork Status Message */

.network-status {
    background: var(--color1);
    text-align: center;
    padding: 5px 0;
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    height: 30px;
    bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: white;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.network-status.offline {
    display: block;
    background: red;
}

.network-status.online {
    display: block;
    background: #036000;
}


/* End Network Status */


/* FireFox */

body * {
    scrollbar-width: thin;
    scrollbar-color: var(--color6) #ccc;
}



.mod-search{
    position: relative;
    width: 278px;
}
.mod-search .icon{
    position: absolute;
    font-size: 15px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.mod-search .collapsed_form_input{
    padding: 0 0 0 32px;
}

.disable-click {	
    pointer-events: none;	
    cursor: default;	
}

.collapsed_form_input.highlight-error {
    border: 1px solid var(--error2)
}

.highlight-error .form-control.select2-container{
    border: 1px solid var(--error2)
}

/* set-alert  */
.typ-set-alert .panel-body{
    padding: 0;
    min-height: 536px;
}
.typ-set-alert .panel-body .mod-set-alert{
    display: flex;
}
.typ-set-alert .panel-body .mod-set-alert .side-bar{
    width: 40%;
    /* min-height: 490px; */
    max-height: 536px;
    padding: 10px 0 0 0;
}
.typ-set-alert .panel-body .mod-set-alert .main-cont{
    width: 60%;
    /* min-height: 490px; */
    min-height: 536px;
    background: var(--color2);
    padding: 24px 24px 6px 24px;
}

.mod-set-alert .side-bar .list{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}
.mod-set-alert .side-bar .list.typ-scroll .item:last-child{
    position: fixed;
    bottom: 87px;
    left: 24px;
    opacity: 0.3;
    transition: all 0.5s ease;
    width: auto;
    margin: 0;
    padding: 0;
}
.mod-set-alert .side-bar .list.typ-scroll .item:last-child:hover{
    opacity: 1;
    margin: 0;
}
.mod-set-alert .side-bar .list .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    align-items: center;
    padding: 5px 4px 5px 24px;
    background: var(--color1);
}
.mod-set-alert .side-bar .list .item:nth-child(odd){
    background: var(--color2);
}
.mod-set-alert .side-bar .list .item:last-child,
.mod-set-alert .side-bar .list .item:last-child:hover{
    background: transparent;
    margin: 10px 0;
}
.mod-set-alert .side-bar .list .item:hover{
    background: var(--color3);
}
.mod-set-alert .side-bar .list .item .text{
    font-size: 14px;
    line-height: 16px;
    color: var(--mainColor);
    word-break: break-all;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.mod-set-alert .item .act-btn .nicon{
    font-size: 28px;
    line-height: 23px;
    padding: 0;
    cursor: pointer;
}
.mod-set-alert .item .act-btn .nicon-trash {
    color: var(--error3);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 38px;
    line-height: 23px;
}
.mod-set-alert .item .act-btn .nicon-trash:hover{
    background: var(--error1);
}
.mod-set-alert .item .act-btn{
    display: flex;
    align-items: center;
}
.mod-set-alert .item .act-btn .nicon-right {
    color:var(--mainColor);
    font-size: 36px;
    line-height: 20px;
}
.mod-set-alert .item .nicon-plus{
    font-size: 32px;
    line-height: 26px;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: var(--mainColor);
    text-align: center;
    color: var(--color1);
    margin-top: 6px;
}
.mod-set-alert .main-cont .from-sec{
    border-bottom: 1px solid var(--color5);
    margin: 0 0 18px 0;
    padding: 0 0 16px 0;
}
.mod-set-alert .main-cont .from-sec:last-child{
    border-bottom: none;
    margin: 0;
}
.mod-set-alert .main-cont .from-sec .head .title{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: var(--grey6);
}
.mod-set-alert .main-cont .from-sec .head .title.typ2{
    margin-bottom: 15px;
}
/* .mod-set-alert .main-cont .from-sec .cont .alert-user-type{
    font-size: 12px;
    font-weight: 600;
    color: var(--color6);
} */
.mod-set-alert .main-cont .from-sec .cont .bs-radio{
    margin-bottom: 12px !important;
    display: flex;
    align-items: center;
}
.mod-set-alert .main-cont .from-sec .cont .bs-radio:last-child{
    margin-bottom: 0 !important;
}
.mod-set-alert  .col2{
    display: flex;
    align-items: center;
}
.mod-set-alert .col2:first-child{
    margin-right: 16px;
}
.mod-set-alert  .col2 .col{
    width: 50%;
}
.mod-set-alert  .col2 .col .bs-checkbox{
    margin: 0;
}
.mod-set-alert  .col2 .col .collapsed_form_input{
    padding: 0 10px;
}
.mod-set-alert  .col2 .col:nth-child(2){
    margin: 0;
}
.mod-set-alert .main-cont .from-sec .cont .select2-dd{
    margin-bottom: 10px;
}
.mod-set-alert .main-cont .from-sec .cont .select2-dd:last-child{
    margin-bottom: 0;
}
.typ-set-alert .panel-body .panel-footer .act-wrap{
    display: flex;
    justify-content: space-between;
}
.mod-set-alert .from-sec .head{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mod-set-alert .from-sec .head .slect-dd{
    margin-bottom: 16px;
    width: 40%;
}
.mod-set-alert .from-sec .typ-col2{
    display: flex;
    margin-bottom: 12px;
}

.kpi-alert-modal .modal-dialog{
    max-width: 700px;
}
.kpi-alert-modal .collapsed_radio_btn_text{
    font-size: 12px !important;
    font-weight: 600;
}
.kpi-alert-modal  .mod-set-alert .main-cont .from-sec .cont .bs-radio{
    justify-content: space-between;
}
.kpi-alert-modal  .mod-set-alert .main-cont .from-sec .cont .bs-radio .rel-val{
    width: 100px;
    margin-left: 10px;
}
.kpi-alert-modal.modal .panel-footer{
    border-top:1px solid transparent;
}
.kpi-alert-modal.modal .typ-set-alert .panel-footer .act-wrap{
    display: flex;
    justify-content: space-between;
}
.kpi-alert-modal .modal-content .panel .panel-heading{
    position: relative;
}
.kpi-alert-modal .persona-dropdown .select2-results{
    height: 150px;
}
.kpi-alert-modal .persona-dropdown .select2-results{
    height: 150px;
}
.mod-set-alert .col2 .col .bs-checkbox .input-label{
    font-size: 12px;
    font-weight: 600;
    color: var(--color6);
}

.typ-set-alert .s_btn_small[disabled=disabled],
      .typ-set-alert .s_btn_small:disabled {
        background-color: rgb(222 221 221 / 99%) !important;
        border-color: #6b7070 !important;
        color: #8b8c8c !important;
      }

      .typ-set-alert .selectedalert {
        background: var(--color4) !important;
        cursor: default !important;
      }

      .typ-set-alert .alertlistele {
        cursor: pointer !important;
      }

      .typ-set-alert .seleted_add_new_btn {
        opacity: 1 !important;
      }



.dash_report_3dotmenu_li > .nicon{
    display: none;
}
.ul_for_swiper_slider_edit_mode li .mod-summary .more-opt-wrap .dash_report_3dotmenu_li{
    padding: 0 !important;
    width: 100% !important;
}

.modal-content .panel.panel-default.addremove-col .panel-body{
    min-height: 500px;
}
.addremove-col .table tr{
    height: 51px;
}
.addremove-col .table tr .dropdown .nicon-filter{
    right: 0;
    height: 51px;
    line-height: 60px;
    padding: 0 9px;
    cursor: pointer;
}
.addremove-col .table tr .dropdown .nicon-filter:hover{
    background: var(--color4);
}
.addremove-col .table tr .dropdown .dropdown-menu{
    right: 0;
    left: auto;
}
.addremove-col .table tr .dropdown .dropdown-menu.typ-icon .link{
    padding: 16px 14px 16px 14px;
}
.addremove-col .table tr .dropdown .dropdown-menu.typ-icon .item.active .link{
    background: var(--color4);
}
.addremove-col .panel-body{
    padding: 0;
    max-height: initial;
    overflow-y: hidden;
}
.addremove-col .panel-body .table-responsive{
    max-height: 440px;
    min-height: 380px;
    overflow-x: auto;
}
.addremove-col .col-2{
    display: flex;
    justify-content: space-between;
}
.addremove-col .col-2 .lhs{
    width: 460px;
}
.addremove-col .col-2 .lhs .bs-search{
    padding: 10px 24px;
    height: 60px;
}
.addremove-col .col-2 .lhs .bs-search .search-input{
    width: 100%;
    right: auto;
    top: auto;
}
.addremove-col .col-2 .rhs{
    width: 340px;
}
.addremove-col .audience-list.table td{
    vertical-align: middle;
}
.addremove-col .audience-list.table td:last-child{
    text-align: right !important;
}
.addremove-col .audience-list.table td .btn-link,
.addremove-col .audience-list.table td .btn-link:hover{
    color: var(--color6);
    font-weight: 600;
    font-size: 14px;
    border-bottom: none;
}
.addremove-col .audience-list.table tbody tr:nth-child(odd){
    background: transparent !important;
}
.addremove-col .audience-list.table tbody tr:nth-child(even),.addremove-col .audience-list.table thead tr{
    background: var(--color2) !important;
}
.addremove-col .audience-list.table tr.selected{
    position: relative;
}
.addremove-col .audience-list.table thead{
    position: sticky;
    top: 0;
    z-index: 3;
}
.active-state{
    display: none;
}
.addremove-col .audience-list.table tr.selected .active-state{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    background: var(--color3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
}
.addremove-col .audience-list.table tr.selected .active-state .text{
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
}
.addremove-col .audience-list.table tr.selected .active-state .nicon{
    font-size: 30px;
    line-height: 20px;
}
.addremove-col  .rhs .graph-list-cont .graph-title{
    background: var(--color2) !important;
    padding: 10px 24px 10px 18px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.addremove-col  .rhs .graph-list-cont .sec-scroll{
    max-height: 440px;
    overflow-x: auto;
    min-height: 440px;
}
.addremove-col  .rhs .graph-list-cont .graph-list li {
    background: var(--color1) !important;
}
/* .addremove-col  .rhs .graph-list-cont .graph-list li .item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 37px 10px 0;
    position: relative;
    background: var(--color1) !important;
} */
li.graph-list-item .item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 37px 10px 18px;
    position: relative;
    background: var(--color1) !important;
    min-height: 51px;
}
/* li.graph-list-item .item:focus-within{
    background: var(--color6) !important;
} */
.addremove-col  .rhs .graph-list-cont .graph-list li:nth-child(even) .item{
    background: var(--color2) !important;
}
.addremove-col .table thead tr th{
    position: relative;
} 
.addremove-col .table thead tr th .nicon{
    position: absolute;
    right: 0;
    font-size: 30px;
    line-height: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
li.graph-list-item .item .drag-btn .nicon{
    font-size: 26px;
    line-height: 100%;
    cursor: pointer;
}
li.graph-list-item .item .cont-wrap .title{
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

li.graph-list-item .item .graph-list-count{
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--grey7);
}

li.graph-list-item .item .cont-wrap{
    margin-left: 10px;
}
li.graph-list-item .item .cont-wrap .subtext{
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    text-transform: capitalize;
}
li.graph-list-item .item .nicon-close{
    font-size: 46px;
    line-height: 33px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}
.addremove-col  .panel-footer .text-center{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.addremove-col  .panel-footer .text-center .btn{
    margin: 0;
}
.addRemoveCol-btn .s_btn_small,
.addRemoveCol-btn .s_btn_small:hover{
    padding: 0 20px;
    width: auto;
}
/* .addremove-col .rhs .graph-list-cont .graph-list .angular-ui-tree-placeholder{
    background: var(--color6) 0% 0% no-repeat padding-box;
    border: 2px solid #33AEFB;
} */
