  /* Print styles here */

  @media print {
    section.section, nav#sidebar, .second_div, footer.footer, #feedbackBox, #navbar-content, #buttonTop, button.collapsed.navbar-toggler, .copy-to-clipboard-button {
      display: none;
    }
    .first_div, div#content {
        width: 100%;
        color: var(--bs-blue);
    }
    code[class*=language-], pre[class*=language-]{
      white-space: normal;
      word-wrap: break-word;
    }
    ol li, ul li, p, h1, h2, h3, h4, h5, h6, ol li li, ul li li{
      color: var(--bs-blue) !important;
    }
    .TableStyle-TemenosTables td, table, .TableStyle_TemenosTables td {
      word-break: initial ;
    }
    .table-responsive, .code-toolbar > pre{
      max-height: 100%;
    }
    @page { 
        size: auto;
        margin: 20mm 0mm 35mm 0mm;
        }
        body {
            margin:0;
            padding:0;
        }
     table { page-break-inside:auto }
    tr { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group; }
    tfoot { display:table-footer-group; }
    
    table{
      display: block;     
    }
    .table-responsive{
      overflow: unset !important;
        max-height: 100% !important;
    }

  }
  
  /*3rd page css*/
  
  .first_div {
    order: 1;
  }
  
  .second_div {
    order: 2;
  }
  
  .first_div img {
    max-width: 100%;
    margin: 0.5rem 0rem 1.5rem;
  }
  
  .row.outer-row.sidenav-layout {
    width: 100%;
    display: flex;
    height: 100% !important;
  }
  
  .first_div .table-responsive{
   margin: 0.5rem 0rem 1.0rem;
  }
  
  .sidenav-wrapper {
    flex: 1;
  }

  .btncontrols {
    margin-bottom: 0.5rem;
  }
  
  .first_div p {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  
  .first_div li{
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
  
  .first_div li a{
    font-size: 0.85rem;
    font-weight: 400;
  }
  
  .first_div h1 {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
  }
  
  .first_div h2 {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  
  .first_div p img{
    margin-bottom: 0.5rem;
  }
  
  .first_div img{
    margin-bottom: 1rem;
  }
  
  .wrapper {
    display: flex;
  }
  
  div#content {
    padding: 0px 1.5rem;
  }
  
  .nav-search-wrapper {
    display: none;
  }
  
  /*TOC level 4 5*/
  
  ul.sidenav ul ul ul ul ul > li > a {
    border-left: solid 2px var(--bs-white);
    color: var(--bs-white);
    margin-left: 5em;
    background-color: var(--bs-dark);
  }
  
  ul.sidenav ul ul ul ul ul ul > li > a {
    border-left: solid 2px var(--bs-green);
    color: var(--bs-dark);
    margin-left: 5rem;
    background-color: var(--bs-lightblue);
  }
 
  .sidenav-wrapper{
    width: 100%;
  }
  .sidenav-container{
    padding: 0.5rem !important;
  }
  
  .first_div pre{
    white-space: break-spaces;
  }
  
  .first_div ol, .first_div ul{
    margin-bottom: 0.5rem;
  }
  
  /*Breadcrumb start*/
  
  .MCBreadcrumbsPrefix{
    display:none;
  }
  
  div.MCBreadcrumbsBox_0{
    border: none;
  }
  .breadcrumb-item + .breadcrumb-item{
    white-space:nowrap;
  }
  
  .breadcrumb-item a, .breadcrumb-item span{
    font-size: 0.7rem;
  }
  
  .form-control#qsearch{
    padding: 0.25rem 0.75rem;
  } 
  
/*  span.MCBreadcrumbsSelf:last-child:before {
    content: '-';
    padding: 0px 5px;
  }
  
   span.MCBreadcrumbsDivider {
    display: none;
  } */
  
  /*Breadcrumb end*/
  
  .second_div a.btn{
    font-size: 0.75rem;
    padding: 0.5rem;
  }
  
  
  /*Notes*/
  
  
  /*Sidebox fixed*/
  
  @media screen and (min-width:1025px) {
  .fixed-box{
    position: fixed;
    top: 1%;
    overflow-y: scroll;
    max-height: 260px;
    width: 18%;
    background: var(--bs-white);
  }
  }
  
  .fixedsides.fixed-box .mc-component {
     /*  padding-right: 10% !important; */
  }
  
  /*Accodion*/
  
  .accordion {
    font-size: 1rem;
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
  }
  
  .accordion-header, .accordion-body {
    background: var(--bs-white);
  }
  
  .accordion-header {
    padding: 0.75rem;
    background: var(--bs-lightblue);
    cursor: pointer;
    font-size: .75rem;
    letter-spacing: .02em;
    transition: all .3s;
    
    color: var(--bs-blue);
    font-weight: 600;
  }
  
  .accordion__item {
    margin: 0 0 0.75rem 0;
  }
  
  .accordion__item .accordion__item {
  border-bottom: 1px solid rgb(201, 217, 242, 0.6) ;
  }
  
  .accordion-header:hover {
    background: var(--bs-blue);
    position: relative;
    z-index: 5;
    color: var(--bs-white);
  }
  
  .accordion-body {
    background: transparent;
    color: var(--bs-blue);
    display: none;
    border: 1px solid rgb(201, 217, 242, 0.6) ;
  }
  
  .accordion-body__contents {
    font-size: .85rem;
  }
  
   .accordion__item.active:last-child .accordion-header {
    border-radius: none;
    }
  
  .accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent;
  }
  
  .accordion__item > .accordion-header:after {
    content: "\f078";
    font-family: IonIcons;
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    transform: rotate(0deg);
    font-family: 'FontAwesome';
  }
  
  .accordion__item >.accordion-header:hover::after {
    color: var(--bs-white);
  }
  
  .accordion__item.active >.accordion-header:hover::after {
    color: var(--bs-white);
  }
  
  .accordion__item.active > .accordion-header:after {
    transform: rotate(-180deg);
  }
  
  .accordion__item.active .accordion-header {
    background: var(--bs-orange);
    color: var(--bs-white);
  }
  
  .accordion__item .accordion__item .accordion-header {
    background:rgb(201, 217, 242, 0.2);
    color: var(--bs-blue);
  }
  
  
  /*End*/
  

  /*FAQ*/


  .faq .accordion-item
    {
        background-color: transparent;
        margin: 1rem 0;
        border-radius: 0.5rem;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
        border: none;
    }

    .faq .accordion-item-header
    {
        line-height: 16px;
        position: relative;
        padding: 0.75rem 2rem 0.75rem 1.0rem;
        background: var(--bs-lightblue);
        cursor: pointer;
        font-size: .8rem;
        transition: all .3s;
        color: var(--bs-blue);
        font-weight: 600;
    }

    .faq .accordion-item-header::after
    {
        content: "\002B";
        font-size: 1.3rem;
        position: absolute;
        right: 1rem;
        bottom: 0.8rem;
    }

    .faq .accordion-item-header.active::after
    {
        content: "\2212";
    }

    .faq .accordion-item-body
    {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .faq .accordion-item-body-content
    {
        padding: 1rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, transparent, #293276, transparent) 1;
    }

    .faq .accordion-item-header:hover 
    {
        background: var(--bs-blue);
        color: var(--bs-lightblue);
    }

    .faq .accordion-item-header.active 
    {
      background: var(--bs-blue);
      color: var(--bs-lightblue);
    }

  /*End*/
  
  /*Loading*/
  .loader{
    width: 6.250em;
    height: 6.250em;
    margin: 20% auto 0;
    position: relative;
    animation: rotate 2.4s linear infinite;
  }
  .loader .dot{
    width: 2.4em;
    height: 2.4em;
    margin: auto;
    border-radius: 100%;
    position: absolute;
  }
  .loader .dot:nth-child(1){
    background: #F08261;
    top: 0;
    bottom: 0;
    left: 0;
    animation: dotsY 2.4s linear infinite;
  }
  .loader .dot:nth-child(2){
    background: #C7C703;
    left: 0;
    right: 0;
    top: 0;
    animation: dotsX 2.4s linear infinite;
  }
  .loader .dot:nth-child(3){
    background: #C9D9F2;
    top: 0;
    bottom: 0;
    right: 0;
    animation: dotsY 2.4s linear infinite;
  }
  .loader .dot:nth-child(4){
    background: #293276;
    left: 0;
    right: 0;
    bottom: 0;
    animation: dotsX 2.4s linear infinite;
  }
  @keyframes rotate{
    0% { transform: rotate( 0 ); }
    10% {
        width: 6.250em;
        height: 6.250em;
    }
    66% {
        width: 2.4em;
        height: 2.4em;
    }
    100%{
        transform: rotate(360deg);
        width: 6.250em;
        height: 6.250em;
    }
  }
  @keyframes dotsY{
    66% {
        opacity: .1;
        width: 2.4em;
    }
    77%{
        opacity: 1;
        width: 0;
    }
  }
  @keyframes dotsX{
    66% {
        opacity: .1;
        height: 2.4em;
    }
    77%{
        opacity: 1;
        height: 0;
    }
  }
  
  
  #loadingDiv {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 9999;
  }
  
  
  /* new style */
  
  .topicheadname {
    padding: 10px 0px 0px 14px;
    color: var(--bs-blue);
    font-weight: bold;
  }
  
  /* .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage {
    background-position: left;
    padding-left: 1px;
    padding-right: 0;
    background-image: url("../assets/img/icons/icon/DropDownOpen.png") !important;
  }
  
  
  .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage {
    background-position: left;
    padding-left: 0px;
    padding-right: 0;
    background-image: url("../assets/img/icons/icon/DropDownClosed.png") !important;
  }
  
  .MCDropDown img{
    margin: 8px 0px !important;
  }
   */
  
  .MCDropDown_Open a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_.MCHotSpotImage:before {
    content: '\f13a ';
   position: relative;
   font-weight: 800;
   padding-right: 9px;
   font-family: 'FontAwesome';
   font-size: 1rem;
   color: var(--bs-green);
   
  }
  
  .MCDropDown_Closed a.MCDropDownHotSpot.dropDownHotspot.MCDropDownHotSpot_.MCHotSpotImage:before {
    content: '\f138 ';
   position: relative;
   font-weight: 800;
   padding-right: 10px;
   font-family: 'FontAwesome';
   font-size: 1rem;
   color: var(--bs-blue);
  }
  
  .MCDropDown_Image_Icon{
   display: none
  }
  
  .MCDropDown.dropDown {
   margin-bottom: 0.5rem;
  }
  
  .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage, .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage{
    background-image: none !important;
  }
  
  .first_div > ul li{
  list-style-type: disc;
  }
  
  .first_div > ul ul li{
    list-style-type: none;
    padding-right: 5px;
  }
  
  .first_div > ul ul li:before{
    content: '-';
    padding-right:7px ;
  }

  .first_div > ol ul li{
    list-style-type: disc;
  }
  
  .first_div > ol ul ul li{
    list-style-type:none ;
    padding-right: 5px;
  }
  
  .first_div > ol ul ul li:before{
    content: '-';
    padding-right: 7px;
  }
  
  section.main-section {
    margin-bottom: 0px;
  }
  
  
  .darkbtn{
    background-color: var(--bs-blue);
    border: none;
    color: var(--bs-white);
    padding: 4px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  
  
  /* Copy code */
  
  .callout {position: relative; margin-top: 12px; cursor: pointer;}
  
  .copybtn {position: absolute; top: -28px; right: 5px; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      font-size: 85%; padding: 0px 5px; background: rgba(224,224,224,.2); box-shadow: 0 2px 0 0 rgb(0 0 0 / 20%); border-radius: 0.5em; border: 1px solid #ccc; color: #010101;}
  
 
  
  .callout {
      padding: 0px;
  }
  
  .apitab {
    margin: 2rem 0;
  }
  
  @media (max-width: 640px){
      code[class*=language-], pre[class*=language-]{
          white-space: pre-line;
      }
  }
  
  
  button.myButtonBox.one {
    color: var(--bs-blue);
    background-color: var(--bs-lightblue);
    font-family: "Work Sans", "Trebuchet MS", Arial, sans-serif;
    padding: 8px 16px;
    font-weight: 600;
    text-align: center;
    outline: none;
    font-size: small;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
  }
  
  button.myButtonBox.one:hover {
    background-color: var(--bs-orange) !important;
    color: var(--bs-white);
  }
  
  div.first_div a{
    color: var(--bs-orange);
    text-decoration: none !important;
    font-size: 0.85rem;
  }
  
  
  
.disclaimer{
	width:auto;
	background-color: white;
	border-radius: 10px;
	border: 2px solid var(--bs-orange);
	padding: 0px;
	margin: 10px 0px;
	display: inline-block;
}

.disclaimer > a {
	padding: 5px 10px;
	display: inline-block;
}


.disclaimer img {
    max-width: 34px;
    margin: 0;
	display: none
}


.disctext{
	font-size: 1rem;
	padding: 0px 8px;
	color: var(--bs-blue);
	display: inline-block;
	font-weight: 600;
}

.disclaimer > a:hover .disctext {
    color: var(--bs-orange);
}

.disclaimer > a:before {
    content: "\f0f6";
    font-family: FontAwesome;
	color: var(--bs-orange);
	font-size: 1.20rem;
}


.return{
	width: auto;
	background-color: white;
	border-radius: 10px;
	border: 2px solid var(--bs-orange);
	padding: 0px;
	margin: 10px 0px;
	display: inline-block;
	float: right;
	box-shadow: none;
}

.return > a {
    padding: 5px 10px;
    display: inline-block;
}


.return img {
	max-width: 15%;
	max-height: 10%;
	display: none;
}

.returntext{
	font-size: 1rem;
	padding: 0px 8px;
	color: var(--bs-blue);
	display: inline-block;
	font-weight: 600;
}

.return > a:hover .returntext {
    color: var(--bs-orange);
}

.return > a:before {
    content: "\f0e2";
    font-family: FontAwesome;
	color: var(--bs-orange);
	font-size: 1.0rem;
}
  
  .impHead {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    color: var(--bs-blue) !important;
    cursor: pointer;
    padding: 0 1.5rem 0 4rem;
    text-align: center;
    display: inline-block;
    margin: 0px 0px;
    font-weight: 600;
    outline: none;
    position: relative;
    font-size: 18px;
    line-height: 50px;
    background-color: var(--bs-lightblue) !important;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .impHead:hover, .impHead.hover {
    color: var(--bs-white) !important;
    background-color: var(--bs-orange) !important;
  }
  
  .impHead i {
    font-size: 4em;
    width: 55px;
    line-height: 50px;
    position: absolute;
    left: -5px;
    top: 5px;
    -webkit-transform: rotate(-25deg) scale(1);
    transform: rotate(-25deg) scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--bs-blue);
  }
  
  .impHead:hover i, .impHead.hover i {
    -webkit-transform: rotate(-20deg) scale(1.3);
    transform: rotate(-20deg) scale(1.3);
  }
  
  .ion-clipboard:before {
    content: "\f127";
    font: normal normal normal 14px/1 FontAwesome;
  }
  
  .impHead:hover i{
    color: var(--bs-white);
  }
  
  #content{
    font-family: 'work-sans', sans-serif;
  }
  
  .myrelatedtopics {
    background: rgb(201, 217, 242, 0.5);
    padding: 10px;
    margin-top: 10px;
    border-left: 2px solid var(--bs-orange);
    overflow-y: scroll;
    max-height: 175px;
  }
  
  .topicheadname {
    padding: 0px;
    color: var(--bs-blue);
    font-weight: bold;
    font-size: small;
  }
  
  .topics-list {
    margin: 0px 0px 0px 0.5rem;
    padding: 0px;
  }
  
  .topics-list li {
    list-style: none;
    padding: 5px 0 5px 7px;
  }
  
  .topics-list li a{
     font-size: small;
     color: var(--bs-blue);
  }

  .topics-list li a:hover{
    color: var(--bs-orange);
 }
  
  .myrelatedtopics .topics-list li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    padding-right: 0.3rem;
    color: var(--bs-orange);
    margin-left: -0.9rem;
    font-size: 0.7rem;
  }
  
  .fixedsides.fixed-box .myrelatedtopics, .fixedsides.fixed-box ul.menu._Skins_SideMenuNT.mc-component{
    /* width: 85%; */
  }
  
  .firstbox{
    background: rgb(41, 50, 118, 1);
    width: 70%;
  }
  .secondbox{
    background: rgb(41, 50, 118, 0.8);
    width: 65%;
  }
  .thridbox{
    background: rgb(41, 50, 118, 0.6);
    width: 60%;
  }
  
  .boxedContent{
    line-height: 150%;
    color: var(--bs-white);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    display: block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0.5rem;
  }
  
  .cardTitles .card {
    color: var(--bs-white);
    min-height: 260px;
    padding: 10px;
  }
   
  /*Page scroll bar*/
  
  * {

    scrollbar-color: #fcfcfc;
  }
  *::-webkit-scrollbar {
    width: 1.0rem;
  }
  *::-webkit-scrollbar-track {
    background-color: #fcfcfc;
  }
  
  *::-webkit-scrollbar-track:hover {
      background-color:#f4f4f4
  }
  
  *::-webkit-scrollbar-thumb {
      background-color:#8b8b8b;
      border-radius:16px;
      border:5px solid #fcfcfc;
  }
  
  *::-webkit-scrollbar-thumb:hover {
      background-color:#636363;
      border:4px solid #fcfcfc;
  }

  .fixed-box{
    scrollbar-color: #bdd3f6 transparent;    
     scrollbar-width: thin;
    
}
  .fixed-box::-webkit-scrollbar-track, .myrelatedtopics::-webkit-scrollbar-track {
      background: transparent;
  }
  
  /*Progress bar*/
  
  #progress {
    position: fixed;
    width: 100%;
    height: 5px;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  
  #progress-fill {
    height: 5px;
    width: 0;
  }
  
  /* Theme */
  #progress-fill {
    -webkit-transition: width 100ms ease;
    -o-transition: width 100ms ease;
    transition: width 100ms ease;
    background-color: var(--bs-orange);
  }
  
  /*Feedback*/
  
  .modal-body .tick{
    font-size: 4rem;
    color: var(--bs-green);
  }
  .feedbackpop {
    width: 100%;
    border: none;
  }
  
  .messagepopheading{
    background: var(--bs-orange) !important;
    padding: 15px;
    color: white;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: 700;
  }
  
  div#messagepop {
    background-color: #ffffff;
    width: 60%;
    border: 1px solid var(--bs-orange) !important;
    box-shadow: 0 15px 35px rgb(50 50 93 / 20%), 0 5px 15px rgb(0 0 0 / 17%);
    border-bottom: 10px solid var(--bs-orange) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #messagepop .closebtn {
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 12px;
    position: absolute;
    right: 20px;
  }
  
  #messagepop .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: none;
    opacity: .5;
    transition: all 0.15s ease;
  }
  
  #feedback-overlay{
    display: none;
    background-color: rgb(0 0 0 / 27%);
    z-index: 9999;
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0 auto;
    height: 100%;
  }
  
  form#contact_form label {
    font-size: 0.7rem;
  }
  
  #closebtn{
    cursor: pointer;
  }
  
  #logOut button.close{
    right: 1rem;
    position: absolute;
  }
  
  #logOut .modal-header, #logOut .modal-footer{
    margin: 0 auto;
  }
  
  
  /*doc master*/
  p.TableTextCenterDark
  {
    color: var(--bs-dark);
    margin-bottom: 2px;
    margin-top: 8px;
    text-align: center;
  }
  
  p.TableTextDark
  {
    color: var(--bs-dark);
    margin-bottom: 2px;
    margin-top: 8px;
  }
  
  p.TableTextDarkEmphasis
  {
    color: var(--bs-dark);
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 8px;
  }
  
 
  
  /*Whatsnew*/
  table.dataTable th {
    color: var(--bs-white) !important;
    background: var(--bs-blue);
    padding: 5px 10px;
    word-wrap: normal;
  }
  
  table.dataTable td {
    color: var(--bs-blue);
    padding: 10px;
  }
  
  .dataTable td, .dataTable th{
    border: 0px solid rgb(201, 217, 242, 0.3);
  }
  
  .dataTable tbody tr:nth-of-type(even) > *{
    background: rgb(201, 217, 242, 0.2) !important;
  }
  
  .dataTable tbody tr:nth-of-type(odd) > *{
    background: rgb(255, 255, 255, 1) !important;
  }
  
  .accordion label {
     padding: 0.75rem;
      background: var(--bs-lightblue);
      color: var(--bs-white);
      cursor: pointer;
      font-size: .75rem;
      letter-spacing: .02em;
      transition: all .3s;
      text-transform: uppercase;
      color: var(--bs-blue);
      font-weight: 600;
      display: block;
  }
  
  .accordion label:hover {
    background: var(--bs-blue);
    position: relative;
    z-index: 5;
    color: var(--bs-white);
  }
  
  
  .dataTables_paginate .previous {
    color: #181e56 !important;
  }
  .dataTables_paginate .previous.disabled {
    color: #666666 !important;
    background: transparent;
    box-shadow: none;
  }
  
  .dataTables_paginate .next.disabled {
     color: #666666 !important;
    background: transparent;
    box-shadow: none;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #293276 !important;
    color: #fff !important
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background-color: #F08261 !important;
    color: #fff !important
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    color: #F08261 !important;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #F08261 !important;
  }
  
  .dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 10px
  }
  
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 10px
  }
  
  table.dataTable thead .sorting_asc {
    background-image: url("../assets/img/sort-solid.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
  }
  
  table.dataTable thead .sorting {
    background-image: url("../assets/img/sort-solid.svg");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
  }
  
  .accordion {
    max-width: 100%;
    margin-bottom: 1em;
  }
  
  .accordion > input[type="radio"] {
    position: absolute;
    left: -100vw;
  }
  
  h2.handle {
    width: 100%;
    margin-bottom: 0px;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
  }
  
  .paging_simple_numbers {
    float: right;
    display: block;
    clear: left;
  }
  
  .dataTables_wrapper {
    display: inline-block;
  }
  
  .div_wrapper .accordion > input[type="radio"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  }
  
  .div_wrapper .accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
  }
  
  .div_wrapper .accordion > input[type="radio"]:checked ~ .content {
  height: auto;
  overflow: visible;
  }
  
  
  .div_wrapper .anchorlink {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    color: #293276;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;  
    font-size: 1rem;
  }
  
  .div_wrapper .anchorlink::before
  {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #F08261 25%, rgba(0, 0, 0, 0) 40%);
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    will-change: width;
    transform: rotate(-1deg);
    transform-origin: left bottom;
  }
  
  .div_wrapper .anchorlink:hover::before
  {
    width: 0;
  }
  
  .div_wrapper .anchorlink::before
  {
    transition: width .1s ease-out;
  }
  
  .div_wrapper .anchorlink:hover::before
  {
    transition-duration: .15s;
  }
  
  .MCTextPopupBody.popupBody {
    background-color: #d2d235;
    color: #293276;
    font-size: small;
    width: 250px;
    padding: 0.5rem;
    font-weight: 300;
    z-index: 999;
    position: absolute;
    border: 1px solid #d2d235 !important;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 4px 10px #8B8B8B;
    -moz-box-shadow: 0 4px 10px #8B8B8B;
    box-shadow: 0px 1px 5px 0px rgb(41, 50, 118, 0.5);
    overflow: unset !important;
    left: 20px;
    white-space: normal;
    filter: alpha( opacity = 0 );
    opacity: 0.0;
    z-index: 10001;
  }
  
  span.MCTextPopupArrow {
    content: "";
    border: solid 13px transparent;
    border-bottom-color: #c7c703;
    border-bottom-width: 13px;
    border-top: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    width: 0;
    height: 0;
  }
  
  .MCTextPopupBodyBottom .MCTextPopupArrow
  {
    border: solid 13px transparent;
    border-top-color: #c7c703;
    border-top-width: 13px;
    border-bottom: none;
    top: auto;
    bottom: -13px;
  }
  
   #dragable_modal img{
    width: 100%;
  } 
  div#image-viewer {
    height: 100% !important;
    border: 1px solid var(--bs-lightblue);
  }
 
  .dropDownBody img.content, .dropDownBody img.Content, .dropDownBody .imgContent{
    margin-left: 17px
  }
  
  #dragable_modal .modal-header {
      padding: 0.5rem 0 0;
  }

