.overlay{
	background-color: rgba(255, 255, 255, 0.93) !important;
}

#errorPage{
	background-color: #e7f5e8;
}

#desktopHeader{
	padding: 10px 5px;
}

#authWrapper{
	height: 100vh;
}

.home-bg{
	background: url('../images/bg/dudu-bg.png') center center/cover;
}

.auth-bg-grey{
	background-color:#F7F7F7;
}

.auth-py{
	padding-top: 60px;
}

.accept-check{
	clip: rect(0, 0, 0, 0);
    pointer-events: none;
	position: absolute;
}

.form-container{
	width: 60%;
	border: 2px solid #E8EDE8 !important;
}

.remove-landing-border{
	border: none !important;
}

.form-logo-header{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.form-logo-header > img{
	width: 100%;
}

.aside-icons .nav .nav-item .nav-link{
  color:#000;
}


.dudu-logo-container{
	width: 200px;
	height: 35px;
	margin: 0 auto 30px auto;
}

#googleLogo{
	width: 20px;
	height: 20px;
}

.auth-btn-trans{
	border: 2px solid #E8EDE8;
	width: 100%;
	border-radius: 15px;
	text-transform: uppercase;
	color:#000 !important;
	margin-top: 20px;
	background-color: transparent;
	display: inline-block;
	padding: 0.8rem 1.5rem;
}

.inner-form{
	background-color: #fff;
	border-radius: 15px;
	padding: 20px 15px 10px 15px;
}

.form-logo-header h2{
	font-size: 18px;
}

.mobile-app{
	text-transform: uppercase;
	display: block;
	width: 150px;
	margin: 20px auto;
	color:#fff !important;
	font-weight: bold;
}

.mobile-app > img{
	width: 100%;
	display: block;
	
}


.logo-container{
	color:transparent;
	display: inline-block;
	margin-bottom: 5px;
}

.text-primary{
	color:#006633 !important;
}

#carouselExampleIndicators, .home-slide{
	width:400px;
	height: 400px;
}

.home-slide > img{
	border-radius:15px;
}

.bg-primary{
	background-color: #006633 !important;
	border-color:  #006633 !important;
}

.btn-primary-soft {
    color: #006633 ;
    background-color: rgba(59, 125, 2, 0.2);
}

.btn-primary-soft:hover,
.btn-primary-soft:focus,
.btn-primary-soft:active {
    color: #fff !important;
    background-color: #006633 !important;
	border-color: #006633 !important;
}

.btn-grey-outline{
	border-color: #a4a4a6 !important;
	color:#fff !important;
}

/* .bg-white.auth-py{
	height: 100vh;
} */

.btn-grey{
	background-color: #c8c8ce !important;
	color: #000 !important;
}

.plyr__control--overlaid{
	background-color:#006633;
}

.my-photos-container{
	min-width: 160px;
	min-height: 160px;
	max-height: 160px;
	display: block;
}

.my-photos-container > img{
	width: 100%;
	height: 100%;
	min-height: 160px;
	max-height: 160px;
	object-fit: cover;
}

.chat-conversation-content{
	overflow-y: scroll;
}

.chat-question{
	text-align: left !important;
}

.chat-action-dropdown{
	min-width: 10rem !important;
	top:-30px !important;
	position: absolute;
}

.edit-chat-form{
	padding: 0.45rem;
	background-color: #fff;
}

.message-text {
    background: #f3f0f0;
    padding: 0.1rem 0 0.1rem 0.2rem !important;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-left: 3px solid green;
    height: 40px;
}

.message-header {
    padding: 0 0 0.1rem 0.2rem !important;
    font-weight: bold;
    color: #006633;
    display: inline-block;
    font-size: 0.65rem;
}
.edit-chat-form .form-control{
	border:none !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.message-content{
	padding: 0 0 0 0.2rem !important;
	font-size: 0.65rem;
}

.cancel-edit-div{
	background: transparent;
    border: none;
    color: #252222;
    font-size: 1.4rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.menu-icon-container{
   display: inline-block;
   text-align: center;
   margin-right: 20px;
   color:#000;
}

.menu-icon-container > i{
   display: block;
   font-size: 23px;
}

.menu-icon-text{
	font-size: 12px;
}

#menuJoin{
	font-weight: bold;
}

#menuJoin, #menuSignIn{
	margin-right:20px;
	text-align: center;
}

