@font-face {
  font-family: NotoSansRegular;
  src: url(/Fonts//NotoSans-Regular.ttf);
}

NotoSansRegular {
  font-family: NotoSansRegular;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #503291;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.tr {
  position: fixed;
  top: 0;
  right: 0;
  height: 70%;
  max-width: 60%;
  object-fit: cover;
}

.br {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 101;
  height: 30%;
}

.tl {
  position: fixed;
  top: 0;
  left: 0;
  height: 45%;
}
.bl {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 25%;
}
div.fixed-content {
  width: 90vw;
  height: 80vh;
  z-index: 100;
  position: fixed;
  left: 5vw;
  top: 5vh;
}
div.main-content {
  width: 100%;
  height: 85%;
  background: white;
  border-radius: 4vw;
}
div.scroll {
  min-height: 90%;
}
div.top-content {
  width: 100%;
  height: 90px;
  margin: 0 0 10px;
}
div .logo {
  float: right;
  display: block;
  height: 90%;
  margin: 0 80px 0 0;
}
div.top-right {
  color: white;
  padding: 15px 0 0 30px;
  font-family: "arial";
  line-height: 1em;
  vertical-align: bottom;
}
div.inner-content {
  overflow-x: auto;
  height: 52vh;
}
div.inner-top {
  padding: 15px 0 0 60px;
  font-family: "arial";
  line-height: 1em;
  font-weight: normal;
}

div.row {
  width: 95%;
  background-color: #f7eeee;
  margin: 0 auto;
  height: 61px;

  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0px 3px 10px #f7eeee;
}



.row img {
  width: 21px;
  height: 31px;
  float: left;
  margin: 15px 10px 0 12px;
}
.row input {
  height: 61px;
  border: 0px;
  float: left;
  width: calc(100% - 131px);
  margin: 0 0 0 10px;
  font-family: NotoSansRegular;
  font-size: 17px;
}

.row label {
  height: 44px;
  border: 0px;
  float: left;
  width: 75px;
  padding: 19px 0 0 0;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: white;
  font-family: NotoSansRegular;
  font-size: 17px;
}


label.label-result{
  background-color: #f7eeee;
  font-family: NotoSansRegular;
  font-size: 17px;
}

label.label-radio-button{
  height: 44px;
  border: 0px;
  float: left;
  width: 25%;
  padding: 19px 0 0 0;
  text-align: center;
  background-color: #f7eeee;
  font-family: NotoSansRegular;
  font-size: 17px;
}


input[type="radio"],
input.radio {
    vertical-align:text-top;
    width:40px;
    height:13px;
    padding:0;
    margin:0;
    position:relative;
    overflow:hidden;
    top:2px;
    background-color: #f7eeee;
}


input.button{
  background-color: #503291;
  width: 150px;
  
  color: white;
  font-family: NotoSansRegular;
  font-size: 17px;
  border-radius: 1vw;
  float: right;
  cursor: pointer;
}


div.copyright{
  position: fixed;
    left: 20px;
    bottom: 0;
    color: white;
    font-family: NotoSansRegular;
    font-size: 16px;
}


div.decimal-precision{
  background-color: rgb(247, 238, 238);
  border-color:  rgb(247, 238, 238);
  border: 0;
  font-family: NotoSansRegular;
  font-size: 14px;
  float:right;
  width: 25%;
  padding-top: 50px;
  }



@media only screen and (max-width: 768px) {
  .tr {
    width: 54%;
    height: auto;
  }

  .br {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    height: 30%;
  }

  .tl {
    width: 45%;
    height: auto;
  }

  .bl {
    height: 19%;
    width: auto;
  }
  div.top-right {
    padding: 0px;
  }
  div.copyright{
    left: 10px;
    bottom: 0px;
    font-size: 14px;
}
 
}




@media only screen and (max-width: 600px) {
  div .logo {
    margin: 0px;
    height: 70%;
  }

  div.fixed-content {
    top: 0;
  }

  div.copyright{
      left: 0px;
      font-size: 13px;
  } 




  div.top-right{
     
    line-height: .5em;
   
    font-size: .5em;

  }
  
  div.decimal-precision{
  
    float:left;
    width: 100%;
    padding-bottom: 15px;
    
  }
}



@media only screen and (max-width: 420px) {
  div.top-right {
    padding-top: 10px;
    font-size: 9px;
  }


  div.copyright{
     left: 0px;
     bottom: 0px;
     font-size: 12px;
 }


input.button{
  width: 90px;
  height: 50px;
  font-size: 12px;  
}

div.inner-top {
  padding: 1px 0 0 60px;
}




div.row {
      margin-bottom: 10px;
}

.br {
 
  z-index: 99;
}


 }



 @media only screen and (max-width: 375px) {

  div.top-right {
    padding-top: 10px;
    font-size: 8px;
  }
  div.copyright{
     left: 0px;
     bottom: 0px;
     font-size: 11px;
 }

  label.label-radio-button{
  padding-top: 0;
  font-size: 15px;
}

.row label {
  width: 50px;
  font-size: 15px;
}

input.button{
  width: 90px;
  font-size: 12px;  
height: 40px;

}

div.row {
  height: 50px;
  margin-bottom: 16px;
}

div.inner-top {
  padding: 1px 0 0 60px;
}

.row label {
  font-size: 12px;
}

.br {
 
  z-index: 99;
}

 }


 @media only screen and (max-width: 375px) {
  div.copyright{
     left: 0px;
     bottom: 0px;
     font-size: 9px;
 }

 div.top-right {
  padding-top: 10px;
  font-size: 7px;
}

label.label-radio-button{
  padding-top: 0;
  font-size: 13px;
}

.row label {
  width: 50px;
  font-size: 13px;
}

input.button{
  width: 90px;
  font-size: 12px;  
  float: left;
}
/* Added By Mostafa On  17-09-2019 */
div.row {
  height: 38px;
}

.row input {
  height: 33px;
  font-size: 12px;
}
.row label {
  font-size: 12px;
  height: 26px;
  padding: 9px 0 0 0;
}
 
.row img {
  
  margin: 4px  10px 0 12px;
}

.br {
 
  z-index: 99;
}

}


