body{
    
}#edit-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	color: #333;
	float: right;
}

#edit-btn i {
	display: block;
}
.arranger-checkbox{
    margin-top:100px;
}

input.forminput:invalid, textarea.forminput:invalid {
    background-color: #fff;
}

.settingsForm label,.settingsForm .forminput{
    width:100%;

}

/* Popup styling */
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #E0ECEC;
	padding: 1rem;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	border-radius: 5px;
    width: 100%;
    max-width: 940px;
}


.popup h2 {
	margin-top: 0;
}

.close-btn {
	/* position: absolute;
	top: 10px;
	right: 10px; */
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 20px;
}

.close-btn i {
	display: block;
}

/* Adjust popup content to accommodate close button */
/* .popup>*:not(.close-btn) {
	margin-top: 1.5rem;
} */

.form-group {
	margin-bottom: 1rem;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #007bff;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	margin-top: 15px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

/** Popup second csss* */

.popup-container-info {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popup-info {
	position: relative;
	background-color: #E0ECEC;
	padding: 30px;
	border-radius: 5px;
	max-width: 500px;
	width: 100%;
}

.popup-info h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.popup-info label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.popup-info input[type="text"] {
	width: 100%;
	padding: 10px;
	/*border: none;*/
	/* border-radius: 14px; */
	margin-bottom: 20px;
}

/* .popup-info input[type="submit"] {
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
} */

/* .popup-info input[type="submit"]:hover {
	background-color: #0069d9;
} */

.close-icon {
	font-size: 24px;
	color: #aaa;
	text-decoration: none;
}
a.close-icon.interFare{
	margin-bottom: 20px;
}
.close-icon:hover {
	color: #666;
}

/****imaage popup******/
.popup-image {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background-color: rgba(0, 0, 0, 0.8); */
	z-index: 9999;
}

.popup-image .popup-info {
	background-color: #E0ECEC;
	margin: 10% auto;
	padding: 20px;
	max-width: 600px;
	position: relative;
	text-align: center;
}

.popup-image .popup-info h2 {
	margin-top: 0;
}

.popup-image form {
	/* display: flex; */
	flex-direction: column;
	align-items: center;
}

.popup-image label {
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}

.popup-image input[type="file"] {
	margin-bottom: 20px;
}

/* .popup-image input[type="submit"] {
	background-color: #007bff;
	border: none;
	color: white;
	padding: 10px 20px;
	cursor: pointer;
} */

.popup-image .close-icon {
	/* position: absolute;
	top: 10px;
	right: 10px; */
	cursor: pointer;
	margin-bottom: 20px;
	font-size: 16px;
}

.popup-image .close-icon i {
	font-size: 16px;
}

.image-preview img {
	max-width: 100%;
	max-height: 100%;
	margin-top: 10px;
}

.additional-image-container {
    position: relative;
}



.additional-image-container:hover .additional-image-remove {
    opacity: 1;
}

/* .additional-image-remove:hover {
    background-color: rgba(0, 0, 0, 0.8);
} */


#add-image-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #E0ECEC;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	padding: 20px;
  }
  
  #add-image-popup form {
	display: flex;
	flex-direction: column;
  }
  
  #add-image-popup input[type="file"] {
	margin-bottom: 10px;
  }
  
  #add-image-popup input[type="submit"] {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
  }
  
  /* #add-image-popup input[type="submit"]:hover {
	background-color: #0062cc;
  } */

  
  #close-popup {
	/* position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;*/
	background-color: transparent;
	border: none; 
	cursor: pointer;
	margin-bottom: 20px;
  }
  .editBanner{
	position: relative;
  }
  .reposBannerIcon{
	font-style: initial !important;
	position: relative;
    right: 15px;
    top: 12px;
}

  .newEditIcon{
	width: 25px;
    height: 25px;
    background: #535856;
    padding: 3px 7px;
    border-radius: 50%;
    font-size: 13px;
  }
  .positioned{
	padding: 6px 7px;
  }
  .newEditIcon i.fas.fa-pencil-alt,i.fas.fa-trash-alt{
	 color:white !important; 
  }


  .custom-button {
    display: inline-block;
     position: relative;
     padding: 6px 12px;
     cursor: pointer;
     background-color: #d1d1d1;
     color:#3c3c3c;
     border: transparent;
     border-radius: 4px;
 }
 

.edit-buttonBannerImage,  .update-banner-image
  {
	position: absolute;
  }
  

  .fav-delete {
	position:absolute;
	right: 5px;
}

  a.fav-delete i.far.fa-times-circle{
	font-size:12px !important;
  }
.customeEditLi{
	display:flex;
	align-items: center;
}
.customeEditLi .newEditIcon{

	cursor:pointer;
}

.fa-plus-circle:before {
    content: "\f055";
    color: white;
}
.column-occasions-event-new-form{
	background:transparent;
}

.smallIcons{
	transform: scale(0.7);
}
.imghThumb img {
	max-width: 97px;
    width: 97px;
    height: 76px;
    object-fit: cover;
    margin-bottom: 3px;
    margin-right: 3px;
	border-radius: 4px;
}
.imghThumb img:nth-child(3n){
	margin-right: 0x;
}
.d-flex{
	display:flex;
	flex-wrap: wrap;
}

