html{

  /* scroll-behavior: smooth; */
}
body {
    margin: 0;
    background-color: var(--ds-base-body);
    overflow-y: scroll;
    color: var(--ds-dark);
  }

  .ds-example-card {
    position: relative;
    padding: 30px 20px;
    box-shadow: 2px 2px 4px #00000012;
    border: 1px solid #EBEBEB;
    border-radius: $base-border-radius ;
}
.color-palette{
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.73rem;
    background: var(--ds-grey-100);
}
.ds-color-feature .color-palette{
    width: 150px;
    border-radius: 4px;
    height: 75px;
}
.circle-hover-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	margin-left: 5px;
	cursor: pointer;
}
.circle-hover-bg:hover {
	background-color: #f2f5fb;
}
.ds-card{
    
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:var(--ds-base-body);
    background-clip: border-box;
    margin-top: 35px !important;
}

.ds-card-body {
	flex: 1 1 auto;
	padding: 25px 25px 25px 25px;
	background: var(--ds-base-content);
	border: solid 1px var(--ds-base-border);
	margin-top: 10px;
	border-radius: 10px;
}

.ds-card-body pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
	direction: ltr;
	unicode-bidi: bidi-override;
	padding: 10px 50px 10px 20px;
	white-space: break-spaces;
}
.ds-example {
    border: 0px solid #f0f2f8;
    // font-size: .9375rem;
    margin-top: 5px;
    margin-bottom: 10px;
}
.ds-collapse.code-show  .ds-copy-code{
    max-height: 300px;
    overflow: overlay;
    width: 100%;
}
.ds-btn-list {

    font-size: 0;
    padding: 0;
}
.ds-btn-list .ds-btn,
.ds-btn-list .ds-btn-outline{
    margin-right: 6px;
}
.block-btn-list{
    width: 30%;
}
.ds-collapse{
max-height: 0px;
background-color: #fff;
padding: 0rem;
overflow: auto;
font-size: 85%;
line-height: 1.45;
border-radius: 8px;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
display: flex;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
margin-top: 0;
margin-bottom: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.ds-collapse.code-show{
    max-height: 300px;
    overflow: overlay;
   
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.ds-copy-button{
    right: 15px;
    top: 12px;
    cursor: pointer;
}
.copy-area{
position: absolute;    
height: 10px;
opacity: 0;
width: 80%;
z-index: -1;


}
.ds-card-body  pre[class*=language-] {
    padding: 0em !important;
    margin: 0.1em 0;

}
.ds-example img {
	width: 320px;
}
.ds-example.tab-example img {
	width: 100%;
}
.bd-highlight {
    background-color: var(--ds-grey-500);
    color: var(--ds-white);
    padding: 10px;
    font-size: 0.88rem;
   
}
.ds-flex-example-wrapper{
    padding: 0px;
}
.ds-header-wraper{
    width: 100%;
}
.ds-header-wraper p{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 0.875rem;
}
.ds-square{
    width: 80px;
    height: 80px;
    background-color: var(--ds-white);
    display: inline-block;
    margin: 10px;
}
.utilities_intro code{
    color: var(--ds-danger-500);
    margin-left: 5px;
    margin-right: 5px;
}

/* width */
.ds-nav .overflow-container::-webkit-scrollbar,
.ds-menu-expanded::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .ds-nav .overflow-container::-webkit-scrollbar-track,
  .ds-menu-expandedr::-webkit-scrollbar-track{
    box-shadow: none; 
    border-radius: 10px;
  }
   
  /* Handle */
  .ds-nav .overflow-container::-webkit-scrollbar-thumb,
  .ds-menu-expanded::-webkit-scrollbar-thumb {
    background: #666b7a; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .ds-nav .overflow-container::-webkit-scrollbar-thumb:hover,
  .ds-menu-expanded::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

  /* Layout */
  
  #container {
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  .ds-main-wrapper p{
    line-height: 1.7;
    font-size: 0.875rem;
  }
  
  #main {
   
    width: calc(100vw - 900px);
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 50px;
    /* margin-left: 300px; */
  }
  #main.landing-page-main {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    padding-bottom: 0px;
}
  
  #header {
    padding: 1.5em;
    margin: 0 0 1em 0;
    background-color: #eee;
  }
  
  #footer {
    padding: 1.5em;
    margin: 2em 0 0 0;
    background-color: #eee;
  
  }
  
  
  /* Menu Styles */
  
  .primary-nav {
      position: fixed;
      z-index: 999;
  }
  
  .menu {
      position: relative;
  }
  
  .menu ul.menu-dropdown,
  .sub-menu-dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .open-panel {
    border: none;
    background-color:#fff;
    padding: 0;
  }
  
  
  .primary-nav .menu li {
      position: relative;
      list-style-type: none;
  }
  
  .menu .icon {
      position: absolute;
      top: 12px;
      right: 10px;
      pointer-events: none;
    width: 24px;
    height: 24px;
    color: #fff;
  }
  
  .menu,
  .menu a {
    color: #d5dce0;
    text-decoration: none!important;
      position: relative;
  }
  
  .menu a {
    display: flex;
    white-space: nowrap;
    padding: 1em;
    font-size: 0.813rem;
    font-weight: 400;
    align-items: center;
  }
