/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/css/scss/main.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
button,
input,
optgroup,
select,
textarea {
  outline: 0;
  text-decoration: none;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 0;
}

a:hover {
  color: #000;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
}

p {
  line-height: 22px;
}

/* Works on Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}

/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

*:focus {
  outline: 0;
}

*,
::after,
::before,
input[type=search] {
  box-sizing: border-box;
}

.icon {
  fill: #ccc;
  width: 23px;
  height: 23px;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 768px) {
  .icon {
    width: 20px;
    height: 20px;
  }
}

.icon:hover {
  fill: #00b2b0;
}

.icon.doc-error {
  fill: #ff0000 !important;
}

.icon.doc-success {
  fill: #00b2b0 !important;
}

.bg_shadow {
  box-shadow: 0px 0px 8px #00000033;
}

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

.bg_shadow_light {
  box-shadow: 0px 0px 6px #00000026;
}

.dotted_bdr {
  border: 4px dotted #cccccc;
  padding: 45px 30px;
  border-radius: 6px;
}

.dotted_bdr_connected {
  border: 3px dotted #cccccc;
  padding: 45px 15px 31px;
  border-radius: 6px;
  margin: 10px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .dotted_bdr_connected {
    padding: 40px 10px 10px;
  }
  .dotted_bdr_connected .font-weight-semibold {
    font-weight: 400;
  }
  .dotted_bdr_connected .border_solid {
    border-style: dotted;
    border-width: 3px;
    padding: 16px 5px;
  }
  .dotted_bdr_connected .border_solid .form-group {
    margin: 4px 0 !important;
  }
}

.font-weight-300 {
  font-weight: 300 !important;
}

#basic_form .form-control[disabled] {
  background-color: #eee;
  opacity: 1;
}

#basic_form .form-control[disabled]:hover {
  cursor: not-allowed;
}

input[disabled] {
  background-color: #eee;
  opacity: 1;
}

input[disabled]:hover {
  cursor: not-allowed !important;
}

.bg_white {
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 5px 0;
  color: #666666;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.pull-right {
  float: right;
}

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

.ptb40-prl10 {
  padding: 40px 10px !important;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50%;
}

.h100 {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .wbtn_mbl {
    width: 50% !important;
  }
}

@media only screen and (max-width: 560px) {
  .wbtn_mbl {
    width: 85% !important;
  }
}

.wicon .icon {
  display: block !important;
  width: 22px !important;
}

.d-flex {
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .d-flex.rowBlock {
    display: inline-block;
  }
}

.align-items-center {
  align-items: center !important;
}

.align-items-flex-start {
  align-items: flex-start;
}

.flex-column {
  flex-direction: column;
}

.gap-10 {
  grid-gap: 10px !important;
  gap: 10px !important;
}

@media only screen and (max-width: 1200px) {
  #customContent .rowBlock .blockArea1Columns {
    min-height: 100%;
    margin-bottom: 0;
  }
}

.flex-grow-1 {
  flex-grow: 1;
}

body {
  margin: 0px;
  background-color: #f7f8fb;
}

body,
p,
span,
div,
a {
  font-family: "Muli", sans-serif !important;
  letter-spacing: 0.3px;
}

/*==============form group===============*/

.form-group {
  margin-bottom: 1.5rem;
}

.form-group .countryCode.ng-select {
  white-space: normal;
  min-width: 130px;
}

.form-group .form-control.text-color-default {
  color: #495057;
}

.form-group .form-control.text-color-default::-moz-placeholder {
  color: #495057;
}

