/*      Request ID: 7437ef8614735a706e381242c45072b5_1758820014 (09/25/2025 1:18pm) (08/Iz03Vzyk31s+tLC7M0bUw0cvJLEstz0jMSdXLSy3RLy8v14eL6BeXVOakFgPVl2YCCd38stSinMRKveLk4mIA)      */



/*      Resource ID: 619cfe026de08b937b43537707c (lw-overlay.scss, compiled by sass, minified by none) (09/25/2025 1:17pm) (A:2820, B:2820, C:2717, D:2717, F:2717, J:2717, K:2717)      */

body.lw_overlay_open {
  overflow: hidden;
}

body.lw_overlay_open .lw_overlay_wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.lw_overlay_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1150;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.lw_overlay_wrapper .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.lw_overlay_wrapper .fade.in {
  opacity: 1;
}

.lw_overlay_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1140;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.lw_overlay {
  position: relative;
  width: auto;
  margin: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lw_overlay a.lw_overlay_close_button {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background-color: #222;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 1200;
}
.lw_overlay a.lw_overlay_close_button:hover {
  background-color: #b22;
  color: #fff;
  border-color: #777;
  text-decoration: none;
}
.lw_overlay button.lw_overlay_close {
  float: right;
  padding: 0;
  margin-top: -4px;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  width: 24px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.lw_overlay_contents {
  overflow: hidden;
  position: relative;
}

.lw_overlay_header,
.lw_overlay_body,
.lw_overlay_footer {
  padding: 15px;
}

.lw_overlay_header {
  border-bottom: 1px solid #e5e5e5;
}
.lw_overlay_header h3 {
  margin: 0;
}

.lw_overlay_footer {
  border-top: 1px solid #e5e5e5;
}
.lw_overlay_footer .btn {
  margin-left: 5px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .lw_overlay {
    width: 600px;
    margin: 30px auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .overlay-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .overlay-lg {
    width: 900px;
  }
}

/*# sourceMappingURL=619cfe026de08b937b43537707c0809a.a2fa372d.map */