#menuSignIn{
	border:2px solid #5D4037;
	border-radius:25px !important;
}

.position-custom-start{
	left:75%;
}

#menuSignIn:hover{
	background-color: #5D4037 !important;
	color: #fff !important;
}

.btn-outline-secondary{
  border-color:#5D4037;
}

.text-dudu-footer{
	color:yellow !important;
}

.text-secondary{
	color:#5D4037 !important;
}

.auth-logo{
	width:200px;
	height: 45px;
}

.input-group-text{
	background-color: #f8f9fa !important;
	border-color: #f8f9fa !important;
}

.nav-item .active{
	color:  #006633  !important;
	border-bottom-color:  #006633;
}

.nav-item a.nav-link.active{
	border-bottom-color:  #006633 !important;
}

.bg-loader{
	background-image:url('../images/bg/bg-loader.gif') !important; 
	background-position: center !important; 
	background-size: cover !important; 
	background-repeat: no-repeat !important;
}

#landingPageTitle{
	color:#6f7f92;
	font-size: 1em;
}

.comment-action {
    top: -50px !important;
    right: -195px !important;
}

#myButton{
	cursor: pointer;
	user-select: none;
}


.auth-text{
	font-weight: bold;
	color:#006633 !important;
}

.btn-primary{
	background-color: #006633  !important;
	color:#fff  !important;
	border-color:  #006633  !important;
}

.alert-success{
	color: #fff;
    background-color: #4eab04;
    border-color: #4fa709;
}

.alert-danger{
	color: #fff;
    background-color: #dc2852;
    border-color: #dc2852;
}

.form-check-input:checked {
    background-color:#006633;
    border-color:#006633;
}

.btn-secondary{
	background-color: #5D4037;
}

.bg-secondary{
	background-color: #5D4037 !important;
}

.menu-por{
	position: relative;
	bottom: 10px;
}

.auth-overlay{
	background-color: rgba(0, 0, 0, 0.3);
	height: 100vh;
}

.auth-form {
    background-color: initial;
    border: 2px solid #E8EDE8 !important;
    color: #6f7f92 !important;
    border-radius: 15px;
}

#authLoader{
	width: 25px;
	height: 25px;
}

.auth-input-group > input[type="password"],
.auth-input-group > input[type="text"]{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.auth-input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.visi-pass {
    background-color: initial !important;
    border: 2px solid #E8EDE8;
    color: #6f7f92 !important;
    border-radius: 0 15px 15px 0;
    padding: 0.8rem 1.5rem !important;
}

.alert-success{
	background-color: #006633;
}

.btn-rounded{
	border-radius: 15px;
}

#eventFormLoader{
	width: 25px;
	height: 25px;
}

.btn-loader{
	width: 25px;
	height: 25px;
}

.list-action{
	display: none;
}

