.bg-grey {
  background-color: #eaeff5;
}

.text-orange {
  color: #f83601;
}

.text-black {
  color: #0f172a !important;
}

.text-dark {
  color: #2e3062;
}

.text-blue {
  color: #485cf0;
}

.text-red {
  color: #ff2d46;
}

.text-aqua {
  color: #00b4d8;
}

.text-green {
  color: #11c264;
}

.text {
  color: #5a6175 !important;
}

.text-grey {
  color: #94a3b8;
}

.text-gray {
  color: #848484;
}

.bg-beige {
  background-color: #fffeef !important;
}

.bg-laqua {
  background-color: #f0f9ff !important;
}

.bg-lorange {
  background-color: #fef7ec !important;
}

.bg-lviolet {
  background-color: #faedff !important;
}

.bg-lgrey {
  background-color: #f5f5f5 !important;
}

.bg-lred {
  background-color: #fff5fa !important;
}

.bg-lyellow {
  background-color: #fff7ea !important;
}

.link {
  color: #f83601 !important;
  transition: all ease 180ms;
  font-weight: 500;
  display: inline-block;
}
.link:hover {
  color: #e93301;
}

.arrow-down {
  position: relative;
}
.arrow-down:after {
  content: "";
  display: inline-block;
  background: url(../images/readmore.svg) no-repeat center;
  width: 15px;
  height: 10px;
  background-size: 100%;
  margin-left: 7px;
}

.arrow-right {
  position: relative;
}
.arrow-right:after {
  content: "";
  display: inline-block;
  background: url(../images/readmore.svg) no-repeat center;
  width: 15px;
  height: 10px;
  background-size: 100%;
  margin-left: 7px;
  transform: rotate(-90deg);
}

.blue-text {
  background: #4966ff;
  background: linear-gradient(90.21deg, #2d54c2 8.95%, #07a5bb 94.8%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.green-text {
  background: #4966ff;
  background: linear-gradient(93.32deg, #2bd67b 3.1%, #00b897 96.84%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.blank {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #2e3062;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.blank-blue {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #485cf0;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}

.null-btn {
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 0px;
  cursor: pointer;
  filter: grayscale(1);
}
.null-btn:focus {
  outline: none;
}
.null-btn.colored {
  filter: grayscale(0);
}
.null-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.icon-btn {
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  background-color: white;
  border: 1px solid rgba(226, 230, 239, 0.34);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  transition: all ease 220ms;
  transform: translateY(0px);
  will-change: transform;
  cursor: pointer;
}
.icon-btn:hover {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
  transform: translateY(-2px);
}

.dots-btn {
  padding: 0px 10px 4px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 70px;
  transition: all ease 220ms;
  will-change: transform;
  cursor: pointer;
  outline: none !important;
  width: 40px;
  height: 20px;
  background: url(../images/dots.png) no-repeat center;
}
.dots-btn img {
  display: none;
}
.dots-btn:hover {
  background-color: whitesmoke;
}

.dropdown.show .dots-btn {
  background-image: url(../images/dotsO.svg);
}

.m22 {
  margin-bottom: 22px;
}

.m28 {
  margin-bottom: 28px;
}

.m34 {
  margin-bottom: 34px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr14 {
  margin-right: 14px;
}

.mr16 {
  margin-right: 16px;
}

.mr20 {
  margin-right: 20px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px !important;
}

.gap10 {
  gap: 10px;
}

.va-4 {
  vertical-align: -4px;
}

.va-3 {
  vertical-align: -3px;
}

.va-2 {
  vertical-align: -2px;
}

.va-1 {
  vertical-align: -1px;
}

.va1 {
  vertical-align: 1px;
}

.va2 {
  vertical-align: 2px;
}

.va3 {
  vertical-align: 3px;
}

.va4 {
  vertical-align: 4px;
}

.lh12 {
  line-height: 1.2;
}

.nav-link.dropdown-toggle:after {
  background: url(../images/caret.svg) no-repeat center;
  border: none;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: -5px;
}

.nav-item.dropdown:hover .dropdown-menu.drop-custom {
  transform: translateY(5px) !important;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu.drop-custom {
  border-radius: 4px;
  padding: 5px 0 10px;
  transition: all ease 200ms;
  transform: translateY(20px) !important;
  will-change: transform;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #f3f3f3;
  right: auto;
  left: 0;
  top: 100% !important;
  position: absolute;
}
.dropdown-menu.drop-custom.show {
  transform: translateY(5px) !important;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu.drop-custom a {
  font-size: 14px;
  padding: 10px 20px;
  display: block;
  line-height: 1;
  font-size: 14px;
  transition: all ease 210ms;
  color: #0f172a !important;
  margin-bottom: 3px;
}
.dropdown-menu.drop-custom a.active {
  background-color: #f83601;
  color: white !important;
}
.dropdown-menu.drop-custom a.active:hover {
  background-color: #f83601;
}
.dropdown-menu.drop-custom a:hover {
  background-color: #f8f8fb;
}

img {
  max-width: 100%;
}

.btn-grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.btn-grp.mt60 {
  margin-top: 60px;
}
.btn-grp > a,
.btn-grp > button,
.btn-grp > .dropdown {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .btn-grp > a,
  .btn-grp > button,
  .btn-grp > .dropdown {
    width: auto;
  }
}
@media (min-width: 767px) {
  .btn-grp > a,
  .btn-grp > button,
  .btn-grp > .dropdown {
    margin-left: 24px;
    margin-top: 0;
  }
}
.btn-grp > a:first-child,
.btn-grp > button:first-child,
.btn-grp > .dropdown:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .btn-grp > a:first-child,
  .btn-grp > button:first-child,
  .btn-grp > .dropdown:first-child {
    margin-top: 0;
  }
}
.btn-grp.center {
  justify-content: center;
}

.str:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.str-i {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.slick-slider {
  position: relative;
}

.learnmore {
  color: #485cf0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 7px 12px 6px;
  margin-left: -12px;
  transition: all cubic-bezier(0.18, 0.73, 0.67, 0.91) 200ms;
}
.learnmore:hover {
  color: #2f42ce;
  background: #f8fafc;
  margin-left: 0px;
}
.learnmore:hover .arrow-right:after {
  border-color: dblue;
}
.learnmore:hover .arrow-right:before {
  width: 12px;
}

.arrow-long {
  position: relative;
}
.arrow-long:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/arrowlong.svg) no-repeat center;
  vertical-align: 0px;
  margin-left: 10px;
}

.top-blue:before {
  content: "";
  position: absolute;
  right: 0;
  top: -113px;
  height: 200px;
  width: 90px;
  background: url(../images/blueDotsDown.png) no-repeat center;
}
.top-blue.tleft:before {
  right: auto;
  left: 0;
}

.top-aqua:before {
  content: "";
  position: absolute;
  right: 0;
  top: -80px;
  height: 200px;
  width: 90px;
  background: url(../images/aquaDotsDown.png) no-repeat center;
}
.top-aqua.tleft:before {
  right: auto;
  left: 0;
}

.top-red {
  left: 0;
}
.top-red:before {
  content: "";
  position: absolute;
  right: auto;
  top: -85px;
  height: 200px;
  width: 90px;
  background: url(../images/reddotsTop.png) no-repeat center;
}
.top-red.tright:before {
  left: auto;
  right: 0;
}

.bottom-blue:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 90px;
  height: 202px;
  background: url(../images/bluedotBottom.png) no-repeat center;
}
.bottom-blue.bright {
  right: 0;
  left: auto;
}
.bottom-blue.bright:after {
  left: auto;
  right: 0;
}

.updown {
  animation: updown 3000ms cubic-bezier(0.18, -0.03, 0.83, 1.02) 100ms infinite alternate;
  will-change: transform;
}

@keyframes updown {
  0% {
    transform: translate3d(0, 5px, 0);
  }
  50% {
    transform: translate3d(0, -3px, 0);
  }
  100% {
    transform: translate3d(0, 5px, 0);
  }
}
.updown-sm {
  animation: updown-sm 2800ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  will-change: transform;
}

@keyframes updown-sm {
  0% {
    transform: translate3d(0, -3px, 0);
  }
  50% {
    transform: translate3d(0, 1px, 0);
  }
  100% {
    transform: translate3d(0, -3px, 0);
  }
}
.updown-lg {
  animation: updown-lg 3200ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  will-change: transform;
}

@keyframes updown-lg {
  0% {
    transform: translate3d(0, -6px, 0);
  }
  50% {
    transform: translate3d(0, 3px, 0);
  }
  100% {
    transform: translate3d(0, -6px, 0);
  }
}
.updown-xl {
  animation: updown-xl 4000ms 100ms cubic-bezier(0.18, -0.03, 0.83, 1.02) infinite alternate;
  will-change: transform;
}

@keyframes updown-xl {
  0% {
    transform: translate3d(0, 7px, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
  100% {
    transform: translate3d(0, 7px, 0);
  }
}
.slick-arrow {
  background-color: transparent !important;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ml-div {
  margin-left: 0;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .ml-div {
    margin-left: auto;
    margin-top: 0px;
  }
}

.read-more {
  display: block;
}
.read-more span:nth-child(1) {
  display: none;
}
.read-more span:nth-child(2) {
  display: inline-block;
}
.read-more.collapsed span:nth-child(1) {
  display: inline-block;
}
.read-more.collapsed span:nth-child(2) {
  display: none;
}

.h300 {
  height: 300px;
}

.pr50 {
  padding-right: 50px;
}

.initial-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.table-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  animation: spin 2s linear infinite;
}

.btn-loader-black {
  align-items: center;
}
.btn-loader-black:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: black;
  animation: spin 1s linear infinite;
  z-index: 20;
  align-self: center;
}

.btn-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-loader:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: white;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
  align-self: center;
}

.btn-loader-lite {
  align-items: center;
}
.btn-loader-lite:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 45, 70, 0.3);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: #ff2d46;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
  align-self: center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.orange-btn {
  border-radius: 4px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-transform: initial;
  letter-spacing: normal;
  padding: 14px 30px;
  background-color: #108A61;
  border: 1px solid #108A61;
  display: flex;
  align-items: center;
  background-color: #108a61;
  border: 1px solid #108a61;
}
.orange-btn:hover {
  background-color: #418b86;
  color: white;
}
.orange-btn.btn-loader:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: white;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
}
.orange-btn.btn-loader-lite:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 45, 70, 0.3);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: #ff2d46;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
}