.propertytop {
  text-align: center;
}

img.leftArrow {
  width: 30px;
  transform: rotateY(180deg);
  margin-right: 0.3rem;
}

img.rightArrow {
  width: 30px;
  margin-left: 0.3rem;
}

div.first_div div.important a{
  color: var(--bs-dark) !important;
  text-decoration: underline !important;
  font-weight: 600;
}

.topics-list .processaris:before{
  content: "\f013";
  font-family: 'FontAwesome';
  padding-right: 0.3rem;
  color: var(--bs-orange);
  margin-left: -0.9rem;
  font-size: 0.8rem;
}

.topics-list .videolink:before{
  content: "\f01d";
  font-family: 'FontAwesome';
  padding-right: 0.3rem;
  color: var(--bs-orange);
  margin-left: -0.9rem;
  font-size: 0.8rem;
}

.MCDropDown .MCDropDownBody {
  margin-left: 23px;
  overflow: hidden;
}


.legend {
    margin-top: 0px;
    text-align: right;
    position: relative;
    top: 48px;
    display: none;
}

.legend hr{
  display: none;
}

.draggable.modal button.close {
    right: 0;
    position: relative;
    padding: 0rem 0.4rem;
    border: 1px solid var(--bs-blue);
    background: rgba(201, 217, 242, 0.3);
}