.event-img{
	position: relative;
    width: 100%; /* Adjust as needed */
    padding: 100px; /* 4:3 aspect ratio */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-container{
	width: 70%;
    position: absolute;
    left: 30%;
}

.list-action-container:hover .list-action{
	display: block;
	cursor: pointer;
}

.badge-notif {
    width: 0;
    height: 8px;
    background: #d6293e;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 1;
}

.add-notif{
	width: 8px;
}




.auth-form::-ms-input-placeholder { 
  color: #1b1c1e;
}

.btn-outline-primary{
	border-color: #006633 !important;
}

.auth-form::placeholder {
  color: #1b1c1e;
}

.btn-hover:hover{
	background-color: #006633 !important;
	color:#fff;
	cursor: pointer !important;
}

.auth-form:focus{
	background-color: #5D4037;
	border:1px solid #5D4037;
	color:#fff;
}

.auth-action-container{
	padding-left: 15px;
	padding-right: 15px;
}

.auth-label{
	color:#193501;
	font-weight: bold;
}

.input-group-text{
	background-color: #006633;
	color:#6f7f92;
}

.partner-logo{
	width:250px;
	height: 70px;
	margin-bottom:15px;
	display: block;
	cursor: pointer;
}

.partner-logo > img{
	width:100%;
	height: auto;
}

.slider-img{
	width:400px;
	height: 400px;
	border-radius:50%;
	border:2px solid #5D4037;
	overflow: hidden;
}

.slider-img > img{
   width: 100%;
   height: auto;
}

.main-app .menu-icon-container{
	margin-top: 10px;
}

.blog-list .nav .nav-item .nav-link.active {
    color: #006633;
}

footer .nav-link{
	color:#fff !important;
}

.dudu-caption > p{
	color:#6f7f92;
	margin-top: 10px;
}

.dudu-caption  a{
	color:#898686;
}

.pagination-light .page-item.active .page-link {
	background-color: #006633 !important;
}

.avatar{
	position: relative;
}

.icon-cover {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #dddee0;
    position: absolute;
    border-radius: 50%;
    bottom: 15px;
    right: -10px;
}

.icon-cover,
.icon-cover label i{
	cursor: pointer;
}

.icon-cover label i{
	color:#000;
	font-size: 1.2rem;
}

#profileInput{
	display: none;
}

#editCoverInput{
	display: none;
}

.page-banner-container{
	position: relative;
}

.edit-bg{
	position: absolute;
	top:150px;
	right: 30px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	color:#000;
	font-weight: bold;
}

.edit-bg,
.edit-bg label i,
.edit-bg label span{
	cursor: pointer;
}

#avartarLoader{
	display: none;
}

.position-alert{
	top:15%;
	left:25%;
}

.avatar-xl {
    height: 100%;
    width: 135px;
}


.text-success{
	color:#006633 !important;
}


.comment-action-dots{
	display: none;
}

.comment-container:hover .comment-action-dots{
	display: inline;
}




.btn-success-soft{
	background-color: rgba(181, 244, 126, 0.6);
	color: #006633;
}

.btn-success{
	background-color: #006633;
	border-color: #006633;
}

.loader-container{
	display: flex;
}

.loader-form{
	width: 20px;
	height: 20px;
	margin-left: 3px;
}

.text-dark-emphasis{
	color:#39393a;
}


.text-bg-success{
	color: #fff !important;
    background-color: #4eab04 !important;
}

.toast {
    transform: translateX(100%) translateY(100%); /* Initially off-screen */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth slide-in and fade-out */
    opacity: 0; /* Hidden initially */
}

/* When the toast is shown, slide it into view */
.toast.show {
    transform: translateX(10%) translateY(10%); /* Slide to its visible position */
	z-index: 2000;
	opacity: 1;
}

.toast.bottom-0{
	bottom: 50px !important;
}

.search-result{
	position: absolute;
    width: 264px;
    left: 264px;
    top: 56px;
}

.search-img-container{
	width: 15%;
}

.search-img-container > img{
	width: auto;
	height: 50px;

}

.search-content{
	width: 90%;
	margin-left: 10px;
	display: block;
}

.search-content h6{
	margin-bottom: 0.2rem;
	display: block;
}

.search-item:hover{
	background-color: rgba(0, 0, 0, 0.025);
}

.navbar-brand .navbar-brand-item {
    height: 25px;
}

.file-img-container{
	display: flex;
}


.img-container{
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 10px;
	border:1px solid #ddd;
	padding: 3px;
	border-radius: 5px;
	position: relative;
}

.dropzone-thumbnail{
	display: block;
}

.remove-thumbnail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: -10px;
    right: -14px;
}

.post-form-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	
	color: #fff;
}

.post-form-overlay > .posting-text{
	color:#fff;
	font-size: 20px;
}

.hide-overlay{
	display: none;
}

.show-overlay{
	display: flex;
	justify-content: center;
	align-items: center;
}

.like-btn {
    cursor: pointer;
}

