header{
  margin-top:25px;
  margin-bottom: 46px;
  display: flex;
  justify-content: space-between;
  height: 64px;
  padding-left: 30px;
  padding-right: 30px;
}

.leftpart {
  display: flex;
  align-items: center;
}

.rightpart {
  display: flex;
  align-items: center;
}

.menuline {
  display: flex;
  align-items: center;
}

.title {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: var(--color1);
  text-decoration: none;
}

.title A {
  color: var(--color1);
  text-decoration: none;
}

.menuline DIV {
  margin-right: 37px;
}

.menuline DIV A {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--color1);
  text-decoration: none;
  opacity: 0.4;
}

.menuline DIV A.active{
  opacity: 1;
}

  .logo {
    margin-right: 21px;
  }

  .burgerbut {
    display: flex;
    align-items: center;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--darkpink);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    background: var(--butbutback);
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid var(--burbutbor);
    border-radius: 10px;
  }

  .shown {
    display:flex !important;
  }

  .burgermenu {
    display: none;
    justify-content: space-between;
    padding-top: 13px;
    position: absolute;
    background: var(--bg_base);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--menubord);
    border-radius: 5px;
    top: 100px;
    right: 30px;
    z-index: 1000;
  }

  .burgermenu DIV {
    margin-right: 20px;
    width: 170px;
  }

  .burgermenu DIV:first-child {
    margin-left: 13px;
  }

  .burgermenu DIV:last-child {
    margin-right: 13px;
  }

  .colhead {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #8D8D8D;
    margin-bottom: 12px;
    margin-right: 0px  !important;
    margin-left: 0px !important;
  }

  .bitem {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0px  !important;
  }

  .bitem A {
    font-family: Comfortaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--color1);
    text-decoration: none;
    max-height: 22px;
  }

  .bitem A SVG {
    margin-right: 17px;
  }

  /*********Is active Vn ****/
  .isactive {
  				display: flex;
  				align-items: center;
  				justify-content: center;
  				box-sizing: border-box;
  				height: 26px;
  				border-radius: 10px;
  				background: #F3FBF5;
  				font-family: Ubuntu;
  				font-size: 16px;
  				font-weight: 400;
  				line-height: 18px;
  				letter-spacing: 0em;
  				text-align: center;
  				color: #60C05A;
  				padding-left: 9px;
  				padding-right: 9px;
  				margin-left: 20px;
  			}

  			.isdisabled {
  				display: flex;
  				align-items: center;
  				justify-content: center;
  				box-sizing: border-box;
  				height: 26px;
  				border-radius: 10px;
  				background: #F9F8F9;
  				font-family: Ubuntu;
  				font-size: 16px;
  				font-weight: 400;
  				line-height: 18px;
  				letter-spacing: 0em;
  				text-align: center;
  				color: #4B2A6B;
  				padding-left: 9px;
  				padding-right: 9px;
  				margin-left: 20px;
  			}

  			.isa_round {
  				width: 17px;
  				height: 17px;
  				background: #B2EFC2;
  				border-radius: 50%;
  				margin-left: 14px;
  			}

  			.isdisabled .isa_round {
  				background: #EFB2B2;
  			}
  /*******is active vn end****/


  .shownb {
  	display: flex;
  }

  .bitem A SVG {
  	width: 24px;
  	height: 24px;
  }

  #icon_sale PATH, #icon_theme PATH, #icon_notes PATH, #icon_logout PATH, #icon_users PATH, #icon_access PATH, #icon_vn PATH, #icon_ld PATH, #settings_svg PATH {
  	stroke: var(--color1);
  }

  #icon_feedback PATH, #icon_vm PATH, #icon_vl PATH {
  	fill: var(--color1);
  }

  .smallerhd {
  	font-size: 14px !important;
  }

  .arrow {
  	width: 14px;
  	height: 8px;
  	background: var(--arrow);
  	background-repeat: no-repeat;
  	margin-left: 13px;
  }
