.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;
  -webkit-transition: all ease 180ms;
  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;
  -webkit-transform: rotate(-90deg);
          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;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.null-btn:focus {
  outline: none;
}

.null-btn.colored {
  -webkit-filter: grayscale(0);
          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);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  -webkit-transition: all ease 220ms;
  transition: all ease 220ms;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  will-change: transform;
  cursor: pointer;
}

.icon-btn:hover {
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.dots-btn {
  padding: 0px 10px 4px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 70px;
  -webkit-transition: all ease 220ms;
  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: 14px;
}

.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 {
  -webkit-transform: translateY(5px) !important;
          transform: translateY(5px) !important;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu.drop-custom {
  border-radius: 4px;
  padding: 5px 0 10px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  -webkit-transform: translateY(20px) !important;
          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 {
  -webkit-transform: translateY(5px) !important;
          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;
  -webkit-transition: all ease 210ms;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transition: all cubic-bezier(0.18, 0.73, 0.67, 0.91) 200ms;
  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 {
  -webkit-animation: updown 3000ms cubic-bezier(0.18, -0.03, 0.83, 1.02) 100ms infinite alternate;
          animation: updown 3000ms cubic-bezier(0.18, -0.03, 0.83, 1.02) 100ms infinite alternate;
  will-change: transform;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

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

@-webkit-keyframes updown-sm {
  0% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
}

@keyframes updown-sm {
  0% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
}

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

@-webkit-keyframes updown-lg {
  0% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
}

@keyframes updown-lg {
  0% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
}

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

@-webkit-keyframes updown-xl {
  0% {
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
  }
}

@keyframes updown-xl {
  0% {
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
  }
}

.slick-arrow {
  background-color: transparent !important;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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;
}

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

.btn-loader-black {
  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;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 20;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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: #eb6133;
  border: 1px solid #eb6133;
}

.orange-btn:hover {
  background-color: #e44713;
  color: white;
}

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

.stock-field.on-btn .switch-slider {
  background-color: rgba(237, 113, 72, 0.37);
}

.stock-field.on-btn .switch-slider:after {
  background-color: #ed7148;
  -webkit-box-shadow: 0 0 1px 0 rgba(237, 113, 72, 0.16), 0 1px 1px 0 rgba(237, 113, 72, 0.13);
          box-shadow: 0 0 1px 0 rgba(237, 113, 72, 0.16), 0 1px 1px 0 rgba(237, 113, 72, 0.13);
}

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

.filter-block .filter-result-block button {
  background-color: #eb6133;
}

.filter-block .filter-result-block button:hover, .filter-block .filter-result-block button:focus {
  background-color: #e44713;
  border-color: #eb6133;
  color: white;
}

.header-main:before {
  background-color: white;
  display: none;
}

.header-main h2 {
  color: #212127 !important;
}

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

.btn-link:hover {
  color: #e86336;
}

.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: 20px;
}

.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: #2e2d33;
}

.orders-ui-block .leftmenu .menulist-ui.list-group li a p {
  color: #2e2d33;
}

.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: #2e2d33;
}

.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: #292633 !important;
}

.orders-ui-block .leftmenu .menulist-ui.list-group li.dropdown > a p:after {
  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: 14px 30px;
  background-color: #eb6133;
  border: 1px solid #eb6133;
}

.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: #eb6133;
}

.right-ui-block .pagination li:first-child a:after, .right-ui-block .pagination li:last-child a:after {
  color: #eb6133;
}

.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: #eb6133 !important;
}

table th.manage-content {
  min-width: auto !important;
}

ul.cs-check-box.assign-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}

ul.cs-check-box.assign-ul li .os-check-box {
  width: 30%;
  margin-right: 20px;
}

ul.cs-check-box.assign-ul li label {
  font-size: 14px;
  line-height: 1.3;
}

.os-check-box input:checked + label:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#eb6133), to(#d05126));
  background: linear-gradient(180deg, #eb6133 0%, #d05126 100%);
  border: none;
}

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

.basic-details.collateral-div .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 35px;
}

.options-array .form-group {
  margin-bottom: 0 !important;
}

.options-array .form-block > .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          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;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  top: 0;
}