.modal button.close {
  right: 1rem;
  position: absolute;
  padding: 0.1rem 0.5rem;
}

.modal button.close span {
  margin-top: -12px;
  margin-left: -2px;
  position: relative !important;
}

span.MCBreadcrumbsDivider {
  color: var(--bs-lightblue);
}

.code-toolbar > pre{
  max-height: 600px;
  overflow-y: scroll;
}

span.mandatory {
  color: var(--bs-orange);
  margin-left: 2px;
}

.wbreak{
  word-break: break-all;
}

.apitab .cell {
  width: 100%;
}

.apitablast .cell {
  width: 100%;
}

.searchbox {
  float: right;
  width: 75%;
}

.first_div li a.xref{
  color: var(--bs-orange);
  font-weight: bold;
  text-decoration: underline;
}

/*Prefers css*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

/*Transact*/
span.tooltippop.top, span.tooltippopgray.top  {
  display: none;
}

.large-3.medium-4.small-12.cell {
  display: inline-block;
  margin: 0.5rem 0.5rem 0;
}

.colwidth td .codeinline {
  word-break: initial;
}

p.arrowDown{
  text-align: center;
}

.large-4.medium-4.small-12.cell{
  display: inline-block;
  margin: 0.5rem 0.5rem 0;
}

/*kET POINTS*/
.key {
  background-color: rgb(190, 190, 190, 0.1);
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  font-size: small;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: block;
  clear: both;
  border: 1px solid green;
  color: green;
}