button.addBtncustome {
	max-width: 100px;
    width: 100px;
    height: 77px;
	padding:10px 10px;
	background-color: white;
	border-radius: 2px;
	border:0px;
	outline:none;
	border:1px solid #eee;
	border-radius: 4px;
	margin: 0px;
}
button.addBtncustome i{
	background: #dddddd;
    width: 30px;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
}
button.addBtncustome .textaddBtn{
	font-size: 10px;
    margin-top: 8px;
}
.popUpHeader{
	display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
	margin-bottom: 15px;
}
.popUpHeader h2{
	font-style: normal;
    font-family: 'BertholdAkzidenz';
    font-size: 1.25rem;
    font-weight: 800;
	margin-bottom: 20px;
}
.popUpCustome form label{
	font-style: normal;
    font-family: 'BertholdAkzidenz';
	font-weight: 500;
	font-size:16px;
	margin-right:8px;
}
img#preview-image{
	width:200px;
	height:200px;
	object-fit: cover;
	object-position: center center;
	border-radius: 5px;
	margin-bottom: 15px;
}
.finalSuccessbtn{
	/* display: right; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
    border-radius: 5px 5px 5px 5px;
    background: #000;
    cursor: pointer;
    color: #EEE;
    font-size: 14px;
    display: block;
    border: none;
    font-weight: normal;
    margin: 10px 0;
    padding: 5px 10px 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
    font-size: 0.8em;
	width: fit-content;
    min-width: 100px;
}
.finalSuccessbtn:hover{
	/* float: right;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 9px;
    border-radius: 5px 5px 5px 5px;
    background: #161616;
    cursor: pointer;
    color: #EEE;
    font-size: 14px;
    display: block;
    border: none;
    font-weight: normal;
    margin: 10px 0;
    padding: 5px 10px 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
    font-size: 0.8em; */
}
.popUpCustome .forminput{
	box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px inset;
    color: #666;
    margin: 5px 0;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #AAA;
    padding: 7px 7px 5px;
    line-height: 1.3em;
    font-family: 14px;
}

.forminput {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px inset;
    color: #666;
    margin: 5px 0;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #AAA;
    padding: 7px 7px 5px;
    line-height: 1.3em;
    font-family: 14px;
    width:100%;
}
.text-right{
	text-align:right;
}
.calenderSettings{
	padding: 15px;
    text-align: right;
	cursor:pointer;
}

.popup-content {
	position: relative;
	margin: 10% auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	width: 80%;
	max-width: 600px;
	}

	button.close-button {
		background: transparent;
		outline: none;
		border: 0px;
	}
 
	.checkbox-div{
       margin-top:10px;
	   margin-bottom: 10px;
	}

	input.forminput:invalid, textarea.forminput:invalid {
		background-color: #fff;
	}
	.col-md-6 {
		flex: 0 0 auto;
    width: 50%;
	padding:0 15px;
	}
	.col-md-12 {
		flex: 0 0 auto;
    width: 100%;
	padding:0 15px;
	}
	.row{
		display:flex;
		flex-wrap: wrap;
	}
	.settingsForm label{
		margin-top:15px;
		margin-bottom: 0;
	}
	.settingsForm label,.settingsForm .forminput{
		width:100%;

	}
	.finalSuccessbtn.settingsBTNs{
		margin-right: 15px;
	}
	.popupbody{
		overflow: auto;
		height: 80vh;
	}
	/* width */
	.popupbody::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  .popupbody::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  .popupbody::-webkit-scrollbar-thumb {
	background: grey; 
	border-radius: 3px;
  }
  
  /* Handle on hover */
  .popupbody::-webkit-scrollbar-thumb:hover {
	background: grey; 
  }
	@media screen and (max-width:620px) {
		.col-md-6.col-sm-12 {
			flex: 0 0 auto;
		width: 100%;
		padding:0 15px;
		}
	}


	 .not-verified{
		background-color: #f77979;
	 }

	.logo_popup{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #E0ECEC;
		border-radius: 5px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
		z-index: 9999;
		padding: 20px;
	}
	
#setting_events{

    float: right;
    margin-right: 20px;
    cursor:pointer;
}

	.logo_edit_input{
		box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px inset;
    color: #666;
    margin: 5px 0;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #AAA;
    padding: 7px 7px 5px;
    line-height: 1.3em;
    font-family: 14px;
	}
	
    .fl-right{
        float:right;
    }
    

#event-info .categories.coworked{
    width: 71%;
}
.descriptiondate{
    font-size:12px;
}
.descriptionSubtitle{
    font-size:15px;
    font-style: italic;
}
button.btn.add.w-100.addmore{
   width:100% !important; 
   margin-top: 15px;
   background-color: #d8f0d6 !important;
   border:0px !important;
   font-size: 14px;
}
.background-transparent{
	background:transparent;
}

.add-more-image-btn{
    margin-top: 0.5rem;
}
#table_wrapper th, table.dataTable thead th{
	text-transform: lowercase !important;
  }
  #table_wrapper th, table.dataTable thead th:first-letter {
	text-transform: uppercase;
  }