.react-confirm-alert .react-confirm-alert-button-group button {
  background: #108a61;
  font-weight: 600;
  font-size: 15px;
  color: white;
}

.stock-field.on-btn .switch-slider {
  background-color: rgba(16, 138, 97, 0.37);
}
.stock-field.on-btn .switch-slider:after {
  background-color: #108a61;
  box-shadow: 0 0 1px 0 rgba(16, 138, 97, 0.16), 0 1px 1px 0 rgba(16, 138, 97, 0.13);
}

body,
#root {
  background-color: #f6f7f9;
}

body {
  overflow-y: scroll;
}

.filter-block .filter-result-block button {
  background-color: #108a61;
  border: 1px solid #108a61;
}
.filter-block .filter-result-block button:hover {
  background-color: #418b86;
  border-color: #418b86;
  color: white;
}
.filter-block .filter-result-block button:focus {
  background-color: #108a61;
  border-color: #108a61;
  color: white;
}

.header-main:before {
  background-color: white;
  display: none;
}
.header-main h2 {
  color: rgb(33, 33, 39) !important;
}

.btn-link {
  font-weight: 500;
  color: #e86336;
  background-color: transparent;
}
.btn-link:hover {
  color: #418b86;
}

.orders-ui-block .leftmenu {
  background-color: white !important;
  /* margin-top: 74px; */
  z-index: 1060 !important;
  padding-top: 0px !important;
}
.orders-ui-block .leftmenu .sidebar-ui-block {
  background-color: white;
  top: 11px;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li .icon-ic_dashboard_inactive:before,
.orders-ui-block .leftmenu .menulist-ui.list-group li .icon-ic_management_inactive:before,
.orders-ui-block .leftmenu .menulist-ui.list-group li .icon-ic_settings_inactive:before {
  color: rgb(46, 45, 51);
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a p {
  color: rgb(46, 45, 51);
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a span {
  top: 10px;
  opacity: 0.83;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a span.icon-ic_orders_inactive:before {
  color: rgb(46, 45, 51);
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a:hover {
  opacity: 0.7;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a.list-group-item.active {
  background-color: #f6f7f9 !important;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a.list-group-item.active span:before {
  color: #ed7147;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a.list-group-item.active p {
  color: black !important;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a.list-group-item.active p:after {
  background-color: #e44713;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a.list-group-item.active:hover {
  opacity: 1;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li a:hover p {
  color: rgb(41, 38, 51) !important;
}
.orders-ui-block .leftmenu .menulist-ui.list-group li.dropdown > a p:after {
  background: rgb(246, 247, 249);
  color: #241c16;
}

.container.ani-ui-block {
  max-width: 100%;
}

.block-alert.account-nav a i {
  background: #8c8f94;
}

.content-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: #ffffff;
}

.modal-backdrop {
  z-index: 1070;
}

.modal {
  z-index: 1070;
}
.modal button {
  border-radius: 4px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-transform: initial;
  letter-spacing: normal;
  padding: 9px 18px;
  background-color: #108a61;
  border: 1px solid #108a61;
}
.modal button i {
  vertical-align: -7px;
  margin-right: 10px;
}
.modal button.close {
  padding: 0;
  background-color: transparent;
  border: none;
  color: black;
  position: absolute;
  right: 34px;
  top: 36px;
  font-size: 20px;
}
.modal .modal-dialog.w500 {
  max-width: 500px;
}
.modal .modal-dialog.w700 {
  max-width: 700px;
}
.modal .modal-dialog.w900 {
  max-width: 900px;
}
.modal .modal-body {
  padding: 10px 20px 20px !important;
}
.modal .resturant-detail-ui {
  margin-bottom: 0;
}
.modal .order-full-info li label {
  display: block;
  width: auto !important;
}
.modal .order-full-info li p {
  width: 100% !important;
  vertical-align: top;
  padding-left: 0;
}

.right-ui-block .pagination li.active a {
  background-color: #108a61;
}
.right-ui-block .pagination li:first-child a:after, .right-ui-block .pagination li:last-child a:after {
  color: #108a61;
}

.line-bottom .row {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 20px;
}
.line-bottom .row:nth-last-child(2) {
  border-bottom: none;
}
.line-bottom .row:last-child {
  border-bottom: none;
}

.result-listing table td .table-btn-block .btn,
.result-listing table td a.more-btn {
  color: #108a61 !important;
}

ul.cs-check-box.assign-ul li {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  flex-direction: column;
}
ul.cs-check-box.assign-ul li .os-check-box {
  width: 100%;
  margin-right: 20px;
  position: relative;
}
ul.cs-check-box.assign-ul li .os-check-box input {
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
ul.cs-check-box.assign-ul li label {
  font-size: 14px;
  line-height: 1.3;
}
ul.cs-check-box.assign-ul.padding li {
  padding-left: 35px !important;
}
ul.cs-check-box.assign-ul.padding li:first-child {
  padding-left: 0px !important;
}
ul.cs-check-box.assign-ul.padding li li {
  padding-left: 28px !important;
}

.os-check-box input:checked + label:before {
  background: linear-gradient(180deg, #108a61 0%, #d05126 100%);
  border: none;
}

.z-index {
  position: relative;
  z-index: 100;
}

.z-index999 {
  z-index: 9999;
}

.react-tel-input .flag-dropdown.open {
  z-index: 9999 !important;
}

.basic-details.collateral-div .heading {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.basic-details.collateral-div .sort-div {
  max-width: 60px;
}

.fields-ui- {
  border: 1px solid #e4f1ff;
  margin: 24px 0;
}

.delete-iconn {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: none;
  outline: none !important;
  background: transparent url(../images/trash.svg) no-repeat center;
  cursor: pointer;
}

.delete-button {
  margin-left: auto;
  margin-top: 10px;
}

.options-array .form-group {
  margin-bottom: 0 !important;
}
.options-array .form-block > .row {
  align-items: flex-end;
  margin-bottom: 15px;
}
.options-array .cs-check-box li .os-check-box {
  margin-top: 0 !important;
}
.options-array .cs-check-box li label {
  margin-bottom: 0;
}
.options-array .delete-button {
  margin-bottom: 15px;
}

.color-field {
  padding: 4px 0;
}
.color-field label {
  margin-left: 5px;
  font-size: 15px;
}

.ham-btn {
  display: none;
  padding: 3px 5px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #8c8f94 !important;
  margin-bottom: 4px;
  border-radius: 4px;
  margin-right: 5px;
  outline: none !important;
}
@media (max-width: 992px) {
  .ham-btn {
    display: inline-block;
  }
}
.ham-btn span {
  display: block;
  margin: 4px 0;
  width: 23px;
  height: 2px;
  background-color: #3f4247;
  position: relative;
  transition: all ease 200ms;
  top: 0;
}
.ham-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}
.ham-btn.active span:nth-child(2) {
  opacity: 0;
}
.ham-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -6px;
}
  .mainlogo {
    background-color: white;
    padding: 15px 0px 0px 15px;
  }
@media (max-width: 992px) {
  /* .nav-right .block-alert.time-ui-block {
    display: none;
  } */
  .nav-right .block-alert.account-nav {
    display: none;
  }
  /* .nav-right .block-alert.notification-nav {
    display: none;
  } */
  .mainlogo {
    display: none;
  }
  .nav-right .block-alert.account-nav .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
  .nav-right .block-alert.account-nav a i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    bottom: 1px;
    position: relative;
  }
  .nav-right .block-alert.account-nav .name {
    display: none;
  }
  .nav-right .notification-nav {
    margin: 0 10px;
  }
  .nav-right .notification-nav:before {
    display: none;
  }
  .nav-right .notification-nav:after {
    top: 3px;
  }
  .nav-right .notification-nav .btn-dropdown {
    width: 38px;
    height: 38px;
    line-height: 2.2;
  }
}

@media (max-width: 992px) {
  .header-top-block .logo {
    text-align: left;
  }
  .header-top-block .logo h2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .menu-top-block .tl-block h4 {
    margin-bottom: 15px;
  }
  .leftmenu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all ease 200ms;
    will-change: opacity, visibility;
  }
  .leftmenu.active {
    opacity: 1;
    visibility: visible;
  }
}
.progress-section {
  position: relative;
  padding: 0 15px;
}

.ps-cards {
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5f1ff;
  box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
  padding: 25px;
  min-height: 500px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.ps-card {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f6f7f9;
  padding: 15px 25px;
  margin-bottom: 15px;
  transition: all ease 200ms;
  will-change: transform;
  width: 100%;
  right: 0;
  border-radius: 4px;
}
.ps-card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ps-card:hover {
  background-color: #ffffff;
  width: calc(100% + 8px);
  right: 4px;
  box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.28);
}
.ps-card.active {
  background-color: #108a61;
  width: calc(100% + 8px);
  right: 4px;
  box-shadow: 0 2px 9px 0 rgba(194, 159, 139, 0.48);
}
.ps-card.active .courseName {
  color: white;
  font-weight: 600;
}
.ps-card.active .courseprogress span {
  background-color: white;
  color: #0b5c41;
}
.ps-card .courseName {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.ps-card .courseprogress {
  margin-left: auto;
}
.ps-card .courseprogress span {
  display: block;
  background-color: #108a61;
  color: white;
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 15px;
}

.collateral-cards {
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5f1ff;
  box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
  padding: 25px;
  min-height: 500px;
  counter-reset: coll;
}

.collateral-card {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 0px;
  transition: all ease 200ms;
  will-change: transform;
  width: 100%;
  right: 0;
  border-radius: 4px;
  border-bottom: 1px solid #e5f1ff;
}
.collateral-card:before {
  content: "";
  position: relative;
  counter-increment: coll;
  content: counter(coll) " - ";
  margin-right: 7px;
  color: #108a61;
  font-size: 14px;
}
.collateral-card:last-child {
  border-bottom: none;
}
.collateral-card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.collateral-card .courseName {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #108a61;
}
.collateral-card .check-circle {
  margin-left: auto;
}
.collateral-card .check-circle span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e5e7ea url(../images/checkw.svg) no-repeat center;
  background-size: 18px;
}
.collateral-card.done .check-circle span {
  background: #108a61 url(../images/checkw.svg) no-repeat center;
  background-size: 18px;
}

.progress-title {
  margin-bottom: 30px;
  font-size: 22px;
}

.form-group.ri-block.custom-check {
  display: block;
  width: 100%;
}

.list-check-ul {
  display: flex;
  align-items: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.list-check-ul li {
  width: 100%;
  max-width: 200px;
  margin-right: 40px;
  margin-bottom: 15px;
}
.list-check-ul li .os-check-box {
  width: auto;
}
.list-check-ul li .os-check-box label {
  width: auto;
  padding-left: 30px;
}

.custom-check > label {
  margin-bottom: 16px !important;
  font-weight: 600;
}

/** messages **/
.messages-sec {
  position: relative;
  padding: 44px 0 100px;
}

.msg-wrapper {
  max-width: 860px;
  margin: 0 auto 0;
  background-color: white;
  padding: 30px 40px;
  box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.msg-wrapper h5 {
  margin-bottom: 34px;
  position: relative;
}
.msg-wrapper h5 .msg-loading {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 15px;
  font-weight: 400;
}
.msg-wrapper h5 .msg-loading:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #108a61;
  border-right-color: white;
  border-bottom-color: white;
  border-radius: 50%;
  animation: spin 400ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  vertical-align: -4px;
  margin-left: 10px;
}
.msg-wrapper .round-loader span {
  margin: 0 auto;
}

.msg-in {
  max-height: 430px;
  overflow: auto;
  padding-right: 5px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.msg-in::-webkit-scrollbar {
  width: 5px;
}
.msg-in::-webkit-scrollbar-track {
  background: #f6f7f8;
}
.msg-in::-webkit-scrollbar-thumb {
  background: rgb(218, 220, 221);
}
.msg-in::-webkit-scrollbar-thumb:hover {
  background: rgb(146, 146, 146);
}

.incoming-msg {
  position: relative;
  max-width: 530px;
  display: block;
}
.incoming-msg p,
.incoming-msg .p {
  max-width: 530px;
  display: inline-block;
  padding: 10px 14px;
  background: #fff1ee;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #0f172a;
  margin-bottom: 12px;
}
.incoming-msg p pre,
.incoming-msg .p pre {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  font-family: "Lexend", sans-serif;
  margin-bottom: 0;
  white-space: normal;
}
.incoming-msg .msg-time {
  text-align: left;
}

.outgoing-msg {
  position: relative;
  text-align: right;
}
.outgoing-msg p,
.outgoing-msg .p {
  max-width: 530px;
  display: inline-block;
  padding: 10px 14px;
  background: #ff7154;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: white;
  margin-bottom: 12px;
  margin-left: auto;
  text-align: left;
}
.outgoing-msg p pre,
.outgoing-msg .p pre {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: white;
  font-family: "Lexend", sans-serif;
  margin-bottom: 0;
  white-space: normal;
}

.msg-time {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.5px;
  color: #848484;
  display: block;
  margin-top: -5px;
  margin-bottom: 6px;
}
.msg-time:last-child {
  margin-bottom: 16px;
}

.msg-type {
  max-width: 860px;
  margin: 40px auto 0;
  position: relative;
  background: rgba(241, 243, 248, 0.23);
  border: 1px solid #e8e7e9;
  border-radius: 8px;
  padding: 10px 15px;
}
.msg-type textarea {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 8px;
  outline: none;
  resize: none;
  background-color: transparent;
  align-items: center;
}
.msg-type textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.43;
  color: #9ba4b0;
}
.msg-type textarea::placeholder {
  font-size: 14px;
  line-height: 1.43;
  color: #9ba4b0;
}

.msg-icons {
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
  padding: 5px;
}
.msg-icons button {
  display: inline-block;
  margin-left: 10px;
}

.msg-area {
  display: flex;
  align-items: flex-start;
}

.image-upload {
  position: relative;
  margin: 0px 0 10px;
  display: flex;
  width: 100%;
  min-height: 100px;
  background-color: #f9f9fb;
  border: 1px dashed darkgray;
  box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.06);
}
.image-upload .img-upload {
  width: 100%;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: absolute;
}
.image-upload .img-upload img {
  margin: 0 auto;
}
.image-upload .img-upload .remove-img {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  margin-left: auto;
  cursor: pointer;
}
.image-upload .img-upload.video img {
  width: 50px;
  height: 50px;
}
.image-upload .form-control {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100% !important;
  width: 100% !important;
}
.image-upload .img-text {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.4;
}

.img-uploaded-btns {
  display: flex;
}
.img-uploaded-btns .edit-btn {
  position: relative;
  color: #108a61 !important;
  background: #fff !important;
}
.img-uploaded-btns .edit-btn .edit-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-image .img-figure {
  max-height: 350px;
  overflow: hidden;
}
.upload-image .img-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.msg-img {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 10px;
}
.msg-img > span {
  display: inline-block;
  height: 200px;
  width: 200px;
  margin-right: 7px;
  cursor: pointer;
}
.msg-img img {
  max-width: 200px;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 10px 10px 0px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/** messages ends **/
.round-loader {
  margin: 100px;
}
.round-loader span {
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid #108a61;
  border-right-color: white;
  border-bottom-color: white;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
}

.btn-grey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 40px;
  background: #e8e7e9;
  color: #5a6175;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  transition: all ease 250ms;
  line-height: 1.5;
  border-radius: 1px;
  outline: none !important;
  border: 0px solid #e8e7e9;
  cursor: pointer;
  box-shadow: 0px 100px 161px rgba(245, 155, 90, 0.08), 0px 64.8148px 94.2894px rgba(245, 155, 90, 0.0607407), 0px 38.5185px 51.2815px rgba(245, 155, 90, 0.0485926), 0px 20px 26.1625px rgba(245, 155, 90, 0.04), 0px 8.14815px 13.1185px rgba(245, 155, 90, 0.0314074), 0px 1.85185px 6.33565px rgba(245, 155, 90, 0.0192593);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(64, 112, 244, 0);
  font-weight: 500;
}
.btn-grey:active {
  outline: none;
  border-color: #485cf0;
  background: #e8e7e9 !important;
}
.btn-grey.long {
  padding: 14px 70px;
}
.btn-grey.lg {
  font-size: 24px;
  padding: 20px 60px;
  line-height: 1;
  font-weight: 600;
}
.btn-grey.md {
  font-size: 14px;
  padding: 9px 24px;
}
.btn-grey.xs {
  font-size: 12px;
  padding: 8px 15px;
}
.btn-grey.xxs {
  font-size: 12px;
  padding: 6px 12px;
}
.btn-grey .span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.btn-grey .title {
  position: relative;
  bottom: 0px;
  transition: all ease 250ms;
  display: inline-block;
}
.btn-grey:before {
  content: attr(data-title);
  position: absolute;
  transition: all ease 250ms;
  right: 0;
  bottom: 0;
  top: 100%;
  left: 0;
  background: #e8e7e9;
  border-radius: 20px;
  color: #5a6175;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}
.btn-grey:hover {
  outline: none;
  color: #5a6175;
  background-color: linear-gradient(74.78deg, #f83600 29.27%, #fe8c00 100.29%);
  box-shadow: 0px 4px 6px rgba(55, 108, 243, 0.24);
  filter: saturate(1.1) brightness(1.05);
  background-position: 100% 0;
}
.btn-grey:hover:before {
  top: 0;
}
.btn-grey.btn-loader {
  pointer-events: none;
}
.btn-grey.btn-loader:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: white;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
}
.btn-grey.btn-loader-lite:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 45, 70, 0.3);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: #ff2d46;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
}
.btn-grey:hover {
  box-shadow: 0px 4px 6px rgba(208, 208, 208, 0.24);
}

.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 40px;
  background: #11c264;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  transition: all ease 250ms;
  line-height: 1.5;
  border-radius: 1px;
  outline: none !important;
  border: 0px solid #11c264;
  cursor: pointer;
  box-shadow: 0px 100px 161px rgba(245, 155, 90, 0.08), 0px 64.8148px 94.2894px rgba(245, 155, 90, 0.0607407), 0px 38.5185px 51.2815px rgba(245, 155, 90, 0.0485926), 0px 20px 26.1625px rgba(245, 155, 90, 0.04), 0px 8.14815px 13.1185px rgba(245, 155, 90, 0.0314074), 0px 1.85185px 6.33565px rgba(245, 155, 90, 0.0192593);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.btn-green:active {
  outline: none;
  border-color: #485cf0;
  background: #11c264 !important;
}
.btn-green.long {
  padding: 14px 70px;
}
.btn-green.lg {
  font-size: 24px;
  padding: 20px 60px;
  line-height: 1;
  font-weight: 600;
}
.btn-green.md {
  font-size: 14px;
  padding: 9px 24px;
}
.btn-green.xs {
  font-size: 12px;
  padding: 8px 15px;
}
.btn-green.xxs {
  font-size: 12px;
  padding: 6px 12px;
}
.btn-green .span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.btn-green .title {
  position: relative;
  bottom: 0px;
  transition: all ease 250ms;
  display: inline-block;
}
.btn-green:before {
  content: attr(data-title);
  position: absolute;
  transition: all ease 250ms;
  right: 0;
  bottom: 0;
  top: 100%;
  left: 0;
  background: #11c264;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}
.btn-green:hover {
  outline: none;
  color: #fff;
  background-color: linear-gradient(74.78deg, #f83600 29.27%, #fe8c00 100.29%);
  box-shadow: 0px 4px 6px rgba(55, 108, 243, 0.24);
  filter: saturate(1.1) brightness(1.05);
  background-position: 100% 0;
}
.btn-green:hover:before {
  top: 0;
}
.btn-green.btn-loader {
  pointer-events: none;
}
.btn-green.btn-loader:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: white;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
}
.btn-green.btn-loader-lite:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 45, 70, 0.3);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: #ff2d46;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
}

.msg-modal .modal-dialog {
  max-width: 1200px !important;
}
.msg-modal .modal-content {
  background-color: transparent;
  text-align: center;
  border: none;
  box-shadow: none !important;
  position: static;
}
.msg-modal .modal-content video {
  max-width: 100%;
  max-height: 90vh;
}
.msg-modal .modal-content .close {
  position: absolute;
  right: 0;
  filter: invert(1);
  background-color: rgba(255, 255, 255, 0.3882352941);
  padding: 3px 7px;
  border-radius: 7px;
  top: 0px;
  max-width: 100%;
  opacity: 1;
}

.no-records {
  text-align: center;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.no-records img {
  margin-bottom: 20px;
  max-width: 600px;
}
.no-records h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.no-records p {
  max-width: 330px;
  margin: 0 auto;
  font-size: 15px;
}

.report-buttons {
  display: flex;
  position: relative;
}
.report-buttons .rb-button {
  position: relative;
  margin: 0px 10px 10px 0px;
  overflow: hidden;
}
.report-buttons .rb-button:hover label {
  background-color: whitesmoke;
}
.report-buttons .rb-button label {
  display: block;
  padding: 12px 10px;
  background-color: white;
  border: 1px solid #cfd2da;
  min-width: 75px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 0px;
  transition: all ease 200ms;
}
.report-buttons .rb-button input {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.report-buttons .rb-button input:checked + label {
  background-color: #108a61;
  border-color: #108a61;
  color: white;
}

.cs-check-box.assign-ul li .order-coll {
  display: flex;
  margin-bottom: 20px;
  width: 40%;
  align-items: center;
}
.cs-check-box.assign-ul li .order-coll label {
  padding: 0;
  min-width: 180px;
}
.cs-check-box.assign-ul li .order-coll input {
  width: 60px;
  text-align: center;
}
.cs-check-box.assign-ul li .order-coll:nth-child(odd) {
  margin-right: 70px;
}

/** Blog page **/
section.blog-banner {
  padding: 100px 0px 48px;
}
@media (min-width: 767px) {
  section.blog-banner {
    padding: 126px 0px 48px;
  }
}

.blog-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.blog-nav form {
  display: block;
}
@media (max-width: 767px) {
  .blog-nav form {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .blog-nav {
    flex-direction: row;
  }
}
.blog-nav ul {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .blog-nav ul {
    margin-bottom: 0;
  }
}
.blog-nav ul li a {
  color: #5a6175;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.4px;
  padding: 7px 10px;
  margin: 0 2px;
  display: block;
  transition: all ease 200ms;
  font-weight: 600;
  letter-spacing: -0.12px;
}
@media (min-width: 992px) {
  .blog-nav ul li a {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 17px;
  }
}
@media (min-width: 1200px) {
  .blog-nav ul li a {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 20px;
  }
}
.blog-nav ul li a:hover {
  color: #108a61;
}
.blog-nav ul li a.active {
  background: rgba(223, 84, 44, 0.12);
  border: 1px solid #e9ecf4;
  border-radius: 68px;
  color: #108a61;
}

.search-blog {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 767px) {
  .search-blog {
    max-width: 370px;
  }
}
.search-blog input {
  background: #f8f8f8;
  border: 1px solid #e8ecf1;
  border-radius: 68px;
  padding: 14px 10px 12px 44px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.16px;
  outline: none;
}
.search-blog input::-moz-placeholder {
  color: #5a6175;
}
.search-blog input::placeholder {
  color: #5a6175;
}
.search-blog span {
  position: absolute;
  left: 16px;
  top: 16px;
}

.blog-sec-in {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .blog-sec-in {
    padding: 20px 0 20px 20px;
  }
}
.blog-sec-in .author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-sec-in h3 {
  line-height: 1.1;
}
@media (min-width: 767px) {
  .blog-sec-in h3 {
    font-size: calc(14px + 26 * (100vw - 300px) / 1300);
    letter-spacing: -0.2px;
    line-height: 1.22;
  }
}
.blog-sec-in p {
  letter-spacing: -0.16px;
  line-height: 1.75;
  color: #51617c;
}
@media (min-width: 767px) {
  .blog-sec-in p {
    font-size: calc(14px + 1 * (100vw - 300px) / 1300);
  }
}

.lg-blog {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .lg-blog {
    margin-bottom: 64px;
  }
}

.lg-blog-img {
  max-width: 100%;
  background-color: whitesmoke;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
}
.lg-blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.author {
  align-items: center;
  display: flex;
  margin-top: auto;
}
.author img {
  margin-right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.author h6 {
  font-weight: 600 !important;
  line-height: 1;
  margin-bottom: 2px !important;
}
.author p {
  margin-bottom: 0;
}
.author.lg img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.lg-blog-text label {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5a6175;
  margin-bottom: 18px;
}
.lg-blog-text label span {
  position: relative;
}
.lg-blog-text label span.dot:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  vertical-align: 4px;
  margin-right: 8px;
  background-color: #5a6175;
}

.blog-post-banner {
  position: relative;
  margin: 0 auto;
}
.blog-post-banner .container {
  max-width: 1100px;
}
.blog-post-banner label {
  margin-bottom: 12px;
}
.blog-post-banner label span {
  position: relative;
}
.blog-post-banner label span.dot:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  vertical-align: 4px;
  margin-right: 8px;
  background-color: #5a6175;
}

.blog-section .article-card {
  margin-bottom: 46px;
}

.nl-in {
  text-align: center;
  padding: 96px 20px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  margin: 30px 0 30px;
}
.nl-in:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(98.95deg, #df6c2c 11.41%, #df542c 66.08%, #df6c2c 109.5%);
  opacity: 0.06;
  z-index: -1;
}
.nl-in label {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5a6175;
  font-weight: 600;
  margin-bottom: 8px;
}
.nl-in h2 {
  color: #108a61;
}
.nl-in h6 {
  max-width: 749px;
  margin-left: auto;
  margin-right: auto;
}

.stretch-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

article,
.article-card {
  position: relative;
}
article .article-img,
article .lg-blog-img,
.article-card .article-img,
.article-card .lg-blog-img {
  transition: all ease 500ms;
}
article .article-img img,
article .lg-blog-img img,
.article-card .article-img img,
.article-card .lg-blog-img img {
  transform: scale(1.03);
  transition: all ease 500ms;
}
article:hover .article-img,
article:hover .lg-blog-img,
.article-card:hover .article-img,
.article-card:hover .lg-blog-img {
  transform: scale(1.01);
}
article:hover .article-img img,
article:hover .lg-blog-img img,
.article-card:hover .article-img img,
.article-card:hover .lg-blog-img img {
  transform: scale(1);
  opacity: 0.9;
  filter: saturate(1.2);
}

.article-card {
  margin-top: 48px;
  position: relative;
}
.article-card .article-img {
  position: relative;
  padding-bottom: 70%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 24px;
}
.article-card .article-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-card h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.72px;
}

.article-text label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5a6175;
  margin-bottom: 14px;
}
.article-text label span {
  position: relative;
}
.article-text label span.dot:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  vertical-align: 4px;
  margin-right: 8px;
  background-color: #5a6175;
}
.article-text .author {
  margin-top: 24px;
}
.article-text .author img {
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.article-text .author h6 {
  font-size: 16px;
}

.cta-form1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  max-width: 561px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 767px) {
  .cta-form1 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 50px;
    background-color: white;
    border: 1px solid #dfe2ed;
    box-shadow: 0px 5px 20px rgba(17, 24, 51, 0.04);
    padding: 5px;
    justify-content: space-between;
  }
}
.cta-form1 input {
  border: none;
  outline: none;
  width: 100%;
  padding: 16px 25px;
  border: 1px solid #dfe2ed;
  text-align: center;
}
.cta-form1 input::-moz-placeholder {
  color: #969ebc;
}
.cta-form1 input::placeholder {
  color: #969ebc;
}
@media (max-width: 767px) {
  .cta-form1 input {
    border-radius: 50px;
    background-color: white;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .cta-form1 input {
    width: auto;
    padding: 10px 30px;
    text-align: left;
    border: none;
  }
}
.cta-form1 .btn {
  font-size: 16px;
  padding: 20px 33px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50px;
}

.post-in {
  position: relative;
  padding: 56px 0;
}
.post-in .container {
  max-width: 1100px;
}
.post-in p {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #3d476a;
}
.post-in ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 28px;
}
.post-in ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.08px;
  color: #3d476a;
}
.post-in ul li:last-child {
  margin-bottom: 0;
}
.post-in h1,
.post-in h2,
.post-in h3,
.post-in h4,
.post-in h5 {
  margin-bottom: 28px;
  padding-top: 28px;
}
.post-in img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 0;
  margin: 20px 0px 30px;
}
.post-in a {
  color: #4d58f3;
  font-weight: 500;
  border-bottom: 2px solid;
  padding-bottom: 3px;
}
.post-in label {
  font-size: 12px;
  color: #5a6175;
}

