/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.live-chat {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 99999;
}

.live-chat__container {
  position: relative;
}

.live-chat__container.container-fluid {
  padding-left: 0;
  padding-bottom: 9.6rem;
}

.live-chat__container.container-fluid.py-6 {
  padding-bottom: 6.4rem !important;
  padding-top: 6.4rem !important;
}

.live-chat__container.container-fluid.px-4 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

@media only screen and (min-width: 992px) {
  .live-chat__container.container-fluid {
    padding-top: 6.4rem !important;
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }

  .live-chat__container.container-fluid.py-6 {
    padding-bottom: 9.6rem !important;
  }
}

.live-chat__contents {
  text-align: center;
  width: 100%;
  height: 250px;
  min-height: 33.3vh;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  pointer-events: auto;
  bottom: 14.4rem;
}

@media only screen and (min-width: 768px) {
  .live-chat__contents {
    text-align: right;
    height: 350px;
    width: 400px;
    right: 4.5rem;
    bottom: 22.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .live-chat__contents {
    bottom: 17rem;
  }
}

.live-chat__contents iframe {
  width: 100%;
  height: 100%;
  max-width: 40rem;
  border: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .live-chat__contents iframe {
    margin-right: 4rem;
    width: 40rem !important;
    height: 35rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .live-chat__contents iframe {
    margin-right: 0;
  }
}

.live-chat__opener {
  margin-left: auto;
  text-align: right;
  margin-right: 2.5rem;
}

.live-chat__icon {
  font-size: 2rem;
  background-color: #dfb233;
  display: inline-block;
  text-align: center;
  margin-left: 1rem;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding-top: 7px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}

.live-chat__icon:hover {
  background-color: #c1961e;
  color: #fff;
}

.live-chat .icon-chat {
  background-color: #dfb233;
  padding-top: 0.5rem;
  font-size: 3rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 1rem;
  pointer-events: auto;
  border-radius: 9999px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  padding-top: 0.6rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.live-chat .icon-chat:hover {
  background-color: #c1961e;
}

.live-chat .icon-chat:before {
  font-family: FontAwesome;
  color: #fff;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  text-transform: none;
  content: '\f27a';
  width: 1em;
  margin-right: 0.2em;
  line-height: 1em;
  margin-left: 0.2em;
}

.live-chat .icon-cancel {
  background-color: #dfb233;
  padding-top: 0.5rem;
  font-size: 3rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 1rem;
  pointer-events: auto;
  border-radius: 9999px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  padding-top: 0.6rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.live-chat .icon-cancel:hover {
  background-color: #c1961e;
}

.live-chat .icon-cancel:before {
  font-family: FontAwesome;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  text-transform: none;
  content: '\f00d';
  width: 1em;
  margin-right: 0.2em;
  line-height: 1em;
  margin-left: 0.2em;
}
