/* base scss imported */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50%;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

/* components scss imported */
.radius-8 {
  border-radius: 8px !important;
}

.theme-font {
  color: #0094a1 !important;
}

.searchBox {
  background: #f2f2f2;
  height: 50px;
  border-radius: 7px;
  padding: 5px;
  transition: 0.3s;
}

.searchBox .q-field__control:before {
  display: none !important;
}

.searchBox .q-field__control:after {
  display: none !important;
}

.addButton, .addButton-2 {
  width: 50px;
  height: 50px;
  background: #0094a1 !important;
  border-radius: 7px;
  margin-right: 15px;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 1px 2px 15px -10px #0094a1 !important;
}

.addButton-2 {
  width: 150px;
  height: 50px;
  color: #fff;
}

.addButton:hover, .addButton-2:hover {
  width: 150px;
  box-shadow: 1px 2px 10px -3px #0094a1 !important;
  cursor: pointer;
  background: #5e9c90;
}

.add-button-text {
  opacity: 0;
  font-size: 1px;
  display: block;
  transition: 0.3s;
  color: #fff;
}

.addButton:hover .add-button-text {
  opacity: 1;
  display: block;
  font-size: 14px;
}

.add-button-icon {
  display: block;
  font-size: 22px;
  margin-right: 13px !important;
  color: #fff;
}

tr:hover {
  cursor: pointer;
}

.q-table tbody td {
  font-size: 14px !important;
  position: relative;
  border: none !important;
}

.table-header {
  color: #242d2d !important;
}

.table-class {
  color: #232039;
}

.q-drawer--left > div.scroll {
  background: #6e7b7b;
}

.table__title {
  color: #e30c3e;
}

.partnerType {
  width: 24px;
  height: 24px;
  background: #5bc6f9;
  color: #fff;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  text-align: center;
  line-height: 24px;
  border-radius: 50px;
  transition: 0.3s;
}

.type-button-icon {
  display: block;
  font-size: 12px;
  color: #fff;
}

.type-button-text {
  opacity: 0;
  font-size: 1px;
  display: block;
  transition: 0.3s;
  color: #fff;
  float: left;
  margin-top: 2px;
  margin-left: 15px;
}

.partnerType:hover .type-button-text {
  opacity: 1;
  display: block;
  font-size: 14px;
}

.list-options {
  border-radius: 50px !important;
  box-shadow: none !important;
  width: 40px;
  height: 40px;
  opacity: 0;
  margin-left: auto;
}

tr:hover .list-options {
  opacity: 1;
}

.section-list:hover {
  box-shadow: 0px 0px 5px 0px lightgrey;
}

.theme-color-2 {
  background: #0094a1 !important;
}

.info {
  background: #5bc6f9;
  box-shadow: 1px 2px 15px -1px rgba(0, 0, 0, 0.21);
}

.error {
  background: #ff3a2f;
  box-shadow: 1px 2px 15px -1px rgba(0, 0, 0, 0.21);
}

.success {
  background: #3EB957;
  box-shadow: 1px 2px 15px -1px rgba(0, 0, 0, 0.21);
}

.warning {
  background: #ff9319;
  box-shadow: 1px 2px 15px -1px rgba(0, 0, 0, 0.21);
}

.purple {
  background: #5855d4;
  box-shadow: 1px 2px 15px -1px rgba(0, 0, 0, 0.21);
}

.orange {
  background: #ffab4c;
  box-shadow: 1px 2px 15px -1px rgba(0, 0, 0, 0.21);
}

.rd-theme {
  background: #3a9cac;
}

.lime-10 {
  background: #827717;
}

.q-field--filled .q-field__control {
  background: none !important;
  padding: 0px !important;
}

.q-field__bottom {
  padding: 15px 12px 0 !important;
}

.export-button {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background: #0094a1 !important;
  line-height: 50px;
  text-align: center;
  transition: 0.3s;
}

.export-button:hover {
  box-shadow: 1px 2px 10px -3px #0094a1 !important;
  cursor: pointer;
  background: #5e9c90;
}

