body {
  min-width: 375px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #707070;
  background: #fff;
  font-family: "Roboto", sans-serif;
}

p {
  margin: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  padding: 6px 40px;
  color: #fff;
  border: 1px solid #F8C173;
  background: #9D499C;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  background: #F8C173;
  border-color: #9D499C;
}

.btn-primary {
  color: #090909;
  background: #f8b54a;
  border-color: #f8b54a;
}
.btn-primary:hover, .btn-primary:focus {
  background: #090909 !important;
  color: #fff;
  border-color: white;
}

h1,
.h1 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #9D499C;
}

h2,
.h2 {
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 48px;
  }
}

.modal {
  display: block !important;
  visibility: hidden;
}
.modal.show {
  visibility: visible;
}

.loginportal {
  height: 100vh;
  min-height: 768px;
  background: #100E3B;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.loginportal .loginDetail {
  max-width: 375px;
  margin: 0 auto;
}
.loginportal .login-holder {
  width: 210px;
}
.loginportal .logo-holder {
  overflow: hidden;
  margin-bottom: 30px;
}
.loginportal .logo-holder img {
  display: block;
  height: auto;
  max-width: 100%;
}
.loginportal .login-fields {
  overflow: hidden;
}
.loginportal .field-holder {
  margin-bottom: 10px;
}
.loginportal .forgot {
  display: block;
  font-size: 10px;
  line-height: 13px;
  color: #fff;
  margin-bottom: 20px;
}
.loginportal .copy {
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  position: absolute;
}
.loginportal .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-control {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border: 1px solid #F5A22C;
  border-radius: 8px;
  background: none;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:focus {
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  -webkit-appearance: none;
  border-color: #F5A22C;
}

.dashboard-content {
  height: 100vh;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}
.dashboard-content .inner-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 75px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
}
.dashboard-content .inner-content .para {
  margin-bottom: 15px;
}
.dashboard-content .inner-content p {
  margin: 0;
}
.dashboard-content .inner-content ul {
  padding: 0 0 0 12px;
  margin: 0 0 15px;
}
.dashboard-content .inner-content .image-holder {
  margin-bottom: 15px;
  height: 185px;
  background: #CBC0C0;
}
.dashboard-content .inner-content .image-holder img {
  display: block;
  height: auto;
  width: 100%;
}
.dashboard-content .header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  position: absolute;
  border-bottom: 2px solid #9D499C;
  height: 60px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard-content .left-align {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-content .mini-logo {
  width: 33px;
  margin-right: 10px;
}
.dashboard-content .mini-logo img {
  display: block;
  height: auto;
  width: 100%;
}
.dashboard-content .user-profile {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
  background: #DD5F82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-content .user-profile img {
  display: block;
  height: auto;
  width: 20px;
}
.dashboard-content .footer {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 60px;
  padding: 5px 5px;
  background: #9D499C;
}
.dashboard-content .footer .link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.dashboard-content .footer .link-wrap {
  width: 20%;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-content .footer .link {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.dashboard-content .footer .icon-hold {
  display: block;
  min-height: 34px;
}
.dashboard-content .footer .icon-hold img {
  display: inline-block;
  height: auto;
  width: 30px;
}
.dashboard-content .footer .text {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.slide-holder {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  padding: 12px;
  display: none;
  background: #8A4088;
  border-radius: 18px 18px 0 0;
}
.slide-holder .heading {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide-holder .heading .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #F5A22C;
}
.slide-holder .heading .icon img {
  display: block;
  height: auto;
  width: 45px;
  max-width: 100%;
}

.slide-links {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.slide-links li {
  width: 50%;
  margin-bottom: 20px;
}
.slide-links li a {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slide-links li a:hover {
  color: #F5A22C;
}

.chat-banner {
  padding: 12px;
  min-height: 94px;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
  background: #9D499C;
}
.chat-banner .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}
.chat-banner .icon-chat {
  top: 50%;
  right: 10px;
  width: 91px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.chat-banner .icon-chat img {
  display: block;
  height: auto;
  max-width: 100%;
}

.dashboard-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
}
.dashboard-tiles .tile {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 10px;
}
.dashboard-tiles .link-tile {
  display: block;
  padding: 12px;
  width: 100%;
  min-height: 94px;
  background: #DD5F82;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dashboard-tiles .link-tile:hover {
  background: #F5A22C;
}
.dashboard-tiles .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}
.dashboard-tiles .icon {
  right: 2px;
  bottom: 2px;
  width: 40px;
  position: absolute;
}
.dashboard-tiles .icon img {
  display: block;
  height: auto;
  width: 100%;
}