.key:before {
  content: '\f0a4 ';
  position: relative;
  font-weight: 800;
  padding-right: 5px;
  font-family: 'FontAwesome';
  color: green;
  display: inline-block;
  font-size: 1.2rem;
  padding-bottom: 5px;
  padding-left: 4px;
}


@keyframes flickerAnimation {
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
.key:before {
 -webkit-animation: flickerAnimation .7s infinite;
 -moz-animation: flickerAnimation .7s infinite;
 -o-animation: flickerAnimation .7s infinite;
  animation: flickerAnimation .7s infinite;
}

li.nav-item.selectbox {
    margin: 11px 7px 5px 0px;
    font-size: small;
}

li.nav-item.view {
    font-size: small;
    margin: 2px 5px;
}


.ui-icon-gripsmall-diagonal-se {
  background-position: 0px !important;
  zoom: 0;
  transform: rotate(90deg);
  background-image: none !important;
  width: 20px !important;
  height: 24px !important;
}

.ui-icon::before {
  content: "";
  font-family: FontAwesome;
  display: block;
}

.ui-icon::after {
  color: var(--bs-orangehover);
  content: "\f065";
  font-family: FontAwesome;
  font-weight: 500;
  transform: scaleX(-1);
  font-size: 1.2rem;
}

.ui-resizable-se {
  right: 0px !important;
  bottom: -2px !important;
}

.draggable .p-3.modal-body {
  padding: 0.5rem 1.6rem 1.3rem !important;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  color: var(--bs-blue);
}

img.flowchart{
margin: 0.5rem 0;
max-width: 100%;
border: 1px solid var(--bs-black)
}

/* mopinion style start*/

.category-wrapper.button {
	height: auto;
}
#branding {
	display: none;
}
.mopinion-survey-output.survey-material-white .btn-primary, .mopinion-survey-output.survey-material-white .btn-next {
  background-color: var(--bs-blue) !important;
  border: 1px solid var(--bs-blue) !important;
  color: var(--bs-white);
}