.share-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0 20px;
  border-bottom: 1px solid #e9ecf4;
}
.share-post h5 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 0;
}
@media (min-width: 992px) {
  .share-post h5 {
    font-size: 28px;
  }
}

.social-link-post {
  display: flex;
  align-items: center;
}
.social-link-post a {
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  margin: 0 8px;
}
.social-link-post a img {
  padding-top: 0;
  margin: 0;
}

@media (min-width: 767px) {
  .blog-post-banner h1 {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
.blog-post-banner label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #647280;
  margin-bottom: 14px;
  margin-bottom: 12px;
}
.blog-post-banner label span {
  position: relative;
}
.blog-post-banner label span.dot:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  vertical-align: 4px;
  margin-right: 8px;
  background-color: #5a6175;
}

.blog-inner-banner {
  padding: 130px 0 70px;
  background-color: rgba(16, 138, 97, 0.04);
}
@media (min-width: 767px) {
  .blog-inner-banner {
    padding: 180px 0 90px;
  }
}
@media (min-width: 992px) {
  .blog-inner-banner {
    padding: 190px 0 90px;
  }
}

/**  Blog page ends **/
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1050;
  padding: 20px 0;
  transition: all ease 500ms;
}
header.border {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}
@media (max-width: 767px) {
  header {
    background-color: white;
    padding: 15px 0;
  }
}
header .btn-lite {
  font-size: 13px;
  padding: 12px 14px;
}
@media (min-width: 767px) {
  header .btn-lite {
    padding: 12px 24px;
    font-size: 15px;
  }
}
header .container {
  position: relative;
  z-index: 10;
}
header .backdrop-blur {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  transition: all ease 300ms;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(70px) saturate(2.1);
          backdrop-filter: blur(70px) saturate(2.1);
  opacity: 0;
  will-change: opacity;
}
header.fixed {
  padding: 9px 0;
  box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.08);
}
header.fixed .backdrop-blur {
  opacity: 1;
}
header.fixed .navbar-brand {
  color: #0f172a !important;
}
header.fixed #menu-main-menu.navbar-nav > li.menu-item > a {
  color: #0f172a;
}
header .container {
  max-width: 100%;
}