.nd-info {
  transition: 0.3s;
}

.nd-info:hover {
  cursor: pointer;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50px;
}

.nd-user-icon {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
}

.inventoryAction span {
  display: block;
}
.inventoryAction .tItem {
  display: none;
}

.inventoryAction:hover span {
  display: none;
}
.inventoryAction:hover .tItem {
  display: block;
}

.drawer-title {
  display: flex;
}

.dialogBox {
  background: #fff;
}

.drawerButtons {
  transition: all 0.3s;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
}

.drawerButtons:hover {
  cursor: pointer;
}

.box {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.13);
}

.partnerStatus {
  background: #0094a1 !important;
  position: absolute;
  left: -1%;
  height: 35px;
  width: auto;
  padding-right: 20px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  line-height: 35px;
  border-radius: 5px;
}

.partnerStatus span {
  color: #fff !important;
  font-size: 16px !important;
}

.companyDetails {
  width: 50%;
}
.companyDetails ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.companyDetails ul li div .d-icon {
  width: 20px;
}
.companyDetails ul li div .d-details {
  width: 100%;
  text-align: left;
}
.companyDetails ul li span {
  font-size: 16px;
}

.ownerSlider {
  width: 50%;
}
.ownerSlider ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ownerSlider ul li div .d-icon {
  width: 20px;
}
.ownerSlider ul li div .d-details {
  width: 100%;
  text-align: left;
}
.ownerSlider ul li span {
  font-size: 16px;
}

.user {
  width: 40px;
  height: 40px;
  border: 1px solid #0094a1 !important;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
}

.user-2 {
  width: 60px;
  height: 60px;
  border: 1px solid #0094a1 !important;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
}

.q-carousel__navigation-inner {
  justify-content: start !important;
}

.icons {
  color: #cdcdcd;
}

.q-btn--dense.q-btn--round {
  padding: 0;
  height: 10px !important;
  width: 10px !important;
  min-height: 20px !important;
  min-width: 20px !important;
}

.bankDetails ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bankLabel {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 12px;
}

.ai-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.ai-side-label {
  font-size: 0.6875rem;
  color: #5f6368;
  letter-spacing: 0.07272727em;
  font-weight: 500;
  line-height: 1rem;
  text-transform: uppercase;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  width: 100%;
}

.acInfo span {
  font-size: 16px !important;
}

.transferButton {
  background: #0094a1 !important;
  border-radius: 50px !important;
  height: 40px;
  width: 40px;
  color: #fff !important;
}

.q-item--active {
  color: #0094a1 !important;
}

.referredBy ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.referredBy ul li span {
  font-size: 16px;
}

.card {
  box-shadow: none !important;
}

.sectionOne {
  border: 1px solid lightgrey;
  height: 65vh !important;
  overflow-y: auto !important;
  position: relative !important;
}

.st-header {
  position: fixed;
  width: 382px;
  background: #fff;
  box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.13);
  margin-top: 0px;
  height: 50px;
  z-index: 1;
}

.dialogHeader {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}

