.inpute_container_mn>input::placeholder {
  font-family: 'Interstate Bold';
  color: #9F0099;
  font-size: 19px;
  top: 80%;
  right: 1px;
  transform: translateY(10%) translateX(-3%);
}

.inpute_container_mn>input:focus::placeholder {
  color: transparent;
}

.calculator_container {
  font-family: "Museo Sans";
  width: 100%;
  background-color: transparent;
  margin-top: 3%;
}

input:focus,
input:active,
input:focus-visible,
input:hover {
  all: inherit;
  padding: 0%;
}

.hidden {
  display: none;
}

.calculator_container input {
  font-family: "Interstate";
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  padding: 5%;
  padding-left: 1%;
  padding-right: 1%;
}

.head_calculator {
  width: 100%;
  height: fit-content;
  border-color: #707070;
  border-width: 1px;
  border-style: solid;
  background: #004BB2;
  padding: 0%;
  height: 70px;
  display: flex;
  align-items: center;
}
.head_calculator_final {
  width: 100%;
  display: flex;
  background: #911D94;
  padding: 0%;
  height: fit-content;
  padding-top: 17px;
  padding-bottom: 17px;
  align-items: center;
}

#head_text {
  width: 100%;
  font-family: 'Museo Sans 900';
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  margin: 0px;
  margin-left: 2%;
}
#head_text_final{
  width: 100%;
  height: 52%;
  font-family: 'Museo Sans 900';
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  margin-left: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.night_container {
  width: 100%;
  height: auto;
  flex-direction: column;
  padding-bottom: 2%;
  padding-top: 48px;
  background: #d6ecff;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 4%;
}
.night_container_result_add{
  margin-top: 58px;
}

.phead {
  width: fit-content;
  height: fit-content;
  font-family: "museo-sans";
  font-weight: 900;
  font-size: 30px;
  font-style: normal;
  color: #9f0099;
  display: inline;
  margin: 0;
}

.night_calculator {
  background: white;
  display: inline;
  margin-top: 8px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-top: #9f0099;
  border-top-style: solid;
  border-top-width: 4px;
  padding-top: 0px;
  padding-right: 3%;
  padding-left: 3%;
  padding-bottom: 24px;
  margin-bottom: 0px;
  height: 155px;

}

.one_night {
  flex-direction: column;
    align-items: center;
    width: 230px;
    padding-top: 24px;
    height: 150px;
    display: flex;
}
.nami_paragraph{
  display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.one_night p {
  font-family: 'interstate';
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  font-style: normal;
  text-align: center;
  letter-spacing: -0.1px;
  color: #9E0199;
  padding: 0;
  margin: 0;
  height: 30%;
  width: 100%;
}

.invalid {
  border-color: #fc4a71;
}

.one_night input {
  width: 160px;
  /* height: 30%; */
  margin-top: 6px;
  border-color: #4ab1fc;
  border-width: 2px;
  border-style: solid;
  /* height: 60%; */
  background: #ffffff;
  color: #004BB2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  height: 40px;
  font-family: "interstate-condensed";
  font-size: 17px;
  padding: 0px;
}


/*
.night_calculator button {
  width: 13%;
border-radius: 20px;
padding-left: 0.5;
padding-top: 5;
padding-bottom: 4;
padding-right: 0.5;
margin-left: 3%;
border-color: #0085e6;
background: #0085e6;




}*/

.night_calculator button p {
  width: 60%;
  margin: 0%;
  position: center;
  font-weight: bold;
  color: white;
  font-weight: bold;
  font-family: "interstate";
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  margin: 0 auto;
}


/*
#button_1{
  width: 15%;
  height: 40px;
  margin-top: 4%;
  border-radius: 20px;
  align-items: center;
}
#button_2 {
  width: 15%;
margin-left: 19%;
margin-top: 2%;
}*/

.show button {
  width: 25%;
  margin-left: 73%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 20px;
  padding-left: 0.5;
  padding-top: 5;
  padding-bottom: 4;
  padding-right: 0.5;
  border-color: #0085e6;
  background: #0085e6;
  font-size: 14px;
  font-weight: bold;
  color: white;
  font-weight: bold;
  font-family: "interstate";
  font-style: normal;
  font-size: 20px;
  text-align: center;
}

.night_calculator_result {
  font-family: "Interstate";
  background: white;
  display: inline;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  border-top: #9f0099;
  border-top-style: solid;
  border-top-width: 4px;
  padding-left: 6%;
  /*
padding-top: 24px;
padding-right: 3%;
padding-left: 3%;

padding-bottom: 24px;
margin-bottom: 3%;*/
}

.one_night_result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-bottom: 24px;
  padding-top: 2.1%;
  height: fit-content;
}

.one_night_result p {
    font-family: 'interstate';
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    font-style: normal;
    text-align: center;
    letter-spacing: -0.1px;
    color: #9E0199;
    padding: 0;
    margin: 0;
    height: 30%;
    width: 100%;
}