.ham-btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.ham-btn.active span:nth-child(2) {
  opacity: 0;
}

.ham-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}

@media (max-width: 992px) {
  .nav-right .block-alert.time-ui-block {
    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;
    -webkit-transition: all ease 200ms;
    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;
  -webkit-box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
          box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
  padding: 25px;
  min-height: 500px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.ps-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f7f9;
  padding: 15px 25px;
  margin-bottom: 15px;
  -webkit-transition: all ease 200ms;
  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;
  -webkit-box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.28);
          box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.28);
}

.ps-card.active {
  background-color: #eb6133;
  width: calc(100% + 8px);
  right: 4px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(194, 159, 139, 0.48);
          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: #d64515;
}

.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: #eb6133;
  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;
  -webkit-box-shadow: 0 2px 9px 0 rgba(154, 193, 222, 0.18);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 15px 0px;
  -webkit-transition: all ease 200ms;
  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: #eb6133;
  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: #eb6133;
}

.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: #eb6133 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      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;
  -webkit-box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.1);
          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 #eb6133;
  border-right-color: white;
  border-bottom-color: white;
  border-radius: 50%;
  -webkit-animation: spin 400ms cubic-bezier(0.51, 0.12, 0.48, 0.77) 10ms infinite alternate;
          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: #dadcdd;
}

.msg-in::-webkit-scrollbar-thumb:hover {
  background: #929292;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msg-type textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.43;
  color: #9ba4b0;
}

.msg-type textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.43;
  color: #9ba4b0;
}

.msg-type textarea::-ms-input-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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px;
}

.msg-icons button {
  display: inline-block;
  margin-left: 10px;
}

.msg-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.image-upload {
  position: relative;
  margin: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-upload .img-upload {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
  border-radius: 8px;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.06);
}

.image-upload .img-upload .img-text {
  max-width: calc(100% - 40px);
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
}

.image-upload .img-upload .remove-img {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  margin-left: auto;
  cursor: pointer;
}

.msg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 #eb6133;
  border-right-color: white;
  border-bottom-color: white;
  border-radius: 50%;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

.btn-grey {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 40px;
  background: #e8e7e9;
  color: #5a6175;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  line-height: 1.5;
  border-radius: 1px;
  outline: none !important;
  border: 0px solid #e8e7e9;
  cursor: pointer;
  -webkit-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);
          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;
  -webkit-box-shadow: 0px 4px 6px rgba(64, 112, 244, 0);
          box-shadow: 0px 4px 6px rgba(64, 112, 244, 0);
  font-weight: 500;
}

.btn-grey:focus {
  outline: none;
  border-color: #485cf0;
  background: #e8e7e9 !important;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.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;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  display: inline-block;
}

.btn-grey:before {
  content: attr(data-title);
  position: absolute;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  right: 0;
  bottom: 0;
  top: 100%;
  left: 0;
  background: #e8e7e9;
  border-radius: 20px;
  color: #5a6175;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  display: none;
}

.btn-grey:hover {
  outline: none;
  color: #5a6175;
  background-color: linear-gradient(74.78deg, #f83600 29.27%, #fe8c00 100.29%);
  -webkit-box-shadow: 0px 4px 6px rgba(55, 108, 243, 0.24);
          box-shadow: 0px 4px 6px rgba(55, 108, 243, 0.24);
  -webkit-filter: saturate(1.1) brightness(1.05);
          filter: saturate(1.1) brightness(1.05);
  background-position: 100% 0;
}

.btn-grey:hover:before {
  top: 0;
}

.btn-grey:hover {
  -webkit-box-shadow: 0px 4px 6px rgba(208, 208, 208, 0.24);
          box-shadow: 0px 4px 6px rgba(208, 208, 208, 0.24);
}

.msg-modal .modal-dialog {
  max-width: 1200px !important;
}

.msg-modal .modal-content {
  background-color: transparent;
  text-align: center;
  border: none;
  -webkit-box-shadow: none !important;
          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;
  -webkit-filter: invert(1);
          filter: invert(1);
  background-color: #ffffff63;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all ease 200ms;
  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: #eb6133;
  border-color: #eb6133;
  color: white;
}

.cs-check-box.assign-ul li .order-coll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}

