/* 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;
}

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;
}

.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;
}


.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;
}

.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;
  }

}

/* 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;
  }

}

/* 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: -webkit-fit-content;
    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;
  }
}

/* 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: -webkit-fit-content;
    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;
  }
}

/* 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;
  }
}

/*# sourceMappingURL=main.f8e248be.css.map*/