body{
    overflow: auto;
}


.fix-width-300 {
    min-width: 300px;
    width: 300px;
}

.fix-width-200 {
    min-width: 200px;
    width: 200px;
}

.fix-width-150 {
    min-width: 150px;
    width: 150px;
}

.fix-width-125 {
    min-width: 125px;
    width: 125px;
}

.fix-width-100 {
    min-width: 100px;
    width: 100px;
}

.fix-width-75 {
    min-width: 75px;
    width: 75px;
}

.fix-width-64 {
    min-width: 64px;
    width: 64px;
}

.fix-width-50 {
    min-width: 50px;
    width: 50px;
}

.fix-width-36 {
    min-width: 36px;
    width: 36px;
}

.fix-width-32 {
    min-width: 32px;
    width: 32px;
}

.fix-width-30 {
    min-width: 30px;
    width: 30px;
}

.fix-width-25 {
    min-width: 25px;
    width: 25px;
}

.fix-height-200 {
    min-height: 200px;
    height: 200px;
}

.fix-height-100 {
    min-height: 100px;
    height: 100px;
}

.fix-height-75 {
    min-height: 75px;
    height: 75px;
}

.fix-height-64 {
    min-height: 64px;
    height: 64px;
}

.fix-height-36 {
    min-height: 36px;
    height: 36px;
}

.fix-height-25 {
    min-height: 36px;
    height: 36px;
}



.btn-64 {
    width: 64px;
    height: 64px;
    font-size: 30px;
}

.btn-64-parent {
    width: 64px;
    height: 128px
}

.btn-round {
    font-size: 1rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}

.gradient-light-blue {
    background-color: rgba(28,206,234,0.82);
    background: linear-gradient(-45deg, rgba(147,26,222,0.83) 0%, rgba(28,206,234,0.82) 100%);
    background-image: linear-gradient(-45deg, rgba(147, 26, 222, 0.83) 0%, rgba(28, 206, 234, 0.82) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(28,206,234,0.82);
    color: white;
}

.gradient-light-red {
    background-color: rgba(255, 173, 173, 0.82);
    background: linear-gradient(-45deg, rgba(255, 89, 94, 0.83) 0%, rgba(255, 173, 173, 0.82) 100%);
    background-image: linear-gradient(-45deg, rgba(255, 89, 94, 0.83) 0%, rgba(255, 173, 173, 0.82) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 173, 173, 0.82);
    color: white;
}


.wwbw {
    word-wrap: break-word
}

.circle {
    border-radius: 50%;
}

.circle-200 {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.circle-100 {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.circle-50 {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
}

.circle-50 {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.circle-24 {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
}

.circle-25 {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
}

.square-200 {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.square-100 {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.square-64 {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
}
 
.square-28 {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    overflow: hidden;
}
 


@media only screen and (min-width: 0px) and (max-width: 700px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media only screen and (min-width: 701px) and (max-width: 3000px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
} 
.dropdown-menu[data-bs-popper]{    
      left: auto;    
}

/* print */
.d-print-only {
    display: none;
  }

@media print {
    .d-print-only {
        display: block !important;
    }
}

/* Glow */
.glow-div-green {
    -webkit-box-shadow: 0 0 10px 3px #0f0, 0 0 4px 2px #0f0;
            box-shadow: 0 0 10px 3px #0f0, 0 0 4px 2px #0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.glow-div-red {
    -webkit-box-shadow: 0 0 10px 3px #f00, 0 0 4px 2px #f00;
            box-shadow: 0 0 10px 3px #f00, 0 0 4px 2px #f00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.glow-div-white {
    -webkit-box-shadow: 0 0 10px 3px #fff, 0 0 4px 2px #fff;
            box-shadow: 0 0 10px 3px #fff, 0 0 4px 2px #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.glow-div{
    -webkit-box-shadow: 0 0 10px 3px #ffff01,0 0 4px 2px #ffff01;
            box-shadow: 0 0 10px 3px #ffff01,0 0 4px 2px #ffff01;
    z-index: -1;
    -webkit-animation-name: gradient-shadow;
            animation-name: gradient-shadow;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
   
  
  @-webkit-keyframes gradient-shadow {
    0% {
      -webkit-box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
              box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
    }
    20% {
      -webkit-box-shadow: 0 0 10px 3px #0ff,0 0 4px 2px #0ff;
              box-shadow: 0 0 10px 3px #0ff,0 0 4px 2px #0ff;
    }
    40% {
      -webkit-box-shadow: 0 0 10px 3px #0f0,0 0 4px 2px #0f0;
              box-shadow: 0 0 10px 3px #0f0,0 0 4px 2px #0f0;
    }
    60% {
      -webkit-box-shadow: 0 0 10px 3px #ffff01,0 0 4px 2px #ffff01;
              box-shadow: 0 0 10px 3px #ffff01,0 0 4px 2px #ffff01;
    }
    80% {
      -webkit-box-shadow: 0 0 10px 3px #f00,0 0 4px 2px #f00;
              box-shadow: 0 0 10px 3px #f00,0 0 4px 2px #f00;
    }
    100% {
      -webkit-box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
              box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
    }
  }
  
  @keyframes gradient-shadow {
    0% {
      -webkit-box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
              box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
    }
    20% {
      -webkit-box-shadow: 0 0 10px 3px #0ff,0 0 4px 2px #0ff;
              box-shadow: 0 0 10px 3px #0ff,0 0 4px 2px #0ff;
    }
    40% {
      -webkit-box-shadow: 0 0 10px 3px #0f0,0 0 4px 2px #0f0;
              box-shadow: 0 0 10px 3px #0f0,0 0 4px 2px #0f0;
    }
    60% {
      -webkit-box-shadow: 0 0 10px 3px #ffff01,0 0 4px 2px #ffff01;
              box-shadow: 0 0 10px 3px #ffff01,0 0 4px 2px #ffff01;
    }
    80% {
      -webkit-box-shadow: 0 0 10px 3px #f00,0 0 4px 2px #f00;
              box-shadow: 0 0 10px 3px #f00,0 0 4px 2px #f00;
    }
    100% {
      -webkit-box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
              box-shadow: 0 0 10px 3px #C586C0,0 0 4px 2px #C586C0;
    }
  }
  

  .modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none; 
  }
  
  .modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none; 
  }
  
  .modal.modal-fullscreen .modal-body {
    overflow-y: auto; 
  }

  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050; /* Ensure it stays on top of other content */
}