/**
* BloodCommunity
* 
* Supported ByHellowebhelp
*/

.quick_changes_position{
    position: relative;
}


.quick_change_edit_btn{
    position: absolute;
    top: -3px;
    right: -1px;
}

.simplemodal-wrap{
    position: relative;
}
.quick_changes_form_ground{
    min-height: 320px;
}
.quick_changes_btn_position{
     position: sticky; 
    /* position: absolute; */
    bottom: 2px;
    right: 2px;
    padding-top: 20px;
    text-align: right;
}
.quick_changes_edit_icon{
    padding: 4px; padding-bottom: 6px; padding-right: 6px; padding-left: 6px; padding-top: 6px;
    border-radius: 50%;
    background-color: white;
    color: rgb(43, 42, 42);
    cursor: pointer;
    -webkit-box-shadow: -2px 0px 7px 3px rgba(0,0,0,0.68); 
    box-shadow: -2px 0px 7px 3px rgba(0,0,0,0.68);
    border: solid 2px #fd0056 ;
}
.quick_changes_edit_icon:hover{
    transform: scale(1.1); 
}
.quick_changes_edit_icon, .quick_changes_edit_icon::before, .quick_changes_edit_icon::after{transition: all 0.4s;}

.quick_changes_form_ground {
    text-align: left;
    
}
.quick_changes_form_text{
    width: 98%;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding-left: 3px; padding-right: 3px;
}
.quick_changes_form_text:focus {
    outline: 0;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 2px rgba(243, 3, 3, 0.3), 0 0 4px 1px rgba(255, 3, 3, 0.6);
    box-shadow: inset 0 1px 2px rgba(255, 5, 5, 0.3), 0 0 4px 1px rgba(240, 53, 53, 0.6);
  }
  .form-control:focus {
    outline: 0;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 41, 41, 0.3), 0 0 4px 1px rgba(255, 50, 50, 0.6);
    box-shadow: inset 0 1px 2px rgba(255, 41, 41, 0.3), 0 0 4px 1px rgba(255, 50, 50, 0.6);
  }

  /* part */
  .head_fome_7ej{padding-top: 1rem;}

  .header_ground_color_h6{width: 100px; height: 40px;}
  
  .quick_changes_form_ground >.form-control { color: white; background-color: rgba(255, 255, 255, 0.274); }
  .quick_changes_form_ground div div >.form-control { color: white; background-color: rgba(255, 255, 255, 0.274); }

.bloodcommunity_User_dashboard_update_card_ground{
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 99;
    overflow: auto;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, #a30037, #222121);
    /* border: 4px solid #fd0056; */
     overflow-x: hidden; 
    transition: 0.5s;
    padding-top: 40px;
}

.loodcommunity_User_dashboard_update_card_padding{
    padding-left: 20px; padding-right: 20px;
   
}

.window_blur_close_ground_hd{
    position: fixed; top:0; right: 0;
    z-index: 98; 
    overflow: hidden; 
    width: 100%; height: 100%; 
    display: none;
    background-color: rgba(0, 0, 0, 0.801);
    cursor: pointer;
}
.bloodcommunity_dashboard_card_close_btn{
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.card_dashboard_open{
    width: 60%;
}
.card_dashboard_close{
    width: 0%;
}

.quick_changes_title{font-size: 21px;}

.bloodcommunity_table_d{
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  tr:nth-child(even) {
    background-color: #dddddd83;
  }
  .bloodcommunity_default_option_position_fix {
      position: fixed;
      top: 50%;
      right: 0px;
      z-index: 2;
      background-color: #fd0056;
      padding: 14px; padding-left: 20px;
      cursor: pointer;
      box-shadow: -2px 0px 7px 3px rgb(0 0 0 / 68%);
      border-radius: 3px;
  }
  .bloodcommunity_default_option_position_fix:hover{
     padding: 14px; padding-right: 39px;
    
  }