.form-group .form-control.text-color-default::placeholder {
  color: #495057;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #666666;
  font-weight: normal;
  word-break: break-word;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select:invalid {
  color: #cccccc;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
}

.custom-select {
  display: block;
  padding: 2px 1rem 0.575rem 0.5rem;
  font-size: 1rem;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  border: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*==============form group===============*/

.plus_icon {
  font-size: 25px;
  color: #00b2b0;
}

.plus_icon img {
  filter: invert(47%) sepia(29%) saturate(2835%) hue-rotate(142deg);
}

.gray_bg {
  background-color: #f7f8fb !important;
}

.switch_buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .switch_buttons {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 992px) {
  .switch_buttons a {
    display: inherit;
    margin-right: 1rem !important;
  }
}

.switch_buttons .form-switch {
  margin-top: 0;
}

.switch_buttons .form-switch label {
  margin-left: 5px;
}

.switch_buttons .form-switch .GuestimgSmall {
  margin-left: 0;
}

/*==============sidebar logo===============*/

.GuestimgBig {
  content: url('gruber_logo.png');
}

.GuestimgBig:after {
  content: url('gruber_logo.png');
}

.GuestimgSmall {
  content: url('gruber_logo_marchio.png');
  width: 50px;
  margin: 5px;
}

@media only screen and (max-width: 992px) {
  .GuestimgSmall {
    margin: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .GuestimgSmall {
    margin-left: -6px;
  }
}

.GuestimgSmall:after {
  content: url('gruber_logo_marchio.png');
}

.bdr_block {
  border: 2px solid #cccccc;
  border-radius: 4px;
  margin: 20px 10px 40px;
  padding: 30px 30px;
}

@media only screen and (max-width: 768px) {
  .bdr_block {
    padding: 20px;
  }
}

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

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

.d-table-cell {
  display: table-cell !important;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
}

@media only screen and (max-width: 768px) {
  .gl-mbl-mb0 {
    margin-bottom: 0 !important;
  }

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

  .d-sm-none {
    display: none !important;
  }
}

@media only screen and (max-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }
}

.align-items-center {
  align-items: center !important;
}

.title_text {
  font-size: 1rem;
  font-weight: 600;
}

.overflow {
  overflow: visible !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

/*==============loader group===============*/

.blockLoader {
  position: fixed;
  background: rgba(0, 0, 0, 0.68);
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: none;
}

.blockLoader .icon {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/*==============button group===============*/

.blockBox {
  background-color: white;
  padding: 30px;
  box-shadow: 4px 3px 12px #00000033;
  border-radius: 6px;
}

.blockBox_rightGreen {
  border-right: 5px solid #00b2b0;
}

.blockBox_bottomGreen {
  border-bottom: 5px solid #00b2b0;
}

.blockBox_bottomGreen_grey input,
.blockBox_bottomGreen_grey textarea,
.blockBox_bottomGreen_grey select {
  background-color: #f7f8fb;
  border: 0 none;
}

.blockBox_bottomGreen_grey textarea {
  height: 100px;
  resize: none;
}

.blockBox_bottomGreen_grey .blockButton {
  background-color: #00b2b0;
}

.blockBox_bottomGreen_grey .blockButton_grey {
  background-color: #f7f8fb;
  color: #666;
  text-transform: none;
}

.blockBox_bottomGreen_grey .blockButton_grey:hover {
  background-color: #d5daea;
}

/*==============utilities group===============*/

.gl-float-right {
  float: right !important;
}

.gl-gap-20 {
  grid-gap: 20px !important;
  gap: 20px !important;
}

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

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

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

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

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

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

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

.gl-mt-60 {
  margin-top: 60px !important;
}

.gl-mt-auto {
  margin-top: auto !important;
}

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

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

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

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

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

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

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

.gl-mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

.gl-mr-4 {
  margin-right: 1.2rem;
}

.gl-mr-5 {
  margin-right: 1.5rem;
}

.gl-mr-9 {
  margin-right: 1.9rem;
}

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

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

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

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

.gl-ml-3 {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

.gl-pt-36 {
  padding-top: 36px !important;
}

/*padding-bottom*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gl-pb-60 {
  padding-bottom: 60px !important;
}

.gl-m-auto {
  margin: auto !important;
}

.gl-m-0 {
  margin: 0px !important;
}

.gl-ml-auto {
  margin-left: auto !important;
}

.gl-mr-auto {
  margin-right: auto !important;
}

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

.gl-p-15 {
  padding: 15px !important;
}

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

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

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

.gl-m-15 {
  margin: 15px !important;
}

.gl-mlm5 {
  margin-left: -5px !important;
}

.gl-mrm5 {
  margin-right: -5px !important;
}

.gl-mb-30 {
  margin-bottom: 30px !important;
}

.gl-width-30 {
  width: 30% !important;
}

.gl-width-60 {
  width: 60% !important;
}

.gl-width-5 {
  width: 5% !important;
}

.gl-gap-30 {
  grid-gap: 30px !important;
  gap: 30px !important;
}

#closeSideBarMenu .icon-close {
  fill: #000;
}

.gl-font-weight-bold {
  font-weight: 700 !important;
}

.gl-text-capitalize {
  text-transform: capitalize !important;
}

.gl-text-normal {
  text-transform: none !important;
}

.gl-text-underline {
  text-decoration: underline !important;
}

.gl-justify-content-center {
  justify-content: center !important;
}

.gl-justify-content-end {
  justify-content: end !important;
}

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

.gl-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

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

.alert_icon:before {
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: -2px;
  right: -5px;
  background: red;
}

.gl-bdr-none {
  border: none !important;
}

.gl-bdr-btm-none {
  border-bottom: none;
}

.c-white {
  color: #fff !important;
}

.fill-white {
  fill: #fff !important;
}

/*====== input effects =======*/

.effect-1 {
  border: 0;
  border-bottom: 1px solid #cccccc;
  width: 62px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .effect-1 {
    width: 58px;
  }
}

.input_bdrbox {
  position: relative;
  display: flex;
  align-items: center;
  width: 64px;
  text-align: center;
  margin: auto;
}

/*====== input group =======*/

.item_group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  .item_group {
    margin-bottom: 20px;
  }
}

.item_group .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.item_group_prepend {
  margin-right: 25px;
  background-color: #f7f8fb;
  width: 70px;
  height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .item_group_prepend {
    width: 60px;
    min-width: 60px;
    margin-right: 11px;
  }
}

.item_group_append,
.item_group_prepend {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_group_append .icon.icon-calendar,
.item_group_prepend .icon.icon-calendar {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .item_group_append .icon.icon-calendar,
.item_group_prepend .icon.icon-calendar {
    width: 25px;
  }
}

.item_group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.form-group .ng-select.ng-select-single .ng-select-container {
  min-height: 45px;
}

.form-group .ng-select.ng-select-single .ng-select-container .ng-value-container {
  white-space: normal !important;
}

.form-group .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: normal !important;
}

.form-group .ng-select.ng-select-multiple .ng-select-container {
  min-height: 45px;
}

/* ng select box */

.ng-select.ng-select-single .ng-select-container {
  min-height: 45px;
  height: auto;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container {
  height: auto;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input > input {
  padding: 5px 0px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: normal;
}

.ng-select .ng-arrow {
  display: none !important;
}

.ng-select .ng-arrow-wrapper {
  height: 10px;
  width: 10px !important;
  background-color: #ccc;
  -webkit-mask: url('down-arrow.svg');
          mask: url('down-arrow.svg');
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-left: 10px;
  margin-top: 5px;
}

.d-flex .ng-select.ng-select-single .ng-select-container {
  min-height: 45px;
}

/* ====== infoBlock with red border =========  */

.infoBlock_r {
  margin-bottom: 60px;
}

.infoBlock_r.horizontal {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .infoBlock_r.horizontal {
    display: block;
    margin-bottom: 30px;
  }
}

.infoBlock_r.horizontal .infoBlock_detail {
  flex: 50%;
  margin-right: 30px;
  height: 100%;
  margin-bottom: 0;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .infoBlock_r.horizontal .infoBlock_detail {
    margin-bottom: 30px;
  }
}

.infoBlock_r.horizontal .infoBlock_detail:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .infoBlock_r {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .infoBlock_r {
    margin-bottom: 20px;
  }
}

.infoBlock_r .infoBlock_detail {
  background-color: #ffffff;
  box-shadow: 0 0 12px #0000001f;
  padding: 24px 20px;
  color: #666666;
  border-radius: 6px;
  margin-bottom: 45px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .infoBlock_r .infoBlock_detail {
    width: 50%;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .infoBlock_r .infoBlock_detail {
    margin-bottom: 30px;
    width: 100%;
  }
}

.infoBlock_r .infoBlock_detail:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .infoBlock_r .infoBlock_detail:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .infoBlock_r .infoBlock_detail:last-child {
    margin-bottom: 30px;
  }
}

.infoBlock_r .infoBlock_detail .title_name {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0.5rem;
}

.infoBlock_r .infoBlock_detail .title_info {
  font-size: 20px;
  color: #231f20;
  font-weight: 600;
}

.infoBlock_r .infoBlock_detail:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 6px solid #ee3125;
  height: 100%;
  top: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.folderBlock {
  padding: 55px 42px;
  background-color: #00b2b0;
  display: flex;
  align-items: center;
  border-radius: 6px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .folderBlock {
    padding: 52px 22px;
    height: 224px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .folderBlock {
    padding: 55px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .folderBlock {
    padding: 42px 32px;
    margin-bottom: 30px;
  }
}

.folderBlock:after {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: 9px;
  left: 0;
  z-index: 1;
  outline: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  background: #00b2b0;
  content: "";
  transform: perspective(5px) rotateX(1deg) translateZ(0px);
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 164px;
  height: 33px;
}

.folderBlock .circle_img {
  width: 114px;
  height: 114px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px 8px;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .folderBlock .circle_img {
    width: 94px;
    height: 94px;
  }
}

@media only screen and (max-width: 768px) {
  .folderBlock .circle_img {
    display: none;
  }
}

.folderBlock .circle_img img {
  width: 80px;
  margin: 1px auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .folderBlock .circle_img img {
    width: 70px;
  }
}

.folderBlock .folder_details {
  margin-left: 35px;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .folderBlock .folder_details {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .folderBlock .folder_details {
    margin-left: 0;
  }
}

.folderBlock .folder_details .folder_title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .folderBlock .folder_details .folder_title {
    font-size: 17px;
  }
}

.folderBlock .folder_details .folder_info {
  font-size: 16px;
  color: #ffffff;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .folderBlock .folder_details .folder_info {
    font-size: 15px;
  }
}

.folderBlock .folder_details .folder_info p {
  margin: 5px 0;
}

.blockBox_bottomWarning {
  border-bottom: 5px solid #f9a825;
  padding: 1rem !important;
  color: #000;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.blockBox_bottomWarning span {
  font-size: 1.25rem;
}

.blockBox_main {
  border-radius: 6px;
  margin-bottom: 60px;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .blockBox_main {
    margin-bottom: 30px;
  }
}

.blockBox_header {
  border-radius: 6px;
  padding: 0.8em 1.5em;
  background: #00b2b0;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 6px 6px 0 0;
  display: flex;
}

.blockBox_header .ac_title {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: bold;
}

.blockBox_body {
  border-radius: 6px;
}

a.disabled:hover {
  cursor: not-allowed;
  text-decoration: none;
  color: none;
}

h6 {
  font-weight: bold;
}

.detailblock {
  margin-bottom: 20px;
  position: relative;
}

.detailblock:last-child {
  margin-bottom: 10px;
}

.detailblock__column {
  flex: 1;
  padding-right: 20px;
}

@media only screen and (max-width: 1800px) {
  .detailblock__column {
    padding-right: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .detailblock__column {
    padding-right: 0;
  }
}

.detailblock__title {
  color: #231f20;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .detailblock__title {
    margin: 15px 0px 25px;
  }
}

.detailblock__line {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .detailblock__line {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .detailblock__line {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .detailblock__line {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px 10px;
  }
  .detailblock__line [data-tooltip-top]::after {
    left: 0;
  }
}

.detailblock__line:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .detailblock__line:last-child {
    margin-bottom: 10px;
  }
}

.detailblock__line .icon-lock {
  fill: #ee3125;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

.detailblock__info {
  display: flex;
  border: 1px solid #cccccc;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 3px;
}

@media only screen and (max-width: 768px) {
  .detailblock__info {
    flex-wrap: wrap;
    padding-right: 5px;
    display: block;
    border: none;
    padding: 15px 0px;
  }
}

.detailblock__topic_name {
  color: #666666;
  white-space: nowrap;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .detailblock__topic_name {
    white-space: normal;
    word-break: normal;
  }
}

.detailblock__topic_info {
  color: #231f20;
  margin-right: 10px;
}

@media only screen and (max-width: 560px) {
  .detailblock__topic_info {
    margin-right: 2px;
  }
}

.detailblock__icons {
  justify-content: end;
  text-align: right;
  border-left: 2px solid #cccccc;
  padding-left: 10px;
  display: block;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .detailblock__icons {
    border: none;
    position: absolute;
    top: -8px;
    right: 0;
    display: block;
  }
}

.detailblock__icons a {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .detailblock__icons a {
    display: inline-block;
    width: auto;
  }
}

.detailblock__icons .icon {
  fill: #231f20;
  width: 33px;
  height: 26px;
}

.detailblock__icons .icon:hover {
  fill: #00b2b0;
}

.detailblock__icons .iconDisable {
  fill: #cccccc;
  width: 33px;
  height: 26px;
}

.folder_block .icon.icon-search-folder {
  width: 100px;
  height: 100px;
  fill: #00b2b0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .folder_block .icon.icon-search-folder {
    width: 70px;
    height: 70px;
  }
}

.errorBox {
  padding: 12px;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
  color: #a94442;
  border-radius: 4px;
  text-align: center;
}

.errorMsg {
  color: #ee3125;
}

.successBox {
  padding: 12px;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

#Customer,
#ProductCode,
#Carrier {
  display: flex;
  flex: 10;
  max-width: 87%;
}

.widthAuto {
  width: auto;
}

.dotted_topline {
  content: "";
  border-left: 3px dotted #ccc;
  width: 3px;
  height: 47px;
  text-align: center;
  margin: auto;
}

#customContent .blockArea1Columns {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 80px;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  #customContent .blockArea1Columns {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  #customContent .blockArea1Columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #customContent .blockArea1Columns {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 399px) {
  #customContent .blockHeadline {
    display: block;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #customContent .blockHeadline {
    margin-bottom: 0px;
  }
  #customContent .blockHeadline .blockButton.btnCustom {
    height: 30px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 560px) {
  #customContent .blockHeadline h1 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 399px) {
  #customContent .blockHeadline h1 {
    margin-bottom: 10px !important;
  }
}

.solid-border-container {
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: 4px;
}

.pulse {
  animation: pulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: 0.5s;
  background: #eff1f6 no-repeat;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.alert_bubble {
  background-color: #00b2b0;
  border-radius: 19px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 12px #0000001f;
}

.alert_bubble.COMPLETED, .alert_bubble.RECEIVED, .alert_bubble.SENT, .alert_bubble.NOTFOUND {
  border: none;
  background-color: #fff !important;
}

.alert_bubble.INFOMISSING, .alert_bubble.REFUSED, .alert_bubble.NOTIFIED {
  background-color: #ee3125 !important;
}

.alert_bubble.INFOMISSING span, .alert_bubble.REFUSED span, .alert_bubble.NOTIFIED span {
  color: #fff;
}

.alert_bubble.PLANNED, .alert_bubble.OUTSOURCED, .alert_bubble.PICKING, .alert_bubble.DELIVERED {
  border: none;
  background-color: #55efc4 !important;
}

.alert_bubble.PLANNED span, .alert_bubble.OUTSOURCED span, .alert_bubble.PICKING span, .alert_bubble.DELIVERED span {
  color: #fff;
}

.alert_bubble span {
  font-size: 13px;
  color: #666666;
}

.alert_bubble .icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border: none;
}

.alert_bubble .icon.COMPLETED, .alert_bubble .icon.PICKING {
  fill: #00b2b0;
}

.alert_bubble .icon.PLANNED .alert_bubble .icon.OUTSOURCED {
  fill: #fff;
}

.alert_bubble .icon.RECEIVED {
  fill: #0275d8;
}

.alert_bubble .icon.SENT {
  fill: #ffbb24;
}

.alert_bubble .icon.NOTFOUND {
  fill: #ee3125;
}

.alert_bubble .to-completed {
  color: #00b2b0 !important;
}

.alert_bubble .to-completed.icon {
  fill: #00b2b0 !important;
}

.alert_bubble .to-received {
  color: #cccccc;
}

.alert_bubble .to-received.icon {
  fill: #cccccc;
}

.alert_bubble .to-alert {
  color: #ee3125;
}

.alert_bubble .to-alert.icon {
  fill: #ee3125;
}

.alert_bubble .gl-width-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.border_solid {
  border: 1px solid #ccc;
  padding: 24px 15px;
  margin: 15px;
}

@media (min-width: 576px) {
  .gl-justify-content-sm-start {
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .gl-justify-content-md-end {
    justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .gl-justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

.notificationBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.notificationBlock .dataImg {
  flex: 1;
}

.notificationBlock .detailBlock {
  text-align: center;
  margin-bottom: 35px;
}

.notificationBlock .detailBlock .title {
  font-weight: bold;
  font-size: 25px;
}

.notificationBlock .detailBlock .statusMsg {
  font-size: 25px;
}

#articlepreview_modal .detailblock__line {
  font-size: 16px;
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  #articlepreview_modal .detailblock__line {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  #articlepreview_modal .detailblock__line {
    font-size: 15px;
  }
}

#articlepreview_modal .detailblock__topic_name {
  font-weight: 500;
  color: #231f20;
}

#articlepreview_modal .detailblock__topic_info {
  font-weight: 600;
}

#articlepreview_modal .merchandise h6 {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #Cliente_modal #basic_form .blockButton.btnCustom,
#Vettore_modal #basic_form .blockButton.btnCustom,
#product_modal #basic_form .blockButton.btnCustom {
    margin-bottom: 30px;
  }
}

.sameAlign {
  display: flex;
  position: relative;
}

.fade-in {
  animation: fadeIn ease-in-out 0.5s;
  -webkit-animation: fadeIn ease-in-out 0.5s;
  -moz-animation: fadeIn ease-in-out 0.5s;
  -o-animation: fadeIn ease-in-out 0.5s;
  -ms-animation: fadeIn ease-in-out 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-out {
  animation: fadeOut ease-out 0.5s both;
  -webkit-animation: fadeOut ease-out 0.5s both;
  -moz-animation: fadeOut ease-out 0.5s both;
  -o-animation: fadeOut ease-out 0.5s both;
  -ms-animation: fadeOut ease-out 0.5s both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.show {
  display: block !important;
}

.ONGOING,
.LOADING,
.UNLOADING,
.WAREHOUSE,
.OUTSOURCED,
.PICKING,
.RETURN {
  background-color: #55efc4 !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

@media (min-width: 768px) {
  .gl-md-w100 {
    width: 100%;
  }

  .gl-md-h100 {
    height: 100%;
  }
}

.customer-order-details-link {
  color: #00b2b0;
  cursor: pointer;
}

.traking-number-link {
  transition: color 0.2s;
  text-decoration: underline;
  cursor: pointer;
}

.traking-number-link:hover {
  color: #00b2b0 !important;
  text-decoration: underline;
}

.ng-select-remove-ellipsis .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  white-space: normal !important;
}

/*==============Grid group===============*/

.gl-container,
.gl-container-fluid,
.gl-container-sm,
.gl-container-md,
.gl-container-lg,
.gl-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .gl-container,
.gl-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .gl-container,
.gl-container-sm,
.gl-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .gl-container,
.gl-container-sm,
.gl-container-md,
.gl-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .gl-container,
.gl-container-sm,
.gl-container-md,
.gl-container-lg,
.gl-container-xl {
    max-width: 1140px;
  }
}

.gl-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .gl,
.no-gutters > [class*=gl-] {
  padding-right: 0;
  padding-left: 0;
}

.gl-1,
.gl-2,
.gl-3,
.gl-4,
.gl-5,
.gl-6,
.gl-7,
.gl-8,
.gl-9,
.gl-10,
.gl-11,
.gl-12,
.gl,
.gl-auto,
.gl-sm-1,
.gl-sm-2,
.gl-sm-3,
.gl-sm-4,
.gl-sm-5,
.gl-sm-6,
.gl-sm-7,
.gl-sm-8,
.gl-sm-9,
.gl-sm-10,
.gl-sm-11,
.gl-sm-12,
.gl-sm,
.gl-sm-auto,
.gl-md-1,
.gl-md-2,
.gl-md-3,
.gl-md-4,
.gl-md-5,
.gl-md-6,
.gl-md-7,
.gl-md-8,
.gl-md-9,
.gl-md-10,
.gl-md-11,
.gl-md-12,
.gl-md,
.gl-md-auto,
.gl-lg-1,
.gl-lg-2,
.gl-lg-3,
.gl-lg-4,
.gl-lg-5,
.gl-lg-6,
.gl-lg-7,
.gl-lg-8,
.gl-lg-9,
.gl-lg-10,
.gl-lg-11,
.gl-lg-12,
.gl-lg,
.gl-lg-auto,
.gl-xl-1,
.gl-xl-2,
.gl-xl-3,
.gl-xl-4,
.gl-xl-5,
.gl-xl-6,
.gl-xl-7,
.gl-xl-8,
.gl-xl-9,
.gl-xl-10,
.gl-xl-11,
.gl-xl-12,
.gl-xl,
.gl-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.gl {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-gls-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-gls-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-gls-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-gls-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-gls-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-gls-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.gl-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.gl-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.gl-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.gl-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.gl-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.gl-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.gl-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.gl-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.gl-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.gl-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.gl-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.gl-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.gl-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .gl-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-gls-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-gls-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-gls-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-gls-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-gls-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-gls-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .gl-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gl-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gl-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gl-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gl-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gl-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gl-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gl-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gl-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gl-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gl-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .gl-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-gls-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-gls-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-gls-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-gls-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-gls-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-gls-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .gl-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gl-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gl-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gl-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gl-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gl-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gl-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gl-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gl-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gl-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gl-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .gl-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-gls-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-gls-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-gls-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-gls-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-gls-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-gls-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .gl-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gl-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gl-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gl-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gl-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gl-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gl-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gl-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gl-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gl-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gl-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .gl-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-gls-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-gls-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-gls-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-gls-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-gls-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-gls-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .gl-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gl-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gl-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gl-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gl-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gl-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gl-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gl-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gl-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gl-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gl-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gl-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*==============Form group===============*/

/*==============Form group===============*/

#filter_form,
#basic_form {
  height: 100%;
  padding: 30px 15px;
  border-radius: 6px;
  margin-bottom: 60px;
  background-color: #ffffff;
}

#filter_form .validationMessage,
#basic_form .validationMessage {
  margin-top: 5px;
}

#filter_form .advance_filter,
#basic_form .advance_filter {
  display: none;
}

