/*------------------------------------------------------------------
[Master Stylesheet]

Plugin      : Ideabox Popup
Description : Survey popup review, popup poll, popup ads, popup step forms, popup slider
Version     : 1.0
Last change : 03/13/2018
Assigned to : Tevrat Gündoğdu
Primary use : Web & Mobile 
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
[Table of contents]

1. Plugin main container styles.
2. Plugin main content styles
3. Popup Question and title styles.
4. Popup answer, description and input forms styles.
5. Popup navigation and next styles.
6. Popup close and close animation styles.
7. Popup open animation and opened styles.
8. Custom checkbox and radio styles.
9. Custom star rating styles.
10. Start and finish page styles.
11. Default arrival animation.
12. Other helper classes.
13. Responsive media query styles. for mobile and tablets.
-------------------------------------------------------------------*/

body.i-popup-active {
  overflow-y: scroll;
  height: 100vh;
  pointer-events: none;
  width: 100%;
  position: fixed;
  /*padding-right: 10px; */
}

body.i-popup-active .i-review-box,
body.i-popup-active .i-review-box * {
  pointer-events: auto;
}

/*-------------------------------------------------------------------
[1. Slider main container styles.]
*------------------------------------------------------------------*/
.i-review-box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  box-sizing: border-box;
  display: none;
  z-index: 1000000;
  opacity: 0;
  line-height: 1.5;
  color: #ffffff;
}

.i-review-box * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.i-review-content-box:not(.s-datetime):not(.s-client) .i-review-animated-box {
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  overflow: hidden;
}

.i-review-content-box.s-datetime .i-review-animated-box, .i-review-content-box.s-client .i-review-animated-box {
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  overflow: visible;
}

.i-review-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 2;
  cursor: pointer;
}

.i-review-container {
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 3;
}

.i-review-container.i-review-boxed {
  left: 25%;
  right: 25%;
}

.i-review-content-box {
  background-color: #000;
  /*top: 0;
  bottom: 0;
  position: absolute;*/
  text-align: center;
  overflow: hidden;
  padding: 25px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  width: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.i-review-content-box:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 99;
  right: 0;
  left: 0;
}

.i-review-content-box .i-review-end-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/*.i-review-content-box.s-start .i-review-end-container {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

.i-review-content-box:not(.s-start) .i-review-end-container {
  position: absolute;
  bottom: 15px;
  left: 120px;
  width: 100%;
  padding: 0;
  text-align: left;
}*/

/*-------------------------------------------------------------------
[2. Plugin main content styles.]
*------------------------------------------------------------------*/
.i-review-content {
  min-height: 40px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 25px 80px;
  height: 100%;
  /*padding: 0 40px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;*/
}

/*-------------------------------------------------------------------
[3. Popup Question and title styles.]
*------------------------------------------------------------------*/
.i-review-question {
  text-align: center;
}

.i-review-question-title {
  font-size: 48px;
  line-height: 1;
  padding: 10px;
  margin: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}



/*-------------------------------------------------------------------
[4. Popup answer, description and input forms styles.]
*------------------------------------------------------------------*/
.i-review-answer {
  margin-top: 50px;
}

.i-review-answer-center {
  text-align: center;
}

.i-inline-answer-list {
  text-align: center;
}

.i-review-input-group {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: left;
  cursor: pointer;
}

.i-inline-answer-list .i-review-input-group {
  display: inline-block;
  width: auto;
  margin: 5px;
}

.i-review-description {
  margin-top: 50px;
  text-align: center;
  padding: 0 20px;
  opacity: 0.5;
  font-size: 14px;
}

.i-review-input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  line-height: 60px;
  padding: 0 20px;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 3px rgba(0, 0, 0, .6);
  font-family: inherit;
}

.i-review-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.i-review-textarea {
  display: block;
  width: 100%;
  height: 120px;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 3px rgba(0, 0, 0, .6);
  resize: none;
  overflow: hidden;
  font-family: inherit;
}

.i-review-selectbox {
  height: 60px;
  padding: 0 60px 0 20px;
  font-size: 20px;
  border: solid 3px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0.1);
  font-family: inherit;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.i-review-selectbox::-ms-expand {
  display: none;
}

.i-review-select-label {
  display: inline-block;
  position: relative;
}

