
#modal-inline {
  z-index: 15000;
}


.modaal-fullscreen .modaal-container {
  touch-action: pan-y !important;
  scrollbar-width: none !important;
  /* firefox */
}


/* close button */
.fossil-custom-clbtn {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  z-index: 200;

}

.fossil-custom-clbtn {
  position: fixed;
  right: 10px;
  bottom: 18px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fossil-custom-clbtn:focus,
.fossil-custom-clbtn:hover {
  outline: none;
  background: #fff;
}

.fossil-custom-clbtn:focus:before,
.fossil-custom-clbtn:focus:after,
.fossil-custom-clbtn:hover:before,
.fossil-custom-clbtn:hover:after {
  background: #b93d0c;
}

.fossil-custom-clbtn span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.fossil-custom-clbtn:before,
.fossil-custom-clbtn:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.fossil-custom-clbtn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fossil-custom-clbtn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fossil-custom-clbtn {
  background: #afb7bc;
  right: 10px;
  bottom: 18px;
}