/*===================
   BloodCommunity theme
=======================*/

/* import fontawesome icon and fonts style */

@font-face {
   font-family: 'Atma-Bold';
   src: url('../css/Atma/Atma-Medium.ttf');
 }

 p {
   margin-top: 0;
   margin-bottom: 0rem;
}


/* design for navgation menu */

.brand_logo_7rj{width: 180px; height: 100px;}
.navgation-ground-part1{
    width:100%;
    padding-top: 10px; padding-bottom: 10px;
    text-align: left;
   /* background: #222730;
   background-image: linear-gradient(to bottom, #222730, #4e4e4e); */
}
.pp_right_8j{
   margin-top: 28px;
   display: inline-block;
   /* margin-left: 50px; */
   
}
.btn_98d{
   margin-left: 15px; 
   text-transform: uppercase;
   background: #fd0056;
   font-weight: 600;
   border: 1px solid #ffffff;
   border-radius: 5px;
   font-size: 15px;
   
   text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22);
}
.btn_98d:hover{ }
.icon_pho87{
   color: white;
   font-size: 20px;
   padding-right: 12px;
   padding-top: 6px;
   
}
.pt_8d{
   font-size: 19px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;

}
.jdj_h{
   font-size: 12px;
    color: #ffffff69;
    line-height: 20px;
    letter-spacing: 0px;
    
}

.nav_8js_ground{
   width:100%;
   padding-top: 4px; padding-bottom: 4px;
   /* background: #fd0056; */

   
}


/*==================
Nav
==================*/

.navbar-custom {
	background-color: transparent;
	transition: all 0.2s;
	
}
/*----logo sizeing-----*/
.navbar-custom .navbar-brand.logo-image img {
    width: 7.4375rem;
	 height: 2rem;
}
/*----logo text sizeing-----*/
.navbar-custom .navbar-brand.logo-text {
	color: #393939;
	text-decoration: none;
}
.navbar{padding: 0px !important;}

.navbar-custom .navbar-nav {
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}

.navbar-custom .nav-item .nav-link {
	color: rgb(255, 255, 255); /*---Menu text color---*/
   text-decoration: none;
   
   text-transform: uppercase;
   transition: all 0.2s ease;
   font-weight: 800;
   letter-spacing: 1px;
	margin-right:18px; /*---Menu text right move---*/
	font-size: 16px; /*---Menu text size---*/
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
   color: rgb(161, 238, 174); /*---Menu Text Hover Color---*/
   background: #d41f28;
   border-radius: 4px;
}

.nav_ground_76d div ul{
   list-style: none;
   white-space: nowrap;
   margin-bottom: 0rem;
   overflow: hidden;
   padding-inline-start: 0px;
}
.nav_ground_76d div ul li{
   display: inline-block;
   margin-right: 11px;
   padding: 8px;
}
.nav_ground_76d div ul li a {
   color: rgb(255, 255, 255);
   text-decoration: none;
   text-transform: uppercase;
   transition: all 0.2s ease;
   font-weight: 800;
   letter-spacing: 1px;
   margin-right: 1px;
   font-size: 16px;
   padding: 4px;
}
.nav_ground_76d div ul li a:hover{
   color: rgb(161, 238, 174);
    background: #d41f28;
    border-radius: 4px;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
	padding: 0px;
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus */
	outline: 0;
}

.navbar-custom .dropdown-menu { /*---Dropdown Background Color---*/
	margin-top: 0px; /*---Dropdown Top Moveing---*/
	border: none;
	border-radius: 0rem 0rem 0.25rem 0.25rem ; 
	background-color: rgba(38, 152, 184, 0.726);

}

.navbar-custom .dropdown-item { /*---Dropdown Text Color---*/
	color: #fffefe;
	text-decoration: none;
	padding-top:8px; padding-bottom: 8px;
}

.navbar-custom .dropdown-item:hover { /*---Dropdown Hover Background Color---*/
	background-color: rgb(32, 185, 223);
	transition: all 0.2s ease;
}

.navbar-custom .dropdown-item .item-text {
	color: #fbfdfb; /*---Dropdown Text Color OR Font Size---*/
}

.navbar-custom .dropdown-item:hover .item-text {
	color: #f8f4f4; /*---Dropdown Hover Text Color---*/
	font-size: 16px;/*---Dropdown Hover text size---*/
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.35rem auto 0.35rem auto;
	border: none;
	background-color: #010e13;
	opacity: 0.2;
}
/* end of dropdown menu */
.nav_ground_76d div ul li.current-menu-item a:link,
.nav_ground_76d div ul li.current-menu-item a:visited{
   border-bottom: 3px solid #ffffff;
   color: rgb(161, 238, 174);
   background: #d41f28;
   border-radius: 4px;
}  