.i-review-select-label:before {
  position: absolute;
  content: ' ';
  width: 36px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background-color: rgba(0, 0, 0, .2);
}

.i-review-select-label:after {
  top: 25px;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

.i-review-resume {
  padding: 25px;
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 10px;
    text-align: center;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*-------------------------------------------------------------------
[5. Popup navigation and next styles.]
*------------------------------------------------------------------*/
.i-review-navigation {
  position: absolute;
  bottom: 35px;
  left: 40px;
}

.i-review-navigation-count {
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.i-review-navigation-count b {
  font-size: 36px;
}

/*next action*/
.i-review-action {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 27px;
  display: flex;
  gap: 25px;
  min-height: 50px;
  width: 100%;
  padding: 0px 40px 0px 110px;
  justify-content: space-between;
}

.i-review-error {
  color: #ffffff;
  padding-right: 0px;
  font-weight: bold;
}

.i-review-next {
  cursor: pointer;
  position: relative;
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  transition: color 500ms linear;
}

.i-review-next.i-prev {
  font-size: 48px;
  margin-left: 40px;
}

.i-review-next .wc-btn-primary {
  z-index: 9999999;
}

.i-review-next.i-prev .wc-btn-primary i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(180deg);
}

.i-review-next.i-next .wc-btn-primary i {
  -webkit-transform: none;
  transform: none;
}

.i-review-next .btn_wrapper.wc-mw-140 {
  width: 140px;
  height: auto;
  margin-left: auto;
}

.i-review-next .btn_wrapper.wc-mw-160 {
  width: 160px;
  height: auto;
  margin-left: auto;
}

.i-review-next .btn_wrapper.wc-mw-200 {
  width: 200px;
  height: auto;
  margin-left: auto;
}

.i-review-next .btn_wrapper.wc-mw-300 {
  width: 300px;
  height: auto;
  margin-left: auto;
}

.i-review-next .btn_wrapper.wc-mw-140 .wc-btn-primary {
  max-width: 140px;
}

.i-review-next .btn_wrapper.wc-mw-160 .wc-btn-primary {
  max-width: 160px;
}

.i-review-next .btn_wrapper.wc-mw-200 .wc-btn-primary {
  max-width: 200px;
}

.i-review-next .btn_wrapper.wc-mw-300 .wc-btn-primary {
  max-width: 300px;
}

.i-review-buttons {
  display: flex;
  height: 50px;
  gap: 50px;
  justify-content: center;
}

.i-review-buttons .wc-btn-primary:hover span {
  width: 50vw;
  height: 50vw;
}

/*.i-review-next::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 0;
  background-color: #212529;
  -webkit-transition: width .3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width .3s cubic-bezier(1, 0, 0, 1);
  -o-transition: width .3s cubic-bezier(1, 0, 0, 1);
  transition: width .3s cubic-bezier(1, 0, 0, 1);
}*/

.i-review-next:focus {
  outline: none;
}

/*.i-review-next:hover {
  color: #FFF;
}

.i-review-next:hover::after {
  width: 100%;
}

.i-review-next:hover .i-review-next-icon::after {
  border-color: transparent transparent transparent #FFF;
}

.i-review-next:hover .i-review-next-icon::before {
  background-color: #FFF;
}*/

.i-review-next-icon {
  z-index: 2;
  position: relative;
  width: 40px;
  height: 15px;
  display: inline-block;
  top: 3px;
}

.i-review-next-icon::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #212529;
  top: 0;
  right: 0;
  -webkit-transition: border-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: border-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: border-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: border-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.i-review-next-icon::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  right: 10px;
  background-color: #212529;
  -webkit-transition: background-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: background-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: background-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: background-color 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.i-review-button-text {
  position: relative;
  z-index: 3;
  margin-right: 10px;
}

/*-------------------------------------------------------------------
[ Calendar styles ]
*------------------------------------------------------------------*/

.calendar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.calendar-header,
.calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  width: 100%;
}

.inner-event {
  width: 100%;
  max-width: 100%;
}

.calendar-header div {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.calendar-body div {
  text-align: center;
  padding: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 18px;
  line-height: 1;
  padding-top: 15px;
}

.calendar-body div:hover {
  background: var(--primary-color);
  color: #000;
}

.calendar-body .prev-month,
.calendar-body .disabled {
  opacity: 0.4;
  pointer-events: none !important;
}

.calendar-body .selected {
  background: var(--primary-color);
  color: #000;
  font-weight: 800;
}

.calendar-body .today {
  color: #000;
  font-weight: 800;
  background: #fff;
}


@media (max-width: 768px) {
  .calendar-body div {
    padding: 8px 0;
  }
}


.event-schedule .nice-select .list .option {
  text-align: center;
}

.event-schedule .nice-select.form-control {
  width: 100%;
  height: auto;
  text-align: center !important;
}

.event-schedule .nice-select.form-control span {
  font-size: 18px;
  font-weight: bold;
}

/*-------------------------------------------------------------------
[6. Popup close and close animation styles.]
*------------------------------------------------------------------*/
.i-review-close {
  background-color: transparent;
  width: 60px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}

.i-review-close:after {
  content: '';
  height: 40px;
  border-left: 2px solid #ffffff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 28px;
}

.i-review-close:before {
  content: '';
  height: 40px;
  border-left: 2px solid #ffffff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 28px;
}

/*close action styles****/
.i-review-box.i-close-animation {
  opacity: 0;
  -webkit-transition: opacity .3s .6s linear;
  -moz-transition: opacity .3s .6s linear;
  -o-transition: opacity .3s .6s linear;
  transition: opacity .3s .6s linear;
}

.i-review-box.i-close-animation .i-review-content-box {
  left: auto;
  right: 0;
  width: 0;
  -webkit-transition: width .3s .3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width .3s .3s cubic-bezier(1, 0, 0, 1);
  -o-transition: width .3s .3s cubic-bezier(1, 0, 0, 1);
  transition: width .3s .3s cubic-bezier(1, 0, 0, 1);
}

.i-review-box.i-close-animation .i-review-content-box:after {
  right: 0;
  -webkit-transition: right .4s cubic-bezier(1, 0, 0, 1);
  -moz-transition: right .4s cubic-bezier(1, 0, 0, 1);
  -o-transition: right .4s cubic-bezier(1, 0, 0, 1);
  transition: right .4s cubic-bezier(1, 0, 0, 1);
}

/*-------------------------------------------------------------------
[7. Popup open animation and opened styles.]
*------------------------------------------------------------------*/
.i-review-box.i-open-animation {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.i-review-box.i-open-animation .i-review-content-box {
  width: 100%;
  -webkit-transition: width .4s .3s cubic-bezier(1, 0, 0, 1);
  -moz-transition: width .4s .3s cubic-bezier(1, 0, 0, 1);
  -o-transition: width .4s .3s cubic-bezier(1, 0, 0, 1);
  transition: width .4s .3s cubic-bezier(1, 0, 0, 1);
}

.i-review-box.i-open-animation .i-review-content-box:after {
  left: 100%;
  -webkit-transition: left .6s .6s cubic-bezier(1, 0, 0, 1);
  -moz-transition: left .6s .6s cubic-bezier(1, 0, 0, 1);
  -o-transition: left .6s .6s cubic-bezier(1, 0, 0, 1);
  transition: left .6s .6s cubic-bezier(1, 0, 0, 1);
}

/*opened styles*/
.i-review-box.i-opened {
  opacity: 1;
  display: block;
}

.i-review-box.i-opened .i-review-content-box {
  width: 100%;
}

.i-review-box.i-opened .i-review-content-box:after {
  left: 0;
  right: 100%;
}

/*-------------------------------------------------------------------
[8. Custom checkbox and radio styles.]
*------------------------------------------------------------------*/
.i-review-input-checkbox,
.i-review-input-radio {
  position: absolute;
  opacity: 0;
}

.i-review-input-checkbox+label,
.i-review-input-radio+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: block;
  margin-bottom: 0;
}

.i-review-input-checkbox+label:before,
.i-review-input-radio+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: transparent;
  border: solid 1px #212529;
  border-radius: 3px;
  box-sizing: border-box;
}

.i-review-input-radio+label:before {
  border-radius: 50%;
}

.i-review-input-checkbox:hover+label:before,
.i-review-input-radio:hover+label:before {
  background: #212529;
}

.i-review-input-checkbox:focus+label:before,
.i-review-input-radio:focus+label:before {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}

.i-review-input-checkbox:checked+label:before,
.i-review-input-radio:checked+label:before {
  background: #212529;
}

.i-review-input-checkbox:disabled+label,
.i-review-input-radio:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.i-review-input-checkbox:disabled+label:before,
.i-review-input-radio:disabled+label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #CCC;
}

