@import url(https://fonts.googleapis.com/css?family=Lato:400italic);.tabs-to-dropdown .nav-wrapper {
    padding: 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
}

.tabs-to-dropdown .nav-wrapper a {
    color: #7CB9E8;
}

.tabs-to-dropdown .nav-pills .nav-link.active {
    background-color: #7CB9E8;
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
    margin-right: 30px;
}

.tabs-to-dropdown .tab-content .container-fluid {
    max-width: 1250px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tabs-to-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
    padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
    color: #7CB9E8;
}

@media (min-width: 1280px) {
    .tabs-to-dropdown .nav-wrapper {
        padding: 15px 30px;
    }
}


/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
    position: fixed;
    right: 15px;
    bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: 5px;
    background: var(--white);
}

.page-footer a {
    margin-left: 4px;
}
.compare-offers-active {
  color: blue !important;
}

.striped-text {
  background-size: 16px;
  -webkit-background-clip: text;
  color: transparent;
  background-color: #3588c7;
  background-image: -webkit-linear-gradient(45deg, #0f2152 25%, transparent 25%, transparent 50%, #0f2152 50%, #0f2152 75%, transparent 75%, transparent);
}

.progress-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.progress-bar__container {
  width: 80%;
  height: 2rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  will-change: transform;
  box-shadow: 0 0 5px green;
}

.progress-bar {
  height: 100%;
  width: 0%;
  content: "";
  background-color: green;
  top: 0;
  bottom: 0;
  left: -100%;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: sans-serif;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.active-image {
  opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #c4c0d3 no-repeat;
  border-radius: 30%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  background-color: #c4c0d3;
}

.dropdown.show {
  display: inline-block !important;
}

.popover-header {
  color: black !important;
}

.pac-container {
  z-index: 1051 !important;
}

.calculation-main .card-header {
  background-color: #e1e3e2;
  text-decoration: none !important;
}

.calculation-main .tabs-container .line {
  display: none !important;
}

.calculation-main .card-header:hover {
  background-color: #7CB9E8 !important;
  cursor: pointer;
}

.hover_button {
  position: relative;
  display: inline-block;
}

.hover_button .hover_text {
  visibility: hidden;
  font-size: small;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.hover_button .hover_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.hover_edit:hover .hover_edit_text {
  visibility: visible;
  opacity: 1;
}

.hover_add_cp:hover .hover_add_cp_text {
  visibility: visible;
  opacity: 1;
}

.hover_delete:hover .hover_delete_text {
  visibility: visible;
  opacity: 1;
}

.hover_create_proj:hover .hover_create_proj_text {
  visibility: visible;
  opacity: 1;
}

/*left right modal*/

.modal.right_modal {
  position: fixed;
  z-index: 99999;
}

.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 32%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal-dialog {
  /* max-width: 100%; */
  margin: 1.75rem auto;
}

@media (min-width: 576px) {
  .left_modal .modal-dialog {
    max-width: 100%;
  }

  .right_modal .modal-dialog {
    max-width: 100%;
  }
}

.modal.right_modal .modal-content {
  /*overflow-y: auto;
    overflow-x: hidden;*/
  height: 100vh !important;
}

.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
}

/*.modal.left_modal  {
    pointer-events: none;
    background: transparent;
}*/

.modal-backdrop {
  display: none;
}

/*Right*/

.modal.right_modal.fade .modal-dialog {
  right: -50%;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/* ----- MODAL STYLE ----- */

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header.right_modal {
  padding: 10px 15px;
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.modal_outer .modal-body {
  /*height:90%;*/
  overflow-y: auto;
  overflow-x: hidden;
  height: 91vh;
}

.dropdown-body {
  padding: 10px !important;
}

.dashboard-card {
  border: 1.5px solid black;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dashboard-table-wrapper {
  position: relative;
  height: 500px;
  overflow: auto;
  display: block;
  font-size: 12px;
}

.dashboard-card-header {
  background-color: #005dbb;
  font-weight: bold;
  color: white;
}

.fab-container {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}

.fab-icon-holder {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #016fb9;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab-icon-holder:hover {
  opacity: 0.8;
}

.fab-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-style: 25px;
  color: #fff;
}

.fab {
  width: 60px;
  height: 60px;
  background: #d23f31;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.new-tab-creator:hover {
  background-color: #00b44e;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.glass-piece-test {
  border-style: solid;
  border-width: thin;
  border-color: black;
  height: 39px !important;
}

.chart_container {
  width: 95% !important;
  margin: auto;
  border-style: ridge;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
}

.chart_container_half {
  width: 45% !important;
  margin: auto;
  border-style: ridge;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
}

.diagram-title {
  height: 40px;
  margin-top: 10px;
  border-radius: 25px;
  background-color: #3366cc;
  color: white;
  line-height: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
}

.contact-person-fields {
  padding: 10px;
}

body.blank .wrapper {
  align-items: center;
  background: #e9ecef;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

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

.logo-brand {
  display: block;
  background: white;
  text-align: center;
  padding: 10px;
}

.logo-brand img {
  max-width: 100%;
  max-height: 70px;
}

ul.accordion {
  width: 95%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

ul.accordion .inner .card {
  background-color: transparent;
  box-shadow: none;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.72);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

ul.accordion li a.toggle i {
  float: right;
  font-size: 23px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

ul.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.78);
}

ul.accordion li a.open-accordion i {
  transform: rotate(90deg);
}

a {
  cursor: pointer;
}

a i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.sheet-selection-group .btn-group {
  width: 100%;
}

.sheet-selection-group .dropdown-menu {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

.popover {
  max-width: 600px;
  background: #7CB9E8 !important;
}

.popover-content {
  color: white !important;
}

.popover .arrow {
  border-bottom-color: #7CB9E8 !important;
}

.popover-title {
  color: black !important;
}

.colorpicker.colorpicker-2x {
  width: 282px;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-preview {
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 30px;
  font-size: 16px;
  line-height: 160%;
}

.colorpicker-saturation .colorpicker-guide {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin: -5px 0 0 -5px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
}

.layout-fixed .wrapper .sidebar {
  height: calc(100vh - (120px)) !important;
}

a.nav-link {
  color: white !important;
}

.nav-item .active {
  background-color: #6495ed !important;
}

.main-sidebar {
  background-color: #686868 !important;
}

.calculation-status-notice {
  font-size: 25px;
  font-weight: bold;
  background: green;
  color: white;
  padding: 10px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.drag-me {
  width: 180px;
  padding: 0 0 0 40px;
  color: black;
  line-height: 50px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.drag-me:hover:before {
  opacity: 0.3;
}

.drag-me:active {
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.drag-me:active:before {
  left: 14px;
}

.drag-me:before {
  content: url("/images/icons/grip-vertical-solid.svg");
  width: 10px;
  position: absolute;
  left: 14px;
  font-size: 20px;
  opacity: 0;
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.shot {
  position: absolute;
}

.btn-primary {
  background-color: #7CB9E8 !important;
}

table#sortable td,
table#sortable th {
  padding: 5px 25px;
}

table thead tr th {
  border-top: unset !important;
}

.toggle {
  width: 100%;
  display: block;
  background: #e1e3e2 !important;
  color: black;
  padding: 0.75em 1em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  text-align: left;
}

.open-accordion {
  background-color: #7CB9E8 !important;
  color: white !important;
}

.toggle:hover {
  background-color: #7CB9E8 !important;
}

a {
  cursor: pointer;
}

a i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

/*input {
    border-color: inherit !important;
}*/

select option {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.logout-btn {
  margin-left: 10px;
  background: none !important;
  border: none;
  outline: none;
  cursor: pointer;
}

.logout-btn:focus {
  border: none;
  outline: none;
}

.collapsible {
  color: #444;
  cursor: pointer;
  border: none;
  outline: none;
}

.bullet-text-row {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.technical-data-rows {
  display: none;
}

.show {
  display: block !important;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.progress {
  width: 100%;
  height: 15px;
  margin: auto;
}

.progress-wrap {
  background: seagreen;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  display: none;
}

.progress-wrap .progress-bar {
  background: #D8D8D8;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
}

.progress-wrap .progress-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 25px;
  text-align: center;
  font-size: 15px;
}

.technical-data-rows {
  display: none;
  font-size: 13px;
}

.show {
  display: block !important;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.float-label-group {
  display: flex;
  align-items: center;
}

.float-label-group label {
  margin-bottom: 0;
  margin-right: 10px;
  width: 25%;
}

.float-label-group input {
  width: 75%;
}

.accordion > .card {
  overflow: unset !important;
}

[type=checkbox],
[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border: 1px solid #6b7280;
}

[type=checkbox] {
  border-radius: 0px;
}

[type=radio] {
  border-radius: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, 
      
  );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.breadcrumb-item a {
  color: #6c757d !important;
}

.orders-index {
  /*.history {*/
  /*    display: none;*/
  /*}*/
  /*.status-badge:hover + div {*/
  /*    display: block;*/
  /*}*/
}

.orders-index .link {
  cursor: default !important;
  color: white !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.orders-index .over-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  font-size: 10px;
}

.orders-index .over-button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.orders-index .over-button .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.orders-index .over-button {
  position: relative;
  display: inline-block;
}

.orders-index .badge-link {
  position: relative;
}

.orders-index .hovercard {
  position: absolute;
  display: none;
  z-index: 1;
  left: 0px;
  /*top: -90px;*/
  transform: translateX(-100%);
}

.orders-index .badge-link:hover .hovercard {
  display: block;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.orders-index .tooltiptext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-wrap: normal;
  background-color: grey;
  padding: 18px;
  border-radius: 5px;
  color: white;
  line-height: 15px;
  transition: 1s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}

.orders-index .hover_button {
  position: relative;
  display: inline-block;
}

.orders-index .hover_button .hover_text {
  visibility: hidden;
  font-size: small;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.orders-index .hover_button .hover_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.orders-index .hover_edit_project:hover .hover_edit_project_text {
  visibility: visible;
  opacity: 1;
}

.orders-index .hover_clone_project:hover .hover_clone_project_text {
  visibility: visible;
  opacity: 1;
}

.orders-index .hover_delete_project:hover .hover_delete_project_text {
  visibility: visible;
  opacity: 1;
}

.orders-index .hover_revert_status:hover .hover_revert_project_status {
  visibility: visible;
  opacity: 1;
}

.next-step-buttons {
  min-width: 210px;
}

.next-step-buttons form,
.next-step-buttons div {
  display: inline-flex;
}

section {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: transparent;
  margin-left: 25px;
}

section .box {
  position: relative;
  width: 200px;
  height: 200px;
  background: black;
  margin: 40px;
  overflow: hidden;
}

section .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section .box .imgBx.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

section .box .imgBx img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: zoom-in;
}

section .box .imgBx h2 {
  opacity: 0;
  visibility: hidden;
}

.alert-box-text {
  margin-left: 10px !important;
}

.offer-parameters-tab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.menu-tabs {
  font-family: sans-serif;
}

.menu-tabs .tabs-container {
  width: 100%;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
}

.menu-tabs .tabs-container .tab-label {
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  width: 25%;
  text-align: center;
  background: #f4f4f4;
  color: #555;
  position: relative;
  transition: 0.25s background ease;
  cursor: pointer;
}

.menu-tabs .tabs-container .tab-label::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  background: #7CB9E8;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: 0.25s ease;
}

.menu-tabs .tabs-container .tab-label:hover::after {
  opacity: 1;
}

.menu-tabs .tabs-container .line {
  position: absolute;
  height: 2px;
  background: #1E88E5;
  width: 25%;
  top: 34px;
  left: 0;
  transition: 0.25s ease;
}

.menu-tabs .tabs-container .content-container {
  background: white;
  position: relative;
  height: 500px;
  font-size: 16px;
  overflow: auto;
}

.menu-tabs .tabs-container .content-container .content {
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 0;
  display: none;
  transition: 0.25s ease;
  color: #333;
}

.active-tab-button {
  background-color: lightgrey;
}