.menu-header-container ul li.current-menu-item a:link,
.menu-header-container ul li.current-menu-item a:visited{
    border-bottom: 3px solid #ffffff;
    color: rgb(161, 238, 174);
    background: #d41f28;
    border-radius: 4px; 
} 

/*-----sub menu-----*/

.sub-menu {
    display: none;
}

.menu-item:hover>.sub-menu {
    display: block;
}

.show-sub-menu-pages {
    display: flex !important;
    flex-direction: column !important;
}

.sub-menu {
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
    z-index: 999;
    min-width:150px ;
    text-align: left;
    background-color: #fd0056 !important;
   position: fixed;  
}

.sub-menu li {
    display: block !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
    border-bottom: 1px dotted #dbdbdb;
    z-index: 999;
}
.sub-menu li:hover .sub-menu{
 display: block;
}
/*------Sub menu End----------*/


.menu-item-has-children::after{
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-left: 2px;
    
}


.blood_back_7hu{
   width: 100%;
   padding-top: 15px; padding-bottom: 15px;
   min-height: 500px;
   /* background-image: url('../image/bg-1.jpg'); */
   background-repeat:no-repeat;
   background-size: cover;
}
.titleA_9ejg{
   width: 100%;
   text-align: center;
   padding-top: 30px; padding-bottom: 4px;
   background-color: transparent;
   font-size: 33px;
   font-weight: 500;
   color: white;
   
}
.but_9dj6{text-align: center;}
.rounded-icons {
   display: inline-block;
   width: 200px;
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 60px;
   height: 200px;
   background-color: rgba(255,255,255,0.2);
   border-radius: 50% !important;
   padding: 35px 0;
   -webkit-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
   -moz-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
   box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
   cursor: pointer;
}
.rounded-icons:hover {
   background-color: rgba(255, 87, 34, 0.32);
}
.icon_8sg{
   color: white;
   font-size: 44px;
   display: block;
}
.rounded-icons{
   font-size: 25px;
   color: white;
   font-weight: normal;
}

/*---Card---*/
.card_about_87r{
   width: 100%;
   padding-top: 1px;
   padding-bottom: 1px;
   background-color: transparent;
}
.card_about_9dh_ground{
   width: 100%;
   display: block;
   display: grid;
   grid-gap: 0.4%;
   grid-template-columns: 33% 33% 33%;
   
}
.card_7ru{ 
   background: rgba(235,83,16,.9);
   text-align: center;
}
.padd_9{padding: 30px;}
.padd_9 title3{
   font-size: 22px;
   font-weight: bold;
   color: white;
}
.padd_9 p{
   font-size: 14px;
   color: white;
}
.ic_9udj{
   border: 1px solid #ffffff;
   padding-right: 30px;
   padding-left: 30px;
   color: white;
}

.blood_list_ground_9rej{
   margin-top: 2rem;
   padding-top: 2px; padding-bottom: 2px;
   width: 100%; display: block;
}

