.website_title {
	font-size: 30px;
	color: #2e3c43;
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
}
.website_title span {
    color: #e74c3c;
}
.advanced_search .search_inner .search_item .bootstrap-select {
    width: 130px;
}
.media-body h6 {
	width: 100%;
	padding: 0 10px;
}
.media-body h6 span {
	font-weight: 200;
}
.removeMe {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	text-align: center;
	color: #e74c3c;
	line-height: 50px;
	font-size: 16px;
	margin-right: 17px;
	transition: all 400ms linear 0s;
}
.media-remove a {
	float: right;
	margin-top: -20px;
	visibility: hidden;
}
.media:hover a{
    visibility: visible;
}
.is_online {
	background: #155724 !important;
}
.input-group-append {
	display: flex;
	margin-left: -1px;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.input-group-text {
	border-top-left-radius: 0;
border-bottom-left-radius: 0;

}
.delete_btn {
	color: #000;
}
.delete_btn:before {
	background-color: #ddd !important;
}
.swal2-popup {
	font-size: 14px !important;
}
.fc-day-number, .fc-event-title {
	cursor: pointer;
}

#aboUser .card {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
}
#card-element {
    border: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0 30px;
	border-radius: 10px;
	background: #fff;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}