.skyt-modal-open{overflow:hidden;}
.skyt-modal-open .skyt-modal{overflow-x:hidden;overflow-y:auto;}
.skyt-modal{
position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow:hidden;outline:0;
}
.skyt-modal-dialog{
position:relative;
width:auto;
margin:.5rem;
pointer-events:none;
}
.skyt-modal-body {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}
.skyt-modal-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skyt-modal.show .skyt-modal-dialog{transform:none;}
.skyt-modal .skyt-modal-static .skyt-modal-dialog{transform:scale(1.02);}
.skyt-modal-dialog-scrollable{height:calc(100% - 1rem);}
.skyt-modal-dialog-scrollable .skyt-modal-content{
max-height:100%;overflow:hidden;
}
.skyt-modal-dialog-scrollable .skyt-modal-body{overflow-y:auto;}
.skyt-modal-dialog-centered{
display:flex;align-items:center;min-height:calc(100% - 1rem);
}
.skyt-modal-content{
position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:.3rem;outline:0;
}
.skyt-modal-backdrop{
position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000;
}
.skyt-modal-backdrop.show{opacity:.5;}
.skyt-modal-header{
display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem; 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);
}
.skyt-modal-header .skyt-btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}
.skyt-modal-title{margin-bottom:0;line-height:1.5;}
.skyt-modal-body{position:relative;flex:1 1 auto;padding:1rem;}
.skyt-modal-footer{
display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px);
}
.skyt-modal-footer>*{margin:.25rem;}
@media (min-width: 576px){
.skyt-modal-dialog{
max-width:500px;margin:1.75rem auto;
}
.skyt-modal-dialog-scrollable{
height:calc(100% - 3.5rem);
}
.skyt-modal-dialog-centered{
min-height:calc(100% - 3.5rem);
}
.skyt-modal-sm{max-width:300px;}
}
@media (min-width: 992px){
.skyt-modal-lg,.modal-xl{max-width:800px;}
}
@media (min-width: 1200px){
.skyt-modal-xl{max-width:1140px;}
}
.skyt-modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0;}
.skyt-modal-fullscreen .skyt-modal-content{height:100%;border:0;border-radius:0;}
.skyt-modal-fullscreen .skyt-modal-header{border-radius:0;}
.skyt-modal-fullscreen .skyt-modal-body{overflow-y:auto;}
.skyt-modal-fullscreen .skyt-modal-footer{border-radius:0;}
@media (max-width: 575.98px){
.skyt-modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0;}
.skyt-modal-fullscreen-sm-down .skyt-modal-content{height:100%;border:0;border-radius:0;}
.skyt-modal-fullscreen-sm-down .modal-header{border-radius:0;}
.skyt-modal-fullscreen-sm-down .skyt-modal-body{overflow-y:auto;}
.skyt-modal-fullscreen-sm-down .skyt-modal-footer{border-radius:0;}
}
@media (max-width: 767.98px){
.skyt-modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0;}
.skyt-modal-fullscreen-md-down .skyt-modal-content{height:100%;border:0;border-radius:0;}
.skyt-modal-fullscreen-md-down .skyt-modal-header{border-radius:0;}
.skyt-modal-fullscreen-md-down .skyt-modal-body{overflow-y:auto;}
.skyt-modal-fullscreen-md-down .skyt-modal-footer{border-radius:0;}
}
@media (max-width: 991.98px){
.skyt-modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0;}
.skyt-modal-fullscreen-lg-down .skyt-modal-content{height:100%;border:0;border-radius:0;}
.skyt-modal-fullscreen-lg-down .skyt-modal-header{border-radius:0;}
.skyt-modal-fullscreen-lg-down .skyt-modal-body{overflow-y:auto;}
.skyt-modal-fullscreen-lg-down .skyt-modal-footer{border-radius:0;}
}
@media (max-width: 1199.98px){
.skyt-modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0;}
.skyt-modal-fullscreen-xl-down .skyt-modal-content{height:100%;border:0;border-radius:0;}
.skyt-modal-fullscreen-xl-down .skyt-modal-header{border-radius:0;}
.skyt-modal-fullscreen-xl-down .skyt-modal-body{overflow-y:auto;}
.skyt-modal-fullscreen-xl-down .skyt-modal-footer{border-radius:0;}
}
@media (max-width: 1399.98px){
.skyt-modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0;}
.skyt-modal-fullscreen-xxl-down .skyt-modal-content{height:100%;border:0;border-radius:0;}
.skyt-modal-fullscreen-xxl-down .skyt-modal-header{border-radius:0;}
.skyt-modal-fullscreen-xxl-down .skyt-modal-body{overflow-y:auto;}
.skyt-modal-fullscreen-xxl-down .skyt-modal-footer{border-radius:0;}
}
/****************************************************************************************/
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
}

