/* body{
    background-color: #e0e0e0;
}
/*#e6e3e3
.first-screen__bg-1 {
    filter: brightness(0) invert(1);
} */
@import url('../assets/fonts/font-roboto/font-roboto.css');
.card{
    background-color: #f9f9f9;
}
.first-screen{
    padding-top: 100px;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
}
.list-group-item .card{
    background-color: #fff3ce;
    border-color: #ecdaa2;
}
.input-box{
    padding: 5px 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #9e7700;
    outline: 0;
    border: 0;
    border-radius: 10px;
    background: #fff;
}

.input-box::-webkit-input-placeholder { /* Edge */
color: #9e7700;
}

.input-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#9e7700;
}

.input-box::placeholder {
color: #9e7700;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.text-brown{
    color: #9e7700;
    font-weight: bold;
}
.float-img{
    border-radius: 10px;
    width: 96px;
    padding: 2px 10px;
    position: absolute;
    right: 24px;
    bottom: 24px;
    color: #b07700;
    border: 1px solid #ffc501;
    font-weight: bold;
}
.float-img img{
    width: 26px;
    height: 26px;
    
}
.float-img .convert-white{
    filter: brightness(0) invert(1);
}
.bg-img{
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-right: 2px;
    text-align: center;
}
.bg-orange{
    background-color: #f0b90c;
}
.bg-dark-orange{
    background-color: #ffa500!important;
    color: #fff;
}
.float-img span{
    font-size: 1rem;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e6e6e6;
}
.round-1{
    border-radius: 1rem !important;
}
.btn-submit{
    background-image: linear-gradient(to right, #99ceff , #5f6af8);
    width: 100% !important;
    border-radius: 30px;
    font-size: 1.5rem;
    margin-right: 0 !important;
    padding-top: 0;
}
.btn-submit:hover{
    color: #fff;
    padding-top: 3px;
    transition: .3s;
}
.social-list__link{
    border:1px solid #333 !important;
}
.fontello-icon{
    color: #777;
}
.copyright{
    margin-bottom: 0;
    padding-left: 5px;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #6bda9a;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .cover-loader{
      content: ' ';
      background-image: url(../assets/icons/braner.png);
      background-repeat: no-repeat;
      background-size: 90%;
      background-position: center;
      width: 100px;
      height: 100px;
      opacity: .6;
  }
  .authaddress{
    background-color: rgba(81,134,246,0.4);
    color: #083086;
  }
  .max{
    border: 1px solid #1db6bd;
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    color: #1db6bd;
    margin-top: -7px;
    display: inline-block;
    cursor: pointer;
    font-size: 0.7rem;
    position: absolute;
    top: 45px;
    right: 125px;
  }