/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

main>.container {
  padding: 30px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
  /* text-align: center; */
}

.container.mt-main {
  margin-top: 4rem !important;
  min-height: calc(100vh - 7.5rem);
  transition: margin-top 0.2s ease-in-out;
}

h1,
h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.2rem;
  margin-bottom: 0.75rem;
  min-height: 2.2em;
}

h1 {
  font-size: clamp(1.4rem, 4vw, 2.2rem);
}

.navbar {
  min-height: 56px;
}

#navbarCollapse {
  min-height: 0;
}

.ad-container-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}

.ad-container-top ins.adsbygoogle,
.ad-element-top-placeholder {
  width: 100% !important;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}

@media (min-width: 768px) {
  .ad-container-top {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }

  .ad-container-top ins.adsbygoogle,
  .ad-element-top-placeholder {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

code {
  font-size: 80%;
}

.logo {
  margin-right: 5px;
  vertical-align: top;
  width: 32px;
  height: 32px;
}

footer .list-inline>li>a::after {
  content: "|";
  padding-left: 10px;
}

footer .list-inline>li:last-child>a::after {
  content: none;
}

pre {
  overflow: visible;
}

.lang-list .list-inline>li>a::after {
  content: "|";
  padding-left: 10px;
}

.lang-list .list-inline>li:last-child>a::after {
  content: none;
}

.counts-info {
  font-size: small;
}

.timer-main .google-auto-placed {
  display: none;
}

.timer {
  font-size: 145px;
  font-family: monospace;
  color: #007bff;
  background-color: black;
}

.timer input[type="number"] {
  width: 180px;
  background-color: inherit;
  color: inherit;
  border: none;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.timer input[type="number"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.timer-ms {
  width: 265px !important;
}

.timer input[type="number"]:disabled {
  color: inherit !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

/* Digit Color Picker */
.digit-color-picker-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 6px 16px;
  margin-top: 6px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
          user-select: none;
}

.digit-color-picker-container.is-fullscreen {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.digit-color-label {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  letter-spacing: 0.2px;
}

.digit-color-picker-container.is-fullscreen .digit-color-label {
  color: #f8f9fa;
}

.digit-color-swatches {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.digit-color-swatch {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  outline: none;
}

.digit-color-swatch:hover {
  transform: scale(1.18);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.digit-color-swatch.active {
  transform: scale(1.12);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #007bff;
}

.digit-color-picker-container.is-fullscreen .digit-color-swatch.active {
  box-shadow: 0 0 0 2px #111111, 0 0 0 4px #ffffff;
}

.digit-color-custom-btn {
  background: conic-gradient(from 0deg, red, yellow, lime, aqua, blue, magenta, red);
  overflow: hidden;
  color: #ffffff;
}

.digit-color-native-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
}

.digit-color-palette-icon {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8));
  color: #ffffff;
}

/* Giant Digits & Fullscreen Scoreboard Mode */
.timer.timer-giant {
  font-size: min(20vw, 42vh) !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  width: 100vw !important;
  max-width: 100vw !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  -webkit-user-select: none;
          user-select: none;
  margin: auto 0 !important;
}

.timer.timer-giant input[type="number"] {
  width: 2.1ch !important;
  font-size: inherit !important;
  text-align: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fullscreen-panel-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.fullscreen-exit-wrapper {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 10002;
}

.fullscreen-return-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #f1f3f5 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 22px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.2s ease;
  opacity: 0.65;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.fullscreen-return-btn:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

.fullscreen-shortcuts-hint {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 6px;
  letter-spacing: 0.3px;
}

.btn-timer {
  padding: 10px 20px 10px 20px;
  font-size: 30px;
  line-height: 25px;
}

.btn-timer span {
  display: block;
  font-size: 15px;
  font-style: italic;
}

.btn-shortcut {
  font-size: 25px;
  width: 115px
}

.dateTime {
  text-align: center;
  font-size: xx-large;
  width: 45%;
}

.dateTime-container {
  place-content: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.btn-wrap {
  white-space: normal !important;
}

.container .no-ad .google-auto-placed {
  display: none !important;
}

.all-no-ad ins {
  display: none !important;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.btn-clipboard {
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 10;
  display: block;
  padding: .25rem .5rem;
  font-size: 75%;
  color: #818a91;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: .25rem;
}

.btn-clipboard:hover {
  color: #fff;
  background-color: #027de7;
}

.text-result {
  background-color: #f7f7f9;
  height: 293px;
  overflow: auto;
  width: 100%;
  margin-bottom: 7px;
}

.text-result pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.timer-pomodoro {
  font-size: 95px;
  font-family: monospace;
  font-weight: bold;
  background-color: #dcdcdc;
  border: 1px solid;
  border-radius: 0.2rem;
}

.timer-pomodoro .functions {
  font-size: medium;
  font-size: initial;
  text-align: center;
  margin-top: -20px;
}

.bomb {
  width: 650px;
  position: absolute;
  left: 0;
  right: 0;
  top: -175px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.timer-bomb {
  font-size: 50px;
  font-family: monospace;
  padding-top: 200px;
  padding-bottom: 170px;
  color: #fff;
  position: relative;
}

.timer-bomb input[type="number"] {
  width: 65px;
  background-color: inherit;
  color: inherit;
  border: none;
  -moz-appearance: textfield;
}

.timer-bomb input[type="number"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.timer-bomb-ms {
  width: 140px !important;
}

.cat {
  width: 650px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.cat2 {
  width: 445px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.cat3 {
  width: 445px;
  position: absolute;
  left: 0;
  right: 0;
  top: -160px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
}

.timer-cat {
  font-size: 80px;
  font-family: monospace;
  padding-top: 340px;
  padding-bottom: 20px;
  color: #de9535;
  position: relative;
}

.timer-cat input[type="number"] {
  width: 90px;
  background-color: inherit;
  color: inherit;
  border: none;
  -moz-appearance: textfield;
}

.timer-cat-ms {
  width: 135px !important;
}

.timer-cat input[type="number"]::selection {
  background: #d69e5557;
}

.timer-cat-display {
  background-color: black;
}

.christmas {
  width: 950px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.timer-christmas {
  font-size: 80px;
  font-family: monospace;
  padding-top: 380px;
  padding-bottom: 40px;
  color: #db4136;
  position: relative;
}

.timer-christmas input[type="number"] {
  width: 90px;
  background-color: inherit;
  color: inherit;
  border: none;
  -moz-appearance: textfield;
}

.timer-christmas-ms {
  width: 135px !important;
}

.timer-christmas input[type="number"]::selection {
  background: #8a2e28;
}

.timer-christmas-display {
  background-color: transparent;
}

.rocket {
  width: 830px;
  position: absolute;
  left: 0;
  right: 0;
  top: -105px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.timer-rocket {
  font-size: 50px;
  font-family: monospace;
  padding-top: 335px;
  padding-bottom: 15px;
  color: #00ff09;
  position: relative;
}

.timer-display {
  background-image: url(/static/media/platform.d07bc817b6f95aabf0b8.png);
}

.timer-rocket input[type="number"] {
  width: 65px;
  background-color: inherit;
  color: #00ff09;
  border: none;
  -moz-appearance: textfield;
}

.timer-rocket input[type="number"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.timer-rocket-ms {
  width: 100px !important;
}

.clock {
  font-size: 145px;
  font-family: monospace;
  color: #007bff;
  background-color: black;
  position: absolute;
  width: 1140px !important;
  border: 5px solid;
}

.clock-logo {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-bottom: 15px;
  color: #fff !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-decoration: none !important;
}

.clock-logo img {
  width: 20px;
  height: 20px;
  margin: 0;
}

.clock-close-fs {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-right: 15px;
  display: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
  margin: 0;
}

.clock-close-fs:focus {
  outline: 0;
}

.clock-display {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 10px;
}

.clock-config {
  margin-top: 210px !important;
}

.clock-config .form-check-inline {
  display: block !important;
}

.countdownNewYear {
  font-size: 145px;
  font-family: monospace;
  color: #007bff;
  background-color: black;
  /* position: absolute; */
  width: 1140px !important;
  border: 5px solid;
}

.countdownNewYear-logo {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-bottom: 15px;
  color: #fff !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-decoration: none !important;
}

.countdownNewYear-logo img {
  width: 20px;
  height: 20px;
  margin: 0;
}

.countdownNewYear-close-fs {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-right: 15px;
  display: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
  margin: 0;
}

.countdownNewYear-close-fs:focus {
  outline: 0;
}

.countdownNewYear-display {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 10px;
  text-align: center;
}

.countdownNewYear-display pre {
  color: inherit;
}

.countdownNewYear-config {
  margin-top: 25px !important;
}

.countdownNewYear-config .form-check-inline {
  display: block !important;
}



.btn-outline-info:hover {
  color: #17a2b8;
  background-color: #fff;
  border-color: #17a2b8;
}

/* marquee start */

.marquee {
  padding: 0;
  padding: initial;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
}

.marquee p {
  margin-top: revert;
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  font-weight: bold;
}

.marquee .close {
  top: -3px;
  padding: 0;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

/* marquee end */

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
  .timer {
    font-size: 110px;
  }

  .timer input[type="number"] {
    width: 140px;
  }

  .timer-ms {
    width: 205px !important;
  }

  .card-uuid {
    min-width: 285px;
  }

  .clock {
    font-size: 110px;
    width: 700px !important;
  }

  .clock-logo img {
    width: 13px;
    height: 13px;
  }

  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .clock-logo {
    font-size: 9px;
    padding-bottom: 5px;
    margin-right: 5px;
  }

  .clock-config {
    margin-top: 175px !important;
  }

  .countdownNewYear {
    font-size: 110px;
    width: 700px !important;
  }

  .countdownNewYear-logo img {
    width: 13px;
    height: 13px;
  }

  .countdownNewYear-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .countdownNewYear-logo {
    font-size: 9px;
    padding-bottom: 5px;
    margin-right: 5px;
  }

  .countdownNewYear-config {
    margin-top: 25px !important;
  }

}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  .timer {
    font-size: 90px;
  }

  .timer input[type="number"] {
    width: 115px;
  }

  .timer-ms {
    width: 165px !important;
  }

  .btn-timer {
    padding: 10px 25px 10px 25px;
    font-size: 25px;
  }

  .btn-timer span {
    font-size: 19px;
  }

  .dateTime {
    font-size: large;
  }

  .card-uuid {
    min-width: 205px;
  }

  .rocket {
    width: 605px;
    left: 0;
    right: 0;
    top: -60px;
  }

  .timer-rocket {
    font-size: 40px;
    padding-top: 270px;
    padding-bottom: 10px;
  }

  .timer-rocket input[type="number"] {
    width: 53px;
  }

  .timer-rocket-ms {
    width: 75px !important;
  }

  .clock {
    font-size: 80px;
    width: 532px !important;
  }

  .clock-logo img {
    width: 13px;
    height: 13px;
  }

  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .clock-logo {
    font-size: 9px;
    padding-bottom: 5px;
    margin-right: 5px;
  }

  .clock-config {
    margin-top: 140px !important;
  }

  .christmas {
    width: 680px;
  }

  .timer-christmas-display {
    background-color: transparent;
    margin-top: -120px;
  }

  .countdownNewYear {
    font-size: 80px;
    width: 532px !important;
  }

  .countdownNewYear-logo img {
    width: 13px;
    height: 13px;
  }

  .countdownNewYear-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .countdownNewYear-logo {
    font-size: 9px;
    padding-bottom: 5px;
    margin-right: 5px;
  }

  .countdownNewYear-config {
    margin-top: 25px !important;
  }

}

/* Landscape phones and portrait tablets */

@media (min-width: 575.99px) and (max-width: 767px) {
  .timer {
    font-size: 45px;
  }

  .timer input[type="number"] {
    width: 60px;
  }

  .timer-ms {
    width: 85px !important;
  }

  .btn-timer {
    padding: 10px 25px 10px 25px;
    font-size: 15px;
  }

  .btn-timer span {
    font-size: 9px;
  }

  .dateTime {
    font-size: larger;
    width: 65%;
    margin-bottom: 15px;
  }

  .dateTime-container {
    flex-direction: row;
  }

  .dateTime-container .input-group-append .btn-outline-secondary {
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px 5px 4px 5px;
  }

  .card-uuid {
    min-width: 145px;
  }

  .timer-pomodoro {
    font-size: 50px;
    background-size: 330px;
    height: 320px;
  }

  .bomb {
    width: 355px;
    top: -114px;
    left: inherit;
    right: inherit;
  }

  .timer-bomb {
    font-size: 26px;
    padding-top: 92px;
    padding-bottom: 85px;
  }

  .timer-bomb input[type="number"] {
    width: 35px;
  }

  .timer-bomb-ms {
    width: 80px !important;
  }

  .rocket {
    width: 365px;
    left: 0;
    right: 0;
    top: -25px;
  }

  .timer-rocket {
    font-size: 22px;
    padding-top: 175px;
    padding-bottom: 10px;
  }

  .timer-rocket input[type="number"] {
    width: 35px;
  }

  .timer-rocket-ms {
    width: 45px !important;
  }

  .clock {
    font-size: 80px;
    width: 532px !important;
  }

  .clock-logo img {
    width: 13px;
    height: 13px;
  }

  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .clock-logo {
    font-size: 9px;
    padding-bottom: 5px;
    margin-right: 5px;
  }

  .clock-config {
    margin-top: 140px !important;
  }

  .countdownNewYear {
    font-size: 80px;
    width: 532px !important;
  }

  .countdownNewYear-logo img {
    width: 13px;
    height: 13px;
  }

  .countdownNewYear-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .countdownNewYear-logo {
    font-size: 9px;
    padding-bottom: 5px;
    margin-right: 5px;
  }

  .countdownNewYear-config {
    margin-top: 25px !important;
  }
}

/* Portrait phones and smaller */

@media (min-width: 280.99px) and (max-width: 575.98px) {
  .timer {
    font-size: 40px;
  }

  .timer input[type="number"] {
    width: 50px;
  }

  .timer-ms {
    width: 75px !important;
  }

  .btn-timer {
    padding: 10px 25px 10px 25px;
    font-size: 15px;
  }

  .btn-timer span {
    font-size: 9px;
  }

  .dateTime {
    font-size: small;
    width: 65%;
    margin-bottom: 15px;
  }

  .dateTime-container {
    flex-direction: row;
  }

  .dateTime-container .input-group-append .btn-outline-secondary {
    font-size: small;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2px 5px 2px 5px;
  }

  .form-check-inline {
    margin-top: 5px;
    width: 100%;
  }

  .timer-pomodoro {
    font-size: 65px;
  }

  .setting-pomodoro {
    margin-top: 15px;
  }

  .bomb {
    width: 315px;
    top: -100px;
    left: inherit;
    right: inherit;
  }

  .timer-bomb {
    font-size: 22px;
    padding-top: 84px;
    padding-bottom: 85px;
  }

  .timer-bomb input[type="number"] {
    width: 35px;
  }

  .timer-bomb-ms {
    width: 68px !important;
  }

  .rocket {
    width: 315px;
    left: 0;
    right: 0;
    top: -25px;
  }

  .timer-rocket {
    font-size: 22px;
    padding-top: 147px;
    padding-bottom: 10px;
  }

  .timer-rocket input[type="number"] {
    width: 35px;
  }

  .timer-rocket-ms {
    width: 45px !important;
  }

  .clock {
    font-size: 40px;
    width: 280px !important;
  }

  .clock-logo img {
    width: 9px;
    height: 9px;
  }

  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .clock-logo {
    font-size: 6px;
    padding-bottom: 5px;
    margin-right: 5px;

  }

  .clock-config {
    margin-top: 90px !important;
  }

  .cat {
    padding-top: 50px;
    width: 355px;
  }

  .cat2 {
    padding-top: 40px;
    width: 340px;
  }

  .cat3 {
    width: 345px;
    top: -100px;
    z-index: -1;
  }

  .timer-cat {
    font-size: 45px;
    padding-top: 300px;
  }

  .timer-cat input[type="number"] {
    width: 60px;
    background-color: inherit;
    color: inherit;
    border: none;
    -moz-appearance: textfield;
  }

  .timer-cat-ms {
    width: 85px !important;
  }

  .christmas {
    padding-top: 50px;
    width: 355px;
  }

  .timer-christmas {
    font-size: 45px;
    padding-top: 180px;
  }

  .timer-christmas input[type="number"] {
    width: 60px;
    background-color: inherit;
    color: inherit;
    border: none;
    -moz-appearance: textfield;
  }

  .timer-christmas-ms {
    width: 85px !important;
  }

  .countdownNewYear {
    font-size: 40px;
    width: 280px !important;
  }

  .countdownNewYear-logo img {
    width: 9px;
    height: 9px;
  }

  .countdownNewYear-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }

  .countdownNewYear-logo {
    font-size: 6px;
    padding-bottom: 5px;
    margin-right: 5px;

  }

  .countdownNewYear-config {
    margin-top: 25px !important;
  }
}

/* To embed very smaller */

@media (max-width: 280.98px) {
  .clock {
    font-size: 13vw;
    width: 93vw !important;
    height: 23vw;
    border: 2vw solid;
  }

  .clock-logo img {
    width: 3vw;
    height: 3vw;
  }

  .clock-logo {
    font-size: 2vw;
    padding-bottom: 0;
    margin-right: 2vw;

  }

  .clock-config {
    margin-top: 90px !important;
  }

  .clock-display {
    margin: 2vw;
  }

  .countdownNewYear {
    font-size: 13vw;
    width: 93vw !important;
    height: 23vw;
    border: 2vw solid;
  }

  .countdownNewYear-logo img {
    width: 3vw;
    height: 3vw;
  }

  .countdownNewYear-logo {
    font-size: 2vw;
    padding-bottom: 0;
    margin-right: 2vw;

  }

  .countdownNewYear-config {
    margin-top: 25px !important;
  }

  .countdownNewYear-display {
    margin: 2vw;
  }
}

/* ==========================================================================
   Classroom & Fun Timers Styles (Race Timers & Visual Countdowns)
   ========================================================================== */

.timer-classroom-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 1.5rem auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

/* Fullscreen mode overrides */
.timer-classroom-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  z-index: 999999 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #0f172a !important;
}

.timer-classroom-fullscreen .race-track-board {
  width: 100% !important;
  max-width: 1300px !important;
  border-radius: 8px !important;
}

.timer-classroom-fullscreen .fun-timer-visual-stage {
  width: 100% !important;
  min-height: 290px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer-classroom-fullscreen .timer-fullscreen-content {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Card container for visual countdown timers (candle, egg, dynamite) in fullscreen */
.timer-classroom-fullscreen .fun-timer-card {
  width: 100%;
  max-width: 760px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.timer-classroom-fullscreen .fun-timer-card.candle-card {
  background: #090a0f;
  border: 1px solid #1e293b;
}

.timer-classroom-fullscreen .candle-stage-inner {
  transform: scale(1.15);
  transform-origin: center center;
}

.timer-classroom-fullscreen .dynamite-stage-inner {
  transform: scale(1.1);
  transform-origin: center center;
}

.timer-classroom-fullscreen .egg-stage-inner {
  transform: scale(1.1);
  transform-origin: center center;
}

.timer-classroom-fullscreen .timer-fullscreen-exit-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000000;
}

/* Race Track Common Styles */
.race-track-board {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.race-lane {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px dashed rgba(200, 200, 200, 0.6);
  min-height: 52px;
  box-sizing: border-box;
  padding-right: 48px; /* finish line width */
}

.race-lane:last-child {
  border-bottom: none;
}

.race-lane-badge {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  color: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  white-space: nowrap;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.race-finish-line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  background: repeating-linear-gradient(
    45deg,
    #000000,
    #000000 10px,
    #ffffff 10px,
    #ffffff 20px
  );
  box-shadow: -2px 0 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.race-finish-flag {
  font-size: 20px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}

.racer-sprite-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.1s linear;
  z-index: 6;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}

.racer-name-tag {
  background: rgba(15, 23, 42, 0.85);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 6px;
  white-space: nowrap;
  pointer-events: none;
}

/* Monster Race Specifics */
.monster-track {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
  border: 2px solid #10b981;
}

.monster-lane {
  background: rgba(255, 255, 255, 0.4);
}

.monster-lane:nth-child(even) {
  background: rgba(240, 253, 244, 0.6);
}

/* Rocket Race Specifics */
.space-track {
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  border: 2px solid #3b82f6;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.8);
}

.space-lane {
  border-bottom: 1px dashed rgba(96, 165, 250, 0.35);
  background: transparent;
}

.space-finish {
  background: linear-gradient(180deg, #f59e0b 0%, #ef4444 100%) !important;
  color: #fff;
}

/* Running Race Track Specifics */
.athletics-track {
  background: #c2410c;
  border: 3px solid #9a3412;
}

.athletics-lane {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(194, 65, 12, 0.95);
}

.athletics-lane:nth-child(even) {
  background: rgba(180, 55, 10, 0.95);
}

/* Swimming Pool Track Specifics */
.swimming-track {
  background: linear-gradient(180deg, #0284c7 0%, #0369a1 100%);
  border: 3px solid #0284c7;
}

.swimming-lane {
  border-bottom: 3px solid #facc15;
  background: rgba(14, 165, 233, 0.6);
}

.swimming-lane:nth-child(even) {
  background: rgba(2, 132, 199, 0.6);
}

/* Race Configuration Bar */
.race-config-panel {
  background: #f1f5f9;
  border-radius: 8px;
  padding: 12px;
  margin-top: 15px;
}

.racer-name-input {
  max-width: 140px;
  display: inline-block;
  font-size: 13px;
  padding: 3px 8px;
  height: 30px;
  margin: 2px 4px;
}

/* Victory / Podium Modal */
.race-podium-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 50;
  animation: fadeInPodium 0.4s ease-out;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

@keyframes fadeInPodium {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.podium-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
}

.podium-place {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}

.podium-pillar {
  width: 75px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.podium-1st { height: 95px; background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%); color: #78350f; }
.podium-2nd { height: 70px; background: linear-gradient(180deg, #e2e8f0 0%, #94a3b8 100%); color: #334155; }
.podium-3rd { height: 50px; background: linear-gradient(180deg, #f97316 0%, #c2410c 100%); color: #431407; }

/* Visual Countdown Timers Display */
.fun-timer-visual-stage {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
}

.fun-timer-digits {
  font-family: 'Courier New', Courier, monospace;
  font-size: clamp(2rem, 6vw, 3.8rem);
  font-weight: 800;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  margin-top: 10px;
}

.fun-timer-digits input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 1.7em;
  text-align: center;
  border: none;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

.fun-timer-digits input:focus {
  border-bottom: 2px solid #3b82f6;
}

/* Dynamite Specifics */
.dynamite-bundle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.05s ease-in-out;
}

.dynamite-shaking {
  animation: dynamiteRumble 0.08s infinite alternate;
}

@keyframes dynamiteRumble {
  0% { transform: translate(-2px, 2px) rotate(-1deg); }
  100% { transform: translate(2px, -2px) rotate(1deg); }
}

/* Candle Specifics */
.candle-glow-halo {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 224, 71, 0.4) 0%, rgba(251, 146, 60, 0.15) 50%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  animation: candleFlickerHalo 2s ease-in-out infinite alternate;
}

@keyframes candleFlickerHalo {
  0% { transform: scale(0.92); opacity: 0.8; }
  50% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(0.96); opacity: 0.85; }
}

/* Egg Timer Specifics */
.egg-water-steam {
  animation: steamDrift 1.5s ease-in-out infinite;
}

@keyframes steamDrift {
  0% { transform: translateY(0) scale(0.9); opacity: 0.3; }
  50% { opacity: 0.8; }
  100% { transform: translateY(-30px) scale(1.3); opacity: 0; }
}

@media (max-width: 768px) {
  .race-lane {
    min-height: 44px;
  }
  .race-lane-badge {
    max-width: 65px;
    font-size: 9px;
  }
  .racer-name-tag {
    display: none;
  }
}

/* Navbar Dropdowns Hover & Polish */
@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .dropdown-menu.show {
  display: block !important;
}

.navbar-dark .dropdown-menu {
  background-color: #1a1e29 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6) !important;
  border-radius: 8px !important;
  padding: 8px 0 !important;
  min-width: 220px;
}

.navbar-dark .dropdown-item {
  color: #e2e8f0 !important;
  padding: 8px 20px !important;
  font-size: 0.92rem !important;
  font-weight: 500;
  transition: all 0.15s ease-in-out !important;
}

.navbar-dark .dropdown-item:hover,
.navbar-dark .dropdown-item:focus {
  background-color: #2e384d !important;
  color: #38bdf8 !important;
  padding-left: 24px !important;
}

.navbar-dark .dropdown-header {
  padding: 6px 20px !important;
  color: #fbbf24 !important;
  letter-spacing: 0.06em;
}

.navbar-dark .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  margin: 6px 0 !important;
}

/* ==========================================================================
   Modern Date Calculator Styles
   ========================================================================== */
.datecalc-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 35px -5px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.datecalc-header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #ffffff;
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
}

.datecalc-header::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0) 70%);
  pointer-events: none;
}

.datecalc-header-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.02em;
}

.datecalc-header-sub {
  color: #94a3b8;
  font-size: 0.88rem;
  margin: 6px 0 0 0;
}

.datecalc-body {
  padding: 28px;
}

.datecalc-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.92rem;
  color: #334155;
  margin-bottom: 8px;
}

.datecalc-label-badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 12px;
}

.datecalc-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.datecalc-input-wrapper:focus-within {
  border-color: #3b82f6;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.datecalc-input {
  flex: 1 1;
  border: none !important;
  background: transparent !important;
  padding: 12px 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #1e293b;
  outline: none !important;
  box-shadow: none !important;
}

.datecalc-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.datecalc-input-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 8px;
}

.datecalc-icon-btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #475569;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.15s ease;
  margin: 0;
}

.datecalc-icon-btn:hover {
  background: #3b82f6;
  color: #ffffff;
  border-color: #3b82f6;
  transform: translateY(-1px);
}

.datecalc-icon-btn.clear-btn:hover {
  background: #ef4444;
  color: #ffffff;
  border-color: #ef4444;
}

/* Hidden native date input triggered by calendar button */
.datecalc-native-picker {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.datecalc-presets {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.datecalc-preset-tag {
  font-size: 0.76rem;
  font-weight: 500;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 3px 10px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-user-select: none;
          user-select: none;
}

.datecalc-preset-tag:hover {
  background: #e0e7ff;
  color: #3730a3;
  border-color: #c7d2fe;
}

.datecalc-swap-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.datecalc-swap-btn {
  background: #f8fafc;
  border: 2px dashed #cbd5e1;
  color: #64748b;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.15rem;
  transition: all 0.25s ease;
}

.datecalc-swap-btn:hover {
  background: #eff6ff;
  border-color: #3b82f6;
  color: #2563eb;
  transform: rotate(180deg) scale(1.08);
}

.datecalc-section-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Segmented Pill controls */
.datecalc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.datecalc-pill {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.datecalc-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.datecalc-pill-content {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.18s ease;
  -webkit-user-select: none;
          user-select: none;
}

.datecalc-pill:hover .datecalc-pill-content {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

.datecalc-pill.active .datecalc-pill-content {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.datecalc-calc-btn {
  width: 100%;
  padding: 14px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 20px -3px rgba(37, 99, 235, 0.35);
  transition: all 0.2s ease;
}

.datecalc-calc-btn:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 10px 24px -2px rgba(37, 99, 235, 0.45);
  transform: translateY(-2px);
  color: #ffffff;
}

.datecalc-calc-btn:active {
  transform: translateY(0);
}

/* Result Hero */
.datecalc-result-hero {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 2px solid #86efac;
  border-radius: 16px;
  padding: 22px 26px;
  margin-top: 24px;
  position: relative;
  animation: datecalcFadeIn 0.3s ease;
}

@keyframes datecalcFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.datecalc-result-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.datecalc-result-meta {
  font-size: 0.85rem;
  font-weight: 600;
  color: #166534;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.datecalc-result-value {
  font-size: 2.1rem;
  font-weight: 800;
  color: #14532d;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.datecalc-result-summary {
  margin-top: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #15803d;
}

.datecalc-copy-btn {
  background: #ffffff;
  border: 1px solid #86efac;
  color: #166534;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.datecalc-copy-btn:hover {
  background: #166534;
  color: #ffffff;
  border-color: #166534;
}

.datecalc-copy-btn.copied {
  background: #166534;
  color: #ffffff;
  border-color: #166534;
}

/* Breakdown Grid */
.datecalc-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 10px;
  gap: 10px;
  margin-top: 14px;
}

.datecalc-breakdown-card {
  background: #ffffff;
  border: 1px solid rgba(22, 101, 52, 0.2);
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
  transition: transform 0.15s ease;
}

.datecalc-breakdown-card:hover {
  transform: translateY(-2px);
  border-color: #22c55e;
}

.datecalc-breakdown-val {
  font-size: 1.15rem;
  font-weight: 700;
  color: #14532d;
  line-height: 1.2;
}

.datecalc-breakdown-lbl {
  font-size: 0.72rem;
  font-weight: 600;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 2px;
}

/* Examples Section */
.datecalc-examples {
  margin-top: 36px;
  border-top: 1px solid #e2e8f0;
  padding-top: 28px;
}

.datecalc-example-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-top: 14px;
}

.datecalc-example-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.datecalc-example-card:hover {
  border-color: #3b82f6;
  background: #eff6ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.12);
}

.datecalc-example-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.datecalc-example-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.datecalc-example-tag {
  font-size: 0.72rem;
  font-weight: 600;
  background: #e2e8f0;
  color: #475569;
  padding: 2px 8px;
  border-radius: 10px;
}

.datecalc-example-details {
  font-size: 0.85rem;
  color: #475569;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.datecalc-example-btn {
  align-self: flex-start;
  font-size: 0.82rem;
  font-weight: 600;
  color: #2563eb;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  padding: 5px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s ease;
}

.datecalc-example-card:hover .datecalc-example-btn {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}


/*# sourceMappingURL=main.678217f9.css.map*/