.one_night_result input {
  width: 100%;
  margin-top: 3%;
  border-color: #4ab1fc;
  border-width: 2px;
  border-style: solid;
  height: 4vh;
  background: #ffffff;
  color: #9f0099;
}

.one_night_result_last {
  background-color: transparent;
  width: 25%;
  padding-bottom: 3%;
  align-items: center;
  color: black;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  align-content: center;
  justify-content: center;
}

.one_night_result_last p {
  font-family: "interstate";
  font-weight: bold;
  font-size: 20px;
  font-weight: 100%;
  color: #000000;
  margin-top: 5%;
  margin-bottom: 0;
  line-height: 14px;
  text-align: center;
  color: inherit;
  margin-bottom: 2px;
}

.one_night_result_last input {
  width: 27%;
  margin-top: 3%;
  height: 6vh;
  border-color: #1D4AAC;
  border-width: 2px;
  border-style: solid;
  background: #ffffff;
  color: #9f0099;
}

.buttons_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  padding:0;
  padding-top: 3%;
}


.or-class {
  font-family: 'Museo Sans 900';
  /* font-size: 20px; */
  color: #9f0099;
  margin-left: 80px;
  margin-right: 77px;
  text-align: center;
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.button_first {
  font-family: "Interstate Black";
  border-radius: 20px;
  border-color: #0085e6;
  background: #0085e6;
  min-height: 40px;
  max-height: fit-content;
  align-items: center;
  color: white;
  min-width: fit-content;
  width: 340px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 3px solid #0085e6;
  cursor: pointer;

}
.button_sconde {
  font-family: "Interstate Black";
  border-radius: 20px;
  min-height: 40px;
  max-height: fit-content;
  align-items: center;
  min-width: fit-content;
  width: 340px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 3px solid #0085e6;
  background: white;
  color: #0085e6;
  cursor: pointer;

}


.last_container_text {
  background: white;
  display: inline;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  padding-left: 6%;
  padding-right: 12%;
  padding-bottom: 4%;
  margin-top: 5%;
  flex-direction: column;
  margin-bottom: 5%;
  font-weight: normal;
}

.last_container_text p {
  font-family: 'museo-sans';
  font-weight: 500;
  margin-top: 4%;
  font-size: 22px;
}

.last_container_text>p>span {
  color: #9f0099;
  font-family: 'museo-sans';
  font-weight: 900;
  font-size: 22px;
}

.hidden {
  display: none;
}
.label_calculator_final{
  width: 160px;
  font-family: 'interstate-condensed';
  /* background: red; */
  margin-top: 3%;
  border-color: #4ab1fc;
  border-width: 2px;
  border-style: solid;
  /* height: 4vh; */
  background: #ffffff;  
  text-align: center;
  font-weight: bold;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  height: 40px;
  padding-top: 4px;
  font-size: 20px;
  font-weight: 900;
  color: black;
}
.label_calculator {
  width: 160px;
  font-family: 'interstate-condensed';
  margin-top: 3%;
  border-color: #4ab1fc;
  border-width: 2px;
  border-style: solid;
  background: #ffffff;  
  text-align: center;
  font-weight: bold;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  height: 40px;
  padding-top: 4px;
  font-size: 17px;
  font-weight: 700;
  color: black;
}

.final_label {
  width: 101px;
  margin-top: 3%;
  height: 56px;
  border-color: #4ab1fc;
  border-width: 2px;
  border-style: solid;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-family: 'Interstate';
  font-weight: 900;
  color: black;
}

.one_night input::-webkit-calendar-picker-indicator {
  display: none;
}

span.unit-icon {
  text-align: center;
  align-items: center;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  border-color: #4ab1fc;
  border-width: 2px;
  border-style: solid;
  border-left: none;
  height: 40px;
  margin-top: 6px;
  padding-right: 20%;
  width: 50%;
  color: #004BB2;
  font-family: 'Interstate Bold';
  font-size: 16px;
}

.inpute_container_mn {
  display: flex;
  width: 160px;
  justify-content: center;
}

.inpute_container_mn>input {
  /* border-color: red; */
  text-align: right;
  width: 50%;
  padding-right: 6px;
  padding-right: 10%;
}

.inpute_container_mn>input {
  /* border-color: red; */
  border: 2px solid #4ab1fc;
  border-right: none;
  font-family: 'Interstate Bold';
  font-size: 16px;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

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

.one_night>input:hover {
  padding: 5%;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0px;
  margin-top: 3%;
  font-family: 'Interstate black';
  font-size: 16px;
}
/**/
input[type="time"]:hover,
input[type="time"]:focus,
input[type="time"]:focus-visible {
  font-family: "interstate-condensed";
  font-weight: bold;
  cursor: default;
  align-items: inherit;
  display: unset;
  overflow: unset;
  padding: 0px;
  padding-top: 6px;
  font-size: 17px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}


input[type="number"]::placeholder {
 color:#004BB2;
}

input[type="time"]:focus:after {
  padding:0px
  
}


input[type="time"]::before {
  content: 'Hour : Minute AM/PM';
  color: #004BB2;
  background: #fff;
  align-items: center;
  font-size: 17px;
  display: flex;
  min-width: fit-content;
  width: 154px;
  text-align: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}

input[type="time"]:hover::before {
  all: unset;
}
input[type="time"]:hover::before ,
input[type="time"]:focus::before ,
input[type="time"]:focus-visible::before {
  all: unset;
}
input[type="time"]:hover::after {
  all: unset;
}

input[type="time"].has-value::before {
  all: unset;
  /* font-family: 'Interstate black'; */
  /* font-size: 16px; */
}

input[type="time"].has-value:hover::before {
  all: unset;
}

input[type="time"].has-value:focus-visible::before {
  all: unset;
}

.required {
  display: none;
  justify-content: center;
  font-size: 13px;
  font-family: 'Interstate';
  color: rgb(252, 74, 113);
}
.required_final {
  margin-top: 3px;
  color: #DB5E5E;
  display: none;
}

.required_final p {
  margin-top: 0px;
  font-size: 12px;
  color: #DB5E5E;
  height: fit-content;
  font-weight: 700;
  
}

@media only screen and (max-width: 480px) {
  #head_text {
      font-size: 30px;
      margin-left: 2%;
  }
  .phead {
    font-size: 25px;
  }
  .or-class {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .button_first{
    width: 90%;
    font-size: 13px;
  }
  .button_sconde{
    width: 90%;
    font-size: 13px;}
    .last_container_text p {
      font-size: 20px;
  }
  .last_container_text>p>span {
    font-size: 20px;
  }
  .label_calculator_final{
    font-size: 18px;
  }
  .final_label{
    font-size: 30px;
  }
  .one_night.wide{
    height: 120px ;
    justify-content: flex-start;
  }
}


/* Tablet styles */

@media only screen and (min-width: 481px) and (max-width: 984px) {
  .container_body {
    padding-left: 83px;
    padding-right: 82px;
    margin-top: 55px;
    margin-bottom: 55px;
    overflow: visible;
}
  input[type="time"]::before {
    background: #fff;
    align-items: center;
    padding-top: 3px;
    display: flex;
    font-size: 17px;
    width: 100%;
    justify-content: center;
  }
  .one_night input {
      width: 50%;
      height: 40px;
      padding: 0px;
  }
  .inpute_container_mn>input {
  width: 23%;
  padding-right: 0%;
  margin-top: 0px;  
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  }
  
  .inpute_container_mn {
      display: flex;
      flex-direction: row;
      width: 100%;
      align-items: center;
      align-content: center;
      justify-content: center;
      margin-top: 6px;
  }
  #night_calculator_1_1>div:nth-child(3)>div.nami_paragraph {
      display: flex;
      flex-direction: column;
  }
  span.unit-icon {
      width: 27%;
      text-align: right;
      padding-right: 0%;
      margin-top: 0px;
  }
  .one_night.wide{
    height: 149px ;
    justify-content: flex-start;
  }
  #head_text {
    font-size: 35px;
  }
}