.modal-log-ques .log-deatils {
  padding: 10px;
  position: relative;
}

.modal-log-ques .log-deatils > button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.log-card {
  position: relative;
  margin-bottom: 36px;
}

.log-card .log-head {
  background: #f1f3f8;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.02);
  margin-bottom: 16px;
  padding: 4px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
}

.mr-card .log-deatils {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mr-card .log-head {
  padding: 8px 14px;
}

.mr-card .log-img {
  background-image: url(../images/file-text.svg);
  background-repeat: no-repeat;
  height: 21px;
}

.mr-card .log-deatils {
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(226, 230, 239, 0.34);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.mr-card .log-p {
  padding-top: 10px;
  width: 100%;
}

.mr-card .log-p p {
  font-size: 13px;
  color: #2e3062;
  margin-bottom: 0;
}

.modal-log-ques .log-deatils {
  padding: 10px;
  position: relative;
}

.modal-log-ques .log-deatils > button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.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;
}

.log-deatils {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.log-deatils .log-img {
  margin-right: 10px;
  width: 20px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.log-deatils .log-text p {
  margin-bottom: 0;
  line-height: 1.2;
}

.log-deatils .log-text .subtext {
  font-size: 12px;
}

.chip-wrpr {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 6px 0px #dfdfdf;
          box-shadow: 0px 4px 6px 0px #dfdfdf;
  padding: 25px;
  margin: 20px 0px;
  position: relative;
}

.chip-wrpr .chip-title {
  font-size: 32px;
}

.chip-wrpr .chip-desc {
  margin-bottom: 0px;
  font-size: 20px;
}

.chip-wrpr .days-toggle-data {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 11;
}

.chip-wrpr .day-toggle {
  color: #999;
  padding: 2px 8px;
}

.chip-wrpr .day-toggle.active, .chip-wrpr .day-toggle:hover {
  color: #eb6133;
}

.chip-wrpr .chip-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/*  new style start   */
/*  login page css  */
.login-page {
  background: transparent;
  max-width: 540px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}

.login-page .form-block-section {
  padding: 40px;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0 1px 5px 0 rgba(79, 82, 85, 0.07), 0 3px 5px 0 rgba(11, 20, 31, 0.12);
          box-shadow: 0 1px 5px 0 rgba(79, 82, 85, 0.07), 0 3px 5px 0 rgba(11, 20, 31, 0.12);
  background: #fff;
  border-radius: 6px;
}

.login-page .login-logo {
  margin-bottom: 20px;
}

.login-page .login-logo h1 {
  font-weight: 600;
  font-size: 50px;
}

.login-page .login-head h2 {
  color: #eb6133;
  font-weight: 400;
  margin-bottom: 0px;
}

.btn-wrpr {
  width: 180px;
  float: right;
}

.btn-full {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

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

.text-link:hover {
  color: #eb6133;
}

/*  login page css  end  */
.date-picker-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}

/*  loader button  */
.loader-btn {
  position: relative;
  text-indent: -9999px;
}

.loader-btn:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid #f5f5f53b;
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: button-loading-spinner 1500ms ease-in-out infinite;
          animation: button-loading-spinner 1500ms ease-in-out infinite;
}

@-webkit-keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
            transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes button-loading-spinner {
  from {
    -webkit-transform: rotate(0turn);
            transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

/*  loader button end   */
/*  new style ends    */
/*# sourceMappingURL=developer.css.map */

.login-page .form-group .error {
  text-align: left !important;
  display: block;
  margin-top: 2px;
}

.ani-ui-block .form-block .form-group .checkbox-wrap input {
  position: absolute;
  left: 0;
  width:24px;
  z-index: 1;
  height:24px;
  top: 0;
  display: inline-block;
  opacity: 0;
  z-index: 1;
}
.checkbox-wrap {
  position: relative;
  width: 24px;
}
.checkbox-wrap .check-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid #E3E8F1;
  background: #f9f9fb;
  border-radius:4px;
}
.checkbox-wrap .check-icon:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  margin: auto;
  margin-top: -1px;
}
.checkbox-wrap input:checked + .check-icon {
  background: #df280d;
  border: 1px solid #df280d;
}