.mopinion-survey-output .progress.bar-layout {
  background-color: var(--bs-orange) !important;
}

#surveyWindowWrap .btn-open-slider.survey-material-white, .btn-open-survey.survey-material-white {
   background-color: var(--bs-blue) !important;
  border: 1px solid var(--bs-blue) !important;
  color: var(--bs-white);
}

.mopinion-survey-content #surveyHead h1 {
    margin: 0;
    color: var(--bs-black) !important;
}

.mopinion-survey-content #surveyHead h1 {
    margin: 0;
    color: var(--bs-black) !important;
}

.button-container.thumbs-container {
    display: inline-block!important;
}

html .mopinion-survey-output.survey-material-white, .survey-material-white {
    font-family: 'work-sans', Arial, sans-serif !important;
}

.mopinion-survey-content .is-modal {
    font-size: 0.95rem !important;
}

i.mopicon.mopicon-check {
    color: green !important;
}

.mopinion-survey-output.survey-material-white input[type="radio"]:checked + label:before {
    border-color: #293276 !important;
}

.mopinion-survey-output.survey-material-white input[type="radio"] + label:after {
    background: #293276 !important;
}

/* mopinion style end*/

.codeblock span.codeinline {
    word-break: keep-all;
}

/*Flare scroll issue*/