.sub-menu-dropdown a{
    padding: 0.5em 1.5em 0.5em 2.8em !important;
  }
  
  .menu a:hover {
      color: #fff;
  }
  
  .menu {
      margin-bottom: 3em;
  }
  
  .menu-dropdown li .icon {
      color: #d5dce0;
  }
  
  .menu-dropdown li:hover .icon {
      color: #fff;
  }
  
  li.menu-hasdropdown {
    margin-top: 0;
}
li.menu-hasdropdown:first-child{
  margin-top: 12px;
}
a.main-nav-item{
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.6em 1em;
}
  
  .menu label {
    margin-bottom: 0;
    display: block;
    padding: 0.6em 1em;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: default !important;
  }
  
  .menu label:hover {
    cursor: pointer;
  }
  
  .menu input[type="checkbox"] {
    display: none;
  }
  
  input#menu[type="checkbox"] {
    display: none;
  }
  
 .sub-menu-dropdown {
      height: auto;
      transition: max-height 0.5s ease-out;
  }
  .menu-dropdown li:last-child .sub-menu-dropdown{
    padding-bottom: 25px;
  }
  .new-wrapper {
    width: 100%;
    transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1);
  
  }
  #menu:checked + ul.menu-dropdown {
      
          left: 0;
      -webkit-animation: all .5s cubic-bezier(0.77, 0, 0.175, 1);
              animation: all .5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .ds-menu-expanded {
      /* max-height: 300px;
      visibility: visible;
      overflow: hidden;
      transition: max-height 0.25s ease-in; */
  }
  .ds-menu-expanded:hover{
    overflow: auto;
  }
  .openNav .new-wrapper {
    position: absolute;
    transform: translate3d(200px, 0, 0);
    width: calc(100% - 250px);
    transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .downarrow {
    background: transparent;
      position: absolute;
      right: 10px;
      top: 12px;
    color: #777;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
    font-size: 1.2rem;
    display: none;
  }
  
  .downarrow:hover {
    color: #fff;
  }
  
  .menu {
      position: fixed;
      display: block;
      top: 0;
      width: 282px;
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      background-color: #030319;
      z-index: 999;
  }
  .menu-dropdown {
    top: 0;
    overflow-y: auto;
    height: calc(100vh - 60px);
    padding-bottom: 25px;
  }
  .overflow-container {
    position: relative;
    height: 100vh;
    display:block;
    top: 60px;
    padding-bottom: 20px;
  }
  .ds-menu-wrapper{
    position: fixed;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    z-index: 55;
    width: 100%;
    box-shadow: 0px 6px 12px #b8b8b829;
    padding: 0px 35px 0px 50px;
  }
  a.logotype img {
     width: 230px;
  }
  /* .menu a.logotype::after{
    content: "Design System";
    font-size: 12px;
    color: var(--ds-dark);
    margin-left: 5px;
    letter-spacing: 0.03rem;
    margin-top: 5px;
  } */
  
  .menu a.logotype span {
    font-weight: 400;
  }
  
  .menu a.logotype:hover {
    color: #777;
  }
  
  .sub-menu-dropdown {
      /* background-color: #161616; */
  }
  .openNav .menu:hover {
      position: absolute;
      left: -200px;
      top:73px;
  }
  
  .openNav .menu {
      top: 73px;
      transform: translate3d(200px, 0, 0);
      transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1);
  }
      
      /* label.hamburger {
          display: none;
      } */
  
      .sub-menu-dropdown li a.active {
   
        border-left: solid 4px var(--ds-primary-500);
        background: #0f0f38;
        padding: 0.7em 1.5em 0.7em 2.4em !important;
    }
    .main-nav-item.active {
     position: relative;
      background: #0f0f38;
      
  }
  .main-nav-item.active::after{
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--ds-blue-500);
    height: 100%;
  }
    .sub-menu-dropdown li a:hover{
        background: #09092a;
    }
    .sub-menu-dropdown a:focus {
        color: var(--ds-white);
    }
  
  
 
  
  /* look and feel only, not needed for core menu*/
  
  @-webkit-keyframes grow {
      
    0% {
      display: none;
      opacity: 0;
    }
    50% {
      display: block;
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
      
  }
  
  @keyframes grow {
      
    0% {
      display: none;
      opacity: 0;
    }
    50% {
      display: block;
      opacity: 0.5;
    }
    100% {
      opacity: 1
    }
      
  }
  

  /* Text meant only for screen readers. */
  
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  
  
  
  
  /* Resposive Typography */
  
  

  
  h1, h2, h3, h4, h5, h6 {
      clear: both;
    font-weight: 800;
  }
  
  dfn, cite, em, i {
      font-style: italic;
  }
  
  blockquote {
      margin: 0 1.5em;
  }
  
  address {
      margin: 0 0 1.5em;
  }
  
  


  big {
      font-size: 125%;
  }
  
  .light {
      color:#ddd;
  }
  
  strong {
      font-weight: 600;
  }
  
  cite,
  em,
  i {
      font-style: italic;
  }
  
  p.big {
      font-size: 140%;
      line-height: 1.3em;
  }
  
  p.small {
      font-size: 80%;
      }
  
  blockquote {
      display:block;
      margin: 1em 20px;
      padding: 0 1em;
      position:relative;
  }
  
  blockquote:before {
  
  }
  
  blockquote cite,
  blockquote em,
  blockquote i {
      font-style: italic;
  }
  
  abbr,
  acronym {
      border-bottom: 1px dotted #666;
      cursor: help;
  }
  
  sup,
  sub {
      height: 0;
      line-height: 1;
      vertical-align: baseline;
      position: relative;
  }
  
  sup {
      bottom: 1ex;
  }
  
  sub {
      top: .5ex;
  }
  
  p.intro {
      font-size:1.25em;
      line-height: 1.5;
      font-weight:300;
       margin: 0 0 1.5em 0;
  }
  


  .ds-right-menu {
    top: 112px;
    right: 26px;
    width: 210px;
    
}
  .ds-right-menu ul li{
    list-style-type: none;
    font-size: 0.835rem;
    background-color: transparent;
}
  .ds-right-menu ul li a{
    text-decoration: none;
    padding: 5px 10px ;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: var(--ds-base-body);
    color: var(--ds-base-font);
    position: relative;
    transition: all 0.3s cubic-bezier(0.08,0.52,0.52,1);
    font-size: 0.875rem;
    font-weight: 400;
  }
  .ds-right-menu ul li a.active,
  .ds-right-menu ul li a:hover{
    color: var(--ds-blue-500);
    transition: all 0.3s cubic-bezier(0.08,0.52,0.52,1);
    font-weight: 400;
   
  }
  .ds-theme-dark .ds-right-menu ul li a.active,
  .ds-theme-dark .ds-right-menu ul li a:hover{
    color: var(--ds-blue-300);
  }
  .ds-right-menu ul li a::before{
    content: "";
    height: 20px;
    width: 2px;
    background-color: transparent;
    left: -1px;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.08,0.52,0.52,1);
  }
  .ds-right-menu ul li a.active::before,
  .ds-right-menu ul li a:hover::before{
    background-color: var(--ds-blue-500);
    transition: all 0.3s cubic-bezier(0.08,0.52,0.52,1);
  }
  .ds-theme-dark .ds-right-menu ul li a.active::before,
  .ds-theme-dark .ds-right-menu ul li a:hover::before{
    background-color: var(--ds-blue-300);
  }

  .main-content-label{
    color: var(--ds-base-font);
  }
  .ds-page-head{
    color: var(--ds-primary-500);
    font-size: 1.125rem;
  }
  .ds-theme-dark .ds-page-head{
    color: var(--ds-primary-300);
  }
  h4.ds-example-head{
    color: var(--ds-primary-500);
    font-size: 16px;
  }
  .ds-scrollspy{
    max-height: 60vh;
    overflow-y: auto;
  }
  
  /* ====landing page========= */
  .banner-content h2{
    letter-spacing: 2px;
    line-height: 1.5;

  }
  .banner-content p{
    font-size: 25px;
    line-height: 1.6;

  }
  .banner-img img {
    width: 90%;
}
span.star-bg {
  position: absolute;
  top: -50px;
  left: 40px;
}
.feature_item_content{
  color: var(--ds-white);
  /* box-shadow: 0px 4px 20px #00000038; */
}
.feature_item_content p{
  height: 100px;
}
.fundametal_item{
  background: var(--ds-white);
  /* box-shadow: 0px 4px 15px #0000000F; */
}
.fundametal_item p{
  text-align: center;
}
/* .fundametal_item:nth-child(1){
 border-top: solid 16px #0060DF;
}
.fundametal_item:nth-child(2){
  border-top: solid 16px #513B90;
 }
 .fundametal_item:nth-child(3){
  border-top: solid 16px #0B5582;
 }
 .fundametal_item:nth-child(4){
  border-top: solid 16px #981B1E;
 } */

 span.fundamentals_icon {
  background: #ccc;
        width: 70px;
        height: 70px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
}

 .fundametal_item:nth-child(1) .fundamentals_icon{
  background: #B9D4F7;

 }
 .fundametal_item:nth-child(2) .fundamentals_icon{
  background: #CCD2FE;

  }
  .fundametal_item:nth-child(3) .fundamentals_icon{
    background: #BCECDE;
  
  }


  .fundametal_item:nth-child(1) .fundamentals_icon i{
    background: #B9D4F7;
    background: -webkit-linear-gradient(#3175D2, #5087D1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
   }
   .fundametal_item:nth-child(2) .fundamentals_icon i{
    background: #CCD2FE;
    background: -webkit-linear-gradient(#7A84DF, #585D8C);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .fundametal_item:nth-child(3) .fundamentals_icon i{
      background: #BCECDE;
      background: -webkit-linear-gradient(#03A374, #0B8A64);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }


  .fundametal_item:nth-child(4) .fundamentals_icon{
    background: var(--ds-red-50);
    color: var(--ds-red-600);
  }

  .fundametal_item:nth-child(1) h6{
    color: #0060DF;
   }
   .fundametal_item:nth-child(2) h6{
    color: #513B90;
   }
    .fundametal_item:nth-child(3) h6{
      color: #0B5582;
    }
    .fundametal_item:nth-child(4) h6{
      color: #981B1E;
    }
    .ui_screenshot_img img {
      width: 100%;
  }
  .features_img img {
    width: 100%;
}
.features_item {
  border-bottom: solid 12px #669FEB !important;
  box-shadow: 0px 7px 20px #00000024;
}
.features_contnent p {
  min-height: 80px;
}
.features_item_main h6 {
  color: #42526E;
}
.color-system_content{
  z-index: 55;
}
.footer_section {
  width: 100%;
}
.footer_links li{
  list-style-type: none;
  line-height: 2;
}
.footer_links li a{
  text-decoration: none;
  color: var(--ds-grey-300);
  font-size: 13px;


}
.footer_copyrights p{
  color: var(--ds-grey-300);
}
.footer_wrapper{
  background: var(--ds-black);
}
/* .ds-example input,
.ds-example label{
  margin-bottom: 10px;
} */
.ds-example .ds-form-check img{
  width: 207px;
}
.ds-search-list{
  
  width: 400px;
  position: absolute;
  max-height: 500px;
  overflow-y: scroll;
  right: 0;
  top: 50px;
  color: var(--ds-dark);
  background: #fff;
  box-shadow: 1px 0px 18px #B0ACAC30;
  border: 1px solid #E8E8E8;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;

  
}
.menu .search-list-wrapper a{
  color: var(--ds-dark);
    white-space: normal;
    font-family: var(--ds-font-family);
    padding: 0.5rem 1rem;
}
.ds-search-list.list-open {
  visibility: visible;
  opacity: 1;
}
.ds-search-list .ais-Hits-item, 
.ds-search-list .ais-InfiniteHits-item{
 box-shadow: none;
 padding: 0rem 0rem 0rem 0rem;
 border-radius: 0px 0px 0px 0px;

}
.search-list-wrapper a{
  border-bottom:solid 1px var(--ds-grey-100) ;
}
.ds-search-list .ais-Hits-item:first-of-type, 
.ds-search-list .ais-InfiniteHits-item:first-of-type {
  border-radius: 0px 0px 0 0;
}
.search-list-head{
  color: var(--ds-primary-500);
  font-size: 0.875rem;
}
.search-list-content{
  font-size: 0.75rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ds-search-list p{
  font-size: 0.75rem;
  font-family: var(--ds-font-family);
}
.search-list-wrapper a:hover{
  background: var(--ds-primary-100);
}
.sub-content-label{
  font-size: 0.9rem;
  color: var(--ds-dark);
  font-weight: 600;
  margin-bottom: 15px !important;
}
.landing-page-main .ds-btn-outline{
 margin-left: 0px;
}
/* pre loader */

#preloader {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.tlp-preloader .animation-preloader {
  position: relative;
  z-index: 1;
}

.tlp-preloader .animation-preloader img {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
      -ms-transform: translateY(-50%) translateX(-50%) scale(0.7);
          transform: translateY(-50%) translateX(-50%) scale(0.7);
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.tlp-preloader .animation-preloader .tlp-spinner {
  -webkit-animation: rotateZ 1s infinite linear;
          animation: rotateZ 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: var(--brand-color);
  height: 80px;
  width: 80px;
}

@-webkit-keyframes rotateZ {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotateZ {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

@keyframes zoominout {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}
/*--- Preloader end ---*/


/* docs--- nav---- */

.ds-nav-menu {
  height: 100%;
  align-items: center;
}
.ds-nav-menu-list {
  padding: 0;
  height: 100%;
}
.ds-nav-menu-list li {
  height: 100%;
  background: transparent;
  margin-right: 1px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.ds-nav-menu-list li:hover {
  background: #fdede9;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.ds-nav-menu-list li a {
  color: var(--ds-dark);
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  font-size: 0.875rem;
  font-weight: 400;
}
.ds-nav-menu-list li a:hover {
  color: #FF4B00;
  transition: all 0.3s;
}
.ds-nav-menu-list li a.active {
  background: #fdede9;
  color: #FF4B00;
}
a.logotype {
  display: flex;
  align-items: center;
  padding: 0px;
}
.ds-humburger {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.ds-humburger a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
.ds-humburger input {
  display: block !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  left: -8px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.ds-humburger span {
  display: block;
  width: 25px;
  height: 1px;
  margin-bottom: 6px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.ds-humburger span:first-child {
  transform-origin: 0% 0%;
}
.ds-humburger span:nth-last-child(2) {
  transform-origin: -16% 100%;
}
.ds-humburger input:checked ~ span {
  opacity: 1;
  transform: rotate(42deg) translate(-4px, -14px);
  background: #232323;
}
.ds-humburger input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.ds-humburger input:checked ~ span:nth-last-child(2) {
  transform: rotate(-42deg) translate(-1px, 13px);
}
.ds-menu-wrapper .ais-SearchBox-input {
  padding-left: 0.8rem;
}
.ds-menu-wrapper .ais-SearchBox-form::before {
  right: 1rem !important;
  left: 90%;
  opacity: 0.6;
}
.ds-document-search {
  width: 265px;
}
.ds-menu-wrapper .ais-SearchBox-loadingIndicator, .ais-SearchBox-reset {
  background: #fff !important;
}
.ds-menu-wrapper .ais-SearchBox-input:focus {
  border-color: #d5d5d5;
  background: white;
}
.ds-menu-wrapper .ais-SearchBox-input{
  font-style: italic;
  border-radius: 6px;
  font-size: 0.75rem;
  background-color: #f3f5f8;
  border: 1px solid #efeded;
  font-family: var(--ds-font-family);
  box-shadow: none;
  color: var(--ds-grey-400);
}
.ds-menu-wrapper .ais-SearchBox-input::placeholder{
  color: var(--ds-grey-400);
}
.ds-menu-wrapper  .ais-SearchBox-form {
  height: 2.2rem;
}
.ds-menu-wrapper .ais-Hits-item, .ds-menu-wrapper .ais-InfiniteHits-item {
  width: 100%;

}
.search-list-wrapper{
  width: 100%;
}
.ds-menu-wrapper .ais-SearchBox-loadingIndicator, .ds-menu-wrapper .ais-SearchBox-reset {
  right: 0.5rem;

}

@media only screen and (max-width: 1540px) {
  #main {
    width: calc(100vw - 800px);
  }

}
@media only screen and (max-width: 1200px) {
  .ds-nav-menu-list li a {
    padding: 0px 10px;

  }
  .ds-document-search {
      width: 190px;
  } 

}
@media only screen and (max-width: 1024px) {
  .ds-humburger {
    display: block;
  }
  .features_wrapper {
    flex-direction: column;
  }
  .fundamental_item_wrapper {
    flex-direction: column;
  }
  .ds-nav-menu {
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    align-items: flex-start;
    top:59px;
    background: #ffffff;
    padding: 20px 0px;
    height: 0px;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
  }
  .ds-menu-wrapper {
    padding: 0px 20px;
  }
  .ds-menu-wrapper.doc-menu-open .ds-nav-menu {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .ds-nav-menu-list {
    flex-direction: column;
    width: 100%;
  }
  .menu a.logotype img {
    width: 150px;
  }
  .ds-form-input {
    width: 94.5%;
    margin-left:20px;
  }
  .feature_item {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .color_system_wrapper {
    flex-direction: column;
    margin-top: 50px;
  }
  .color-system_img {
    margin-top: 50px;
  }
  .color-system_img img {
    width: 100%;
  }
  .fundametal_item {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  span.star-bg {
    display: none;
  }
  .ui_screenshot_img {
    margin-top: -40px !important;
  }
  .landing-page-main #main-contents {
    padding-top: 10px;
  }
  .landing-page-main {
    margin-top: 10px;
  }
  .ds-search-list {
    width: 366px;
  }
  .ds-nav-menu-list.ml20 {
    margin-left:0px !important; 
  }
  .ds-nav-menu-list li a {
      padding: 0px 20px;
  }
  .ds-menu-wrapper .ais-SearchBox-form::before {
      left: 96.5%;
  }
  .ds-nav-menu-list li {
    height:50px;
  }
  .feature_item.mr40, .feature_item.mr10{ margin-right:0 !important;}
  .pb100 {  padding-bottom: 0.85rem !important;}   
    .mt100 {  margin-top: 0.85rem !important;} 
}

@media only screen and (max-width: 768px) {
    .ds-banner-wrapper {
      flex-direction: column;
    }
}
.menu-hasdropdown label::before,
.menu-hasdropdown a::before{

  content: "\eb45";
  font-family: 'icomoon' !important;
  margin-right: 8px;

}
.menu-hasdropdown a[for="ds-colors"]::before{
  content: "\eb25";
  color: #20c997;
  font-size: 16px;
  font-weight: bold;
}
.sub-menu-dropdown a::before{
  display: none;
}
.menu-hasdropdown label[for="ds-components"]::before{
   content: "\eaea";
   color: #F7B02F;
}
.menu-hasdropdown label[for="ds-forms"]::before{
  content: "\eb46";
  color: #0d6efd;
}
.menu-hasdropdown label[for="ds-utilities"]::before{
  content: "\e98a";
  color: #d63384;
}
:not(pre)>code[class*=language-], pre[class*=language-] {
  background: #030319 !important;
}
.utilities_intro p {
  margin-top: 3px;
  margin-bottom: 15px;
  font-size: 0.835rem;
}
.ds-spacing-list li{
  font-size: 0.835rem;
  line-height: 2;
}
.ds-right-nav-head{
  border-bottom: solid 1px var(--ds-grey-200);
  padding-bottom: 10px;
  width: 80%;
}
.ds-color-feature.ds-hues .color-palette{
  border-radius: 0px;
  height: 60px;

}
.color_system_wrapper{
  margin-top: 140px;
}
.guidelines-wrapper h4 {
  color: var(--ds-base-font);
  font-size: 1rem;
}
.guidelines-wrapper li {
  font-size: 0.875rem;
}
.theme-color-palette{
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  color:#fff;
  font-size: 0.75rem;
  /* box-shadow: 1px 1px 1px #E5E4E4; */
}
.ds-hues .theme-color-palette{
  border-radius: 0px;
}
.ds-badge-list {
  display: flex;
  column-gap: 10px;
}
.ds-tag-list{
  display: flex;
  column-gap: 7px; 
}
.ds-nav .ds-srcollbar::-webkit-scrollbar-track
 {
   background-color: #030319;

 }
.ds-nav .ds-srcollbar::-webkit-scrollbar{
   background-color: #030319 !important;
 }
 
.ds-nav .ds-srcollbar::-webkit-scrollbar-thumb{
   background-color: var(--ds-grey-500);
   border: 2px solid var(--ds-grey-500);
 }
 .border-lined-wrapper{
    border: dashed 2px var(--ds-red-500);
 }

 .feature_item_content:before, .feature_item_content:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 50%;
  position: absolute;
  width: 60%;
  border-radius: 7px 0px 7px 0px;
}
.feature_item_content:before {
  border-color: #c47135;
  border-left-width: 2px;
  border-top-width: 2px;
  left: 0px;
  top: 0px;
}
.feature_item_content:after {
  border-bottom-width: 2px;
  border-color: #c47135;
  border-right-width: 2px;
  bottom: 0px;
  right: 0px;
}
.feature_itemGd1 .feature_item_content:before{
  border-color: #5598DF;
}
.feature_itemGd1 .feature_item_content::after{
  border-color: #7BB5F1;
}

.feature_itemGd2 .feature_item_content:before{
  border-color: #07B5B7;
}
.feature_itemGd2 .feature_item_content::after{
  border-color: #1EC4C6;
}

.feature_itemGd3 .feature_item_content:before{
  border-color: #FB5702;
}
.feature_itemGd3 .feature_item_content::after{
  border-color: #E2AD0F;
}


.feature_itemGd1 .feature_item_content h4,
.feature_itemGd1 .feature_item_content i{
  background: -webkit-linear-gradient(#0052BC, #62A3E4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature_itemGd2 .feature_item_content h4,
.feature_itemGd2 .feature_item_content i{
  background: -webkit-linear-gradient(#13B47E, #01B6D2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature_itemGd3 .feature_item_content h4,
.feature_itemGd3 .feature_item_content i{
  background: -webkit-linear-gradient(#FF4C00, #DDBB12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ds-nav-menu-list li{
  position: relative;
}
.ds-nav-menu-list li:nth-child(4){
  pointer-events: none;
}
.ds-nav-menu-list li:nth-child(4)::after {
  content: "Coming Soon";
  position: absolute;
  top: 2px;
  right: 0px;
  background: var(--ds-information-400);
  font-size: 10px;
  border-radius: 3px;
  padding: 1px 6px;
  display: flex;
  align-items: center;
  color: var(--ds-information-50);
  height: 17px;
}
.ds-nav-menu-list li:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: 45%;
  left: 66%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent var(--ds-information-400) transparent;
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {

  .ds-nav-menu-list li:nth-child(4)::before {
    bottom: 32%;
    left: 28%;
    transform: rotate(270deg);
}

  .ds-nav-menu-list li:nth-child(4)::after {

    top: 17px;
    right: 0px;
    left: 30%;
    display: flex;
    width: 82px;
    align-items: center;
    justify-content: center;
}
}
.shadow_wraper .ds-color-feature .color-palette {
  width: 150px;
  height: 150px;
}
.ds-card-body.shadow_wraper{
  background-color: #fcfcfc;
}