#filter_form .advance_show,
#basic_form .advance_show {
  display: block;
}

#filter_form.filtermenu_show,
#basic_form.filtermenu_show {
  visibility: visible;
  transform: translateX(0);
}

#filter_form .form-control,
#basic_form .form-control {
  display: block;
  width: 100%;
  padding: 0.575rem 1.3rem 0.575rem 0.75rem;
  font-size: 1rem;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#filter_form .form-control:focus, #filter_form .form-control:active,
#basic_form .form-control:focus,
#basic_form .form-control:active {
  color: #666666;
}

#filter_form .form-control.is_search,
#basic_form .form-control.is_search {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url('search_gray.png');
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media only screen and (max-width: 399px) {
  #filter_form .form-control.is_search,
#basic_form .form-control.is_search {
    width: 90%;
  }
}

#filter_form .form-control:focus,
#basic_form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px #00000014, 0 0 8px #66afe999;
}

#filter_form .form-control.text-color-default,
#basic_form .form-control.text-color-default {
  color: #495057;
}

#filter_form .form-control.text-color-default::-moz-placeholder, #basic_form .form-control.text-color-default::-moz-placeholder {
  color: #495057;
}

#filter_form .form-control.text-color-default::placeholder,
#basic_form .form-control.text-color-default::placeholder {
  color: #495057;
}

