@media only screen and (max-width: 600px) {
.sb-admin-box {
margin: 30px 10px;
  }
}
.sb-admin-box .sb-top-bar img {
    max-width: 200px;
}
.sb-btn, a.sb-btn {
    font-size: 14px;
    line-height: 38px;
    border-radius: 4px;
    height: 40px;
}
.sb-btn.sb-icon, a.sb-btn.sb-icon {
  font-size: 14px;
  line-height: 38px;
  border-radius: 4px;
  height: 40px;
  text-transform: capitalize;
  font-weight: 600;
}
.sb-input > span {
    width: 100px;
    min-width: 100px;
}
.sb-admin-box .sb-text {
    color: #fff;
}
.sb-admin-box .sb-top-bar .sb-title {
    color: #fff;
}
.sb-admin-box {
    max-width: 400px;
    border-radius: 8px;
    background: linear-gradient(40deg, #3cff53 0%, #39aeff 100%);
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,.1) !important;
	border: 0px solid #d4d4d4;
}
body, html {
    background: #223645;
}
.sb-rich-login {
    max-width: 400px;
}
.sb-chat-btn {
  background-color: #fff !important;
}
.sb-chat-btn:hover,  .sb-chat-btn:focus{
  background-color: #17d092 !important;
}
.sb-chat .sb-popup-message > img {
  background: #fff !important;
}
.sb-chat .sb-popup-message {
  border-radius: 6px !important;
}
.sb-input>span {
    color: #fff;
}
.sb-admin-box .sb-btn {
  width: 100%;
    font-size: 16px;
    line-height: 48px;
    border-radius: 4px;
    height: 46px;
}
.sb-menu-wide ul li, .sb-tab > .sb-nav > ul li {
  text-transform: capitalize;
}
.sb-title {
  text-transform: capitalize;
}
.sb-info-card span {
  text-decoration: none;
  color: #028be5;
}