.titleb_8rjh{
   width: 100%;
   text-align: center;
   padding-top: 30px; padding-bottom: 4px;
   background-color: transparent;
   font-size: 33px;
   font-weight: 500;
   color: rgb(46, 45, 45);
   
}
.blood_list_continer{
   width: 70%;
   margin: auto;
   background: #f9f9f9;
   text-align: center;
   padding-top: 2px; padding-bottom: 3rem;
}
.blood_card_9d{
   width: 100px;
    height: 100px;
    font-style: normal;
    text-align: center;
    font-size: 42px;
    padding-top: 20px;
    background: #fd0056;
    color: #fff;
    display: inline-block !important;
    border-radius: 10%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 50px;
}
.blood_card_9d:hover{background: #ff5722; }
.blood_cat_ground_8fh a{text-decoration: none;}

.about_ground_8e7{
   background-color: transparent;
   width: 100%; min-height: 200px;
   padding-top: 5rem; padding-bottom: 10px;
   
}
.title_ground_9rj{
   font-size: 33px;
   color: black;
   text-align: left;
}
.p_dev_8s{
   text-align: left;
   font-size: 16px;
   line-height: 35px;
}
.tum_9s{
   width: 100%; height: auto;
}
.blood_9fi{
   width: 100%; height: 250px;
   margin-top: 4rem;
   background-image: url('../image/footer-bg.png');
   background-repeat:no-repeat;
   background-size: cover;
}
.alert-primary_uyn{background-color:#28a745; color: white;}
.mobile_nev_menu_icon{color: white; }

/*============================
SEarch Page
==============================*/
::-webkit-scrollbar {
   width: 6px;
 }
 /* Track */
::-webkit-scrollbar-track {
   background: #f1f1f100; 
   border-radius: 10px;
 }
  
 /* Handle */
 ::-webkit-scrollbar-thumb {
   background: #fd0056; 
   border-radius: 10px;
 }
 
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
   background: #cc0447; 
 }



.backgroung_8dhk{
   width:100%;
   background-color:#fd0056;
   background-repeat:no-repeat;
   background-size: cover;
   min-height:200px;
   padding-left:20px; padding-right:20px;
   padding-top:20px; padding-bottom:20px;
   text-align:left;
   border-radius:6px;
   -webkit-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    -moz-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    cursor: pointer;
    margin-bottom: 20px;
}

.btn_87jk{
   width: 100%;
   text-align: center;
   padding-top: 20px;
}

.donor_card_ground_8j{
   width:100%;
   height:auto;
   background-color:#fd0056;
   padding: 10px 10px 10px 10px;
   border-radius:6px;
    cursor: pointer;
    margin-bottom: 10px;
}
.donor_card_ground_8j:hover{
   -webkit-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
   -moz-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
   box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
}
.donor_profile_info_8rj{margin-bottom: 5px;}

.donor_profile_info_8rj img{width: 100px; height:100px; border-radius:50%;}
.img_9rui{text-align: center;}


.donor_profile_info_8rj li{
   list-style: none;
   color:white;
   font-size: 14px;
   margin-bottom: 0.300rem;
}
.donor_profile_info_8rj li b{padding-right: 20px; }
.donor_profile_info_8rj li small{font-size: 16px;color: rgb(32, 20, 102);}
.donor_profile_info_8rj li small a{font-size: 16px;color: rgb(32, 20, 102);}
.sil_9i{color: #28a745; background-color:yellow; margin-left: 4px;}


/*=========================
FOOTER
=========================*/
.footer_ground_8dj{
   background-image: url('../image/footer_groung.svg');
  background-repeat:no-repeat;
  background-size: cover;
  height: 320px;
  width: 100%;
  position: relative;
  
}

.footer_ground_sprt{
   background-color: #fd0056;
   width: 100%;
   padding-top: 20px; padding-bottom: 20px;
}


/*===================
Login AND admin
======================*/
.login_ground_87bj{
   width: 30%;
   height: auto;
   margin: auto;
}

.admin_bar_87du{
   width: 100%;
   white-space: nowrap;
   overflow: auto;
   background-image: linear-gradient(to bottom, #222730, #4e4e4e);
   padding-top: 10px; padding-bottom: 10px;
   text-align: center;
   border-radius: 3px;
  
}
.admin_bar_87du a{
   color: white;
   background-color: #fd0056;
   border-radius: 3px;
   padding-top: 6px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px;
   text-decoration: none;
   cursor: pointer;
}
.admin_bar_87du a:hover{ background-color: #e9316e;}


/*======= */

.border_8j{
   width: 100%;
   background-color:transparent;
   border: solid 1px #fd0056 ; padding:20px; padding-bottom: 40px;
}
.dep_9u{
   display: block;
   width: 100%;
   padding-bottom: 10px;
   font-size: 22px;
   font-weight: 700;

}
.spical_spece_487{
   margin-top: 1.2rem;
}
.single_page_title{
   text-align: center;
   font-size: 27px;
   font-weight: 900;
   color: rgb(55, 54, 54);
}
.form_background{
   padding: 15px;
   background-color: rgb(254, 239, 217);
   border-radius: 5px;
}

/* Thank-you */
.thank_you_ground{
   padding-top: 1rem; padding-bottom: 1rem;
   text-align: center;
}
.thank_you_title{
   padding-top: 1rem; padding-bottom: 1rem;
   font-size: 30px;
   color: #fd0056;
   font-weight: bold;
   display: block;
}
.thank_you_title a {
   color: #fd0056;
   font-size: 20px;
}
.thank_you_title a:hover{
   text-decoration: none;
   color: #d80a4e;
 }
 .submit_btn_43{
    background-color: #fd0056;
    color: white;
 }

 .card_about_87r{max-width:100%; margin: auto;}
@media (min-width: 1900px) { .card_about_87r{width: 1800px; margin: auto;}}

.home_icon_resize{color: #fd0056;}

.post_card_ground{
   width: 50%; margin: auto;
   background-color: #fd0056;
   color: white;
   padding: 4px;
   border-radius: 2px;
}
.post_breadcramb_ground{
   width: 50%; margin: auto;
   padding-top: 10px; padding-bottom: 10px;
}
.post_card_ground p{color: rgb(230, 202, 168); font-size: 13px;}
.post_card_ground h5 a{color: white;}

.archive_older_post1 a{color: white;}
.archive_older_post1{display:inline; margin-right:6px; color:#ffffff;}


/*===================
END user Login AND reg
======================*/

.backgroung_8dhk{
   width:100%;
   background-color:#fd0056;
   background-repeat:no-repeat;
   background-size: cover;
   min-height:200px;
   padding-left:20px; padding-right:20px;
   padding-top:20px; padding-bottom:20px;
   text-align:left;
   border-radius:6px;
   -webkit-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    -moz-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    cursor: pointer;
    margin-bottom: 20px;
}
.login_ground_87bj{
   width: 30%;
   height: auto;
   margin: auto;
   text-align: center;
}
.ftitle_hops{
   font-size: 14px;
   font-weight: 500;
   letter-spacing: 2px;
}
.sign_style_sk{
   background: #f8f8f8;
    color: black;
    box-shadow: inset 5px 5px 4px #dfdfdf, inset -5px -5px 4px #dfdfdf;
    font-size: 14px;
}
.sign_style_sk:hover{
   transform: scale(1.1);
}
.register_sodjx{
    width: 100%;
    padding-top: 5px; padding-bottom: 5px;
}
.register_sodjx a{
    text-decoration:none;
    font-weight: 900;

    
}
.register_sodjx a:hover{ text-decoration:none;}
.or_js{
   display:block; padding-bottom:5px; padding-top: 5px;
   color: #78909c;
   font-size: 19px;
   font-weight: bold;
}
.sign_up_ligin{
   background-color:#fd0056;
   color: white;
   -webkit-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    -moz-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
    font-weight: 400 !important;
    font-size: 14px;
}
.sign_up_ligin:hover{
    color: rgb(75, 74, 73);
}

input[type="date"]::-webkit-calendar-picker-indicator {
   color:#fd0056;
   opacity: 1;
   display: block;
   background: url(date.png);
   width: 20px;
   background-repeat:no-repeat;
   background-size: cover;
   height: 20px;
   border-width: thin;
   box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.09), 0 6px 20px 0 rgba(0, 0, 0, 0.083);
   cursor: pointer;
}

.add_blood_date_ani{
  display: block;
  overflow: hidden;
  background: linear-gradient(to right, #fff 20%, #fff 40%, #fd005443 50%, #fd005433 55%, #fff 70%, #fff 100%);
  background-size: 200% auto;
  animation: shine 3s linear infinite;
}
@keyframes shine {
   to {
     background-position: 200% center;
   }
 }


/*===================
END user Login AND reg
======================*/

.user_list_container_ypd{
   width: 70%;
   margin: auto;
}
.bloodcommunity_user_dashboard_list_ground {
   min-height: 40px;
   border-radius: 5px;
}
.user_dashboard_list{ 
   display: block; 
   background-color: #fd0056;
   padding-top: 0.500rem; padding-bottom: 1rem;
   padding-left: 1rem; padding-right: 1rem;
   margin-bottom: 1rem;
   overflow: hidden;
   position: relative;
   border-radius:4px;
}
.user_dashboard_list li{ margin-right: 15px; color: #ffffff; display: flex;}
.user_dashboard_list li b { color: #242424; margin-right: 10px; text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22);}

.user_btn_edit_delete{
   position: absolute;
   top: 4px; right: 20px;
}
.user_btn_edit_delete button{font-size: 0.9rem;}

.user_btn_edit_delete_volunteer{
   position: absolute;
   top: 12px; right: 20px;
}
.user_btn_edit_delete_volunteer button{font-size: 0.9rem;}

p.login-password input,
p.login-username input {
   display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-submit input{
   background-color: #fd0056;
   color: white;
   -webkit-box-shadow: 0px 0px 5px 3px rgb(76 69 76 / 38%);
   -moz-box-shadow: 0px 0px 5px 3px rgba(76,69,76,0.38);
   box-shadow: 0px 0px 5px 3px rgb(76 69 76 / 38%);
   font-weight: 400 !important;
   font-size: 14px;
   border-radius: 2px;
   border: 1px solid #ffffff;
   padding: 10px; padding-left: 15px; padding-right: 15px;
}
.backgroung_8dhk form p {
   color: white;
}
.navgition_overflow_hide{
   overflow: hidden;
}
