* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: Barlow;
  src: url(../CSS/FONTS/BARLOW/Barlow-Regular.ttf);
}

@font-face {
  font-family: RobotoMono;
  src: url(../CSS/FONTS/ROBOTOMONO/robotomono/RobotoMono-Regular.ttf);
}

body {
  font-family: Barlow;
}

.container {
  width: 81.94%;
  margin: auto;
}

.background-image {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 841px;
  height: 489px;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 44px;
  margin-top: 50px;
  font-size: 18px;
}

.brand a {
  text-decoration: none;
}

.brand a img {
  height: 44px;
}

.brand div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 16px;
}

.brand h1 {
  font-size: 18px;
  color: #122844;
  line-height: normal;
}

.brand h1 span {
  font-weight: bold;
}

.brand p {
  margin-top: 3px;
  font-size: 12px;
  color: #8e97a2;
  line-height: normal;
}

.operations-container {
  -ms-flex-preferred-size: 61.86%;
      flex-basis: 61.86%;
}

.notes-container {
  -ms-flex-preferred-size: 38.13%;
      flex-basis: 38.13%;
}

.notes {
  margin: 0 10px 0 37px;
}

.notes h1 {
  margin: 3px 0 9px 0;
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
  line-height: normal;
}

.notes p {
  font-size: 16px;
  line-height: 1.56;
  color: #878e9c;
}

.unit-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.unit-inputs div {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  margin: 0 2px;
}

.unit-inputs div label {
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
}

.unit-inputs div input {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #e1e4ec;
  background-color: #ffffff;
  font-size: 16px;
  outline: none;
  color: #353f53;
  font-family: RobotoMono;
  font-size: 16px;
}

.unit-inputs div input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.unit-inputs div input[type=number] {
  -moz-appearance: textfield;
}

.operations-container input:focus {
  border: solid 1px #878e9c;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.calculator {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  -webkit-box-shadow: 0 15px 25px 0 rgba(39, 46, 60, 0.07);
          box-shadow: 0 15px 25px 0 rgba(39, 46, 60, 0.07);
  border-radius: 3px;
  background-color: #ffffff;
}