nav.navbar.navbar-expand-sm {
  padding: 0;
}
@media (max-width: 767px) {
  nav.navbar.navbar-expand-sm {
    align-items: center;
  }
}
@media (min-width: 992px) {
  nav.navbar.navbar-expand-sm {
    justify-content: center;
  }
}
nav.navbar.navbar-expand-sm .navbar-brand {
  padding: 0;
  margin-right: 35px;
  max-width: 140px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0f172a;
  transition: all ease 180ms;
  font-weight: 600;
  margin-right: auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  nav.navbar.navbar-expand-sm .navbar-brand {
    margin-right: 20px;
  }
}
@media (min-width: 767px) {
  nav.navbar.navbar-expand-sm .navbar-brand {
    font-size: 30px;
  }
  nav.navbar.navbar-expand-sm .navbar-brand img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  nav.navbar.navbar-expand-sm .navbar-brand {
    max-width: 215px;
    min-width: 205px;
  }
}

ul.navbar-nav {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
ul.navbar-nav li {
  margin: 0 10px;
}
@media (min-width: 1200px) {
  ul.navbar-nav li {
    margin: 0 17px;
  }
}
ul.navbar-nav li > a {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #2e3062;
  padding: 0;
  transition: all ease 180ms;
  color: #5a6175;
  position: relative;
}
@media (min-width: 1200px) {
  ul.navbar-nav li > a {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  ul.navbar-nav li > a.nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
ul.navbar-nav li > a:after {
  content: "";
  position: absolute;
  top: calc(100% + 7px);
  height: 1px;
  width: 20px;
  background: #108a61;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all ease 180ms;
}
ul.navbar-nav li > a.active {
  color: #108a61;
}
ul.navbar-nav li > a.active:after {
  opacity: 1;
}
ul.navbar-nav li > a:hover {
  color: #108a61;
}

@media (max-width: 992px) {
  ul.navbar-nav {
    position: fixed;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: all ease 220ms;
    padding: 120px 25px 20px 25px;
    flex-direction: column !important;
  }
  ul.navbar-nav li a {
    font-size: 25px;
    line-height: 2.5;
  }
}
@media (max-width: 767px) {
  ul.navbar-nav li a {
    font-size: 20px;
    line-height: 2.7;
  }
}
ul.navbar-nav.active {
  opacity: 1;
  visibility: visible;
}

.header-btn {
  margin-left: auto;
}
.header-btn > a,
.header-btn > button {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .header-btn > a,
  .header-btn > button {
    width: auto;
  }
  .header-btn .btn {
    display: none;
  }
}
.header-btn > .dropdown {
  margin-left: 20px;
}
@media (min-width: 767px) {
  .header-btn > .dropdown {
    margin-left: 52px;
  }
}
.header-btn > .dropdown:last-child {
  margin-left: 0;
}

.yoga-plus {
  text-align: center;
}
@media (max-width: 767px) {
  .yoga-plus {
    padding: 50px 0 90px;
  }
}
.yoga-plus .btn-grp {
  margin-top: 60px;
  justify-content: center;
}

.articles {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .articles {
    padding-bottom: 100px;
  }
}
.articles .heading {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .articles .heading .btn-grp a,
  .articles .heading .btn-grp button {
    margin-left: 0;
    margin-top: 10px;
  }
}

select {
  border-radius: 2px;
  padding: 0 12px;
  height: 42px;
  width: 100%;
  background-color: #f9f9fb;
  border: 1px solid #e3e8f1;
}

.opacity-0 {
  opacity: 0;
}

.table-img-wrpr {
  width: 50px;
  margin: 0;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}
.table-img-wrpr .table-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.upload-file .imageUploader .fileUploader .fileContainer {
  border: none;
}

.fileUploader .fileContainer {
  padding: 0px;
  padding: 5px 10px 3px;
  border: 1px dashed #e3e8f1;
  border-radius: 2px;
  margin: 0;
  background-color: #f9f9fb;
  transition: all ease 200ms;
}
.fileUploader .fileContainer:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.fileUploader .fileContainer .chooseFileButton {
  margin: 0px;
  margin: 0px;
  background: none;
  color: #2a2a2c;
  font-weight: 400;
  padding: 6px 0;
}
.fileUploader .fileContainer .chooseFileButton:hover {
  background: none;
}
.fileUploader .fileContainer > p {
  margin: 0px;
}

.product-img {
  max-width: 120px;
}
.product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.result-listing table td .btn {
  color: white;
}

.vendor-details-modal .info-ui label {
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 2px;
  color: #4e4f52;
  font-weight: 800;
}
.vendor-details-modal .info-ui p {
  font-size: 14px;
  color: rgb(44, 44, 48);
}

.info-ui {
  display: flex;
  width: 100%;
}

.info-ui label {
  min-width: 120px;
  max-width: 120px;
  font-size: 14px;
  color: rgba(12, 31, 54, 0.86);
  font-weight: 800;
}

.form-in.phone .f-in label {
  margin-left: -79px;
}

span.info-msg {
  font-size: 12px;
  margin-top: 8px;
  display: inline-block;
}

figure.table-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

figure.table-img img.img-top {
  -o-object-position: top;
     object-position: top;
}

.cs-check-box.padding li:first-child .os-check-box label:before {
  width: 23px;
  height: 23px;
}

.cs-check-box.padding li:first-child .os-check-box label {
  padding: 10px 5px 10px 45px;
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}

.padding .os-check-box label:before {
  width: 20px;
  height: 20px;
}

.ri-block .cs-check-box.padding li {
  margin-bottom: 4px;
}

.ri-block .cs-check-box.padding li label {
  padding: 5px 5px 5px 40px;
  font-size: 13px;
  opacity: 0.9;
  font-weight: 400;
}

.modal-lg {
  max-width: 750px !important;
  width: 100%;
}

.form-group.ri-block.col-lg-12 {
  display: flex;
  flex-wrap: wrap;
}

.ri-block .cs-check-box.padding {
  width: 50%;
  margin-bottom: 24px;
}

.error-msg {
  font-size: 12px;
  color: #fb3449;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn {
  align-items: center;
  display: inline-flex !important;
}
.btn.disabled {
  pointer-events: none;
}
.btn.btn-loader {
  max-width: unset !important;
  display: inline-flex;
  justify-content: unset;
  align-items: center;
}
.btn.btn-loader:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: white;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
  flex-shrink: 0;
  align-self: center;
}
.btn.btn-loader-lite {
  display: inline-flex;
  justify-content: unset;
  align-items: center;
}
.btn.btn-loader-lite:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 45, 70, 0.3);
  border-radius: 50%;
  margin-left: 10px;
  border-right-color: #ff2d46;
  animation: loader 600ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
  z-index: 20;
  flex-shrink: 0;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(719deg);
  }
}
.checkbox {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.checkbox label {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  color: #2e3062;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0px;
}
.checkbox label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #e8e7e9;
  margin-right: 14px;
  background: white url(../images/check-icon.svg) no-repeat center;
  overflow: hidden;
  top: 2px;
  background-size: 12px;
}
.checkbox input {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}
.checkbox input:checked + label:before {
  background-color: #108a61;
}