.i-review-input-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: border-box;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.i-review-input-radio:checked+label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  border: solid 2px #FFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
}

/*-------------------------------------------------------------------
[9. Custom star rating styles.]
*------------------------------------------------------------------*/
.i-review-rate-stars {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.i-review-star input {
  display: none;
}

.i-review-star {
  position: relative;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  float: right;
  margin: 0 5px;
  background-image: url('../img/star-empty.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image .2s linear;
  -moz-transition: background-image .2s linear;
  -o-transition: background-image .2s linear;
  transition: background-image .2s linear;
}

.i-review-star:hover,
.i-review-star:hover~label {
  background-image: url('../img/star-full.png') !important;
}

.i-review-star.i-full {
  background-image: url('../img/star-full.png');
}

/*-------------------------------------------------------------------
[10. Start and finish page styles.]
*------------------------------------------------------------------*/
/*.i-review-start-end-container .i-review-next {
  margin: 0 20px;
}*/

.i-review-start-end-title {
  font-size: 72px;
  line-height: 1;
  padding: 10px;
  margin: 0;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 7vh;
}

.i-review-start-end-subtitle {
  font-size: var(--fs-h3);
  line-height: 1;
  padding: 10px;
  margin: 0;
  text-align: center;
  display: inline-block;
  position: relative;
  color: var(--primary-color);
  margin: 0 auto;
  width: max-content;
}

.i-review-start-end-desc {
  /*margin-bottom: 50px;*/
  margin-bottom: 10%;
}

.i-review-start-end-desc .list-wrapper i {
  font-size: 28px;
}

.i-review-start-end-desc .list-wrapper .list li,
.i-review-start-end-desc .list-wrapper .list {
  align-items: center;
}

/*-------------------------------------------------------------------
[11. Default arrival animation.]
*------------------------------------------------------------------*/
@-webkit-keyframes defaultAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes defaultAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.i-review-default-animation {
  -webkit-animation-name: defaultAnimation;
  animation-name: defaultAnimation;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*-------------------------------------------------------------------
[12. Other helper classes.]
*------------------------------------------------------------------*/
.i-review-hide {
  display: none !important;
}

.i-review-nolink {
  cursor: default !important;
}

/*-------------------------------------------------------------------
[13. Responsive media query styles. for mobile and tablets]
*------------------------------------------------------------------*/
@media screen and (max-width: 699px) {
  .i-review-star {
    width: 18px;
    height: 18px;
    margin: 0 3px;
  }

  .i-review-navigation {
    opacity: 0;
  }

  .i-review-container {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }

  .i-review-question-title,
  .i-review-start-end-title {
    font-size: 24px;
  }

  .i-review-start-end-desc,
  .i-review-description {
    font-size: 12px;
  }

  .i-review-answer,
  .i-review-description {
    margin-top: 20px;
  }

  .i-review-action {
    left: 40px;
  }

  .i-review-next {
    width: 100%;
  }

  .i-review-start-end-container .i-review-next {
    margin: 0;
  }

  .i-review-close {
    width: 30px;
    height: 30px;
  }

  .i-review-close:after {
    height: 30px;
    left: 14px;
  }

  .i-review-close:before {
    height: 30px;
    left: 14px;
  }

  .i-review-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 40px;
  }

  .i-review-container.i-review-boxed {
    left: 15px;
    right: 15px;
  }

  .i-inline-answer-list {
    text-align: left;
  }

  .i-inline-answer-list .i-review-input-group {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }

  .i-review-next::after {
    width: 100% !important;
  }

  .i-review-next {
    color: #FFF;
  }

  .i-review-next .i-review-next-icon::after {
    border-color: transparent transparent transparent #FFF;
  }

  .i-review-next .i-review-next-icon::before {
    background-color: #FFF;
  }
}

@media screen and (max-width: 1100px) and (min-width: 700px) {
  .i-review-container.i-review-boxed {
    left: 100px;
    right: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .btn_wrapper,
  #btn_wrapper {
    width: auto;
    height: 190px;
    margin-left: -10px;
  }
}