@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/*==================================
 SSO Header
===================================*/
.sso_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #283446;
  height: 38px;
  line-height: unset;
  padding-right: 4px;
  padding-left: 15px;
}
.sso_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: unset;
  letter-spacing: normal;
}
.sso_header ul li {
  list-style: none;
  line-height: 20px;
  letter-spacing: normal;
}
.sso_header ul li a,
.sso_header ul li a:hover,
.sso_header ul li a:focus,
.sso_header ul li a:focus-visible,
.sso_right .user-menu-list li a {
  text-decoration: none;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: unset;
  letter-spacing: normal;
  display: flex;
  background-color: transparent;
  outline: none;
}
.sso_navigation ul li a,
.accounts-list-ul li a {
  color: #fff !important;
  font-size: 13px;
}
.sso_navigation ul li {
  margin-left: 40px;
}
.sso_header .sso_left {
  flex: 0 0 58%;
  width: 100%;
  display: flex;
  align-items: center;
}

.sso_header .sso_left .sso_logo img {
  width: 75px;
  padding: 0;
  margin: 0;
}
.sso_header .sso_left .sso_logo {
  line-height: 0;
}
.sso_header .sso_navigation ul {
  display: flex;
}
.sso_header .sso_right {
  display: flex;
  align-items: center;
}
.sso_header .sso_right .accounts-list-ul {
  display: flex;
  align-items: center;
}
.sso_header .sso_right .accounts-list-ul li {
  margin-left: 20px;
}
.sso-blue-btn,
.sso-blue-btn:hover {
  background-color: #1170ff !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 140px;
  color: #fff;
  line-height: 30px !important;
  display: flex;
}

.sso_header .sso_right .sso-account {
  display: flex;
  align-items: center;
}
.sso_header .sso_right .sso-account .sso-username {
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sso_header .sso_right .sso-user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.sso_header .sso_right .sso-user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  outline: none;
  padding: 0;
  margin: 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-optimize-contrast;
}

/*==================================
 header Dropdown
===================================*/
.sso_right .user-logo {
  position: relative;
}
.sso_right .user-logo img {
  cursor: pointer;
}
.sso_header svg,
.sso_right .account-setting {
  display: none;
}
.sso_right .user-logo .account-setting {
  position: absolute;
  z-index: 999999;
  display: block;
  right: 3px;
  top: 45px;
  background-color: #fff;
  width: 350px;
  border-radius: 5px;
  box-shadow: 0px 5px 25px rgba(168, 168, 168, 0.4);
}
.sso_right .user-logo .account-setting .account-info {
  display: flex;
  padding: 15px;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.sso_right .user-logo .account-setting .account-info .logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.sso_right .user-logo .account-setting .account-info .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0;
  margin: 0;
}
.sso_right .user-logo .username {
  line-height: 0;
}
.sso_right .user-logo .username p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  margin: 0;
  color: #707070;
  font-size: 14px;
  word-break: break-word;

}
.sso_right .user-logo .username h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  margin: 0 0 6px 0;
  color: #202020;
  font-size: 16px !important;
  word-break: break-word;
  padding: 0;
}
.sso_right .user-logo .account-setting::after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 5px;
}
.sso_right .user-logo .account-setting.open-setting {
  display: block;
}
.sso_right .user-menu-list li {
  margin-left: 0 !important;
}
.sso_right .user-menu-list li:nth-child(1) {
  border-bottom: 1px solid #f3f3f3;
}
.sso_right .user-menu-list li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #202020 !important;
  display: flex;
}
.sso_right .user-menu-list li a:hover {
  color: #1170ff;
}

.sso_right .user-logo .account-setting {
  display: none;
}
.sso_right .user-logo .account-setting.active {
  display: block;
}

/*
/*==================================
 Media Queries
===================================*/

@media screen and (max-width:840px) {
  .sso_header{
    height: 52px;
    padding-right: 16px;
  }
  .sso_header .sso_left{
    flex: auto;
    width: unset;
  }

  .sso_header .sso_right .sso-account .sso-username{
    display: none;
  }
  .sso_header .sso_navigation {
    position: relative;
    display: none;
  }
  .sso_header .sso_navigation.open {
    display: block;
  }
  .sso_header .sso_navigation ul {
    flex-direction: column;
    position: absolute;
    left: -28px;
    top: 22px;
    background-color: #fff;
    padding: 15px;
    z-index: 9;
    min-width: 175px;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(168, 168, 168, 0.4);
    margin-bottom: 0;
    z-index: 999;
  }
   .sso_navigation ul li{
    margin-left: 0;
    margin-bottom: 15px;
  }
  .sso_navigation ul li:last-child{
    margin-bottom: 0;
  }
  .sso_navigation ul li a {
    color: #000 !important;
    font-weight: 400;
    font-size: 14px;
  }
 .sso_navigation ul::after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
  }

  .sso_header  svg{
    display: block;
    position: relative;
    top: 5px;
    margin-left: 10px;
  }
  .sso_header .up{
  transform: rotate(180deg);
  }
  .seebiz-header,.position_fixed_header{
    height: 115px;
  
  }
  header.disable-sso, .position_fixed_header.disable-sso{
      height: 60px;
  }
  .sidenav-overlay,.sidebar_right,.categoreis_mobile,.vendor_categories{
    top: 52px !important;
  }
  .sidebar{
    top: 52px !important;
    height: calc(100vh - 52px);
  } 
}
@media screen and (max-width:360px){
  .accounts-list-ul.logout_sso_mob li{
    margin-left: 10px !important;
  }
  .sso-blue-btn, .sso-blue-btn:hover{
    width: 120px;
  }
}
@media screen and (max-width:340px){

  .sso_right .user-logo .account-setting{
    width: 300px;
  }
}