.radio {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.radio label {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  color: #2e3062;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0px;
}
.radio label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #e8e7e9;
  margin-right: 14px;
  background: white url(../images/check-icon.svg) no-repeat center;
  overflow: hidden;
  top: 2px;
  background-size: 12px;
}
.radio input {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}
.radio input:checked + label:before {
  background-color: #108a61;
}
.radio label:before {
  border-radius: 50%;
  background-image: none;
}
.radio input:checked + label:before {
  background: rgb(227, 8, 20);
  background: radial-gradient(circle, rgb(227, 8, 20) 46%, rgba(255, 255, 255, 0) 50%) !important;
}

.btn-orange {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  background-color: #108a61;
  border: 1px solid #108a61;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.dropdown-menu.drop-custom {
  border-radius: 4px;
  padding: 5px 0 2px;
  transition: all ease 200ms;
  transform: translateY(20px) !important;
  will-change: transform;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  right: auto;
  left: 0;
  top: 100% !important;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px 0px 7px 0px;
}
.dropdown-menu.drop-custom.show {
  transform: translateY(5px) !important;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu.drop-custom a {
  padding: 7px 20px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-size: 14px;
  transition: all ease 210ms;
  color: #2e3062 !important;
  margin-bottom: 3px;
}
.dropdown-menu.drop-custom a.active, .dropdown-menu.drop-custom a:hover {
  background-color: rgb(244, 247, 250);
  color: #108a61 !important;
}
.dropdown-menu.drop-custom .checkbox,
.dropdown-menu.drop-custom .radio {
  display: block;
  padding: 7px 20px;
}
.dropdown-menu.drop-custom .checkbox label,
.dropdown-menu.drop-custom .radio label {
  font-size: 14px;
}
.dropdown-menu.drop-custom .checkbox label:before,
.dropdown-menu.drop-custom .radio label:before {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.modal-tr {
  position: relative;
}

.table-modal:after {
  position: absolute;
  content: "";
  left: 0;
  right: 24%;
  top: 0;
  bottom: 0;
}
.table-modal.full:after {
  right: 0;
}
.table-modal.only-link:after {
  display: none;
}

.btn-grp > div,
.btn-grp button,
.btn-grp a {
  width: auto !important;
  margin-right: 10px;
  max-width: unset;
}

.filter-block .btn-grp button,
.filter-block .btn-grp a {
  padding: 0px 26px;
}

.date-picker-field {
  display: flex;
  align-items: center;
}
.date-picker-field button {
  padding: 0px !important;
  height: 40px;
  width: 40px;
  text-align: center !important;
  border-radius: 0px !important;
  margin-left: -54px !important;
  outline: none !important;
}
.date-picker-field button:hover, .date-picker-field button:focus, .date-picker-field button:active {
  background: transparent;
  outline: none;
}

.title-drop {
  padding: 5px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-drop h6 {
  margin-bottom: 0px;
  font-size: 16px;
}
.title-drop a {
  padding: 4px 0px !important;
  margin-bottom: 0px !important;
  font-size: 12px !important;
}
.title-drop a:hover {
  background-color: transparent !important;
}

.table-upper-nav {
  padding: 20px 20px 0px;
}
.table-upper-nav a {
  padding: 0 10px;
  color: #2e3062;
  font-size: 15px;
  transition: all ease 200ms;
}
.table-upper-nav a:first-child {
  padding-left: 0;
}
.table-upper-nav a.active {
  color: #108a61;
  font-weight: 600;
}
.table-upper-nav a.active:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #108a61;
  margin-right: 6px;
  vertical-align: 2px;
}
.table-upper-nav a:hover {
  color: #108a61;
}

.upper-row-btns {
  display: flex;
  padding: 20px 20px 20px;
  justify-content: flex-end;
}
.upper-row-btns .btn {
  padding: 14px 20px;
  font-size: 14px;
  height: auto;
  line-height: 1;
}
.upper-row-btns .edit-btn {
  background-color: white;
  color: #108a61;
  border: 1px solid #e5f1ff;
}

.overview-boxes {
  display: flex;
  margin-bottom: 30px;
}
.overview-boxes .overview-box {
  min-width: 170px;
  min-height: 100px;
  background-color: rgb(87, 119, 224);
  padding: 20px;
}
.overview-boxes .overview-box:nth-child(2) {
  background-color: rgb(73, 25, 204);
}
.overview-boxes .overview-box:nth-child(3) {
  background-color: rgb(19, 163, 96);
}
.overview-boxes .overview-box:nth-child(4) {
  background-color: rgb(255, 130, 47);
}
.overview-boxes .overview-box:nth-child(5) {
  background-color: rgb(216, 6, 6);
}
.overview-boxes .overview-box:first-child {
  border-radius: 6px 0px 0px 6px;
}
.overview-boxes .overview-box:last-child {
  border-radius: 0px 6px 6px 0px;
}
.overview-boxes .overview-box p {
  color: white;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}
.overview-boxes .overview-box h2 {
  color: white;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0px;
  white-space: nowrap;
}

.search-feild {
  position: relative;
}
.search-feild .reset-btn {
  position: absolute;
  right: 10px;
  top: 33px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  z-index: 2;
  cursor: pointer;
  color: #108a61;
  font-weight: 600;
}
.search-feild .reset-btn:hover {
  opacity: 0.7;
}

.filter-boxes {
  display: flex;
  flex-wrap: wrap;
}
.filter-boxes > div {
  padding: 0 15px;
  flex: 1 1;
}
.filter-boxes > div:nth-child(2) {
  min-width: 560px;
}

.map-div {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.form-in {
  position: relative;
}
.form-in.two {
  display: flex;
}
.form-in.phone {
  display: flex;
}
.form-in.phone .PhoneInputCountry {
  border: 1px solid #d2d9de;
  border-right: none;
  margin-right: 0px;
  padding: 0 0 0 20px;
  border-radius: 10px 0px 0px 10px;
}
.form-in.phone select {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: auto;
  max-width: 100%;
  min-width: 180px;
  height: auto;
  padding: 8px;
  border-color: #ced4da;
  background-color: white;
}
@media (max-width: 767px) {
  .form-in.phone select {
    width: auto;
  }
}
.form-in.phone input {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-in.phone:not(.error) input:focus {
  border-color: #d2d9de;
}
.form-in.phone > div:nth-child(1) {
  flex: 1;
}
@media (min-width: 767px) {
  .form-in.phone > div:nth-child(1) {
    min-width: 180px;
  }
}
.form-in.phone .remove-feild {
  position: absolute;
  right: -30px;
  top: 14px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  color: #8e8e93;
  cursor: pointer;
  z-index: 5;
}

.vendor-dashboard {
  min-height: 500px;
}
.vendor-dashboard .container {
  max-width: 1300px;
}

table {
  width: 100%;
}
table.white {
  background-color: white;
}
table td,
table th {
  text-align: center;
}
table th {
  font-size: 12px;
  color: #5a6175;
  font-weight: 400;
  padding: 17px 10px;
  border-bottom: 1px solid #f2f5f8;
}
table td {
  padding: 12px 10px;
  font-size: 12px;
  line-height: 1.6;
}
table td input {
  width: auto !important;
  display: inline-block;
  min-width: auto;
}
table td input.price-input {
  max-width: 90px;
  text-align: center;
  padding: 11px 16px 10px;
}
table tbody tr:first-child td {
  padding-top: 24px;
}
table tr:hover .icon-thumb {
  filter: grayscale(0);
}
table tr:hover .orange {
  color: #108a61;
}
table .icon-thumb {
  max-width: 44px;
  height: 44px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  filter: grayscale(1);
  transition: all 180ms ease;
}
table .img-thumb {
  width: 44px;
  height: 38px;
  overflow: hidden;
  padding: 6px;
  background: #f2f5f8;
  border-radius: 8px;
  margin: 0;
}
table .img-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
table .orange {
  transition: all 180ms ease;
}

.table-section {
  position: relative;
  border-radius: 12px;
}
.table-section.white {
  background-color: white;
  padding: 12px 24px 24px;
}
.table-section.border {
  border: 1px solid #e7ecef;
  padding: 12px 24px 24px;
}
.table-section .table-search {
  margin: 20px 0;
}

.nav-dotted {
  display: flex;
  margin-bottom: 30px;
}
.nav-dotted li {
  margin-right: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.nav-dotted li:after {
  content: "";
  width: 90px;
  border-bottom: 1px dashed #6c7e8b;
  display: inline-block;
  margin-left: 10px;
}
.nav-dotted li:last-child:after {
  display: none;
}
.nav-dotted li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #0f172a;
  position: relative;
}
.nav-dotted li a.active:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ff2d46;
  border-radius: 10px;
  left: 0;
  bottom: -10px;
}
.nav-dotted li a.filled:before {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff2d46 url(../images/tick-thick.svg) no-repeat center;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
  display: inline-block;
}

.btn-remove {
  width: 20px;
  height: 20px;
  border: 2px solid red;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-remove i {
  background-size: 8px;
}
.btn-remove.add {
  background-color: #ff2d46;
}
.btn-remove.add i {
  transform: rotate(45deg);
  filter: invert(1) brightness(10) contrast(6);
}
.btn-remove.added {
  background-color: #108a61;
  border-color: #108a61;
}
.btn-remove.added i {
  background: url(../images/check-bold.svg) no-repeat center;
}

.vl-card {
  position: relative;
  border-bottom: 1px solid #f2f5f8;
}
.vl-card:last-child {
  border-bottom: none;
}
.vl-card > div {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.vl-card > div:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #d2d9de;
  background: white url(../images/tick-red.svg) no-repeat center;
  background-position: 20px;
  margin-left: auto;
}
.vl-card p {
  margin-bottom: 0px;
  color: #0f172a;
}
.vl-card figure {
  margin: 0 7px 0 0;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #d2d9de;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.vl-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-card input {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.vl-card input:checked + div:after {
  background-position: center;
}

.vehicle-list {
  margin-bottom: 30px;
  max-height: 300px;
  overflow: auto;
  padding-right: 7px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.vehicle-list::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.vehicle-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.vehicle-list::-webkit-scrollbar-thumb {
  background: rgb(217, 217, 219);
  border-radius: 10px;
}
.vehicle-list::-webkit-scrollbar-thumb:hover {
  background: rgb(217, 217, 219);
}

.btn-select {
  width: 100%;
  background: transparent url(../images/caret-down.svg) no-repeat;
  background-position: calc(100% - 10px) center;
  border: 1px solid transparent;
  border: 1px solid #d2d9de;
  color: #2e3062;
  border-radius: 10px;
  padding: 14px 26px 10px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  cursor: pointer;
}
.btn-select:focus {
  outline: none;
}

.info-div {
  text-align: center;
  position: relative;
}

.add-product-form {
  background-color: white;
  padding: 32px;
  border-radius: 6px;
}

.addmore-desc {
  margin: -10px 0 40px;
  text-align: right;
}

.remove-feild {
  position: absolute;
  right: -30px;
  top: 14px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  color: #8e8e93;
  cursor: pointer;
  z-index: 5;
}

.table-input {
  min-width: 260px;
}

.uploaded-row {
  margin: 0;
  justify-content: center;
}
.uploaded-row .uploaded-column {
  width: 200px;
  height: 200px;
}
.uploaded-row .uploaded-column img {
  width: 100%;
  height: 100%;
}

.uploaded-gallery .uploaded-img {
  position: relative;
  margin-bottom: 34px;
}
.uploaded-gallery .uploaded-img figure {
  height: 260px;
  overflow: hidden;
  border-radius: 6px;
}
.uploaded-gallery .uploaded-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.uploaded-gallery .uploaded-img .dlt-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  border: 1px solid gainsboro;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  cursor: pointer;
  transition: all 200ms ease;
}
.uploaded-gallery .uploaded-img .dlt-btn:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.083);
}
.uploaded-gallery .uploaded-img .dlt-btn i {
  transform: scale(1.1);
}

.uploaded-images {
  display: flex;
  justify-content: center;
  z-index: 5;
}
.uploaded-images > div {
  width: 200px;
  padding: 20px 10px;
  max-width: 220px;
  flex: 0 0 220px;
}
.uploaded-images > div figure {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
}
.uploaded-images > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.uploaded-images > div figure.img-upl img {
  -o-object-fit: cover;
     object-fit: cover;
}
.uploaded-images .col-md-12 {
  width: 300px;
  padding: 20px 10px;
  max-width: 300px;
  flex: 0 0 300px;
}
.uploaded-images .col-md-12 figure {
  width: 300px;
  height: 250px;
}

.vendor-dashboard .pagination li.active a {
  color: #108a61;
  background-color: #fff1f1;
}

.upload-file {
  position: relative;
  margin-bottom: 24px;
}
.upload-file.sm .upload-text {
  padding: 12px;
  display: flex;
  text-align: left;
}
.upload-file.sm .upload-text .icon {
  margin-bottom: 0px;
  margin-right: 12px;
}
.upload-file.lg .upload-text {
  padding: 48px 20px;
}
.upload-file .upload-text {
  position: relative;
  border: 1px dashed #d2d9de;
  border-radius: 10px;
  text-align: center;
  padding: 32px 20px;
  transition: all 200ms ease;
}
.upload-file .upload-text .icon {
  margin-bottom: 20px;
}
.upload-file .upload-text p {
  font-size: 14px;
  color: #0f172a;
  margin-bottom: 4px;
}
.upload-file .upload-text .p {
  font-size: 12px;
  color: #5a6175;
}
.upload-file > input {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.upload-file > input:hover + div {
  border-color: #108a61;
}
.upload-file .inLoader {
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px dashed #d2d9de;
}
.upload-file .fileUploader {
  position: static;
}
.upload-file .fileUploader .fileContainer {
  background-color: transparent;
  box-shadow: none;
  position: static;
  margin: 0px;
  padding: 0px;
}
.upload-file .fileUploader .fileContainer .chooseFileButton {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.upload-file .fileUploader .fileContainer .errorsContainer {
  text-align: center;
  color: #ff2d46;
  text-transform: capitalize;
}

.icon-delete {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/delete-icon.svg) no-repeat;
}

.right-icon {
  position: absolute;
  right: 12px;
  top: 30px;
  cursor: pointer;
  transition: all 180ms ease;
  will-change: transform;
}
.right-icon.eye-icon.active .icon-eye-closed {
  background-position-y: -26px;
}
.right-icon.eye-icon .icon-eye {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/eyes-icon.svg) no-repeat;
  background-position: 0px -26px;
  vertical-align: middle;
}
.right-icon.eye-icon .icon-eye-closed {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/eyes-icon.svg) no-repeat;
  vertical-align: middle;
}

.link {
  display: inline-flex;
  align-items: center;
  color: #108a61;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 1.43;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .link {
    font-size: 14px;
  }
}
.link:focus {
  outline: none;
}
.link:hover {
  color: #ff2d46;
}
.link:hover:before {
  transform: scale(1);
}
.link:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -15px;
  bottom: -9px;
  right: -14px;
  background-color: #ffeef0;
  border-radius: 6px;
  z-index: -1;
  display: inline-block;
  transition: all ease 200ms;
  transform: scale(0);
}
.link .icon {
  display: inline-block;
  margin-right: 6px;
  transition: all ease 200ms;
}
.link select {
  border: none;
  padding: 0;
  padding-right: 20px;
  color: #ff2d46;
  background: url(../images/caret-red.svg) no-repeat;
  background-position: calc(100% - 5px) center;
  background-color: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.icon-back {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icons.svg) no-repeat;
  background-position-x: -37px;
  background-position-y: -83px;
}

