/*@font-face {
    font-family: 'KozGoPr6N-ExtraLight';
    src: url("../fonts/KozGoPr6N-ExtraLight.otf");
    font-weight: normal;
}
@font-face {
    font-family: 'KozGoPr6N-Light';
    src: url("../fonts/KozGoPr6N-Light.otf");
    font-weight: normal;
}
@font-face {
    font-family: 'KozGoPr6N-Regular';
    src: url("../fonts/KozGoPr6N-Regular.otf");
    font-weight: normal;
}
@font-face {
    font-family: 'KozGoPr6N-Medium';
    src: url("../fonts/KozGoPr6N-Medium.otf");
    font-weight: normal;
}
@font-face {
    font-family: 'KozGoPr6N-Bold';
    src: url("../fonts/KozGoPr6N-Bold.otf");
    font-weight: normal;
}
@font-face {
    font-family: 'KozGoPr6N-Heavy';
    src: url("../fonts/KozGoPr6N-Heavy.otf");
    font-weight: normal;
}*/
/*Start Theme*/
/*End Theme*/
body {
  color: #3f3b3a;
  font-weight: 100;
  font-style: normal;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}

.text-theme {
  color: #3f3b3a !important;
}

.input-icon-caret-color {
  color: #717071;
}

.btn-secondary:hover {
  color: white;
  background-color: #727272;
  border-color: #727272;
}

.text-blue {
  color: #2ea7e0;
}