.off-canvas-content {
    max-height: inherit !important;
}

.off-canvas-wrapper {
    height: auto !important;
}

.sidenav-layout {
    max-height: inherit !important;
}


/* Table with Search end */

.largeImage{
  width: 250px;
  cursor: pointer;
  margin-right: 20px;
  border: 1px solid var(--bs-lightblue);
  box-shadow: 0px 2px 2px 0px rgb(41 50 118 / 40%);
}

/*Security fix*/

div#content {
  padding: 0px 1.5rem;
  min-height: 300px
}

.div_wrapper{
	display: flex
}

/*New */
.icosecond {
  padding: 0px 5px 0px 10px;
}

#sidebar{
position: relative;
}



.bottom_content .fixedclass {
top: 1rem !important;
  
transition: top .2s ease-out;
}

.sidenav-container{
/* max-height: 480px;
  overflow-y: scroll;
 transition: max-height .2s ease-out; */
 position: relative;
 top: 0px;
}

.sidenav-container.fixedclass {
  width: 23%;
  position: fixed;
  background: #293276;
top: 1rem;
max-height: 288px;
  overflow-y: scroll;
}

.sidenav-wrapper{
overflow: unset;
}

/** Toc Scroll **/

.sidenav-container {
  scrollbar-width: thin;
  scrollbar-color:var(--bs-blue);
}
.sidenav-container::-webkit-scrollbar {
  width: .6rem;
}
.sidenav-container::-webkit-scrollbar-track {
  background-color: var(--bs-blue);
}

