body{
  background: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
}
#divMain{
  margin: 2em 0;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.panel{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%; 
}
.panel .header {flex-direction: row;align-items: center;height: auto;}
.panel .header h2{font-weight: normal;}
.panel .logo {margin-right: 10px;}
.panel .logo img{height: 50px; width: auto;}
.login-container{
  background: #fff;
  width: 500px;
  min-height: 500px;
  padding: 30px 30px 10px 30px;
  border: 1px solid #fafafc;
  border-radius: 15px;
  box-shadow: -2px 2px 20px 5px rgb(0 0 0 / 10%); 
}
.info , .info > div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*justify-content: space-around;*/
  height: 100%;
  position: relative;
}
.info > div, form{width:100%;}
.info label,input,select{
  display: flex;
  font-size: 16px;
  padding: 8px 5px;
  width: 100%;
}
input{
  width: 97%;
  margin-bottom: 10px;
}
select{
  margin-bottom: 10px;
}

input:disabled, select:disabled {
  background-color: rgba(118,118,118,0.3);
  color: rgba(84,84,84);
  opacity: 0.3;
}

button{
  display: flex;
  justify-content: center;
  background-color: #f4882b;
  border: 1px solid #fafafc;
  border-radius: 5px;
  outline: none;
  margin: 30px 0px 30px 0px;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  color: white;
  width: 100%;
  cursor: pointer;
}
select, input{
  background-color: #ffebdb;
  border: 1px solid #fafafc;
  border-radius: 5px;
  outline: none;
}

/*select:hover, input:hover {
  background-color: #ff710030;
}*/

/*h1{
color: #f4882b;
}*/
span{
  width: 100%;
  font-size: 12px; 
}
u{
  /*padding-left: 5px;*/
  cursor: pointer;
  color: #f4882b;
}
.selected *{
  margin: 0;
  box-sizing: border-box;
}
.arrow{
  color: #f4882b;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  font-size: 25px;
  cursor: pointer;
}
.container{
  width: 100%;
  text-align: left;
  margin-top: 5px;
}
.select-box{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.select-box .options-container{
  background-color: #ffebdb;
  color: black;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radus: 5px;
  overflow: hidden;
  order: 1;
}
.selected{
  background-color: #ffebdb;
  border-radius: 5px;
  padding: 8px 5px;
  cursor: pointer;
}
.select-box .options-container.active{
  /*margin-top: 35px;
  position: absolute;*/
  height: 100px;
  max-width: 500px;
  opacity: 1;
  overflow-y: scroll;
}
.select-box .options-container::-webkit-scrollbar{
  width :10px;
  background-color: #ffc396;
  border-radius: 5px;
}
.select-box .options-container::-webkit-scrollbar-thumb{
  background-color: #fb9c51;
  border-radius: 5px;
}
.select-box .option{
  /*padding: 6px 12px;*/
  cursor: pointer;
}
.select-box .option:hover{
  background-color: #f4882b;
}
.select-box label{
  cursor: pointer;
}
.select-box .radio{
  display: none;
}

@media only screen and (max-width: 600px) {
  .panel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logo{width: auto;}
  .login-container{width: 80%;}
}

@media only screen and (max-width: 600px) {
  .postcode-select-cont .dd-wrap{
    min-width: 150px !important;
  }
  .tac{
    grid-template-columns: auto auto auto auto auto auto !important;
    gap: auto !important;
  }
  .tac input{
    height:40px !important;
  }
}

@media only screen and (max-width: 480px) {
  .postcode-select-cont .dd-wrap{
    min-width: 140px !important;
  }
}

@media only screen and (max-width: 360px) {
  .postcode-select-cont .dd-wrap{
    min-width: auto !important;
    width: 100%;
  }
  .postcode-select-cont{
   gap: 0px !important; 
  }
}

.orange{color: #f4882b;}
a.link{text-decoration:underline;cursor:pointer;}
.extra{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px !important;
  position:relative;
}
.extra span{width:auto;}
.extra .icon{
  margin: 5px;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4882b;
  color: #fff;
  justify-content: center;
  text-decoration: none !important;
  align-items: center;
  font-size: 14px !important;
}
.extra .icon:hover + .disclaimer-txt{
  display: block; 
}
.disclaimer-txt{
  display:none;
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  width: 235px;
  font-size: 10px;
  border: 1px solid #f4882b;
  border-radius: 3px;
  top: 10px;
  left: 100px;
  z-index: 99;
}
.disclaimer-txt label{
  font-size: 12px;
  padding: 0px;
  text-decoration: underline;
  display: block;
}
.disclaimer-txt p{
  color: #000;
  text-align: justify;
}

.hide{display: none !important;}
.show{display: revert !important;}
.flex-hori-center{display:flex;align-items: center;}
.tac{
  display:grid;
  grid-template-columns: 50px 50px 50px 50px 50px 50px;
  gap: 20px;
}
.tac input{
  font-size:20px;
  height:50px;
  background: #fff;
  border: 1px solid #f4882b;
  text-align:center;
}
.tac input::-webkit-outer-spin-button,
.tac input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.tac input[type=number] {
  -moz-appearance: textfield;
}

#p2 > span{
  text-align: left;
  color: #666;
  line-height: 25px;
  font-size: 14px;
  padding: 0px 5px;
}

.tac-wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0px;
}

.tac-timeout,.tac-timeout span{
  width:100%;
  text-align: right;
  font-size: 14px !important;
  text-decoration:underline;
}

.info form > label, .dd-wrap label, h4.rn, h4.rn span{
  font-weight:normal;
  font-size: 14px;
  color:#7F7F7F;
}

.postcode-select-cont {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.postcode-select-cont .dd-wrap {
  min-width: 200px;
}

div.hr{
  background: rgba(122, 122, 122, 0.13);
  height: 1px;
  margin: 10px 0px;
  width: 100%; 
}

#pLoader{
  justify-content:center;
  align-items:center;
}
.info .tab > button{
  /*position: absolute;
  bottom: 15px;*/
}
.info .tab .policy{
  position: absolute;
  bottom: 15px;
}
.verified-wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.verified-wrap img{
  height: 80px;
  width: 80px;
}
.verified-wrap label{
  font-size: 16px;
  font-weight: bold;
}
.loader {
  position:relative;
  background: conic-gradient(#f4882b,transparent);
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spinner 2s linear infinite;
}

.loader::before{
  content: '';
  position: absolute;
  width:70%;
  height:70%;
  border-radius:50%;
  background-color:#fff;
}
#pLoader .txt{
  font-size: 20px;
  margin-top: 25px;
}

/* Safari */
@-webkit-keyframes spinner {
  0% { -webkit-transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@keyframes spinner {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #f4882b;
}

::selection {
  color: white;
  background: #f4882b;
}