#filter_form .form-row,
#basic_form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  align-items: flex-start;
}

#filter_form .form-row .ng-placeholder,
#basic_form .form-row .ng-placeholder {
  min-height: 17px;
  overflow: hidden;
}

#filter_form .form-group,
#basic_form .form-group {
  position: relative;
}

#filter_form .form-group .icon,
#basic_form .form-group .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: 25px;
}

#filter_form .form-group .icon.select-icon-angle-down,
#basic_form .form-group .icon.select-icon-angle-down {
  width: 10px;
  height: 10px;
  bottom: 17px;
}

#filter_form .form-group .icon.icon-plus,
#basic_form .form-group .icon.icon-plus {
  position: inherit;
  fill: #00b2b0;
  width: 22px;
  height: 22px;
}

#filter_form .form-group .sameAlign a,
#basic_form .form-group .sameAlign a {
  margin-left: 10px;
}

#filter_form .form-group .sameAlign a .icon,
#basic_form .form-group .sameAlign a .icon {
  position: static;
  position: initial;
}

#filter_form select.form-control:not([size]):not([multiple]),
#basic_form select.form-control:not([size]):not([multiple]) {
  height: calc(2.7rem + 2px);
}

#filter_form option,
#basic_form option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  color: #495057;
}

#filter_form .form_sub-block select.form-control,
#basic_form .form_sub-block select.form-control {
  color: #495057;
}

