body {
  /* background-color: #f2f5f5; */
  background-color: #f9f7f7 !important;
}

mhw-main {
  position: relative;
}

mhw-nav {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 85px;
  background: #586165;
}

mhw-nav sub-nav {
  display: block;
  font-size: 10px;
  font-weight: bold;
  /* padding: 5px 15px 5px 15px; */
  height: 25px;
  overflow: hidden;
}

mhw-nav sub-nav tab-container {
  height: 25px;
}

mhw-nav sub-nav tab-container a bar-icon {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 7px;
}

mhw-nav sub-nav license-container {
  line-height: 25px;
  height: 25px;
  color: rgba(255, 255, 255, 0.5);
}

.licend {
  color: rgba(255, 255, 255, 0.5);
}

mhw-nav sub-nav license-container a {
  margin-left: 5px;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}

mhw-nav sub-nav license-container a:focus,
mhw-nav sub-nav license-container a:hover {
  color: rgba(255, 255, 255, 0.8);
}

mhw-nav sub-nav tab-container a,
mhw-nav sub-nav tab-container a:focus,
mhw-nav sub-nav tab-container a:hover {
  display: inline-block;
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
  margin-right: -8px;
  /* border-right: 1px solid rgba(0,0,0,0.1); */
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  /* background: rgba(0,0,0,0.2); */
}

mhw-nav sub-nav tab-container a:focus,
mhw-nav sub-nav tab-container a:hover {
  background: rgba(0, 0, 0, 0.1);
}

mhw-nav sub-nav tab-container a.active {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.2);
  margin-right: -8px;
  /* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
}

mhw-nav sub-nav a,
mhw-nav sub-nav a:focus,
mhw-nav sub-nav a:hover {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

mhw-nav sub-nav a:focus,
mhw-nav sub-nav a:hover {
  color: #e8e8e8;
}

mhw-nav sub-nav span {
  color: #ffffff;
}

mhw-nav sub-nav chip-nav {
  opacity: 0.62;
  background: rgba(255, 255, 255, 0.4);
  /* color: rgba(0,0,0,0.8); */
  color: rgba(0, 0, 0, 0.4);
  border-radius: 12.5px;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
}

mhw-nav sub-nav lowchip-nav {
  color: rgba(255, 255, 255, 0.4);
  padding: 2px 10px 2px 10px;
}

mhw-nav main {
  display: flex;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
  /* border-radius: 10px; */
  /* border-top-left-radius: 15px;
	border-top-right-radius: 15px; */
}

mhw-logo,
mhthink-logo,
mhg-logo,
mhpeek-logo {
  margin-left: 15px;
  cursor: pointer;
}

mhw-logo:hover,
mhthink-logo:hover,
mhg-logo:hover,
mhpeek-logo:hover {
  /* background-color: #9AA1A5; */
  cursor: pointer;
}