.sidenav-container::-webkit-scrollbar-track:hover {
  background-color: var(--bs-blue);
}

.sidenav-container::-webkit-scrollbar-thumb {
    background-color:rgba(201, 217, 242, 0.3);
    border-radius:20px;
    border:0px solid rgba(201, 217, 242, 0.3);
}

.sidenav-container::-webkit-scrollbar-thumb:hover {
  background-color:rgba(201, 217, 242, 0.6);
    border:0px solid rgba(201, 217, 242, 0.3);
}

/*figcaption*/

.first_div figure p {
    margin-bottom: 0px;
}

.first_div figcaption {
  color: var(--bs-blue);
  padding: 3px;
  text-align: left;
  font-weight: 500;
  font-style: italic;
  font-size: 11px;
  margin-top: 4px;
  line-height: normal;
}

.first_div figure p img {
    margin-bottom: 0rem;
}

.first_div .slideshow figure figcaption {
    text-align: center;
}
 
.first_div .slideshow img {
    margin-bottom: 0.5rem;
}

/*borderless*/


.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
  padding: 5px 10px !important;
}
.table-borderless th {
  background: var(--bs-lightblue);
  color: var(--bs-blue) !important;
  text-transform: uppercase;
}
.icon-link:hover>.fa {
  transform: translate3d(.25em,0,0);
   transition: all 0.3s ease;
}
 
.Theading{
  background: rgb(41, 50, 118, 0.1);
  padding: 10px 10px 2px;
}

.table-borderless th.blue {
background: var(--bs-blue) !important;
color: var(--bs-white) !important;
text-transform: uppercase;
}

div.first_div a.expandcollapse {
border: 1px solid var(--bs-lightblue);
padding: 4px 12px;
color: var(--bs-blue);
background: var(--bs-lightblue);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


/**/

.mopinion-survey-output.survey-material-white .progress .bar {
background: var(--bs-orange);
}

.mopinion-survey-content .block-title {
background: transparent;
}

#surveyWindowWrap .btn-open-slider.survey-material-white, .btn-open-survey.survey-material-white {
background-color: var(--bs-orange) !important;
border: 1px solid var(--bs-orange) !important;
color: var(--bs-white);
}

.fixedsides ul.menu._Skins_SideMenuNT.mc-component li > a.selected{
/*background-color: var(--bs-orange);
color: var(--bs-white);*/
font-weight: 600;
background: transparent!important;
}

/*ScrollSpy*/
.fixedsides li.tree-node.selected a {
background-color: var(--bs-orange) !important;
color: var(--bs-white) !important;
}

ul.menu._Skins_SideMenuNT.mc-component > li:first-of-type a:hover {
color: var(--bs-orange);
background: transparent !important;
}



/*Sidebox hide show*/
.body-container {
overflow-x: hidden;
}
span.expandcol:before {
content: '\f0ec';
font: normal normal normal 18px/1 FontAwesome;
}

span.expandcol {
display: inline-block;
margin: 3px 3px 0px 14px;
cursor: pointer;
}
span.expandcol.active {
color: var(--bs-orange) !important;
}
.active[data-state1-title]:after {
content: attr(data-state1-title) !important;
}
.first_div .toolbar .sidebtns{
padding: 0px;
}
div#content {
padding: 0px 0.3rem !important;
}

.searchbox #search{
height: 40px;
padding: 0.5rem;
}

.first_div h1{
margin-bottom: 0.4rem !important; 
}

.col-3.nav-toc{
width: 23%;
}

@media (min-width: 992px) {
.col-lg-9#content{
width: 77%;
}
}

/*Hide Floating feedback*/
.btn-open-survey {
display: none !important;
}

.mopinion-survey-output.survey-material-white .progress .bar, .mopinion-survey-output.survey-material-white .progress-wrap.active .progress-dot, .mopinion-survey-output.survey-material-white .progress-wrap.completed .progress-dot:after {
background-color: var(--bs-orange) !important;
}