@media only screen and (max-width: 768px) {
  #filter_form {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999999;
    visibility: hidden;
    padding: 60px 6px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.3s ease-out;
    background-color: #ffffff;
  }
  #filter_form .btnCustom {
    height: 40px;
  }
  #filter_form .form-row {
    width: 100%;
  }
}

#filter_form .ng-select .ng-value-container {
  display: grid;
}

@media only screen and (max-width: 768px) {
  #basic_form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .filter_buttons {
    margin: 25px 0;
  }
  .filter_buttons:last-child {
    margin-top: 0;
  }
}

.filterButton {
  background-color: #cccccc;
  font-size: 13px;
  font-weight: bold;
}

.filterButton svg {
  margin-top: 5px;
}

.filterButton:hover {
  background-color: #b3b3b3;
}

.filterButton .icon {
  margin-top: 5px;
}

#closeFilterMenu {
  top: -30px;
  right: 19px;
  position: relative;
  z-index: 1;
}

.form-row.sameColumn {
  width: 51%;
}

/*==============Ordina group===============*/

#ordina_form {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0px 0px 8px #00000033;
  border-radius: 6px;
  margin-bottom: 60px;
}

#ordina_form .advance_filter {
  display: none;
}

#ordina_form .advance_show {
  display: block;
}