.document-box {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.p-box {
  padding: 25px;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  height: 100%;
}

.user-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.partner-name {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

.p-type {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  color: #fff;
}
.p-type h6 {
  background: #0094a1 !important;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-info h6 {
  color: #727272;
}

.p-icon span, .p-icon i {
  color: #727272;
  font-size: 16px;
}

.p-text {
  margin-left: 1.5rem;
  font-size: 16px;
  display: block;
}
.p-text span {
  font-size: 16px;
}

.p-box ul li {
  padding: 10px;
}

.preffer-box {
  display: flex;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 0px 10px;
  position: relative;
}

.preffer-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.preffer-info {
  margin: 10px;
  margin-left: 20px;
}
.preffer-info ul li {
  padding: 0px;
}

.preffer-person {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0094a1 !important;
  line-height: 50px;
  text-align: center;
}

.product-card {
  border-radius: 5px !important;
}

.reject-data {
  min-height: 650px;
  overflow-y: auto;
}

.reject-item {
  padding: 10px;
}

.product-card:hover {
  cursor: pointer;
}

.mp-card {
  border-radius: 7px;
}

.mp-actions {
  width: 40%;
  height: 40px;
  border: 1px solid #0094a1 !important;
  border-radius: 0px;
  overflow: hidden;
}

.mp-approve {
  width: 50%;
  height: 40px;
  text-align: center;
  line-height: 35px;
  transition: 0.3s;
  border-right: 1px solid lightgrey;
}
.mp-approve i {
  font-size: 18px;
  color: #3EB957;
}

.mp-approve:hover {
  cursor: pointer;
  background: #3EB957;
}
.mp-approve:hover i {
  color: #fff;
  cursor: pointer;
}

.mp-reject {
  width: 50%;
  height: 40px;
  transition: 0.3s;
  text-align: center;
  line-height: 35px;
}
.mp-reject i {
  font-size: 18px;
  color: #ff3a2f;
}

.mp-reject:hover {
  cursor: pointer;
  background: #ff3a2f;
}
.mp-reject:hover i {
  color: #fff;
  cursor: pointer;
}

.mp-items {
  width: 50%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #0094a1 !important;
  color: #0094a1 !important;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: 0.3s;
}
.mp-items .mp-item-count {
  display: block;
  color: #0094a1 !important;
  font-size: 18px;
}
.mp-items .go {
  display: none;
}

.mp-item-count {
  display: block;
  color: #0094a1 !important;
  font-size: 18px;
  font-weight: 900;
}

.mp-items:hover .mp-item-count {
  display: none;
}
.mp-items:hover .go {
  display: block;
  font-size: 24px;
}

.mp-body ul {
  list-style: none;
}
.mp-body ul li .mp-icon {
  width: 50px;
}
.mp-body ul li .mp-icon i {
  font-size: 18px;
  color: #a5a5a5;
}
.mp-body ul li .mp-value span {
  font-size: 16px;
}

.product-left {
  border-right: 1px solid #e1e1e1;
}

.product-left-data {
  min-height: 600px;
  overflow-y: auto;
}
.product-left-data ul li .product-left-item {
  border-bottom: 0.5px solid #eeeeee;
  transition: 0.3s;
  padding: 1px;
}
.product-left-data ul li .product-left-item:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.product-left-data ul li p {
  font-size: 16px;
}

.co-accordion {
  max-height: 150px;
  overflow-y: auto;
}

.od-count {
  min-width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  color: #fff;
}

.login-left-content {
  height: 100vh;
}

.login-right-content {
  background: #e8e8e8;
  height: 100vh;
  position: relative;
}

.loginBox {
  min-height: 400px;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loginBox h1 {
  font-size: 36px;
  font-weight: 400 !important;
}
.loginBox h3 {
  font-size: 24px;
  font-weight: 300;
}

/* footer */
.footer-logo {
  width: 70px;
}

.social-icons {
  width: 30px;
  height: 30px;
  background: #00a0e3;
  background: -moz-linear-gradient(left, #00a0e3 0%, #304193 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00a0e3), color-stop(100%, #304193));
  background: -webkit-linear-gradient(left, #00a0e3 0%, #304193 100%);
  background: -o-linear-gradient(left, #00a0e3 0%, #304193 100%);
  background: -ms-linear-gradient(left, #00a0e3 0%, #304193 100%);
  background: linear-gradient(to right, #00a0e3 0%, #304193 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a0e3", endColorstr="#304193", GradientType=1 );
  border-radius: 50px;
  line-height: 33px;
  text-align: center;
  transition: 0.3s;
}
.social-icons a {
  text-decoration: none;
  color: #fff;
}

.social-icons:hover {
  transform: scale(0.9);
  cursor: pointer;
}
.social-icons:hover a {
  color: #fff;
}

.footer-bar {
  border-top: 1px solid lightgrey;
  position: absolute;
  bottom: 0px;
  width: 95%;
  left: 51.6%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=main.css.map */