.mopinion-survey-content #surveyHead {
margin-bottom: 0px !important;
}

/*New top section*/
.first_div .toolbar .sidebtns i {
display: block;
font-size: 1rem;
margin-bottom: 2px;
}
.first_div .toolbar a {
padding: 0.3rem 0.3rem;
}
.releasenote, .readtime {
display: inline-block;
font-size: 0.8rem;
margin-bottom: 0rem;
cursor: default;
}

.topsection .toolbar {
display: flex;
z-index:0;
align-items: center;
}
.topsection .tag {
font-size: 0.8rem;
display: inline-block;
flex: 1;
color: #8B8B02;
align-content: center;
}
.first_div .topsection{
display: flex;
}

.topsection .toolbar .darkmode{
display: inline-block;
margin-top: 3px;
padding: 0px;
}

.topsection .toolbar .darkmode .checkbox {
opacity: 0;
position: absolute;
}

.topsection .toolbar .darkmode .checkbox-label {
background-color: var(--bs-lightblue);
width: 47px;
height: 21px;
border-radius: 50px;
position: relative;
padding: 5px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}

.topsection .toolbar .darkmode .fa-sun-o:before, .fa-moon-o:before {
color: var(--bs-blue);
}

.checkbox-label .ball {
background-color: #fff;
width: 16px;
height: 16px;
position: absolute;
left: 3px;
top: 3px;
border-radius: 50%;
transition: transform 0.2s linear;
}

.topsection .toolbar .darkmode .checkbox:checked + .checkbox-label .ball {
transform: translateX(23px);
}


.sectionpanel .subpanel{
color: #709CDB;
width: 60%;
position: relative;
top: 0px;
}

.topsection .toolbar a {
color: #293276 !important;
}
.sectionpanel{
display: inline-block;
width: 100%;
position: relative;
}
.topsection .toolbar [data-title]:hover:after {
opacity: 1;
transition: all 0.1s ease 0.5s;
visibility: visible;
z-index: 99999;
}
.topsection .toolbar [data-title]:after {
content: attr(data-title);
position: absolute;
bottom: -24px;
left: -90px;
padding: 4px;
color: #293276;
white-space: nowrap; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;  
border-radius: 3px;  
-moz-box-shadow: 0px 0px 4px #C9D9F2;  
-webkit-box-shadow: 0px 0px 4px #C9D9F2;  
box-shadow: 0px 0px 4px #C9D9F2;  
font-size: 0.7rem;
opacity: 0;
z-index: 99999;
visibility: hidden;
background-color: #eef2fb;
border: 1px solid var(--bs-lightblue);
}
.topsection .toolbar [data-title] {
position: relative;
z-index: 999999;
}

.sectionpanel .feedbackDiv {
width: 40%;
position: relative;
display: flex;
flex-direction: row-reverse;
top: 0px;
}

.sectionpanel .feedbackDiv #surveyContent button{
opacity: 1;
visibility: visible;
transform: none;
right: 0px;
position: relative !important;
border-radius: 5px;
background: transparent !important;
color: #293276;
padding: 6px 8px;
}
.sectionpanel .feedbackDiv #surveyContent button:hover{
background: #293276 !important;
color: #ffffff;
}
.sectionpanel .feedbackDiv .btn  i {
font-size: 1.2rem;
left: 10px;
top: 47%;
}

.sectionpanel .feedbackDiv i.mopicon:before {
content: '\f0e5';
font: normal normal normal 1.2rem / 1 FontAwesome;
}

.sectionpanel .feedbackDiv i.mopicon svg{
display: none;
}
.sectionpanel .feedbackDiv span{
font-weight: 600;
text-transform: uppercase;
}
.sectionpanel .feedbackDiv .feedbackbtn{
border: 1px solid var(--bs-orange);
padding: 4px 12px;
color: var(--bs-white) !important;
transition: color 0.25s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: var(--bs-orange);
}
.sectionpanel .feedbackDiv .feedbackbtn:hover{
background: var(--bs-white);
color: var(--bs-orange) !important;
border: 1px solid var(--bs-orange);
}

.sectionpanel .feedbackDiv .feedbackbtn:before{
content:"\f164 ";
font: normal normal normal 17px FontAwesome;
margin-right: 6px;
}
.toolbar .expand.disabled svg path {
fill: #cccccc !important;
}

.topsection .toolbar .disabled[data-title]:after {
content: "No accordion" !important;
}

.topsection .toolbar .disabled{
pointer-events: unset;
cursor: no-drop;
}

.topsection .toolbar .disabled[data-title]:hover:after {
opacity: 1;
transition: all 0.1s ease 0.5s;
visibility: visible;
z-index: 99999;
}

@media screen and (min-width:1025px) {
.fixed-box{
background: transparent !important;
}
}

.fixedsides li.tree-node.selected a {
background-color: var(--bs-orange) !important;
color: var(--bs-white) !important;
}

.fixedsides li.selected a {
background-color: var(--bs-orange) !important;
color: var(--bs-white) !important;
}
.fixedsides.fixed-box ul.menu._Skins_SideMenuNT.mc-component li.selected a {
  background-color: var(--bs-orange) !important;
  color: var(--bs-white) !important;
}