#ordina_form.filtermenu_show {
  visibility: visible;
  transform: translateX(0);
}

@media only screen and (max-width: 768px) {
  #ordina_form {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    visibility: hidden;
    padding: 60px 20px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.3s ease-out;
  }
  #ordina_form .btnCustom {
    height: 40px;
  }
}

@media only screen and (max-width: 992px) {
  #ordina_form .btnCustom.secondary_btn {
    margin: 40px 0;
  }
}

#ordina_form ul li {
  border-top: 1px solid #ccc;
  padding: 0 5px 0 0;
  display: flex;
}

#ordina_form ul li.icon_visible .icon {
  opacity: 1;
}

#ordina_form ul li:last-child {
  border-bottom: 1px solid #ccc;
}

#ordina_form ul li .icon {
  text-decoration: none;
  opacity: 0;
  margin-top: 15px;
  fill: #231f20;
  width: 15px;
  height: 15px;
}

#ordina_form ul li:hover a {
  color: #263238;
}

#ordina_form ul li:hover .icon {
  opacity: 1;
}

#ordina_form ul li a {
  padding: 10px 0 13px;
  display: flex;
  flex-basis: 100%;
}

/*=================== form_inner-block ================*/

.form_inner-block {
  border: 2px solid #cccccc;
  border-radius: 3px;
  margin: 20px 10px 40px;
  padding: 40px 30px;
}

@media only screen and (max-width: 768px) {
  .form_inner-block {
    padding: 0;
    margin: 15px 0;
    border: none;
  }
}

.form_inner-block h6 {
  color: #231f20;
  padding-bottom: 20px;
}

.form_inner-block .form_sub-block {
  border: 2px solid #cccccc;
  border-radius: 3px;
  margin: 10px 10px 20px;
  padding: 30px 15px 16px;
  background-color: #f7f8fb;
  width: 100%;
}

.form_inner-block .form_sub-block .panel {
  display: none;
}

@media only screen and (max-width: 768px) {
  .form_inner-block .form_sub-block {
    padding: 55px 5px 16px;
    margin-top: 0;
    width: auto;
  }
}

