.card-top {
    display: flex;
    width: 100%;
    align-items: flex-start;
    border-bottom: 1px solid #efefef;
}

.card-event-img {
    width: 80px;
    height: 55px;
    margin-right: 20px;
}

.card-event-img img {
    width: 100%;
    height: 100%;
	border-radius: 3px;
    object-fit: cover;
}

.card-event-dt h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #000;
}
.invoice-id {
    color: #717171;
}


.card-bottom {
    display: flex;
    width: 100%;
	flex-wrap: wrap;
}

.card-bottom-item {
    display: flex;
    width: 50%;
    align-items: center;
	padding: 20px;
}

.card-icon i {
    font-size: 16px;
    color: #6ac045;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 41px;
    background: #e8f7f7;
    border-radius: 50%;
}

.card-dt-text {
    margin-left: 15px;
}

.card-dt-text h6 {
    font-size: 13px;
    color: #717171;
}

.card-dt-text span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.card-dt-text a {
    color: #6ac045;
    font-weight: 500;
    font-size: 14px;
}

.card-dt-text a:hover {
    color: #7ad254 !important;
}

.checkout-title {
    border-bottom: 2px solid #efefef;
    padding-bottom: 25px;
}

.bp-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 20px;
	margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.bp-content {
    padding: 0 30px 30px;
}

.bp-form .form-control {
    background-color: #f9f9f9 !important;
}

.bp-form .btn-light {
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #717171 !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #efefef !important;
    padding: 5px 20px !important;
    min-height: 50px !important;
    border-radius: 3px !important;
    transition: none !important;
}
form-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
	display: block;
}
.bp-form .form-control {
    background-color: #f9f9f9 !important;
}

.h_40 {
	height: 40px;
    line-height: 40px;
	font-size: 14px;
}

.h_50 {
	height: 50px;
    line-height: 50px;
	font-size: 16px;
}

.job-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.job-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    cursor: pointer;
}