mhw-loading {
  display: block;
  position: fixed;
  z-index: 9999;
  height: 300px;
  width: 300px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

mhw-usericon {
  position: relative;
  /* width: 130px;
  height: 40px; */
  padding: 5px;
  line-height: 30px;
  border-radius: 20px;
  background-color: #ecca1b;
  margin-left: auto;
  margin-right: 20px;
  cursor: pointer;
  /* overflow: hidden !important; */
}

mhw-usericon:hover {
  box-shadow: 0 0 20px 0 rgba(255, 146, 0, 0.74);
}

mhw-usericon {
  color: #5e6974 !important;
}

mhw-usericon img {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

mhw-usericon .username {
  float: right;
  text-align: right;
  width: 80px;
  font-size: 12px;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

mhw-loginicon {
  position: relative;
  width: 100px;
  height: 40px;
  padding: 5px;
  line-height: 30px;
  border-radius: 20px;
  background-color: #00c7f7;
  margin-left: auto;
  margin-right: 15px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

mhw-loginicon:hover {
  box-shadow: 0 0 20px 0 rgba(0, 208, 255, 0.5);
}

mhw-usericon:hover #userdropdown {
  display: block;
}

mhw-searchbox {
  display: block;
  border-radius: 23px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  /* background-color: #C3C3C3; */
  line-height: 40px;
  cursor: pointer;
}

mhw-searchbox:focus-within {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 20px 0 rgba(255, 146, 0, 0.74);
}

mhw-searchbox input[type="text"] {
  background: transparent;
  border: none;
  outline: none;
  /* width: 0px; */
  /* font-weight: 500; */
  font-size: 16px;
  transition: 0.8s;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

mhw-searchbox input[type="text"]:focus {
  color: #000000;
  /* width: 70%; */
}

mhw-searchbox input[type="text"]::placeholder {
  color: #ebebeb;
}

main.main {
  margin-top: 95px;
  height: calc(100vh - 95px);
}

mhw-side {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

mhw-appicon {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

budge-box {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #ff0027;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
}

.budge-line {
  color: rgba(255, 255, 255, 0.9);
  background-color: #ff0027;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  border-radius: 10px;
  margin-left: 5px;
}

mhw-appicon mode-icon {
  position: relative;
  margin-top: 12px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}

mhw-appicon mode-icon:hover mhw-dropdown {
  display: block;
}

mhw-appicon mode-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  height: 25px;
  /* overflow: hidden; */
}

mhw-appicon mode-icon .icon .icn {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

mhw-appicon mode-icon .icon-pt {
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #FFFFFF; */
  text-align: center;
  height: 25px;
  /* overflow: hidden; */
}

mhw-appicon mode-icon .icon-pt .icn {
  font-size: 25px;
  /* color: #FFFFFF; */
  text-align: center;
  border-radius: 10px;
}

mhw-appicon mode-icon .subtitle-pt {
  font-size: 10px;
  /* color: #FFFFFF; */
  color: rgba(102, 102, 102, 0.6);
  font-weight: bold;
  text-align: center;
}

mhw-appicon mode-icon .subtitle {
  font-size: 10px;
  /* color: #FFFFFF; */
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  text-align: center;
}

mode-icon .Title {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 20px;
}

mode-icon .Title:hover,
mode-icon .Title:visited,
mode-icon .Title:active {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}

mhw-appicon mode-icon .icon .icn:hover,
mhw-appicon mode-icon .icon .picicn:hover {
  background: #c39426;
  box-shadow: 0 0 22px 8px #ffb202;
}

mhw-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: calc(100vh - 160px);
  margin-left: -10px;
}

mhw-dropdown#userdropdown{
  left: auto;
  right: 0 !important;
}

mhw-dropdown::-webkit-scrollbar {
  display: none;
}

mhw-dropdown .title {
  opacity: 0.7;
}

mhw-dropdown a {
  margin: 5px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 25px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

mhw-dropdown a .vert-icn {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  border-radius: 10px;
  margin-left: 5px;
}

mhw-dropdown a:hover {
  background-color: #ffa336;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

mhw-dropdown a.logoutBtn {
  margin: 0px;
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.9);
  background-color: #ff0027;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 30px;
  text-decoration: none;
  display: block;
}

mhw-dropdown zone-divider {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 25px;
  color: rgba(0, 0, 0, 0.6);
  /* margin-left: 10px;
  margin-right: 10px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#scrollPartner {
  max-height: 250px;
  overflow-y: scroll;
}

#scrollPartner::-webkit-scrollbar {
  display: none;
}

#mhcnavlogo {
  background-image: url(https://file.myhealthgroup.net/public/icn_img/mhclogox2.png);
  background-size: 33px 21px;
  background-repeat: no-repeat;
  width: 33px;
  height: 21px;
  margin-top: 2px;
  float: left;
}

#maicardnavlogo {
  background-image: url(https://file.myhealthgroup.net/public/icn_img/maicardlogox2.png);
  background-size: 31px 21px;
  background-repeat: no-repeat;
  width: 31px;
  height: 21px;
  margin-top: 2px;
  float: left;
}

#mhrnavlogo {
  background-image: url(https://file.myhealthgroup.net/public/icn_img/mhrlogo1x2.png);
  background-size: 34px 21px;
  background-repeat: no-repeat;
  width: 34px;
  height: 21px;
  margin-top: 2px;
  float: left;
}

#first-bar-logo {
  background-image: url(https://file.myhealthgroup.net/public/ui_img/first-bar-logo.png);
  background-size: 13px 12px;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
}

#mob-bar-logo {
  background-image: url(https://file.myhealthgroup.net/public/ui_img/mob-bar-logo.png);
  background-size: 23px 12px;
  background-repeat: no-repeat;
  width: 23px;
  height: 12px;
}

#peek-bar-logo {
  background-image: url(https://file.myhealthgroup.net/public/ui_img/peek-bar-logo.png);
  background-size: 17px 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 12px;
}

#think-bar-logo {
  background-image: url(https://file.myhealthgroup.net/public/ui_img/think-logo-small.png);
  background-size: 17px 12px;
  background-repeat: no-repeat;
  width: 17px;
  height: 12px;
}

#world-bar-logo {
  background-image: url(https://file.myhealthgroup.net/public/ui_img/world-bar-logo.png);
  background-size: 19px 12px;
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
}

.divider {
  /* margin-left: 10px;
  margin-right: 10px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  mhw-logo {
    width: 68px;
    height: 40px;
    background: url(https://file.myhealthgroup.net/public/ui_img/mhwlogosmall@2x.png) no-repeat center center;
    background-size: 48px 30px;
  }

  mhthink-logo {
    width: 68px;
    height: 40px;
    background: url(https://file.myhealthgroup.net/public/ui_img/think-logo-small.png) no-repeat center center;
    background-size: 43px 30px;
  }

  mhpeek-logo {
    width: 68px;
    height: 40px;
    background: url(https://file.myhealthgroup.net/public/ui_img/peek-logo-small.png) no-repeat center center;
    background-size: 43px 30px;
  }

  mhg-logo {
    width: 45px;
    height: 40px;
    background: url(https://file.myhealthgroup.net/public/ui_img/mhglogo.png) no-repeat center center;
    background-size: 25px 30px;
  }

  mhm-logo {
    width: 45px;
    height: 40px;
    background: url(https://file.myhealthgroup.net/public/ui_img/mob-bar-logo.png) no-repeat center center;
    background-size: 25px 30px;
  }

  mobile-nav {
    display: block;
    width: 45px;
    height: 45px;
  }

  lowchip-nav {
    display: none;
  }

  mhw-nav mhw-searchbox {
    display: none;
  }

  mhw-usericon {
    min-width: 40px;
    min-height: 40px;
    padding: 0px;
  }

  mhw-usericon img {
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
  }

  mhw-usericon .username {
    display: none;
  }
}

@media (min-width: 1024px) {
  mhw-logo {
    width: 218px;
    height: 40px;
    margin-right: 10px;
    background: url(https://file.myhealthgroup.net/public/ui_img/mhwlogov3@2x.png) no-repeat center center;
    background-size: 208px 30px;
    /* background-color: #757C80; */
  }

  mhthink-logo {
    width: 198px;
    height: 40px;
    margin-right: 10px;
    background: url(https://file.myhealthgroup.net/public/ui_img/think-logo.png) no-repeat center center;
    background-size: 178px 30px;
    /* background-color: #757C80; */
  }

  mhpeek-logo {
    width: 198px;
    height: 40px;
    margin-right: 10px;
    background: url(https://file.myhealthgroup.net/public/ui_img/peek-logo.png) no-repeat center center;
    background-size: 178px 30px;
    /* background-color: #757C80; */
  }

  mhg-logo {
    width: 216px;
    height: 40px;
    margin-right: 10px;
    background: url(https://file.myhealthgroup.net/public/ui_img/mhglogobig.png) no-repeat center center;
    background-size: 196px 30px;
    /* background-color: #757C80; */
  }

  mhm-logo {
    width: 216px;
    height: 40px;
    margin-right: 10px;
    background: url(https://file.myhealthgroup.net/public/ui_img/mhglogobigmobnew.png) no-repeat center center;
    background-size: 196px 30px;
    /* background-color: #757C80; */
    cursor: pointer;
  }

  mobile-nav {
    display: none;
  }

  mhw-nav mhw-searchbox {
    display: block;
  }

  mhw-usericon .username {
    display: block;
  }

  mhw-usericon {
    min-width: 130px;
    min-height: 40px;
  }
}

/* chat screen style */
#chat-screen {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 500;
  background-color: white;
  overflow: hidden;
  height: calc(100% - 90px);
  width: 70%;
  min-width: 300px;
  min-height: 300px;
  max-width: 1000px;
  max-height: 720px;
  -webkit-box-shadow: 2px 4px 16px -3px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 2px 4px 16px -3px rgba(0, 0, 0, 0.52);
  box-shadow: 2px 4px 16px -3px rgba(0, 0, 0, 0.52);
  border-radius: 0px 0px 10px 10px;
  display: none;
}

#chat-screen.active {
  display: block;
}

#chat-screen object {
  width: 100%;
  height: 100%;
}

.cardpt {
  border: 1px solid #dddddd;
  position: relative;
  background: #fff;
  color: #5b5b5b;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  border-bottom: 2px solid #dddddd;
  border-radius: 20px;
}

.cardpt .cardpt-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 130px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 1;
}

.cardpt .cardpt-cover .chat {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.cardpt .cardpt-inner {
  z-index: 2;
  position: relative;
  margin-top: 50px;
}

.cardpt-perf {
  text-align: left;
  padding: 10px;
  line-height: 12px;
}

.cardpt-buttom {
  border-top: 1px solid #dddddd;
  /* background: rgba(200,200,200,0.10); */
}

.cardpt-buttom .cardpt-buttom-button {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.cardpt .cardpt-inner img.profile-avatar {
  box-shadow: 0 0 0 2px rgb(255 255 255);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 0 2px rgb(255 255 255);
  border: none;
  width: 100px;
  height: 100px;
}

/*################## List ####################*/
.cardlist-pt {
  border: 1px solid #dddddd;
  position: relative;
  background: #fff;
  color: #5b5b5b;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  border-bottom: 2px solid #dddddd;
  border-radius: 30px;
}

.cardlist-pt .cardlist-pt-inner {
  position: relative;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cardlist-pt .cardlist-pt-inner img.profile-avatar {
  box-shadow: 0 0 0 2px rgb(255 255 255);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 0 2px rgb(255 255 255);
  border: none;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

.cardlist-pt-buttom {
  position: relative;
}

.cardlist-pt-buttom .cardlist-pt-buttom-button {
  /* color: rgba(0,0,0,0.40); */
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

/*################## List ####################*/
.queueshow {
  font-size: 12px;
  overflow: hidden;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin-left: 5px;
  border-radius: 15px;
  color: #ffffff;
  background-color: #d50000;
  border: 1px solid #d50000;
}