/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(255, 255, 255, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('adminbg.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.customers_login {
  background: url('userbg.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fareed_button{
    text-align: center;
    width: 95%;
}
.fareed_portal_box{
    padding: 1px 1px 1px 1px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
    border: 1px solid #dce1ef;
    text-align: center;    
    width: 95%;
}
.fareed_box{
    padding: 12px 22px 20px 22px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
    border: 1px solid #dce1ef;
    text-align: center;    
}

.fareedfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   padding-bottom: 1 rem;
   text-align: center;
}

.btnfareed {
  background: #f30f36;
  background-image: -webkit-linear-gradient(top, #f30f36, #611b27);
  background-image: -moz-linear-gradient(top, #f30f36, #611b27);
  background-image: -ms-linear-gradient(top, #f30f36, #611b27);
  background-image: -o-linear-gradient(top, #f30f36, #611b27);
  background-image: linear-gradient(to bottom, #f30f36, #611b27);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px;
  border: solid #bdbdbd 10px;
  text-decoration: none;
  border-radius: 50%;
}

.btnfareed2 {
  background: #f30f36;
  background-image: -webkit-linear-gradient(top, #f30f36, #611b27);
  background-image: -moz-linear-gradient(top, #f30f36, #611b27);
  background-image: -ms-linear-gradient(top, #f30f36, #611b27);
  background-image: -o-linear-gradient(top, #f30f36, #611b27);
  background-image: linear-gradient(to bottom, #f30f36, #611b27);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 5px;
  border: solid #bdbdbd 10px;
  text-decoration: none;
  border-radius: 50%;
}

.btnfareed:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


    @media all and (min-width: 680px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 679px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}

.g-grid{
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed;
    justify-content: center;
    align-content: flex-start;
    }
    
    .button{background:#ccc !important;color:#b3b3b3;box-shadow:none;border:2px solid transparent}.
    
     .button:hover{box-shadow:none;background:#f89300 !important;border-color:#f89300;color:#fafafa}
    
    .button.button-profile-abi {
    font-size: 0.8rem;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    background: #095be3;
    color: #000;
}
    


.fareedcontainer {
  border: 2px solid black;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
 /* height: 30vh;*/
  padding: 1rem;
  justify-content: center;
}

.fareeditem {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.1rem;
}

.fareeditem:nth-child(1) {
  background-color: #e74c3c;
  flex-grow: var(--grow-1);
  flex-shrink: var(--shrink-1);
  flex-basis: var(--basis-1);
}

.fareeditem:nth-child(2) {
  background-color: #2ecc71;
  flex-grow: var(--grow-2);
  flex-shrink: var(--shrink-2);
  flex-basis: var(--basis-2);
}