.form_inner-block .form_sub-main {
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .form_inner-block .form_sub-main {
    display: inline-block;
  }
}

.form_inner-block.dotted_bdr {
  border: 4px dotted #cccccc;
}

@media only screen and (max-width: 768px) {
  .form_inner-block.dotted_bdr {
    margin: auto 10px;
    padding: 15px 0;
  }
}

.plus_minus_icons .icn_plus img {
  filter: invert(47%) sepia(29%) saturate(2835%) hue-rotate(142deg);
}

.plus_minus_icons .icn_minus img {
  filter: invert(74%) sepia(30%) hue-rotate(217deg);
}

@media only screen and (max-width: 768px) {
  .plus_minus_icons {
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .plus_minus_icons a {
    display: inline-block;
  }
}

.form_iconBlock {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .form_iconBlock {
    margin-bottom: 20px;
  }
  .form_iconBlock:last-child {
    margin-bottom: 0;
  }
}

.form_iconBlock .form_Block {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.form_iconBlock .form_Block .form_column {
  position: relative;
}

.form_iconBlock .form_Block .form_column .icon {
  right: 17px;
}

.form_iconBlock .form_Block .form-group {
  margin: 8px auto;
}

@media only screen and (max-width: 768px) {
  .form_iconBlock .form_Block .form-group {
    margin: 4px auto;
  }
}

.form_iconBlock .form_Block .form-group:last-child {
  padding-right: 65px;
}

@media only screen and (max-width: 768px) {
  .form_iconBlock .form_Block .form-group:last-child {
    padding-right: 15px;
  }
}

.form_iconBlock .iconsBlock {
  position: absolute;
  right: 33px;
}

@media only screen and (max-width: 768px) {
  .form_iconBlock .iconsBlock {
    position: inherit;
    margin-right: 15px;
  }
}

.form_iconBlock .iconsBlock a {
  line-height: 1;
}

.form_iconBlock .iconsBlock .icon {
  width: 22px;
  height: 22px;
  fill: #888888;
  position: inherit;
}

.gl-invalid {
  bottom: -6px;
  color: #ee3125;
  position: relative;
  font-size: 0.9rem;
}

.filterButtons {
  display: flex;
  align-self: flex-end;
}

.filterButtons .gl-row {
  flex: 1;
}

.blockContent {
  margin-left: 380px;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .blockContent {
    margin-left: 79px;
  }
}

@media only screen and (max-width: 992px) {
  .blockContent {
    margin-left: 0px;
  }
}

.blockMain {
  height: 100;
}

html.no-js,
body {
  height: 100%;
}

.hideSidebar .blockContent {
  margin-left: 0;
}

.blockArea {
  padding-top: 90px;
  padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
  .blockArea {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .blockArea {
    padding-top: 40px;
  }
}

.blockArea1Columns {
  padding: 90px 20px 0 20px;
  min-height: calc(100vh - 240px);
}

@media only screen and (max-width: 992px) {
  .blockArea1Columns {
    min-height: calc(100vh - 200px);
  }
}

@media only screen and (max-width: 768px) {
  .blockArea1Columns {
    min-height: auto;
  }
}

.blockArea2Columns {
  min-height: 750px;
}

.blockArea2Columns:after {
  content: "";
  display: table;
  clear: both;
}

.blockArea2Columns__item {
  min-height: 900px;
  padding: 90px 20px 0 20px;
  float: left;
  width: 71.4285714286%;
}

@media only screen and (max-width: 992px) {
  .blockArea2Columns__item {
    padding-top: 40px;
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .blockArea2Columns__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blockArea2Columns__item_left {
  border-right: 1px solid #ddd;
  padding-bottom: 60px;
}

.blockArea2Columns__item_right {
  width: 28.5714285714%;
  padding-bottom: 60px;
}

@media only screen and (max-width: 992px) {
  .blockArea2Columns__item_right {
    width: 100%;
  }
}

.blockAddCompanyList {
  margin: 20px 0;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-ExtraLight.eot');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-ExtraLight.woff2'), url('Muli-ExtraLight.woff'), url('Muli-ExtraLight.ttf') format("truetype"), url('Muli-ExtraLight.svg#Muli-ExtraLight') format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli.eot');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url('Muli.woff2'), url('Muli.woff'), url('Muli.ttf') format("truetype"), url('Muli.svg#Muli') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Bold.eot');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Bold.woff2'), url('Muli-Bold.woff'), url('Muli-Bold.ttf') format("truetype"), url('Muli-Bold.svg#Muli-Bold') format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-ExtraLightItalic.eot');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-ExtraLightItalic.woff2'), url('Muli-ExtraLightItalic.woff'), url('Muli-ExtraLightItalic.ttf') format("truetype"), url('Muli-ExtraLightItalic.svg#Muli-ExtraLightItalic') format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-BoldItalic.eot');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-BoldItalic.woff2'), url('Muli-BoldItalic.woff'), url('Muli-BoldItalic.ttf') format("truetype"), url('Muli-BoldItalic.svg#Muli-BoldItalic') format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Italic.eot');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Italic.woff2'), url('Muli-Italic.woff'), url('Muli-Italic.ttf') format("truetype"), url('Muli-Italic.svg#Muli-Italic') format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-SemiBold.eot');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-SemiBold.woff2'), url('Muli-SemiBold.woff'), url('Muli-SemiBold.ttf') format("truetype"), url('Muli-SemiBold.svg#Muli-SemiBold') format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-LightItalic.eot');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-LightItalic.woff2'), url('Muli-LightItalic.woff'), url('Muli-LightItalic.ttf') format("truetype"), url('Muli-LightItalic.svg#Muli-LightItalic') format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Semi-BoldItalic.eot');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Semi-BoldItalic.woff2'), url('Muli-Semi-BoldItalic.woff'), url('Muli-Semi-BoldItalic.ttf') format("truetype"), url('Muli-Semi-BoldItalic.svg#Muli-Semi-BoldItalic') format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Light.eot');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url('Muli-Light.woff2'), url('Muli-Light.woff'), url('Muli-Light.ttf') format("truetype"), url('Muli-Light.svg#Muli-Light') format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*** Bitter ***/

@font-face {
  font-family: "Bitter";
  src: url('Bitter-Black.woff2') format("woff2"), url('Bitter-Black.woff') format("woff"), url('Bitter-Black.ttf') format("truetype"), url('Bitter-Black.svg#Bitter-Black') format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-Bold.woff2') format("woff2"), url('Bitter-Bold.woff') format("woff"), url('Bitter-Bold.ttf') format("truetype"), url('Bitter-Bold.svg#Bitter-Bold') format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-BlackItalic.woff2') format("woff2"), url('Bitter-BlackItalic.woff') format("woff"), url('Bitter-BlackItalic.ttf') format("truetype"), url('Bitter-BlackItalic.svg#Bitter-BlackItalic') format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-ExtraBold.woff2') format("woff2"), url('Bitter-ExtraBold.woff') format("woff"), url('Bitter-ExtraBold.ttf') format("truetype"), url('Bitter-ExtraBold.svg#Bitter-ExtraBold') format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-BoldItalic.woff2') format("woff2"), url('Bitter-BoldItalic.woff') format("woff"), url('Bitter-BoldItalic.ttf') format("truetype"), url('Bitter-BoldItalic.svg#Bitter-BoldItalic') format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-ExtraBoldItalic.woff2') format("woff2"), url('Bitter-ExtraBoldItalic.woff') format("woff"), url('Bitter-ExtraBoldItalic.ttf') format("truetype"), url('Bitter-ExtraBoldItalic.svg#Bitter-ExtraBoldItalic') format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-ExtraLight.woff2') format("woff2"), url('Bitter-ExtraLight.woff') format("woff"), url('Bitter-ExtraLight.ttf') format("truetype"), url('Bitter-ExtraLight.svg#Bitter-ExtraLight') format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-Italic.woff2') format("woff2"), url('Bitter-Italic.woff') format("woff"), url('Bitter-Italic.ttf') format("truetype"), url('Bitter-Italic.svg#Bitter-Italic') format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-ExtraLightItalic.woff2') format("woff2"), url('Bitter-ExtraLightItalic.woff') format("woff"), url('Bitter-ExtraLightItalic.ttf') format("truetype"), url('Bitter-ExtraLightItalic.svg#Bitter-ExtraLightItalic') format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-Light.woff2') format("woff2"), url('Bitter-Light.woff') format("woff"), url('Bitter-Light.ttf') format("truetype"), url('Bitter-Light.svg#Bitter-Light') format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-LightItalic.woff2') format("woff2"), url('Bitter-LightItalic.woff') format("woff"), url('Bitter-LightItalic.ttf') format("truetype"), url('Bitter-LightItalic.svg#Bitter-LightItalic') format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-MediumItalic.woff2') format("woff2"), url('Bitter-MediumItalic.woff') format("woff"), url('Bitter-MediumItalic.ttf') format("truetype"), url('Bitter-MediumItalic.svg#Bitter-MediumItalic') format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-Medium.woff2') format("woff2"), url('Bitter-Medium.woff') format("woff"), url('Bitter-Medium.ttf') format("truetype"), url('Bitter-Medium.svg#Bitter-Medium') format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-ThinItalic.woff2') format("woff2"), url('Bitter-ThinItalic.woff') format("woff"), url('Bitter-ThinItalic.ttf') format("truetype"), url('Bitter-ThinItalic.svg#Bitter-ThinItalic') format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-Thin.woff2') format("woff2"), url('Bitter-Thin.woff') format("woff"), url('Bitter-Thin.ttf') format("truetype"), url('Bitter-Thin.svg#Bitter-Thin') format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-SemiBold.woff2') format("woff2"), url('Bitter-SemiBold.woff') format("woff"), url('Bitter-SemiBold.ttf') format("truetype"), url('Bitter-SemiBold.svg#Bitter-SemiBold') format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-SemiBoldItalic.woff2') format("woff2"), url('Bitter-SemiBoldItalic.woff') format("woff"), url('Bitter-SemiBoldItalic.ttf') format("truetype"), url('Bitter-SemiBoldItalic.svg#Bitter-SemiBoldItalic') format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url('Bitter-Regular.woff2') format("woff2"), url('Bitter-Regular.woff') format("woff"), url('Bitter-Regular.ttf') format("truetype"), url('Bitter-Regular.svg#Bitter-Regular') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media print {
  * {
    overflow: visible !important;
  }

  .blockSidebar {
    display: none;
    visibility: hidden !important;
  }

  .blockContent {
    width: 140%;
    margin: 0px !important;
    display: inline-table;
  }

  .blockHeader {
    display: none;
  }

  .blockFilters {
    display: none;
  }

  .blockBoxDettColum__itemContent {
    display: block !important;
  }

  span#gruberCompanyDetail {
    display: block !important;
  }

  .blockArea2Columns__item_right {
    display: grid;
  }

  .blockFooter__contentWrapper {
    display: none;
  }

  .toast-header {
    display: none;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