.text-blue-header {
  color: #2ca6e0;
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .text-blue-header {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .text-blue-header {
    display: block;
    margin-left: 0rem;
  }
}

a {
  color: #212529;
}

a:hover {
  color: #db5340;
  text-decoration: none;
}

.header-section {
  border-bottom: 10px solid #c24644;
  padding: 0.25rem 0 0.5rem;
}
.header-section .navbar-brand img {
  max-width: 85px;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .header-section .navbar-brand img {
    max-width: 70px;
  }
}
.header-section .navbar-brand .bid-logo {
  margin-top: 0px;
}
.header-section .navbar {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 1199px) {
  .header-section .navbar {
    position: relative;
  }
  .header-section .navbar .navbar-toggler.navbar-toggler-right {
    position: absolute;
    right: 0;
    top: 3px;
  }
}
@media only screen and (max-width: 991px) {
  .header-section .navbar {
    padding-top: 40px !important;
  }
  .header-section .navbar .navbar-collapse {
    padding-top: 20px !important;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
}
.header-section .navbar ul.navbar-nav {
  min-width: 105px;
}
.header-section .navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #3e3a39;
  padding: 9px 15px 0;
}
@media only screen and (max-width: 991px) {
  .header-section .navbar ul.navbar-nav li.nav-item a.nav-link {
    padding: 0 10px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
  }
}
.header-section .navbar ul.navbar-nav li.nav-item a.nav-link .nav-icon {
  max-width: 30px;
  display: block;
  margin: 0 auto 2px;
}
.header-section
  .navbar
  ul.navbar-nav
  li.nav-item
  a.nav-link
  .nav-icon.header-icon {
  max-width: 50px;
}
.header-section.nav-user .navbar-brand .ene-bid-logo {
  height: 85px;
  margin-top: 0;
}
.header-section.nav-user .man-blue {
  height: 20px;
}
.header-section.nav-user .navbar ul.navbar-nav li.nav-item a.nav-link {
  font-size: 14px;
  padding: 30px 15px 0;
}
@media only screen and (max-width: 991px) {
  .header-section.nav-user .navbar ul.navbar-nav li.nav-item a.nav-link {
    padding: 0 10px 10px 0;
    margin-bottom: 10px;
  }
}
.header-section .search-section {
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .header-section .search-section {
    margin-top: 0.5rem;
  }
}
.header-section .search-section .nav-search {
  border: 2px solid #dbdcdc;
  border-radius: 0;
  height: 28px;
}
.header-section .search-section .nav-search.rounded-pill {
  border: 1px solid #dbdcdc;
}
.header-section .search-section .input-field {
  width: 175px;
}
.header-section .search-section .input-field.new-design {
  width: 205px;
}
.header-section .search-section .nav-dropdown {
  background: #dbdcdc;
  border: none;
  color: #3f3b3a;
}
.navbar-toggler {
  outline: none !important;
}
@media only screen and (max-width: 575px) {
  .header-section .search-section div {
    display: flex;
  }
  .header-section .search-section .user-icon {
    width: 100%;
  }
  .header-section .navbar,
  .col-xl-6.col-lg-5 {
    position: static;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url('https://pics.freeicons.io/uploads/icons/png/3394877631553239370-512.png');
  }
  .my-auto {
    position: relative;
  }
  .header-section .navbar .navbar-collapse {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
  .header-section .navbar .navbar-collapse .navbar-nav.ml-auto {
    flex-direction: row;
  }
  .header-section .navbar .navbar-collapse .navbar-nav.ml-auto .nav-link {
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-section .top-right-nav a {
    padding-right: 0 !important;
    margin-right: 0 !important;
    display: block;
  }
}
.main-section {
  min-height: calc(100vh - 232px);
}
@media only screen and (max-width: 1199px) {
  .main-section {
    min-height: calc(100vh - 284px);
  }
}
@media only screen and (max-width: 991px) {
  .main-section {
    min-height: calc(100vh - 272px);
  }
}
@media only screen and (max-width: 575px) {
  .main-section {
    min-height: calc(100vh - 535px);
  }
}

/*User*/
.section-user-min {
  min-height: calc(100vh - 232px);
}
@media only screen and (max-width: 1199px) {
  .section-user-min {
    min-height: calc(100vh - 313px);
  }
}
@media only screen and (max-width: 991px) {
  .section-user-min {
    min-height: calc(100vh - 333px);
  }
}
@media only screen and (max-width: 575px) {
  .section-user-min {
    min-height: calc(100vh - 558px);
  }
}

/*notification-message*/
.notification-wrapper {
  height: 100%;
  float: right;
  width: 0;
  position: absolute;
  z-index: 2;
  top: 125px;
  right: 0;
  overflow-x: hidden;
  transition: 0.3s;
}
.notification-wrapper .notification-message {
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
  /*position: fixed;*/
  overscroll-behavior: contain;
}
.notification-wrapper .notification-message .image-bell-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.notification-wrapper .notification-message .message-wrapper {
  width: calc(100% - 50px);
  background: white;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  min-width: 295px;
}
.notification-wrapper .notification-message .message-wrapper .red-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #c15c58;
  border-radius: 50%;
  right: 0.5rem;
  top: calc(50% - 10px);
}
.notification-wrapper .notification-message .message {
  background: #f7f7f7;
  padding: 1rem;
}
.notification-wrapper .notification-message .message .message-close {
  float: right;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.notification-wrapper .notification-message .message .message-close:hover {
  background: rgba(0, 0, 0, 0.12);
}

/*notification-message*/
/*right-sidebar-icon-wrapper*/
.right-sidebar-icon-wrapper {
  bottom: 50px;
  position: fixed;
  right: 50px;
  width: 120px;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .right-sidebar-icon-wrapper {
    right: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .right-sidebar-icon-wrapper {
    right: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .right-sidebar-icon-wrapper {
    right: 6px;
    width: 70px;
  }
}
.right-sidebar-icon-wrapper.left-sidebar-icon-wrapper {
  left: 50px;
}
.right-sidebar-icon-wrapper.left-sidebar-icon-wrapper.left-sidebar-icon-wrapper-2 {
  bottom: 205px;
}
@media only screen and (max-width: 1440px) {
  .right-sidebar-icon-wrapper.left-sidebar-icon-wrapper {
    left: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .right-sidebar-icon-wrapper.left-sidebar-icon-wrapper {
    left: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .right-sidebar-icon-wrapper.left-sidebar-icon-wrapper {
    left: 6px;
  }
  .right-sidebar-icon-wrapper.left-sidebar-icon-wrapper.left-sidebar-icon-wrapper-2 {
    bottom: 130px;
  }
}

/*right-sideba-icon-wrapper*/
footer {
  background: #b25c62;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
footer .navbar-brand {
  position: relative;
}
footer .navbar-brand img {
  max-width: 250px;
}
footer ul {
  padding: 0;
}
footer ul li.nav-item {
  display: inline-block;
  list-style: none;
  position: relative;
}
footer ul li.nav-item a.nav-link {
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
}
footer ul li.nav-item:after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "|";
  color: white;
}
footer ul li.nav-item:last-child:after {
  display: none;
}
footer ul li.nav-item:last-child a.nav-link {
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  footer ul li.nav-item:first-child a.nav-link {
    padding-left: 0;
  }
}
footer .copyright-text {
  font-size: 12px;
}

@media only screen and (min-width: 576px) {
  .logo-wrapper,
  .nav-wrapper {
    display: inline;
  }
}
@media only screen and (max-width: 991px) {
  #mainNav {
    float: right;
  }
}
@media only screen and (max-width: 575px) {
  .logo-wrapper {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem;
  }
}
a,
.btn,
img {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
.btn:hover,
img:hover {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btn-theme {
  color: white;
  border: 0;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus,
.btn-theme.active {
  text-transform: none;
}
@media only screen and (max-width: 1199px) {
  .btn-theme.btn-lg {
    font-size: 1rem;
  }
}
.btn-theme.btn-primary {
  background-color: #7893bd !important;
  border: 1px solid #7893bd !important;
  color: white !important;
}
.btn-theme.btn-primary:hover:not(.hover-off),
.btn-theme.btn-primary:active:not(.hover-off),
.btn-theme.btn-primary.active:not(.hover-off),
.btn-theme.btn-primary:focus:not(.hover-off) {
  background-color: white !important;
  color: #7893bd !important;
}
.btn-theme.btn-primary:hover:not(.hover-off).bg-transparent,
.btn-theme.btn-primary:active:not(.hover-off).bg-transparent,
.btn-theme.btn-primary.active:not(.hover-off).bg-transparent,
.btn-theme.btn-primary:focus:not(.hover-off).bg-transparent {
  background: transparent !important;
}
.btn-theme.btn-success {
  background-color: #75b385 !important;
  border: 1px solid #75b385 !important;
  color: white !important;
}
.btn-theme.btn-success:hover:not(.hover-off),
.btn-theme.btn-success:active:not(.hover-off),
.btn-theme.btn-success.active:not(.hover-off),
.btn-theme.btn-success:focus:not(.hover-off) {
  background-color: white !important;
  color: #75b385 !important;
}
.btn-theme.btn-success:hover:not(.hover-off).bg-transparent,
.btn-theme.btn-success:active:not(.hover-off).bg-transparent,
.btn-theme.btn-success.active:not(.hover-off).bg-transparent,
.btn-theme.btn-success:focus:not(.hover-off).bg-transparent {
  background: transparent !important;
}
.btn-theme.btn-success.hover-off:active:focus,
.btn-theme.btn-success.hover-off:focus,
.btn-theme.btn-success.hover-off:hover {
  box-shadow: none !important;
  cursor: context-menu;
}
.btn-theme.btn-danger {
  background-color: #b25c62 !important;
  border: 1px solid #b25c62 !important;
  color: white !important;
}
.btn-theme.btn-danger:hover:not(.hover-off),
.btn-theme.btn-danger:active:not(.hover-off),
.btn-theme.btn-danger.active:not(.hover-off),
.btn-theme.btn-danger:focus:not(.hover-off) {
  background-color: white !important;
  color: #b25c62 !important;
}
.btn-theme.btn-danger:hover:not(.hover-off).bg-transparent,
.btn-theme.btn-danger:active:not(.hover-off).bg-transparent,
.btn-theme.btn-danger.active:not(.hover-off).bg-transparent,
.btn-theme.btn-danger:focus:not(.hover-off).bg-transparent {
  background: transparent !important;
}
.btn-theme.btn-danger.hover-off:active:focus,
.btn-theme.btn-danger.hover-off:focus,
.btn-theme.btn-danger.hover-off:hover {
  box-shadow: none !important;
  cursor: context-menu;
}
.btn-theme.btn-secondary {
  background-color: #9d9d9e !important;
  border: 1px solid #9d9d9e !important;
  color: white !important;
}
.btn-theme.btn-secondary:hover:not(.hover-off),
.btn-theme.btn-secondary:active:not(.hover-off),
.btn-theme.btn-secondary.active:not(.hover-off),
.btn-theme.btn-secondary:focus:not(.hover-off) {
  background-color: white !important;
  color: #9d9d9e !important;
}
.btn-theme.btn-secondary:hover:not(.hover-off).bg-transparent,
.btn-theme.btn-secondary:active:not(.hover-off).bg-transparent,
.btn-theme.btn-secondary.active:not(.hover-off).bg-transparent,
.btn-theme.btn-secondary:focus:not(.hover-off).bg-transparent {
  background: transparent !important;
}
.btn-theme.btn-secondary.hover-off:active:focus,
.btn-theme.btn-secondary.hover-off:focus,
.btn-theme.btn-secondary.hover-off:hover {
  box-shadow: none !important;
  cursor: context-menu;
}
.btn-theme.btn-outline-primary {
  color: #7b9ac7 !important;
  border: 1px solid #d6d6d7 !important;
}
.btn-theme.btn-outline-primary:hover:not(.hover-off),
.btn-theme.btn-outline-primary:active:not(.hover-off),
.btn-theme.btn-outline-primary.active:not(.hover-off),
.btn-theme.btn-outline-primary:focus:not(.hover-off) {
  background-color: #7b9ac7 !important;
  border-color: #7b9ac7 !important;
  color: white !important;
}
.btn-theme.btn-outline-primary.border-primary {
  border-color: #7b9ac7 !important;
}
.btn-theme.btn-outline-success {
  border: 1px solid #d6d6d7 !important;
  color: #78bb8a !important;
}
.btn-theme.btn-outline-success:hover:not(.hover-off),
.btn-theme.btn-outline-success:active:not(.hover-off),
.btn-theme.btn-outline-success.active:not(.hover-off),
.btn-theme.btn-outline-success:focus:not(.hover-off) {
  background-color: #78bb8a !important;
  border-color: #78bb8a !important;
  color: white !important;
}
.btn-theme.btn-outline-success.border-success {
  border-color: #78bb8a !important;
}
.btn-theme.btn-outline-danger {
  border: 1px solid #b25c62 !important;
  color: #b25c62 !important;
}
.btn-theme.btn-outline-danger:hover:not(.hover-off),
.btn-theme.btn-outline-danger:active:not(.hover-off),
.btn-theme.btn-outline-danger.active:not(.hover-off),
.btn-theme.btn-outline-danger:focus:not(.hover-off) {
  background-color: #b25c62 !important;
  border-color: #b25c62 !important;
  color: white !important;
}
.btn-theme.btn-outline-danger.hover-off:active:focus,
.btn-theme.btn-outline-danger.hover-off:focus,
.btn-theme.btn-outline-danger.hover-off:hover {
  background-color: white !important;
  box-shadow: none !important;
  cursor: context-menu;
}

.text-theme-primary {
  color: #7b9ac7 !important;
}

.text-theme-success {
  color: #78bb8a !important;
}

.border-theme-primary {
  border: 1px solid #7b9ac7 !important;
}

.border-theme-success {
  border: 1px solid #78bb8a !important;
}

.btn-theme-black {
  background-color: #727272;
}
.btn-theme-black:hover,
.btn-theme-black:active,
.btn-theme-black:focus,
.btn-theme-black.active {
  background-color: #dcdddd;
}

.btn-theme-black-no-hover {
  background-color: #727272;
}
.btn-theme-black-no-hover:hover,
.btn-theme-black-no-hover:active,
.btn-theme-black-no-hover:focus,
.btn-theme-black-no-hover.active {
  color: white;
}

.btn-theme-white-red-ative-red-linear-white {
  border: 1px solid #e6e6e6;
  color: #c24644;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-theme-white-red-ative-red-linear-white:hover,
.btn-theme-white-red-ative-red-linear-white:active,
.btn-theme-white-red-ative-red-linear-white:focus,
.btn-theme-white-red-ative-red-linear-white.active {
  background: #ff946e;
  background: -moz-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: -webkit-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  border: 1px solid white;
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff946e",endColorstr="#c24744",GradientType=1);
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btn-theme-red-linear {
  background: #ff946e;
  background: -moz-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: -webkit-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff946e",endColorstr="#c24744",GradientType=1);
}
.btn-theme-red-linear:hover,
.btn-theme-red-linear:active,
.btn-theme-red-linear:focus,
.btn-theme-red-linear.active {
  background: #ff946e;
  background: -moz-linear-gradient(0deg, #ff946e 0%, #c24744 100%);
  background: -webkit-linear-gradient(0deg, #ff946e 0%, #c24744 100%);
  background: linear-gradient(0deg, #ff946e 0%, #c24744 100%);
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff946e",endColorstr="#c24744",GradientType=1);
}

.btn-theme-ass-linear {
  background: #888888;
  background: -moz-linear-gradient(0deg, #888888 35%, #dadada 100%);
  background: -webkit-linear-gradient(0deg, #888888 35%, #dadada 100%);
  background: linear-gradient(0deg, #888888 35%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#888888",endColorstr="#dadada",GradientType=1);
  color: white;
}
.btn-theme-ass-linear:hover,
.btn-theme-ass-linear:active,
.btn-theme-ass-linear:focus,
.btn-theme-ass-linear.active {
  background: #dadada;
  background: -moz-linear-gradient(0deg, #dadada 0%, #888888 65%);
  background: -webkit-linear-gradient(0deg, #dadada 0%, #888888 65%);
  background: linear-gradient(0deg, #dadada 0%, #888888 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadada",endColorstr="#888888",GradientType=1);
  color: white;
}

.btn-theme-blue-linear {
  background: #086fb8;
  background: -moz-linear-gradient(0deg, #086fb8 0%, #7fb5e2 100%);
  background: -webkit-linear-gradient(0deg, #086fb8 0%, #7fb5e2 100%);
  background: linear-gradient(0deg, #086fb8 0%, #7fb5e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#086fb8",endColorstr="#7fb5e2",GradientType=1);
  color: white;
}
.btn-theme-blue-linear:hover,
.btn-theme-blue-linear:active,
.btn-theme-blue-linear:focus,
.btn-theme-blue-linear.active {
  background: #7fb5e2;
  background: -moz-linear-gradient(0deg, #7fb5e2 0%, #086fb8 100%);
  background: -webkit-linear-gradient(0deg, #7fb5e2 0%, #086fb8 100%);
  background: linear-gradient(0deg, #7fb5e2 0%, #086fb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7fb5e2",endColorstr="#086fb8",GradientType=1);
  color: white;
}

.bg-cyan-03-white-linear {
  background: #f5fbfe;
  background: linear-gradient(90deg, #f5fbfe 0%, white 100%);
}

.btn-theme-text-red {
  border: 1px solid #c24644;
  color: #c24644;
}
.btn-theme-text-red:hover,
.btn-theme-text-red:active,
.btn-theme-text-red:focus,
.btn-theme-text-red.active {
  background: #c24644;
  color: white;
}

.btn-theme-bg-red {
  background: #c24644;
  border: 1px solid #c24644;
  color: white;
}
.btn-theme-bg-red:hover,
.btn-theme-bg-red:active,
.btn-theme-bg-red:focus,
.btn-theme-bg-red.active {
  background-color: white;
  color: #c24644;
}

.btn-theme-bg-red-no-hover {
  background: #c24644;
  border: 1px solid #c24644;
  color: white;
}
.btn-theme-bg-red-no-hover:hover,
.btn-theme-bg-red-no-hover:active,
.btn-theme-bg-red-no-hover:focus,
.btn-theme-bg-red-no-hover.active {
  background: #c24644;
  border: 1px solid #c24644;
  color: white;
}

.border-red {
  border: 1px solid #c24644;
}

.btn-theme-text-blue {
  border: 1px solid #056fb8;
  color: #056fb8;
}
.btn-theme-text-blue:hover,
.btn-theme-text-blue:active,
.btn-theme-text-blue:focus,
.btn-theme-text-blue.active {
  background: #056fb8;
  color: white;
}

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-color: #e6e6e6 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-bottom-2 {
  border-bottom: 2px solid #9b9b9b !important;
}

.border-bottom-5-blue-05 {
  border-bottom: 5px solid #7893bd !important;
}

.border-bottom-5-blue-04 {
  border-bottom: 5px solid #7b9ac7 !important;
}

.border-bottom-dashed {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

.bg-red-theme {
  background: #c24644;
}

.bg-red-02 {
  background: #ba5f65;
}

.bg-red-03 {
  background: #b25c62;
}

.bg-red-04 {
  background: #c15c58;
}

.bg-red-06 {
  background: #bb5b57;
}

.bg-red-theme-linear-gradient {
  background: #ff946e;
  background: -moz-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: -webkit-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff946e",endColorstr="#c24744",GradientType=1);
}

.bg-red-theme-linear-gradient-active.active,
.bg-red-theme-linear-gradient-active:hover,
.bg-red-theme-linear-gradient-active:active,
.bg-red-theme-linear-gradient-active:focus {
  background: #ff946e;
  background: -moz-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: -webkit-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff946e",endColorstr="#c24744",GradientType=1);
}

.bg-red-theme {
  background: #c24644;
}

.text-red-theme {
  color: #c24644;
}

.text-red-03 {
  color: #b25c62 !important;
}

.text-red-04 {
  color: #c15c58;
}

.text-red-05 {
  color: #b94542;
}

.text-red-06 {
  color: #bb5b57 !important;
}

.text-link {
  color: #009fe8;
}
.text-link.active,
.text-link:hover,
.text-link:active,
.text-link:focus {
  color: rgba(0, 159, 232, 0.7);
  cursor: pointer;
}

.text-blue-theme {
  color: #a2c4e7;
}

.text-blue-deep-theme {
  color: #2ca6e0;
}

.blue-input-help-text {
  color: #009fe8;
}

.text-black {
  color: black;
}

.text-yellow-theme {
  color: #f39800;
}

.text-yellow-04 {
  color: #e9ad54 !important;
}

.text-balck-02 {
  color: #231815;
}

.text-blue-02 {
  color: #182987;
}

.text-blue-04 {
  color: #7b9ac7;
}

.text-blue-05 {
  color: #7893bd;
}

.text-blue-06 {
  color: #d3e5ef;
}

.text-blue-07 {
  color: #1b94d3;
}

.text-blue-08 {
  color: #0868aa;
}

.bg-red-demo {
  background-color: #fefbfc;
}

.bg-red-demo-02 {
  background-color: #f9ecec;
}

.bg-red-demo-deep {
  background-color: #eabebe;
}

.bg-yellow-demo {
  background-color: #fefbfc;
}

.bg-yellow-02 {
  background-color: #ecc469;
}

.bg-yellow-03 {
  background-color: #e8b85a;
}

.bg-yellow-04 {
  background-color: #e9ad54;
}

.bg-ass-demo {
  background-color: #f7f7f7;
}

.bg-ass-deep-demo {
  background-color: #f7f7f8;
}

.bg-ass-deep-demo-02 {
  background-color: #717071;
}

.bg-ass-table {
  background-color: #eeeeee;
}

.bg-ass-02 {
  background-color: #dbdcdc !important;
}

.bg-ass-04 {
  background-color: #9a9a9b;
}

.bg-ass-06 {
  background-color: #f3f5f0;
}

.bg-ass-07 {
  background-color: #888888;
}

.bg-ass-08 {
  background-color: #fafafa;
}

.bg-ass-09 {
  background-color: #b4b4b4;
}

.bg-blue-03 {
  background: #036eb7;
}

.bg-blue-04 {
  background: #7b9ac7;
}

.bg-blue-05 {
  background: #7893bd;
}

.bg-blue-06 {
  background: #d3e5ef;
}

.bg-blue-09 {
  background: #e5ebf4;
}

.bg-orange-01 {
  background: #eb9e68;
}

.bg-orange-02 {
  background: #f29600;
}

.bg-orange-03 {
  background: #e29966;
}

.bg-orange-04 {
  background: #fbece1;
}

.bg-green-01 {
  background: #78bb8a;
}

.bg-green-02 {
  background: #75b385;
}

.bg-green-03 {
  background: #d4e3d3;
}

.bg-green-04 {
  background: #dcece0;
}

.bg-green-05 {
  background: #d1e0d5;
}

.bg-cyan-01 {
  background: #ddf1fc;
}

.bg-cyan-02 {
  background: #d5deeb;
}

.bg-cyan-03 {
  background: #f5fbfe;
}

.text-ass-demo {
  color: #dcdddd;
}

.text-ass-deep-demo {
  color: #9e9e9e;
}

.text-blue-1-theme {
  color: #009fe8;
}

.text-red-01 {
  color: #c34644;
}

.text-orange-02 {
  color: #f29600;
}

.text-ass-deep-demo-02 {
  color: #717071;
}

.text-ass-07 {
  color: #888888;
}

.text-ass-08 {
  color: #fafafa;
}

.text-ass-09 {
  color: #b4b4b4;
}

.border-blue-1 {
  border-color: #009fe8 !important;
}

.border-bottom-3-red {
  border-bottom: 3px solid #c24644;
}

.border-bottom-blue-1 {
  border-bottom: 1px solid #2ca6e0;
}

.border-ass {
  border-color: #f7f7f7;
}

.border-ass-deep {
  border-color: #f7f7f8;
}

.border-ass-deep-02 {
  border-color: #c8c9ca !important;
}

.border-ass-w-10 {
  border: 10px solid #f7f7f7 !important;
}

.border-red-05 {
  border-color: #b94542 !important;
}

.border-blue-08 {
  border-color: #0868aa !important;
}

.border-right-white {
  border-right: 1px solid white !important;
}

.border-right-bg-ass-table {
  border-right: 1px solid #eeeeee !important;
}

.bw-1 {
  border-width: 1px;
}

.bw-2 {
  border-width: 2px;
}

.bw-3 {
  border-width: 3px;
}

.bw-4 {
  border-width: 4px;
}

.bw-5 {
  border-width: 5px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-digit {
  font-weight: 600;
}

.text-date {
  color: #727272;
  font-size: 13px;
  line-height: 1;
}

.section-table .table-theme tbody {
  border: 2px solid #9b9b9b;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-custom-xl-1 {
  font-size: 3rem;
  line-height: 1;
}

.text-extra-xl {
  font-size: 40px;
}

.text-xl {
  font-size: 32px;
}

.text-lg {
  font-size: 28px;
}

.text-md {
  font-size: 24px;
}

.text-sm {
  font-size: 20px;
}

.text-xs {
  font-size: 18px;
}

.text-xs-2 {
  font-size: 16px;
}

.text-xs-3 {
  font-size: 14px;
}

.text-xsm {
  font-size: 10px;
}

@media only screen and (max-width: 1199px) {
  .text-custom-xl-1 {
    font-size: 2.5rem;
  }

  .text-extra-xl {
    font-size: 32px;
  }

  .text-xl {
    font-size: 28px;
  }

  .text-lg {
    font-size: 24px;
  }

  .text-md {
    font-size: 20px;
  }

  .text-sm {
    font-size: 16px;
  }

  .text-xs {
    font-size: 14px;
  }

  .text-xs-2 {
    font-size: 13px;
  }

  .text-xs-3 {
    font-size: 12px;
  }

  .text-xsm {
    font-size: 10px;
  }
}
.table-vertical-align-middle thead > tr > th,
.table-vertical-align-middle tbody > tr > td,
.table-vertical-align-middle tfoot > tr > th {
  vertical-align: middle;
  min-width: 80px;
}

.w-m-140 {
  min-width: 140px !important;
}

.w-min-30 {
  min-width: 30px !important;
}

.w-min-40 {
  min-width: 40px !important;
}

.w-min-50 {
  min-width: 50px !important;
}

.w-min-60 {
  min-width: 60px !important;
}

.w-min-85 {
  min-width: 85px !important;
}

.w-min-90 {
  min-width: 90px;
}

.w-min-100 {
  min-width: 100px;
}

.w-min-110 {
  min-width: 110px;
}

.w-min-120 {
  min-width: 120px;
}

.w-min-130 {
  min-width: 130px;
}

.w-min-145 {
  min-width: 145px;
}

.w-min-150 {
  min-width: 150px;
}

.w-min-160 {
  min-width: 160px;
}

.w-min-170 {
  min-width: 170px !important;
}

.w-min-200 {
  min-width: 200px;
}

.w-min-210 {
  min-width: 210px;
}

.w-min-250 {
  min-width: 250px !important;
}

.w-min-450 {
  min-width: 450px !important;
}

.w-max-10 {
  max-width: 10px;
}

.w-max-20 {
  max-width: 20px;
}

.w-max-30 {
  max-width: 30px;
}

.w-max-40 {
  max-width: 40px;
}

.w-max-45 {
  max-width: 45px;
}

.w-max-50 {
  max-width: 50px;
}

.w-max-60 {
  max-width: 60px;
}

.w-max-65 {
  max-width: 65px;
}

.w-max-70 {
  max-width: 70px;
}

.w-max-75 {
  max-width: 75px;
}

.w-max-85 {
  max-width: 85px !important;
}

.w-max-110 {
  max-width: 110px;
}

.w-max-100 {
  max-width: 100px !important;
}

.w-max-120 {
  max-width: 120px;
}

.w-max-125 {
  max-width: 125px;
}

.w-max-130 {
  max-width: 130px !important;
}

.w-max-150 {
  max-width: 150px !important;
}

.w-max-200 {
  max-width: 200px;
}

.w-max-210 {
  max-width: 210px;
}

.w-max-230 {
  max-width: 230px;
}

.w-max-270 {
  max-width: 270px;
}

.w-max-280 {
  max-width: 280px;
}

.w-max-300 {
  max-width: 300px;
}

.w-max-400 {
  max-width: 400px;
}

table.same-width {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table.same-width td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kwh-table-text {
  width: 30px !important;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .no-responsive-md {
    overflow-x: unset !important;
  }
}

.mt-2rem-negative {
  margin-top: -2rem;
}

.mt-1-5rem-negative {
  margin-top: -1.5rem;
}

.mt-1-5rem-negative {
  margin-top: -1.5rem;
}

.mt--8 {
  margin-top: -8px;
}

.mt--40 {
  margin-top: -40px;
}

.mt--60 {
  margin-top: -60px;
}

.ml--4 {
  margin-left: -4px;
}

section {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 992px) {
  section {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  section {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

/* Button-arrow CSS: */
.btn-theme-arrow-wrapper .btn-theme-arrow {
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-left: 3rem;
  padding-right: 3rem;
  background: white;
  border-top: 2px solid #c24644;
  border-bottom: 2px solid #c24644;
  /*    &.btn-theme-arrow-2 {
          &:after {
              content: "";
              position: absolute;
              background-image: url(../images/18/btn-right-icon.svg);
              background-repeat: no-repeat;
              background-position: left -2px center;
              height: 44px;
              width: 20px;
              border: 0;
              background-size: 105%;
          }
      }*/
}
.btn-theme-arrow-wrapper .btn-theme-arrow:after {
  border-left: 22px solid white;
  content: "";
  position: absolute;
  border-bottom: 23px solid transparent;
  border-top: 23px solid transparent;
  height: 0px;
  width: 0px;
  margin-right: -23px;
  right: 0;
  top: -1px;
}
.btn-theme-arrow-wrapper .btn-theme-arrow:hover,
.btn-theme-arrow-wrapper .btn-theme-arrow:active,
.btn-theme-arrow-wrapper .btn-theme-arrow.active,
.btn-theme-arrow-wrapper .btn-theme-arrow:focus {
  background: #c24644;
}
.btn-theme-arrow-wrapper .btn-theme-arrow:hover p,
.btn-theme-arrow-wrapper .btn-theme-arrow:active p,
.btn-theme-arrow-wrapper .btn-theme-arrow.active p,
.btn-theme-arrow-wrapper .btn-theme-arrow:focus p {
  color: white !important;
}
.btn-theme-arrow-wrapper .btn-theme-arrow:hover:after,
.btn-theme-arrow-wrapper .btn-theme-arrow:active:after,
.btn-theme-arrow-wrapper .btn-theme-arrow.active:after,
.btn-theme-arrow-wrapper .btn-theme-arrow:focus:after {
  border-left: 22px solid #c24644;
}
.btn-theme-arrow-wrapper .btn-theme-arrow:nth-child(2) img.img {
  position: absolute;
  right: -22px;
  top: -3px;
  z-index: 999;
  height: 50px;
}
.btn-theme-arrow-wrapper .btn-theme-arrow:nth-child(3) {
  border-right: 2px solid #c24644 !important;
}
.btn-theme-arrow-wrapper .btn-theme-arrow:nth-child(3):after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .btn-theme-arrow-wrapper {
    display: block;
  }
  .btn-theme-arrow-wrapper .btn-theme-arrow {
    margin-bottom: 15px;
    border: 2px solid #c24644;
    min-width: 75%;
  }
  .btn-theme-arrow-wrapper .btn-theme-arrow:after {
    display: none;
  }
  .btn-theme-arrow-wrapper .btn-theme-arrow:nth-child(2) img.img {
    display: none;
  }
}

.line-height-0 {
  line-height: 0;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1_5 {
  line-height: 1.5;
}

.line-height-2 {
  line-height: 2;
}

.line-height-2_5 {
  line-height: 2.5;
}

.line-height-3 {
  line-height: 3;
}

.line-height-27 {
  line-height: 27px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-38 {
  line-height: 38px;
}

.height-auto {
  height: auto !important;
}

.height-10 {
  height: 10px;
}

.height-12 {
  height: 12px;
}

.height-13 {
  height: 13px;
}

.height-15 {
  height: 15px;
}

.height-20 {
  height: 20px;
}

.height-25 {
  height: 25px;
}

.height-30 {
  height: 30px;
}

.height-34 {
  height: 34px;
}

.height-35 {
  height: 35px;
}

.height-36 {
  height: 36px;
}

.height-38 {
  height: 38px;
}

.height-40 {
  height: 40px;
}

.height-50 {
  height: 50px;
}

.height-55 {
  height: 55px;
}

.height-60 {
  height: 60px;
}

.height-65 {
  height: 65px;
}

.height-70 {
  height: 70px;
}

.height-80 {
  height: 80px;
}

.height-85 {
  height: 85px;
}

.height-90 {
  height: 90px;
}

.height-100 {
  height: 100px;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.bg-ass-icon-circle {
  background: #9e9e9e;
  padding: 12px 10px;
  border-radius: 50px;
}

.arrow-eq-height {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 55px;
}

.table-with-contents {
  font-size: 12px;
}
@media only screen and (max-width: 1199px) {
  .table-with-contents {
    font-size: 11px;
  }
}
.table-with-contents .text-sm {
  font-size: 14px;
}
.table-with-contents .padding-td-5 thead tr td,
.table-with-contents .padding-td-5 tbody tr td {
  min-width: 44px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.table-with-contents .kwh-table-text {
  width: 24px !important;
}

.scaled-7 {
  transform: scale(0.7);
}

label,
.login-wrapper.text-center .text-md.mb-1 {
  font-weight: 400;
}

.arrow-icon-table {
  width: 16px;
}

.action-class {
  cursor: pointer;
}
.action-class img,
.action-class.img {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}
.action-class.rotate-img-180 img,
.action-class.rotate-img-180.img {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}

.action-class-wrapper {
  display: none;
  height: 0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.action-class-wrapper.open {
  display: block;
  height: auto;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media only screen and (min-width: 1199px) {
  .table-responsive {
    overflow-x: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .table-responsive.scroll-table {
    overflow-x: scroll;
  }
}

.hover-show {
  display: none;
}
.hover-show:hover,
.hover-show:active,
.hover-show.active,
.hover-show:focus {
  display: block;
}

.hover-hide {
  display: block;
}
.hover-hide:hover,
.hover-hide:active,
.hover-hide.active,
.hover-hide:focus {
  display: none;
}

.mb-1px {
  margin-bottom: 1px !important;
}

.form-check-inline .form-check-input {
  position: absolute;
  border-radius: 2px;
}
.form-check-inline .form-check-label {
  margin-bottom: 0;
  padding-left: 20px;
}
.form-check-inline.active-in-active label {
  color: #dbdcdc;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.form-check-inline.active-in-active input[type="checkbox"]:checked ~ label {
  color: #3f3b3a;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.modal-body .form-check-inline .form-check-input {
  top: 6px;
}

.modal-action-class-wrapper-3 .form-check-inline .form-check-label,
.modal-action-class-wrapper-4 .form-check-inline .form-check-label {
  padding-left: 0;
}

.text-ass-deep-demo .form-check {
  position: relative;
}
.text-ass-deep-demo .form-check label {
  position: relative;
  display: block;
  padding-left: 22px !important;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.text-ass-deep-demo .form-check label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.text-ass-deep-demo .form-check label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  margin: 4px;
  width: 13px;
  height: 13px;
  transition: transform 0.28s ease;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.text-ass-deep-demo .form-check label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 8px;
  left: 6px;
}
.text-ass-deep-demo .form-check input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.text-ass-deep-demo .form-check input[type="checkbox"]:checked ~ label:before {
  border: 1px solid #9e9e9e;
}
.text-ass-deep-demo .form-check input[type="checkbox"]:checked ~ label:after {
  transform: rotate(-45deg) scale(1);
}
.text-ass-deep-demo .form-check input[type="checkbox"]:focus + label::before {
  outline: 0;
}
.text-ass-deep-demo.text-blue-check-box .form-check label {
  color: #7893bd;
}
.text-ass-deep-demo.text-blue-check-box .form-check label:before {
  border: 1px solid #7893bd;
}
.text-ass-deep-demo.text-blue-check-box .form-check label:after {
  border-bottom: 1px solid #7893bd;
  border-left: 1px solid #7893bd;
}
.text-ass-deep-demo.text-blue-check-box
  .form-check
  input[type="checkbox"]:checked
  ~ label:before {
  border: 1px solid #7893bd;
}
.text-ass-deep-demo.text-orange-check-box .form-check label {
  color: #e29966;
}
.text-ass-deep-demo.text-orange-check-box .form-check label:before {
  border: 1px solid #e29966;
}
.text-ass-deep-demo.text-orange-check-box .form-check label:after {
  border-bottom: 1px solid #e29966;
  border-left: 1px solid #e29966;
}
.text-ass-deep-demo.text-orange-check-box
  .form-check
  input[type="checkbox"]:checked
  ~ label:before {
  border: 1px solid #e29966;
}
.text-ass-deep-demo.text-green-check-box .form-check label {
  color: #75b385;
}
.text-ass-deep-demo.text-green-check-box .form-check label:before {
  border: 1px solid #75b385;
}
.text-ass-deep-demo.text-green-check-box .form-check label:after {
  border-bottom: 1px solid #75b385;
  border-left: 1px solid #75b385;
}
.text-ass-deep-demo.text-green-check-box
  .form-check
  input[type="checkbox"]:checked
  ~ label:before {
  border: 1px solid #75b385;
}
.text-ass-deep-demo.text-yellow-check-box .form-check label {
  color: #e9ad54;
}
.text-ass-deep-demo.text-yellow-check-box .form-check label:before {
  border: 1px solid #e9ad54;
}
.text-ass-deep-demo.text-yellow-check-box .form-check label:after {
  border-bottom: 1px solid #e9ad54;
  border-left: 1px solid #e9ad54;
}
.text-ass-deep-demo.text-yellow-check-box
  .form-check
  input[type="checkbox"]:checked
  ~ label:before {
  border: 1px solid #e9ad54;
}
.text-ass-deep-demo.text-red-check-box .form-check label {
  color: #b25c62;
}
.text-ass-deep-demo.text-red-check-box .form-check label:before {
  border: 1px solid #b25c62;
}
.text-ass-deep-demo.text-red-check-box .form-check label:after {
  border-bottom: 1px solid #b25c62;
  border-left: 1px solid #b25c62;
}
.text-ass-deep-demo.text-red-check-box
  .form-check
  input[type="checkbox"]:checked
  ~ label:before {
  border: 1px solid #b25c62;
}

.mb-30 {
  margin-bottom: 30px;
}

.table-image-with-border-box {
  height: 38px;
  width: calc(100% - 45px) !important;
}

.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 5px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.theme-box-shadow {
  -webkit-box-shadow: 10px 10px 5px 0px #dddbdb;
  -moz-box-shadow: 10px 10px 5px 0px #dddbdb;
  box-shadow: 10px 10px 5px 0px #dddbdb;
}

.theme-box-shadow-2 {
  -webkit-box-shadow: 6px 5.5px 14px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 6px 5.5px 14px rgba(0, 0, 0, 0.22);
  box-shadow: 6px 5.5px 14px rgba(0, 0, 0, 0.22);
}

.border-5-ass {
  border: 5px solid #f6f6f6;
}

.border-5-ass-10 {
  border: 5px solid #dbdcdc;
}

.border-5-red-04 {
  border: 5px solid #c15c58;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-35 {
  border-radius: 35px !important;
}

.rounded-40 {
  border-radius: 40px !important;
}

.rounded-50 {
  border-radius: 50px !important;
}

.rounded-75 {
  border-radius: 75px !important;
}

.cursor-context-menu {
  cursor: context-menu;
}

.tooltip:hover {
  background: white !important;
}
.tooltip .tooltip-inner {
  background: white !important;
  border: 1px solid #b4b4b4;
  color: black;
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.tooltip .arrow {
  display: none !important;
}

.position-left {
  left: 0 !important;
}

.position-right {
  right: 0 !important;
}

.position-top {
  top: 0;
}

.position-bottom {
  bottom: 0;
}

.position-top-1 {
  top: 0.25rem;
}

.position-top-2px {
  top: 2px;
}

@media only screen and (min-width: 575px) {
  .height-sm-55 {
    height: 55px;
  }

  .w-max-sm-50 {
    max-width: 50px;
  }

  .w-max-sm-120 {
    max-width: 120px;
  }

  .w-max-sm-200 {
    max-width: 200px;
  }

  .w-max-sm-35 {
    max-width: 35px;
  }
}
@media only screen and (min-width: 991px) {
  .height-lg-55 {
    height: 55px;
  }

  .w-max-lg-120 {
    max-width: 120px;
  }

  .w-max-lg-200 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .height-sm-55-m {
    height: 55px;
  }

  .w-min-sm-120-m {
    min-width: 120px;
  }

  .w-max-sm-120-m {
    max-width: 120px;
  }

  .w-max-sm-200-m {
    max-width: 200px;
  }

  .w-max-sm-35-m {
    max-width: 35px;
  }

  .w-min-sm-35-m {
    min-width: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .height-xs-55-m {
    height: 55px;
  }

  .w-min-xs-120-m {
    min-width: 120px;
  }

  .w-max-xs-120-m {
    max-width: 120px;
  }

  .w-max-sx-200-m {
    max-width: 200px;
  }
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}

input[type="time"]::-moz-calendar-picker-indicator {
  background: none;
  display: none;
}

input[type="time"]::-o-calendar-picker-indicator {
  background: none;
  display: none;
}

input[type="time"]::-ms-calendar-picker-indicator {
  background: none;
  display: none;
}

#bidpriceModal .modal-content {
  border: 10px solid #b25b62;
  border-radius: 10px;
}
#bidpriceModal .modal-content .block-notice {
  max-width: 80%;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
#bidpriceModal .modal-content .block-notice .text-notice {
  background: url(../images/icon-notice.svg) no-repeat center left;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0 10px 80px;
  min-height: 71px;
}
#bidpriceModal .modal-content .block-notice .text-notice strong {
  color: #b25b62;
}

.label-charge {
  position: relative;
  display: inline-block;
}

.box-minimum-bid {
  position: absolute;
  bottom: 10px;
  z-index: 999;
  left: 105%;
}
.box-minimum-bid .box-inner {
  background: url(../images/bg-minimum-bid.png) no-repeat;
  width: 204px;
  height: 127px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 28px;
}
.box-minimum-bid .box-inner .box-inn {
  max-width: 145px;
  text-align: center;
}
.box-minimum-bid .box-inner .box-inn .text {
  border-bottom: 2px solid #cecece;
  padding-bottom: 5px;
}
.box-minimum-bid .box-inner .box-inn .number-bid {
  line-height: 1;
  text-align: center;
}
.box-minimum-bid .box-inner .box-inn .number-bid .price-lg {
  font-weight: bold;
  font-size: 35px;
  color: #f4c049;
}
.box-minimum-bid .box-inner .box-inn .number-bid .price {
  font-weight: bold;
  font-size: 23px;
  color: #f4c049;
}
.box-minimum-bid .box-inner .box-inn .number-bid .curency {
  font-size: 13px;
  color: #707070;
}
.box-minimum-bid .box-inner .box-inn .number-bid .tax {
  font-size: 9px;
}

.carousel.slide {
  position: relative;
}
.carousel.slide .button-placement .btn-slide {
  position: absolute;
  left: -40px;
  top: calc(50% - 20px);
}
.carousel.slide .button-placement .btn-slide img {
  height: 20px;
}
.carousel.slide .button-placement .btn-slide.btn-slide-right {
  left: auto;
  right: -40px;
}
.carousel.slide.carousel-mobile {
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
.carousel.slide.carousel-mobile .button-placement .btn-slide {
  left: -32px;
}
.carousel.slide.carousel-mobile .button-placement .btn-slide img {
  height: 15px;
}
.carousel.slide.carousel-mobile .button-placement .btn-slide.btn-slide-right {
  left: auto;
  right: -32px;
}

.product-block {
  border: 2px solid #ccc;
  color: #4e4e4e;
}
.product-block .product-block-link:hover,
.product-block .product-block-link:active,
.product-block .product-block-link:focus,
.product-block .product-block-link.active {
  color: #4e4e4e;
}
/* .product-block .product-header {
  border: 1px solid #e6e6e6;
} */
.product-block .product-header img {
  height: 20px;
}
.product-block .product-header {
  padding: 1rem;
  padding-bottom: 0;
}
.product-block .product-body {
  padding: 1rem;
}
.product-block .product-body .product-title {
  font-size: 21px;
  font-weight: 300;
}
.company-bar {
  padding: 0.25rem;
  padding-left: 11px;
  background-color: #ddecf8;
  color: #658095;
  font-size: 12px;
}
.company-bar.green {
  background-color: #d4e3d3;
}
.company-note-bar {
  padding: 0.25rem;
  padding-left: 11px;
  background-color: #f4f0c9;
  color: #90851d;
  font-size: 12px;
}
.product-header-countdown {
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .product-block .product-body .product-title {
    font-size: 16px;
  }
}
.product-block .product-body .product-title.fw-400 {
  font-weight: 400;
}
.product-block .product-body .product-title-img {
  height: 28px;
}
.product-block .product-body .product-title-img-name {
  color: #f7ad14;
  display: block;
  font-size: 6px;
}
.product-block .product-body .product-details {
  font-size: 13px;
}
.product-block .product-body .product-details .product-detail-row {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.product-block .product-body .product-details .product-detail-row.last {
  border-bottom: none;
}
.product-block
  .product-body
  .product-details
  .product-detail-row
  .product-detail-row-title {
  padding-left: 11px;
}
.product-block
  .product-body
  .product-details
  .product-detail-row
  .product-detail-key {
  font-size: 20px;
  font-weight: 300;
  margin-right: 0.5rem;
}
.product-block
  .product-body
  .product-details
  .product-detail-row
  .product-detail-key
  img {
  width: 17px;
}
.product-block
  .product-body
  .product-details
  .product-detail-row
  .product-detail-key.date {
  font-size: 15px;
  margin-right: 0;
}
.product-block
  .product-body
  .product-details
  .product-detail-row
  .product-detail-key span {
  font-size: 13px;
}

/* .product-block .product-body .product-details .product-left-contents {
  padding: 0.5rem 0.25rem;
}
.product-block .product-body .product-details .product-right-contents {
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
} */
.product-block
  .product-body
  .product-details
  .product-right-contents
  .img-wrapper {
  display: inline-block;
}
.product-block
  .product-body
  .product-details
  .product-right-contents
  .img-wrapper
  img {
  height: 32px;
  margin: 0.5rem 0 0.1rem;
}
.product-block
  .product-body
  .product-details
  .product-right-contents
  span.float-right {
  position: absolute;
  right: 0;
  width: 40px;
}
.product-block.bg-red-demo-deep-product {
  background: #eabebe;
  border-color: #c7afb0;
}
.product-block.bg-red-demo-deep-product
  .product-body
  .product-details
  .product-right-contents {
  border-color: #dfb3b3;
}
.product-block.bg-red-demo-deep-product
  .product-body
  .product-details
  .product-right-contents
  .img-wrapper
  img {
  opacity: 0.6;
}

.user-logged .product-header {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.bg-product-sub {
  background: #8d8d8d;
}

.section-1 .border-bottom {
  border-bottom: 2px solid #9b9b9b !important;
}
.section-1 .border-part {
  border: 2px solid #9b9b9b !important;
}
.section-1 .border-part .border-bottom {
  border-bottom: 1px solid #9b9b9b !important;
}

@media only screen and (min-width: 992px) {
  .border-part {
    padding: 1.6rem !important;
  }
}

.btn-icon {
  height: 24px;
}

.text-91 {
  height: 20px;
}

.star-lg {
  height: 38px;
}

@media only screen and (min-width: 768px) {
  .section-table .table-responsive {
    overflow-x: unset;
  }
}
.section-table .table-theme tbody tr .bg-ass-deep-demo {
  max-width: 101px;
  min-width: 100px;
}
.section-table .table-theme tbody tr .bg-white {
  max-width: 100px;
  min-width: 100px;
}
.section-table .table-theme tbody tr td:nth-last-child(-n + 3) {
  min-width: 120px;
}
.section-table .table-theme tbody tr td:nth-last-child(-n + 3) span.text-xsm {
  font-size: 12px;
}
@media only screen and (min-width: 576px) {
  .section-table .table-theme tbody tr td:nth-last-child(-n + 3) span.text-xsm {
    display: block;
    max-width: 205px;
    margin: 0 auto;
    text-align: left;
  }
}

.carousel-title {
  border-bottom: 1px solid #9b9b9b;
  font-size: 24px;
  padding-bottom: 0.2rem;
  margin-bottom: 2rem;
}
.carousel-title img {
  height: 26px;
  margin-bottom: 0.5rem;
  max-width: 30px;
}
@media only screen and (max-width: 1199px) {
  .carousel-title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .carousel-title img {
    height: 22px;
  }
}

/*6-1*/
.btn-theme-custom-lg.btn-outline-primary {
  color: #7b9ac7 !important;
  border-color: #d6d6d7 !important;
}
.btn-theme-custom-lg.btn-outline-primary:hover,
.btn-theme-custom-lg.btn-outline-primary:active,
.btn-theme-custom-lg.btn-outline-primary.active,
.btn-theme-custom-lg.btn-outline-primary:focus {
  color: white !important;
  background-color: #7b9ac7 !important;
  border-color: #7b9ac7 !important;
}
.btn-theme-custom-lg.btn-outline-success {
  color: #78bb8a !important;
  border-color: #d6d6d7 !important;
}
.btn-theme-custom-lg.btn-outline-success:hover,
.btn-theme-custom-lg.btn-outline-success:active,
.btn-theme-custom-lg.btn-outline-success.active,
.btn-theme-custom-lg.btn-outline-success:focus {
  color: white !important;
  background-color: #78bb8a !important;
  border-color: #78bb8a !important;
}
.btn-theme-custom-lg .img {
  height: 35px;
}

/* .info-dispaly .product-block .product-header,
.info-dispaly .product-block .product-body {
  border: 1px solid #eee;
} */
.info-dispaly .product-block {
  font-size: 13px;
  font-weight: 300;
}
.info-dispaly
  .product-block
  .product-body
  .product-details
  .product-right-contents
  .img-wrapper
  img {
  height: 28px;
}
.info-dispaly .product-block.bg-green-04 .product-right-contents {
  border-color: #d1e0d5;
}
.info-dispaly .carousel-wrapper {
  border-top: 5px solid #7b9ac7;
  background-color: #f6f6f6;
  padding: 3rem 2rem 5rem;
}
@media only screen and (max-width: 1199px) {
  .info-dispaly .carousel-wrapper {
    padding: 3rem 1rem 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .info-dispaly .carousel-wrapper {
    padding: 1rem 0rem 3rem;
  }
}
.info-dispaly .carousel-wrapper .product-block {
  background: white;
}
.info-dispaly.section-green .carousel-wrapper {
  border-top: 5px solid #78bb8a;
}
.info-dispaly .carousel-indicators {
  bottom: -70px;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .info-dispaly .carousel-indicators {
    bottom: -46px;
  }
}
.info-dispaly .carousel-indicators li {
  background: white;
  border: 1px solid #717071;
  border-radius: 50%;
  height: 12px;
  margin-left: 12px;
  margin-right: 12px;
  width: 12px;
}
.info-dispaly .carousel-indicators li.active,
.info-dispaly .carousel-indicators li:active,
.info-dispaly .carousel-indicators li:hover,
.info-dispaly .carousel-indicators li:focus {
  background: #717071;
  border: 1px solid #717071;
}
.info-dispaly .carousel.slide .button-placement .btn-slide {
  position: absolute;
  bottom: -65px;
  top: auto;
}
@media only screen and (max-width: 991px) {
  .info-dispaly .carousel.slide .button-placement .btn-slide {
    bottom: -38px;
  }
}
.info-dispaly .carousel.slide .button-placement .btn-slide.btn-slide-left {
  left: calc(50% - 100px);
}
.info-dispaly .carousel.slide .button-placement .btn-slide.btn-slide-right {
  right: calc(50% - 100px);
}

.bg-item-wrapper {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  border-radius: 12px;
  padding: 16px 40px;
  -webkit-box-shadow: 0px 0px 0px 5px #f7f7f7;
  -moz-box-shadow: 0px 0px 0px 5px #f7f7f7;
  box-shadow: 0px 0px 0px 5px #f7f7f7;
}
.bg-item-wrapper.bg-item-wrapper-blue {
  background-image: url(../images/other/bg-blue.svg);
}
.bg-item-wrapper.bg-item-wrapper-blue .text-blue {
  color: #7b9ac7;
}
.bg-item-wrapper.bg-item-wrapper-blue .btn.btn-sm {
  background: #7b9ac7;
  border-color: #7b9ac7;
}
.bg-item-wrapper.bg-item-wrapper-orange {
  background-image: url(../images/other/bg-orange.svg);
}
.bg-item-wrapper.bg-item-wrapper-orange .text-orange {
  color: #eb9e68;
}
.bg-item-wrapper.bg-item-wrapper-orange .btn.btn-sm {
  background: #eb9e68;
  border-color: #eb9e68;
}
.bg-item-wrapper.bg-item-wrapper-green {
  background-image: url(../images/other/bg-green.svg);
}
.bg-item-wrapper.bg-item-wrapper-green .text-green {
  color: #78bb8a;
}
.bg-item-wrapper.bg-item-wrapper-green .btn.btn-sm {
  background: white;
  border-color: #78bb8a;
  color: #78bb8a;
}
.bg-item-wrapper.bg-item-wrapper-green .btn.btn-sm.bg-green-01 {
  background: #78bb8a !important;
  color: white !important;
  border: 0 !important;
}
.bg-item-wrapper.bg-item-wrapper-ass {
  background-image: url(../images/other/bg-ass.svg);
}
.bg-item-wrapper.bg-item-wrapper-ass .btn.btn-sm {
  background: #888888;
  border-color: #888888;
}
.bg-item-wrapper .item-img {
  height: 35px;
  margin-bottom: 1rem;
}
.bg-item-wrapper .text-digit {
  font-weight: 400;
}
.bg-item-wrapper .btn.btn-sm {
  color: white;
}

.btn-theme-custom-sm {
  height: 25px;
  font-size: 14px;
  padding: 0 0 2px;
}

.table-custom .table-custom-wrapper {
  border-radius: 10px;
  border: 5px solid #f7f7f7;
  border-top: 0;
}
.table-custom .header-row > .col {
  padding: 16px 0;
}
.table-custom .body-row > .col {
  padding: 25px 0 30px;
}

.project-details-section .project-details .product-title {
  font-weight: 300;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .project-details-section .project-details .product-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .project-details-section .project-details .product-title {
    font-size: 1.5rem;
  }
}
.project-details-section .project-details .product-title-img {
  height: 50px;
  margin: 0 0.75rem 0.75rem 0;
}
@media only screen and (max-width: 992px) {
  .project-details-section .project-details .product-title-img {
    height: 40px;
    margin: 0 0.5rem 0.5rem 0;
  }
}
.project-details-section .project-details .btn-theme-bg-red-no-hover {
  border-radius: 0.25rem;
}
.project-details-section .product-block {
  margin-bottom: 1.8rem;
}
.project-details-section .btn-star {
  border-color: #e6e6e6;
  max-height: 46px;
}
.project-details-section .btn-star img {
  margin-top: -8px;
}

.registration-min-section {
  min-height: calc(100vh - 141px);
}
@media only screen and (max-width: 1199px) {
  .registration-min-section {
    min-height: calc(100vh - 197px);
  }
}
@media only screen and (max-width: 767px) {
  .registration-min-section {
    min-height: calc(100vh - 237px);
  }
}

.img-success {
  height: 100px;
}

img.required-icon {
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
  width: 0.7rem;
}

.search-btn {
  border: 0;
  padding: 0 0 0 0.75rem;
}
.search-btn:hover,
.search-btn:active,
.search-btn:focus,
.search-btn.active {
  background: transparent;
  /*box-shadow: none;*/
}
.search-btn img {
  max-height: 38px;
}

.bg-red-reg {
  background-color: #fcf6f6;
}

.form-theme .custom-select {
  background: #fff url("../images/registration/caret-down.svg") no-repeat right
    0.75rem center/8px 10px;
}
.form-theme .custom-select.theme-form-select {
  background: #fff url("../images/other/icon-form-custom-select.svg") no-repeat
    right center;
  padding-right: 2.8rem;
}
.form-theme .custom-select.theme-form-select.select-xs {
  background-size: 20px;
  height: 20px;
  line-height: 1;
}
.form-theme .custom-select.text-placeholder-color {
  color: #dbdcdc;
}
.form-theme .btn-custom-select {
  position: absolute;
  right: 1px;
  top: 1px;
  padding-bottom: 5px;
}
.form-theme .custom-radio {
  padding-left: 1rem;
  margin-left: 1rem;
}
.form-theme
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #3f3b3a;
  background-color: #3f3b3a;
}

.plus-icon {
  height: 28px;
  margin-bottom: 10px;
}

.card-img-icon {
  height: 25px;
  margin-bottom: 10px;
}

section.registration-nav {
  background-color: #c24644;
  height: 30px;
  padding: 0;
}

.section-login {
  border-bottom: 7px solid #7893bd;
  padding: 6rem 0;
}
.section-login .login-logo {
  max-height: 90px;
}
.section-login.login-bg-img {
  background-image: url(../images/other/buildings-right.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 150px;
  padding-bottom: 160px !important;
}
@media only screen and (max-width: 1199px) {
  .section-login.login-bg-img {
    background-size: auto 80px;
    padding-bottom: 90px !important;
  }
}

form.form-theme ::-webkit-input-placeholder {
  color: #dbdcdc;
}
form.form-theme :-ms-input-placeholder {
  color: #dbdcdc;
}
form.form-theme ::placeholder {
  color: #dbdcdc;
}

.section-title-border-bottom {
  height: 3px;
  background-color: #c24644;
  width: 3rem;
  margin: 0 auto 1rem;
  border-radius: 25px;
}

.login-item {
  border-radius: 8px;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  width: 100%;
  -webkit-box-shadow: 3px 3px 3px 3px #c8c9ca;
  -moz-box-shadow: 3px 3px 3px 3px #c8c9ca;
  box-shadow: 3px 3px 3px 3px #c8c9ca;
}
.login-item img {
  height: 80px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1199px) {
  .login-item {
    padding: 2rem 1rem;
  }
}

/*use-management*/
.section-table-theme .table-responsive:not(.overflow-y-unset) {
  height: 70vh;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .section-table-theme .table-responsive:not(.overflow-y-unset) {
    overflow-x: unset;
  }
}
.section-table-theme .table-responsive.fixed-header thead {
  display: table;
  /* to take the same width as tr */
  /*width: calc(100% - 17px);  - 17px because of the scrollbar width */
  width: 100%;
}
.section-table-theme .table-responsive.fixed-header thead tr {
  width: calc(100% - 17px);
  display: table;
}
.section-table-theme .table-responsive.fixed-header tbody {
  border-bottom: 1px solid #c8c9ca;
  display: block;
  /* to enable vertical scrolling */
  max-height: 70vh;
  /* e.g. */
  overflow-y: scroll;
  /* keeps the scrollbar even if it doesn't need it; display purpose */
  overscroll-behavior: contain;
}
.section-table-theme .table-responsive.fixed-header tbody tr {
  width: 100%;
  display: table;
}
.section-table-theme table thead {
  background-color: #c8c9ca;
}
.section-table-theme.user-management table th,
.section-table-theme.user-management table td {
  min-width: 100px;
}
.section-table-theme.user-management table th.mw-20-px,
.section-table-theme.user-management table td.mw-20-px {
  min-width: 30px;
  max-width: 40px !important;
}
.section-table-theme .page-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #2ca6e0;
  padding: 1.5rem 0.2rem 0.2rem 0.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 575px) {
  .section-table-theme .page-link {
    margin-right: 0.5rem;
  }
}
.section-table-theme .page-link:hover,
.section-table-theme .page-link.active {
  background: transparent;
  border-bottom: 2px solid #c24644;
}

select.custom-select.arrow-down {
  background-image: url(../images/other/arrow-down.svg);
}

.search-wrapper .custom-select {
  border-color: #e7e8e8;
  color: #dbdcdc;
  border-radius: 0;
  max-width: 200px;
}

table .bg-color-text {
  display: inline-block;
  width: 60px;
  text-align: center;
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
table.inner-btn-w-80 .bg-color-text {
  width: 80px;
}

.bidding-condition-header-icon {
  height: 16px;
}

.bidding-condition-icon {
  height: 65px;
  margin-left: 0px;
  margin-top: 20px;
}

.bidding-condition-item-effect .bidding-condition-icon-bg {
  height: 60px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin: 15px 0;
}
.bidding-condition-item-effect .bidding-condition-icon-bg.icon-user-comment {
  background-image: url(../images/bidding-condition/user-red.svg);
}
.bidding-condition-item-effect .bidding-condition-icon-bg.icon-edit {
  background-image: url(../images/bidding-condition/edit-red.svg);
}
.bidding-condition-item-effect:hover,
.bidding-condition-item-effect.active,
.bidding-condition-item-effect:active,
.bidding-condition-item-effect:focus {
  background: #ff946e;
  background: -moz-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: -webkit-linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  background: linear-gradient(180deg, #ff946e 0%, #c24744 100%);
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff946e",endColorstr="#c24744",GradientType=1);
}
.bidding-condition-item-effect:hover
  .bidding-condition-icon-bg.icon-user-comment,
.bidding-condition-item-effect.active
  .bidding-condition-icon-bg.icon-user-comment,
.bidding-condition-item-effect:active
  .bidding-condition-icon-bg.icon-user-comment,
.bidding-condition-item-effect:focus
  .bidding-condition-icon-bg.icon-user-comment {
  background-image: url(../images/bidding-condition/user-white.svg);
}
.bidding-condition-item-effect:hover .bidding-condition-icon-bg.icon-edit,
.bidding-condition-item-effect.active .bidding-condition-icon-bg.icon-edit,
.bidding-condition-item-effect:active .bidding-condition-icon-bg.icon-edit,
.bidding-condition-item-effect:focus .bidding-condition-icon-bg.icon-edit {
  background-image: url(../images/bidding-condition/edit-white.svg);
}

.category-wrapper .border {
  border-color: #f39800 !important;
  border-radius: 1rem !important;
}
.category-wrapper .bidding-condition-item-effect {
  color: #f39800;
}
.category-wrapper .bidding-condition-item-effect .bidding-condition-icon-bg {
  height: 60px;
  margin: 15px auto;
  max-width: 52px;
}
.category-wrapper
  .bidding-condition-item-effect
  .bidding-condition-icon-bg.icon-eye {
  background-image: url(../images/bidding-condition/eye-yellow.svg);
}
.category-wrapper
  .bidding-condition-item-effect
  .bidding-condition-icon-bg.icon-new {
  background-image: url(../images/bidding-condition/new-yellow.svg);
}
.category-wrapper
  .bidding-condition-item-effect
  .bidding-condition-icon-bg.icon-light {
  background-image: url(../images/bidding-condition/light-yellow.svg);
}
.category-wrapper
  .bidding-condition-item-effect
  .bidding-condition-icon-bg.icon-exclamatory-sign {
  background-image: url(../images/bidding-condition/exclamatory-sign-yellow.svg);
}
.category-wrapper
  .bidding-condition-item-effect
  .bidding-condition-icon-bg.icon-man {
  background-image: url(../images/bidding-condition/man-yellow.svg);
}
.category-wrapper .bidding-condition-item-effect:hover,
.category-wrapper .bidding-condition-item-effect.active,
.category-wrapper .bidding-condition-item-effect:active,
.category-wrapper .bidding-condition-item-effect:focus {
  background: #e1844b;
  background: linear-gradient(0deg, #e1844b 0%, #e5ac19 100%);
  color: white;
}
.category-wrapper
  .bidding-condition-item-effect:hover
  .bidding-condition-icon-bg.icon-eye,
.category-wrapper
  .bidding-condition-item-effect.active
  .bidding-condition-icon-bg.icon-eye,
.category-wrapper
  .bidding-condition-item-effect:active
  .bidding-condition-icon-bg.icon-eye,
.category-wrapper
  .bidding-condition-item-effect:focus
  .bidding-condition-icon-bg.icon-eye {
  background-image: url(../images/bidding-condition/eye-white.svg);
}
.category-wrapper
  .bidding-condition-item-effect:hover
  .bidding-condition-icon-bg.icon-new,
.category-wrapper
  .bidding-condition-item-effect.active
  .bidding-condition-icon-bg.icon-new,
.category-wrapper
  .bidding-condition-item-effect:active
  .bidding-condition-icon-bg.icon-new,
.category-wrapper
  .bidding-condition-item-effect:focus
  .bidding-condition-icon-bg.icon-new {
  background-image: url(../images/bidding-condition/new-white.svg);
}
.category-wrapper
  .bidding-condition-item-effect:hover
  .bidding-condition-icon-bg.icon-light,
.category-wrapper
  .bidding-condition-item-effect.active
  .bidding-condition-icon-bg.icon-light,
.category-wrapper
  .bidding-condition-item-effect:active
  .bidding-condition-icon-bg.icon-light,
.category-wrapper
  .bidding-condition-item-effect:focus
  .bidding-condition-icon-bg.icon-light {
  background-image: url(../images/bidding-condition/light-white.svg);
}
.category-wrapper
  .bidding-condition-item-effect:hover
  .bidding-condition-icon-bg.icon-exclamatory-sign,
.category-wrapper
  .bidding-condition-item-effect.active
  .bidding-condition-icon-bg.icon-exclamatory-sign,
.category-wrapper
  .bidding-condition-item-effect:active
  .bidding-condition-icon-bg.icon-exclamatory-sign,
.category-wrapper
  .bidding-condition-item-effect:focus
  .bidding-condition-icon-bg.icon-exclamatory-sign {
  background-image: url(../images/bidding-condition/exclamatory-sign-white.svg);
}
.category-wrapper
  .bidding-condition-item-effect:hover
  .bidding-condition-icon-bg.icon-man,
.category-wrapper
  .bidding-condition-item-effect.active
  .bidding-condition-icon-bg.icon-man,
.category-wrapper
  .bidding-condition-item-effect:active
  .bidding-condition-icon-bg.icon-man,
.category-wrapper
  .bidding-condition-item-effect:focus
  .bidding-condition-icon-bg.icon-man {
  background-image: url(../images/bidding-condition/man-white.svg);
}
.category-wrapper .col-lg:last-child {
  min-width: 230px !important;
  max-width: 235px;
}

.modal-alert-theme .modal-content {
  border: 2px solid #c24644;
}

.modal-alert-blue-theme .modal-content {
  border: 2px solid #2ca6e0;
}

.border-dashed {
  border: 2px dashed #c8c9ca;
  border-radius: 0;
}

.border-dashed-1 {
  border: 1px dashed #c8c9ca;
  border-radius: 0;
}

.form-theme .table-bordered thead td,
.form-theme .table-bordered thead th {
  border-bottom-width: 1px;
}
.form-theme.focus-off input.form-control {
  cursor: context-menu;
}
.form-theme.focus-off input.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.padding-td-5 thead tr td,
.padding-td-5 tbody tr td {
  min-width: 70px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media only screen and (max-width: 575px) {
  .padding-td-5.padding-td-5-xs thead tr td,
  .padding-td-5.padding-td-5-xs tbody tr td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.padding-td-5.td-min-w-60 thead tr td,
.padding-td-5.td-min-w-60 tbody tr td {
  min-width: 60px;
}

.time-report {
  width: 265px;
}
.time-report .img-wrapper {
  display: inline-block;
}
.time-report .img-wrapper img {
  height: 40px;
}
.time-report.time-report-lg .img-wrapper img {
  height: 75px;
}

.nav-tabs-theme ul {
  margin-bottom: 0;
  padding: 0;
}
.nav-tabs-theme ul li {
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  display: inline-block;
  list-style: none;
  margin-right: -3px;
  padding: 0.5rem 1.5rem;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.nav-tabs-theme ul li:first-child {
  border-left: 1px solid #dee2e6;
}
.nav-tabs-theme ul li.active,
.nav-tabs-theme ul li:hover,
.nav-tabs-theme ul li:focus {
  background-color: #c24644;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.nav-tabs-theme ul li.active a,
.nav-tabs-theme ul li:hover a,
.nav-tabs-theme ul li:focus a {
  color: white;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.child .form-check.form-check-inline {
  min-width: 85px;
}

.nav-tabs-theme-2 .nav-tabs {
  border-bottom: 7px solid #c24644;
}
.nav-tabs-theme-2 .nav-tabs .nav-link {
  border: 1px solid #c24644;
  color: #c24644;
  min-width: 150px;
  text-align: center;
}
.nav-tabs-theme-2 .nav-tabs .nav-link.active,
.nav-tabs-theme-2 .nav-tabs .nav-link:hover {
  background-color: #c24644;
  color: white;
}

.buildings-left-right {
  background-image: url(../images/other/buildings-left.svg),
    url(../images/other/buildings-right.svg);
  background-repeat: no-repeat;
  background-position: left 10px bottom, right 10px bottom;
  background-size: contain;
}

.green-checkbox {
  /* new stuff */
  /*Label CSS*/
}
.green-checkbox label {
  width: 100%;
}
.green-checkbox input[type="checkbox"] {
  display: none;
}
.green-checkbox input:checked + label {
  background-color: rgba(117, 179, 133, 0.1);
}
.green-checkbox input:checked + label .checkbox-label {
  box-shadow: inset 0 0 0 2px #75b385;
}
.green-checkbox .check {
  visibility: hidden;
}
.green-checkbox input:checked + label .check {
  visibility: visible;
}
.green-checkbox input.checkbox:checked + label:before {
  content: "";
}
.green-checkbox .form-check {
  height: 70px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .green-checkbox .form-check {
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 992px) {
  .green-checkbox .form-check {
    width: calc(33% - 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .green-checkbox .form-check {
    width: calc(25% - 11px);
  }
}
.green-checkbox .form-check label {
  padding-left: 0;
}
.green-checkbox .form-check .label-text {
  line-height: 1;
  width: calc(100% - 70px);
}
.green-checkbox .form-check .checkbox-label {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #d6d6d7;
  font-size: inherit;
  position: relative;
  vertical-align: middle;
  font-weight: 300;
  height: 70px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.green-checkbox .form-check .checkbox-label::before,
.green-checkbox .form-check .checkbox-label::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
  box-sizing: inherit;
  content: "";
  position: absolute;
}
.green-checkbox .form-check .checkbox-label::before {
  top: 0;
  left: 0;
}
.green-checkbox .form-check .checkbox-label::after {
  top: 0;
  left: 0;
}
.green-checkbox .form-check .checkbox-label.active::before,
.green-checkbox .form-check .checkbox-label.active::after,
.green-checkbox .form-check .checkbox-label:active::before,
.green-checkbox .form-check .checkbox-label:active::after,
.green-checkbox .form-check .checkbox-label:hover::before,
.green-checkbox .form-check .checkbox-label:hover::after,
.green-checkbox .form-check .checkbox-label:focus::before,
.green-checkbox .form-check .checkbox-label:focus::after {
  width: 100%;
  height: 100%;
}
.green-checkbox .form-check .checkbox-label.active::before,
.green-checkbox .form-check .checkbox-label:active::before,
.green-checkbox .form-check .checkbox-label:hover::before,
.green-checkbox .form-check .checkbox-label:focus::before {
  border-top-color: #75b385;
  border-right-color: #75b385;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.green-checkbox .form-check .checkbox-label.active::after,
.green-checkbox .form-check .checkbox-label:active::after,
.green-checkbox .form-check .checkbox-label:hover::after,
.green-checkbox .form-check .checkbox-label:focus::after {
  border-bottom-color: #75b385;
  border-left-color: #75b385;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.green-checkbox.red-checkbox label {
  width: 100%;
}
.green-checkbox.red-checkbox label .checkbox-label {
  width: 100%;
}
.green-checkbox.red-checkbox label .checkbox-label.active,
.green-checkbox.red-checkbox label .checkbox-label:active,
.green-checkbox.red-checkbox label .checkbox-label:hover,
.green-checkbox.red-checkbox label .checkbox-label:focus {
  border-color: #b25c62;
}
.green-checkbox.red-checkbox input:checked + label {
  background: rgba(178, 92, 98, 0.1);
}
.green-checkbox.red-checkbox input:checked + label .checkbox-label {
  box-shadow: inset 0 0 0 2px #b25c62;
}
.green-checkbox.red-checkbox .form-check .label-text {
  width: auto;
}
.green-checkbox.red-checkbox .form-check .checkbox-label.active::before,
.green-checkbox.red-checkbox .form-check .checkbox-label:active::before,
.green-checkbox.red-checkbox .form-check .checkbox-label:hover::before,
.green-checkbox.red-checkbox .form-check .checkbox-label:focus::before {
  border-top-color: #b25c62;
  border-right-color: #b25c62;
}
.green-checkbox.red-checkbox .form-check .checkbox-label.active::after,
.green-checkbox.red-checkbox .form-check .checkbox-label:active::after,
.green-checkbox.red-checkbox .form-check .checkbox-label:hover::after,
.green-checkbox.red-checkbox .form-check .checkbox-label:focus::after {
  border-bottom-color: #b25c62;
  border-left-color: #b25c62;
}
.green-checkbox.yellow-checkbox label {
  width: 100%;
}
.green-checkbox.yellow-checkbox label .checkbox-label {
  width: 100%;
}
.green-checkbox.yellow-checkbox label .checkbox-label.active,
.green-checkbox.yellow-checkbox label .checkbox-label:active,
.green-checkbox.yellow-checkbox label .checkbox-label:hover,
.green-checkbox.yellow-checkbox label .checkbox-label:focus {
  border-color: #e9ad54;
}
.green-checkbox.yellow-checkbox input:checked + label {
  background: rgba(233, 173, 84, 0.1);
}
.green-checkbox.yellow-checkbox input:checked + label .checkbox-label {
  box-shadow: inset 0 0 0 2px #e9ad54;
}
.green-checkbox.yellow-checkbox .form-check .label-text {
  width: auto;
}
.green-checkbox.yellow-checkbox .form-check .checkbox-label.active::before,
.green-checkbox.yellow-checkbox .form-check .checkbox-label:active::before,
.green-checkbox.yellow-checkbox .form-check .checkbox-label:hover::before,
.green-checkbox.yellow-checkbox .form-check .checkbox-label:focus::before {
  border-top-color: #e9ad54;
  border-right-color: #e9ad54;
}
.green-checkbox.yellow-checkbox .form-check .checkbox-label.active::after,
.green-checkbox.yellow-checkbox .form-check .checkbox-label:active::after,
.green-checkbox.yellow-checkbox .form-check .checkbox-label:hover::after,
.green-checkbox.yellow-checkbox .form-check .checkbox-label:focus::after {
  border-bottom-color: #e9ad54;
  border-left-color: #e9ad54;
}
.green-checkbox.item-wrapper-border-radius input:checked + label {
  background: #e1edff;
  border-radius: 1rem;
}
.green-checkbox.item-wrapper-border-radius
  input:checked
  + label
  .rainbow::after {
  background: #e1edff;
}
.green-checkbox.item-wrapper-border-radius
  input:checked
  + label
  .rainbow
  .top-left-border {
  animation: none;
  background: #7b9ac7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -2;
}
.green-checkbox.item-wrapper-border-radius .checkbox-label {
  border-radius: 1rem;
  box-shadow: none;
  padding: 0;
}
.green-checkbox.item-wrapper-border-radius .checkbox-label::before {
  border: 0;
  display: none;
}
.green-checkbox.item-wrapper-border-radius .checkbox-label::after {
  border: 0;
  display: none;
}
.green-checkbox.item-wrapper-border-radius .form-check {
  height: 100%;
  width: 100%;
}
.green-checkbox.item-wrapper-border-radius .form-check .form-check-label {
  height: 100%;
  border-radius: 1rem;
}
.green-checkbox.item-wrapper-border-radius .form-check .checkbox-label {
  background: #d6d6d7;
  border-radius: 1rem;
  box-shadow: none;
  height: 100%;
  width: 100%;
}

@keyframes leftbg {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: -1rem;
    left: -1rem;
  }
}
@keyframes rightbg {
  0% {
    top: -100%;
    left: 0;
  }
  50% {
    top: -100%;
    left: 0;
  }
  100% {
    top: -6px;
    left: 0;
  }
}
@keyframes bottombg {
  0% {
    top: 0;
    left: -100%;
  }
  50% {
    top: 0;
    left: -100%;
  }
  100% {
    top: 0;
    left: -6px;
  }
}
.rainbow {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.rainbow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 0.75rem;
}
.rainbow:hover .top-left-border,
.rainbow:hover .right-border,
.rainbow:hover .bottom-border {
  position: absolute;
  background: #7b9ac7;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
.rainbow:hover .top-left-border {
  content: "";
  left: -1rem;
  top: -1rem;
  animation: leftbg 0.5s;
}
.rainbow:hover .right-border {
  animation: rightbg 1s;
}
.rainbow:hover .bottom-border {
  animation: bottombg 1s;
}

.discount-container {
  position: relative;
}
.discount-container::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 15px;
  top: -1.05rem;
  left: 70px;
  background: green;
  border-radius: 16px;
}

/*------------ DATE INPUT -------------*/
.date-time {
  align-items: center;
  background-color: white;
  display: flex;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: flex-end;
  padding-left: 10px;
}
.date-time span {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  height: 40px;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.date-time input {
  background-color: transparent;
  border: 0;
  height: 100%;
  z-index: 2;
  letter-spacing: 2px;
  width: 100%;
}

/*------------ TIME INPUT ------------*/
.ui-timepicker.ui-menu {
  position: absolute !important;
  top: 0 !important;
}

ul.ui-timepicker-viewport {
  width: auto !important;
}

.ui-timepicker-standard {
  margin-top: 5px !important;
  box-sizing: border-box;
  margin-left: 0 !important;
  border-radius: 0;
  border: none !important;
  width: 110px !important;
  padding: 0 !important;
  z-index: 4 !important;
  -webkit-box-shadow: 0px 0px 5px 0px #dddbdb;
  -moz-box-shadow: 0px 0px 5px 0px #dddbdb;
  box-shadow: 0px 0px 5px 0px #dddbdb;
}

.ui-timepicker-standard a {
  padding-left: 6px !important;
  text-decoration: none;
  text-align: left;
}

.ui-timepicker-standard a.ui-state-hover {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

/*.ui-timepicker ::-webkit-scrollbar {
    width: 8px;
}
.ui-timepicker ::-webkit-scrollbar-track {
    background: rgba(17, 36, 45, 0.3);
}
.ui-timepicker ::-webkit-scrollbar-thumb {
    background: #ddd;
}*/
/*------------ date picker ------------*/
.datepicker {
  background-color: white;
  border: 1px solid black;
  border-radius: 12px;
  padding: 0;
}
.datepicker .datepicker-days thead tr:nth-child(2) {
  border-bottom: 1px solid black;
  color: black !important;
}
.datepicker .datepicker-days thead tr:nth-child(3) th {
  color: black !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.datepicker .datepicker-days tr td.today {
  background: #e3f1e0 !important;
  color: #3f3b3a !important;
}
.datepicker .datepicker-days .dow,
.datepicker .datepicker-days .old-day,
.datepicker .datepicker-days .day,
.datepicker .datepicker-days .new-day {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50px !important;
}
.datepicker .datepicker-days .old-day:hover,
.datepicker .datepicker-days .day:hover,
.datepicker .datepicker-days .new-day:hover,
.datepicker .datepicker-days .month:hover,
.datepicker .datepicker-days .year:hover,
.datepicker .datepicker-days .decade:hover,
.datepicker .datepicker-days .century:hover {
  border-radius: 50% !important;
  background-color: #f6f6f6;
}
.datepicker .datepicker-days .active {
  border-radius: 50% !important;
  background-image: linear-gradient(#90caf9, #64b5f6) !important;
  color: white !important;
}
.datepicker .datepicker-days .prev,
.datepicker .datepicker-days .next,
.datepicker .datepicker-days .datepicker-switch {
  padding: 12px 5px !important;
  font-size: 18px;
}
.datepicker .datepicker-days .prev {
  border-top-left-radius: 12px;
}
.datepicker .datepicker-days .next {
  border-top-right-radius: 12px;
}
.datepicker::before,
.datepicker::after {
  display: none;
}
.datepicker table tr td:last-child {
  color: #e60012 !important;
}
.datepicker table tr td:nth-last-child(2) {
  color: #036eb8 !important;
}

.chart-view {
  /*    .block:nth-of-type(2),
          .legend li:nth-of-type(2):before {
          background-color: #45B29D;
      }
      .block:nth-of-type(3),
          .legend li:nth-of-type(3):before {
          background-color: #EFC94C;
      }
      .block:nth-of-type(4),
          .legend li:nth-of-type(4):before {
          background-color: #E27A3F;
      }
      .block:nth-of-type(5),
          .legend li:nth-of-type(5):before {
          background-color: #DF5A49;
      }
      .block:nth-of-type(6),
          .legend li:nth-of-type(6):before {
          background-color: #962D3E;
      }*/
}
.chart-view figure {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.chart-view .graphic {
  padding-left: 15px;
}
@keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  @keyframes expand {
    from {
      width: 0%;
    }
    to {
      width: calc(100% - 75px);
    }
  }
}
.chart-view .chart {
  overflow: hidden;
  width: 0%;
  animation: expand 1.5s ease forwards;
}
.chart-view .row + .row .chart {
  animation-delay: 0.2s;
}
.chart-view .row + .row + .row .chart {
  animation-delay: 0.4s;
}
.chart-view .block {
  display: block;
  height: 45px;
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity, 0.3s ease;
  cursor: pointer;
}
.chart-view .block.item-2,
.chart-view .block.item-3 {
  transform: skewX(-65deg);
  -ms-transform: skewX(-65deg);
  -webkit-transform: skewX(-65deg);
}
.chart-view .block.item-2 .value,
.chart-view .block.item-3 .value {
  transform: skewX(65deg);
  -ms-transform: skewX(65deg);
  -webkit-transform: skewX(65deg);
}
.chart-view .block.item-3 {
  transform: skewX(-78deg);
  -ms-transform: skewX(-78deg);
  -webkit-transform: skewX(-78deg);
}
.chart-view .block.item-3 .value {
  transform: skewX(78deg);
  -ms-transform: skewX(78deg);
  -webkit-transform: skewX(78deg);
}
.chart-view .block:hover {
  opacity: 0.65;
}
.chart-view .value {
  display: block;
  line-height: 1em;
  position: absolute;
  top: calc(50% - 7px);
  left: 50%;
  transform: translate(-50%);
}
.chart-view .x-axis {
  text-align: center;
  padding: 0.5em 0 2em;
}
.chart-view .y-axis {
  height: 20px;
  transform: translate(-32px, 170px) rotate(270deg);
  position: absolute;
  left: 0;
}
.chart-view .legend {
  margin: 0 auto;
  padding: 0;
  font-size: 0.9em;
}
.chart-view .legend li {
  display: inline-block;
  padding: 0.25em 1em;
  line-height: 1em;
}
.chart-view .legend li:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #334d5c;
}
@media screen and (min-width: 768px) {
  .chart-view h6 {
    padding: 0;
    width: 75px;
    float: left;
    line-height: 100px;
  }
  .chart-view .block {
    font-size: 1em;
  }
  .chart-view .legend {
    width: 50%;
  }
}

.action-wrapper {
  right: 0.25rem;
  top: 0.25rem;
  z-index: 1;
}

.swiper-container {
  overflow: hidden;
}
.swiper-container .timeline {
  margin: 30px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}
.swiper-container .timeline.timeline-items-5 .swiper-slide {
  width: 20%;
}
.swiper-container .timeline.timeline-items-3 .swiper-slide {
  width: 33.3%;
}
.swiper-container .timeline .swiper-slide {
  width: 16.6%;
}
.swiper-container
  .timeline
  .swiper-slide.half-red
  .status
  .timeline-text:before,
.swiper-container
  .timeline
  .swiper-slide.half-red.active
  .status
  .timeline-text:before {
  background-image: linear-gradient(90deg, #bb5b57 50%, #c8c9ca 50%);
}
.swiper-container
  .timeline
  .swiper-slide.red-point
  .status
  .timeline-text:before {
  background: #bb5b57;
}
.swiper-container .timeline .swiper-slide.active .status {
  border-color: #bb5b57;
}
.swiper-container .timeline .swiper-slide.active .status .timeline-text:before {
  background: #bb5b57;
}
.swiper-container .timestamp {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 100;
}
.swiper-container .status {
  padding: 0px 5px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #c8c9ca;
  position: relative;
  transition: all 200ms ease-in;
}
.swiper-container .status .timeline-text {
  font-weight: 400;
  padding-top: 20px;
  color: #c8c9ca;
}
.swiper-container .status .timeline-text:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #c8c9ca;
  border-radius: 25px;
  /*border: 4px solid #3e70ff;*/
  position: absolute;
  top: -14px;
  left: calc(50% - 12px);
  transition: all 200ms ease-in;
}
.swiper-container .left-border-off:before,
.swiper-container .right-border-off:before,
.swiper-container .right-border-ass:before {
  background: #f7f7f7;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 50%;
}
.swiper-container .right-border-off:before {
  left: auto;
  right: 0;
}
.swiper-container .right-border-ass:before {
  left: auto;
  right: 0;
  background: #c8c9ca;
}

.hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(145, 145, 145, 0.8);
  top: 0;
  left: 0;
  border-radius: 1rem;
  text-align: center;
  padding-top: 9%;
  font-size: 2rem;
}

.speech-bubble {
  position: relative;
  background-color: white;
  border: 2px solid #bb5b57;
  width: 100%;
  height: auto;
  color: #3f3b3a;
  text-align: center;
  border-radius: 1rem;
  margin-top: 20px;
}

.speech-bubble:after,
.speech-bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  color: white;
}

/* Position the Arrow */
.speech-bubble-top:after,
.speech-bubble-top:before {
  border-bottom-color: #bb5b57;
  left: 9%;
  bottom: 100%;
}

.speech-bubble-top:after {
  border-bottom-color: white;
  left: 9%;
  bottom: calc(100% - 3px);
}

/*# sourceMappingURL=style.css.map */