.like-check{
	position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.chat-conversation-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
}

.admin-form{
	border: 4px solid #E8EDE8 !important;
}

.admin-form .inner-form{
	background-color: transparent !important;
}

.admin-form .auth-form{
	background-color: transparent !important;
	color:#fff !important;
	font-weight: bold;
}
.form-container

.visi-pass{
	background-color: transparent;
}

.admin-form .auth-form::placeholder{
	color:#fff;
	font-weight: bold;
}


/* HTML: <div class="loader"></div> */
.loader {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 5px solid;
	color:#fff;
	border-color: #726f6f #fff #726f6f  #fff;
	animation: l1 1s infinite;
  }
  @keyframes l1 {to{transform: rotate(.5turn)}}



@media only screen and (min-width:992px) {
	.main-content{
		padding-left: 26%;
		padding-right: 26%;
	}
	.main-sidebar{
		position: fixed;
		height: 100vh;
	}

	.main-sidebar::-webkit-scrollbar {
		width: 5px; /* Reduce scrollbar width */
	}

	.main-sidebar::-webkit-scrollbar-track {
		background: #C2C4C6; /* Light background */
	}

	.main-sidebar{
		overflow-y: auto;
	}

	
	
	.left-sidebar{
		left: 5%;
	}
	
	.right-sidebar{
		right: 5%;
	}
	
}
@media only screen and (max-width:600px){

	.canvasBtn{
		margin-top: -15px;
	}
	.event-container{
		width: 100% !important;
		left: 0;
		margin-top: 65px;
	}

	input[type="text"].otp-field{
		padding: 0.8rem 0.5rem !important;
		background-color: rgba(178, 174, 174, 0.3) !important;
		border-color: #f8f9fa !important;
		color: #6f7f92 !important;
		border-radius: 8px;
		width: 40px;
		height: 40px;
		text-align: center;
	}

	.auth-form:focus{
		background-color: transparent !important;
	}


	#desktopHeader{
		text-align: center;
		padding: 3px 2px;
	}


	.edit-bg{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
	}

	.form-container{
		width: 90%;
	}

	

	.edit-bg span{
		display: none;
	}

	.icon-cover label i{
		color:#000;
		font-size: 1.2rem;
	}

	.icon-cover {
		width: 2rem;
		height: 2rem;
	}


	.auth-btn-sm{
		padding: 0.4rem 0.8rem;
	}
	
	.lead{
		text-align: center;
	}

	.menu-container-parent{
		display: flex;
		justify-content:center;
	}

	.logo-container-parent{
		display: flex;
		justify-content:center;
	}

	.logo-container{
		margin-bottom: 15px;
	}

	.position-alert{
		top:10%;
		left:10%;
	}

	.search-result{
		width: 100% !important;
        position: absolute;
        top: 119px;
        left: 0;
	}
}

@media only screen and (min-width:600px){
	input[type="text"].otp-field{
		padding: 0.8rem 0.5rem !important;
		background-color: rgba(178, 174, 174, 0.3) !important;
		border-color: #f8f9fa !important;
		color: #6f7f92 !important;
		border-radius: 8px;
	}

	.auth-btn-sm{
		padding: 0.4rem 0.8rem !important;
	}

	.auth-form-sm{
		padding: 0.4rem 0.8rem !important;
	}

	.auth-form:focus{
		background-color: transparent !important;
	}

	
}

@media only screen and (min-width:768px){

	input[type="text"].otp-field{
		padding: 0.8rem 0.5rem !important;
		background-color: rgba(178, 174, 174, 0.3) !important;
		border-color: #f8f9fa !important;
		color: #6f7f92 !important;
		border-radius: 8px;
	}

	.auth-form{
		padding: 0.8rem 1.5rem !important;
	}

	.auth-form:focus{
		background-color: transparent;
	}
	
    .auth-btn-lg{
		padding: 0.8rem 1.5rem !important;
		text-transform: uppercase;
	}

	.logo-container{
		margin-bottom: 10px;
	}
}

.disabled {
  color: #aaa !important;
  text-decoration: none !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

