/*
///////////////////////////////////////////////////////////////////////////////////////
      This Project (The Log) Is Made by Programmer Patrick Paul....
      And all codes are written under a carefull super-version by him..... 
      By no means one or group of two or more is allowed to Copy/interfere with 
      the codes at anyhow with out the permission from the Programmer #Patrick Paul.... 
      If codes found stolen Serious measures wil be taken upon the Thief(s)...
      For Contacts email The Programmer (Patrick Paul) at :- patrickpaul367@gmail.com or
                                                             patrickshao367@gmail.com
                          THANK YOU FOR READING..... :)
////////////////////////////////////////////////////////////////////////////////////////
*/
*:focus {
  outline: none;
}
body {
  background-color: #505488;
  user-select: none;
  color: rgb(26, 230, 213);
}
::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.containerLoder {
  width: 80px;
  height: 100px;
  margin-top: 10px;
  position: absolute;
  top: 60%;
  left: 7%;
  display: none;
}

.block {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #fff;
}

.block:nth-child(4n + 1) {
  animation: wave 2s ease 0s infinite;
}
.block:nth-child(4n + 2) {
  animation: wave 2s ease 0.2s infinite;
}
.block:nth-child(4n + 3) {
  animation: wave 2s ease 0.4s infinite;
}
.block:nth-child(4n + 4) {
  animation: wave 2s ease 0.6s infinite;
  margin-right: 0;
}

@keyframes wave {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: 0.2;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

#collector {
  display: block;
}

#beggin_world {
  position: absolute;
  top: 0;
  left: 0;
  height: 99.65%;
  width: 99.85%;
  border: 1px solid black;
  z-index: 99;
  background-color: rgb(145, 90, 90);
}
.logo {
  width: 80px;
  height: 80px;
}
#logos {
  position: absolute;
  top: 5%;
  left: 3%;
  text-align: center;
  font-size: 40px;
  font-family: Courier;
  color: khaki;
  margin-right: 30px;
}
.beggin {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 37%;
  left: 45%;
  transition: 0.5s;
}
.beggin:hover {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 36%;
  transition: 0.5s;
}

label {
  font-size: 40px;
  margin: 10px;
  font-family: Courier;
  color: khaki;
  font-weight: bold;
}
#melo,
#swash {
  font-size: 25px;
  color: white;
}
#myBar {
  width: 0%;
  height: 30px;
  background-color: #4caf50;
  transition: 0.5s;
}
#myProgress {
  width: 55%;
  position: absolute;
  left: 45%;
  top: 57%;
}
.followUp {
  width: inherit;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
#realTime {
  font-family: monospace;
  color: rgb(0, 0, 0);
  font-size: 15px;
  border-radius: 5px;
  transition: 0.5s;
}
#copy {
  opacity: 0.3;
  font-family: monospace;
  border: none;
  height: 40px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 20px;
  border-radius: 5px;
  width: 8%;
  padding: 10px;
  transition: 0.5s;
  position: absolute;
  top: 100%;
  left: 21%;
}

.mean {
  width: 80%;
  position: absolute;
  top: 30%;
  left: 20%;
}
legend {
  font-family: Times New Roman;
  font-size: 25px;
  color: khaki;
}
#results {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 90%;
  border: 1px solid gold;
  width: 180px;
  height: 60px;
  border-top-right-radius: 15px;
}
#model {
  font-family: Times New Roman;
  text-align: center;
  font-size: 25px;
  position: relative;
  left: 30%;
  color: rgb(46, 241, 232);
}
#oneType {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 20px;
  color: rgb(25, 195, 218);
  padding: 10px;
  position: relative;
  margin: 20px;
  left: 5%;
  border: 2px solid rgb(25, 195, 218);
}
.valuez {
  border: none;
  outline: none;
  margin: 10px;
  height: 50px;
  background-color: #fb2525;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  width: 180px;
  transition: 0.5s;
}

.valuez:hover {
  transition: 0.5s;
  background-color: orange;
  border-radius: 5px;
  color: black;
  width: 190px;
  height: 60px;
}

.meanOne {
  border: none;
  outline: none;
  margin: 10px;
  height: 50px;
  background-color: #fb2525;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  width: 180px;
  transition: 0.5s;
}
.meanOne:hover {
  transition: 0.5s;
  background-color: orange;
  border-radius: 5px;
  color: black;
  width: 190px;
  height: 60px;
}
#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgb(32, 190, 111);
  width: 100%;
  z-index: 10;
}

#dialogbox {
  display: none;
  position: fixed;
  background: #000;
  border-radius: 10px;
  width: 550px;
  z-index: 10;
}

#dialogbox > div {
  background: #fff;
  margin: 8px;
}

#dialogbox > div > #dialogboxhead {
  background: #666;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px;
  color: #ccc;
}

#dialogbox > div > #dialogboxbody {
  background: #333;
  font-family: sans-serif;
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

#dialogbox > div > #dialogboxfoot {
  background: #666;
  font-family: sans-serif;
  font-size: 20px;
  padding: 10px;
  text-align: right;
}

.lin {
  border: none;
  outline: none;
  height: 40px;
  background-color: #fb2525;
  color: #fff;
  font-size: 25px;
  border-radius: 20px;
  width: 30%;
  transition: 0.5s;
}
.lin:hover {
  transition: 0.5s;
  background-color: orange;
  border-radius: 5px;
  color: black;
  width: 35%;
  height: 50px;
}

