#client-portal-iframe {
  width:100%;
  border: 0;
  display: block;
}
#support-btn {
  right: calc(10% - 17.5px);
  bottom: 70px;
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 9999;
}
a.support-services {
  width: 45px;
  height: 45px;
  background: #21AE7B;
  border-radius: 50%;
  padding: 9px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all ease-out .4s;
  box-sizing: border-box;
}
a.support-services:hover {
  background: #17efa1;
  transform: rotate(25deg) scale(1.1);
}
@media (hover: none) {
  a.support-services:hover {
    background: #21AE7B;
    transform: rotate(0deg);
  }
}
.support-services img {
  width: 25px;
  max-width: 25px;
  vertical-align: top;
  z-index: 9999;
}
.support-btn__outer  {
  background: rgb(23 239 161 / 0.3);
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  animation: zoom 1.5s infinite alternate;
}
.support-btn__outer_2 {
  background: rgb(23 239 161 / 0.3);
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: zoom 1.5s infinite alternate;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.cp-crm-widget-bar {
  bottom: 0px;
  left: 0px;
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.cp-crm-navigation-bar {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  padding-right: 10%;
  padding-left: 10%;
  backdrop-filter: blur(9px);
  box-sizing: border-box;
} 
.cp-crm-nav-item li {
  background: none;
  margin: 0px 40px 0px 0px;
  list-style: none;
  padding: 0;
}
.btn-nav {
  display: flex;
  width: 100%;
  margin: auto;
  border-radius: 4px;
  text-transform: capitalize;
  font-family: Exo;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 28px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-family: sans-serif;
  border-color: none;
  white-space: nowrap;
}
.btn-nav:focus {
  color: inherit;
  outline: none;
}
#trade-button-btn {
  width: 180px;
  display: flex;
  justify-content: flex-end;
}
.btn-wbt {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  text-transform: capitalize;
  font-family: Exo;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 28px;
  padding: 4px 11px;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
  border-color: none;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  text-decoration: none;
  position: unset;
  width: 127px;
  bottom: 10px;
}
.btn-wbt img{
  margin-right: 5px;
}
.btn-support {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  text-transform: capitalize;
  font-family: Exo;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 28px;
  padding: 4px 11px;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
  color: #fff;
  background: #11AE76;
  border-color: none;
  text-decoration: none;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#webtrader {
  display: none;
}
ul.cp-crm-nav-item {
  display: flex;
  flex-direction: row;
  margin: 0;
  list-style: none;
  padding: 0;
}
.toggle-line {
  display: none;
}
@media (min-width: 640px) and (max-width: 768px) {
  .wbt-desc {
    display: none;
  }
  .btn-wbt {
    width: 48px;
    height: 30px;
  }
  #trade-button-btn {
    width: auto;
  }
  .webtrader-icon {
    margin-right: 0!important;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .cp-crm-navigation-bar {
    padding-right: 6%;
    padding-left: 6%;
  }
  #support-btn {
    right: calc(6% - 17.5px);
  }
}
@media (min-width: 639.98px) {
  .cp-crm-nav-item li:first-child {
    margin: 0;
  }
}
@media (max-width: 639.98px) {
  .cp-crm-mobile-widget-navbar {
    border-radius: 0px 0px 10px 10px;
  }
  .cp-crm-navigation-bar {
    background: rgb(255 255 255 / 0%);
    backdrop-filter: none;
  }
  .btn-wbt {
    display: none;
    justify-content: center;
    border-radius: 4px;
    text-transform: capitalize;
    font-family: Exo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 28px;
    padding: 4px 11px;
    align-items: center;
    cursor: pointer;
    font-family: sans-serif;
    color: #fff;
    background: linear-gradient(139.75deg, #229BD8 3.4%, #AFCFF6 97.45%);
    border-color: none;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    position: unset;
    width: 180px;
    bottom: 10px;
  }
  .btn-wbt img{
    margin-right: 5px;
  }
  .btn-support {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    text-transform: capitalize;
    font-family: Exo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 28px;
    padding: 4px 11px;
    align-items: center;
    cursor: pointer;
    font-family: sans-serif;
    color: #fff;
    background: #11AE76;
    border-color: none;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  #webtrader {
    display: flex;
  }
  .trade-icon-mobile {
    box-sizing: border-box;
  }
  .trading a span {
    margin: -1px;
  }
  @supports (-webkit-touch-callout: none) {
    .cp-crm-navigation-bar {
      height: 65px!important;
    }
  }
}