.leftmenu .sidebar-ui-block {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.leftmenu .sidebar-ui-block::-webkit-scrollbar {
  width: 2px;
}
.leftmenu .sidebar-ui-block::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.leftmenu .sidebar-ui-block::-webkit-scrollbar-thumb {
  background: rgb(214, 214, 218);
}
.leftmenu .sidebar-ui-block::-webkit-scrollbar-thumb:hover {
  background: rgb(194, 191, 191);
}

.product-img {
  position: relative;
}
.product-img .close {
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 13px;
  border: 1px solid rgb(180, 181, 192);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 1;
  padding-bottom: 2px;
  background-color: white;
  opacity: 1;
}
.product-img .close:hover {
  opacity: 1 !important;
}

.order-info {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0px;
  box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
  border-radius: 6px;
  border: 1px solid #e5f1ff;
  margin-bottom: 40px;
}
.order-info .heading {
  display: block;
  position: relative;
  padding: 18px 24px 15px;
  border-bottom: 1px solid #e5f1ff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 24px;
  color: #0c1f36;
}
.order-info .order-list {
  padding: 20px;
}
.order-info .order-list .order-list-item {
  list-style: none;
  border-bottom: 1px solid #f4f7ff;
}
.order-info .order-list .order-list-item .item-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.order-info .order-list .order-list-item .item-block .item-left-block {
  display: flex;
  flex: 0 0 12%;
}
.order-info .order-list .order-list-item .item-block .item-right-block {
  display: flex;
  flex: 0 0 20%;
}
.order-info .order-list .order-list-item .item-block .item-center-block {
  display: flex;
  flex: 0 0 60%;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details {
  width: 100%;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-id {
  text-align: left;
  float: none;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline {
  display: flex;
  align-content: center;
  margin: 50px 0 20px;
  width: 100%;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status {
  display: inline-block;
  width: 100%;
  padding: 15px 28px 48px 28px;
  box-sizing: border-box;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul {
  display: inline-block;
  width: 100%;
  height: 2px;
  vertical-align: middle;
  position: relative;
  padding: 0;
  white-space: nowrap;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 2px;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  background: #848484;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li:last-child {
  background-color: transparent !important;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li span {
  position: absolute;
  left: 0;
  top: -45px;
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 500;
  transform: translateX(-50%);
  transition: 0.3s all;
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: center;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li:before {
  content: "";
  position: absolute;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: gray;
  top: -4px;
  z-index: 2;
  transition: 0.3s all;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li.done {
  background: #11c264;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li.done span {
  color: #11c264;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li.done:before {
  background: #11c264;
}
.order-info .order-list .order-list-item .item-block .item-center-block .item-base-details .order-timeline .track-status ul li .date-ui {
  position: absolute;
  left: 0;
  bottom: -29px;
  color: #5a6175;
  font-size: 12px;
  font-weight: 500;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.order-info .order-list .track-status ul li.done:first-child:before {
  background: #108a61;
}

.address-sec,
.summery-sec {
  background: #fff;
  margin: 0;
  padding: 0px;
  box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
  border-radius: 6px;
  border: 1px solid #e5f1ff;
  width: 100%;
  margin-bottom: 40px;
}
.address-sec .heading,
.summery-sec .heading {
  display: block;
  position: relative;
  padding: 18px 24px 15px;
  border-bottom: 1px solid #e5f1ff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 24px;
  color: #0c1f36;
}

.address-sec .address-section {
  padding: 20px;
}
.address-sec .address-section h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.address-sec .address-section h6 {
  font-size: 18px;
}

.summery-sec .summery-text {
  padding: 20px;
}

.icon-close-red {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/close-red.svg) no-repeat;
  background-position: center;
  vertical-align: middle;
}

.right-slide .modal-dialog {
  margin: 0 0 0 auto;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  transform: translateX(100%) !important;
  transition: all cubic-bezier(0.15, 0.51, 0.68, 0.76) 200ms;
  max-width: 700px;
}
.right-slide.show .modal-dialog {
  transform: translateX(0) !important;
}
.right-slide .close {
  position: fixed;
  width: 48px;
  height: 48px;
  background: #f7f8fb url(../images/close-red.svg) no-repeat center;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  right: 10px !important;
  top: 10px !important;
  background-size: 12px;
  outline: none;
}
.right-slide .sidebar-subhead {
  border-top: 1px solid #e9ecef;
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}
.right-slide p {
  color: #94a3b8;
  margin-bottom: 5px;
}

.modal-content {
  overflow: auto;
}

.notification-modal .modal-body {
  padding: 0px !important;
}
.notification-modal .modal-body .more-info {
  padding: 0;
  list-style: none;
}
.notification-modal .modal-body .more-info .package-list {
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.notification-modal .modal-body .more-info .package-list h2 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #0f172a;
}
.notification-modal .modal-body .more-info .package-list time {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
.notification-modal .modal-body .more-info .package-list p {
  color: #94a3b8;
  margin-bottom: 5px;
}

.title-btn-wrpr {
  display: flex;
  align-items: center;
}
.title-btn-wrpr .modal-title {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.modal .form-in .download-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  padding: 15px;
  cursor: pointer;
  outline: none !important;
}

.select-react {
  z-index: 2 !important;
}

.select-react .css-1n7v3ny-option,
.select-react .css-9gakcf-option,
.select-react .css-9gakcf-option:hover:focus .select-react .css-yt9ioa-option:active,
.select-react .css-yt9ioa-option:focus,
.select-react .css-9gakcf-option:active,
.select-react .css-9gakcf-option:focus {
  background: #108a61;
  color: #fff;
}

.select-react .css-1pahdxg-control:hover {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: initial;
}

.result-listing table td.no-record {
  padding: 70px 0px;
}

.form-group.phone input {
  padding-left: 50px !important;
}

.filter-result-block .btn1 {
  padding: 0px 13px !important;
}

.location-manually {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0px 20px;
  display: block;
  text-transform: capitalize;
  border-bottom: 1.5px solid #0f172a;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #0f172a;
}

.back-button a .icon-back {
  margin-right: 8px;
}

.back-button a {
  display: flex;
  align-items: center;
}

.product_table_listing .table-modal::after {
  position: absolute;
  content: "";
  left: 0;
  right: initial;
  top: 0;
  bottom: 0;
  height: 90%;
  width: 67%;
}

.order-prefix__value-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uploaded-img {
  border: 1px solid lightgray;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.uploaded-img.active .icon-check-green {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/icons/check-bold.svg) no-repeat;
  background-color: #218838;
  background-position: center;
  border: none;
  background-size: 60%;
}

.set-featured {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  border-radius: 0px;
  text-align: center;
  justify-content: center;
}
.set-featured.btn-green {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  border-color: #11c264 !important;
  padding: 12px 20px;
  line-height: 1;
}
.set-featured.btn-green:hover {
  color: #11c264;
}

.remove-image {
  width: 100%;
  text-align: right;
  padding-right: 6px;
  top: 0;
  position: absolute;
}
.remove-image .icon-close-red {
  border: none;
  background-size: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none !important;
}

.set-img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.plus-icon .chooseFileButton {
  position: relative;
}
.plus-icon .chooseFileButton:before {
  position: absolute;
  content: "+";
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  left: -15px;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e3e8f1;
}
.form-control:focus, .form-control:active {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #e3e8f1;
}

.modal-scroll .form-block {
  padding-bottom: 70px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-scroll .save-button-block {
  position: fixed;
  width: 100%;
  top: auto;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px -2px 10px #eee;
  padding: 10px;
  margin-bottom: 0px;
  text-align: right;
}

.bottom-side-links {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  padding: 20px;
  background: #fff;
  width: 100%;
  max-width: 240px;
}
.bottom-side-links .privacy-policy {
  color: grey;
  padding: 4px 0px;
  font-size: 12px;
}

.social-link-list {
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
}
.social-link-list .social-link-item {
  padding: 0px 15px;
  list-style: none;
  min-width: 50%;
  display: flex;
  margin-bottom: 0px;
}
.social-link-list .social-link-item .form-group {
  width: 55%;
  margin-left: 30px;
}
.social-link-list .social-link-item .form-group:first-child {
  min-width: 40%;
  margin-left: 0px;
}
.social-link-list .social-link-list-btn {
  border: none;
  width: 9px;
  background-size: cover;
  height: 9px;
  top: 40px;
  position: relative;
  right: -10px;
}
.social-link-list .product-img img {
  max-width: 50px;
  max-height: 50px;
}

.social-add-btn {
  text-align: right;
}

.product-change {
  max-height: 550px;
}
.product-change td {
  padding: 10px;
}
.product-change .manage-content {
  text-align: left;
  font-size: 14px;
  color: #0f172a;
  padding: 10px;
  font-weight: 500;
}
.product-change .price-row {
  display: flex;
  align-items: center;
}
.product-change .price-row span {
  margin-right: 10px;
}
.product-change .form-group {
  margin-bottom: 0px;
}

.policy-content {
  padding: 16px;
}

.profile-ftr {
  justify-content: start;
  flex-wrap: wrap;
}
.profile-ftr .reason-rejection {
  flex: 0 0 100%;
}
.profile-ftr .reason-rejection .reason-title {
  color: red;
}

.btn.btn-center {
  justify-content: center;
  max-width: 100% !important;
}

.assigned-by {
  display: flex;
}
.assigned-by .product-img {
  width: 100px;
  margin-right: 10px;
}
.assigned-by .product-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.assigned-by-title {
  font-weight: bold;
  margin-right: 5px;
}

.product-attr {
  width: 100%;
  position: relative;
}
.product-attr label {
  padding-left: 30px;
}
.product-attr input {
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.upload-image {
  display: flex;
  align-items: center;
}
.upload-image.signature-img .img-figure {
  border-radius: 0px;
  width: 100%;
  max-width: 210px;
}
.upload-image .img-figure {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.upload-image .img-figure .full-width {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tag-wrpr .textfield {
  padding: 0px;
  border: none;
}
.tag-wrpr .textfield > span {
  display: flex;
  gap: 4px;
}
.tag-wrpr .textfield > span .react-tagsinput-tag {
  display: flex;
  gap: 4px;
  position: relative;
  left: 2px;
  top: 2px;
  word-break: keep-all;
  white-space: pre;
}

.uploaded-main-wrpr {
  gap: 25px;
}

.uploaded-video-wrpr {
  width: 400px;
  height: auto;
  max-height: 400px;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.textfield-block ul {
  list-style: initial;
}
.textfield-block .jodit-ui-spacer {
  flex: 0;
}

.edit-btn:hover {
  background: transparent !important;
}
.edit-btn .edit-image {
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.tag-wrpr {
  position: relative;
  padding: 0px !important;
  height: 42px !important;
  background-color: #f9f9fb !important;
}
.tag-wrpr .textfield {
  height: 100% !important;
}
.tag-wrpr input {
  border: none !important;
  margin-top: 0;
  background: #f9f9fb !important;
  height: 40px !important;
}

.jodit-placeholder {
  color: #bdbfd1;
}

.blog-img-slider {
  overflow: hidden;
  padding-bottom: 30px;
}
.blog-img-slider .blog-slide {
  height: 300px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-img-slider .blog-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-img-slider .blog-slide .play-icon-wrpr {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-img-slider .blog-slide .play-icon-wrpr .play-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(46, 48, 98, 0.4);
}
.blog-img-slider .blog-slide .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-img-slider .blog-slide .video-container video {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-img-slider .slick-dots li {
  margin: 0px;
}
.blog-img-slider .slick-dots li button {
  color: #108A61;
}
.blog-img-slider .slick-dots li button:before {
  font-size: 10px;
  color: rgba(16, 138, 97, 0.3);
}

.jodit-wysiwyg * {
  color: #2e3062;
}

.blog-content-wrpr * {
  color: #2e3062;
}

.insight-wrpr {
  margin-top: 40px;
}
.insight-wrpr .insights-card-wrpr {
  margin-top: 22px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .insight-wrpr .insights-card-wrpr {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.insight-wrpr .insights-card-wrpr .insight-card-block {
  flex: 0 0 25%;
  padding: 0px 16px;
  min-width: 280px;
}
.insight-wrpr .insights-card-wrpr .insight-card-block:first-child {
  margin-left: -16px;
}
@media (max-width: 1200px) {
  .insight-wrpr .insights-card-wrpr .insight-card-block:first-child {
    margin-left: -8px;
  }
}
.insight-wrpr .insights-card-wrpr .insight-card-block:last-child {
  margin-right: -16px;
}
@media (max-width: 1200px) {
  .insight-wrpr .insights-card-wrpr .insight-card-block:last-child {
    margin-left: -8px;
  }
}
@media (max-width: 1200px) {
  .insight-wrpr .insights-card-wrpr .insight-card-block {
    padding: 8px 8px;
  }
}

.patient-graph-wrpr {
  margin-top: 40px;
}
.patient-graph-wrpr .graph-select .dropdown {
  width: 180px;
}
.patient-graph-wrpr .graph-select .dropdown:last-child {
  width: 120px;
}
.patient-graph-wrpr .graph-select .dropdown .form-in {
  margin-bottom: 0px;
}
.patient-graph-wrpr .graph-select .dropdown .form-in .form-control .css-1s2u09g-control, .patient-graph-wrpr .graph-select .dropdown .form-in .form-control .css-1pahdxg-control {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 100%;
}

.insight-card {
  background: white;
  border-radius: 18px;
  padding: 24px 13px;
  flex: 0 0 25%;
}
.insight-card.today {
  background: #F9F1EC;
  color: #877060;
}
.insight-card.today .insight-desc {
  color: #877060;
}
.insight-card.record {
  background: #E8F6E9;
  color: #3D5A50;
}
.insight-card.record .insight-desc {
  color: #3D5A50;
}
.insight-card.shared {
  background: #F4EEFF;
  color: #675F75;
}
.insight-card.shared .insight-desc {
  color: #675F75;
}
.insight-card.patient {
  background: #FFEBF8;
  color: #765A6C;
}
.insight-card.patient .insight-desc {
  color: #765A6C;
}
.insight-card.all-appointments {
  background: #EAF6E9;
  color: #3D5A50;
}
.insight-card.all-appointments .insight-desc {
  color: #3D5A50;
}
@media (max-width: 1200px) {
  .insight-card {
    padding: 20px 15px;
  }
}
.insight-card .insight-card-img {
  background: #FFFFFF;
  border-radius: 13.3333px;
  width: 56px;
  height: 56px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insight-card .insight-card-img .i-card-img {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/assets/images/insight-icons.svg);
  background-repeat: no-repeat;
}
.insight-card .insight-card-img .i-card-img.today {
  background-position: 0px 0px;
}
.insight-card .insight-card-img .i-card-img.record {
  background-position: -64px 0px;
}
.insight-card .insight-card-img .i-card-img.shared {
  background-position: -128px 0px;
}
.insight-card .insight-card-img .i-card-img.number {
  background-position: -192px 0px;
}
.insight-card .insight-card-img .i-card-img.all-appointments {
  background-position: -249px -1px;
}

.patient-graph-wrpr {
  border-radius: 20px;
  overflow: hidden;
  padding: 16px;
}
.patient-graph-wrpr .graph-select {
  gap: 8px;
}
.patient-graph-wrpr .graph-blk {
  margin-top: 26px;
}

.add-timming {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50px;
  background-color: #fbfbfb;
  display: block;
  position: relative;
  border: none;
  color: #241c16;
  line-height: 0.6;
  cursor: pointer;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.delete-timming {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50px;
  background-color: #fbfbfb;
  display: block;
  position: relative;
  border: none;
  color: #241c16;
  line-height: 0.6;
  cursor: pointer;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.add-delete-wrpr {
  gap: 12px;
}

.week-block {
  display: flex;
  gap: 30px;
}/*# sourceMappingURL=developer.css.map */
.btn-bar-margin { margin: 0 10px 0 0; }

.modal-tr .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; 
}
.form-block .download-label-style{
  margin-left: -4px;
  margin-bottom: -10px;
}
.form-block .download-label-style a{
  text-decoration: underline;
}
