﻿@font-face {
    font-family: MontserratLight;
    src: url(../fonts/Montserrat-Light.ttf);
    }
    @font-face {
    font-family: MontserratMedium;
    src: url(../fonts/Montserrat-Medium.ttf);
    }
    @font-face {
    font-family: MontserratRegular;
    src: url(../fonts/Montserrat-Regular.ttf);
    }
    @font-face {
    font-family: MontserratSemiBold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
    }
    @font-face {
    font-family: MontserratBold;
    src: url(../fonts/Montserrat-Bold.ttf);
    }
    @font-face {
    font-family: MontserratExtraBold;
    src: url(../fonts/Montserrat-ExtraBold.otf);
    }
    @font-face {
    font-family: RobotoMonoRegular;
    src: url(../fonts/RobotoMono-Regular.ttf);
    }
    @font-face {
    font-family: RobotoMonoMedium;
    src: url(../fonts/RobotoMono-Medium.ttf);
    }
    @font-face {
    font-family: RobotoMonoLight;
    src: url(../fonts/RobotoMono-Light.ttf);
    }
    @font-face {
      font-family: RobotoMonoBold;
      src: url(../fonts/RobotoMono-Bold.ttf);
      }
    @font-face {
    font-family: PunktLTProLight;
    src: url(../fonts/PunktLTPro-Light.otf);
    }
    @font-face {
    font-family: PunktLTProRegular;
    src: url(../fonts/PunktLTPro-Regular.otf);
    }
    @font-face {
    font-family: YantramanavLight;
    src: url(../fonts/Yantramanav-Light.ttf);
    }
    @font-face {
    font-family: YantramanavRegular;
    src: url(../fonts/Yantramanav-Regular.ttf);
    }
    @font-face {
    font-family: YantramanavMedium;
    src: url(../fonts/Yantramanav-Medium.ttf);
    }
    @font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
    }
    @font-face {
    font-family: PoppinsBold;
    src: url(../fonts/Poppins-Bold.ttf);
    }
    @font-face {
    font-family: PoppinsSemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
    }

    body {
    background-color:#060606 !important; font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important; background:#060606;}
    *{margin:0px; padding:0px;}
    a {text-decoration:none;}
    img {border:0px;}
    .clear, .clearfix {clear:both; width: 100%;}
    ul li {list-style-type:none;}
    .b1px {border:1px solid #b7b7b7;}

    .mtop05 {margin-top:5px;}
    .mtop10 {margin-top:10px;}
    .mtop15 {margin-top:15px;}
    .mtop20 {margin-top:20px;}
    .mtop25 {margin-top:25px;}
    .mtop30 {margin-top:30px;}
    .mtop35 {margin-top:35px;}
    .mtop40 {margin-top:40px;}
    .mtop50 {margin-top:50px;}
    .mtop60 {margin-top:60px;}
    .mbottom30{margin-bottom:30px;}
    .mright5{margin-right: 5px;}
    .nomarginbottom{margin-bottom: 0;}
    .nomargintop{margin-top: 0 !important;}
    .custMtop{margin-top:50px}
    .formGropInput{margin-top: 38px;}
    .custEditor .card{margin-bottom: 0;}
    button {/* border-radius:0px !important; */ outline: 0px !important;}
    .textCenter{text-align: center;}
    .nopaddingTop{padding-top: 0 !important;}
    /*For Input background Bg in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:focus{
        transition: background-color 600000s 0s, color 600000s 0s;
    }
    input[data-autocompleted] {
        background-color: transparent !important;
    }

    .report_result_shareLabelInput input:-webkit-autofill,
    .report_result_shareLabelInput input:-webkit-autofill:focus{
        transition: background-color 600000s 0s, color 600000s 0s;
    }
    .report_result_shareLabelInput input[data-autocompleted],
    .custBrandTreeList input[data-autocompleted] {
      background-color: transparent !important;
    }

    .custBrandTreeList input:-webkit-autofill,
    .custBrandTreeList input:-webkit-autofill:hover,
    .custBrandTreeList input:-webkit-autofill:focus{
      -webkit-text-fill-color: white;
      -webkit-box-shadow: 0 0 0px 1000px rgba(63, 63, 63, 1) inset;
      transition: background-color 600000s ease-in-out 0s;
    }

    input.report_assetsManager_filterInput:-webkit-autofill,
    input.report_assetsManager_filterInput:-webkit-autofill:hover,
    input.report_assetsManager_filterInput:-webkit-autofill:focus{
      -webkit-text-fill-color: white;
      -webkit-box-shadow: 0 0 0px 1000px rgba(15, 15, 15, 1) inset;
      transition: background-color 600000s ease-in-out 0s;
    }

    /*For Input background Bg in Chrome*/
    .custWordbrakdiv{
      hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      word-break: break-word;
      -ms-word-break: break-all;
      word-wrap: break-word;
    }
    /* Loader */
    .cust_box > .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1010 !important;
      /* background: rgba(255, 218, 95, 0.5); */
      /* background: rgba(0, 0, 0, 0.5); */
      background: rgba(255, 255, 255, 0.5) !important;
      border-radius: 0px;
    }
    .cust_box > .overlay.dark {
      /* background: rgba(0, 0, 0, 0.5); */
      background: rgba(255, 255, 255, 0.5) !important;
    }
    .cust_box > .loading-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1020;
      background: transparent url('../images/ajax-loader.gif') 50% 50% no-repeat;
    }
    div.dts div.dts_loading{color: #ffffff;}
    /* END Loader */

    /* HTML Loader */
    .cust_box >  .lds-default {
      /* display: inline-block;
      position: relative;
      width: 80px;
      height: 80px; */
      width: 80px;
      height: 80px;
      position: absolute;
      /*left: 50%;
      top: 50%;*/
      /* Firefox */
      left: -moz-calc(50% - 40px);
      /* WebKit */
      left: -webkit-calc(50% - 40px);
      /* Opera */
      left: -o-calc(50% - 40px);
      /* Standard */
      left: calc(50% - 40px);

      /* Firefox */
      top: -moz-calc(25% - 40px);
      /* WebKit */
      top: -webkit-calc(25% - 40px);
      /* Opera */
      top: -o-calc(25% - 40px);
      /* Standard */
      top: calc(25% - 40px);
      z-index: 1020;

      /* transform: scale(0.5); */
    }
    .cust_box > .lds-default div {
      position: absolute;
      width: 6px;
      height: 6px;
      background: #88AB88;
      border-radius: 50%;
      animation: lds-default 1.2s linear infinite;
    }
    .cust_box > .lds-default div:nth-child(1) {
      animation-delay: 0s;
      top: 37px;
      left: 66px;
    }
    .cust_box > .lds-default div:nth-child(2) {
      animation-delay: -0.1s;
      top: 22px;
      left: 62px;
    }
    .cust_box >  .lds-default div:nth-child(3) {
      animation-delay: -0.2s;
      top: 11px;
      left: 52px;
    }
    .cust_box >  .lds-default div:nth-child(4) {
      animation-delay: -0.3s;
      top: 7px;
      left: 37px;
    }
    .cust_box > .lds-default div:nth-child(5) {
      animation-delay: -0.4s;
      top: 11px;
      left: 22px;
    }
    .cust_box > .lds-default div:nth-child(6) {
      animation-delay: -0.5s;
      top: 22px;
      left: 11px;
    }
    .cust_box > .lds-default div:nth-child(7) {
      animation-delay: -0.6s;
      top: 37px;
      left: 7px;
    }
    .cust_box > .lds-default div:nth-child(8) {
      animation-delay: -0.7s;
      top: 52px;
      left: 11px;
    }
    .cust_box > .lds-default div:nth-child(9) {
      animation-delay: -0.8s;
      top: 62px;
      left: 22px;
    }
    .cust_box > .lds-default div:nth-child(10) {
      animation-delay: -0.9s;
      top: 66px;
      left: 37px;
    }
    .cust_box >  .lds-default div:nth-child(11) {
      animation-delay: -1s;
      top: 62px;
      left: 52px;
    }
    .cust_box >  .lds-default div:nth-child(12) {
      animation-delay: -1.1s;
      top: 52px;
      left: 62px;
    }
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/* End HTML Loader */

    /*DropBox Start*/
    .cust_dropbox_container { width:85%; margin:0 auto;}
    .cust_dropbox_container .table{margin: 0;}
    .cust_dropbox_container table {
      border-collapse: collapse;
      width: 100%;
    }
    .cust_dropbox_container .cust_dropbox_scrollbar thead th {
      position: sticky;
      top: 0;
    }
    .cust_dropbox_container .cust_dropbox_scrollbar {
      overflow-y: auto;
      height:384px;
    }
    .cust_dropbox_container .cust_dropbox_container_breadcrumb{border-bottom: 1px solid #dee2e6; padding-bottom: 15px; margin-bottom: 5px; width: 100%;}
    .cust_dropbox_container .cust_dropbox_container_breadcrumb span{cursor: pointer;}
    .cust_dropbox_container .cust_dropbox_container_breadcrumb span:first-child,
    .cust_dropbox_container .cust_dropbox_container_breadcrumb span:last-child{cursor: default;}

    /*.cust_dropbox_container_folderName,
    .cust_dropbox_container_breadcrumb{
      display:inline-block;
    }*/

    .cust_dropbox_container_folderName,
    .cust_dropbox_container_breadcrumb,
    .cust_dropbox_container .cust_dropbox_checkboxWtitle{
      display: flex;
      align-items: center;
    }

    .cust_dropbox_container .cust_dropbox_container_breadcrumb i,
    .cust_dropbox_container_folderName i{
      font-size: 22px;
      margin-right: 10px;
      /*display: inline-block;
      vertical-align: middle;*/
    }
    .cust_dropbox_container .cust_dropbox_container_breadcrumb span:last-child{
      display: inline-block;
    }
    .cust_dropbox_container .cust_dropbox_checkboxWtitle label{margin-bottom: 0; margin-left: 10px;}
    .cust_dropbox_container .cust_dropbox_container_breadcrumb_divider{
      color: #212529;
      font-size:18px;
      font-weight: bold;
      position:relative;
      top:2px;
      margin: 0 5px;
      cursor: default !important;
    }
    .cust_dropbox_container .cust_dropbox_container_folderName,
    .cust_dropbox_container .cust_dropbox_checkboxWtitle input,
    .cust_dropbox_container .cust_dropbox_checkboxWtitle label{
      cursor: pointer;
    }

    .cust_dropbox_container .cust_dropbox_checkboxWtitle label{
      width:150px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;}
    .cust_dropbox_container .table thead th{border: 0px; background-color: #ffffff;}
    .cust_dropbox_container .table tbody td{border-top: 0; padding: 15px 10px;}
    .cust_dropbox_container .table thead th:first-child,
    .cust_dropbox_container .table tbody td:first-child{padding-left: 0px;}

    .cust_dropbox_container .cust_dropbox_checkboxWtitle input[type="checkbox"]{
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0;
      background: transparent;
      height: 20px;
      width: 20px;
      border: 1px solid #b1b3b5;
    }

    .cust_dropbox_container .cust_dropbox_checkboxWtitle input[type="checkbox"]:checked{
      background:#88AB88 ;
    }

    .cust_dropbox_container .cust_dropbox_checkboxWtitle input[type="checkbox"]:after{
      content: '';
      position: relative;
      left: 36%;
      top: 16%;
      width: 30%;
      height: 60%;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      display: none;
    }

    .cust_dropbox_container .cust_dropbox_checkboxWtitle input[type="checkbox"]:checked:after{
      display: block;
    }

    .report_result_sorting_list_container,
    .report_result_compare_searchFilter_container {
      position: absolute;
      /* right: 28px; */
      right:15px;
      top: 50px;
      z-index: 9;
      background-color: #060606;
      color: #ffffff;
      border-radius: 2px;
    }

    .cust_dropbox_container_p20 {
        padding: 20px
    }
    .cust_dropbox_container_left {
        float: left;
        width: 40%;
    }
    .cust_dropbox_container_right {
        float: right;
        width: 60%;
    }
    .cust_dropbox_container_right_holder ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }
    /*DropBox End*/

    .wordbreak,
    .table-bordered td:nth-child(2),
    .table-bordered td:nth-child(3),
    .table-bordered td:nth-child(4),
    .table-bordered td:nth-child(5) {
      hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      word-break: break-word;
      -ms-word-break: break-all;
      word-wrap: break-word;
    }
    input[type=text]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    }

    /* Start Legends outside in Div */
    [class$="-legend"] {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
    }

    [class$="-legend"] li {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    }

    [class$="-legend"] li.hidden {
    text-decoration: line-through;
    }

    [class$="-legend"] li span {
    border-radius: 0px;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
    }
    /* End Legends outside in Div */

    /* .validate-mark {background:url(../images/green.png) no-repeat -22px 0px; width:20px; height:20px; display:inline-block; position:absolute; right:10px; top:10px;} */
    .box-primary {position: relative;}
    .hide {display:none !important;}
    .data-capture-form {max-width:800px; width:100%; margin:20px auto;}
    .data-capture-form .box-title {padding:0 15px;}
    .dropdownDownArrow {
    background:rgba(63, 63, 63, .5) url(../images/drop-down-icon.svg) no-repeat right 10px center !important;
    padding-right:28px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    }

    /* Start Custom Bootstrap */

    .layout-fixed .main-sidebar {overflow-x: hidden;}
    .modal {padding-right: 0px !important; overflow-y:auto !important;}
    .modal .modal-dialog {border-radius: 8px;}
    .modal-dialog {
    border: 0px !important;
    }

    .layout-fixed .modal {padding-right: 0px !important;}
    .layout-fixed .modal-dialog {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    border: 1px solid #ffffff !important;
    }
    .layout-fixed .modal-content {
    background-color: #000000 !important; border:0px;
    border: 1px solid rgba(0,0,0,.2) !important;
    }
    .layout-fixed .modal-header {
    font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: normal;
    background-color:rgba(255,209,55, 1);
    border-bottom: 0px !important;
    padding:10px 15px !important;
    border-top-left-radius: calc(.3rem - 1px) !important;
    border-top-right-radius: calc(.3rem - 1px) !important;
    }
    .layout-fixed .modal-body {
    font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: normal;
    }
    .layout-fixed .modal-footer {border: 0px; padding-top: 0px;}
    .modal-title {font-size: 14px;}
    .modal-footer .btn {font-size: 14px;}
    .modal-dialog label {font-weight: normal !important;}

    .bootstrap-dialog-header {width:100%;}
    .bootstrap-dialog-header .bootstrap-dialog-title {
    width:80%; float:left; color:#000000 !important;
    font-size: 14px;
    }
    .bootstrap-dialog-header .bootstrap-dialog-close-button {width:20%; float:right;}
    /*.bootstrap-dialog.type-primary .modal-header {background-color: #007bff;}
    .bootstrap-dialog.type-default .modal-header {background-color: #ffffff;}
    .bootstrap-dialog.type-warning .modal-header {background-color: #ffc107;}
    .bootstrap-dialog.type-success .modal-header {background-color: #28a745;}
    .bootstrap-dialog.type-info .modal-header {background-color: #17a2b8;}
    .bootstrap-dialog.type-danger .modal-header {background-color: #dc3545;}*/
    .modal-footer .btn.btn-primary,
    .modal-footer .btn.btn-default {float:right;}

      /* FrontEnd */
      .modal-frontend .modal-content {
        background-color: #060606 !important;
        /* border: 1px solid #88AB88 !important; */
        border:0px !important;
        border-radius: 8px !important;
        box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow:6px 6px 14px rgba(0, 0, 0, 0.08);
        -moz-box-shadow:6px 6px 14px rgba(0, 0, 0, 0.08);
      }
      .modal-frontend .modal-header {
        font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif !important;
        font-size: 18px !important;
        color: #ffffff !important;
        background-color: #060606 !important;
        border-bottom: 0px !important;
        padding: 15px 15px !important;
        -webkit-border-radius: 8px 8px 0px 0px !important;
        -moz-border-radius: 8px 8px 0px 0px !important;
        border-radius: 8px 8px 0px 0px !important;
        /* width: 85%;
        margin: 0 auto; */
      }

      .modal-dialog-html-editor .modal-header .close,
      .modal-dialog-newReport .modal-header .close,
      .custModalHeadrwidth .modal-header .close,
      .modal_dialog_add_from_sonic_library .modal-header .close{position: absolute; right:15px; top: 10px;}

      .modal-frontend .modal-header .modal-title {
        font-family:"MontserratBold", Arial, Helvetica, sans-serif !important;
        font-size: 22px !important;
        padding-top: 20px;
      }
      .modal-frontend .modal-header .modal-para{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        font-size: 14px;
        /* color: #434343; */
        color: #ffffff;
        margin:10px 0px 0px 0px;
        line-height: 20px;
      }

      .modal-frontend .modal-header .ptop30{padding-top:30px !important;}
      .modal-frontend .modal-content .plr{padding: 0 40px;}

      .modal-frontend .modal-dialog {border: 0px !important;}
      .modal-frontend .modal-dialog,
      /*.modal-frontend .modal-content,
      .modal-frontend .modal-header,*/
      .modal-frontend .modal-footer {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
      }
      .modal-frontend .modal-dialog-newReport{max-width:600px !important;}
      .modal-frontend .modal-dialog-newReport-removeAsset{max-width:380px !important;}
      .modal-dialog-newReport-removeAsset .modalTextItalic{font-weight: bold; font-style:italic}
      .modal-frontend .modal-dialog-upload-queue-asset{max-width:90%; /*margin: 0 auto;*/}
      /* .modal-frontend .modal-dialog-html-editor{max-width:90% !important;} */
      .modal-frontend .modal-dialog-html-editor{max-width:40% !important;}
      .modal-frontend .modal_dialog_report_result_comapre_search,
      .modal-frontend .modal_dialog_add_from_sonic_library{max-width:80%; }
      .modal-frontend .modal-dialog-cust-dropbox,
      .modal-frontend .modal_dialog_report_result_allMoodmean{max-width:800px; margin: 0 auto;}
      /* .modal-frontend .modal-dialog-advanced_selection_report_result{max-width:500px; margin: 0 auto;} */
      .modal-frontend .modal_advanced_selection_report_result{max-width:600px; margin: 0 auto;}
        .modal-frontend .modal-body {
        /*font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif !important;*/
        color: #ffffff !important;
        font-size: 15px !important;
      }
      /*.modal-frontend .modal-body .btn.btn-primary,
      .modal-frontend .modal-body .btn.btn-default,
      .modal-frontend .modal-body .btn.btn-disabled {
        font-family:"MontserratMedium", Arial, Helvetica, sans-serif !important;
        color: #ffffff !important;
        font-size: 14px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        padding:12px 60px;
      }
      */
       .modal-body .btn{
        font-family:"MontserratMedium", Arial, Helvetica, sans-serif !important;
        color: #ffffff !important;
        font-size: 14px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        padding:10px 50px !important;
        border: 0px !important;
      }

      .modal-frontend .modal-body .btn.btn-primary {
        background-color: #88AB88 !important;
        border: 1px solid #88AB88 !important;
      }


      .modal-frontend .modal-body .btn.btn-default,
      .btn.btn-default {
        background-color:transparent !important;
        /* color: #8A8787 !important; */
        color: #fff !important;
        border: 1px solid #88AB88 !important;
        /* border-radius: 0px !important; */
      }

      .btn.btn-addfilter{
        background-color: rgba(50, 50, 50, 1) !important;
        color:#3D3D3D;
        border-radius: 4px !important;
        width:auto;
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        padding: 10px 30px !important;
      }

      .modal-frontend .modal-body .btn.btn-closeMoodmean {
        background-color: #3c464d;
        color: #ffffff;
      }
      .modal-frontend .modal-body .btn.btn-disabled, .btn.btn-disabled {
        background-color:#C4C4C4 !important;
        color: #000000 !important;
        cursor: not-allowed;
        pointer-events: none;
        /* border-radius: 0px !important; */
        border: 1px solid #C4C4C4 !important;
      }

      .modal-frontend .modal-body label {
        font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif !important;
        color: #ffffff !important;
        font-size: 15px !important;
      }

      .modal-btn-mleft10{margin-left: 15px;}
      .modal-frontend-closeBTN{position: relative; top: -40px; border: none !important; background: transparent !important;}
      /* End FrontEnd */
    #previewCV .modal-content {background-color: #d9d8d6 !important; border:0px; }
    #previewCV .modal-content .lpbody_col {color: #000000 !important;}
    #previewCV .bootstrap-dialog-body .lpbody_col {padding:20px 15px;}
    #previewCV .bootstrap-dialog-body .lp_body {margin: 0px auto 20px auto;}
    .btn.btn-primary,
    .btn.btn-default,
    .btn.btn-addfilter {
      -webkit-border-radius:0px;
      -moz-border-radius:0px;
      border-radius:0px;
    }
    .btn.btn-cust {
    display: inline-block;
    width: auto;
    }
    .btn.btn-secondary {
      background-color: #757575 !important;
      border: 0px;
    }

    /*Assets Types Button*/
    .btn-assetsTypes{
      border-radius: 30px;
      font-family: "MontserratRegular", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height:17px;
      /* color: #252631; */
      color: #FFFFFF;
      padding: 9px 10px;
      display: inline-block;
      text-align: center;
      width: 145px;
     /*text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; */
    }
    .btn-assetsTypeAudioAd{background: #c3d5c3; color: #ffffff;}
    .btn-assetsTypeAudioLogo{background: #ffdb8f; color: #ffffff;}
    .btn-assetsTypeFunctionalSound{background: #bcebff; color: #ffffff;}
    .btn-assetsTypeMusic{background:#f4c6c1; color: #ffffff;}
    .btn-assetsTypePodcastClip{background: #d4dffe; color: #ffffff;}
    .btn-assetsTypeVoiceover{background: #eecaff; color: #ffffff;}
    .btn-assetsTypeVideoAd{background: #e6a1ad; color: #ffffff;}
    .report_result_custAssetBTN{width: 145px; border-radius: 30px; text-align:center; padding: 10px 15px; font-size:12px; font-family: "MontserratRegular", Arial, Helvetica, sans-serif; color:#222529 !important;}
    /*Assets Types Button END*/

    /*Editor Start*/
    .note-editor .btn{
        color:#000 !important;
        background: #fff !important;
        border-color: #dae0e5 !important;
        padding: 0.28rem 0.65rem !important;
        font-size: 13px !important;
        border-radius: 0.2rem !important;
        box-shadow: none !important;
        display: inline-block !important;
        font-weight: 400 !important;
        border: 1px solid transparent !important;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    }

    .col-md-4, .col-md-6 {float:left;}
    .hide {display:none;}
    #modal_overlay {background-color:rgba(84, 84, 84, 0.6) !important;}
    /* End Custom Bootstrap */
    .tbl_recognitionBlock td,
    .tbl_blockOfExp td,
    .tbl_Qualitative td {padding: 0px !important; border: 0px !important;}

    .tbl_recognitionBlock .fl {float: left; width: 25%;}
    .tbl_recognitionBlock .fr {float: right; width: 75%; padding-left:10px;}
    .tbl_recognitionBlock .fr textarea {width: 100%;}

    .tbl_blockOfExp .fl {float: left; width: 75%;}
    .tbl_blockOfExp .fr {float: right; width: 25%; padding-left:10px;}

    .tbl_Qualitative .fl {float: left; width: 75%;}
    .tbl_Qualitative .fr {float: right; width: 25%; padding-left:10px;}

    /* Editors */
    .note-editable {height: 150px !important; height: 100%;}
    .note-editor.note-frame .note-editing-area .note-editable ul,
    .note-editor.note-airframe .note-editing-area .note-editable ul {padding-left: 30px;}
    .note-editor.note-frame .note-editing-area .note-editable ul li,
    .note-editor.note-airframe .note-editing-area .note-editable ul li {list-style-type: disc;}
    .note-editor.note-frame .note-editing-area .note-editable ol,
    .note-editor.note-airframe .note-editing-area .note-editable ol {padding-left: 30px;}

    .note-editor.note-frame .note-editing-area .note-editable{background-color: #000 !important; color: #fff !important;}
    .note-editor.note-frame .note-statusbar{background-color: #000 !important;}
    .note-editor .note-toolbar.card-header {padding: 0px 5px !important;}
    .note-editor.note-frame .note-statusbar{border-top: 1px solid #88AB88 !important;}
    .note-editor.note-frame{border: 1px solid #88AB88 !important; border-radius: 4px !important;}
    .note-modal .modal-dialog{outline: 1px solid #88AB88 !important; border-radius: 5px !important;}
    .note-modal .modal-dialog .close{color: #fff !important; font-size: 2rem !important;}
    .note-btn-group button:nth-child(3),
    .note-fontname,
    .note-table,
    .note-btn-group .btn-fullscreen,
    .note-btn-group .btn-codeview{display:none !important;}
    .note-editor.note-frame.card{background-color: #000 !important;}
    /*.note-btn-group button:nth-child(2){margin-left:2px !important;}*/

   .note-font button:nth-child(1),
   .note-insert button:nth-child(1),
   .note-color-all button:nth-child(1){margin-right: 3px !important;}
   .note-toolbar>.note-btn-group{margin-right: 2px !important;}
   .note-para button:nth-child(2){margin:0 3px 0 2px !important;}

    /* End Editors */


    /* Admin LTE & Bootstrap */
    .data-capture-form .card {
    background-color: #202125;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,.356);
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.356);
    -moz-box-shadow:0 0 5px rgba(0,0,0,.356);
    border-radius: 0px;
    }
    .note-editor {border-radius: 0px !important;}
    .data-capture-form #accordion .card-header,
    .note-editor .note-toolbar.card-header {
    padding:0px;
    }
    .footer-editor .note-editor.note-frame.card {
    margin-bottom: 0px !important;
    }
    .data-capture-form #accordion .card-title {
    line-height: 15px;
    }
    .data-capture-form .card .card-title {width: 100%;}
    .data-capture-form .card .card-title a {width: 100%; display: inline-block;}
    .data-capture-form .card .card-title a,
    .data-capture-form .card .card-title a.card-link {
    font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif !important;
    width: 100%;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffd137 !important;
    padding: 15px 20px 13px 20px;
    }
    .data-capture-form .table td,
    .data-capture-form .table th {
    padding: 5px;
    }
    table.tbl_SonicUsage,
    table.tbl_sonicUsageIndustryAvg,
    table.tbl_MostPopularVideos,
    table.tbl_aDayInMyLife,
    table.tbl_blockOfExp {margin-bottom: 0px;}
    table.tbl_SonicUsage td,
    table.tbl_SonicUsage th,
    table.tbl_sonicUsageIndustryAvg td,
    table.tbl_sonicUsageIndustryAvg th,
    table.tbl_MostPopularVideos td,
    table.tbl_MostPopularVideos th,
    table.tbl_aDayInMyLife td,
    table.tbl_aDayInMyLife th,
    table.tbl_blockOfExp td,
    table.tbl_blockOfExp th,
    table.tbl_sonicLogo td {
    border:0px;
    padding: 0px !important;
    }
    table.tbl_MostPopularVideos textarea {height: 80px; resize: none;}
    /*.data-capture-form .table td,
    .data-capture-form .table th {
    padding: 0px !important;
    border: 0px !important;
    }*/
    .card_inputs, .modal-dialog input.form-control {
    font-family:inherit;
    font-size: 14px;
    line-height: 20px;
    color:#000000;
    padding:8px 10px;
    background-color:#ffffff;
    border-radius:0px;
    transition:all .2s;
    width:100%;
    min-width:100px;
    /*margin-right:-5.2rem;*/
    border:1px solid #88AB88;
    /* box-shadow:inset 0 2px 2px rgba(0,0,0,.075); */
    transition:all .15s ease-in 0s,box-shadow .2s linear 0s;
    outline: none;
    }
    .card_inputs::-webkit-input-placeholder,
    .modal-dialog input.form-control::-webkit-input-placeholder {
    color:rgb(150, 150, 150)
    }
    .card_inputs::-moz-placeholder,
    .modal-dialog input.form-control::-moz-placeholder {
    color:rgb(150, 150, 150)
    }
    .card_inputs:-ms-input-placeholder,
    .modal-dialog input.form-control:-ms-input-placeholder {
    color:rgb(150, 150, 150)
    }
    .card_inputs::-ms-input-placeholder,
    .modal-dialog input.form-control::-ms-input-placeholder {
    color:rgb(150, 150, 150)
    }
    .card_inputs::placeholder,
    .modal-dialog input.form-control::placeholder {
    color:rgb(255, 150, 150)
    }
    /* .card_inputs:focus, .modal-dialog input.form-control:focus {
    width:100%;
    color:#ffffff;
    background-color:rgba(0,0,0,.5);
    border-color:rgba(255,209,55, 0.8);
    outline:0 none
    }
    .card_inputs:hover, .modal-dialog input.form-control:hover {
    border-color:rgba(255,209,55, 0.5);
    outline:0 none
    } */
    #section_2_title, #ranking {color: #999999; background-color:#333333;}

    /* File Upload */
    .file_upload {
    font-family:inherit !important;
    color:#ffffff !important;
    padding:10px;
    background-color:rgba(0,0,0,.5) !important;
    border-radius:0px !important;
    transition:all .2s;
    width:100%;
    min-width:100px;
    /*caret-color:#ffffff;*/
    border:2.5px solid hsla(0,0%,100%,.8) !important;
    box-shadow:inset 0 2px 2px rgba(0,0,0,.075) !important;
    -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,.075) !important;
    -moz-box-shadow:inset 0 2px 2px rgba(0,0,0,.075) !important;
    height: 48px !important;
    line-height: 33px !important;
    }
    .file_upload::-webkit-input-placeholder {
    color:rgb(150, 150, 150)
    }
    .file_upload::-moz-placeholder {
    color:rgb(150, 150, 150)
    }
    .file_upload:-ms-input-placeholder {
    color:rgb(150, 150, 150)
    }
    .file_upload::-ms-input-placeholder {
    color:rgb(150, 150, 150)
    }
    .file_upload::placeholder {
    color:rgb(150, 150, 150)
    }
    .file_upload:focus {
    width:100%;
    color:#ffffff !important;
    background-color:rgba(0,0,0,.5) !important;
    border-color:rgba(255,209,55, 0.8) !important;
    outline:0 none !important
    }
    .file_upload:hover {
    border-color:rgba(255,209,55, 0.5) !important;
    outline:0 none !important
    }
    .custom-file-label::after {
    height: 44px !important; border-radius: 0px !important; line-height: 33px !important; cursor: pointer;
    content: "Upload Image";
    }
    /* End File Upload */

    .alert {padding: .50rem 1rem !important;}
    .alert-danger, .alert-success {font-size: 14px !important;}
    .data-capture-form .btn_addRow {
    font-size: 16px;
    display: inline-block !important;
    background-color: rgba(0,173,239,.40);
    line-height: 1 !important;
    padding: .7rem 1rem !important;
    cursor: default;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    cursor: pointer;
    }
    .data-capture-form .btn_addRow, .data-capture-form .btn_delRow {
    margin: 0px 0px 0px 15px;
    border: 1px solid #464646 !important;
    background: none !important;
    height: 38px;
    width: 38px;
    line-height: 36px !important;
    padding: 0px !important;
    display: inline-block !important;
    text-align: center;
    position: relative;
    top: 3px;
    cursor: pointer;
    }
    .data-capture-form .btn_delRow {margin-top: 3px;}
    .data-capture-form .btn_addRow .fa.fa-plus,
    .data-capture-form .btn_delRow .fa.fa-times {
      color: #ffffff !important;
    }
    .social_media_name {width: 88% !important;}
    #addCvIdInSocialBladeSync .fs-dropdown{background-color: rgba(0,0,0,1) !important;}
    .btnPlus, .btnMinus {
    margin: 0px 0px 0px 15px;
    border: 1px solid #464646 !important;
    background: none !important;
    height: 38px;
    width: 38px;
    line-height: 36px !important;
    padding: 0px !important;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 0px;
    cursor: pointer;
    }
    .btnPlus .fa.fa-plus,
    .btnMinus .fa.fa-minus {
      color: #ffffff !important;
    }

    .btn-success, .btn-primary, .btn-info, .btn-file, .btn-secondary, .btn-default, .btn-disabled{
    background-color: #88AB88 !important;
    border-color: #88AB88 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    width:auto;
    font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    padding: 11px 30px !important;
    border: 0px !important;
    }

    .btn-success:focus,
    .btn-primary:focus,
    .btn-secondary:focus,
    .btn-info:focus,
    .btn-file:focus,
    .modal-frontend .modal-body .btn.btn-default:focus,
    .cust_tbl_upload_queue .cust-fselect-btn-holder button[type=button]:focus,
    .btn.btn-default:focus,
    .btn.btn-addfilter:focus,
    .btn.custTabAddBTN:focus{
    -webkit-box-shadow:inset 0px 8px 8px -5px rgba(22,22,22,0.5) !important;
    -moz-box-shadow:inset 0px 8px 8px -5px rgba(22,22,22,0.5) !important;
    box-shadow: inset 0px 8px 8px -5px rgba(22,22,22,0.5) !important;
    outline: 0 none;
    }

    .btn.btn-addfilter:hover{color: #ffffff !important;}

    .btn-danger, .btn-default {
    background-color: #ffe69f !important;
    border-color: #ffe69f !important;
    color: #333333 !important;
    border-radius: .2rem !important;
    }
    .dropdown-menu-nav-cust .user-header,
    .dropdown-menu-nav-cust .user-footer {padding:0px !important; height: auto !important;}
    .dropdown-menu-nav-cust li {border-bottom: 1px solid #757575 !important;}
    .dropdown-menu-nav-cust .bg-primary, .dropdown-menu-nav-cust .user-footer {
    background-color: #88AB88 !important;
    }
    .dropdown-menu-nav-cust a.dropdown-item, .dropdown-menu-nav-cust .user-footer a.dropdown-item {
    color: #ffffff !important;
    }
    .dropdown-menu-nav-cust a.dropdown-item:hover, .dropdown-menu-nav-cust .user-footer a.dropdown-item:hover {
    background: #dbe6db !important;
    color:#161616 !important;
    }
    .pagination .paginate_button.previous a.page-link,
    .pagination .paginate_button.next a.page-link {
    background-color: rgba(136, 171, 136, 0.3) !important;
    border-color:rgba(136, 171, 136, 0.3) !important;
    color: #ffffff !important;
    font-size: .875rem !important;
    }
    .pagination .active a.page-link {
    background-color:#88AB88 !important;
    border-color:#88AB88 !important;
    color: #333333 !important;
    font-size: .875rem !important;
    }
    .pagination .page-item {cursor: pointer;}
    .pagination .page-item .page-link {line-height: 18px !important; background-color:#0F0F0F !important; color: #ffffff; border-color: rgba(136, 171, 136, 0.3) !important;}
    .pagination .paginate_button.disabled {cursor:not-allowed;}
    .dataTables_length select.custom-select {
    /* background-color: rgba(136, 171, 136, 0.3) !important;
    border-color:rgba(136, 171, 136, 0.3) !important; */
    background-color: #0f0f0f !important;
    border-color:rgba(136, 171, 136, 0.3) !important;
    color: #ffffff !important;
    font-size: 14px;
    padding: 0px 32px 0px 10px !important;
    position: relative;
    top: 1px;
    margin-left: 5px;
    margin-right: 5px;
    }

    .wrapper {background-color: #060606;}
    .navbar-white {background-color: #060606 !important;}
    .navbar-light .navbar-nav .nav-link {color: #BDBDBD !important;}

    /* .table tr td, .table tr th{ border-color: rgba(136, 171, 136, 0.4);} */
    /* .navbar-nav{position: fixed; top:0px; background-color: #ffffff; width:100%;} */
/*     .cust-navbar-nav{position: fixed; top:0px; background-color: #060606; width:100%;} */
    .navbar-nav > .user-menu .user-image {margin-right: 0rem !important; margin-right: 0px !important; margin-top: -5px !important;}
    .navbar-light .navbar-nav .nav-link{height: 28px;}
    .table.table-bordered .btn {margin-bottom: 4px;}
    .col-form-label {
    color: #ffffff !important;
    font-weight: normal !important;
    font-size: 14px !important;
    }
    .col-form-label .short-info {font-size: 12px; color: #bbbbbb;}

    /*New admin Tab Css*/
    .custNewMenu .nav-link p{font-weight: 400 !important;}
    .custTabAddBTN{background: #fff !important;
        color: #000 !important;
        padding: 8px 30px !important;
        font-weight: 500 !important;}
    .cust_header_admintab{
        border-bottom:1px solid #88AB88;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 25px 0 10px 0;
    }
    .cust_header_admintabFL{float:left;}
    .cust_header_addbtnFR{float:right;}
    ul.custAdmintabs {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        float: left;
    }
    ul.custAdmintabs li {
        /* background: #ffffff; */
        color: #fff;
        display: inline-block;
        cursor: pointer;
        border: 1px solid #88AB88;
        border-bottom: 0px;
        margin : 0px;
        /* float: left; */
        text-align: center;
    }
    ul.custAdmintabs li:first-child {
        border-top-left-radius: 5px;
    }
    ul.custAdmintabs li:last-child {
        border-top-right-radius: 5px;
    }
    ul.custAdmintabs li p {margin-bottom: 0px; font-size: 14px;}
    ul.custAdmintabs li.tab-link a {
        display: inline-block;
        padding: 12px 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
    }
    ul.custAdmintabs li.tab-link .active {
        background-color: #88AB88;
        color: #ffffff;
    }
    /*New admin Tab Css*/

     /* End Admin LTE & Bootstrap */

    /* New Menu UI css */
    [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active{background-color: rgba(136, 171, 136, 1) !important;}
/*     [class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{background-color: rgba(136, 171, 136, 1) !important;}
 */    /* New Menu UI css END*/

    /* FSelect */
    .fs-label-wrap:focus {
      width:100%;
      color:#ffffff;
      background-color:rgba(0,0,0,.5) !important;
      border-color:rgba(255,209,55, 0.8) !important;
      outline:0 none
      }
      .fs-label-wrap:hover {
      border-color:rgba(255,209,55, 0.5) !important;
      outline:0 none
      }
    .fs-wrap {width: 100% !important; background: none;}
    .fs-dropdown button[type=button] {
      width: 100% !important;
      background: none !important;
      border: 1px solid #ffffff;
      color: #ffffff;
      padding: 8px 0px 10px 0px;
      display: none;
      }
    /* Admin */
    .veritonic_assettType_fselect{position: relative; height: 39px;}
    .custDosAndDontList{width:80%; float: left;}
    select.custSelOption{cursor: pointer !important; background-color: rgba(63, 63, 63, .5) !important;}
    select.custSelOption option{background-color:#0F0F0F !important; line-height: 50px; }
    .custDosAndDontLabel  {text-align: center; display: block; font-size: 18px !important; font-weight: bold !important;}
    .custDosNDontContainer{display: flex;width: 100%;flex-wrap: wrap;}
    .custDosNDontcol{flex: 1; padding-bottom: 30px;}
    .custDoscol{border-right: 1px solid rgba(255, 255, 255, 0.3); margin-right:35px;}
    .custDoscol_scPrnSeprator{border-top: 1px solid rgba(255, 255, 255, 0.3);}
    .ustDosNDont_lableName{display: block; padding-left:54px;}
    .custMright{margin-left: 0px !important; margin-right: 15px !important;}
    .custDoandDontAddmore{
      float:left;
      /* font-size: 30px;
      margin: 0px 0px 0px 15px; */
      margin: 0px 0px 0px 5px;
      border: 1px solid #7D7D7D ;
      background: none !important;
      /* height: 35px; */
      width: 35px;
      line-height: 37px !important;
      padding: 0px !important;
      /* display: inline-block !important; */
      text-align: center;
      position: relative;
      cursor: pointer;
      top:2px;
    }
    .veritonic_assettType_fselect .fs-label-wrap{padding: 0 !important;}

    .custDoandDontAddmore .fa-plus:before,
    .custDoandDontAddmore .fa-times:before{color:#fff;}

    .veritonic_assettType_fselect .fs-label-wrap .fs-label{padding:12px 22px 12px 10px; background-color: rgba(63, 63, 63, .5) !important;}
    .veritonic_assettType_fselect .fs-label-wrap .fs-label,
    .veritonic_assettType_fselect .fs-dropdown .fs-option .fs-option-label{font-family: "MontserratRegular", Arial, Helvetica, sans-serif; color:#ffffff;  font-weight: normal;}
    .veritonic_assettType_fselect .fs-dropdown{font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;}
    .veritonic_assettType_fselect .fs-dropdown .fs-search{padding: 0 !important; font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;}
    .veritonic_assettType_fselect .fs-dropdown .fs-search input {padding: 5px 12px 10px 12px !important;  font-size: 14px;}
    .veritonic_assettType_fselect .fs-dropdown .fs-no-results{padding: 20px 8px 0px 8px; font-size: 14px; color: #ffffff;}

    /* New UI CSS */
    .pleft0{padding-left: 0px !important;}
    .newAddPSonicBTN{position: absolute; right:0px; top:0px;}
    .custNewAddBTN{position: absolute; right:0px; top:0px;}
    .newcustDoandDontAddmore{
        /* font-size: 30px; */
        /* margin: 0px 0px 0px 15px; */
        margin: 0;
        border: 1px solid #7d7d7d;
        background: none !important;
        line-height: 33px !important;
        padding: 0px !important;
        /* display: inline-block !important; */
        text-align: center;
        position: relative;
        cursor: pointer;
        top:2px;
        font-size:14px;
        font-weight: normal;
      }
      .custsc_principle_fl{float:left; width:35%;}
      .custsc_principle_fl label,
      .custsc_principleDosNdont_innerFL label,
      .custsc_principleDosNdont_innerFR label{font-weight: normal !important;}
      .custsc_principleDosNdont_fr{float:right; width: 60%;}
      .custsc_principleDosNdont_innerFL{float:left; width:50%;}
      .custsc_principleDosNdont_innerFR{float:right; width:50%;}
      input.dosBrdleft{width: 80%; float:left; border:1px solid #7D7D7D; border-left-color:#88AB88; border-left-width:12px;}
      input.dontBrdleft{width: 80%; float:left; border:1px solid #7D7D7D; border-left-color:#BA4A4A; border-left-width:12px;}
      .custDosNDontcol .fs-label-wrap{border:0 !important}
      .custClsBTN{margin-left:5px !important; margin-right:0 !important; top:0; border-radius: 4px;}
      .custNumberText{top:0px; margin-right: 5px !important; margin-left: 0px !important; border-radius: 4px !important; font-size: 14px;
        font-weight: normal;}
      /* .custDosNDontcol_FL{width:40%; float:left;}
      .custDosNDontcol_FR{width:55%; float:right;} */
      .custDosNDontcol_FL{width:50%; float:left;}
      .custDosNDontcol_FR{width:50%; float:right;}
      .custDosampTags_fselectDIV,
      .custDosampTags_addElementDIV{width:45%; float:left;}
      .custAddElementBTN{width:45%; float:left;  top:0; border-radius:4px;}
      .custAddElementBTNSetsclogo{width: 36%; min-width: 36%; max-width: 100%; float:left;  top:0; border-radius:4px;}
      .custAddElementBTN span,
      .custAddElementBTNSetsclogo span{font-size: 14px; font-weight: normal; color:#fff;}
      .custBrclr{border-color:#88AB88 !important;}
      /* .custDosNDontList{padding-top:35px;}
      .custDosNDontList li{width:45%; float: left; position: relative;}
      .custDosNDontList li label{position:absolute; top:-17px;}  */
      .custSBrand_ScProf_FL{float:left; width:50%;}
      .custSBrand_ScProf_FR{float:right; width:50%;}
      .custElemBtn{display: block; width:80%; margin-left:0; font-weight:normal; color:#fff; font-size:14px; line-height:37px; margin-top:15px; border-radius:5px;}
      .custElemBtnPos{top:0px; width: 80%;}
      .custlHeight{line-height: 37px !important;}
      .scBrandPrincipleName{float: left; width:50%;}
      .scBrandPrincipleAddBTN{position: relative; float: right;  width:50%; text-align:right}
      .scprnCloseBTN{width: 18px; position: relative; top: -2px;}
      .dispBlck{display: block;}
      .brndOwnercls{color: #fff; margin-top: 10px;}

    /* End Admin */

    /* Date Picker */
    .form-control-datepicker {
      padding-right: 40px !important;
    }
    .input-group-addon-cust {
      position: absolute;
      right: 0px;
    }
    .input-group-addon-cust .glyphicon {color: #2B78E3;}
    .mandatoryLbl {color:#2B78E3;}

    .datepicker td, .datepicker th {line-height: 15px;}
    .table-condensed > thead > tr > th,
    .table-condensed > tbody > tr > th,
    .table-condensed > tfoot > tr > th,
    .table-condensed > thead > tr > td,
    .table-condensed > tbody > tr > td,
    .table-condensed > tfoot > tr > td {padding: 4px 5px;}
    .input-group-addon-cust .input-group-text-cust {
      height: 38px !important;
      border-radius:0px !important;
      border:0px !important;
      cursor:pointer;
      background: none;
      color: #fff;
    }

    .datepicker table tr td.today, .datepicker table tr td.active{
      background-color: #88AB88 !important;
      color: #000000 !important;
      background-image: linear-gradient(180deg, #88AB88, #B8E2B8) !important;
      background-image: -moz-linear-gradient(180deg, #88AB88, #B8E2B8) !important;
      background-image: -webkit-linear-gradient(180deg, #88AB88, #B8E2B8) !important;
    }

    /* End Date Picker */

    /*Main Login Page Css*/
    .main-login-container{/* background:#000000; */ background:#ebeee8; width: 100%;}
    .main-login-container .main-login-container-inner{width:100%; max-width: 1920px; margin: 0 auto; background:#060606;}
    .main-login-container-fl{float: left; width:50%; }
    /* .main-login-container-fl-bg{height: 100vh; background-color:#1F1F1F; border-radius: 0 65px 0 0;} */
    /* .main-login-container-fl-bg{} */

    .main-login-container-fr{float: right; width:50%; /* height: 100vh; */}

    .main-login-container-fr .cust-cv-img {
      background-color: #1f1f1f;
      border-radius: 0px 300px;
      text-align: right;
    }
    .main-login-container-fr .cust-cv-img .imgLoginShapes {
      width: 360px;
    }
    .main-login-container-fr .cust-cv-img .imgAlign {
      display: flex;
      align-items: end;
      justify-content: center;
      height: 645px;
      text-align: center;
    }
    .main-login-container-fr .cust-cv-img .imgLoginLogo {width:360px;}

    .main-login-container-fr-bg{/*display:flex; justify-content: center; padding: 0 20px; height: 100vh; */ /* background-color:#ebeee8; background:#060606; */}
   /*.main-login-container-fr-bg-img{align-self: center;}
    .main-login-container-fr-bg-img img{width: 100%; max-width:500px; min-width:500px;} *//* .main-login-box-logoSec{padding:26px 0px 26px 26px;}*/
    .main-login-box-logoSec{
    /* font-family: "MontserratRegular", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;*/
    font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height:50px;
    color:#ffffff;
    padding: 40px 0px 0px 60px;
    }
   /*  .main-login-box-logoSec{} */
    .login-logo-cust {
      /*max-width: 60px;*/
      max-width:80px;
      height: auto;
      margin-right: 10px;
     /*webkit-filter: drop-shadow(-0.5px -0.5px 5px rgba(255, 255, 255, 0.25));
      filter: drop-shadow(-0.5px -0.5px 5px rgba(255, 255, 255, 0.25));*/
    }

    .login-box .login-logo-title{
    font-family: "MontserratSemiBold", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    }
    /* .main-login-box-logoSec .login-logo-title img,
    .login-box .login-logo-title img{max-width: 52px; height: auto; margin-right: 4px;} */

    .main-login-box-logoSec .login-logo-title .projectTitle{position: relative; top: -2px;}

    .main-login-form{/* padding: 0;margin:0; display: flex; height: 80vh; */padding:70px 0px 0px 0px; width: 70%; margin: auto;}
    /* .main-login-form-inner{padding: 0 82px;  align-self: center; flex: auto;} */

    .main-login-form-inner-body .login-form-title h1{
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size: 40px !important;
      line-height:50px;
      color:#FEFEFE;
    }

    .main-login-form-inner-body .login-form-title h2{
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size: 60px !important;
      line-height:70px;
      color:#88AB88;
    }
    .main-login-form-inner-body .login-form-title p{
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size: 18px;
      color:#FFFFFF;
      margin: 0;
      padding: 0;
    }

    .login-form-container{box-shadow: none !important; margin-top: 40px;}
    .main-login-form-inner-body .login-form-title p.mb40{margin:20px 0 40px 0;}
    .main-login-form-inner-body{background: none !important; box-shadow:none !important; padding:0px !important;}

    .login-form-container span.text-danger {margin-left:20px; margin-top:5px; font-size: 12px; width: 100%;}

    .login-form-container .form_control_login {
      border-radius:30px !important;
      border: 1px solid #ffffff !important;
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size:14px !important;
      color:#2A1E17 !important;
      height: 46px;
    }
    .login-form-container .form_control_login:focus,
    .login-form-container .form_control_login:active,
    .login-form-container .form_control_login:visited{
      /* background-color:rgba(255,255,255) !important; */
      background-color: #FFFFFF !important;
      border: 0 none;
      color:#2A1E17;
      /* border: 1px solid #88AB88; */
      font-size:14px !important;
    }

    .login-form-container .inputbg-emalIcon{
    background:#FFFFFF url(../images/input-mail-icon.png) no-repeat !important;
    background-size: 22px !important;
    padding-right:45px;
    background-position: right 11px bottom 50% !important;
    }
    .login-form-container .inputbg-lockIcon{
    background: #FFFFFF url(../images/input-lock-icon.svg) no-repeat !important;
    background-size: 20px !important;
    padding-right:45px;
    background-position: right 11px bottom 50% !important;
    /* margin-top: 19px; */
    }

    .password-input-container {position: relative; width: 100%;}
    .password-input-container .password-input {
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size:14px !important;
      padding-right: 40px;
      background-color: #ffffff !important;
      color:#2A1E17 !important;
    }
    .password-input-container .toggle-password {
      position: absolute;
      top: 13px;
      right: 15px;
      cursor: pointer;
      z-index: 9999;
      color: #757575;
      font-size: 20px;
    }

    .login-form-container .signin-button-holder {margin-top:20px;}
    .custMtop{margin-top: 70px;}
    .login-form-container .cust-button-primary-login {
      color: #ffffff;
      font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
      background-color: #88AB88;
      font-size:16px;
      line-height: 48px;
      letter-spacing: 0px;
      padding:0 75px;
      /* margin: 0 0 10px 0; */
      /*border: 2px solid #88ab88;*/
      border: none;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px !important;
      display: inline-block;
      transition: all 0.3s ease 0s;
      font-weight: 700;
    }
    /* .login-form-container .signInBtn{width: 190px;} */
    .login-form-container .cust-btnText-small{font-size: 18px !important; letter-spacing: 0;}
    /*.login-form-container .cust-button-primary-login:hover,*/
    .login-form-container .cust-button-primary-login:focus,
    .login-form-container .cust-button-primary-login:active{
      border: none;
      -webkit-box-shadow:inset 0px 10px 10px -5px rgba(22,22,22,0.5);
      -moz-box-shadow:inset 0px 10px 10px -5px rgba(22,22,22,0.5);
      box-shadow: inset 0px 10px 10px -5px rgba(22,22,22,0.5);
      transition: 0.2s;
      outline: 0 none;
    }
    .login-form-container .cust-fpass_link {
    /* color:#f6f6f6; */
    color:  #88ab88;
    font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height:48px;
    text-decoration: underline;
    float:right;
    font-weight: 400;
    }
    .login-form-container .cust-fpass_link:hover {color:#666666;}
    .login-form-container label{margin: 0px;}
    /* .login-form-container .input-group > .form-control{ flex: none !important;} */
    .login-form-container .check-label-mb40{margin:5px 0 5px 0; font-size: 14px; font-weight: 400;}
    .login-form-container .check-label-mb40 .check-label{color: #fff; font-size: 12px; font-weight: 400; margin: 5px 0 0 10px;}
    .login-form-container input[type="checkbox"]{
    background-color: #ffffff;
    position: relative;
    top:5px;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #d9d9d9;
    }


    .login-form-container input[type="checkbox"]:before{content: ''; display: block;}
    .login-form-container input[type="checkbox"]:checked{background-color: #88ab88; border-color: #88ab88;}
    .login-form-container input[type="checkbox"]:checked:before{
    width: 6px;
    height: 13px;
    margin: 2px 0 0px 7px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(40deg) !important;
    }


    .login-termsOfUseInner {display: flex; font-size: 13px; font-weight: normal !important; cursor: normal; align-items: center; margin: 0px; float: left; color: #fff;}
  .login-termsOfUseLink {margin-left: 5px; color: #88ab88; text-decoration: underline; position: relative; top: 3px;}

  .loginCheckbox {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 2px 0 2px 0;
    background: #ddd;
    position: relative;
    margin-right: 15px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5); */
  }
  .loginCheckbox label.inner {
    display: block;
    width: 15.75px;
    height: 15.75px;
    border-radius: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 2.125px;
    left: 2.125px;
    z-index: 1;
    background: #ffffff;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3) */
  }
  .loginCheckbox label.outer {
    margin-left: 25px;
  }
  .loginCheckbox [type=checkbox] {
    display: none
  }
  .red.loginCheckbox input[type=checkbox]:checked+label.inner {
    background: #88ab88;
  }


    .login-form-container .form_control_login::-webkit-input-placeholder { /* Edge */ color: #2A1E17}
    .login-form-container .form_control_login:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #2A1E17}
    .login-form-container .form_control_login::placeholder {color: #2A1E17; /* opacity:0.8; */}

    /* .login-termsOfUseLink {color: #88ab88; text-decoration: underline;}
    .login-termsOfUseLink:hover{color:#666666;} */
    .iubenda-embed:not(.no-brand):not(.iubenda-nostyle) {
    padding-left: 0px !important;
    background-color: transparent !important;
    font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #88ab88 !important;
    text-decoration: underline !important;}

    /*Main Login Page Css END*/

    /*set and reset password*/
    .login-card-body .form_control_login{
      font-family: inherit;
      font-size: 14px !important;
      color: #000000 !important;
      padding: 8px 10px;
      background-color: rgba(255,255,255,.5);
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid #88AB88 !important;
      border-right: 0px !important;
      width: 100%;
      min-width: 100px;
      /* caret-color: #ffffff; */
    }

    .input-group-text{
      border: 1px solid #88AB88 !important;
      border-left: 0px !important;
      border-radius: 0px 4px 4px 0px !important;
    }
    /*set and reset password END*/

    /*Admin User Right*/
    .main-sidebar{ background: #1F1F1F !important;}
    .main-sidebar .brand-text{color: #ffffff !important; top: -1px; position: relative;}

    .customClient_navbar .nav-sidebar .nav-link p{margin-left:20px !important;}
    .sidebar-mini .nav-sidebar .nav-link p{
      font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      /* position: relative;
      top:2px;*/
      padding-top: 2px;
      /* margin-left:12px; */
      display: inline;
      margin: 0 0 0 12px;
      white-space: normal;
    }

    /* .sidebar-mini .nav-sidebar .nav-link .iconIMG{width:25px;} */
    .sidebar-mini .nav-sidebar .nav-link .iconIMG{max-width: 40px; min-width: 20px;}
    .sidebar-mini .nav-sidebar .nav-link .custiconIMG{ min-width: 22px !important; position: relative; top: 2px;}
    .sidebar-mini .nav-sidebar .nav-link:hover{background: rgba(67, 67, 67, 0.5) !important;}
    /* .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active{
      background: linear-gradient(183.65deg, #88AB88 27.42%, rgba(184, 226, 184, 0) 114.65%) !important;
    } */
    .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active{background: #88AB88 !important;}
    .nav-sidebar .nav-item > .nav-link {
      margin-bottom: 20px !important;
    }

    .customClient_navbar .nav-sidebar .nav-link{padding: 6px 25px 8px 25px !important;}

    .sidebar-mini .nav-sidebar .nav-link {
      padding: 6px 10px 8px 10px;
      /*padding: 6px 1rem 8px 1rem !important;
      padding: 5px 1rem 10px 1rem !important; */
      white-space: normal !important;
      /*
      display: flex;
      flex-shrink: 1;
      flex-flow:row wrap;*/
      display:flex;
      flex-direction: row;
      align-items: center;
    }
    .content-wrapper, .shared-content-wrapper {
    /*background:#ebeee8 !important;*/
    background:#060606 !important;
    }
    .content-header h1{
    font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    /* font-weight: 700; */
    font-size: 25px !important;
    line-height: 35px;
    color: #ffffff !important;
    }

    .form_control_inner{
    font-family:inherit;
    font-size: 14px !important;
    padding:8px 10px;
    /* background-color:rgba(255,255,255,.5);
    color:#000000 !important; */
    background-color:rgba(63, 63, 63, .5);
    color:#ffffff !important;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    transition:all .2s;
    width:100%;
    min-width:100px;
    /*margin-right:-5.2rem;*/
    border:1px solid #88AB88;
    transition:all .15s ease-in 0s,box-shadow .2s linear 0s
    }

    .form_control_inner:hover, .form_control_inner:active, .form_control_inner:visited{
      /* border-color:rgba(136, 171, 136, 0.30) !important; */
      outline:0 none;
      border:1px solid #88AB88;
     }

    .text-danger {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    }
    .mandatoryFields {
    display: inline-block;
    font-size: 12px;
    /* color: #403939; */
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 15px;
    }

    .table-bordered {border: 1px solid #88AB88 !important;}
    .table-bordered thead th {background-color:transparent !important; border-bottom: 0px solid #dee2e6 !important; border-top: 0px !important; font-size: 14px !important;}
    .table-bordered thead td {border-bottom-width: 0px !important;}
    /* .table-bordered td, .table-bordered th{border: 1px solid #eee !important; border-bottom: 0px !important;} */
    .dataTables_wrapper,
    .table.table-bordered {
      width: 100% !important;
      -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
      border-radius: 4px;
    }

    .table.table-bordered tr,
    .table.table-bordered td,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length label,
    div.dataTables_wrapper div.dataTables_filter label {color: #ffffff !important; font-size: 14px !important;}
    .table td, .table th{vertical-align: middle !important;}

    /*as per new Tab Design*/
    .currentActivePageSubTitle {
        display: inline-block; width: 8px; height: 8px; border-radius: 50%; background-color: #ffffff; margin: 0px 10px 0px 5px;
        position: relative; top: -3px;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {order: 1;}
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child { order: 2;}
    div.dataTables_wrapper div.dataTables_filter{text-align: left !important;}
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child .dataTables_length{text-align: right;}
    div.dataTables_wrapper div.dataTables_info{text-align: right;}
    div.dataTables_wrapper div.dataTables_paginate ul.pagination{    justify-content: flex-start !important;}
    /*as per new Tab Design END*/

    div.dataTables_wrapper div.dataTables_filter input {
      font-family:inherit;
      color:#ffffff;
      /* background-color:#ffffff !important; */
      background-color:transparent;
      border-radius:4px;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      transition:all .2s;
      border:1px solid #88AB88 !important;
      margin-bottom: 0px;
      transition:all .15s ease-in 0s,box-shadow .2s linear 0s;
      /*New css*/
      padding:20px 10px 20px 35px;
      width: 100%;
      min-width: 585px;
      max-width: 585px;
      background:url(../images/icon-search-sc-check.svg) no-repeat left 10px center;
    }

    div.dataTables_wrapper div.dataTables_filter input:focus {
      color:#ffffff;
      border-color:rgba(136, 171, 136, 0.80) !important;
      outline:0 none
     }
     div.dataTables_wrapper div.dataTables_filter input:hover {
      border-color:rgba(136, 171, 136, 0.80) !important;
      outline:0 none
     }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin: 8px 0 2px 0 !important;}
    .text-asterisk {
      display: inline-block;
      font-size: 14px;
      color: #dc3545;
     }

    .form_control_inner:disabled{ cursor: not-allowed;}

    /* tree view for Sonic Principle start*/
    .tree{margin: 0; padding:0;}
    .tree li {
      list-style-type:none;
      margin:0;
      margin-bottom: 20px;
     /*  padding:18px 5px 0 5px; */
      position:relative;
    }

    /*.tree li ul li{padding-left: 26px;}
     .tree li::before, .tree li::after {
      content:'';
      left:0px;
      position:absolute;
      right:auto
    }
    .tree li::before {
      border-left:1px solid #88AB88;
      bottom:50px;
      height:100%;
      top:0;
      width:1px
    }
    .tree li::after {
      border-top:1px solid #88AB88;
      height:20px;
      top:70px;
      width:25px
    } */
    .tree li span {
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border:1px solid #7d7d7d;
      border-radius:4px;
      display:inline-block;
      /* padding:3px 8px; */
      text-decoration:none
    }
    .tree li.parent_li>span {
      cursor:pointer
    }
    /* .tree>ul>li::before, .tree>ul>li::after {
      border:0
    }
    .tree li:last-child::before {
      height:70px
    } */
    .tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
      background:#eee;
      border:1px solid #88AB88;
      color:#000
    }

    .custBrandTreeList .spgRow{margin: 0; padding:0; margin-bottom:30px; padding-top:30px; border-top:1px solid rgba(255, 255, 255, 0.3);}
    .custBrandTreeList .spgRow:first-child{border-top:0; padding-top:0px;}
    .custBrandTreeListTitle{/* width:200px;  margin-right: 5px;*/ }
    .custBrandTreeContent{display: flex; align-items: center; flex-wrap: nowrap;}
    .sc_treeview_container{color: #ffffff;}
    /* .tree ul.custBrandTreeList:last-child{border-bottom:1px solid rgba(255, 255, 255, 0.3);} */
    /* tree view for Sonic Principle end*/

    /*Home Data Table css*/
    /* table.dataTable thead .sorting_desc {
      background-image: url(../images/sorting-up-arrow.png) no-repeat center right;
        background-size: 100%;
    } */
    table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before{
      content: url("../images/sorting-up-arrow.png") !important;}
    table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after{
      content: url("../images/sorting-down-arrow.png") !important;}

    /*Datatable Bottom Info hide class*/
    .lp_welcomePG_newReportTable div.dataTables_wrapper div.dataTables_info,
    .lp_welcomePG_project_viewDetailstable div.dataTables_wrapper div.dataTables_info{display: none;}

    .lp_welcomePG_newReportTable div.dts div.dataTables_scrollBody,
    .lp_welcomePG_project_viewDetailstable div.dts div.dataTables_scrollBody {
      background: #0F0F0F;
    }

    .lp_welcomePG_newReportTable .dataTables_wrapper,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper{box-shadow: none;}
    div.dts div.dts_label{display: none !important;}
    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll{ margin-bottom: 30px;}

    table.dataTable thead .sorting_asc::before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting:after{bottom: 16px !important; right: 5px !important; top: 13px;}
    #list_table tbody tr td:last-child{text-align: center;}

    /* table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting:after{right:40px !important;} */

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead table.dataTable thead th,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead table.dataTable thead th{padding: 20px 30px;}

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead table.dataTable thead th:first-child,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead table.dataTable thead th:first-child{ padding: 20px 28px 20px 24px !important;}

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody{box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.25);  -moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.25); border-radius: 4px; overflow-y: auto; border: 1px solid #88AB88;}

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table,
    .lp_welcomePG_project_viewDetailstable .dataTables_scroll .dataTables_scrollBody table{/* padding:2px; */ font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important; font-size: 14px; background-color: #0F0F0F; color:#ffffff;}

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td{padding: 40px 30px !important;}

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr:first-child td,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr:first-child td{padding: 25px 30px  !important; width: 260px;}

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td:first-child,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td:first-child{
      /* background: rgba(196, 196, 196, 0.1); */
      background-color: rgba(63, 63, 63, 0.5);
      border-right: 1px solid #88AB88;
      font-family: "RobotoMonoBold", Arial, Helvetica, sans-serif !important;
      font-size: 14px;
      font-weight: normal;
      /* width: 260px; */
      padding-left: 20px !important;
      padding-right: 20px !important;
      color: #ffffff;
    }

    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr:last-child td,
    .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr:last-child td{border-bottom: 1px solid #88AB88;}

    .lp_welcomePG_newReportTable div.dts tbody td,
    .lp_welcomePG_project_viewDetailstable div.dts tbody td{white-space: break-spaces;}
    /*Home Data Table css END*/

    /*select:disabled {color:#000000 !important; opacity: 1 !important;}*/
    .btntm{margin-top: 3px;}

    /*Admin User Right Css END*/

    /*Client Sidebar Css*/
    .client-sidebar-logo-sec{ text-align: center; /* padding: 50px 10px 100px 10px; */padding: 40px 10px 80px 10px;}
    .lp_logo {max-width: 110px;}
    .nav-item-logout-btn-height{/*height: calc(100vh - 300px) !important;*//* height: calc(100vh - 370px) !important; */height: calc(100vh - 320px) !important;}
    .nav-item-logout-btn{position: absolute; bottom:-30px; cursor: pointer; width: 100%;}
    .nav-item-logout-btn-height .nav-item-logout-btn .nav-link:hover{background: none !important;}
    .customClient_navbar{margin-top: 30px;}
    /*Client Sidebar Css END*/

    .main-header{border-bottom: 0px !important;}
    /*Home right container*/
   /* .lp_body_col_m {float: right; width: 75%;*/ /*margin-left: 250px;}*/
    .lp_body_col_mfooter{float:right; /* width:80%; */ width:84%;}
    .lp_welcome_body_col_inner {padding:0px;}
    .lp_body_col_mfooter .lp_body_col_inner{padding: 0px 60px 0px 0px;}
    .lp_body_col_m .lp_body_col_inner{padding: 0px 60px; /*margin-top: 18px;*/margin-top: 5px; background-color: #060606;}

    /* Welcome Search Autocomplete */
    .webCVBgColor .welCome_search_autocomplete {
      position: relative;
      /* margin-top: 25px; */
    }

    .webCVBgColor .welCome_search_autocomplete .cvNameList {
      position: absolute;
      left: 0%;
      /* max-height: 250px; overflow-y: auto; */
      max-width: 1600px;
      width: 100%;
      margin: auto;
      z-index: 10;
      /* border: 3px solid #ffcd00 !important; */
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      overflow: hidden;
      padding: 15px 15px;
      background-color: #ffffff;
      margin-top: 10px;
    }

    .webCVBgColor .welCome_search_autocomplete .search-input,
    .webCVBgColor .search-input .modal_report_result_comapre_search .search-input{
      /* font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif !important; */
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size:14px;
      line-height:24px;
      padding:10px 35px 10px 55px;
      /* max-width: 1920px; */
      width:100%;
      /* color:#757575; */
      color: #fff;
      border: 0px;
      margin: 0px;
      /* font-weight: bold; */
      font-weight: normal;
      outline: 0px;
      border: 0px;
      /* background: url(../images/icon-search-sc-check.svg) no-repeat left 20px center; */
      /* background-color: #EDEDED; */
      background-color:#0F0F0F;
      -webkit-border-radius: 20px;
      -moz-border-radius:20px;
      /* border-radius:4px; */
      border-radius:20px;
      border: 1px solid #88AB88;
    }

    .webCVBgColor .modal_report_result_comapre_search .search-input{/* background-color:#F2F2F2; */background-color:rgba(50, 50, 50, 1); font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;}

    .webCVBgColor .welCome_search_autocomplete .search-input::placeholder,
    .report_assetsManager_filterInput::placeholder{color: #ffffff; opacity:0.6; /* Firefox */}

    .webCVBgColor .welCome_search_autocomplete .search-input:-ms-input-placeholder,
    .report_assetsManager_filterInput::placeholder{ /* Internet Explorer 10-11 */ color: #ffffff;}

    .webCVBgColor .welCome_search_autocomplete .search-input::-ms-input-placeholder,
    .report_assetsManager_filterInput::placeholder{ /* Microsoft Edge */ color: #ffffff; ;}

    .webCVBgColor .welCome_search_autocomplete .search-icon{
      display: inline-block;
       text-align: center;
       line-height: 42px;
       font-size: 18px;
       margin-left: -40px;
       position: absolute;
       top:1px;
       left:60px;
    }

    .webCVBgColor .welCome_search_autocomplete .search-input-close {
      color: #999999;
      width: 40px;
      height: 41px;
      display: inline-block;
      text-align: center;
      line-height: 44px;
      font-size: 20px;
      margin-left: -40px;
      position: absolute;
      top: 1px;
      right: 7px;
      cursor: pointer;
    }

    /*Home Autocomplete Search Css*/
    .webCVBgColor .welCome_search_autocomplete .divAutocompleteScroll,
    .webCVBgColor .welCome_search_autocomplete .divautoSearch_notYet
    {
      /* background: #FFFFFF; */
      background-color: #0F0F0F;
      box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
      -webkit-box-shadow:0px 4px 10px rgb(0 0 0 / 25%);
      -moz-box-shadow:0px 4px 10px rgb(0 0 0 / 25%);
      border-radius: 10px;
      margin-top: 5px;
      padding: 10px 0px;
      z-index: 1;
      position: absolute;
      /* width:60%; */
      width:100%;
      border: 1px solid #88AB88;
      }
    .webCVBgColor .welCome_search_autocomplete .divautoSearch_notYet{padding-left:20px; padding-right:20px; color:#7B7B7B;}

    .divAutocompleteScroll_inner,
    .lp_welcomePG_project_allMoodmean_container{
      display: flex;
      flex-wrap: wrap;
      width:99%;
      scrollbar-width: 5px;
      scrollbar-color: #EDEDED #D9D9D9;
      overflow:auto;
      overflow-y: scroll;
      max-height: 200px;
      margin: 5px 0px;
    }

    .modal-frontend .modal_dialog_report_result_allMoodmean .modal_body_custptop{padding-top:5px;}
    .divAutocompleteScroll_inner .assets_autoCompeteSearch,
    .divAutocompleteScroll_inner .projects_autoCompeteSearch,
    .divAutocompleteScroll_inner .reports_autoCompeteSearch{float: left;  /* width:33.33%; */ width:25%; border-right: 1px solid rgba(255, 255, 255, 0.5);}

    .divAutocompleteScroll_inner .assets_autoCompeteSearch{padding-left: 20px;}
    .divAutocompleteScroll_inner .projects_autoCompeteSearch{padding-left: 25px;}
    .divAutocompleteScroll_inner .reports_autoCompeteSearch{padding-left: 25px;}

    .divAutocompleteScroll_inner .reports_autoCompeteSearch{border-right: 0 !important;}
    .divAutocompleteScroll_inner .assets_autoCompeteSearch ul,
    .divAutocompleteScroll_inner .projects_autoCompeteSearch ul,
    .divAutocompleteScroll_inner .reports_autoCompeteSearch ul,
    .webCVBgColor .welCome_search_autocomplete .divautoSearch_notYet ul{list-style-type: none; margin-top:5px; margin-bottom: 0;}
    .webCVBgColor .welCome_search_autocomplete .divautoSearch_notYet ul{ margin-top:0px !important; }

    .divAutocompleteScroll_inner .assets_autoCompeteSearch ul.autoCompeteSearch_list li,
    .divAutocompleteScroll_inner .projects_autoCompeteSearch ul.autoCompeteSearch_list li,
    .divAutocompleteScroll_inner .reports_autoCompeteSearch ul.autoCompeteSearch_list li{font-size: 14px; color:#757575; font-family:"MontserratRegular", Arial, Helvetica, sans-serif; line-height:24px; margin-bottom:13px;}

    .divAutocompleteScroll_inner .assets_autoCompeteSearch ul.autoCompeteSearch_list li a,
    .divAutocompleteScroll_inner .projects_autoCompeteSearch ul.autoCompeteSearch_list li a,
    .divAutocompleteScroll_inner .reports_autoCompeteSearch ul.autoCompeteSearch_list li a{/* color:#757575; */color:#ffffff;}

    .divAutocompleteScroll_inner .assets_autoCompeteSearch ul.autoCompeteSearch_list li:last-child,
    .divAutocompleteScroll_inner .projects_autoCompeteSearch ul.autoCompeteSearch_list li:last-child,
    .divAutocompleteScroll_inner .reports_autoCompeteSearch ul.autoCompeteSearch_list li:last-child{margin-bottom:5px;}

    .divAutocompleteScroll_inner .assets_autoCompeteSearch ul.autoCompeteSearch_list li:first-child,
    .divAutocompleteScroll_inner .projects_autoCompeteSearch ul.autoCompeteSearch_list li:first-child,
    .divAutocompleteScroll_inner .reports_autoCompeteSearch ul.autoCompeteSearch_list li:first-child{/* color:#88AB88; */ color:#ffffff; font-family:"MontserratBold", Arial, Helvetica, sans-serif !important; margin-bottom:15px;}
    /*Home Autocomplete Search Css END*/
    .search_asset_analysis_list{color: #fff; font-size: 14px; padding: 0 21px; margin-bottom: 0;}
    .search_asset_analysis_list li {border-bottom: 1px solid #fff; padding-bottom: 5px; margin-bottom: 10px; cursor: pointer;}
    .aTagSearchResultList,
    .mTagSearchResultList{
        border-radius: 4px;
        background: #000;
    }
    .aTagSearchResultList ul.autoCompeteSearch_list,
    .mTagSearchResultList ul.autoCompeteSearch_list{padding-top:10px;}
    .aTagSearchResultList .divautoSearch_notYet,
    .mTagSearchResultList .divautoSearch_notYet {color: #fff; padding: 10px;}
    /*assets analysis Css*/


    .lp_welcomeResentMost_title{
      font-family:"MontserratBold", Arial, Helvetica, sans-serif !important;
      font-size: 25px;
      line-height: 35px;
      color: #ffffff;
    }

    .lp_welcomeResentMost_title_mtb40{margin: 40px 0;}

    .lp-WelcomeNewpeport{
      display: flex;
      flex-direction: row;
      /* min-height: 250px; */
      min-height: 215px;
      /* margin-top:45px; */
      margin-top: 88px;
      margin-bottom: 40px;
    }

    .lp-WelcomeNewpeport-lp{flex:1.3;}
    .lp-WelcomeNewpeport-rp{/*flex: 1;*/ width:400px;}

    .lp-WelcomeNewpeport-lp,
    .lp-WelcomeNewpeport-rp{
      display: flex;
      align-items: center;
      justify-content: center;
      }

      .lp-WelcomeNewpeport-lp-inner{padding-right:200px;}

     .lp-WelcomeNewpeport-title,
     .lp-WelcomeNewpeport-title-inner,
     .lp-WelcomeNewpeport-title-project {
        /* font-family:"MontserratBold", Arial, Helvetica, sans-serif !important; */
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
        /* font-size: 40px;
        line-height: 50px;*/
        font-size: 34px;
        line-height:45px;
        color: #ffffff;
      }

      .report_assets_details_tbl_body tr:first-child{border: 0px;}

      .projectTitleText{color: #88AB88;}

      .lp-WelcomeNewpeport-title-inner{
        font-size: 30px;
        line-height:40px;
        margin: 0;
      }

      .lp-WelcomeNewpeport-subtitle,
      .report_result_compare_addReport_titlediv .addReportTitle {
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
        font-size: 20px;
        line-height:30px;
        color: #ffffff;
        margin: 20px  0  5px;
      }

      .lp-WelcomeNewpeport-para {
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        margin-top: 30px;
      }

      .lp-WelcomeNewpeport-rp,
      .lp_welcomePG_dborderSec,
      .lp_welcomePG_upload_queue_asset_dborderSec{
        border: 1px dashed #88AB88;
        border-radius: 10px;
        box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
        -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
        -moz-box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
        cursor: pointer;
      }

      .lp-WelcomeNewpeport-rp{
        background-image: url(../images/new-report-card-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: none;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
       }
      .lp-WelcomeNewpeport-rp-inner{padding: 10px;}

      .lp-WelcomeNewpeport-rp-inner span{
        font-family: "RobotoBold", Arial, Helvetica, sans-serif !important;
        font-size: 20px;
        line-height:23px;
        color: #ffffff;
        position: relative;
        top: 2px;
        left: 3px;
        font-weight: 700;
      }

      .custTable-responsive{overflow-x: auto;}
      .custEditIcon i{color:#ffffff; font-size: 20px; font-weight: normal;}

      /*brand detail tabs */

      .tabs{
        width:100%;
        height:auto;
        /*margin:0 auto;*/
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
      }

      /* tab list item */
      .custbrandTabsec{position: relative;}

      .custbrandTabsec.tabs,
      .lp_welcomePG_project_listNthumbView .tabs .tabs-list,
      .lp_welcomePG_project_resultTAB .tabs .tabs-list,
      .custNewTabUI .tabs .tabs-list{
          list-style:none;
          margin:0px;
          padding:0px;
          font-weight: 600;
          font-size: 16px;
      }
      .lp_welcomePG_project_listNthumbView .tabs .tabs-list li,
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li,
      .custbrandTabsec.tabs .tabs-list li,
      .custNewTabUI.tabs .tabs-list li{
          width:170px;
          float:left;
          margin:0px;
          margin-right:2px;
          padding:6px 10px;
          text-align: left;
          background-color:transparent;
          border-radius:0px;
      }
      .custNewTabUI.tabs .tabs-list li{text-align: center; border:1px solid #88AB88; border-bottom: 0; margin: 0; padding:12px 10px; font-size: 14px; font-weight: normal;}
      .custNewTabUI.tabs .tabs-list li:first-child{
        border-top-left-radius: 5px;

      }

      .custNewTabUI.tabs .tabs-list li:last-child{
        border-top-right-radius: 5px;
      }
      .lp_welcomePG_project_listNthumbView .tabs .tabs-list li{text-align: center; border-radius: 4px 4px 0 0;}
      .lp_welcomePG_project_listNthumbView .tabs .tabs-list li:hover,
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li:hover,
      .custbrandTabsec.tabs .tabs-list li:hover{
          cursor:pointer;
      }
      .lp_welcomePG_project_listNthumbView .tabs .tabs-list li a,
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li a,
      .custbrandTabsec.tabs .tabs-list li a{
          text-decoration: none;
          color:white;
      }

      /*Border Tab css*/
      .overTimeGraphTabs {color:#fff}
      .lp_welcomePG_project_resultTAB .tabs .tab{ padding-left: 0px; padding-right: 0px; padding-top: 0px  !important; border-top: 0px !important;}
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li{border: 1px solid #88AB88; margin-right:0px !important; margin-bottom:2px !important; font-weight:normal !important; text-align: center !important;}
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li:first-child{border-right: 0px; border-radius:4px 0px 0px 0px !important;}
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li:last-child{border-left: 0px; border-radius:0px 4px 0px 0px !important;}
      .cardbody_nopaddingLRB{padding:0px !important}
      .custBorder_tabList .nopaddingL{padding-right: 0 !important;}
      .custBorder_tabList .nopaddingR{padding-right: 0 !important;}
      .accordian_scprinciplesDropdown select,
      .functional_values_list select{
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        appearance:none;
        background: #1F1F1F url(../images/drop-down-icon.svg) no-repeat !important;
        background-position: right 10px bottom 50% !important;
        cursor:pointer;
        background-color: #1F1F1F;
        color: #fff;
        width: 100%;
        border: 1px solid #88AB88;
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0 4px 0 0;
        outline: none;
      }
      .scprinciplesGraph{border: 1px solid #88AB88; border-radius:0 0 4px 4px; border-top:0px; padding:20px 10px;}
      .functional_values_list select{border-radius:4px; padding: 12px 15px !important;}
      /* Tab content section */
      .lp_welcomePG_project_listNthumbView .tabs .tab,
     /*  .lp_welcomePG_project_resultTAB .tabs .tab, */
      .custbrandTabsec.tabs .tab{
          display:none;
          /*width:98%;
          min-height:250px;*/
          height:auto;
          border-radius:0px;
          padding:20px 0px;
          background-color:transparent;
          color:#fff;
          clear:both;
          border-top: 1px solid rgba(255, 255, 255, 0.3);
      }

      .custbrandTabsec.tabs .tab{border-top: 1px solid #88AB88 !important;}

      .lp_welcomePG_project_listNthumbView .tabs .tab{
        padding:20px 15px !important;
      }

      .lp_welcomePG_project_listNthumbView .tabs .tab h3,
      .lp_welcomePG_project_resultTAB .tabs .tab h3,
      .custbrandTabsec.tabs .tab h3{
          font-weight:normal;
          margin:0px;
          font-size:22px;
          line-height:40px;
      }
      .lp_welcomePG_project_listNthumbView .tabs .tab p,
      .lp_welcomePG_project_resultTAB .tabs .tab p,
      .custbrandTabsec.tabs .tab p{
          line-height:20px;
          font-size: 14px;
      }

      /* When active state */
      .lp_welcomePG_project_listNthumbView .active,
      .lp_welcomePG_project_resultTAB .active,
      .custbrandTabsec .active{
          display:block !important;
      }
      .lp_welcomePG_project_listNthumbView .tabs .tabs-list li.active,
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li.active,
      .custbrandTabsec.tabs .tabs-list li.active{
          background-color:#88AB88 !important;
          color:black;
      }
      .lp_welcomePG_project_resultTAB .tabs .tabs-list li.active{color:#fff;}

      .lp_welcomePG_project_listNthumbView.active a,
      .custbrandTabsec.active a{
          color:black !important;
      }

     /*.cust_dondontm{margin:0 15px !important;} */


     /*Tab Sonic Principles list CSS*/

      /*Tree View Start*/

      /*Tree View End*/

     /* .custsc_brand_principle_holder ul, */
     .sc-pBar-container-holder ul{
       list-style-type: none;
       padding: 0;
       margin: 0;
       display: block !important;
     }

     /* .custsc_brand_principle_holder li
     {
       background-image: url(../images/listBgicon.svg);
       background-repeat: no-repeat;
       background-position: 0 .3em;
       padding-left:40px;
     }
     .custsc_brand_principle_holder li h5,
     .sc-pBar-container-holder li h5{font-weight:700; font-size: 16px !important; margin-bottom: 2px;}
     .custsc_brand_principle_holder li .custsubptext{margin: 0; margin-bottom: 2px;} */

     /* .custsc_brand_principle_holder ul{width:100%;}
     .custsc_brand_principle_holder li{
      width: 50% !important;
      margin: 0 !important;
      float: left;
    }
    */
    .sc_listview_container{color:#ffffff;}
    .sc_listview_container li .dos_custsubptext,
    .sc_listview_container li .dont_custsubptext{
      background-image: url(../images/listBgicon.svg);
      background-repeat: no-repeat;
      background-position: 0 .3em;
      padding-left:25px;
      font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif;
      margin-bottom: 5px;
      text-transform: capitalize;
    }
    .sc_listview_container li .dos_custsubptext:last-child,
    .sc_listview_container li .dont_custsubptext:last-child{ margin-bottom:0px !important;}
    .sc_listview_container li .dont_custsubptext{background-image: url(../images/dont_listBgicon.svg) !important;}

    .custsc_brand_list{display: flex !important; flex-wrap: wrap;}
    .custsc_brand_list_item{display: flex; width: 50% !important; margin:0 0 50px 0 !important;}
    .custsc_brand_list_content{width: 90%; background: #1F1F1F; margin: 0 auto;}
    .brandHeadingCol{background:#060606;}
    .brandHeadingCol h5{margin:0px; padding-bottom: 30px; top: 5px; z-index: 0; position: relative; background:#060606; text-transform: lowercase;}
    .brandHeadingCol h5:first-letter{text-transform: uppercase;}
    .dosNdontTitle{margin:0px; font-weight: 700; font-size: 14px;}
    .custsc_brand_list_col{z-index: 1; position: relative;}
    .custsc_brand_list_content_fl,
    .custsc_brand_list_content_fr{float:left; width:50%}
    .col_dosBG{background: #88AB88;  text-align: center; border-radius: 4px 0 0; padding:6px 10px;}
    .col_dontBG{background: #DA7B7B; text-align: center; border-radius: 0 4px 0 0;  padding:6px 10px;}
    .col_dosNdont_BG_p20{padding:20px;}
    .custDivider{border-color:#979797; margin: 30px 0;}
    .custpLR{padding:0 30px;}
     /*Tab Sonic Principles list CSS END*/

     /*RADAR graph start*/
     .custRadarChart_dosNdont{width: 750px; margin: auto; position:relative}
     .radarChart1WH, .radarChart2WH{
        width: 750px;
        height: 750px;
        /*width: 5000px;
        height: 5000px;*/
        max-width: none;
        transition: all 500ms ease-in;
    }
    .radarChartHolderWH, .mainMoodRadarChartHolderWH{
        max-width: 550px;
      width: 100%;
      height: 550px;
      margin: auto;
      text-align: center;
    }

     .radarChart1_div, .radarChart2_div{top:375px; height: 1px; background-color: rgba(161, 161, 161, 0.37); position: relative; width: 1050px; margin-left: -150px;}
     .lblDo{top:175px; position: absolute; color:#668466; left: -100px; font-size: 30px; font-family:"MontserratBold", Arial, Helvetica, sans-serif;}
     .lblDont{bottom:175px; position: absolute; color:#EC6A5E; left: -100px; font-size: 30px; font-family:"MontserratBold", Arial, Helvetica, sans-serif;}
    /*RADAR graph end*/
      /*Project List and Thumbview page css*/
      .lp-WelcomeProject{margin-top:35px;}
      .custLpPtop{padding-top: 65px;}
      .lp-WelcomeProject-lp,
      .lp_welcomePG_project_viewDetails_lp,
      .lp_welcomePG_uploadFilePG_bottom_fl,
      .lp_welcomePG_report_result_fl{float: left;}

      .lp-WelcomeProject-rp,
      .lp_welcomePG_project_viewDetails_rp,
      .lp_welcomePG_uploadFilePG_bottom_fr,
      .lp_welcomePG_report_result_fr{float: right;}

      .lp-WelcomeProject-lp .project_breadcrumbs_list{margin: 0; position: relative; top:9px; font-size:12px;}
      .lp-WelcomeProject-lp .project_breadcrumbs_list span.breadcrumbs_link{color:#4D7CFE; /* cursor: pointer; */}
      .lp-WelcomeProject-lp .project_breadcrumbs_list span.breadcrumbs_text,
      .lp-WelcomeProject-lp .project_breadcrumbs_list a span{color:#ffffff !important;}
      .lp-WelcomeProject-lp .project_breadcrumbs_list span,
      .lp-WelcomeProject-lp .project_breadcrumbs_list span.breadcrumbs_link,
      .lp-WelcomeProject-lp .project_breadcrumbs_list a span{padding-right: 5px;}
      /* .lp_welcomePG_project_viewDetails{ margin-top: 40px;} */
      .lp_welcomePG_project_viewDetails_rp a{opacity: 0.5; position: relative; top:7px;}
      .lp_welcomePG_project_viewDetails_rp a.active{opacity:1}
      .lp-WelcomeProject-rp .icon_rightMargin{margin-right:10px !important;}
      .lp_welcomePG_project_viewDetails_rp .listviewIcon{margin-right: 10px;}
      .lp_welcomePG_project_listNthumbView{ /* margin-top:40px; */ margin-bottom: 30px;}

      .lp-WelcomeProject-lp .project_breadcrumbs_list ul li {display: inline-block; padding-right: 5px;}
      .custInnerProjectBrandName{color: #979797; font-size: 18px;}
      .custInnerProjectReportBrandDesc{color: #ffffff; margin-bottom: 20px;}

      .lp_welcomePG_project_listNthumbView ul{
        margin:0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
      }
      .lp_welcomePG_project_listNthumbView ul.projectList li{
         margin: 0 20px 20px 0;
         border: 1px solid #E8ECEF;
         border-radius: 4px;
         width:200px;
         float: left;
      }
      .lp_welcomePG_project_listNthumbView ul.projectList li:last-child{margin-right: 0px; }

      .lp_welcomePG_project_listNthumbView ul li{/* border: 1px solid rgba(136, 171, 136, 0.8); border-radius:20px; */ width:200px; margin-right:40px;  margin-bottom:40px;}

      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec{
        text-align:center;
        /*padding:20px 0;
         width: 250px;
        height: 230px;
        padding: 30px 70px; */
        position: relative;
      }

      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec:first-child{padding-left: 0px !important;}
      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec a{
        text-decoration: none;
        background-color: #222529;
        display: block;
        padding: 20px 0 8px 0;
        border-radius:20px 20px 0 0;
        transition: all .5s;
      }

      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec a:hover{background-color: rgba(146, 146, 146, 0.52);}
      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec img.projectFolder_image{width: 100%; /* max-width: 130px; */ max-width:90px;}
      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec img.brandDetailsIcon{ width: 32px !important; position: absolute; right: 10px; top:10px;}
      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec .projectFolder_name,
      .lp_welcomePG_project_listNthumbView .table span.projectFolder_name,
      .projectFolder_name{
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height:20px;
        /* color: #252631; */
        color: #ffffff;
        margin-top: 10px;
        cursor: pointer;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        word-break: break-word;
        -ms-word-break: break-all;
        word-wrap: break-word;
        /*Code for .... */
        padding: 0px 0px;
        /* height: 45px; */
        -webkit-line-clamp: 2;
        display: -webkit-box;
        line-height: 1.65;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .lp_welcomePG_project_listNthumbView .table span.projectFolder_name,
      .list_tableHolder .table span.projectFolder_name{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
        color: #fff;
        padding: 0px 0px;
        /* height: 45px; */
        -webkit-line-clamp: 2;
        display: -webkit-box;
        line-height: 1.65;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        word-break: break-word;
        -ms-word-break: break-all;
        word-wrap: break-word;
        font-size: 14px;
        line-height: 20px;
      }

    /*.lp_welcomePG_project_listNthumbView .table tr td{border-color: rgba(136, 171, 136, 0.4);} */
      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec .projectFolder_name,
      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec .projectFiles_coun{
        display: block;
        padding: 4px 15px;
        height: 55px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        line-height: 1.65;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .lp_welcomePG_project_listNthumbView #projectListView .table span.projectFolder_name{position: relative; top: 3px;}

      /* .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec .projectFiles_count, */
      .lp_welcomePG_project_listNthumbView .table .projectFiles_count,
      .lp_welcomePG_project_listNthumbView .table .reportCounts{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height:20px;
        /*  color: #757575; */
        color: #ccc;
        /* margin-top:5px; */
        }
      .projectFiles_count a.projectFiles_countText{
        /* border-radius:0px;
        border-bottom:2px solid #212529;
        background-color: #303338;
        padding-top:10px;
        font-size:14px; color:#fff; */
        border-radius: 0 0 0 20px !important;
        background-color: #303338;
        padding-top: 7px !important;
        font-size: 12px;
        width: 49.5%;
        float: left;
        height: 35px;
      }
      .brandDetailsIcon{position: absolute; top:10px; right:10px;}
      .lp_welcomePG_project_listNthumbView .projectFiles_count {padding: 0; border-radius:0; color:#ffffff;}
      .projectThumbView_custProjectCount{float: left; border-radius: 0 0 0 20px !important;}
      .projectThumbView_custReportCount{float: right; border-radius: 0 0 20px 0 !important;}
      /* .projectThumbView_custProjectCount, .projectThumbView_custReportCount{font-size: 12px; width: 49.5%; background-color: #303338 !important; padding: 7px !important; transition:all .15s ease-in 0s;} */
      .projectThumbView_custProjectCount, .projectThumbView_custReportCount{font-size: 12px; width: 49.5%; background-color: #303338 !important; padding: 7px !important; transition:all .15s ease-in 0s; height: 35px;}
      .lp_welcomePG_project_listNthumbView .projectFiles_count a,
      .reportCounts a,
      .reportCounts span,
      .lp_welcomePG_project_listNthumbView .projectFiles_count span{color:#ffffff;}

      .projectThumbView_custProjectCount:hover,
      .projectThumbView_custReportCount:hover,
      .custProjCount:hover{background-color: #5C5E60 !important;}
      .custProjCount{background-color: #303338; font-size: 12px; color:#ffffff; border-radius: 0 0 20px 20px !important; padding: 7px !important; transition:all .15s ease-in 0s;}
      .custProjCount a{background-color: transparent !important; padding: 0px !important;}

      .lp_welcomePG_project_listNthumbView .table .projectFolder_name,
      .lp_welcomePG_project_listNthumbView .table .projectFiles_count{margin: 0 !important; /* cursor: pointer; */}
      .lp_welcomePG_project_listNthumbView .table .lp_welcomePG_project_folderANDname,
      .lp_welcomePG_project_listNthumbView .table .lp_welcomePG_project_folderANDname a{display: flex; align-items: center;}
      .lp_welcomePG_project_listNthumbView .table .lp_welcomePG_project_folderANDname img{/* width: 25px; */width:40px; margin-right:10px; cursor: pointer;}
      /*Project List and Thumbview page css END*/

      /*Upload File Page*/
      .lp_welcomePG_uploadFilePG_top_allLabel{font-size: 12px;}

      .lp_welcomePG_uploadFilePG_top_allLabel ul,
      .lp_welcomePG_report_result_breadCrumb ul{margin: 0; color: #ffffff;}
      .lp_welcomePG_uploadFilePG_top_allLabel li{display: inline-block; margin-right: 20px;}

      .lp_welcomePG_uploadFilePG_top_allLabel li:last-child{margin-right:0px;}
      .lp_welcomePG_uploadFilePG_top_allLabel li label{margin: 0 5px 0 0; font-family:"MontserratBold", Arial, Helvetica, sans-serif !important;}

      .lp_welcomePG_dborderSec{border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
      .lp_welcomePG_uploadFilePG_middle,
      .lp_welcomePG_uploadFilePG_bottom{margin-top:30px;}
      .lp_welcomePG_uploadFilePG_bottom h4{font-family:"MontserratBold", Arial, Helvetica, sans-serif !important; font-size:20px; line-height: 25px; color: #ffffff; margin: 0; padding-top: 20px;}
      .reportDesciptionHolder{font-size: 12px; color:#fff; margin-top: 20px;}

      /* .reportDesciptionHolder ul {list-style:disc;}*/
      .reportDesciptionHolder{line-height: 22px;}
      .reportDesciptionHolder label{margin: 0 5px 0 0; font-family:"MontserratBold", Arial, Helvetica, sans-serif !important;}

      /* .reportDescContent ul{ list-style-type: disc;}
      .reportDescContent ul li{display: block; list-style-type: disc; margin-left: 10px; line-height: 22px;} */

      /* .reportDescContent ul{ list-style:none; padding:0; margin:0; }
      .reportDescContent li{ padding-left:0.75em; position:relative; }
      .reportDescContent li:before{ content:"•"; color:#fff; position:absolute; left:0em; } */

      .reportDescContent ul{margin-left: 10px;}
      .reportDescContent li{display: list-item;
        list-style-type: disc;
        list-style-position:inside;}
      .reportDescContent p{margin-bottom: 5px;}

      .lp_welcomePG_uploadFilePG_middle .lp_welcomePG_uploadFile_sec, .lp_welcomePG_upload_queue_asset-sec{
        background-color: /* rgba(245, 245, 245, 0.34) */ transparent;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        position: relative;
        border: 2px dashed #88AB88;
      }

      .lp_welcomePG_upload_queue_asset_dborderSec{box-shadow: none;}
      .lp_welcomePG_upload_queue_asset_sec{position: relative;}
      .lp_welcomePG_uploadFilePG_middle .lp_welcomePG_uploadFile_input,
      .lp_welcomePG_upload_queue_asset_sec .lp_welcomePG_upload_queue_asset_input {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        outline: none;
        opacity: 0;
        cursor: pointer;

      }
      .lp_welcomePG_uploadFilePG_middle .lp_welcomePG_uploadFile_dragsec,
      .lp_welcomePG_upload_queue_asset_sec .lp_welcomePG_upload_queue_asset_dragsec{
        text-align: center;
        padding: 68px 10px;
      }

      .lp_welcomePG_uploadFilePG_middle .lp_welcomePG_dborderSec{border: none; box-shadow: none;}

      .lp_welcomePG_upload_queue_asset_sec .lp_welcomePG_upload_queue_asset_dragsec{padding:40px 0 !important;}

      .lp_welcomePG_uploadFilePG_middle .lp_welcomePG_uploadFile_dragsec .dragimg,
      .lp_welcomePG_upload_queue_asset_sec .lp_welcomePG_upload_queue_asset_dragsec .dragimg{
        height:26px;
        display: inline-block;
        vertical-align: bottom;
      }
      .lp_welcomePG_uploadFilePG_middle .lp_welcomePG_uploadFile_dragsec .dragText,
      .lp_welcomePG_upload_queue_asset_sec .lp_welcomePG_upload_queue_asset_dragsec .dragText{
        display: inline-block;
        vertical-align:middle;
        /* color: #7095FD; */
        color: #C3F1C3;
        font-family:"MontserratBold", Arial, Helvetica, sans-serif;
        font-size:14px;
        line-height:22px;
        /* text-decoration: underline; */
      }

      .uploadFilePG_emptyQueueTxt{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        /* color:#7B7B7B; */
        color:#ffffff;
        margin-top:15px;
      }

      .cust_tbl_upload_queue .uploadFilePG_emptyQueueTxt{
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif;
        color: #ffffff;

      }
      .uploadFilePG_emptyQueueTxt,
      .cust_tbl_upload_queue .uploadFilePG_emptyQueueTxt{
        font-size: 16px;
      }
      /*Upload File Page*/

     .assetTable1 tbody tr td{position: relative;}

      /*From Library Page Css*/
      .report_addFrom_library_filtercontainer{ margin-bottom: 20px !important; margin-top: 20px;}
      .report_addFrom_library_filtercontainer .report_fromLibrary_title span.filterTtitle{
        /* color:#3D3D3D;  */
        color: #ffffff;
        font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-right: 20px !important;
        position: relative;
        top:8px;
      }

      .lp_welcomePG_project_viewDetails .filterTtitle,
      .lp_welcomePG_project_viewDetails .report_addFrom_library_filtercontainer .fs-label-wrap .fs-label,
      .lp_welcomePG_project_viewDetails .report_addFrom_library_filtercontainer .btn.btn-addfilter{color:#ffffff !important}

      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary{ width: 170px;}
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary{ width: 130px;}
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary{ width: 180px;}
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{ width: 200px;}
      .report_assets_manager_filter .reportAssetAddfilter_list{ width: 200px;}

      .report_addFrom_library_filtercontainer .report_fromLibrary_title,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{float:left; margin-right: 10px; position: relative;}

      /* .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{margin-right: 0px !important;} */

      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-label-wrap,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-label-wrap,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-label-wrap,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-label-wrap {
        /* background-color:rgba(221, 221, 221, 0.3) !important; */
        background-color: rgba(50, 50, 50, 1) !important;
        color:#3D3D3D !important;
        border-radius:0px !important;
        padding:10px !important;}


    .reportAssetType_list_fromLibrary .fs-label-wrap .fs-label,
    .reportAssetClient_list_fromLibrary .fs-label-wrap .fs-label,
    .reportAssetLocation_list_fromLibrary .fs-label-wrap .fs-label,
    .reportAssetCreatedDate_fromLibrary .fs-label-wrap .fs-label{padding-left: 0;}

      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-label-wrap .fs-arrow,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-label-wrap .fs-arrow,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-label-wrap .fs-arrow,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-label-wrap .fs-arrow{
        background-color:transparent !important
      }

      /*From Library Page Css END*/

      /*New Report Table Css*/
      .custAssethashWarning{font-size: 10px; line-height: 15px;}
      .lp_welcomePG_newReportTable .table,
      .cust_tbl_upload_queue .table,
      .lp_welcomePG_project_listNthumbView .table,
      .lp_welcomePG_project_viewDetailstable .table,
      .report_result_comapre_table .table,
      .report_result_addFrom_library .table,
      .report_result_comapre_addreport_table .table,
      .lp_welcomePG_report_result_insight_detailsTable .table,
      .lp_welcomePG_newReportTable_assets .table,
      .cust_managerData_assets .table{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
        font-size: 14px;
      }


      /* .lp_welcomePG_project_listNthumbView .table{border:1px solid rgba(136, 171, 136, 1);} */
      .lp_welcomePG_report_result_insight_detailsTable .table tbody tr:first-child td{border-top: 0px;}
      .report_result_comapre_table,
      .report_result_comapre_addreport_table .table,
      .report_result_addFrom_library .table{ margin-top: 20px;}

      .report_result_comapre_table .table .custThclr,
      .report_result_comapre_addreport_table .table .custThclr{color: #979797 !important;}/*class "custThclr" for deactive th in compare and add report*/

      /* .lp_welcomePG_newReportTable .table thead th, */
      .cust_tbl_upload_queue .table thead th,
      /* .lp_welcomePG_project_listNthumbView .table thead th, */
      .lp_welcomePG_project_viewDetailstable .table thead th,
      .report_result_comapre_table .table thead th,
      .report_result_addFrom_library .table thead th,
      .report_result_comapre_addreport_table .table thead th,
      .lp_welcomePG_report_result_insight_detailsTable .table thead th,
      .lp_welcomePG_newReportTable_assets .table thead th{
        border: 0px !important;
        font-family:"MontserratBold", Arial, Helvetica, sans-serif !important;
        font-weight: normal;
        color: #ffffff;
        font-size: 16px !important;
        padding:20px 35px;
      }

     /*  .modal_report_addFrom_library .lp_welcomePG_newReportTable .table thead th{color:#000000 !important;} */
      .lp_welcomePG_report_result_insight_detailsTable .table td{color: #ffffff;}
      /* .report_result_insightDetails_container .moodInformation_title h5,
      .report_result_insightDetails_container h5{color:#ffffff !important} */
      #modal_add_from_sonic_library {position:absolute; overflow-y: unset !important; overflow: unset;}


      .report_result_comapre_addreport_table .table thead th,
      .report_result_comapre_table .table thead th{color: #ffffff !important;}
      .report_result_comapre_table .table tbody,
      .report_result_comapre_addreport_table .table tbody{background-color: #323232; color: #ffffff;}
      .cust_tbl_upload_queue .tableFixHead table thead th{ color: #ffffff !important}

      .cust_tbl_upload_queue .table thead th:first-child {
        padding:20px 0px 20px 35px !important;
      }

      .cust_tbl_upload_queue .table tbody tr:first-child td {
        border-top: 0px !important;
        padding:5px 35px 5px 35px !important;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        word-break: break-word;
        -ms-word-break: break-all;
        word-wrap: break-word;
      }

      /* .lp_welcomePG_newReportTable .table thead tr th:first-child, */
      .lp_welcomePG_newReportTable_assets .table thead tr th:first-child,
      .cust_tbl_upload_queue .table thead tr th:first-child,
      /* .lp_welcomePG_project_listNthumbView .table thead tr th:first-child, */
      .lp_welcomePG_project_viewDetailstable .table thead tr th:first-child,
      .report_result_comapre_table .table thead tr th:first-child,
      .report_result_addFrom_library .table thead tr th:first-child,
      .report_result_comapre_addreport_table .table thead tr th:first-child,
      .lp_welcomePG_report_result_insight_detailsTable .table thead tr th:first-child{
        padding-left: 20px !important;
      }

      /* .lp_welcomePG_newReportTable .table tbody, */
      .lp_welcomePG_newReportTable_assets .table tbody,
      .cust_tbl_upload_queue .table tbody,
      /*.lp_welcomePG_project_listNthumbView .table tbody,
       .lp_welcomePG_project_viewDetailstable .table tbody, */
      .report_result_comapre_table .table tbody,
      .report_result_addFrom_library .table tbody,
      .report_result_comapre_addreport_table .table tbody,
      .lp_welcomePG_report_result_insight_detailsTable .table tbody{
        box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.20);
        -webkit-box-shadow:0px 1px 4px rgba(255, 255, 255, 0.20);
        -moz-box-shadow:0px 1px 4px rgba(255, 255, 255, 0.20);
        border-radius: 4px;
        background-color:#0F0F0F;
        border: 1px solid #88AB88;
      }


      /* .lp_welcomePG_project_listNthumbView #clientListView{
        box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.20);
        -webkit-box-shadow:0px 1px 4px rgba(255, 255, 255, 0.20);
        -moz-box-shadow:0px 1px 4px rgba(255, 255, 255, 0.20);
        border-radius: 4px;
        background-color:#0F0F0F;
        border: 1px solid #88AB88;
      } */
      /* .lp_welcomePG_project_listNthumbView .table{margin-bottom: 0px !important;} */


      .cust_tbl_upload_queue .table tbody {
        background: #0F0F0F;
      }

      .cust_tbl_upload_queue .fs-wrap {
        /*position: relative;
        width: 140px !important;*/
        text-align: center;
      }

      .cust_tbl_upload_queue .fs-wrap .fs-label-wrap:focus,
      .cust_tbl_upload_queue .fs-wrap .fs-label-wrap:hover {
      -webkit-box-shadow:inset 0px 8px 8px -5px rgba(22,22,22,0.5) !important;
      -moz-box-shadow:inset 0px 8px 8px -5px rgba(22,22,22,0.5) !important;
      box-shadow: inset 0px 8px 8px -5px rgba(22,22,22,0.5) !important;
      outline: 0 none;
      }

      .cust_tbl_upload_queue .fs-label-wrap,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-label-wrap,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-label-wrap,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-label-wrap,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-label-wrap{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
        color: #ffffff;
        font-size: 14px;
        width:100%;
        caret-color:#ffffff;
        background-color:rgba(50, 50, 50, 1);
        border-radius: 4px;
        box-shadow: none !important;
        transition:all .15s ease-in 0s;
        cursor: pointer;
        border: 0px;
      }


      /*selected assets list class*/
      .cust_tbl_upload_queue .fs_label_wrap_optnsSelectedList {
        background:none;
        color:#3D3D3D  !important;
        text-align: left;
      }
      .cust_tbl_upload_queue .fs_label_wrap_optnsSelectedList .fs-label {
        padding: 11px 0px !important;
        line-height:20px;
        color: #ffffff;
        text-overflow: initial;
        white-space: normal;
        overflow: visible;
      }
      .cust_tbl_upload_queue .fs-wrap .fs_label_wrap_optnsSelectedList:focus,
      .cust_tbl_upload_queue .fs-wrap .fs_label_wrap_optnsSelectedList:hover {box-shadow: none !important; outline: 0 none;}
      /*selected assets list class END*/

      .cust_tbl_upload_queue .fs-arrow{visibility: hidden;}
      .cust_tbl_upload_queue .fs-label-wrap .fs-label{ padding:11px 10px;}
      .cust_tbl_upload_queue .fs-dropdown,
      .assetAnalysis_fselectSec .fs-dropdown,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown{
        width: 200px !important;
        text-align: left;
        padding: 6px;
        font-size: 14px !important;
        color: #ffffff;
        margin-top:1px;
        background:#0F0F0F;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
        -webkit-box-shadow:0px 0px 4px rgb(0 0 0 / 25%);
        -moz-box-shadow:0px 0px 4px rgb(0 0 0 / 25%);
        border-radius: 4px;
        border: 1px solid #88AB88;
        position: absolute;
        z-index: 1000;
      }

      .assetAnalysis_fselectSec .fs-dropdown{width: 100% !important;}
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown{width: 100% !important; max-width: 100%;}

      .cust_tbl_upload_queue .fs-dropdown .fs-option,
      .assetAnalysis_fselectSec .fs-dropdown .fs-option,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-option,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-option,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-option,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-option{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        font-size: 14px;
        border-bottom: 1px solid #EFEFEF !important;
        padding: 10px;
        line-height:20px;
        margin-right: 4px;
      }
      .assetAnalysis_fselectSec .fs-dropdown .fs-option{ border-bottom: none !important;}
      .assetAnalysis_fselectSec .optionSeperator{border-top: 1px solid #fff;}
      .assetAnalysis_fselectSec .fselectDesable{color: rgb(102, 102, 102);}

      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-option:last-child,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-option:last-child,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-option:last-child,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-option:last-child{border-bottom: 0px solid #EFEFEF !important;}

      .cust_tbl_upload_queue .fs-dropdown .fs-option:hover,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-option:hover,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-option:hover,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-option:hover,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-option:hover,
      .assetAnalysis_fselectSec .fs-dropdown .fs-option:hover{
        background-color: #88AB88;
        color:#ffffff;
      }

      .cust_tbl_upload_queue .fs-dropdown button[type=button] {
        width: 100% !important;
        background: none !important;
        border: 1px solid #ffffff;
        color: #000000;
        padding: 8px 0px 10px 0px;
        display: block !important;
    }

    /*tbody scroll css*/
    .cust_tbl_upload_queue .tableFixHead table thead,
    .cust_tbl_upload_queue .tableFixHead table tbody tr,
    .report_result_addFrom_library .tableFixHead .table thead,
    .report_result_addFrom_library .tableFixHead .table tbody tr,
    .report_result_comapre_table .tableFixHead .table thead,
    .report_result_comapre_table .tableFixHead .table tbody tr,
    .report_result_comapre_addreport_table .tableFixHead .table thead,
    .report_result_comapre_addreport_table .tableFixHead .table tbody tr,
    .lp_welcomePG_newReportTable_assets .tableFixHead .table thead,
    .lp_welcomePG_newReportTable_assets .tableFixHead .table tbody tr
    {
      display: table !important;
      width: 100% !important;
      table-layout: fixed !important;
    }

    .cust_tbl_upload_queue .tableFixHead table tbody,
    .report_result_addFrom_library .tableFixHead .table tbody,
    .report_result_comapre_table .tableFixHead .table tbody,
    .report_result_comapre_addreport_table .tableFixHead .table tbody,
    .lp_welcomePG_newReportTable_assets .tableFixHead table tbody
    {
      display: block !important;
      max-height: 300px !important;
      overflow-y: scroll !important;
    }

    .lp_welcomePG_newReportTable_assets .tableFixHead table tbody{color:#ffffff;  background-color: #0F0F0F; border: 1px solid #88AB88;}

    .cust_tbl_upload_queue .tableFixHead table tbody th,
    .cust_tbl_upload_queue .tableFixHead table tbody td,
    .report_result_addFrom_library .tableFixHead .table tbody th,
    .report_result_addFrom_library .tableFixHead .table tbody td,
    .report_result_comapre_table .tableFixHead .table tbody th,
    .report_result_comapre_table .tableFixHead .table tbody td,
    .report_result_comapre_addreport_table .tableFixHead .table tbody th,
    .report_result_comapre_addreport_table .tableFixHead .table tbody td{
      width:210px !important;
      background: none !important;
    }

    .cust_tbl_upload_queue .tableFixHead table tbody td,
    .cust_tbl_upload_queue .tableFixHead table tbody th {
      border-top: 1px solid rgba(63, 63, 63, 0.9);
      border-bottom: 0px;
    }

    .lp_welcomePG_newReportTable_assets .tableFixHead table tbody th,
    .lp_welcomePG_newReportTable_assets .tableFixHead table tbody td{ width:210px !important;}

    .cust_tbl_upload_queue .tableFixHead table thead th:last-child,
    .cust_tbl_upload_queue .tableFixHead table tbody td:last-child,
    .report_result_addFrom_library .tableFixHead .table thead th:last-child,
    .report_result_addFrom_library .tableFixHead .table tbody td:last-child,
    .report_result_comapre_table .tableFixHead .table thead th:last-child,
    .report_result_comapre_table .tableFixHead .table tbody td:last-child,
    .report_result_comapre_addreport_table .tableFixHead .table thead th:last-child,
    .report_result_comapre_addreport_table .tableFixHead .table tbody td:last-child,
    .lp_welcomePG_newReportTable_assets .tableFixHead table thead th:last-child{
      width:75px !important;
      background: none !important;
    }

    .lp_welcomePG_newReportTable_assets .tableFixHead table tbody td:last-child{width:75px !important; background: rgba(196, 196, 196, 0.1) !important;}

    .cust_tbl_upload_queue .tableFixHead table thead th,
    .report_result_addFrom_library .tableFixHead .table thead th,
    .report_result_comapre_table .tableFixHead .table thead th,
    .report_result_comapre_addreport_table .tableFixHead .table thead th,
    .lp_welcomePG_newReportTable_assets .tableFixHead table thead th{
      width:190px !important;
    }

    .cust_tbl_upload_queue .tableFixHead table tbody tr:first-child th,
    .report_result_addFrom_library .tableFixHead .table tbody tr:first-child th,
    .report_result_comapre_table .tableFixHead .table tbody tr:first-child th,
    .report_result_comapre_addreport_table .tableFixHead .table tbody tr:first-child th,
    .lp_welcomePG_newReportTable_assets .tableFixHead .table tbody tr:first-child th{
      border-top: 0px; padding:25px 20px !important;
    }

    .lp_welcomePG_newReportTable_assets .tableFixHead .table tbody tr th{
        /* border-bottom: 1px solid #88AB88!important; */
        border-top: 1px solid #88AB88 !important;
    }

    .report_result_addFrom_library .tableFixHead .table tbody tr th,
    .report_result_comapre_table .tableFixHead .table tbody tr th,
    .report_result_comapre_addreport_table .tableFixHead .table tbody tr th{background-color: rgba(63, 63, 63, 0.5) !important;}

    /*tbody scroll css END*/

    .cust-audio-player-sec{display: flex; align-items: center; /* width: 260px; */}
    .cust-audio-player-sec span.cust_play_pausBTN{padding-right: 25px; margin-right: 15px;}

    .table_custScollH{padding: 0 2px;}/*Global class for Horizontal scroll*/

    #reportAssetDetailResult tr:nth-child(even) {background-color: #060606;}
    #reportAssetDetailResult tr:nth-child(odd) {background-color: #1F1F1F;}
    #reportAssetDetailResult tr td:first-child{background-color:transparent;}

    .table_custScollV{padding: 0 10px 0 0 !important;}

    .table_custScollV::-webkit-scrollbar-track-piece{
        background-color:transparent;
        /* -webkit-border-radius:0; */
        border: 1px solid #6C6C6C;
        border-radius: 5px;
    }
    .table_custScollV::-webkit-scrollbar{
        width:8px;
    }
    .table_custScollV::-webkit-scrollbar-thumb{
        height:50px;
        background-color:#88AB88;
        -webkit-border-radius:5px;
        /* outline:1px solid #6C6C6C;
        outline-offset:-2px;
        border: 1px solid #6C6C6C; */
    }
    .table_custScollV::-webkit-scrollbar-thumb:hover{
        background-color:#88AB88;
    }

    /* .table_custScollV::-webkit-scrollbar{width: 10px;}
    .table_custScollV::-webkit-scrollbar-track{
        background-color:transparent;
        border: 1px solid #6C6C6C;
        border-radius: 4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    }
    .table_custScollV::-webkit-scrollbar-thumb{
        background-color: #88AB88;
        border-radius: 4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    }
    .table_custScollV::-webkit-scrollbar-thumb:hover{
        background-color: #88AB88;
      }
 */
    .report_result_custAssetsName{width: 200px; max-width: 200px; min-width: 200px; padding-right: 20px; font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
    }
    .lp_welcomePG_report_result_inner_table{border: 1px solid #88AB88; border-radius: 9px;}
    .lp_welcomePG_report_result_inner_table .assetNameTxt{
      hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      word-break: break-word;
      -ms-word-break: break-all;
      word-wrap: break-word;
      }
      /* Custom ScrollBar */
      /* Works on Firefox */
      .cust_tbl_upload_queue .fs-dropdown .fs-options,
      .reportIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-options,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-options,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-options,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-options,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-options,
      .veritonic_assettType_fselect .fs-dropdown .fs-options,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-options,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-options,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown .fs-options,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown .fs-options,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown .fs-options,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown .fs-options,
      .newReport-form-group-input textarea,
      .input-group textarea,
      .searchResultList,
      .bisi_name_holder .fs-dropdown .fs-options,
      .bisi_snapshot_year .fs-dropdown .fs-options,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-options{
        scrollbar-width: 5px;
        scrollbar-color: #EDEDED #D9D9D9;
        overflow:auto;
        overflow-y: scroll;
        max-height: 150px !important;
        margin: 5px 0px;
      }

      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-no-results{color: #fff; font-size: 14px; padding-top: 11px;}

      .bisi_snapshot_channel .fs-dropdown .fs-options{
        height: auto !important;
        margin: 5px 0px;
      }

      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-options{margin: 0 !important;}

      .cust_tbl_upload_queue .fs-dropdown .fs-options{max-height: 110px !important;}
      .cust_tbl_upload_queue .fs-dropdown .fs-option{padding: 8px 10px;}
      .cust_tbl_upload_queue .fs-dropdown .fs-search{padding: 2px 10px;}

     .modal::-webkit-scrollbar,
     .table_custScollH::-webkit-scrollbar,
     .cust_dropbox_scrollbar::-webkit-scrollbar,
    /*  .lp_welcomePG_report_result_inner_table::-webkit-scrollbar, */
     .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar,
     .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar,
     .custTable-responsive::-webkit-scrollbar{height: 10px;}

     .lp_welcomePG_report_result_inner_table::-webkit-scrollbar{height: 8px;}
      /* Works on Chrome, Edge, and Safari */
      /*Scrollbar*/
      .modal::-webkit-scrollbar,
      .cust_tbl_upload_queue .fs-dropdown .fs-options::-webkit-scrollbar,
      .assetAnalysis_fselectSec .fs-dropdown .fs-options::-webkit-scrollbar,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar,
      .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .cust-table-box tbody::-webkit-scrollbar,
      .cust_tbl_upload_queue .tableFixHead table tbody::-webkit-scrollbar,
      .report_result_addFrom_library .tableFixHead table tbody::-webkit-scrollbar,
      .lp_welcomePG_newReportTable_assets .tableFixHead table tbody::-webkit-scrollbar,
      .report_result_comapre_table .tableFixHead table tbody::-webkit-scrollbar,
      .report_result_comapre_addreport_table .tableFixHead table tbody::-webkit-scrollbar,
      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .veritonic_assettType_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar,
      .cust_dropbox_scrollbar::-webkit-scrollbar,
      .divAutocompleteScroll_inner::-webkit-scrollbar,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list  .fs-dropdown .fs-options::-webkit-scrollbar,
      .newReport-form-group-input textarea::-webkit-scrollbar,
      .input-group textarea::-webkit-scrollbar,
      select.custSelOption::-webkit-scrollbar,
      .searchResultList::-webkit-scrollbar,
      .bisi_name_holder .fs-dropdown .fs-options::-webkit-scrollbar,
      .bisi_snapshot_year .fs-dropdown .fs-options::-webkit-scrollbar,
      .bisi_snapshot_channel .fs-dropdown .fs-options::-webkit-scrollbar,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-options::-webkit-scrollbar{
        width:6px;
        cursor: pointer;
      }

      .lp_welcomePG_project_allMoodmean_container::-webkit-scrollbar{
        width:10px;
        cursor: pointer;
      }

      /*Track*/
      .modal::-webkit-scrollbar-track,
      .cust_tbl_upload_queue .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .assetAnalysis_fselectSec .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .table_custScollH::-webkit-scrollbar-track,
      .cust-table-box tbody::-webkit-scrollbar-track,
      .cust_tbl_upload_queue .tableFixHead table tbody::-webkit-scrollbar-track,
      .report_result_addFrom_library .tableFixHead table tbody::-webkit-scrollbar-track,
      .lp_welcomePG_newReportTable_assets .tableFixHead table tbody::-webkit-scrollbar-track,
      .report_result_comapre_table .tableFixHead table tbody::-webkit-scrollbar-track,
      .report_result_comapre_addreport_table .tableFixHead table tbody::-webkit-scrollbar-track,
      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .veritonic_assettType_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .cust_dropbox_scrollbar::-webkit-scrollbar-track,
      .lp_welcomePG_report_result_inner_table::-webkit-scrollbar-track,
      .divAutocompleteScroll_inner::-webkit-scrollbar-track,
      .lp_welcomePG_project_allMoodmean_container::-webkit-scrollbar-track,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-track,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar-track,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-track,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar-track,
      .newReport-form-group-input textarea::-webkit-scrollbar-track,
      .custTable-responsive::-webkit-scrollbar-track,
      .input-group textarea::-webkit-scrollbar-track,
      select.custSelOption::-webkit-scrollbar-track,
      .searchResultList::-webkit-scrollbar-track,
      .bisi_name_holder .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .bisi_snapshot_year .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .bisi_snapshot_channel .fs-dropdown .fs-options::-webkit-scrollbar-track,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-options::-webkit-scrollbar-track{
        /* background: #EDEDED; */
        background-color: #0F0F0F;
        border-radius: 4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
      }
      .lp_welcomePG_report_result_inner_table::-webkit-scrollbar-track{border-radius: 0px  0px  9px  9px !important; -webkit-border-radius:0px  0px  9px  9px !important; -moz-border-radius:0px  0px  9px  9px !important;}
      .cust_tbl_upload_queue .tableFixHead table tbody::-webkit-scrollbar-track,
      .divAutocompleteScroll_inner::-webkit-scrollbar-track,
      .lp_welcomePG_project_allMoodmean_container::-webkit-scrollbar-track,
      .report_result_addFrom_library .tableFixHead table tbody::-webkit-scrollbar-track,
      .lp_welcomePG_newReportTable_assets .tableFixHead table tbody::-webkit-scrollbar-track,
      .report_result_comapre_table .tableFixHead table tbody::-webkit-scrollbar-track,
      .report_result_comapre_addreport_table .tableFixHead table tbody::-webkit-scrollbar-track{
        /* background: #ffffff !important; */
        background-color: #0F0F0F;
      }

      /*Thumb*/
      .modal::-webkit-scrollbar-thumb,
      .cust_tbl_upload_queue .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .assetAnalysis_fselectSec .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .table_custScollH::-webkit-scrollbar-thumb,
      .cust-table-box tbody::-webkit-scrollbar-thumb,
      .cust_tbl_upload_queue .tableFixHead table tbody::-webkit-scrollbar-thumb,
      .report_result_addFrom_library .tableFixHead table tbody::-webkit-scrollbar-thumb,
      .lp_welcomePG_newReportTable_assets .tableFixHead table tbody::-webkit-scrollbar-thumb,
      .report_result_comapre_table .tableFixHead table tbody::-webkit-scrollbar-thumb,
      .report_result_comapre_addreport_table .tableFixHead table tbody::-webkit-scrollbar-thumb,
      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .veritonic_assettType_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .cust_dropbox_scrollbar::-webkit-scrollbar-thumb,
      .lp_welcomePG_report_result_inner_table::-webkit-scrollbar-thumb,
      .divAutocompleteScroll_inner::-webkit-scrollbar-thumb,
      .lp_welcomePG_project_allMoodmean_container::-webkit-scrollbar-thumb,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar-thumb,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar-thumb,
      .newReport-form-group-input textarea::-webkit-scrollbar-thumb,
      .custTable-responsive::-webkit-scrollbar-thumb,
      .input-group textarea::-webkit-scrollbar-thumb,
      select.custSelOption::-webkit-scrollbar-thumb,
      .searchResultList::-webkit-scrollbar-thumb,
      .bisi_name_holder .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .bisi_snapshot_year .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .bisi_snapshot_channel .fs-dropdown .fs-options::-webkit-scrollbar-thumb,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb{
        /* background-color: #D9D9D9; */
        background-color: #88AB88;
        border-radius: 4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        /* border: 1px solid #EDEDED; */
      }

      /*Thumb hover*/
      .modal::-webkit-scrollbar-thumb:hover,
      .cust_tbl_upload_queue .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .assetAnalysis_fselectSec .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .table_custScollH::-webkit-scrollbar-thumb:hover,
      .cust-table-box tbody::-webkit-scrollbar-thumb:hover,
      .cust_tbl_upload_queue .tableFixHead table tbody::-webkit-scrollbar-thumb:hover,
      .report_result_addFrom_library .tableFixHead table tbody::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_newReportTable_assets .tableFixHead table tbody::-webkit-scrollbar-thumb:hover,
      .report_result_comapre_table .tableFixHead table tbody::-webkit-scrollbar-thumb:hover,
      .report_result_comapre_addreport_table .tableFixHead table tbody::-webkit-scrollbar-thumb:hover,
      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .veritonic_assettType_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .cust_dropbox_scrollbar::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_report_result_inner_table::-webkit-scrollbar-thumb:hover,
      .divAutocompleteScroll_inner::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_project_allMoodmean_container::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb:hover,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll::-webkit-scrollbar-thumb:hover,
      .custTable-responsive::-webkit-scrollbar-thumb:hover,
      .input-group textarea::-webkit-scrollbar-thumb:hover,
      select.custSelOption::-webkit-scrollbar-thumb:hover,
      .bisi_name_holder .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .bisi_snapshot_year .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .bisi_snapshot_channel .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover{
        background-color: #88AB88;
      }
      /*Custom ScrollBar END*/

      /*Custom Checkbox Css*/
      .custCheckbox input[type="checkbox"],/*Global checkbox class*/
      .report_result_addFrom_library_checkbox input[type="checkbox"],
      .report_result_comapre_checkbox input[type="checkbox"]{
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        background: transparent;
        height: 18px;
        width: 18px;
        border: 1px solid #88AB88;
      }

      .report_result_addFrom_library_checkbox input[type="checkbox"],
      .report_result_comapre_checkbox input[type="checkbox"]{
        border: 2px solid #88AB88;
        height: 20px;
        width: 20px;
      }

      .custCheckbox input[type="checkbox"]:checked,
      .report_result_addFrom_library_checkbox input[type="checkbox"]:checked,
      .report_result_comapre_checkbox input[type="checkbox"]:checked{
        background:#88AB88 ;
      }

      .custCheckbox input[type="checkbox"]:after,
      .report_result_addFrom_library_checkbox input[type="checkbox"]:after,
      .report_result_comapre_checkbox input[type="checkbox"]:after{
        content: '';
        position: relative;
        left: 32%;
        top: 9%;
        width: 35%;
        height: 70%;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
      }

      .report_result_addFrom_library_checkbox input[type="checkbox"]:after,
      .report_result_comapre_checkbox input[type="checkbox"]:after{
        left: 29%;
        top: 0;
        width: 40%;
        height: 80%;
      }

      .custCheckbox [type="checkbox"]:checked:after,
      .report_result_addFrom_library_checkbox [type="checkbox"]:checked:after,
      .report_result_comapre_checkbox [type="checkbox"]:checked:after{
        display: block;
      }
    /*Custom Checkbox Css END*/

      .cust_tbl_upload_queue .fs-dropdown .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-search{
        padding: 0px;
        padding: 5px 10px;
        border: 0;
      }
      .cust_tbl_upload_queue .fs-dropdown .fs-search,
      .cust_tbl_upload_queue .fs-dropdown .fs-search input,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary .fs-dropdown .fs-search input,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary .fs-dropdown .fs-search input,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary .fs-dropdown .fs-search input,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown .fs-search,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary .fs-dropdown .fs-search input{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        background: #323232;
        font-size: 12px;
        color: #ffffff;
      }
      .cust_tbl_upload_queue .fs-dropdown .fs-no-results{padding:10px 0px 0px 10px;}

      .cust_tbl_upload_queue .fs-wrap.multiple .fs-option.selected .fs-checkbox i,
      .assetAnalysis_fselectSec .fs-wrap.multiple .fs-option.selected .fs-checkbox i{
        background-color:#88AB88;
      }

      .cust_tbl_upload_queue .fs-wrap.multiple .fs-option .fs-checkbox i,
      .assetAnalysis_fselectSec .fs-wrap.multiple .fs-option .fs-checkbox i{
        width: 15px;
        height: 15px;
        border: 2px solid #88AB88;
        border-radius: 0px;
      }

      .assetAnalysis_fselectSec .fselectDesable .fs-checkbox i{background-color: rgb(102, 102, 102) !important;}

      .cust_tbl_upload_queue .cust-fselect-btn-holder{
        display: flex;
        justify-content: flex-end;
        padding-top:8px;
      }

      .cust_tbl_upload_queue .cust-fselect-btn-holder button[type=button]{
        border: none;
        border-radius: 4px !important;
        background: #7B7B7B !important;
        font-size: 12px;
        color:#ffffff;
        /*padding:5px 10px;*/
        padding:8px 10px;
      }
      .cust_tbl_upload_queue .cust-fselect-btn-holder .cust-fselect-apply-btn{ margin-right:5px; }
      .cust_tbl_upload_queue .cust-fselect-btn-holder .cust-fselect-apply-btn button{background-color:#88AB88 !important;}

      /* .lp_welcomePG_newReportTable .table tbody tr:first-child th, */
      .lp_welcomePG_newReportTable_assets .table tbody tr:first-child th,
      .lp_welcomePG_project_viewDetailstable .table tbody tr:first-child th,
      .report_result_addFrom_library .table tbody tr:first-child th,
      .report_result_comapre_table .table tbody tr:first-child th,
      .report_result_comapre_addreport_table .table tbody tr:first-child th,
      .lp_welcomePG_report_result_insight_detailsTable .table tbody tr:first-child th{
        width:260px;
        border-top: 0px !important;
        padding:25px 20px !important;
      }

      /* .lp_welcomePG_newReportTable .table tbody tr:first-child td,
      .lp_welcomePG_newReportTable_assets .table tbody tr:first-child td,*/
      .lp_welcomePG_project_viewDetailstable .table tbody tr:first-child td,
      .report_result_addFrom_library .table tbody tr:first-child td,
      .report_result_comapre_table .table tbody tr:first-child td,
      .report_result_comapre_addreport_table .table tbody tr:first-child td  {
        border-top: 0px !important;
        padding:0px 35px !important;
      }

      .lp_welcomePG_newReportTable_assets .table thead th{padding: 20px 30px;}
      .lp_welcomePG_newReportTable_assets .table tbody tr td{padding:10px 30px;}
      .lp_welcomePG_newReportTable_assets .table tbody tr:first-child td{border-top:0px;}
      /* .lp_welcomePG_newReportTable .table tbody tr:first-child td:last-child, */
      .lp_welcomePG_newReportTable_assets .table tbody tr:first-child td:last-child,
      .cust_tbl_upload_queue .table tbody tr:first-child td:last-child,
      /* .lp_welcomePG_project_listNthumbView .table tbody tr:first-child td:last-child, */
      .lp_welcomePG_project_viewDetailstable .table tbody tr:first-child td:last-child,
      .report_result_addFrom_library .table tbody tr:first-child td:last-child,
      .report_result_comapre_table .table tbody tr:first-child td:last-child,
      .report_result_comapre_addreport_table .table tbody tr:first-child td:last-child{
        padding:0px 20px !important;
      }

      /*.lp_welcomePG_newReportTable .table tbody tr th,*/
      .lp_welcomePG_newReportTable_assets .table tbody tr th,
      .cust_tbl_upload_queue .table tbody tr th,
      .lp_welcomePG_project_viewDetailstable .table tbody tr th,
      .report_result_addFrom_library .table tbody tr th,
      .report_result_comapre_table .table tbody tr th,
      .report_result_comapre_addreport_table .table tbody tr th,
      .lp_welcomePG_report_result_insight_detailsTable .table tbody tr th{
        padding:40px 20px !important;
      }

      /* .lp_welcomePG_newReportTable .table tbody tr td,
      .lp_welcomePG_newReportTable_assets .table tbody tr td, */
      .cust_tbl_upload_queue .table tbody tr td,
      .lp_welcomePG_project_viewDetailstable .table tbody tr td,
      .report_result_addFrom_library .table tbody tr td,
      .report_result_comapre_table .table tbody tr td,
      .report_result_comapre_addreport_table .table tbody tr td{
        padding:0px 35px !important;
      }

      /* .lp_welcomePG_project_listNthumbView .table tbody tr td{
        padding:20px !important;
      } */



      /* .lp_welcomePG_newReportTable .table tbody tr:first-child, */
      .lp_welcomePG_newReportTable_assets .table tbody tr:first-child,
      .cust_tbl_upload_queue .table tbody tr:first-child,
      /* .lp_welcomePG_project_listNthumbView .table tbody tr:first-child td, */
      .lp_welcomePG_project_viewDetailstable .table tbody tr:first-child td,
      .report_result_addFrom_library .table tbody tr:first-child,
      .report_result_comapre_table .table tbody tr:first-child,
      .report_result_comapre_addreport_table .table tbody tr:first-child,
      .lp_welcomePG_report_result_insight_detailsTable .table tbody tr:first-child{
        border-top: 0px !important;
      }

      /* .lp_welcomePG_newReportTable .table tbody tr td:last-child, */
      .lp_welcomePG_newReportTable_assets .table tbody tr td:first-child,
      .cust_tbl_upload_queue .table tbody tr td:last-child,
      /* .lp_welcomePG_project_listNthumbView .table tbody tr td:last-child, */
      .lp_welcomePG_project_viewDetailstable .table tbody tr td:last-child,
      .report_result_addFrom_library .table tbody tr td:last-child,
      .report_result_comapre_table .table tbody tr td:last-child,
      .report_result_comapre_addreport_table .table tbody tr td:last-child{
        padding:0px 20px !important;
      }

      /* .lp_welcomePG_newReportTable .table tbody th, */
      .lp_welcomePG_newReportTable_assets .table tbody th,
      .cust_tbl_upload_queue .table tbody th,
      .lp_welcomePG_project_viewDetailstable .table tbody th,
      .report_result_addFrom_library .table tbody th,
      .report_result_comapre_table .table tbody th,
      .report_result_comapre_addreport_table .table tbody th,
      .lp_welcomePG_report_result_insight_detailsTable .table tbody tr td:first-child{
        text-align:left;
        /* background: rgba(196, 196, 196, 0.1); */
        background-color: rgba(63, 63, 63, 0.5);
        font-family:"RobotoMonoBold", Arial, Helvetica, sans-serif !important;
        font-size: 14px;
        font-weight:normal;
      }

      .cust_tbl_upload_queue .table tbody th,
      .cust_tbl_upload_queue .table tbody td:last-child{
        /* background: rgba(245, 245, 245, 0.66) !important; */
        background-color: rgba(63, 63, 63, 0.5);
      }

      /* .lp_welcomePG_newReportTable .table tbody td:last-child, */
      .lp_welcomePG_newReportTable_assets .table tbody td:last-child,
      .cust_tbl_upload_queue .table tbody td:last-child,
      /* .lp_welcomePG_project_listNthumbView .table tbody td:last-child, */
      .lp_welcomePG_project_viewDetailstable .table tbody td:last-child,
      .report_result_addFrom_library .table tbody td:last-child,
      .report_result_comapre_table .table tbody td:last-child,
      .report_result_comapre_addreport_table .table tbody td:last-child,
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td:last-child,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td:last-child {
        text-align: center;
        width: 105px;
        /* background: rgba(196, 196, 196, 0.1); */
        background-color: rgba(63, 63, 63, 0.5);
        border-left: 1px solid #88AB88;
      }

      .report_result_addFrom_library .table tbody td:last-child,
      .report_result_comapre_table .table tbody td:last-child,
      .report_result_comapre_addreport_table .table tbody td:last-child{
        background:none !important;
      }

      .lp_welcomePG_newReportTable .table tbody td:last-child span,
      .cust_tbl_upload_queue .table tbody td:last-child span,
      .lp_welcomePG_project_viewDetailstable .table tbody td:last-child span,
      .report_result_addFrom_library .table tbody td:last-child span,
      .report_result_comapre_table .table tbody td:last-child span,
      .report_result_comapre_addreport_table .table tbody td:last-child span{
        cursor: pointer;
      }

      .lp_welcomePG_newReportTable .table tbody td:last-child span.rtable-close-icon,
      .cust_tbl_upload_queue .table tbody td:last-child span.rtable-close-icon,
      .lp_welcomePG_project_viewDetailstable .table tbody td:last-child span.rtable-close-icon,
      .report_result_addFrom_library .table tbody td:last-child span.rtable-close-icon,
      .report_result_comapre_table .table tbody td:last-child span.rtable-close-icon,
      .report_result_comapre_addreport_table .table tbody td:last-child span.rtable-close-icon{
        margin-left:10px;
      }

      .cust_tbl_upload_queue .table tbody tr:first-child th{border-top: 0px; padding:25px 20px;}

      .lp_welcomePG_newReportTable .table tbody tr th a,
      .lp_welcomePG_newReportTable .table tbody tr td a,
      .lp_welcomePG_project_viewDetailstable .table tbody tr th a,
      .lp_welcomePG_project_viewDetailstable .table tr td a{color:#ffffff;}
      .lp_welcomePG_newReportTable .table tbody tr th a:hover,
      .lp_welcomePG_newReportTable .table tbody tr td a:hover,
      .lp_welcomePG_project_viewDetailstable .table tbody tr th a:hover,
      .lp_welcomePG_project_viewDetailstable .table tbody tr td a:hover{color:#ffffff;}

      .report_result_compare_addReport_titlediv{border-top:1px solid rgba(123, 118, 118, 0.1); margin-top:15px; position: relative;}
      .report_result_compare_addReport_titlediv .addReportTitle {
          color: #EC6A5E;
          font-size:16px;
          line-height:25px;
          margin-bottom: 5px;
        }

        .report_result_compare_addReport_titlediv span.custCloseIcon{cursor: pointer; position: absolute; top:20px; right:2px;}

      /*New Report Table*/

      /*Assets List Dropdown*/
      .assetGetOption_reportResultList,
      .exportOptionList_reportResultList{z-index: 1; right: 22px;}
      .exportOptionList_reportResultList{right:0px;}
      .assetGetOption_List {position: relative !important;}
      .assetGetOption_List ul{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#fff;
        background: #060606;
        box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
        -webkit-box-shadow:0px 4px 10px rgb(0 0 0 / 25%);
        -moz-box-shadow:0px 4px 10px rgb(0 0 0 / 25%);
        border-radius: 5px;
        padding: 10px 15px 15px 15px;
        /* width:195px; */
        width:215px;
        position: absolute;
        right: 0px;
        margin-top: 5px;
        border: 1px solid #88AB88;
        z-index: 1;
      }
      .exportOption_List ul{width:132px; padding:12px;}
      .custPtop{padding-top: 5px;}
      .cust_iconTextCenter,
      .lp-WelcomeProject .cust_iconTextCenter{display:flex; align-items:center;}
       .addAssetTitle{position: relative; top:2px;}
      .lp-WelcomeProject .addAssetTitle{position: relative; top:1px;}
      .assetGetOption_List ul li{padding:10px 0px; cursor: pointer !important; border-bottom: 1px solid #EFEFEF; }
      .assetGetOption_List ul li:first-child{padding-top:0px !important;}
      .assetGetOption_List ul li:last-child{padding-bottom:0px !important; border-bottom: 0;}
      .assetGetOption_List ul li span.cust-library-text,
      .assetGetOption_List ul li span.cust-upload-text{padding-left: 10px;}
      .assetGetOption_List ul li span.export-cust-upload-text{color:#7095FD; position: relative; top:-1px; left:15px;}
      /*.assetGetOption_List ul li span.cust-upload-text{color:#7095FD; position: relative; top: 3px;}*/
      /*Assets List End*/

      /*Report Result Share Css*/
      .sharedReportResult .lp_body_col_m .lp_body_col_inner{padding:0px}

      .modal_report_result_share_inner .report_result_shareLabel {float: left; width:15%;}
      .modal_report_result_share_inner .report_result_shareLabelInput,
      .modal_report_result_share_inner .report_result_shareSelect{float: left; width: 85%;}

      .modal_report_result_share_inner .report_result_shareSelect .custShare_selectList{
        font-family: "RobotoMonoBold", Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        color: #ffffff !important;
        border: 1px solid #88AB88;
        border-radius: 4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        transition: all .15s ease-in 0s,box-shadow .2s linear 0s;
        outline: none;
        padding: 12px 15px 12px 12px;
        width: 100%;
        background-color: rgba(255,255,255,.5);
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background: #0F0F0F url(../images/drop-down-icon.svg) no-repeat !important;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size:10px;
        background-position: right 15px bottom 49% !important;
        transition: ease-in 0.15s;
        cursor: pointer;
      }

      .modal_report_result_share_inner .report_result_shareSelect .custShare_selectList option{
      /* background-color: #ffffff !important;
      background: rgba(245, 245, 245, 0.66); */
    /*   background-color: #060606 !important;
     */  background:#060606;
      box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
      -webkit-box-shadow:0px 0px 4px rgb(0 0 0 / 25%);
      -moz-box-shadow:0px 0px 4px rgb(0 0 0 / 25%);
      border-radius: 4px;
      border: 1px solid #88AB88;
      }

      .modal_report_result_share_inner label{margin: 0;}
      .report_result_share_content{ display: flex; flex-direction: row;}
      /*Custom Radio Button Css*/
      .report_result_share_custRadioBtn {
        display: block;
        position: relative;
        padding-left:25px;
        margin-bottom:20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      .report_result_share_custRadioBtn span{font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        font-size:14px;
        /* color:#434343; */
        color:#ffffff;
        line-height:24px;
      }

      .report_result_share_custRadioBtn:last-child{margin-bottom:0px;}

      /* Hide the browser's default radio button */
      .report_result_share_custRadioBtn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
      }

      /* Create a custom radio button */
      .custRadioBTN_checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 18px;
        width: 18px;
        border: 2px solid #88AB88;
        border-radius: 50%;
      }

      /* On mouse-over, add a grey background color */
      .report_result_share_custRadioBtn:hover input ~ .custRadioBTN_checkmark {
        background-color: #88AB88;
        border: 2px solid #88AB88;
      }

      /* When the radio button is checked, add a blue background */
      .report_result_share_custRadioBtn input:checked ~ .custRadioBTN_checkmark {
        background-color: #88AB88;
        border: 2px solid #88AB88;
      }

      /* Create the indicator (the dot/circle - hidden when not checked) */
      .custRadioBTN_checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }

      /* Show the indicator (dot/circle) when checked */
      .report_result_share_custRadioBtn input:checked ~ .custRadioBTN_checkmark:after {
        display: block;
      }

      /* Style the indicator (dot/circle) */
      .report_result_share_custRadioBtn .custRadioBTN_checkmark:after {
         top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
      }
    /*Custom Radio Button Css END*/
      .report_result_sortingList_share_container{position: relative;}
      .report_result_sortingList_share_inner{position:absolute; top:0px; left:80px; background-color: #000000;}
      .report_result_sortingList_share_container .report_result_sortingList_share_inner ul{margin-bottom: 0px;}
      .report-result .alert-success{background:#7095FD; border-color: #7095FD; position: absolute; right: 10px; top: 0px; z-index: 22222; border-radius: 0px;}

      .cust-shareresult-report .table th:last-child {border-bottom:1px solid #88AB88 !important;}
      .cust-shareresult-report .table tbody tr:last-child td:last-child{border-top: 1px solid #88AB88 !important;}
      .cust-shareresult-report .table tbody tr:nth-last-child(2) td:nth-last-child(2){border-top: 1px solid #88AB88 !important;}
      .report-result .alert-danger{z-index: 11111;}
      /*Report Result Share Css End*/

      /*Report Addional Insight Page css*/
      .report_result_insightDetails_container,
      .report_result_mainRadarchart_container{padding: 0 20px; margin-top: 20px;}
      .report_result_insightDetails_container_inner,
      .report_result_mainRadarchart_container_inner{border: 1px solid #88AB88; padding: 20px 0px;  background-color: #161616;}
      .lp_welcomePG_report_result_insightDetails{margin-top:30px;}
      /* .lp_welcomePG_report_result_insight_detailsTable .table tbody tr td{background-color: rgba(136, 171, 136, 0.1) !important;} */
      .lp_welcomePG_report_result_insight_detailsTable{padding: 0 2px;}
      .lp_welcomePG_report_result_insight_detailsTable .table tbody tr td:first-child{padding-left:20px !important;}
      .lp_welcomePG_report_result_insight_detailsTable .table tbody tr td{padding:20px 35px !important;}

      .report_result_mainRadarchart_container .report_result_mainRadarchart_container_inner{margin-top: 20px;}
      .report_result_mainRadarchart_container .report_result_mainRadarchart_container_inner h5.moodTagtitle{text-align: center; padding-top: 10px;}
      .report_result_mainRadarchart{
        max-width: 550px;
        width: 100%;
        height: 550px;
        margin: auto;
        text-align: center;
      }
      /*Report Addional Insight Page css END*/

      /*Create New Report Modal Css*/
      .modal-create-newReport,
      .modal-create-newClient,
      .modal-create-newFolder{margin: 0;}

      .modal-create-newReport-container,
      .modal-create-newClient-container,
      .modal-create-newFolder-container,
      .lp_welcomePG_project_allMoodmean_container,
      .modal_report_result_share{width:90%; margin:auto}

      .modal-frontend .modal-dialog-html-editor .modal-header,
      .custModalHeadrwidth .modal-header,
      .modal-frontend .modal-dialog-newReport  .modal-header{width: 90%; margin: 0 auto;}

      .modal_dialog_add_from_sonic_library .modal-header{width: 95%; margin: 0 auto;}

      .modal_report_result_comapre_search,
      .modal_report_addFrom_library{width:95%; margin:auto}

      .modal-create-newReport-container-inner,
      .modal-create-newClient-container-inner,
      .modal-create-newFolder-container-inner,
      .modal_report_result_share_inner{margin:0;}

      .newReport-form-group .newReport-form-group-label{width:25%; float:left;}
      .newReport-form-group .newReport-form-group-input,
      .newReport-form-group .newReport-form-group-fselect{width:75%; float:right;}
      .newReport-form-group .newReport-form-group-label-lg{width:25%; float:left;}
      .newReport-form-group .newReport-form-group-fselect-lg,
      .newReport-form-group .newReport-form-group-input-lg{width:75%; float:right;}
      .newReport-form-group .newReport-form-group-fselect,
      .newReport-form-group .newReport-form-group-fselect-lg{position: relative;}
      .newReport-form-group .newReport-form-group-label label,
      .newReport-form-group .newReport-form-group-label-lg label,
      .newReport-form-group .newReport-form-group-input-lg label,
      .modal_report_result_share_inner .report_result_shareLabel label{display: inline-block; padding-top: 10px;}
      .newReport-form-group .newReport-form-group-fselect .fs-label-wrap .fs-label,
      .newReport-form-group-fselect-lg .fs-label-wrap .fs-label{padding: 6px 22px 6px 0px !important;}

      /*Textarea Css*/
      .newReport-form-group-input textarea{padding-bottom: 15px; resize:none; height: 80px; margin: 0px !important;}
      /*Textarea Css END*/

      .modal-create-newReport .report_form_control_inner,
      .modal-create-newClient .report_form_control_inner,
      .modal-create-newFolder .report_form_control_inner,
      .report_result_compare_searchFilter_container .filterInput,
      .modal_report_result_share .modal_report_result_share_inner .report_result_shareInput,
      .report_assetsManager_filterInput{
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        color:#ffffff !important;
        padding:11px 15px;
        /* background-color:rgba(255,255,255,.5); */
        background-color:#0F0F0F !important;
        border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        transition:all .2s;
        width:100%;
        min-width:100px;
        /*caret-color:#ffffff;*/
        /*margin-right:-5.2rem;*/
        border: 1px solid #88AB88;
        transition:all .15s ease-in 0s,box-shadow .2s linear 0s;
        outline: none;
      }

      .report_result_compare_searchFilter_container .filterInput{color:#ffffff !important;}

      .modal_report_result_share .modal_report_result_share_inner .report_result_shareInput{
        font-family:"RobotoMonoBold", Arial, Helvetica, sans-serif !important;
      }

      .modal-create-newReport span.reportClientLink, .modal-create-newReport span.reportFolderLink,
      .modal-create-newClient span.reportClientLink, .modal-create-newClient span.reportFolderLink,
      .modal-create-newFolder span.reportClientLink, .modal-create-newFolder span.reportFolderLink{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;
        font-size: 14px;
        /* color: #252631; */
        color: #ffffff;
        display: block;
        margin-top: 10px;
      }

      .modal-create-newReport span.reportClientLinkclr,
      .modal-create-newReport span.reportProjectLinkclr,
      .modal-create-newReport span.reportFolderLinkclr,
      .modal-create-newClient span.reportClientLinkclr,
      .modal-create-newClient span.reportFolderLinkclr,
      .modal-create-newFolder span.reportClientLinkclr,
      .modal-create-newFolder span.reportFolderLinkclr{color:#88AB88; cursor: pointer; text-decoration: underline;}

      .modal-create-newReport .formRow_mtop25, .modal-create-newClient .formRow_mtop25, .modal-create-newFolder .formRow_mtop25{margin-top: 25px;}
      .modal-create-newReport .formRow_mtop30, .modal-create-newClient .formRow_mtop30, .modal-create-newFolder .formRow_mtop30{margin-top: 30px;}

      .modal-create-newReport .reportClientList_fselect .fs-label-wrap,
      .modal-create-newClient .reportClientList_fselect .fs-label-wrap,
      .modal-create-newFolder .reportClientList_fselect .fs-label-wrap,
      .modal-create-newReport .reportIndustryList_fselect .fs-label-wrap,
      .modal-create-newReport .reportProjectList_fselect .fs-label-wrap,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-label-wrap,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-label-wrap,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-label-wrap,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-label-wrap,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-label-wrap,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-label-wrap,
      .veritonic_assettType_fselect .fs-label-wrap,
      .reportIndustryListHolder .fs-label-wrap,
      .reportSubIndustryListHolder .fs-label-wrap,
      .bisi_name_holder .fs-label-wrap,
      .bisi_snapshot_year .fs-label-wrap,
      .bisi_snapshot_channel .fs-label-wrap,
      .assetAnalysis_fselectSec .fs-label-wrap,
      .assetanalysisAssetKeylist_fselect .fs-label-wrap{
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        color: #ffffff;
        font-size: 14px;
        padding:9px 15px;
        width:100%;
        /*caret-color:#ffffff;-----For cursor*/
        background-color:#0F0F0F !important;
        border-radius: 4px;
        border: 1px solid #88AB88 !important;
        box-shadow: none !important;
        transition:all .15s ease-in 0s;
        cursor: pointer;
      }

      .veritonic_assettType_fselectDosbrder .fs-label-wrap{
        border: 1px solid #7D7D7D !important;
        border-left-color: #88AB88 !important;
        border-left-width: 12px !important;
      }

      .veritonic_assettType_fselectDontbrder .fs-label-wrap{
        border: 1px solid #7D7D7D !important;
        border-left-color: #BA4A4A !important;
        border-left-width: 12px !important;
      }
      .veritonic_assettType_fselectAmpTagbrder .fs-label-wrap{
        border: 1px solid #7D7D7D !important;
        border-left-color: #F5BF4F !important;
        border-left-width: 12px !important;
      }

      .veritonic_assettType_fselectDosbrder .fs-wrap .fs-dropdown,
      .veritonic_assettType_fselectDontbrder .fs-wrap .fs-dropdown,
      .veritonic_assettType_fselectAmpTagbrder .fs-wrap .fs-dropdown{border: 1px solid #7D7D7D !important;}

      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-label-wrap .fs-label,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-label-wrap .fs-label,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-label-wrap .fs-label{padding:6px 12px 6px 0px;}

      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-label-wrap,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-label-wrap,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-label-wrap {padding: 0px 8px;}

      .modal-create-newReport .reportClientList_fselect .fs-dropdown:focus,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown:focus,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown:focus,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown:focus,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown:focus,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown:focus,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown:focus{outline: none !important;}

      .modal-create-newReport .reportClientList_fselect .fs-dropdown,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown,
      .veritonic_assettType_fselect .fs-dropdown,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown,
      .reportIndustryListHolder .fs-dropdown,
      .reportSubIndustryListHolder .fs-dropdown,
      .bisi_name_holder .fs-dropdown,
      .bisi_snapshot_year .fs-dropdown,
      .bisi_snapshot_channel .fs-dropdown,
      .assetAnalysis_fselectSec .fs-dropdown,
      .assetanalysisAssetKeylist_fselect .fs-dropdown{
        background-color: #0F0F0F !important;
        background: rgba(245, 245, 245, 0.66);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        border: 0px;
        /*max-width: 471px;*/
        max-width: 100%;
        width:100%;
        /* border:0px !important; */
        border: 1px solid #88AB88 !important;
      }

      .bisi_name_holder .fs-dropdown,
      .bisi_snapshot_year .fs-dropdown,
      .bisi_snapshot_channel .fs-dropdown,
      .assetanalysisAssetKeylist_fselect .fs-dropdown{position: relative;}

      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown{color:#ffffff;}

      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown{max-width:200px;}

      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-search,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-search,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-search,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-search,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-search,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-search,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-search,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-search,
      .reportIndustryListHolder .fs-dropdown .fs-search,
      .reportSubIndustryListHolder .fs-dropdown .fs-search,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-search,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-search,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-search,
      .veritonic_assettType_fselect .fs-dropdown .fs-search,
      .bisi_name_holder .fs-dropdown .fs-search,
      .bisi_snapshot_year .fs-dropdown .fs-search,
      .bisi_snapshot_channel .fs-dropdown .fs-search,
      .assetAnalysis_fselectSec .fs-dropdown .fs-search,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-search{
        padding: 0px;
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        border: none !important;
      }

      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-search input,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-search input,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-search input,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-search input,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-search input,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-search input,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-search input,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-search input,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-search input,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-search input,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-search input,
      .veritonic_assettType_fselect .fs-dropdown .fs-search input,
      .reportIndustryListHolder .fs-dropdown .fs-search input,
      .reportSubIndustryListHolder .fs-dropdown .fs-search input,
      .bisi_name_holder .fs-dropdown .fs-search input,
      .bisi_snapshot_year .fs-dropdown .fs-search input,
      .bisi_snapshot_channel .fs-dropdown .fs-search input,
      .assetAnalysis_fselectSec .fs-dropdown .fs-search input,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-search input{
        background-color: #323232 !important;
        color: #ffffff !important;
        padding: 10px 15px 15px 15px;
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        border-radius: 5px 5px 0px 0px;
      }
      .reportProjectList_fselect .fs-no-results {padding: 15px 8px !important;}

      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-search input,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-search input,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-search input{padding: 10px 15px 10px 15px !important;}

      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-no-results,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-no-results,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-no-results,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-no-results,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-no-results,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-no-results,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-no-results{
        padding: 10px 15px 15px 15px; font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        border: none !important;}

        .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-no-results,
        .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-no-results,
        .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-no-results{padding: 15px; border-bottom: 1px solid #eee; cursor: default;}

      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-options,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-options,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-options,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-options,
      .veritonic_assettType_fselect .fs-dropdown .fs-options{padding-bottom: 10px !important;}

      .modal-create-newReport .reportClientList_fselect .fs-dropdown .fs-option,
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-option,
      .modal-create-newReport .reportIndustryList_fselect .fs-dropdown .fs-option,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-dropdown .fs-option,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-dropdown .fs-option,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-dropdown .fs-option,
      .modal-create-newClient .reportClientList_fselect .fs-dropdown .fs-option,
      .modal-create-newFolder .reportClientList_fselect .fs-dropdown .fs-option,
      .veritonic_assettType_fselect .fs-dropdown .fs-option,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-option,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-option,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-option,
      .reportIndustryListHolder .fs-dropdown .fs-option,
      .reportSubIndustryListHolder .fs-dropdown .fs-option,
      .bisi_name_holder .fs-dropdown .fs-option,
      .bisi_snapshot_year .fs-dropdown .fs-option,
      .bisi_snapshot_channel .fs-dropdown .fs-option,
      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-option{
        font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        font-size: 14px;
        margin: 0 11px;
        padding: 14px 4px;
        border-bottom: 1px solid #EFEFEF;
      }

      .assetanalysisAssetKeylist_fselect .fs-dropdown .fs-option{color:#fff}
      .fs-option.hl{background-color: #323232 !important;}
      .fs-option:last-child{border-bottom: 0 !important;}
      .modal-create-newReport .reportProjectList_fselect .fs-dropdown .fs-option:last-child{border-bottom: 0px solid #EFEFEF !important;}

      .modal-create-newReport .reportClientList_fselect .fs-label-wrap .fs-arrow,
      .modal-create-newReport .reportIndustryList_fselect .fs-label-wrap .fs-arrow,
      .modal-create-newReport .reportSubIndustryList_fselect .fs-label-wrap .fs-arrow,
      .modal-create-newClient .reportClientIndustryList_fselect .fs-label-wrap .fs-arrow,
      .modal-create-newClient .reportClientSubIndustryList_fselect .fs-label-wrap .fs-arrow,
      .modal-create-newClient .reportClientList_fselect .fs-label-wrap .fs-arrow,
      .modal-create-newFolder .reportClientList_fselect .fs-label-wrap .fs-arrow,
      .modal-create-newReport .reportProjectList_fselect .fs-label-wrap .fs-arrow,
      .report_addFrom_library_filtercontainer .fs-label-wrap .fs-arrow,
      .veritonic_assettType_fselect .fs-label-wrap .fs-arrow,
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-label-wrap .fs-arrow,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-label-wrap .fs-arrow,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-label-wrap .fs-arrow,
      .reportIndustryListHolder .fs-label-wrap .fs-arrow,
      .reportSubIndustryListHolder .fs-label-wrap .fs-arrow,
      .bisi_name_holder .fs-label-wrap .fs-arrow,
      .bisi_snapshot_year .fs-label-wrap .fs-arrow,
      .bisi_snapshot_channel .fs-label-wrap .fs-arrow,
      .assetAnalysis_fselectSec .fs-label-wrap .fs-arrow,
      .assetanalysisAssetKeylist_fselect .fs-label-wrap .fs-arrow{
        background: transparent url(../images/drop-down-icon.svg) no-repeat !important;
        /*background-size: 20px !important;*/
        padding-right:22px;
        background-position: center bottom 50% !important;
        transition: ease-in 0.15s;
        height: 6px !important;
        width: 12px !important;
        border-top:0px solid #aeaeae !important;
        border-left:0px solid transparent;
        border-right:0px solid transparent;
      }
    .bisi_name_holder label,
    .bisi_snapshot_channel label,
    .bisi_snapshot_year label{font-size: 14px; font-family:"MontserratRegular", Arial, Helvetica, sans-serif; font-weight: normal !important; display: block; margin-bottom: 15px;}

    .bisi_snapshot_channel select,
    .bisi_snapshot_year select{
        width: 100%;
        padding: 11px 15px;
        border-radius: 4px;
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        appearance:none;
        background: #1F1F1F url(../images/drop-down-icon.svg) no-repeat !important;
        background-position: right 10px bottom 50% !important;
        cursor:pointer;
        background-color: #1F1F1F;
        width: 100%;
        border: 1px solid #88AB88;
        font-family: "RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        color: #ffffff;
        font-size: 14px; }

    .bisi_name_selOption{border: 1px solid red;}
    .modal-create-newReport .reportClientList_fselect .fs-label-wrap .fs-open .fs-arrow,
    .modal-create-newReport .reportIndustryList_fselect .fs-label-wrap .fs-open .fs-arrow,
    .modal-create-newReport .reportSubIndustryList_fselect .fs-label-wrap .fs-open .fs-arrow,
    .modal-create-newClient .reportClientIndustryList_fselect .fs-label-wrap .fs-open .fs-arrow,
    .modal-create-newClient .reportClientSubIndustryList_fselect .fs-label-wrap .fs-open .fs-arrow,
    .modal-create-newClient .reportClientList_fselect .fs-label-wrap .fs-open .fs-arrow,
    .modal-create-newFolder .reportClientList_fselect .fs-label-wrap .fs-open .fs-arrow{transform: rotate(-180deg);}

    .modal-create-newReport .newReport-form-group-clientAlertMsg,
    .modal-create-newReport .newReport-form-group-folderAlertMsg,
    .modal-create-newClient .newReport-form-group-clientAlertMsg,
    .modal-create-newClient .newReport-form-group-folderAlertMsg,
    .modal-create-newFolder .newReport-form-group-clientAlertMsg,
    .modal-create-newFolder .newReport-form-group-folderAlertMsg{
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: red;
      line-height:20px;
      text-align: center;
      position: relative;
      top: -20px;
    }

    /*Create New Report Modal Css END*/

    /*Report Result Page css*/
    .sticky-col {
      position: -webkit-sticky !important;
      position: sticky !important;
      /* background-color: white !important;
      background-color: rgba(63, 63, 63, 1);*/
      background-color: #0F0F0F;
    }

    .sticky-first-col {
      width: 263px;
      min-width: 263px;
      max-width: 263px;
      left: 0px;
    }

    .sticky-last-col{
      width: 50px;
      min-width: 50px;
      max-width: 50px;
      right: 0;
    }

    .sticky-last-col-compare{
      width:8%;
      /* min-width: 100px;
      max-width: 100px; */
    }

    .sticky-last-col-chart{
      right:50px !important;
      border-top: 0px !important;
      /* box-shadow:0 0.5rem 0.5em rgba(255, 255, 255, 0.25);
      -webkit-box-shadow:0 0.4rem 0.5em rgba(255, 255, 255, 0.25);
      -moz-box-shadow:0 0.4rem 0.5em rgba(255, 255, 255, 0.25); */}
    .custShadow-lastTH{box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 0.2rem 0.5rem rgba(0, 0, 0, 0.25);  -moz-box-shadow:0 0.2rem 0.5rem rgba(0, 0, 0, 0.25); width:8%; min-width: 100px; max-width: 100px;}
    .custWidth-shareCol{
      min-width:150px;
      max-width: 150px;
      width: 150px;
    }
    .lp_welcomePG_report_result_wrapper{margin-top:20px;}
    .lp_welcomePG_report_result_inner{box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.25); -moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.25); border-radius: 4px; position: relative;}
    /* .lp_welcomePG_report_result_inner_table{position: relative;} */
    .lp_welcomePG_report_result_inner_table .table{
      margin-bottom: 0;
      font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size: 14px;
      border-collapse: separate;
      border-spacing: 0;
      background-color: #0F0F0F;
    }
    .lp_welcomePG_report_result_inner_table .table th{
      border-bottom:1px solid rgba(151, 151, 151, 0.2);
      /* border-top: 0; */
      border-top: 1px solid rgba(151, 151, 151, 0.2);
      border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    }

    .lp_welcomePG_report_result_inner_table .table tr th:last-child{border-bottom:0px !important;}
    .noBorderLeft{border-left: 0px !important;}
    .custLeftBorderForCharticon{border-left:1px solid #979797 !important;}
    .lp_welcomePG_report_result_inner_table .table th,
    .lp_welcomePG_report_result_inner_table .table .title_benchmark_avg{
      font-family:"MontserratBold", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
    }
    .lp_welcomePG_report_result_inner_table .table .title_benchmark_avg{margin-bottom: 10px;}
    /* .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list select,
    .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list select{
      font-family:"RobotoMonoRegular", Arial, Helvetica, sans-serif;
      background: #FFFFFF;
      border: 1px solid #88AB88;
      border-radius: 2px;
    } */

    /* .lp_welcomePG_report_result_inner_table .table tbody tr:last-child td:first-child{border-bottom:1px solid rgba(151, 151, 151, 0.2);} */
    .sharedReportResult .lp_welcomePG_report_result_inner_table .table th:first-child{width: 30%;}
    .lp_welcomePG_report_result_inner_table .table th:first-child,
    .lp_welcomePG_report_result_inner_table .table tbody td:first-child{
      /* border-right:1px solid #C4C4C4; */
      border-left:1px solid rgba(151, 151, 151, 0.2);
      border-top:1px solid rgba(151, 151, 151, 0.2);
      border-right: 1px solid rgba(196, 196, 196, 0.9);
      /* padding: 0 30px;*/
      padding: 0 15px;
      font-family:"MontserratBold", Arial, Helvetica, sans-serif;
      /* width: 20%; */
      width: 25%;
      max-width: 400px;
      min-width: 400px;
    }
    .lp_welcomePG_report_result_inner_table .table tbody td:first-child{border-top: 0; padding-top:20px; padding-bottom: 20px;}
    .lp_welcomePG_report_result_inner_table .table .report_result_asset_col{/* background-color:rgba(244, 198, 193, 0.1); */background-color: rgba(63, 63, 63, 0.5); text-align: left;}
    .lp_welcomePG_report_result_inner_table .table th,
    .lp_welcomePG_report_result_inner_table .table tbody td{/* border-right:1px solid #88AB88; */ border-left:1px solid rgba(151, 151, 151, 0.2); text-align: center; color: #ffffff; }
    .lp_welcomePG_report_result_inner_table .table tbody td{border-top:0;}

    /* .lp_welcomePG_report_result_inner_table .table tbody tr:nth-last-child(2){border-top:1px solid rgba(151, 151, 151, 0.2);} */

    /* .lp_welcomePG_report_result_inner_table .table tbody tr:nth-last-child(2) td{border-top:1px solid #88AB88;} */
    .lp_welcomePG_report_result_inner_table .table tbody tr:nth-last-child(2) td:nth-last-child(2){border-top:0px;}
    .lp_welcomePG_report_result_inner_table .table tbody tr:nth-last-child(2) td:last-child{border-top: 0px !important;}
    /* .lp_welcomePG_report_result_inner_table .table th:nth-last-child(2){border-right: 0px !important;} */
    .custShadowLeft{box-shadow: 0 0.5rem 0.5rem rgba(255, 255, 255, 0.25); -webkit-box-shadow:0 0.5rem 0.5rem rgba(255, 255, 255, 0.25); -moz-box-shadow:0 0.5rem 0.5rem rgba(255, 255, 255, 0.25);}
    .custShadowLeft-custwidth{width: 8%;  /* box-shadow: 0 0.5rem 0.5rem rgba(255, 255, 255, 0.25); -webkit-box-shadow:0 0.5rem 0.5rem rgba(255, 255, 255, 0.25); -moz-box-shadow:0 0.5rem 0.5rem rgba(255, 255, 255, 0.25); */}
    /* .lp_welcomePG_report_result_inner_table .table th:last-child{border-bottom:0;}*/
    .lp_welcomePG_report_result_inner_table .table th:last-child,
    /* .lp_welcomePG_report_result_inner_table .table tbody td:last-child{border-right:0;} */
    .lp_welcomePG_report_result_inner_table .table tbody tr:last-child td{
      /*border-top:1px solid  rgba(151, 151, 151, 0.2);
       border-bottom:1px solid rgba(151, 151, 151, 0.2); */
      padding-top:20px;
      padding-bottom: 20px;
    }
    .lp_welcomePG_report_result_inner_table .table tbody tr:last-child td:last-child{border-top:0;}
    .lp_welcomePG_report_result_inner_table .report_result_avgCount{display: flex; flex-direction: column; align-items: center;}
    .lp_welcomePG_report_result_inner_table span.avegCountText{
      width: 40px;
      height: 40px;
      background: #88AB88;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-weight: 600;
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 20px;
    }
    .lp_welcomePG_report_result_inner_table .table .report_reulst_chartIcon,
    .lp_welcomePG_report_result_inner_table .table .report_result_sortIcon{margin-right: 20px;}

    .lp_welcomePG_report_result_inner_table .table .report_result_expandIcon{margin-left: 15px;}

    .lp_welcomePG_report_result_inner_table .table .report_reulst_chartIcon,
    .lp_welcomePG_report_result_inner_table .table .report_reulst_closeIcon,
    .lp_welcomePG_report_result_inner_table .table .report_result_expandIcon,
    .lp_welcomePG_report_result_inner_table .table .report_result_sortIcon,
    .lp_welcomePG_report_result_inner_table .table .report_result_showListIcon{ cursor: pointer;}

    .lp_welcomePG_report_result_inner_table .table .report_result_funct_attrb,
    .lp_welcomePG_report_result_inner_table .table .report_result_emot_attrb{background-color:#0F0F0F; /* min-width: 150px; */}
    .lp_welcomePG_report_result_inner_table .table .report_result_funct_attrb_col,
    .lp_welcomePG_report_result_inner_table .table .report_result_emot_attrb_col{
      /* min-width:200px;
      max-width: 200px;
      width: 200px; */
      min-width:150px;
      max-width: 150px;
      width: 150px;
      /* border-left:2px solid rgba(151, 151, 151, 0.2) !important; */
      /* border-right:2px solid rgba(151, 151, 151, 0.2) !important; */
      position: relative;
    }

    .report_result_cust_colWidth{min-width:150px; max-width: 150px; width: 150px;}
    .lp_welcomePG_report_result_inner_table .table .report_result_funct_attrb_col span.custcolWidth,
    .lp_welcomePG_report_result_inner_table .table .report_result_emot_attrb_col span.custcolWidth{width: 90px; display: block; margin: 0 auto; /* left: 20px; */ position: relative;}

    .lp_welcomePG_report_result_inner_table .table .report_result_borderTop{border-top:1px solid rgba(151, 151, 151, 0.2) !important;}
    .lp_welcomePG_report_result_inner_table .table .report_result_borderleft{border-left:1px solid rgba(151, 151, 151, 0.2) !important;}

    .lp_welcomePG_report_result_breadCrumb ul,
    .lp-WelcomeProject-lp .project_breadcrumbs_list{
      font-family:"MontserratMedium", Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
      /* margin-bottom: 30px; */
    }
    .lp-WelcomeProject-lp .project_breadcrumbs_list a{color: #ffffff;}
    .report_result_expand_col{ padding-top:70px;}
    .lp_welcomePG_report_result_breadCrumb li{display: inline; padding: 0; margin-right:5px;}
    .lp_welcomePG_report_result_breadCrumb a,
    .lp_welcomePG_report_result_breadCrumb a:hover{color: #ffffff !important;}
    .lp_welcomePG_report_result_breadCrumb li.breadCrumbactive{color:#88AB88}
    .cust-more-icon{margin-left: 10px; cursor: pointer;}
    .report_result_normalIcon img,
    .report_result_rotateIcon img{
      /* float: right;
      position: relative;
      top: -2px;
      right: 10px;*/
      position: absolute;
      top: 10px;
      right: 4px;
      cursor: pointer;
      padding: 5px 10px;

    }
    .report_result_rotateIcon img {
      -moz-transform:rotate(360deg);
      -webkit-transform:rotate(360deg);
      -ms-transform: rotate(360deg); /* IE 9 */
      transform: rotate(360deg);
    }

    .report_result_waveform_palyPauseBtn span.audio-pause-button,
    .report_result_waveform_palyPauseBtn span.audio-player-button { width: 40px;  height: 40px; background-size: 40px; position: relative; top: -5px;}

    .cust-autoPlay-toggle { float: right; width:10%;}
    .cust-autoPlay-toggle .custom-control-input,
    .cust-autoPlay-toggle label{font-size: 14px; line-height: 24px; /* cursor: pointer; */ color: #ffffff !important;}

    .custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {background-color: #323232 !important;}

    .cust-autoPlay-toggle .custom-switch{padding-top:4px; padding-left: 40px;}
    .cust-autoPlay-toggle .custom-control-label::before{
      background-color: #ACACAC;
      border: none !important;
      box-shadow:none !important;
    }

    .cust-autoPlay-toggle .custom-control-input:checked~.custom-control-label::before {
      color: #ffffff;
      border-color: #88AB88;
      background-color: #88AB88;
      box-shadow: none;
    }
    .cust-autoPlay-toggle .custom-switch .custom-control-label::after,
    .cust-autoPlay-toggle .custom-switch .custom-control-input:checked~.custom-control-label::after {background-color: #ffffff;}

    .report_result_wavecontainer{/* position: absolute;  *//* position: fixed; */ /* width: calc(100% - 370px); */position:sticky; bottom: 0; background-color:#060606; border-top:1px solid #88AB88; padding:25px 45px 20px 230px; margin-top: 10px; z-index: 2;}
    /* .sharedReportResultBody .report_result_wavecontainer{padding:25px 60px 20px 30px;} */
    .sharedReportResultBody .report_result_wavecontainer{padding:25px 30px 20px 30px;}

    .report_result_wavecontainer_sharereport{padding:25px 5px !important;}
    .report_result_wavecontainer .report_result_waveform_palyPauseBtn{float: left; width:8%;}
    .report_result_wavecontainer .report_result_waveform_palyPauseBtn .report_result_waveform_palyPause_inner{display: flex; flex-direction:row; justify-content: space-between; position: relative; top:25px;}
    .report_result_wavecontainer .report_result_waveform_player{float: left; width:92%;}
    .report_result_wavecontainer .report_result_waveform_player .report_result_waveform_player_inner{position: relative; padding:0 10px;}
    .report_result_wavecontainer .report_result_waveform_palyPauseBtn .report_result_waveform_palyPause_inner #prevBtnHolder,
    .report_result_wavecontainer .report_result_waveform_palyPauseBtn .report_result_waveform_palyPause_inner #nxtBtnHolder{cursor: pointer;}
    .report_result_wavecontainer .report_result_waveform_player .cust_startTime,
    .report_result_wavecontainer .report_result_waveform_player .cust_endTime{position: absolute; top:0; font-family: "MontserratSemiBold", Arial, Helvetica, sans-serif !important; font-weight:bold; color: #ffffff; font-size: 12px; }
    .report_result_wavecontainer .report_result_waveform_player .cust_startTime {/* left:-5px;*/left:8px; z-index: 4;}
    .report_result_wavecontainer .report_result_waveform_player .cust_endTime{ right:10px; z-index: 4;}
    .waveformClosebtn{position: absolute; right:20px; top:5px; cursor: pointer; padding: 5px; width:28px;}
    /*Sorting List*/
     .report_result_sorting_list_container .report_result_sorting_list_inner,
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter_inner,
     .report_result_sortingList_share_container .report_result_sortingList_share_inner{
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.25);
      -moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      width:250px;
      border: 1px solid rgba(136, 171, 136, 1); }

     .report_result_sorting_list_container .report_result_sorting_list_p20,
     .report_result_sortingList_share_container .report_result_sorting_list_in_share_p20{padding:15px;}

     .report_result_sorting_list_container .report_result_sorting_list_inner ul li,
     .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li{
      line-height:20px !important;
      border-bottom: 1px solid #ffffff;
      padding:15px 10px;
      }

     .report_result_sorting_list_container .report_result_sorting_list_inner ul li:last-child,
     .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li:last-child{
      border-bottom: 0;
      padding-bottom: 0;
      padding-right: 0px;
      padding-top: 15px;
      justify-content: flex-end;
     }
     .report_result_sorting_list_container .report_result_sorting_list_inner ul li:first-child,
     .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li:first-child{padding-top: 0;}

     .report_result_sorting_list_container .report_result_sorting_list_inner ul li span{color:#7095FD}
     .report_result_sorting_list_container .report_result_sorting_list_inner ul li .report_sorting_linkText{position: relative; top:1px; padding-left:8px}

     .report_result_sorting_list_container .report_result_sorting_list_inner ul li:nth-child(7),
     .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li:nth-child(6){border-bottom: 0px;}

     .report_result_sorting_list_container .report_result_sorting_list_inner ul li .applyBTN,
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .applyBTN,
     .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li .applyBTN{padding: 5px 30px !important;}

     /*Compare Search Add Filter Css*/
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter_inner{width:480px !important;}
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter_p30{padding:30px;}

     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .compare_searchAddFilter,
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .compare_searchAddFilterDate{display: flex; align-items: center;}
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .compare_searchAddFilterDate{position: relative;}
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .compare_searchAddFilterDate span{position: absolute; right: 8px; top: 8px;}
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .compare_searchAddFilterDate span i{font-size: 22px;}

     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .filterInput{
      font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important;  padding:8px 10px;
     }
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .exportFilterLabel{
        margin: 0;
        width: 230px;
        font-size: 14px;
        line-height:24px;
        font-family:"MontserratMedium", Arial, Helvetica, sans-serif !important;
        font-weight: 600;
     }
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter h5{
        font-family: "MontserratBold", Arial, Helvetica, sans-serif !important;
        color: #ffffff;
        font-size: 16px;
        line-height: 25px;
        margin: 0;
        margin-bottom: 20px;
     }
     .report_result_compare_searchFilter_container .report_result_compare_searchFilter .btn{font-size: 14px;}
      /*Compare Search Add Filter Css*/

      /*Benchmark list*/
      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-option .fs-option-label,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-option .fs-option-label,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-option .fs-option-label{line-height: 20px;}

      .lp_welcomePG_report_result_inner_table .table .benchmark_avg_list .fs-dropdown .fs-options .fs-optgroup-label,
      .lp_welcomePG_report_result_inner_table .table .scbenchmark_avg_list .fs-dropdown .fs-options .fs-optgroup-label,
      .lp_welcomePG_report_result_inner_table .table .benchmark_track_type_avg_list .fs-dropdown .fs-options .fs-optgroup-label{padding: 15px 0px 15px 15px; text-align: left; font-family: "MontserratBold", Arial, Helvetica, sans-serif; font-weight: normal;}

      /*Benchmark list END*/

     /*Sorting List END*/
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list{/* width: 85%; margin: 0 auto; */ padding: 0 30px;}
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list ul,
    .report_result_sorting_list_container .report_result_sorting_list_inner ul{margin: 0;}
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list ul li,
    .report_result_sorting_list_container .report_result_sorting_list_inner ul li,
    .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li{
      font-family: "MontserratRegular", Arial, Helvetica, sans-serif;
      font-size: 14px !important;
      margin: 0;
      line-height:40px;
    }
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fl{ float: left; width: 46%; border-right: 1px solid rgba(0, 0, 0, 0.1); margin-right: 4%;}
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fr{float: right; width: 48%;}
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fl ul li,
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fl ul li ul li,
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fr ul li,
    .report_result_sorting_list_container .report_result_sorting_list_inner ul li,
    .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li{display: flex !important; align-items: center;}
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fl ul li label,
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fr ul li label,
    .report_result_sorting_list_container .report_result_sorting_list_inner ul li label,
    .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li label{font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important; margin-bottom: 0; margin-left:10px; cursor: pointer; font-weight: normal;}
    .report_result_sorting_list_container .report_result_sorting_list_inner ul li label,
    .report_result_sortingList_share_container .report_result_sortingList_share_inner ul li label{position: relative; top: 1px;}
    .modal_advanced_selection_report_result .modal_advanced_selection_report_result_list_fl ul li ul{padding-left:25px;}
    .advanced_selection_list_ptop{padding-top:55px;}
    .advanced_selection_list_ptop30{padding-top:30px;}

    .report_result_sorting_list_container .report_result_sorting_list_inner ul li .btn-disabled{font-size: 14px;}

    /*Report Result Accordian*/
    .report_result_accordian_container .shadow, .report_result_accordian_container .accordion .card{box-shadow:none !important;}
    .report_result_accordian_container .accordion .card{overflow:visible !important; background-color:transparent;}
    .report_result_accordian_container .accordion .card .card-header{
      /* background: rgba(183, 183, 183, 0.05); */
      background: #222529;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
      box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
       border-radius: 4px;
      /*border: 1px solid #88AB88; */
      padding: 0;
    }
    .report_result_accordian_container .accordion .card .card-header button{padding: 10px 15px;}
    .report_result_accordian_container .accordion .card-header a{text-align: left; padding:8px 20px; font-size: 16px; color: #ffffff; display: block; width: 100%;}
    .report_result_accordian_container .accordion .card-header a span{position: absolute; right: 20px; top:6px; display: none;}
    .report_result_accordian_container .accordion .card-header a span img{ width:13px;}
    .report_result_accordian_container .accordion .card-body{padding: 0px 20px 20px 20px;}
    .report_result_accordian_container .report_result_cust_body{/* border: 1px solid #88AB88; border-radius: 4px 4px 0 0; */ background-color: #060606; border-top: 0; }

    .report_result_accordian_toggleContainer{float: left; width:30%;}
    .report_result_accordian_toggleContainer .report_result_accordian_toggleContainer_inner{padding:40px 20px 0 0; }
    /* .report_result_accordian_toggleContainer .report_result_accordian_toggleContainer_inner .toggleWrapper{
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      flex-direction: row;
    }*/
    .report_result_accordian_toggleContainer .report_result_accordian_toggleContainer_inner .toggleWrapper label{margin-bottom: 0;}
    .report_result_accordian_toggleContainer .report_result_accordian_toggleContainer_inner .toggleWrapper span.cust-toggleBtnName{
      display: inline-block;
      position: relative;
      /* top: -7px; */
      left:10px;
      font-family: "MontserratRegular", Arial, Helvetica, sans-serif !important;
      font-size: 14px;
      line-height: 20px;
     /*  margin-right: 50px; */
     color: #ffffff;
    }

    .report_result_accordian_graphContainer{float: left; /* width:40%; */ width:70%;}
    .report_result_accordian_graphContainer_insigthDetails,
    .report_result_accordian_moodTagContainer_insigthDetails{float: left; width:49%;}
    .report_result_accordian_graphContainer_insigthDetails .report_result_accordian_graphContainer_insigthDetails_inner{ border-left: 1px solid #E8E8E8; padding-left: 20px;}
    .report_result_accordian_graphContainer .report_result_accordian_graphContainer_inner .report_result_mainMoodgraph,
    .report_result_accordian_graphContainer_insigthDetails .report_result_accordian_graphContainer_insigthDetails_inner .report_result_mainMoodgraph{
      max-width:500px;
      width: 100%;
      height: auto;
      margin: auto;
      text-align: center;
      padding: 20px 20px 0 20px;
    }

    .report_result_accordian_graphContainer_insigthDetails .report_result_accordian_graphContainer_insigthDetails_inner .report_result_mainMoodgraph{
      padding: 20px 20px 0px 0px;
      margin-bottom: 20px;
    }

    .report_result_accordian_moodTagContainer{float: right; width:35%; }

    .report_result_accordian_moodTagContainer .report_result_accordian_moodTagContainer_inner{padding:40px 0px 0 20px;}
    .report_result_accordian_moodTagContainer_insigthDetails .report_result_accordian_moodTagContainer_insigthDetails_inner{padding:20px 0px 0 20px;}

    .report_result_accordian_moodTagContainer .report_result_accordian_moodTagContainer_inner .moodTagContainer_all_mtop30,
    .report_result_accordian_moodTagContainer_insigthDetails .report_result_accordian_moodTagContainer_insigthDetails_inner .moodTagContainer_all_mtop30{margin-top: 30px;}

    .report_result_accordian_moodTagContainer .report_result_accordian_moodTagContainer_inner h5.moodTagtitle,
    .report_result_accordian_moodTagContainer_insigthDetails .report_result_accordian_moodTagContainer_insigthDetails_inner h5.moodTagtitle,
    .report_result_accordian_graphContainer_insigthDetails .report_result_accordian_graphContainer_insigthDetails_inner h5.moodTagtitle,
    .report_result_mainRadarchart_container .report_result_mainRadarchart_container_inner h5.moodTagtitle,
    .moodInformation_title h5{
      font-family: "MontserratMedium", Arial, Helvetica, sans-serif !important;
      font-size: 14px;
      line-height: 20px;
      margin-bottom:15px;
      color: #ffffff;
    }

    .report_result_accordian_graphContainer_insigthDetails_inner h5.moodTagtitle,
    .report_result_accordian_moodTagContainer_insigthDetails_inner{color:#ffffff;}

    .report_result_accordian_graphContainer_insigthDetails .report_result_accordian_graphContainer_insigthDetails_inner h5.moodTagtitle{text-align: left;}
    .moodInformation_title h5{font-size: 16px !important; margin: 10px 0px 20px 0px; padding-top:10px; color: #ffffff;}
    .report_result_accordian_moodTagContainer span.custCharacterTags,
    .report_result_accordian_moodTagContainer span.showAllBtn,
    .report_result_accordian_moodTagContainer_insigthDetails span.custCharacterTags,
    .report_result_accordian_moodTagContainer_insigthDetails span.showAllBtn{
      display: inline-block;
      background-color: #eeeeee;
      border-radius: 20px;
      padding: 6px 12px;
      text-align: center;
      color: #3c464d;
      font-size: 12px;
      margin-right: 10px;
      margin-bottom:10px;
    }

    .report_result_accordian_moodTagContainer span.showAllBtn,
    .report_result_accordian_moodTagContainer_insigthDetails span.showAllBtn{
      background-color:#3c464d !important;
      color: #dadada !important;
      cursor: pointer;
      margin-right: 0 !important;
    }

    .report_result_accordian_container [aria-expanded="true"] img {
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
      /* transition: all 0.5s; */
    }

    .cust-pLR{padding:11px 20px !important;}
    .downldGraphIcon{
      /* top: 43px; */
      top: 50px;
      right: 50px;
      width: 31px;
      height: 31px;
      line-height: 31px;
      background: #88AB88;
      border: 0px;
      outline: 0px;
      cursor: pointer;
      text-align: center;
      color: #000;
      font-size: 15px;
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important;
      transition: all .15s ease-in 0s;
    }
    .report_result_insightDetails_container_inner .downldGraphIcon,
    .report_result_mainRadarchart_container_inner .downldGraphIcon,
    .lineChartHolder .downldGraphIcon{
      top: 10px;
      right: 10px;
      position: absolute;
    }

    #moodGraphHolder{position: relative;}
    #moodGraphHolder .downldGraphIcon{top: 0;}
    /*Report Result Accordian END*/

    /*Report Progress Bar Css*/
    .sc-animated-progressBar {
      width: 250px;
      height:50px;
      margin: 20px 0px;
      overflow: hidden;
      position: relative;
      background-color:#FFF;
    }

    .sc-animated-progressBar span {
      height: 100%;
      display: table;
      width: 0;
      font-family: "MontserratBold", Arial, Helvetica, sans-serif !important;
      font-size: 14px;
      line-height: 20px;
      color: #000;
      line-height: 50px;
      position: absolute;
      text-align: end;
      padding-right: 5px;
    }

    .sc-progress-bold span {
      background-color: #88AB88;
    }
    .sc-progress-direct span {
      background-color: #88AB88;
    }
    .sc-progress-heart span {
      background-color: #88AB88;
    }

    .sc-pBar-container-holder { padding:30px 0;}
    .sc-pBar-container-holder table{text-align:left; color: #fff;}
    .sc-pBar-container-holder table thead th{ width:200px;}
    .sc-pBar-container-holder table tbody td{padding-right:50px;}
    .sc-pBar-sticky-col {
        /* Stick to the left */
        background-color: #060606;
        left: 0;
        position: sticky;
        position: -webkit-sticky;
        z-index: 1;
        max-width: 300px;
        min-width: 300px;
    }

    .sc-pBar-container-holder p{font-size: 14px; font-weight: normal; line-height: 20px; margin: 0;}
    /*Report Progress Bar Css End*/




    .modal_report_result_comapre_search .report_result_comapre_checkbox,
    .modal_report_addFrom_library .report_result_addFrom_library_checkbox{display:flex; align-items: center;}
    /* .modal_report_result_comapre_search .report_result_comapre_checkbox span:first-child{margin-right:10px;}
    .modal_report_result_comapre_search .report_result_comapre_checkbox span.custreportName{position: relative; top: -3px;} */
    .modal_report_result_comapre_search .report_result_comapre_checkbox span:first-child,
    .modal_report_addFrom_library .report_result_addFrom_library_checkbox span:first-child{display:flex; margin-right:10px; }
    .modal_report_result_comapre_search .report_result_comapre_checkbox span.custreportName,
    .modal_report_addFrom_library .report_result_addFrom_library_checkbox span.custreportName{position: relative; top: 0px;}
    .webCVBgColor .welCome_search_autocomplete .compare-search-filterBTN,
    .webCVBgColor .welCome_search_autocomplete .compare-search-filterBTN:hover{
      right:20px;
      position: absolute;
      top: 10px;
      width: 24px;
      height: 24px;
      background: url(../images/report-result-filter-icon.svg) no-repeat center center;
      background-size: 24px;
      cursor: pointer;
    }

    .webCVBgColor .welCome_search_autocomplete .compare-search-filterBTN:hover{
      background: url(../images/report-result-filter-blue-icon.svg) no-repeat center center;
      width: 24px;
      height: 24px;
      background-size: 24px;
    }

    /* Accordian Css */
    .collapsible-link {
      width: 100%;
      position: relative;
      text-align: left;
    }

    .collapsible-link::before {
      content: '\f107';
      position: absolute;
      top: 50%;
      right: 0.8rem;
      transform: translateY(-50%);
      display: block;
      font-family: 'FontAwesome';
      font-size: 1.1rem;
    }

    .collapsible-link[aria-expanded='true']::before {
      content: '\f106';
    }
    /* Accordian Css END*/

    /* Toggele Btns Start*/
    /* .report_result_accordian_container .graphButtonBox{display: flex; flex-wrap: wrap; align-items: center;} */
    .report_result_accordian_container .graphButtonBox .toggleWrapper{
      display: flex;
      hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      word-break: break-word;
      -ms-word-break: break-all;
      word-wrap: break-word;
      align-items: center;
      margin-bottom:20px;}
    .report_result_accordian_toggleContainer_inner .toggleWrapper label{padding-right:25px}

    .toggleWrapper input[type=checkbox]{display: none;}


    .graphButtonBox .toggle0,
    .graphButtonBox .toggle1,
    .graphButtonBox .toggle2,
    .graphButtonBox .toggle3,
    .graphButtonBox .toggle4,
    .graphButtonBox .toggle5,
    .graphButtonBox .toggle6,
    .graphButtonBox .toggle7,
    .graphButtonBox .toggle8,
    .graphButtonBox .toggle9,
    .graphButtonBox .toggle10,
    .graphButtonBox .toggle11,
    .graphButtonBox .toggle12,
    .graphButtonBox .toggle13,
    .graphButtonBox .toggle14,
    .graphButtonBox .toggle15,
    .graphButtonBox .toggle16,
    .graphButtonBox .toggle17,
    .graphButtonBox .toggle18,
    .graphButtonBox .toggle19,
    .graphButtonBox .toggle20,
    .graphButtonBox .toggle21,
    .graphButtonBox .toggle22,
    .graphButtonBox .toggle23,
    .graphButtonBox .toggle24,
    .graphButtonBox .toggle25,
    .graphButtonBox .toggle26,
    .graphButtonBox .toggle27,
    .graphButtonBox .toggle28,
    .graphButtonBox .toggle29,
    .graphButtonBox .toggle30,
    .graphButtonBox .toggle31,
    .graphButtonBox .toggle32,
    .graphButtonBox .toggle33,
    .graphButtonBox .toggle34,
    .graphButtonBox .toggle35,
    .graphButtonBox .toggle36,
    .graphButtonBox .toggle37,
    .graphButtonBox .toggle38,
    .graphButtonBox .toggle39,
    .graphButtonBox .toggle40,
    .graphButtonBox .toggle41,
    .graphButtonBox .toggle42,
    .graphButtonBox .toggle43,
    .graphButtonBox .toggle44,
    .graphButtonBox .toggle45,
    .graphButtonBox .toggle46,
    .graphButtonBox .toggle47,
    .graphButtonBox .toggle48,
    .graphButtonBox .toggle49,
    .graphButtonBox .toggle50{
      cursor: pointer;
      display: inline-block;
      position: relative;
      width: 36px;
      height: 16px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .graphButtonBox .toggle0{
        background: #DA7B7B;
        border: 1px solid #DA7B7B;
    }

    .graphButtonBox .toggle1{
      background: #7DBAE7;
        border: 1px solid #7DBAE7;
    }

    .graphButtonBox .toggle2{
        background: #E0FABF;
        border: 1px solid #E0FABF;
    }

    .graphButtonBox .toggle3{
        background: #FDDE7C;
        border: 1px solid #FDDE7C;
    }

    .graphButtonBox .toggle4{
        background: #C89EFF;
        border: 1px solid #C89EFF;
    }

    .graphButtonBox .toggle5{
        background: #9DF6E6;
        border: 1px solid #9DF6E6;
    }

    .graphButtonBox .toggle6{
      background: #9F4452;
      border: 1px solid #9F4452;
    }

    .graphButtonBox .toggle7{
      background: #6775BC;
      border: 1px solid #6775BC;
    }

    .graphButtonBox .toggle8{
      background: #A6D17A;
      border: 1px solid #A6D17A;
    }

    .graphButtonBox .toggle9{
      background: #4D7CFE;
      border: 1px solid #4D7CFE;
    }

    .graphButtonBox .toggle10{
      background: #4D9588;
      border: 1px solid #4D9588;
    }

    .graphButtonBox .toggle11{
      background: #BEC9FF;
      border: 1px solid #BEC9FF;
    }

    .graphButtonBox .toggle12{
      background: #F1775C;
      border: 1px solid #F1775C;
    }

    .graphButtonBox .toggle13{
      background: #E2C1A4;
      border: 1px solid #E2C1A4;
    }

    .graphButtonBox .toggle14{
      background: #FFB864;
      border: 1px solid #FFB864;
    }

    .graphButtonBox .toggle15{
      background: #D6BCC0;
      border: 1px solid #D6BCC0;
    }

    .graphButtonBox .toggle16{
      background: #6C1E17;
      border: 1px solid #6C1E17;
    }

    .graphButtonBox .toggle17{
      background: #C37D14;
      border: 1px solid #C37D14;
    }

    .graphButtonBox .toggle18{
      background: #A07E7E;
      border: 1px solid #A07E7E;
    }

    .graphButtonBox .toggle19{
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
    }

    .graphButtonBox .toggle20{
      background: #DA7B7B;
      border: 1px solid #DA7B7B;
    }

    .graphButtonBox .toggle21{
    background: #7DBAE7;
      border: 1px solid #7DBAE7;
    }

    .graphButtonBox .toggle22{
        background: #E0FABF;
        border: 1px solid #E0FABF;
    }

    .graphButtonBox .toggle23{
        background: #FDDE7C;
        border: 1px solid #FDDE7C;
    }

    .graphButtonBox .toggle24{
        background: #C89EFF;
        border: 1px solid #C89EFF;
    }

    .graphButtonBox .toggle25{
        background: #9DF6E6;
        border: 1px solid #9DF6E6;
    }

    .graphButtonBox .toggle26{
      background: #9F4452;
      border: 1px solid #9F4452;
    }

    .graphButtonBox .toggle27{
      background: #6775BC;
      border: 1px solid #6775BC;
    }

    .graphButtonBox .toggle28{
      background: #A6D17A;
      border: 1px solid #A6D17A;
    }

    .graphButtonBox .toggle29{
      background: #4D7CFE;
      border: 1px solid #4D7CFE;
    }

    .graphButtonBox .toggle30{
      background: #4D9588;
      border: 1px solid #4D9588;
    }

    .graphButtonBox .toggle31{
      background: #BEC9FF;
      border: 1px solid #BEC9FF;
    }

    .graphButtonBox .toggle32{
      background: #F1775C;
      border: 1px solid #F1775C;
    }

    .graphButtonBox .toggle33{
      background: #E2C1A4;
      border: 1px solid #E2C1A4;
    }

    .graphButtonBox .toggle34{
      background: #FFB864;
      border: 1px solid #FFB864;
    }

    .graphButtonBox .toggle35{
      background: #D6BCC0;
      border: 1px solid #D6BCC0;
    }

    .graphButtonBox .toggle36{
      background: #6C1E17;
      border: 1px solid #6C1E17;
    }

    .graphButtonBox .toggle37{
      background: #C37D14;
      border: 1px solid #C37D14;
    }

    .graphButtonBox .toggle38{
      background: #A07E7E;
      border: 1px solid #A07E7E;
    }

    .graphButtonBox .toggle39{
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
    }

    .graphButtonBox .toggle40{
      background: #DA7B7B;
      border: 1px solid #DA7B7B;
    }

    .graphButtonBox .toggle41{
    background: #7DBAE7;
      border: 1px solid #7DBAE7;
    }

    .graphButtonBox .toggle42{
        background: #E0FABF;
        border: 1px solid #E0FABF;
    }

    .graphButtonBox .toggle43{
        background: #FDDE7C;
        border: 1px solid #FDDE7C;
    }

    .graphButtonBox .toggle44{
        background: #C89EFF;
        border: 1px solid #C89EFF;
    }

    .graphButtonBox .toggle45{
        background: #9DF6E6;
        border: 1px solid #9DF6E6;
    }

    .graphButtonBox .toggle46{
      background: #9F4452;
      border: 1px solid #9F4452;
    }

    .graphButtonBox .toggle47{
      background: #6775BC;
      border: 1px solid #6775BC;
    }

    .graphButtonBox .toggle48{
      background: #A6D17A;
      border: 1px solid #A6D17A;
    }

    .graphButtonBox .toggle49{
      background: #4D7CFE;
      border: 1px solid #4D7CFE;
    }

    .graphButtonBox .toggle50{
      background: #4D9588;
      border: 1px solid #4D9588;
    }

    /* .graphButtonBox .toggle3{
      background: #a7a8a9;
        border: 1px solid #a7a8a9;
    }

    .graphButtonBox .toggle4{
      background: #eec6cc;
        border: 1px solid #eec6cc;
    } */


    .graphButtonBox input:checked + .toggle{
      background: #a7a8a9;
      border: 1px solid #a7a8a9;
    }

    /* .graphButtonBox input:checked + .toggle1{
      background: #FDDE7C;
        border: 1px solid #FDDE7C;
    }

    .graphButtonBox input:checked + .toggle2{
      background: #DA7B7B;
        border: 1px solid #DA7B7B;
    }

    .graphButtonBox input:checked + .toggle3{
      background: #ffffff;
      border: 1px solid #a7a8a9;
    }

    .graphButtonBox input:checked + .toggle4{
      background: #ffffff;
        border: 1px solid #eec6cc;
    } */

    .graphButtonBox .toggle_handler/* , .graphButtonBox .toggle1_handler, .graphButtonBox .toggle2_handler, .graphButtonBox .toggle3_handler, .graphButtonBox .toggle4_handler */{
      display: inline-block;
      position: relative;
      z-index: 1;
      background: #ffffff;
      width: 12px;
      height: 12px;
      border-radius: 30px;
      top: -4px;
      left: 21px;
      -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transform: translateX(0px);
      -webkit-transform: translateX(0px);
    }

    .graphButtonBox input:checked + .toggle .toggle_handler/* , .graphButtonBox input:checked + .toggle1 .toggle1_handler, .graphButtonBox input:checked + .toggle2 .toggle2_handler, .graphButtonBox input:checked + .toggle3 .toggle3_handler, .graphButtonBox input:checked + .toggle4 .toggle4_handler */{
      right: 22px;
      -webkit-transform: translateX(-19px);
      transform: translateX(-19px);
    }

    .graphButtonBox input:checked + .toggle .toggle_handler{background: #ffffff;}


    /* Toggele Btns End*/

    /* Main Mood Toggele Btns Start*/
    /* .report_result_accordian_container .graphButtonBox{display: flex; flex-wrap: wrap; align-items: center;} */

    .report_result_accordian_container .graphButtonBox .toggleWrapper{
        display: flex;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        word-break: break-word;
        -ms-word-break: break-all;
        word-wrap: break-word;
        align-items: center;
        margin-bottom:20px;}
      .report_result_accordian_toggleContainer_inner .toggleWrapper label{padding-right:25px}

      .toggleWrapper input[type=checkbox]{display: none;}


      .graphButtonBox .mainmoodToggle0,
      .graphButtonBox .mainmoodToggle1,
      .graphButtonBox .mainmoodToggle2,
      .graphButtonBox .mainmoodToggle3,
      .graphButtonBox .mainmoodToggle4,
      .graphButtonBox .mainmoodToggle5,
      .graphButtonBox .mainmoodToggle6,
      .graphButtonBox .mainmoodToggle7,
      .graphButtonBox .mainmoodToggle8,
      .graphButtonBox .mainmoodToggle9,
      .graphButtonBox .mainmoodToggle10,
      .graphButtonBox .mainmoodToggle11,
      .graphButtonBox .mainmoodToggle12,
      .graphButtonBox .mainmoodToggle13,
      .graphButtonBox .mainmoodToggle14,
      .graphButtonBox .mainmoodToggle15,
      .graphButtonBox .mainmoodToggle16,
      .graphButtonBox .mainmoodToggle17,
      .graphButtonBox .mainmoodToggle18,
      .graphButtonBox .mainmoodToggle19{
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: 36px;
        height: 16px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      }

        .graphButtonBox .mainmoodToggle0{
            background: #DA7B7B;
            border: 1px solid #DA7B7B;
        }

        .graphButtonBox .mainmoodToggle1{
            background: #7DBAE7;
            border: 1px solid #7DBAE7;
        }

        .graphButtonBox .mainmoodToggle2{
            background: #E0FABF;
            border: 1px solid #E0FABF;
        }

        .graphButtonBox .mainmoodToggle3{
            background: #FDDE7C;
            border: 1px solid #FDDE7C;
        }

        .graphButtonBox .mainmoodToggle4{
            background: #C89EFF;
            border: 1px solid #C89EFF;
        }

        .graphButtonBox .mainmoodToggle5{
            background: #9DF6E6;
            border: 1px solid #9DF6E6;
        }

        .graphButtonBox .mainmoodToggle6{
            background: #9F4452;
            border: 1px solid #9F4452;
        }

        .graphButtonBox .mainmoodToggle7{
            background: #6775BC;
            border: 1px solid #6775BC;
        }

        .graphButtonBox .mainmoodToggle8{
            background: #A6D17A;
            border: 1px solid #A6D17A;
        }

        .graphButtonBox .mainmoodToggle9{
            background: #4D7CFE;
            border: 1px solid #4D7CFE;
        }

        .graphButtonBox .mainmoodToggle10{
            background: #4D9588;
            border: 1px solid #4D9588;
        }

        .graphButtonBox .mainmoodToggle11{
            background: #BEC9FF;
            border: 1px solid #BEC9FF;
        }

        .graphButtonBox .mainmoodToggle12{
            background: #F1775C;
            border: 1px solid #F1775C;
        }

        .graphButtonBox .mainmoodToggle13{
            background: #E2C1A4;
            border: 1px solid #E2C1A4;
        }

        .graphButtonBox .mainmoodToggle14{
            background: #FFB864;
            border: 1px solid #FFB864;
        }

        .graphButtonBox .mainmoodToggle15{
            background: #D6BCC0;
            border: 1px solid #D6BCC0;
        }

        .graphButtonBox .mainmoodToggle16{
            background: #6C1E17;
            border: 1px solid #6C1E17;
        }

        .graphButtonBox .mainmoodToggle17{
            background: #C37D14;
            border: 1px solid #C37D14;
        }

        .graphButtonBox .mainmoodToggle18{
            background: #A07E7E;
            border: 1px solid #A07E7E;
        }

        .graphButtonBox .mainmoodToggle19{
            background: #FFFFFF;
            border: 1px solid #FFFFFF;
        }

      .graphButtonBox input:checked + .toggle{
        background: #a7a8a9;
        border: 1px solid #a7a8a9;
      }

      .graphButtonBox .toggle_handler/* , .graphButtonBox .toggle1_handler, .graphButtonBox .toggle2_handler, .graphButtonBox .toggle3_handler, .graphButtonBox .toggle4_handler */{
        display: inline-block;
        position: relative;
        z-index: 1;
        background: #ffffff;
        width: 12px;
        height: 12px;
        border-radius: 30px;
        top: -4px;
        left: 21px;
        -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
      }

      .graphButtonBox input:checked + .toggle .toggle_handler/* , .graphButtonBox input:checked + .toggle1 .toggle1_handler, .graphButtonBox input:checked + .toggle2 .toggle2_handler, .graphButtonBox input:checked + .toggle3 .toggle3_handler, .graphButtonBox input:checked + .toggle4 .toggle4_handler */{
        right: 22px;
        -webkit-transform: translateX(-19px);
        transform: translateX(-19px);
      }

      .graphButtonBox input:checked + .toggle .toggle_handler{background: #ffffff;}

      .from_sr_first{border-top:1px solid #C4C4C4; margin-top: 30px; padding-top: 20px;}
      .from_sr {position: relative;}
      .dlt-toggle-btn{position: absolute; right: 0; cursor: pointer;}
      .from_sr span.cust-toggleBtnName{padding-right: 50px;}
      /* Main Mood Toggele Btns End*/

    /**/
    /* The container */
    .dosndontsContainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default radio button */
    .dosndontsContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .dosndontscheckmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        border-radius: 50%;
    }

    .doscheckmark_0{background-color: #4D7CFE;}
    .doscheckmark_1{background-color: #6775BC;}
    .doscheckmark_2{background-color: #7DBAE7;}
    .doscheckmark_3{background-color: #BEC9FF;}
    .doscheckmark_4{background-color: #4D9588;}
    .doscheckmark_5{background-color: #9DF6E6;}

    .dontscheckmark_0{background-color: #C37D14;}
    .dontscheckmark_1{background-color: #9F4452;}
    .dontscheckmark_2{background-color: #FFB864;}
    .dontscheckmark_3{background-color: #DA7B7B;}
    .dontscheckmark_4{background-color: #A07E7E;}
    .dontscheckmark_5{background-color: #F1775C;}

    /* On mouse-over, add a grey background color */
    /* .dosndontsContainer:hover input ~ .dosndontscheckmark {
        background-color: #ccc;
    } */

    /* When the radio button is checked, add a blue background */
    .dosndontsContainer input:checked ~ .dosndontscheckmark {
        background-color: #ccc;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .dosndontscheckmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .dosndontsContainer input ~ .dosndontscheckmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .dosndontsContainer .dosndontscheckmark:after {
        top: 7px;
        left: 7px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: white;
    }
    /**/

    /*line toggel Btns Start*/
    .graphButtonBox .lineToggle,
    .allGraphButtonBox .lineToggle
    {
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: 36px;
        height: 16px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin: 0px;
        -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .graphButtonBox .lineDosnDontsToggle{cursor: pointer;}

    .allGraphButtonBox .lineToggle{
        background: #88AB88;
        border: 1px solid #88AB88;
    }

    .graphButtonBox .lineToggle0{
        background: #DA7B7B;
        border: 1px solid #DA7B7B;
    }

    .graphButtonBox .lineToggle1{
      background: #7DBAE7;
        border: 1px solid #7DBAE7;
    }

    .graphButtonBox .lineToggle2{
        background: #E0FABF;
        border: 1px solid #E0FABF;
    }

    .graphButtonBox .lineToggle3{
        background: #FDDE7C;
        border: 1px solid #FDDE7C;
    }

    .graphButtonBox .lineToggle4{
        background: #C89EFF;
        border: 1px solid #C89EFF;
    }
    .graphButtonBox .lineToggle5{
        background: #9DE3D7;
        border: 1px solid #9DE3D7;
    }
    .graphButtonBox .lineToggle6{
        background: #9F4452;
        border: 1px solid #9F4452;
    }
    .graphButtonBox .lineToggle7{
        background: #6775BC;
        border: 1px solid #6775BC;
    }
    .graphButtonBox .lineToggle8{
        background: #A6D17A;
        border: 1px solid #A6D17A;
    }
    .graphButtonBox .lineToggle9{
        background: #4D7CFE;
        border: 1px solid #4D7CFE;
    }
    .graphButtonBox .lineToggle10{
        background: #4D9588;
        border: 1px solid #4D9588;
    }
    .graphButtonBox .lineToggle11{
        background: #B7BEE2;
        border: 1px solid #B7BEE2;
    }
    .graphButtonBox .lineToggle12{
        background: #F1775C;
        border: 1px solid #F1775C;
    }
    .graphButtonBox .lineToggle13{
        background: #E2C1A4;
        border: 1px solid #E2C1A4;
    }
    .graphButtonBox .lineToggle14{
        background: #FFB864;
        border: 1px solid #FFB864;
    }
    .graphButtonBox .lineToggle15{
        background: #E8ACB5;
        border: 1px solid #E8ACB5;
    }
    .graphButtonBox .lineToggle16{
        background: #83332C;
        border: 1px solid #83332C;
    }
    .graphButtonBox .lineToggle17{
        background: #B4463C;
        border: 1px solid #B4463C;
    }
    .graphButtonBox .lineToggle18{
        background: #A07E7E;
        border: 1px solid #A07E7E;
    }
    .graphButtonBox .mainMoodLineToggle19{
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
    }

    /* main mood line toggel btns */
    .graphButtonBox .mainMoodLineToggle0{
        background: #88AB88;
        border: 1px solid #88AB88;
    }

    .graphButtonBox .mainMoodLineToggle1{
        background: #77C09C;
          border: 1px solid #77C09C;
    }

    .graphButtonBox .mainMoodLineToggle2{
        background: #A6D17A;
        border: 1px solid #A6D17A;
    }

    .graphButtonBox .mainMoodLineToggle3{
        background: #E0FABF;
        border: 1px solid #E0FABF;
    }

    .graphButtonBox .mainMoodLineToggle4{
        background: #4D9588;
        border: 1px solid #4D9588;
    }
    .graphButtonBox .mainMoodLineToggle5{
        background: #9DF6E6;
        border: 1px solid #9DF6E6;
    }
    .graphButtonBox .mainMoodLineToggle6{
        background: #493D89;
        border: 1px solid #493D89;
    }
    .graphButtonBox .mainMoodLineToggle7{
        background: #6775BC;
        border: 1px solid #6775BC;
    }
    .graphButtonBox .mainMoodLineToggle8{
        background: #4D7CFE;
        border: 1px solid #4D7CFE;
    }
    .graphButtonBox .mainMoodLineToggle9{
        background: #7DBAE7;
        border: 1px solid #7DBAE7;
    }
    .graphButtonBox .mainMoodLineToggle10{
        background: #BEC9FF;
        border: 1px solid #BEC9FF;
    }
    .graphButtonBox .mainMoodLineToggle11{
        background: #C89EFF;
        border: 1px solid #C89EFF;
    }
    .graphButtonBox .mainMoodLineToggle12{
        background: #A07E7E;
        border: 1px solid #A07E7E;
    }
    .graphButtonBox .mainMoodLineToggle13{
        background: #997F8F;
        border: 1px solid #997F8F;
    }
    .graphButtonBox .mainMoodLineToggle14{
        background: #E2C1A4;
        border: 1px solid #E2C1A4;
    }
    .graphButtonBox .mainMoodLineToggle15{
        background: #C26776;
        border: 1px solid #C26776;
    }
    .graphButtonBox .mainMoodLineToggle16{
        background: #D6BCC0;
        border: 1px solid #D6BCC0;
    }
    .graphButtonBox .mainMoodLineToggle17{
        background: #FFDADA;
        border: 1px solid #FFDADA;
    }
    .graphButtonBox .mainMoodLineToggle18{
        background: #DEDEDE;
        border: 1px solid #DEDEDE;
    }
    .graphButtonBox .mainMoodLineToggle19{
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
    }


    .graphButtonBox .line_toggle_handler,
    .allGraphButtonBox .line_toggle_handler{
      display: inline-block;
      position: relative;
      z-index: 1;
      background: #fff;
      width: 12px;
      height: 12px;
      border-radius: 30px;
      top: -5px;
      left: 21px;
      -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }

    .graphButtonBox .dosndonts_line_toggle_handler{
        top: -12px;
        left: 1px;
        width: 25px;
        height: 25px;
        background-color: transparent;
    }

    /* .graphButtonBox input:checked + .lineToggle0,
    .graphButtonBox input:checked + .lineToggle1,
    .graphButtonBox input:checked + .lineToggle2, */
    .graphButtonBox input:checked + .lineToggle,
    .allGraphButtonBox  input:checked + .lineToggle{
        background: #757575;
        border: 1px solid #757575;
    }

    .graphButtonBox input:checked + .lineToggle .line_toggle_handler,
    .allGraphButtonBox  input:checked + .lineToggle .line_toggle_handler {
        right: 22px;
        transform: translateX(-19px);
        -webkit-transform: translateX(-19px);
    }
    #lineGraphWaveform wave {overflow: unset;}

    /*Zoom Graph Start*/

    .graph_dialog {width: 99%; margin:auto; text-align:center;}
    .graph_dialog.zoom_graph {
      display: none;
      width: 65% !important;
      min-height: 350px;
      /* height: calc(100vh - 80px); */
      overflow-y: auto;
      margin: auto;
      text-align: center;
      position: fixed;
      z-index: 1041;
      top: 5%;
      background-color: #ffffff;
      left: 10%;
      right: 10%;
      border: 1px solid #ffcd03 !important;
      background-color: #121212 !important;
      -webkit-border-radius: 30px !important;
      -moz-border-radius: 30px !important;
      border-radius: 30px !important;
    }

    .graph_overlay {background-color: rgba(0,0,0,0.9) !important; bottom: 0; display: block; left: 0; position: fixed; right: 0; top: 0; z-index: 1040;}
    /*Zoom Graph End*/

    /*logo resize*/
    .logo_link{width:200px; max-width:110px; height: auto;  -webkit-transition: all 0.4s; transition: all 0.4s;}

    /*Push menu css*/
    .pushMenuDesk{display: none !important;}
    /* .pushMenuMob{display: none !important;} */

    /* range slider start */
    /* .range_slider_wrapper{
        width: 200px;
    } */
    .range-val-input{
        width: 100%;
        display: flex;
        justify-content: space-between;
       /*  margin: 10px 0 35px; */
       margin: 10px 0 8px;
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    .range-val-input .separator{
        width: 130px;
        display: flex;
        font-size: 19px;
        align-items: center;
        justify-content: center;
    }
    .slider{
        height: 3px;
        position: relative;
        background: #A5A5A5;
        border-radius: 3px;
    }
    .slider .progress{
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 3px;
        background: #A5A5A5;
    }
    .range-input{
        position: relative;
    }
    .range-min,
    .range-max{cursor: pointer;}
    .range-input input{
        position: absolute;
        width: 100%;
        height: 3px;
        top: -3px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    input[type="range"]::-webkit-slider-thumb{
        height: 17px;
        width: 17px;
        border-radius: 50%;
        background: #D8D8D8;
        pointer-events: auto;
        -webkit-appearance: none;
        box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }
    input[type="range"]::-moz-range-thumb{
        height: 17px;
        width: 17px;
        border: none;
        border-radius: 50%;
        background: #D8D8D8;
        pointer-events: auto;
        -moz-appearance: none;
        box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }

    .range-val-input-fl{float: left; width: 50%;}
    .range-val-input-fr{float: right; width: 50%; text-align: right;}
    .range-val-input-fl input,
    .range-val-input-fr input{background: none; border:none; color: #fff; font-size: 13px; width:100%;}
    .range-val-input-fr input{text-align: right;}
    /* range slider end */
    .cutlabel label{margin-bottom: 0px;}
    .cust_tempoHolder label{margin-bottom: 0;}
    .cust_bpmHolder{margin-top: 20px;}
    .cust_bpmHolder_fl label{position: relative; margin-top: 10px;}
    .cust_bpmHolder_fl{float: left; width: 30%;}
    .cust_bpmHolder_fr{float: right; width: 70%;}
    .bpmTypeinput_container{position: relative;}
    .bpmTypeinput_container input{background-color: #323232; border: none; width: 100%; border-radius: 4px; padding: 12px 40px 12px 15px; font-size: 14px; font-family: "MontserratRegular", Arial, Helvetica, sans-serif; color: #fff;}
    .bpmFilterIcon,
    .lengthFilterIcon{background: #88AB88; position: absolute; width: 24px; height: 24px; right: 6px; top:10px; text-align: center; border-radius: 4px; cursor: pointer;}
    .bpmFilterIcon img,
    .lengthFilterIcon img{transform: rotate(275deg);}
    .cust_lengthHolder{display: flex; align-items: center; color: #fff; justify-content: space-between; position: relative;}
    .cust_lengthHolder_col{width: 38%;}
    .cust_lengthHolder input,
    .advancedTagnameInput_col input,
    .mainTagnameInput_col input,
    .functionalValuesnameInput_col input{
        width: 100%;
        background: none;
        border: 1px solid #88AB88;
        padding: 10px 5px;
        color: #fff;
        border-radius: 4px;
        font-size: 14px;
        text-align: center;}
    .advancedTagnameInput_col input,
    .mainTagnameInput_col input,
    .functionalValuesnameInput_col input{padding:5px;}
    .cust_lengthHolder .lengthFilterIcon{position: relative; right: 0; top: 0px;}
    .asset_analysis_advancedTag_col,
    .asset_analysis_mainTag_col,
    .asset_analysis_functionalValues_col{background: #323232; border-radius: 4px; padding: 15px; margin-bottom: 20px; position: relative;}
    .advancedTagnameInput_slider,
    .mainTagnameInput_slider,
    .functionalValuesnameInput_slider{width:50%; float:left; margin-top: 15px;}
    .advancedTagnameInput_val,
    .mainTagnameInput_val,
    .functionalValuesnameInput_val{width:45%; float:right;}
    .asset_analysis_advancedTag_col .advancedTagnameInput,
    .asset_analysis_mainTag_col .mainTagnameInput{
        width: 100%;
        border-radius: 4px;
        padding: 12px 15px;
        font-size: 14px;
        font-family: "MontserratRegular", Arial, Helvetica, sans-serif;
        color: #fff;
        background: none;
        border: 1px solid #88AB88;}

    .advancedTagnameInput_col,
    .mainTagnameInput_col,
    .functionalValuesnameInput_col{width:40%;}
    .asset_analysis_advancedTag_col .range-val-input,
    .asset_analysis_mainTag_col .range-val-input,
    .asset_analysis_functionalValues_col .range-val-input {align-items: center; margin-top: 0; margin-bottom: 0; color: #fff;}
    .advancedTagnameclsBtn,
    .mainTagnameclsBtn,
    .functionalValuesnameclsBtn{position: absolute; top: 0px; right: 8px; cursor: pointer;}
    .advancedTagnameclsBtn img,
    .mainTagnameclsBtn img,
    .functionalValuesnameclsBtn img{width: 14px;}
    .advancedTagnameInput_slider .slider .activeprogress,
    .mainTagnameInput_slider .slider .activeprogress,
    .functionalValuesnameInput_slider .slider .activeprogress{background: #F5BF4F;}
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm)
    {
        .graphButtonBox .line_toggle_handler,
        .allGraphButtonBox .line_toggle_handler{
            top: -4px !important;
        }

        .graphButtonBox .dosndonts_line_toggle_handler{
            top: -12px !important;
            left: 1px;
        }
    }

    @-moz-document url-prefix() { /* For Firefox */
        .graphButtonBox .line_toggle_handler,
        .allGraphButtonBox .line_toggle_handler{top: -5px !important;}

        .graphButtonBox .dosndonts_line_toggle_handler{
            top: -12px !important;
            left: 1px;
        }
        }
    /*line toggel Btns End*/

    .lp_welcomePG_project_allMoodmean_container{max-height:400px !important;}
    .lp_welcomePG_project_allMoodmean_container .lp_welcomePG_project_allMoodmean_table{ width:100%;}
    .lp_welcomePG_project_allMoodmean_container .lp_welcomePG_project_allMoodmean_table .table td:first-child{width:90%;}
    .lp_welcomePG_project_allMoodmean_container .lp_welcomePG_project_allMoodmean_table .table td:last-child{background-color: none; text-align: right; width:10%;}
    .lp_welcomePG_project_allMoodmean_container .lp_welcomePG_project_allMoodmean_table .table td{border: 0; padding:8px 20px;}
    .lp_welcomePG_project_allMoodmean_container .lp_welcomePG_project_allMoodmean_table .table tr:nth-child(odd) {background-color: #323232; color: #fff;}
    .report_result_title_col{position: relative; width:100% ;}
    .custSelect_allCheckbox{position: absolute; top:25px; right:20px; font-size:14px;}
    .custSelect_allCheckbox label{position: relative;; margin-bottom: 0; margin-left:10px; top: -4px; cursor: pointer; font-family: "MontserratRegular", Arial, Helvetica, sans-serif;}

    /* Multi bar graph Legend Start */
    .customBarCLP {display: inline-block; width: 25%; float: left; color: #ffffff; font-size: 14px; padding-right: 20px;}
    .customBarCRP {width: 75%; float: left; overflow-x: scroll; padding-bottom: 20px;}

    .customBarCLP .dosTypeHolder {/* height: 150px; */ padding-top: 5px;}
    .customBarCLP .dontsTypeHolder {margin-top: 5px; margin-bottom: 15px; /* height: 150px; */}
    .customBarCLP .dosTypeLabel {color:#C3F1C3; font-size:16px; background:#1F1F1F; border-radius:20px; padding:10px 10px 10px 20px;}
    .customBarCLP .dontsTypeLabel {color:#EC6A5E; font-size:16px; background:#1F1F1F; border-radius:20px; padding:10px 10px 10px 20px;}
    .customBarCLP .assetName {display: inline-block; width: 16px; height: 16px; border-radius: 50%; float: left; margin: 0 20px 40px 0; position: relative; top:2px;}
    .customBarCLP .assetNameDosDonttxt{float: left; width:80%;}
    .customBarCRP .barChartHolder {margin-right: 50px; width: 350px;}
    .customBarCRP .barChartLabel {height: 50px; font-size: 18px; font-weight: bold; color: #ffffff;}
    .customBarCRP .barChartLegendContainer {background-color: rgba(31, 31, 31, 0.5); padding: 40px 20px 20px 20px; /* height: 150px; */}
    .barChartBarHolder {border-left:1px solid rgba(255, 255, 255, 0.3); border-bottom:1px solid rgba(255, 255, 255, 0.3); margin: 0px 5px 0 4px; padding-top:20px;}
    .modalReportResultMultibarGraphCloneBgColor{background-color: rgba(31, 31, 31, 0.5)!important;}

    .customLegend ul,
    .customDontsLegend ul{
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        padding: 0;
    }

    .customLegend ul li,
    .customDontsLegend ul li{
        display: flex;
        align-items: center;
        /* cursor: pointer; */
        flex-direction: row;
        margin-bottom: 5px;
        list-style-type: square;
        line-height: 22px;
    }

    .customLegend ul li span,
    .customDontsLegend ul li span{
        display: inline-block;
        height: 13px;
        width: 13px;
        margin-right: 10px;
        border-style: solid;
        border-width: 1px;
    }

    .customLegend ul li p,
    .customDontsLegend ul li p{
        margin: 0;
        padding: 0;
        color: rgba(255, 255, 255, 1);
        display: inline-block;
        font-size: 14px;
    }

    .customLegend ul li.fade p,
    .customDontsLegend ul li.fade p{
        color: rgba(255, 255, 255, 0.5);
    }

    .customLegend ul li.fade:not(.show),
    .customDontsLegend ul li.fade:not(.show){
        opacity:1;
    }
    .customBarchartValueList {
        display: flex;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .customBarchartValueList:last-child {margin-bottom: 5px;}
    .customBarchartValueList li {
        display: inline-block;
        height: 40px;
    }
    .customBarchartCountList {
        margin: 0px;
        padding: 0px 5px;
        display: flex;
        justify-content: space-between;
    }
    .customBarchartCountList li {
        font-family: "RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
        font-size: 13px;
        color: #ffffff;
        display: inline-block;
        width:10%;
        text-align: right;
    }
    .customBarchartCountList li span {
        position: relative;
        right: -1px;
        border-right:1px solid rgba(255, 255, 255, 0.3);
        height: 8px;
        display: inherit;
    }
    .customBarchartCountList li:first-child{width: 0%; text-align: left;}
    .customBarchartCountList li:first-child span {
        border-right:1px solid rgba(255, 255, 255, 0.3);
        height: 8px;
        display: inherit;
        margin-left: -1px;
        right: 0px;
    }
    .customBarchartCountList li:last-child span {
        right: 0px;
    }
    .barChartPercentage {
        display: flex !important;
        align-items: center;
        margin-left: 2px;
        font-family: 'RobotoMonoRegular', Arial, Helvetica, sans-serif !important;
        color:#ffffff;
        font-size:12px;
    }
    /* Multi bar graph Legend End */
    #reportResult th,
    #reportAssetDetailResult th{position: relative;}
    .reportResultsortIcon img,
    .reportAssetDetailSortIcon img{cursor: pointer;}
    .reportResultsortIcon,
    .reportAssetDetailSortIcon{position: absolute; right: 10px;}
    /*Report Result Page css END*/

    /*Assets Manager Css*/
    .report_assets_manager_btnsec .addAssetTitle{top:0; position: relative;}
    .report_assets_manager_btnsec .cust_iconTextCenter img{top: -2px; position: relative;;}
    .lp-WelcomeProject-assets-manager,
    .lp_asset_analysis{margin-top: 0;}
    .report_assets_manager_filter,
    .assets_analysis_filter{position: relative;}
    .assets_analysis_filter input{outline: none;}
    .report_cliearFilter,
    .assets_analysisReset{position: absolute; right: 0; top:10px; font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif;
      font-size: 16px; color:#88AB88; cursor: pointer;}
    .assets_analysisReset{position:relative;}
    .asset_analysis_btns_holder{display: flex; justify-content: space-between;}
    .report_assets_manager_filter .fs-wrap .fs-label-wrap {border-radius:4px !important; padding:0 !important;}
    .report_assets_manager_filter .fs-wrap .fs-label-wrap .fs-label{padding:15px 28px 15px 10px; color: #ffffff;}
    .report_assets_manager_filter .fs-dropdown{margin-top: 6px !important;}
    .report_assetsManager_addFilterssec{float: left;}
    .report_assetsManager_addFilterssec_inner{position:relative; z-index:3; top:-3px;}
    .report_assetsManager_filterContainer{position:absolute; width: 100%; min-width: 600px; right: 0px; top:10px; padding:25px; background: #060606; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.25);  -moz-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.25);  border-radius:10px; border:1px solid #88AB88 ;}
    .report_assetsManager_filterInput{border: 1px solid #88AB88;}
    h4.assets_managerTitle{font-family:"MontserratBold", Arial, Helvetica, sans-serif; font-size: 18px; line-height:26px; margin-bottom: 20px; color: #ffffff;}
    .report_assetsManager_inputDIV{display: flex; flex-direction:row; align-items: center; margin-bottom: 20px; padding-right: 20px;}
    .filters_input_details{width: 150px; font-size: 14px; font-family: "MontserratMedium", Arial, Helvetica, sans-serif; color:#ffffff;}
    .report_assetsManager_filterInput{padding:6px 20px !important; font-family:"MontserratRegular", Arial, Helvetica, sans-serif !important; line-height: 20px;}
    .custBorderTop{border-top: 1px solid #88AB88; margin-top: 30px;}
    .report_assets_manager_checkbox{display: flex; align-items: center; flex-direction: row;  word-break: normal;}
    .report_assets_manager_checkbox span:first-child{display: flex; margin-right:10px;}
    .report_assets_manager_dateRadiobutton{background: #FFFFFF; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.25);  -moz-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.25); border-radius: 5px; padding:20px; max-width:200px; width:100%;}
    .report_assets_manager_dateRadiobutton label span{font-weight: normal; color: #757575;}
    .report_assets_manager_datesec{display: flex; align-items: center;}
    .report_assets_customDate{font-family:"MontserratSemiBold", Arial, Helvetica, sans-serif; color:#88AB88; padding-left: 10px;}
    .asset_analysis_filterSec label{
        font-family:"MontserratRegular", Arial, Helvetica, sans-serif;
        color: #ffffff ;
        font-size: 14px;
        font-weight: normal !important;
    }
    /*Assets Manager Css end*/

    /*Upload file Css*/
    .lp_welcomePG_uploadFile_dragsec_fileUpload{
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }
    .lp_welcomePG_uploadFile_dragsec_fileUpload input[type=file]{
      position: absolute;
        top: 0;
        right: 0;
        /* min-width: 100%;
        min-height: 100%;
        font-size: 100px; */
        width: 100%;
        height: 100%;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: pointer !important;
        display: block;
    }
    /*Upload file Css END*/

    /*Home right container END*/

    /*word break css*/
    /* .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td:first-child, */
    .divAutocompleteScroll_inner .reports_autoCompeteSearch ul.autoCompeteSearch_list li a,
    .lp_welcomePG_newReportTable_assets .tableFixHead .table tbody tr:first-child th,
    .cust_tbl_upload_queue .tableFixHead table tbody tr:first-child th,
    .cust_tbl_upload_queue .tableFixHead table tbody th,
    .lp_welcomePG_report_result_inner_table .table .title_benchmark_avg,
    .report_result_comapre_addreport_table .table tbody tr td,
    .report_result_comapre_table .table tbody tr td,
    .modal_report_result_comapre_search .report_result_comapre_checkbox span.custreportName,
    .report_assets_manager_checkbox span:first-child,
    .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td,
    .lp_welcomePG_newReportTable_assets .table tbody tr th,
    .lp_welcomePG_newReportTable_assets .table tbody tr:first-child th,
    .lp_welcomePG_newReportTable_assets .table tbody tr:first-child td,
    .cust_tbl_upload_queue .table tbody tr td,
    .lp_welcomePG_report_result_insight_detailsTable .table tbody tr td,
    .modal-dialog-newReport-removeAsset .modalTextItalic{
      hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      word-break: break-word;
      -ms-word-break: break-all;
      word-wrap: break-word;
    }
    /*word break css end*/
    .cust_tbl_upload_queue .tableFixHead table tbody{border: 1px solid #88AB88;}

    .lp_welcomePG_newReportTable_assets .table tbody tr th,
    .cust_tbl_upload_queue .tableFixHead table tbody tr th,
    .lp_welcomePG_newReportTable_assets .table tbody tr td:last-child,
    .cust_tbl_upload_queue .tableFixHead table tbody tr td:last-child{border-right: 1px solid #88AB88; background-color: rgba(63, 63, 63, 0.5) !important;}

    .audio-player-button {
      display: inline-block;
      position: relative;
      float: none;
      width: 25px;
      height: 25px;
      background: url(../images/audio-play-button.svg) no-repeat center center;
      background-size: 25px;
      cursor: pointer;
      /* margin-left: 35px; */
      transition:all .15s ease-in 0s;
    }
    .audio-player-button:hover {
      opacity: 0.8;
    }
    .audio-pause-button {
      display: inline-block;
      position: relative;
      float: left;
      width: 25px;
      height: 25px;
      background: url(../images/audio-pause-button.svg) no-repeat center center;
      background-size: 25px;
      cursor: pointer;
      /* margin-left: 35px; */
      transition:all .15s ease-in 0s;
    }
    .audio-pause-button:hover {
      opacity: 0.8;
    }

    /*Footer*/
    .main-footer{background-color: #0F0F0F !important; border-top: 1px solid #88AB88 !important;}
    .lp_login_footer {width: 80%;max-width: 1920px; margin: 50px auto 0px auto;}
    .lp_login_footer .lp_footer_aboutText {padding: 0px 0px;}
    .lp_login_footer .lp_footer_contentLink_hol {padding: 0px;}
    .lp_body_col_l {float: left; /* width: 18%; */ width: 15%;}
    .lp_footer_aboutText {margin: 0px;}
    .lp_footer_contentLink_hol {padding: 20px 20px 10px 20px;}
    .lp_footer_aboutText p,
    .lp_footer_aboutText a {
    font-family: "RobotoMonoRegular", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    line-height: 22px;
    /* color: #222222; */
    color:#A1A1A1;
    margin: 0px;
    text-decoration: none;
    }

    .lp_footer_aboutText a.cust_link {text-decoration: underline;}
    .lp_footer_aboutText a {cursor: pointer;}
    .lp_footer_aboutText a:hover {color:#666666;}
    span.footer_link_delac {margin-left: 130px; margin-right: 0px !important; display: inline-block; cursor: pointer;}
    .lp_footer_bg .footer_link:hover,
    span.footer_link_delac:hover {color:#666666;}
    .border-dotted-white-footer{ outline: 0px dotted #ffffff;
    outline-offset: 0px;
    background-color: none;
    color: #000000;
    padding: 12px 15px;
    margin: 0px;
    text-align: center;
    }
    .welBroIndMeth_padding {padding-top:5px; padding-bottom:20px; background-color: #060606;}
    .lp_footer_aboutText h1.footer_title,
    .lp_footer_bg h1.footer_title {font-size: 15px; line-height: 20px; color:#A1A1A1; font-family: "Poppins", Arial, Helvetica, sans-serif; font-weight: 700;}

    .lp_footer_bg h1.footer_title img{-webkit-filter: drop-shadow(-0.5px -0.5px 5px rgba(255, 255, 255, 0.25));
        filter: drop-shadow(-0.5px -0.5px 5px rgba(255, 255, 255, 0.25)); padding-right: 20px;}

    .lp_bottomtotop_holder {position: absolute; right:-14px; top: 10px;}
    .lp_bottomtotop {
      float: right;
      margin: 0px;
      position:absolute;
      top:0px;
      right:0px;
      /* right: 0px; */
      /*bottom: 15px;
      z-index: 1042;*/
      z-index: 1;
      padding: 0px;
      width: 45px;
      height: 45px;
      line-height: 40px;
      text-align: center;
      background-color:#88AB88;
      cursor: pointer;
      transition:all .15s ease-in 0s;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    .lp_bottomtotop:hover {background-color:rgba(136, 171, 136, 0.3);}
    .lp_bottomtotop img.img {
      width: 25px;
      height: 25px;
      transition:all .15s ease-in 0s;
    }
    /*Footer END*/

    .shared_lp_logo{
      max-width: 155px;
      max-height: 176px;
      width: 100%;
      height: auto;
    }

    /*NEW UI CSS*/
    .main-sidebar, .main-sidebar::before {
      width: 250px !important;
    }
    .webCVBgColor .main-sidebar{width: 200px !important}

    /*For Menu width resize Css*/

    /*New Table Css*/
    /* .lp_welcomePG_project_listNthumbView #clientListView .table {border-collapse: separate; border-spacing: 0 15px;} */
    .custBrandProjectmtop20{margin-top: 20px;}
    .custBrandProjectmtop30{margin-top: 30px;}
    .custPB_Error{margin:30px 0px 0px 0px !important;}
    .custErrormtb{margin: 30px 0 35px 0;}

    .lp_welcomePG_project_listNthumbView #clientListView table,
    .lp_welcomePG_project_listNthumbView  table#list_view,
    .list_tableHolder .table,
    .cust_managerData_assets table,
    .lp_welcomePG_newReportTable table{
      border-collapse: separate;
      border-spacing: 0 20px;
      color: #fff;
    }

    .custsortIcon,
    .homecustsortIcon{position: absolute; right: 5px; top: 13px; cursor: pointer;}
    .homecustsortIcon{ top: calc(50% - 8px) !important;}

    .lp_welcomePG_project_listNthumbView #clientListView th,
    .lp_welcomePG_project_listNthumbView #list_view th,
    .list_tableHolder .table thead th,
    .cust_managerData_assets .table th,
    .lp_welcomePG_newReportTable .table th{
      text-align: left;
      background-color: transparent;
      color: #fff;
      padding:11px 20px 0px 20px;
      border: 0px;
      position: relative;
    }

    .list_tableHolder .table thead th{padding:0px 20px 0px 20px !important;}

    /* .lp_welcomePG_project_listNthumbView #clientListView th,
    .lp_welcomePG_project_listNthumbView #list_view th,
    .list_tableHolder .table th{width: 130px; min-width: 130px;} */

    .lp_welcomePG_project_listNthumbView #clientListView th:first-child,
    .lp_welcomePG_project_listNthumbView #list_view th:first-child,
    .cust_managerData_assets .table th:first-child,
    .lp_welcomePG_newReportTable .table th:first-child,
    .list_tableHolder .table th:first-child{padding:11px 15px 0px 15px; width: 250px; min-width: 250px; max-width: 250px;}

    .lp_welcomePG_project_listNthumbView #clientListView th:last-child,
    .lp_welcomePG_project_listNthumbView #list_view th:last-child,
    .list_tableHolder .table th:last-child{width:84px; min-width: 84px; max-width: 84px;padding:11px 20px 0px 20px;}

    .lp_welcomePG_project_listNthumbView #clientListView tr,
    .lp_welcomePG_project_listNthumbView #list_view tr,
    .list_tableHolder .table tr,
    .cust_managerData_assets .table tr,
    .lp_welcomePG_newReportTable .table tr
    {
      border-collapse: collapse;
    }

    .lp_welcomePG_project_listNthumbView #clientListView td,
    .lp_welcomePG_project_listNthumbView #list_view td,
    .list_tableHolder .table td,
    .cust_managerData_assets .table td,
    .lp_welcomePG_newReportTable .table td {
      padding:11px 20px;
      text-align: left;
      border-top: solid 1px #88AB88;
      border-bottom: solid 1px #88AB88;
      color: #fff;
    }

    .lp_welcomePG_newReportTable_assets .table td{border-bottom: 0px;}
    .lp_welcomePG_newReportTable .table td{word-break: break-word; -ms-word-break: break-all; word-wrap: break-word;}

    .lp_welcomePG_project_listNthumbView #clientListView td:first-child,
    .lp_welcomePG_project_listNthumbView #list_view td:first-child,
    .list_tableHolder .table td:first-child,
    .lp_welcomePG_newReportTable .table td:first-child,
    .cust_managerData_assets .table td:first-child{border-left: 1px solid #88AB88; background: #2A2A2A; border-radius: 3px 0px 0px 3px; padding:11px 15px;}

    .lp_welcomePG_project_listNthumbView #clientListView td:last-child,
    .lp_welcomePG_project_listNthumbView #list_view td:last-child,
    .list_tableHolder .table td:last-child,
    .lp_welcomePG_newReportTable .table td:last-child,
    .cust_managerData_assets .table td:last-child{border-right: 1px solid #88AB88; background: #2A2A2A; text-align: center; border-radius: 0 3px 3px 0; padding:15px 15px;}

    .sidebar-mini.layout-fixed.webCVBgColor .deskScLogo{display:inline-block;}
    .sidebar-mini.layout-fixed.webCVBgColor.sidebar-collapse .deskScLogo{display:none;}
    .sidebar-mini.layout-fixed.webCVBgColor .mobScLogo{display:none; }
    .sidebar-mini.layout-fixed.webCVBgColor.sidebar-collapse .mobScLogo{display:inline-block; /* -webkit-transition: all 0.4s; transition: all 0.4s; */}

    .sidebar-mini .main-sidebar .nav-link{
        width: calc(250px - 0.5rem * 2);
        transition: width ease-in-out .3s;
    }

    .webCVBgColor .main-sidebar .nav-link{
      width: calc(200px - 0.5rem * 2) !important;
      transition: width ease-in-out .3s;
    }

    .webCVBgColor .main-header{z-index:1;}

    .modal-frontend .modal_cust_newReport{
        text-align: center; padding: 35px;
    }

    /*Media screen*/
    /* @media only screen and (min-width:1921px) and (max-width:3840px){
      #waveform {height:95px; border: 0px;}
      .report_result_wavecontainer .report_result_waveform_palyPauseBtn {width: 8%;}
      .report_result_wavecontainer .report_result_waveform_player {width: 92%;}
    } */

    /*Bakend AudioSpilt Css*/
    .download_assest,
    .download_assest:hover{
        color:#ffffff;
    }
    .custAutoSpli-primaySec{
        color: #ffffff;
        display: block;
        position: relative;
    }

    .custAutoSpli-primaySec label{font-weight: normal !important; cursor: pointer; font-size: 14px;}
    /* Hide the browser's default checkbox */
    .custAutoSpli-primaySec input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custAutoSpli-primaySec label:nth-child(1){margin-left:25px;}
    .custAutoSpli-primaySec label:nth-child(2){margin-left: 62px;}
    .custAutoSpli-primaySec label:nth-child(2) span{left:100px}
    /* Create a custom checkbox */
    .custAutoSpli-primaySec .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #ffffff;
        border-radius: 50px;
    }

    /* On mouse-over, add a grey background color */
    .custAutoSpli-primaySec:hover input ~ .checkmark {
        background-color: #ffffff;
    }

    /* When the checkbox is checked, add a blue background */
    .custAutoSpli-primaySec input:checked ~ .checkmark {
        background-color: #88AB88;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .custAutoSpli-primaySec .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .custAutoSpli-primaySec input:checked ~ .checkmark:after {
        display: block;
    }
    /*Bakend AudioSpilt Css END*/

    @media (min-width: 1500px){
        .cusmodal-xl {max-width: 1450px !important;}
    }

    @media only screen and (max-width:1920px){
      .lp_welcomePG_report_result_insight_detailsTable.custTableH{height:630px; margin-bottom:60px;}
    }

    @media only screen and (max-width:1600px){
    /* Login */
      .main-login-container-fl {width: 55%;}
      .main-login-container-fr {width: 45%;}
      .main-login-container-fr .cust-cv-img {border-radius: 0px 200px;}
      .main-login-container-fr .cust-cv-img .imgAlign {height:580px;}
      .main-login-container-fr .cust-cv-img .imgLoginLogo,
      .main-login-container-fr .cust-cv-img .imgLoginShapes {width: 300px;}
      .main-login-form {padding: 70px 0px 0px 0px;}
      .list_tableHolder .table th,
      .cust_managerData_assets .table th,
      .lp_welcomePG_project_listNthumbView .table th{width: 210px; min-width: 210px;}

    }

    @media only screen and (max-width:1450px){
      .cust-autoPlay-toggle label{font-size: 12px;}
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary{ width: 120px;}
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary{ width: 120px;}
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary{ width: 130px;}
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{ width:130px;}
      .report_assets_manager_filter .reportAssetAddfilter_list{ width:140px;}
      .cusmodal-xl{max-width: 1300px;}
    }

    @media only screen and (max-width:1440px){
    /* .report_result_wavecontainer .report_result_waveform_palyPauseBtn{width:8%;}
    .report_result_wavecontainer .report_result_waveform_player{width:92%;} */
    .report_result_wavecontainer .report_result_waveform_palyPauseBtn .report_result_waveform_palyPause_inner{padding-right: 5px;}
    .report_result_wavecontainer .report_result_waveform_player .report_result_waveform_player_inner{padding:0px;}
    .report_result_wavecontainer .report_result_waveform_player .cust_startTime {left:0px;}
    #waveFormHolderContainer .report_result_waveform_palyPauseBtn span.audio-pause-button,
    #waveFormHolderContainer .report_result_waveform_palyPauseBtn span.audio-player-button{width:30px; height:30px; background-size:30px; top: -2px;}
    #waveFormHolderContainer .report_result_waveform_palyPauseBtn .report_result_waveform_palyPause_inner #prevBtnHolder img,
    #waveFormHolderContainer .report_result_waveform_palyPauseBtn .report_result_waveform_palyPause_inner #nxtBtnHolder img {width: 23px;}
  }

    @media only screen and (max-width:1366px){
     .report_result_comapre_table .tableFixHead .table thead th:last-child,
     .report_result_comapre_table .tableFixHead .table tbody td:last-child{width:105px !important;}
     .cusmodal-xl {max-width: 1200px !important;}
     .customBarCLP{width:40%;}
     .customBarCRP{width:60%;}
    }

    @media only screen and (max-width:1360px){
      /* .report_result_wavecontainer .report_result_waveform_palyPauseBtn{width:12%;}
      .report_result_wavecontainer .report_result_waveform_player{width:85%;}
      .report_result_wavecontainer .report_result_waveform_palyPauseBtn{width:9%;}
      .report_result_wavecontainer .report_result_waveform_player{width:91%;}*/
      .cust-autoPlay-toggle {width:13%;}
    }

    @media only screen and (max-width:1300px){
      .radarChart1_div{margin-left: -145px; width: 890px;}
      .lblDo, .lblDont{left: -40px;}
      /* .report_result_wavecontainer .report_result_waveform_palyPauseBtn{width:9%;} */
      #waveFormHolderContainer .report_result_waveform_palyPauseBtn span.audio-pause-button,
    #waveFormHolderContainer .report_result_waveform_palyPauseBtn span.audio-player-button{width:29px; height:29px; background-size:29px; top:-1px;}
    }

    @media only screen and (max-width:1280px){
      .lp-WelcomeNewpeport-lp-inner{padding-right:100px;}
      .report_result_accordian_toggleContainer,
      .report_result_accordian_graphContainer,
      .report_result_accordian_moodTagContainer,
      .report_result_accordian_graphContainer_insigthDetails,
      .report_result_accordian_moodTagContainer_insigthDetails{float: none; width: 100%;}
      .report_result_accordian_graphContainer .report_result_accordian_graphContainer_inner .report_result_mainMoodgraph{text-align: center; padding: 0px;}
      .report_result_accordian_moodTagContainer .report_result_accordian_moodTagContainer_inner{padding:0px;}
      /* .report_result_accordian_toggleContainer .report_result_accordian_toggleContainer_inner .toggleWrapper{display: inline-block; margin-right: 80px; margin-bottom: 0px;}
      .report_result_accordian_toggleContainer .report_result_accordian_toggleContainer_inner .toggleWrapper span.cust-toggleBtnName{top:-5px} */

      /*Datatable Scroll*/
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll{overflow-x: auto !important; padding: 0 2px; margin-bottom: 50px;}
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead{width: 1280px !important;}
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner{width:100% !important;}
      .lp_welcomePG_newReportTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
      .lp_welcomePG_project_viewDetailstable .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody{width: 1280px !important; overflow-y:scroll !important; margin-bottom: 15px;}
      /*Datatable Scroll END*/

      .report_addFrom_library_filtercontainer .report_fromLibrary_title{display: block; margin-bottom: 10px; float: none;}
      .report_addFrom_library_filtercontainer .report_fromLibrary_title span.filterTtitle{top: 0; }
      .report_cliearFilter{position: relative; float: left; top: 10px; left:10px}
      .btn.btn-addfilter{padding: 10px 15px 10px 10px !important;}

      .report_result_insightDetails_container, .report_result_mainRadarchart_container {padding: 0;}
      .moodInformation_title h5{padding-top:0px;}
      .report_result_accordian_graphContainer_insigthDetails .report_result_accordian_graphContainer_insigthDetails_inner h5.moodTagtitle{text-align:center !important; margin-top:20px; margin-bottom: 0px;}
      .lp_welcomePG_project_listNthumbView ul li {width: 214px;}
      .lp_welcomePG_project_listNthumbView #clientListView th,
      .lp_welcomePG_project_listNthumbView #list_view th,

      .radarChart1_div{margin-left: -75px; width:880px;}
      .cusmodal-xl {max-width: 1100px !important;}
      /*Footer Css*/
      .lp_body_col_mfooter {float: right; width: 75%;}

      .report_result_wavecontainer .report_result_waveform_palyPauseBtn{width:10%;}
      .report_result_wavecontainer .report_result_waveform_player{width:90%;}
    }

    @media only screen and (max-width:1200px){
      .report_result_wavecontainer .report_result_waveform_palyPauseBtn{width:12%;}
      .report_result_wavecontainer .report_result_waveform_player{width:88%;}
      .cust-autoPlay-toggle {width:15%;}
      .radarChart1_div {margin-left:0px; width:750px;}
      .lblDo{left: 5px; top:225px;}
      .lblDont{left: 5px; bottom:225px;}
    }

    /* @media only screen and (max-width:1196px){
      .main-login-container-fl{width:40%; }
      .main-login-container-fr{width:60%;}
      }
    */

    @media only screen and (max-width: 1150px) {
    .main-login-form-inner-body .login-form-title h1{font-size: 30px !important; line-height:40px !important;}
    .main-login-form-inner-body .login-form-title h2{font-size: 35px !important; line-height:45px !important;}
    }

    @media only screen and (max-width:1166px){
      .report_cliearFilter{position:relative; float:left; top:5px; width: 100%; left: 0px;}
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary {width: 100px;}
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary {width: 120px;}
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary {width: 130px;}
       /*Footer Css*/
       .lp_body_col_mfooter {width: 73%;}
    }

    @media only screen and (max-width:1100px){
      .radarChart1WH, .radarChart2WH {width: 650px; height:650px;}
      .radarChart1_div, .radarChart2_div{top: 325px; width: 680px; left: -10px;}
      .lp_welcomePG_report_result_insight_detailsTable.custTableH{height:400px;}
      .main-login-container-fr .cust-cv-img .imgLoginShapes{width: 250px;}
      .main-login-container-fr .cust-cv-img{border-radius: 0px 150px;}
    }

    /* @media only screen and (max-width:1047px){
      .main-login-container-fl{width:45%; }
      .main-login-container-fr{width:55%;}
    }
 */

    @media only screen and (max-width: 1100px){
      .main-login-container-fr .cust-cv-img .imgAlign {height:515px;}
      .main-login-container-fr .cust-cv-img .imgLoginLogo{width: 250px;}
      .cusmodal-xl {max-width: 980px !important;}
    }

    @media (max-width:1024px){
      .lp_welcomePG_report_result_fl,
      .lp_welcomePG_report_result_fr {float:none;}
      .lp_welcomePG_report_result_fr{text-align: right;}
      .report_result_expand_col {padding-top:20px;}
      /*From Library*/
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary{ width: 110px;}
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary{ width: 100px;}
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary{ width: 110px;}
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{ width: 120px;}
      /*End From Library*/

      /*From Library*/
      .btn.btn-addfilter{padding: 10px 10px 10px 7px !important;}
      /*End From Library*/

      /*Do,s Dont's css*/
      .custRadarChart_dosNdont{width: 660px;}
      .lblDo, .lblDont{left:0px; font-size: 22px;}
      .lblDo{top:205px;}
      .lblDont{bottom:205px;}
      /*Do,s Dont's css END*/

      .custsc_brand_list_item {width: 100% !important;}
      .custsc_brand_list_content{width: 100%; margin: 0;}

      .login-form-container .cust-button-primary-login{display: block;}
      .login-form-container .cust-fpass_link{float: none; display: block;}
      /*Footer Css*/
      .lp_body_col_mfooter {width: 70%;}
      /*Footer Css END*/
    }

    @media (min-width: 992px){
      .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {flex:1 0 auto; padding-left: 10px;}
      .report_assetsManager_addFilterssec {margin-left:0px;}
    }

    @media (max-width: 992px){
      .lp_body_col_l {width:12%;}
      .lp_body_col_mfooter{width:87%;}
    }

    @media only screen and (max-width:991px){
      .pushMenuDesk{display: block !important;}
      /* .pushMenuMob{display: block !important;} */
      .client-sidebar-logo-sec{padding: 50px 10px 50px 10px;}
      .customClient_navbar{margin-top: 10px;}
      .nav-item-logout-btn{position:relative; bottom:0px;}
      .lp-WelcomeNewpeport{flex-direction:column; min-height:auto; margin-top:25px;}
      .lp-WelcomeNewpeport-lp-inner {padding-right:0px;}
      /* .lp-WelcomeNewpeport-lp-inner {padding-right: 60px;} */
      .lp-WelcomeNewpeport-para {margin-top:20px;}
      .lp-WelcomeNewpeport-rp{ margin-top: 20px; padding:50px 10px; width:100%;}
      /* .main-login-container-fl{width:100%; float: none; }
      .main-login-container-fl-bg{height:auto; padding-bottom: 40px; border-radius: 0 0px 0 0;} */
      .main-login-container-fl, .main-login-container-fr {float:none; width:100%;}
      .main-login-container-fr .cust-cv-img .imgAlign {height: 336px; text-align:center;}
      .main-login-container-fl-bg {width: 100%; /* padding:50px 40px 40px 40px; */}
      .main-login-container-fr .cust-cv-img {padding-left:0px;}
      .main-login-container-fr .login-box {width:100%;}

      .main-login-form{padding: 0px; width: 100%;}

      /* .main-login-container-fr{width:100%; float: none; height:auto}
      .main-login-container-fr-bg{display:flex; height:auto; padding:20px;} */
      .main-login-form-inner-body .login-form-title p{margin:0px 0px 40px;}
      .main-login-box-logoSec{padding: 20px 0px 0px 20px;}
      .main-login-form-inner {padding: 20px 20px 40px 20px;}
      .border-dotted-white-footer{padding: 0;}
      .lp_login_footer{width: 90%;}


      .lp_body_col_m .lp_body_col_inner,
      .lp_body_col_mfooter .lp_body_col_inner {padding: 0px 25px;}
      .lp_body_col_m .lp_body_col_inner{margin-top: 25px;}
      /* .navbar-nav {top: 0px; } */
      .modal-frontend .modal-dialog-cust-dropbox{max-width:600px;}
      /* .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{margin-right: 0px !important;} */
      .report_assetsManager_addFilterssec {margin-left:0px;}
      .modal-frontend .modal_dialog_report_result_allMoodmean{max-width:600px;}
      .report_cliearFilter{top:10px; width:110px; left:10px; font-size: 14px;}
      .divAutocompleteScroll_inner{width:100%;}
      .divAutocompleteScroll_inner .assets_autoCompeteSearch,
      .divAutocompleteScroll_inner .projects_autoCompeteSearch,
      .divAutocompleteScroll_inner .reports_autoCompeteSearch{float:none; width:100%;  border-right: 0px; border-bottom: 1px solid rgba(0, 0, 0, 0.17); /* padding-left:10px; */}
      .divAutocompleteScroll_inner .reports_autoCompeteSearch{border-bottom: 0 !important; border-right: 0px;}
      .divAutocompleteScroll_inner .assets_autoCompeteSearch ul.autoCompeteSearch_list li:last-child,
      .divAutocompleteScroll_inner .projects_autoCompeteSearch ul.autoCompeteSearch_list li:last-child,
      .divAutocompleteScroll_inner .reports_autoCompeteSearch ul.autoCompeteSearch_list li:last-child{margin-bottom:10px;}
      body:not(.sidebar-mini-md) .content-wrapper,
      body:not(.sidebar-mini-md) .main-footer,
      body:not(.sidebar-mini-md) .main-header{margin-left: 0px !important;}

      .report_result_wavecontainer {padding: 25px 20px;}

      .custpLR{padding:0px;}
      .custMtop{margin-top: 0px;}
       .cusmodal-xl {max-width:800px !important;}
      /*Footer*/
      .welBroIndMeth_padding {/* padding-bottom:0px; */padding-top: 30px; padding-bottom: 20px;}
      .lp_body_col_l {float: left; width: 18%; display: none;}
      .lp_body_col_mfooter{width: 100%; float: none;}
      .lp_body_col_mfooter .lp_body_col_inner{padding:0px 0px 0px 0px;}
      .lp_login_footer {margin: 0px auto 0px auto;}
      .lp_bottomtotop{right: 20px;}
      .lp_footer_contentLink_hol {padding: 20px 0px;}
      .border-dotted-white-footer{padding: 0 25px;}
      /*Footer*/
      .lp_welcomePG_project_listNthumbView #clientListView th,
      .lp_welcomePG_project_listNthumbView #list_view th,
      .list_tableHolder .table th{width: 180px; min-width: 180px;}
    }

    @media only screen and (max-width:816px){
      .report_cliearFilter_mob{top:10px !important; left:0px !important;}
    }

    @media only screen and (max-width:799px){
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{margin-bottom: 10px;}
      .report_cliearFilter_mob{top:0px !important; left:0px !important;}
    }

    @media only screen and (max-width:767px){
      .lp-WelcomeNewpeport{flex-direction:column; min-height:auto; margin-top:25px; margin-bottom:10px;}
      .lp-WelcomeNewpeport-lp-inner {padding-right:0px;}
      .lp-WelcomeNewpeport-para {margin-top:20px;}
      .lp-WelcomeNewpeport-rp{ margin-top: 20px; padding:50px 10px; width:100%;}
      .lp_welcomeResentMost_title_mtb40 {margin: 35px 0 10px 0;}
      .modal-frontend .modal-header .modal-title {font-size: 18px !important;}
      .modal-frontend .modal-dialog-newReport {max-width:85% !important; margin: 0 auto;}
      .lp_welcomePG_uploadFilePG_bottom_fl, .lp_welcomePG_uploadFilePG_bottom_fr{float: none;}
      .lp_welcomePG_uploadFilePG_bottom h4{padding-top:0px;}
      .lp_welcomePG_uploadFilePG_bottom_fl{padding-top:0px; margin-bottom: 25px;}
      .uploadFilePG_emptyQueueTxt{margin-top:25px;}
      .lp-WelcomeNewpeport-title {font-size:24px; line-height:35px;}
      .lp_welcomeResentMost_title{font-size: 20px; line-height: 30px;}
      span.footer_link_delac {margin-left: 0;}
      .report_cliearFilter_mob{top:0px !important;}
      .lp_welcomePG_project_listNthumbView ul li{width: 160px; margin-right: 18px; margin-bottom: 20px;}
      .webCVBgColor .welCome_search_autocomplete .search-input, .webCVBgColor .search-input .modal_report_result_comapre_search .search-input{padding-right:50px;}
      .report_result_compare_searchFilter_container .report_result_compare_searchFilter_p30{padding:15px;}
      .report_result_compare_searchFilter_container{right:0px;}
      .report_result_compare_searchFilter_container .report_result_compare_searchFilter_inner{width:100% !important;}
      /*From Library*/
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary{margin-bottom: 10px;}
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{margin-right: 0px;}
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary,
      .report_assetsManager_addFilterssec{width:48%;}
      .report_assetsManager_addFilterssec{margin-top: 10px;}
      .btn.btn-addfilter{max-width: 500px; width:100%;}
      .report_assetsManager_filterContainer {max-width: 100%; width: 100%; min-width: 100%;}
      .report_cliearFilter { width: 48%; top: 20px; font-size: 16px;}
      .report_assetsManager_inputDIV{display: block; padding-right: 0px;}
      .filters_input_details{margin-bottom: 5px;}
      /*End From Library*/

      /*Do,s Dont's css*/
      .custRadarChart_dosNdont {width: 550px;}
      .radarChart1WH, .radarChart2WH {width: 550px; height:550px;}
      .radarChart1_div, .radarChart2_div {top: 275px; width: 550px; left: 0;}
      .lblDo, .lblDont{left:0px;}
      /*Do,s Dont's css END*/
    }

    @media only screen and (max-width:680px){
      /* .radarChart1_div{margin-left: -34px; width: 570px; top:250px} */
    }

    @media only screen and (max-width:639px){
      .modal-create-newReport-container, .modal-create-newClient-container,
      .modal-create-newFolder-container{width:100%; margin: 0;}
      .newReport-form-group .newReport-form-group-fselect,
      .newReport-form-group .newReport-form-group-label-lg,
      .newReport-form-group .newReport-form-group-label,
      .newReport-form-group .newReport-form-group-input,
      .newReport-form-group .newReport-form-group-fselect,
      .newReport-form-group .newReport-form-group-fselect-lg,
      .newReport-form-group .newReport-form-group-input-lg{width:100%; float:none;}
      .modal-frontend .modal-dialog-cust-dropbox{max-width:450px;}
        /*From Library*/
      .modal-frontend .modal_dialog_add_from_sonic_library{max-width:90%; margin: 0 auto; }
      /*End From Library*/
      .report_result_sortingList_share_inner{left:0px;}
      .modal_report_result_share {width: 100%; margin: 0;}
      .report_result_share_content{display: block;}
      .modal_report_result_share_inner .report_result_shareLabel {float: none; width: 100%; margin-bottom: 20px; }
      .modal_report_result_share_inner .report_result_shareLabelInput,
      .modal_report_result_share_inner .report_result_shareSelect {float: left; width: 100%;}

      /*Project Page css*/
      .lp_welcomePG_project_viewDetails_lp,
      .lp_welcomePG_project_viewDetails_rp{float: none;}
      .lp_welcomePG_project_viewDetails_rp{text-align: right; padding: 15px 0px;}
      /*Project Page css END*/

      /*Tab Responsive*/
      .lp_welcomePG_project_listNthumbView .tabs .tabs-list li {width: 100%;}
      .cust_dondontm {margin: 0px !important;}

      .custRadarChart_dosNdont {width: 460px;  }
      .radarChart1WH, .radarChart2WH {width: 450px; height:450px;}
      .radarChart1_div, .radarChart2_div {top: 225px; width: 450px; left: 0;  }
      .lblDo{left:0px; top: 165px;}
      .lblDont{left:0px; bottom: 165px;}
    }

    @media only screen and (max-width:539px){
      .custRadarChart_dosNdont {width: 350px;  }
      .radarChart1WH, .radarChart2WH {width: 430px; height:430px;}
      .radarChart1_div, .radarChart2_div {top: 215px; width: 400px; left: 0;  }
      .lblDo{left:0px; top: 165px;}
      .lblDont{left:0px; bottom: 165px;}
    }

    @media only screen and (max-width:480px){
      .modal-frontend .modal-dialog-cust-dropbox{max-width:350px;}
      .lp_welcomePG_project_listNthumbView ul.projectList li{margin: 0 0 20px 0; float:none; width:100%; }

      /*End From Library*/
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary{width:47%;}
      /*End From Library*/
      .modal-frontend .modal_dialog_report_result_comapre_search{
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto;
      }
      .cust_dondontmobView{overflow: auto; overflow-y: hidden;}
      .custRadarChart_dosNdont {width: 500px;  }
      .radarChart1WH, .radarChart2WH {width:480px; height:480px;}
      .radarChart1_div, .radarChart2_div {top:240px; width: 490px; left: 0;  }
      .lblDo{left:0px; top: 165px;}
      .lblDont{left:0px; bottom: 165px;}

      /*Footer Css*/
      .border-dotted-white-footer{text-align: left;}
      .lp_bottomtotop {top:-10px;}
      .lp_footer_bg h1.footer_title img{width:45px;}
      /*Footer Css END*/
    }

    @media only screen and (max-width:460px){
      .report_addFrom_library_filtercontainer .reportAssetType_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetClient_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetLocation_list_fromLibrary,
      .report_addFrom_library_filtercontainer .reportAssetCreatedDate_fromLibrary,
      .report_assetsManager_addFilterssec{width:100%; margin-right: 0; margin-top: 0px; margin-bottom: 10px;}
      /* .report_assetsManager_addFilterssec{margin-top: 0px;} */
      .report_cliearFilter { width: 100%; top: 10px; margin-bottom: 20px; left: 0px;}
      .lp-WelcomeProject-lp, .lp-WelcomeProject-rp{float: none;}
      .lp_welcomePG_project_listNthumbView ul li{width: 142px; margin-right: 20px; margin-bottom: 20px;}
      .lp_welcomePG_project_listNthumbView .projectThumbView_dtls_sec img.projectFolder_image{max-width: 80px;}

    }

    @media only screen and (max-width:375px){
      .lp_bottomtotop {right: 10px;}
    }

    @media only screen and (max-width:345px){
      .modal-frontend .modal-body .btn{padding: 10px 18px !important;}
      /* .main-login-box-logoSec {padding: 20px 0px 20px 10px;}
      .main-login-form-inner {padding: 30px 15px 0 10px;}
      .main-login-box-logoSec .login-logo-title img {max-width:40px; margin-right: 5px;} */
      .modal-frontend .modal-dialog-cust-dropbox{max-width:310px;}
    }

    @media only screen and (max-width:320px){
    .lp_welcomePG_project_listNthumbView ul li {width: 100%; margin-right:0px;}
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { /* For Chrome */
      #modal_brandCVGenreGraph .graphButtonBox label span{top: -4px !important;}
      /*.report_result_wavecontainer .report_result_waveform_palyPauseBtn{width:8%;}
      .report_result_wavecontainer .report_result_waveform_player{width:92%;} */
    }

    /*For Menu width resize Css*/
    @media (min-width: 991px){
      /* body:not(.sidebar-mini-md).webCVBgColor .content-wrapper,
      body:not(.sidebar-mini-md).webCVBgColor .main-footer,
      body:not(.sidebar-mini-md).webCVBgColor .main-header, */
      body:not(.sidebar-mini-md) .content-wrapper,
      body:not(.sidebar-mini-md) .main-footer,
      body:not(.sidebar-mini-md) .main-header {
        margin-left:0px !important;}
    }

    @media (min-width: 992px){
    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4.6rem  !important; }
    /*.sidebar-mini.sidebar-collapse .main-sidebar .nav-sidebar .nav-link p {display:none !important;} */

    .sidebar-mini.webCVBgColor.sidebar-collapse .nav-link {padding: .5rem 0rem .5rem 1.1rem !important; width: 58px !important;}

    .sidebar-mini.sidebar-collapse .brand-text{display: none !important;}
    .sidebar-mini.sidebar-collapse .brand-link .brand-image{float: none !important;}
    .sidebar-mini .nav-sidebar .nav-link{white-space: nowrap;}
    .sidebar-mini .nav-sidebar .nav-link .custiconIMG{top:1px;}

    .sidebar-mini.sidebar-collapse.webCVBgColor .content-wrapper,
    .sidebar-mini.sidebar-collapse.webCVBgColor .main-footer,
    .sidebar-mini.sidebar-collapse.webCVBgColor .main-header{
      margin-left: 4.6rem !important;
    }

    body:not(.sidebar-mini-md).webCVBgColor .content-wrapper,
    body:not(.sidebar-mini-md).webCVBgColor .main-footer,
    body:not(.sidebar-mini-md).webCVBgColor .main-header{
      transition: margin-left .3s ease-in-out;
      margin-left:200px !important;
    }

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
      transition: margin-left .3s ease-in-out;
      margin-left:250px !important;
    }

    }

    @media only screen and (max-width: 360px) {
    .login-logo-cust {max-width:40px; height: auto;}
    }
    /*For Menu width resize Css END*/