.operations {
  width: 88.06%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.operation-selection {
  margin: 28px 0 41px 0;
}

.operation-selection p {
  text-align: center;
  font-size: 11px;
  color: #878e9c;
}

.operation-selection .select-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

.operation-selection button {
  position: relative;
  height: 30px;
  margin: 0 5px;
  text-align: start;
  color: #878e9c;
  border-radius: 15px;
  border: solid 2px #e1e4ec;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 0 0 13px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100px;
}

.operation-selection button span {
  position: absolute;
  width: 18px;
  height: 19px;
  top: 4px;
  right: 6px;
  bottom: 6px;
  opacity: 0.56;
  border-radius: 12.5px;
  border: solid 1px #e1e4ec;
  font-weight: 100;
  text-align: center;
  margin-left: 17px;
  font-size: 14px;
}

.operation-selection button:first-child {
  -ms-flex-preferred-size: 91px;
      flex-basis: 91px;
}

.operation-selection button:nth-child(2) {
  -ms-flex-preferred-size: 121px;
      flex-basis: 121px;
}

.categories-div {
  height: 57px;
  margin-bottom: 28px;
  border-bottom: solid 1px #f1f2f6;
}

.category-container {
  width: 91%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.category-container div {
  line-height: normal;
}

.category-container div:nth-child(1) {
  width: 149px;
}

.category-container div:nth-child(2) {
  width: 189px;
}

.category-container div:nth-child(3) {
  width: 179px;
}

.category-container div:nth-child(4) {
  width: 100px;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-align: center;
  border-bottom: solid 2px floralwhite;
}

.category span {
  font-size: 13px;
  font-weight: 600;
  color: #8c92a0;
}

.active {
  color: #ff7b00 !important;
}

.active-border {
  border-bottom: solid 2px #ff7b00;
}

.brand-description {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.brand-description h1 {
  width: 365px;
  text-align: start;
  font-size: 35px;
  font-weight: 300;
  color: #272e3c;
  line-height: normal;
}

.brand-description h1 span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe3c0));
  background-image: linear-gradient(#ffe3c0);
  background-repeat: no-repeat;
  background-size: auto 11px;
  background-position: bottom;
}

.brand-description p {
  width: 388px;
  font-size: 16px;
  line-height: 1.56;
  color: #878e9c;
  margin-top: 15px;
}

.gray-line {
  height: 1px;
  margin-top: 37px;
  background-color: #f1f2f6;
  z-index: 40;
}

.result-div {
  width: 121px;
  height: 25px;
  margin: 0 0 10px 162px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
  border-radius: 15px;
  border: solid 1px #e1e4ec;
  line-height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  z-index: 30;
}

.results {
  width: 88.06%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.space-between {
  -ms-flex-preferred-size: 61.86%;
      flex-basis: 61.86%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interpretations {
  -ms-flex-preferred-size: 38.13%;
      flex-basis: 38.13%;
}

.interpretations-container {
  margin-left: 37px;
}

.interpretations-container h1 {
  margin: 3px 0 9px 0;
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
}

.interpretations-container p {
  color: #878e9c;
  line-height: 1.56;
}

.interpretations-container p span {
  font-weight: 600;
  font-size: 16px;
  color: #878e9c;
}

.interpretations-container p .small-font {
  font-weight: 100;
  font-size: 13px;
  color: #c5cad4;
}

.bottom50px {
  margin-bottom: 50px;
}

.current-time {
  margin-top: 101px;
}

.city-time {
  margin: 10px;
}

.city-time p {
  text-align: center;
}

.time {
  font-size: 35px;
  color: #272e3c;
  line-height: normal;
}

.am-pm {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.city {
  margin-top: 5px;
  font-size: 16px;
  color: #272e3c;
  line-height: 1.56;
}

.day {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.38;
  color: #878e9c;
}

.date-and-timezone {
  font-size: 13px;
  line-height: 1.38;
  color: #878e9c;
}

.underlined {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe3c0));
  background-image: linear-gradient(#ffe3c0);
  background-repeat: no-repeat;
  background-size: 94px 11px;
  background-position: bottom;
  color: #272e3c;
  font-weight: 300;
}

.current-time-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #878e9c;
}

.time-container {
  width: 65.27%;
  margin: 28px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.time-container2 {
  width: 65.27%;
  margin: 28px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.section-separator {
  height: 8px;
  margin-top: 74px;
  background-image: url(../IMG/diagonal-line.png);
  background-repeat: space;
  background-size: 8px auto;
  border: none;
}

.time-description-and-history {
  -ms-flex-preferred-size: 415px;
      flex-basis: 415px;
  margin-top: 100px;
}

.time-description-and-history h1 {
  font-size: 30px;
  font-weight: 300;
  color: #272e3c;
}

.time-description-and-history h1 span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe3c0));
  background-image: linear-gradient(#ffe3c0);
  background-repeat: no-repeat;
  background-size: auto 11px;
  background-position: bottom;
}

.time-description-and-history h2 {
  margin-top: 35px;
  font-size: 20px;
  color: #272e3c;
  line-height: normal;
}

.time-description-and-history p {
  margin: 18px 0;
  font-size: 16px;
  line-height: 1.88;
  color: #878e9c;
}

.time-units {
  margin: 108px 0 0 40px;
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
}

.time-units h2 {
  font-size: 20px;
  line-height: normal;
  color: #272e3c;
}

.time-units p {
  font-size: 14px;
  line-height: 1.79;
  color: #878e9c;
}

.unit-definition {
  border-top: solid 1px rgba(218, 222, 229, 0.3);
  border-bottom: solid 1px rgba(218, 222, 229, 0.3);
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.unit {
  -ms-flex-preferred-size: 44.34%;
      flex-basis: 44.34%;
  margin-left: 14px;
  font-size: 16px;
  color: #878e9c;
  line-height: 42px;
}

.unit span:nth-child(2) {
  opacity: 0.6;
  font-size: 13px;
  color: #878e9c;
}

.definition {
  -ms-flex-preferred-size: 55.65%;
      flex-basis: 55.65%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 11px 0;
  font-size: 16px;
  color: #353f53;
}

.definition sub {
  font-size: x-small;
  vertical-align: super;
}

.units-div {
  margin: 45px 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.units-div span:first-child {
  margin-left: 14px;
  -ms-flex-preferred-size: 44.34%;
      flex-basis: 44.34%;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  color: #878e9c;
}

.units-div span:last-child {
  -ms-flex-preferred-size: 55.65%;
      flex-basis: 55.65%;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  color: #878e9c;
}

.fake-border {
  width: 65.27%;
  margin: 144px auto 0 auto;
  height: 5px;
  background-color: #ffe3c0;
}

footer {
  height: 137px;
  border-top: solid 1px #eeeeee;
}

.footer-container {
  width: 65.27%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-container .brand {
  margin-top: 31px;
}

.footer-container .terms-and-privacy {
  margin-top: 43px;
  font-size: 14px;
  color: #878e9c;
}

.footer-container .terms-and-privacy a {
  margin-left: 50px;
  font-size: 14px;
  color: #878e9c;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

.fade-in {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 1s;
  overflow: hidden;
}

/* BETWEEN SPECIFIC DATES */
.bottom30px {
  margin-bottom: 30px;
}

.bottom40px {
  margin-bottom: 40px;
}

.height-40px {
  height: 40px;
}

.between-dates label {
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
}

.between-dates #date-time,
.between-dates #date-time2,
.between-dates #date-time-result {
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  border-radius: 3px;
  border: solid 1px #e1e4ec;
  background-color: #ffffff;
  height: 40px;
  font-family: RobotoMono;
  font-size: 16px;
  color: #353f53;
  padding-left: 42px;
  background: url(../IMG/date_icon.svg) no-repeat scroll 12px 10px;
  outline: none;
}

.between-dates input[type=datetime-local]::-webkit-inner-spin-button {
  cursor: pointer;
  margin: 7px 5px 0 10px;
}

.add-subtract-switch {
  text-align: center;
  margin-top: 13px;
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.79;
  color: #ff7f08;
  cursor: pointer;
}

.display-none {
  display: none;
}

/* TIMEZONE CONVERTER */
.time-and-timezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.time-and-timezone div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.time-and-timezone label {
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
}

.select-time #time {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  padding-left: 12px;
  border-radius: 3px;
  border: solid 1px #e1e4ec;
  background-color: #ffffff;
  font-family: RobotoMono;
  font-size: 16px;
  color: #353f53;
  outline: none;
  z-index: 99999 !important;
}

.timezone select {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  padding-left: 12px;
  padding-right: 40px;
  border-radius: 3px;
  border: solid 1px #e1e4ec;
  background-color: #ffffff;
  font-family: RobotoMono;
  font-size: 16px;
  color: #353f53;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../IMG/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 10px 10px;
  cursor: pointer;
}

option {
  overflow: hidden;
  font-family: Barlow;
  font-weight: 400;
}

option:hover {
  -webkit-box-shadow: 0 0 10px 10px #1882A8 inset;
          box-shadow: 0 0 10px 10px #1882A8 inset;
}

.convert-to {
  margin: 30px 0 23px 0;
  text-align: center;
  font-size: 11px;
  color: #878e9c;
}

.second-timezone {
  margin-bottom: 44px;
}

.second-timezone label {
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
}

.second-timezone select {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  padding-left: 12px;
  padding-right: 40px;
  border-radius: 3px;
  border: solid 1px #e1e4ec;
  background-color: #ffffff;
  font-family: RobotoMono;
  font-size: 16px;
  color: #353f53;
  outline: none;
  background-image: url(../IMG/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 10px 10px;
  cursor: pointer;
}

.second-timezone select option {
  overflow: hidden;
}

.select-container {
  position: relative;
}

#tz1,
#tz2 {
  position: absolute;
  right: 22px;
  top: 20px;
  font-size: 13px;
  color: #a4abba;
}

.output {
  -ms-flex-preferred-size: 61.86%;
      flex-basis: 61.86%;
}

.output label {
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
}

.output input {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  border-radius: 3px;
  border: solid 1px #e1e4ec;
  background-color: rgba(225, 228, 236, 0.11);
}

@media screen and (max-width: 1327px) {
  .unit-inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .unit-inputs div {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

.white-card {
  background: white;
  -webkit-box-shadow: 0 15px 25px 0 rgba(39, 46, 60, 0.07);
          box-shadow: 0 15px 25px 0 rgba(39, 46, 60, 0.07);
  width: 80%;
  padding: 50px;
  border-radius: 5px;
  margin: auto;
}

@media screen and (max-width: 1273px) {
  .calculator {
    width: 700px;
    margin: auto;
  }
  .background-image {
    width: 741px;
    top: 0;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .brand-description h1 {
    width: 100%;
  }
  .brand-description h1 span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff));
    background-image: linear-gradient(#ffffff);
  }
  .brand-description p {
    width: 80%;
    margin-bottom: 20px;
  }
  .time-container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .unit-inputs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .unit-inputs div {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin: 0 5px;
  }
  .unit-inputs div input {
    height: 30px;
  }
}

@media only screen and (max-width: 780px) {
  .calculator {
    width: 100%;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-container a {
    text-align: center;
  }
  .footer-container .terms-and-privacy {
    margin: 10px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-container .terms-and-privacy a {
    margin: 10px 0;
  }
  .time-information .time-units {
    margin-left: 0;
  }
}

@media only screen and (max-width: 742px) {
  .unit-inputs div {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .unit-inputs div input {
    padding: 2px;
  }
  .time-container2 {
    margin-top: -20px;
  }
  .section-separator {
    margin-top: 20px;
  }
  .time-description-and-history {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 634px) {
  .current-time {
    margin-top: 50px;
  }
  .calculator {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: solid 4px rgba(39, 46, 60, 0.07);
  }
  #header-brand img {
    margin: 0 0 0 30px;
  }
  .container {
    width: 100%;
    margin: auto;
  }
  .brand-description {
    width: 80%;
    margin: auto;
  }
  .operations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interpretations {
    text-align: center;
  }
  .interpretations-container {
    text-align: center;
    margin: 18px auto 0 auto;
  }
  .interpretations-container p {
    font-size: 14px;
  }
  .category-container {
    width: 100%;
  }
  .notes-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 12px;
  }
  .notes {
    margin: 0;
  }
  .notes h1 {
    margin-bottom: 0;
  }
  .notes p {
    line-height: normal;
    font-size: 12px;
  }
  .notes br {
    display: none;
  }
  .categories-div {
    margin-bottom: 12px;
  }
  .background-image {
    top: -40px;
    right: 0px;
  }
  .unit-inputs div {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
  }
  .brand-description h1 {
    font-size: 27px;
  }
  .brand-description p {
    width: 100%;
    line-height: 1.1;
    font-size: 14px;
  }
  .category-container div:nth-child(1) {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .category-container div:nth-child(2) {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .category-container div:nth-child(3) {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .category-container div {
    line-height: inherit;
  }
  .result-div {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 526px) {
  .white-card {
    width: 100%;
  }
  .categories-div {
    height: 57px;
  }
  .category {
    padding-bottom: 2px;
  }
  .category span {
    font-size: 11px !important;
  }
  .time-container2 {
    width: 84%;
  }
  .fake-border {
    margin-top: 50px;
  }
  .brand-description {
    width: 90%;
  }
}

/* removes arrow of select button */
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
}

option {
  background-color: #ffe3c0;
}

select:hover {
  background-color: #fcfcfc;
  -webkit-transition: .3s;
  transition: .3s;
}

.active-btn {
  border-color: #ff7b00 !important;
  color: #ff7b00 !important;
}

.active-btn span {
  border-color: #ff7b00 !important;
  color: #ff7b00 !important;
}

.unit-inputs input:invalid {
  background-color: #fd9696;
  border: solid 2px #e04141;
  color: floralwhite;
}

@-webkit-keyframes displayResult {
  0% {
    background-color: white;
  }
  24% {
    background-color: #f5cece;
    color: white;
  }
  100% {
    background-color: white;
  }
}

@keyframes displayResult {
  0% {
    background-color: white;
  }
  24% {
    background-color: #f5cece;
    color: white;
  }
  100% {
    background-color: white;
  }
}

#timezone-result {
  padding-left: 12px;
  padding-right: 40px;
  font-family: RobotoMono;
  font-size: 16px;
  color: #353f53;
  outline: none;
}

.output {
  position: relative;
}

#result-description {
  position: absolute;
  top: 34px;
  bottom: 13px;
  left: 111px;
  font-family: RobotoMono;
  font-size: 13px;
  color: #a4abba;
  right: 6px;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

option:not(:checked) {
  color: black;
  /* prevent <option>s from becoming transparent as well */
}

#subtract-btn3:focus {
  border-color: #ff7b00 !important;
  color: #ff7b00 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

#subtract-btn3:focus span {
  border-color: #ff7b00 !important;
  color: #ff7b00 !important;
}

/* forth calculator */
.button-div {
  width: 100%;
}

#swap-timezone {
  display: block;
  margin: 20px auto 31px auto;
  position: relative;
  height: 30px;
  border-radius: 15px;
  border: solid 2px #e1e4ec;
  background-color: #ffffff;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 600;
  color: #878e9c;
  outline: none;
  padding: 0 31px 0 12px;
  cursor: pointer;
}

.active-swap {
  border-color: #ff7b00 !important;
  color: #ff7b00 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

#swap-icon {
  width: 12.2px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(../IMG/refresh-cw.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.time1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.time1 label {
  font-size: 11px;
  font-weight: 600;
  color: #878e9c;
}

.time1 input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #e1e4ec;
  background-color: #ffffff;
  font-size: 16px;
  font-family: RobotoMono, serif;
  padding-left: 12px;
  color: #353f53;
  margin-top: 6px;
  outline: none;
}

.time1 input:focus {
  border: solid 1px #e1e4ec;
}

.time-tz {
  width: 100%;
}

.input-div {
  position: relative;
}

#est-pst-text {
  position: absolute;
  font-family: RobotoMono, serif;
  font-size: 13px;
  color: #a4abba;
  right: 12px;
  bottom: 12px;
}

#pst-est-text {
  position: absolute;
  font-family: RobotoMono, serif;
  font-size: 13px;
  color: #a4abba;
  right: 30px;
  bottom: 12px;
}

#pst-est {
  font-size: 14px;
  font-weight: 600;
  font-family: Barlow;
  line-height: normal;
  color: #878e9c;
}

.down-arrow {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 8px;
  height: 8px;
  background: url(../IMG/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.rotate {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: .2s;
  transition: .2s;
}
/*# sourceMappingURL=style.css.map */