/* pull in the different fonts */

@font-face {
    font-family: 'Amiko';
    src: url('Amiko-Regular.woff2') format('woff2'),
        url('Amiko-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmikoBold';
    src: url('Amiko-Bold.woff2') format('woff2'),
        url('Amiko-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmikoSemiBold';
    src: url('Amiko-SemiBold.woff2') format('woff2'),
        url('Amiko-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium';
    src: url('TitilliumWeb-Regular.woff2') format('woff2'),
        url('TitilliumWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Baloo';
  src: url('BalooBhaijaan2-Regular.woff2') format('woff2'),
      url('BalooBhaijaan2-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* navbar options */

/* header fonts/colors */
.h1, .h2, .h3, .h5, .h6, h1, h2, h3, h5, h6 {
    font-family: 'AmikoBold';
}

.h4, h4 {
    font-family: 'AmikoBold';
    color: white;
}

/* wellPanel shadow
.well {
  -webkit-box-shadow: 5px 0px 15px 5px rgba(0,0,0,.05);
}*/

/* box styling */
.box-header {
  color: #FFFFFF;
  background: #002D72;
  font-family: 'Inter';

  padding-top: 3px;
  padding-bottom: 3px;
}

.box-body {
  padding: 10px;
  color: #000000;
}

.box-primary {
  border-width: 3px;
  border-style: solid;
  border-color: #002D72;
  border-radius: 5px;
  width: 100%;
}


.selectize-input {
  font-family: 'Titillium';
  border-color: black;
  min-height: 33px;
}

.form-control {
  font-family: 'Titillium';
  border-color: black;
  min-height: 33px;
  color: black;
}

.btn-default {
    color: black;
    background-color: #fff;
    border-color: black;
    font-family: 'Titillium'
}

.btn:hover {
    color: white;
    background-color: #E81828;
    border-color: black;
    font-family: 'Titillium'
}

.btn:focus {
  color: black;
  background-color: #fff;
  border-color: black;
  font-family: 'Titillium';
}

button.btn.radiobtn.btn-default.active {
  border-color: black;
  background-color: #E81828;
  color: white;
  font-family: 'Titillium'
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    font-family: 'Titillium' !important;
    color: white !important;
    border-color: black !important;
    background-color: #002D72 !important;
}








/*slider scale*/
.irs--shiny .irs-bar {
  border-top: 2px solid #002D72 !important;
  border-bottom: 2px solid #002D72 !important; /* inner line border */
  background: #002D72 !important; /* inner line fill */
}

.irs--shiny .irs-handle {
  border: 1px solid #002D72 !important; /* circle border */
  background-color: #E81828 !important; /* circle fill */
}

.irs--shiny .irs-line {
  /* background: white; */
  background-color: white !important;
  border: 2px solid #000000 !important;
}

.irs--shiny .irs-min, .irs--shiny .irs-max {
  background-color: #002D72 !important;
  color: white !important;
}

.irs--shiny .irs-from, .irs--shiny .irs-to, .irs--shiny .irs-single {
  background-color: #E81828 !important;
  font-size: 10px !important;
}




.dateInput {
  font-family: 'Titillium';
  color: black;
  font-size: 14px;
}

.dropdown-menu open {
  max-height: 500px;
}



.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  font-family: 'Titillium';
  color: black;
  font-size: 14px;

}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  font-family: 'Titillium';
  color: black;
  font-size: 14px;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    font-family: 'Titillium';
  color: black;
  font-size: 14px;

}

.shiny-output-error {
	visibility: hidden;
}

.shiny-output-error:before {
	visibility: hidden;
}

.bootstrap-switch {
	font-family: 'Titillium';
	font-size: 14px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: black;
    background: #808080;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: black;
    outline: 0;
    box-shadow: none;
}
.input-sm {
	height: 33px;
	box-shadow: none !important;
	border-color: black !important;
}



.modal {
	font-family: 'Titillium' !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    font-family: 'Titillium' !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: white !important;
    border-color: white;
}

/* selectInput styles */
.selectize-dropdown {
  font-family: 'Titillium';
  font-size: 14px;
  color: black;
}


/* dateRangeInput 30-day calendar's clicked date */
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  border-color: black !important;
  background-color: #E81828 !important;
  color: white !important;
  font-family: 'Titillium';
}

/* dateRangeInput 12-month calendar's clicked month */
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.highlighted.active,
.datepicker table tr td span.active.highlighted:active,
.datepicker table tr td span.active:active {
  border-color: black !important;
    background-color: #E81828 !important;
    color: white !important;
    font-family: 'Titillium';
}

/* idk? */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: white;
    background-color: #002D72;
    border-color: #002D72;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}


.nav-link-custom {
  color: white; /* Default color (black) */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth transition effect */
  font-weight: 600 !important;
}

/* Hover effect */
.nav-link-custom:hover {
  color: #96f8ac; /* Change color on hover (e.g., blue) */
  font-weight: 600 !important;
}

.nav-link-custom:focus {
  color: #11c040; /* Active (selected) color, e.g., orange/red */
  font-weight: bold; /* Optional: Makes the active link stand out */
  font-weight: 800 !important;
  text-shadow:
        2px 2px 0 #000,   /* Shadow on top-right */
        -1px -1px 0 #000, /* Shadow on bottom-left */
        1px -1px 0 #000,  /* Shadow on top-left */
        -1px 1px 0 #000;
}


.nav-link-custom.active {

  color: #11c040; /* Active (selected) color, e.g., orange/red */
  font-weight: bold; /* Optional: Makes the active link stand out */
  font-weight: 800 !important;
  text-shadow:
        2px 2px 0 #000,   /* Shadow on top-right */
        -1px -1px 0 #000, /* Shadow on bottom-left */
        1px -1px 0 #000,  /* Shadow on top-left */
        -1px 1px 0 #000;
}



.DateInput_input {
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  height:32px;


}

.DateInput_input__focused {
  border-color: #002D72;
}

.DateInput_input .DateInput_input_1 {
  line-height: 25px;
  height:25px;
  margin-bottom: 10px;

}



.CalendarDay__selected {
  background-color: #002D72;
  border: 1px double #002D72;
  color: #F7F7F7;
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-right: 33px solid #002D72;
}

.Select-control{

  font-size: 14px;
  width: 175px;

}

.Select-multi-value-wrapper{
  height:12px;
  width: 85px;
}




.custom-tab {
  background-color: rgb(244, 244, 244) !important;
  height: 18px !important;
  line-height: 18px !important;
  font-family: 'Inter' !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgb(45, 45, 45) !important;
  border: 1px solid #c3c3c3 !important;
  border-radius: 5px; /* Rounded corners for a softer look */
  cursor: pointer; /* Adds a pointer cursor to show it's clickable */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.custom-tab:hover {
  background-color: rgb(230, 230, 230) !important; /* Slightly darker background on hover */
  border-color: #333333 !important;
  letter-spacing: 1px!important;
  background-color: #59f482!important;
  color: white !important;
  text-shadow:
  1.7px 1.7px 0 #000,
-1px -1px 0 #000,
 1px -1px 0 #000,
 -1px 1px 0 #000,
  1px 1px 0 #000;

  font-style: italic !important;

}
.custom-tab.tab--selected {

  color:rgb(255, 255, 255) !important;
  border: 3px solid #000000 !important;

  letter-spacing: 1px!important;
  font-style: italic !important;
  background: linear-gradient(to right,#ff0e0e, #ff9b9b, #ff0e0e);
  font-weight: bold;
  font-weight: 800 !important;
  font-size: 26px !important;
  text-shadow:
      1.7px 1.7px 0 #000,
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
  box-shadow: 0 8px 4px -4px rgb(179, 179, 179);
}

.opr-header-title{

  background-color:rgb(255, 255, 255) !important;
  border-bottom: 2px solid #000000 !important;
  border-top: 3px solid rgb(255, 255, 255) !important;
  border-left: 3px solid rgb(255, 255, 255) !important;
  border-right: 3px solid rgb(255, 255, 255) !important;

  letter-spacing: 1px!important;

  font-style: italic !important;
  color: #11c040!important;
  font-weight: bold; /* Optional: Makes the active link stand out */
  font-weight: 800 !important;
  font-size: 30px !important;
  text-shadow:
      1.7px 1.7px 0 #000,
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
  box-shadow: 0 6px 4px -4px rgb(179, 179, 179);
  margin-left: 28%;
  text-align: center;
  width: 42%;
}


.hitting-title{
  margin: auto;
  width: 90%;
  padding: 10px;
  text-align: center;
  align-items: center;
  font-style: italic;
  text-decoration: underline;

}

.center {
    margin: auto;
    width: 90%;
    padding: 10px;
    text-align: center;
    align-items: center;

  }


  .dropdown-class-2 > .Select-control {
    width:100% !important;
    border: 2px solid black;
    border-radius:20px;
    text-align: center;
    overflow-y: auto;
  }

  .dropdown-class-2-multi .Select-multi-value-wrapper {
    height: 80px;
    width: 175px;
    overflow-y: auto;
  }
  .dropdown-class-2-multi > .Select-control {
    width:100% !important;
    border: 2px solid black;
    border-radius:20px;
    text-align: center;
    overflow-y: auto;
  }


  .dropdown-class-3 > .Select-control {
    width:70% !important;
    margin-left: 15% !important;
    margin-top: 9px;
    border: 2px solid black;
    border-radius:20px;
    text-align: center;
  }

  @keyframes moveRightLeft {
    0% {
        transform: translateX(-10%);
    }
    50% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-10%);
    }
}
  .status-box-class {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    font-size: 20pt;
    box-shadow: 0 4px 8px rgba(1, 33, 120, 0.1);
    max-width: 500px;
    width: 60%;
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
    animation: moveRightLeft 5s infinite;
  }

  @keyframes pulseFade {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
  }

  @keyframes zoom {
    0% { transform: scale(.9); }
    50% { transform: scale(1.15); }
    100% { transform: scale(.9); }
  }

  @keyframes moveRightLeftHome {
    0% {
        transform: translateX(-70%);
    }
    50% {
        transform: translateX(70%);
    }
    100% {
        transform: translateX(-70%);
    }
}

.status-box-class-home {

  padding: 20px;
  font-size: 20pt;

  max-width: 450px;
  width: 40%;
  margin: auto;
  display: block;
  text-align: center;
  position: relative;
  animation: moveRightLeftHome 12s infinite;
}
  .status-box-class-self-scout {

    padding: 20px;
    font-size: 20pt;

    max-width: 450px;
    width: 40%;
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
    animation:  pulseFade 1.5s infinite ease-in-out, zoom 2s ease-in-out infinite;
  }
.Select-menu-outer {
  display : block !important;
  }


  #alert-auto {
    background-color: rgb(207, 255, 207);         /* Green background */
    border: 4px solid #000000;          /* Light black border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  /* Light box shadow */
    color: rgb(0, 0, 0);                    /* White text color */
    padding: 15px;                   /* Padding inside the box */
    text-align: center;              /* Center the text */
    border-radius: 5px;              /* Rounded corners */
    font-family: 'Inter';
    max-width: 500px;
    margin: 20px auto;
    font-size: 16px;
}

#report-submit{
  margin-top: 60px;
}


.button-add {
  background: linear-gradient(#089822, #2dd059);
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.button-reports {
  background: linear-gradient(to top, #b90000, #ff5353);
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.button-add:hover, .button-reports:hover{
  background: linear-gradient(to right, #1212ba, #5dbae2);
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}


.dash-spreadsheet-menu-item{
  visibility: hidden;
}

.dash-table .editable input {
  background-color: #fff;  /* White background */
  border: 1px solid #ccc;  /* Border for input fields */
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;  /* Ensure the input field takes full width */
  box-sizing: border-box;  /* Include padding in width */
}

/* Add additional custom styling to the input field when editing the 'Note' column */
.dash-table .editable[data-column="Note"] input {
  background-color: #e8f0fe;  /* Light blue background when editing 'Note' */
}


#column-toggle{
width:50px;
margin-left: 32%;
}


#delete-all{
  width:50px;
  margin-left: 32%;
  background-color: #ff5959;
  border-color: #ff9b9b;
  }


#alert-data {

    text-align: center;
    background-color: #e87a7a;
    color: white;
    font-weight: 800;
}

.dash-tooltip {
  font-family: "Inter";
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2) !important;
  white-space: normal;
  text-align: center;
  transform: scale(1.17);
  transition: opacity 0.3s ease, transform 0.3s ease;

}
.scoreboard-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 5 / 1;
  margin: 0 auto;
}
.scoreboard-container-only {
  position: relative;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 5 / 1;
  margin: 0 auto;
}

.scoreboard-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.scoreboard-only-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 1;
}
.button-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.inning-button {
  position: absolute;
  width: 6.7%;
  height: 25%;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: rgba(167, 217, 190, 0.3);
  border: 2px solid white;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.inning-button:hover {
  background-color: rgb(89, 250, 89);
  border: 3px solid rgb(4, 118, 6);
  opacity: 1;
}

.inning-button.selected {
  opacity: 1 !important;
  border: 3px solid rgb(133, 228, 255) !important;
  background-color: rgba(0, 182, 199, 0.866);
}

/* Top Buttons */
.inning-button.top.inning-1  { left: 18.75%; top: 46.5%; }
.inning-button.top.inning-2  { left: 26.68%; top: 46.5%; }
.inning-button.top.inning-3  { left: 34.61%; top: 46.5%; }
.inning-button.top.inning-4  { left: 42.54%; top: 46.5%; }
.inning-button.top.inning-5  { left: 50.47%; top: 46.5%; }
.inning-button.top.inning-6  { left: 58.4%;  top: 46.5%; }
.inning-button.top.inning-7  { left: 66.33%; top: 46.5%; }
.inning-button.top.inning-8  { left: 74.26%; top: 46.5%; }
.inning-button.top.inning-9  { left: 82.19%; top: 46.5%; }
.inning-button.top.inning-10 { left: 90.12%; top: 46.5%; }

/* Bottom Buttons */
.inning-button.bottom.inning-1  { left: 18.75%; top: 78%; }
.inning-button.bottom.inning-2  { left: 26.68%; top: 78%; }
.inning-button.bottom.inning-3  { left: 34.61%; top: 78%; }
.inning-button.bottom.inning-4  { left: 42.54%; top: 78%; }
.inning-button.bottom.inning-5  { left: 50.47%; top: 78%; }
.inning-button.bottom.inning-6  { left: 58.4%;  top: 78%; }
.inning-button.bottom.inning-7  { left: 66.33%; top: 78%; }
.inning-button.bottom.inning-8  { left: 74.26%; top: 78%; }
.inning-button.bottom.inning-9  { left: 82.19%; top: 78%; }
.inning-button.bottom.inning-10 { left: 90.12%; top: 78%; }


.score-button {
  position: absolute;
  width: 39%;
  height: 109%;
  font-size: .8rem;
  font-weight: bold;
  color: white;
  background-color: rgba(167, 217, 190, 0.3);
  border: 2px solid white;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.score-button:hover {
  background-color: rgb(89, 250, 89);
  border: 3px solid rgb(4, 118, 6);
  opacity: 1;
}

.score-button.selected {
  opacity: 1 !important;
  border: 3px solid rgb(133, 228, 255) !important;
  background-color: rgba(0, 182, 199, 0.866);
}

/* Positioning: adjust these as needed */
.top-score {
  left: 41.5%;   /* adjust as needed */
  top: 237%;
}

.bottom-score {
  left: 41.5%;   /* adjust as needed */
  top: 387%;
}


.custom-button-group {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  width: max-content;
  background-color: #d9e9d7;
  box-shadow: 0 3px 8px rgba(38, 130, 50, 0.2);
  margin-top: 8px;
}

.custom-button-group button {
  background-color: white;
  border: .5px solid #b8b8b8;
  padding: 6.5px 38px;
  font-weight: 900;
  color: #268232;
  cursor: pointer;
  font-size: .9rem;
  transition:
    box-shadow 0.6s ease-in-out,
    letter-spacing 0.4s ease-in-out;
  position: relative;
  z-index: 0;

  /* Internal shading + outer glow */
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3),
              0 0 2px #7fdc7f
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.custom-button-group button:hover {
  background: linear-gradient(270deg, #86e7ff, #ffffff, #1e52ff);
  background-size: 500% 500%;
  animation: gradientShift 2s ease infinite;
  color: rgb(255, 255, 255);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.6);
  border-color: #000000;
  z-index: 1;
  text-shadow:
  -1.5px -1.5px 0 #000,
   1.5px -1.5px 0 #000,
  -1.5px  1.5px 0 #000,
  1.5px  1.5px 0 #000;
}

.custom-button-group button.active {
  background-color: #268232;
  color: white;
  cursor: default;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  z-index: 2;

  border: none;

  /* Black outline on letters */
  text-shadow:
    -1.5px -1.5px 0 #000,
     1.5px -1.5px 0 #000,
    -1.5px  1.5px 0 #000,
    1.5px  1.5px 0 #000;
}
/* Base style for all base buttons */
.base-button {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: white;
  width: 33px;
  height: 33px;
  font-weight: bold;
  transition: background-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

/* Hover effect */
.base-button:hover {
  background-color: rgba(189, 46, 68, 0.9); /* Light blue on hover */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #f0f0f0;
}

/* Selected state */
.base-button.selected {
  background-color: #ff535e; /* Bootstrap primary blue */
  color: white;
  border: 3px solid #550707;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  text-indent: -1px;
  width: 40px;
  height: 40px;
}

/* Container for checkboxes */
.pretty-checklist .dash-checkbox {
  margin-right: 20px;
  transform: scale(1.8);
  transition: transform 0.2s ease;
}

/* When the checkbox is hovered */
.pretty-checklist .dash-checkbox:hover {
  transform: scale(2);
}

/* Label next to the checkbox */
.pretty-checklist .dash-checkbox-label {
  font-size: 20px;
  color: #333;
  margin-left: 15px;
  font-weight: 500;
  user-select: none;
}

/* Input checkbox styling */
.pretty-checklist input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #268232;
  box-shadow: 0 0 3px rgba(117, 117, 117, 0.5);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

/* On focus or checked */
.pretty-checklist input[type="checkbox"]:checked {
  box-shadow: 0 0 7px rgba(93, 93, 93, 0.7);
}

/* Optional: spacing between checklist items if not inline */
.pretty-checklist {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 5px;
}


.table-headers-bell{
font-family: "Baloo";
padding-top: 60px;
margin-bottom: -30px;
}

.modal-text-bell{
font-family: "Baloo";
font-size: 20px;
}
.typewriter {
  font-family: "Baloo", cursive;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}



.satellite {
  font-size: 1.5rem;  /* base size */
  display: inline-block;
  animation: pulseScale 2s ease-in-out infinite;
}

@keyframes pulseScale {
  0%, 100% {
    transform: scale(.95);
  }
  50% {
    transform: scale(1.45);
  }
}


.dropdown-bell {
  margin: 15px auto;
  margin-top: -12px;
  width: 50%;
  font-family: 'Baloo', cursive;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  display: block;  /* make sure it behaves like a block element */
}

.title-bell {
  margin: 15px auto;  /* auto horizontal margins centers it */
  width: 50%;
  font-family: 'Baloo', cursive;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  display: block;
}