@media screen and (max-width: 984px) {
  #head_text_final{
    font-size: 30px;
    margin: 0px;
    margin-left: 5%;
  }
  .night_calculator {
      flex-direction: column;
      justify-content: center;
      margin-bottom: 30px;
      height: fit-content;
      padding-bottom: 0px;
  }
  .one_night {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    height: 105px;
  }
  .nami_paragraph {
      padding: 0;
      margin: 0;
  }
  .nami_paragraph p {
      margin: 0;
      display: inline;
  }
  .night_calculator_result {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-left: 0;
  }
  .one_night_result_last {
      width: 100%;
  }
  .one_night_result_last>input {
      width: 40%;
  }
  .one_night_result {
      width: 100%;
      padding-left: 6%;
      padding-right: 6%;
      display: flex;
      align-items: center;
  }
  .one_night_result>input {
      width: 70%;
  }
  .buttons_container {
      flex-direction: column;
      justify-content: center;
      background-color: white;
      padding-top: 15%;
      padding-bottom: 15%;
  }
  .buttons_container p {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0;
      margin: 0;
      margin-top: 5%;
      margin-bottom: 5%;
  }
}

@media screen and (min-width: 984px) and (max-width: 1100px) {
  .one_night input {
      width: 120px;
  }
  span.unit-icon {
      width: 50%;
  }
  .inpute_container_mn>input {
      /* border-color: red; */
      text-align: right;
      width: 50%;
  }
  input[type="time"]::before {
      font-size: 14px;
  }
  span.unit-icon {
    height: 38px;
  }
  .inpute_container_mn>input{
    width: 40%;
    height: 38px;
  }
}
