p,a {
    font-family: neo-regular;
    
}
a {
    text-decoration: none !important;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.section_01 {
	padding: 2rem 8rem;
}
.img-box {
	height: 400px;
	border-radius: 10px;
}
.img-box > img {
	display: block;
	width: 100%;
}

.view {
	height: 100%;
}
.view-header {
	display: flex;
	margin-bottom: auto;
	padding: 0;
}
.view-header > h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.view-header > span {
	margin-left: auto;
    font-weight: unset !important;
    font-size: 0.9rem;
    margin-left: auto;
    color: #969696;
    text-transform: lowercase !important;
}
.location > i {
    font-size: 0.25rem;
    vertical-align: middle;
    margin: 0 5px;
}
.location > span {
    color: #00c691;
    font-weight: bold;
}
.description {
    text-transform: capitalize;
    font-weight: 500;
}


.info {
	word-break: break-all;
}



.view-footer {
	margin-top: auto;
}
.view-footer > button, .view-footer > a {
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: red;
    border: 0;
    border-radius: 0.4rem;
}

.modal {
	padding-right: 0 !important;
}
.modal-content {
	border-radius: 10px;
	border: 0;
	overflow: hidden;
}
.modal-header {
	border: 0;
	border-radius: 0;
}
.modal-header, .modal-footer {
	padding: 1rem 2rem;
}
.modal-body {
	padding: 0 2rem;
}
.modal-title {
	font-family: neo-medium;
	color: #3154a5;
	font-size: 1.5rem;
}
.modal-footer {
	justify-content: flex-start;
	border: 0;
}
.modal-footer > .row {
	width: 100%;
}
.btn-attachment {
	margin: 0 !important;
	padding: 1rem .75rem;
	border-radius: 0.4rem;
	background: #dddddd !important;
	color: #606060 !important;
	width: 100%;
	text-align: center;
}
.btn-attachment:hover {
	cursor: pointer !important;
}
#input-attachment {
	display: none;
}
.input-left {
	padding-right: 5px !important;
}
.input-right {
	padding-left: 5px !important;
}
.modal-body label {
    font-family: neo-medium;
    color: #444444;
    font-size: 1rem;
}
input.form-control {
	background: #dddddd;
    border: 0;
    border-radius: 7px !important;
    height: unset;
}
.btn-col {
	display: flex;
	align-items: center;
}
.btn-col > button {
	background: #3154a5;
	border-color: #3154a5;
	font-size: 1rem;
	text-transform: uppercase;
}

.badge-status {
	font-size: 0.8rem;
	margin-left: 1rem;
}
.view-footer .form-group > label {
	display: block;
}
.view-footer .badge-danger {
	font-size: 0.9rem;
}
.view-form button.btn {
	text-transform: uppercase;
}
.view-form a.btn {
	text-transform: uppercase;
	color: #fff !important;
}
.modal-update .modal-header {
	display: flex;
	align-items: center;
}

#url_input {
	display: none;
}
.btn-copy {
	border-radius: 5px !important;
	background: #3154a5;
	color: #fff;
	border: 0;
}
.btn-update, .btn-view, .btn-apply, .btn-book, .btn-join {
	border-radius: 50px !important;
	padding: .5rem 2rem !important;
	font-size: 1rem !important;
}
.btn-apply, .btn-book, .btn-join {
	background: #e6437b !important;
	border-color: 0;
	overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
	.img-box {
		margin-bottom: 3rem;
	}
	section {
		padding: 2rem 3rem !important;
	}
}