.linPlus {
  border: none;
  outline: none;
  margin: 10px;
  height: 50px;
  background-color: #fb2525;
  color: #fff;
  font-size: 25px;
  border-radius: 5px;
  width: 10%;
  padding: 10px;
  transition: 0.5s;
}

.linPlus:hover {
  transition: 0.5s;
  background-color: orange;
  border-radius: 10px;
  color: black;
  width: 15%;
  height: 60px;
  cursor: pointer;
}

.checkbox-container {
  width: 100px;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 87%;
  z-index: 9;
}

.input-title {
  clear: both;
  padding: 22px 0px 0px 0px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 18px;
}

/* Styling Checkbox Starts */
.checkbox-label {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #ffffff;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #ffffff;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #009bff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #009bff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#modeOne {
  border: none;
  outline: none;
  margin: 10px;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  transition: 0.5s;
  opacity: 1;
  font-family: monospace;
}
#background {
  border: none;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 25px;
  border-radius: 5px;
  width: 35%;
  float: right;
  font-family: monospace;
  transition: 0.5s;
}

#background:hover {
  border-radius: 10px;
  background-color: orange;
  color: black;
  width: 36%;
  height: 62px;
  cursor: pointer;
  transition: 0.5s;
}
#modeTwo {
  border: none;
  outline: none;
  margin: 10px;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  transition: 0.5s;
  opacity: 0.3;
  font-family: monospace;
}
#cleanSize {
  border: none;
  outline: none;
  margin: 10px;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 25px;
  border-radius: 5px;
  width: 14%;
  padding: 10px;
  transition: 0.5s;
  opacity: 0.3;
  font-family: monospace;
}
#restart {
  font-family: monospace;
  border: none;
  outline: none;
  margin: 10px;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 25px;
  border-radius: 5px;
  padding: 10px;
  transition: 0.5s;
}
#restart:hover {
  transition: 0.5s;
  background-color: orange;
  border-radius: 10px;
  color: black;
  width: 15%;
  height: 62px;
  cursor: pointer;
}

#calc {
  border: none;
  margin: 10px;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 25px;
  border-radius: 5px;
  width: 13%;
  padding: 10px;
  transition: 0.5s;
  opacity: 0.3;
  font-family: monospace;
}

.container {
  border: none;
  background-color: rgb(0, 0, 0, 0.5);
  width: 500px;
  height: 150px;
  color: #38e9e9;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  left: 45%;
  top: 30%;
  transition: 1s;
  font-size: 25px;
  font-family: monospace;
}
.neural {
  width: 150px;
  height: 30px;
  background-color: rgb(32, 190, 111);
  text-align: center;
  position: relative;
  top: 0%;
  left: 35%;
  color: white;
}
#takeInfo {
  color: gold;
}
.imgOne {
  height: 25px;
}

#modeOne,
#modeTwo,
#cleanSize,
#restart,
#sudo,
#base_cleaner {
  margin-top: 5%;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  width: 14%;
}
#sudo {
  font-family: monospace;
  border: none;
  outline: none;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 23px;
  border-radius: 5px;
  padding: 10px;
  transition: 0.5s;
}
#base_cleaner {
  font-family: monospace;
  border: none;
  outline: none;
  height: 50px;
  background-color: #0bc9c9;
  color: rgb(0, 0, 0);
  font-size: 23px;
  border-radius: 5px;
  width: 15%;
  padding: 10px;
  transition: 0.5s;
  opacity: 0.3;
}

#cont {
  text-align: left;
  width: 35%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 62%;
}

#controlPanel {
  width: 77%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 20%;
}

#controlPanel > span {
  font-size: 35px;
  font-family: monospace;
  color: gold;
  position: absolute;
  left: 35%;
}

#x,
#y,
#a,
#b {
  background-color: transparent;
  border: 1px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 5px;
  font-family: Times New Roman;
  font-size: 25px;
  color: white;
  transition: 0.5s;
}
textarea {
  position: absolute;
  top: 50%;
  left: 0;
}
#cover {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  background-color: #505488;
  width: 170px;
  height: 50px;
}
#x:hover,
#y:hover,
#a:hover,
#b:hover {
  background-color: transparent;
  border: 1px solid gold;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 5px;
  font-family: Times New Roman;
  font-size: 25px;
  color: white;
}
#x,
#a {
  width: 50px;
}
#x:hover,
#a:hover {
  width: 70px;
  border-bottom: 1px solid gold;
}
#y,
#b {
  width: 120px;
}
#y:hover,
#b:hover {
  width: 150px;
  border-bottom: 1px solid gold;
}
#me {
  font-size: 20px;
  font-family: monospace;
  color: gold;
  text-align: center;
}

@keyframes wave {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: 0.2;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

/*////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 1320px) and (max-width: 1600px) {
  #displayer {
    display: none;
  }
}

@media (min-height: 571px) and (max-height: 1000px) {
  #displayer {
    display: none;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 0px) and (max-width: 1319px) {
  #collector {
    display: none;
  }
  #displayer {
    display: block;
    background-color: rgb(202, 26, 123);
    color: White;
    font-size: 30px;
    font-family: monospace;
    text-align: center;
    z-index: 99;
  }
  #displayer > p {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 15%;
  }
}

@media (min-height: 0px) and (max-height: 612px) {
  #collector {
    display: none;
  }
  #displayer {
    display: block;
    background-color: rgb(202, 26, 123);
    color: White;
    font-size: 30px;
    font-family: monospace;
    text-align: center;
    z-index: 99;
  }
  #displayer > p {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 15%;
  }
}
