.alert {
	margin: 0;
	font-size: 14px;
	border-radius: 8px;
}

.error {}

.error .input-text,
.error .input-text-grp .input-text {
	border: 1px solid #f1aeb5;
}

.btn {
	border-radius: 12px .btn-outline !important;
}

.btn-sm {
	padding: 5px 12px .btn-outline !important;
	font-size: 16px .btn-outline !important;
	font-weight: 500 .btn-outline !important;
}

.btn-full {
	width: 100% .btn-outline !important;
}

.btn-default {
	background: #D81860 !important;
	color: #fff !important;
	border: 1px solid #D81860 !important;
}

.btn-default:hover {
	color: #fff !important;
	background: #BA094C !important;
}

.btn-outline {
	background: #fff !important;
	color: #D81860 !important;
	border: 1px solid #E6E6E6 !important;
}

.btn-outline:hover {
	color: #D81860 !important;
	background: #E6E6E6 !important;
}

.btn:disabled {
	background: #aaa !important;
	border: 1px solid #aaa !important;
	color: #fff !important;
}

.stat {
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 32px;
	font-weight: 500;
}

.stat-active {
	background: rgba(0, 181, 112, 0.20);
	color: #00B570;
}

.stat-inactive {
	background: rgba(255, 55, 55, 0.20);
	color: #FF3737;
}

.stat-pending {
	background: rgba(106, 106, 106, 0.20);
	color: #6A6A6A;
}

.stat-approved {
	background: rgba(0, 181, 112, 0.20);
	color: #00B570;
}

.stat-amend {
	background: rgba(255, 55, 55, 0.20);
	color: #FF3737;
}

.stat-verification {
	background: rgba(106, 106, 106, 0.20);
	color: #6A6A6A;
}

.stat-resubmission {
	background: rgba(255, 127, 10, 0.20);
	color: #FF7F0A;
}

.stat-verified {
	background: rgba(216, 24, 96, 0.20);
	color: #D81860;
}

.stat-icon {
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 32px;
	color: #1C1D1F;
	font-weight: 500;
	display: flex;
	gap: 5px;
	background: #E9E9E9;
}

.stat-draft {
	background: rgba(106, 106, 106, 0.20);
	color: #6A6A6A;
}

.stat-published {
	background: rgba(0, 181, 112, 0.20);
	color: #00B570;
}

.stat-unpublished {
	background: rgba(255, 55, 55, 0.20);
	color: #FF3737;
}

.panel {
	padding: 24px;
	border-radius: 15px;
	border: 1px solid #D1D9E4;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.panel h3 {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	color: #1C1D1F;
}

.panel .panel-info {
	display: flex;
	gap: 32px;
	flex-direction: column;
}

.panel .panel-info .panel-grp {}

.panel .panel-info .panel-grp .form-control {
	color: #687077;
	padding: 10px 14px;
	border: 1px solid #D1D9E4;
	border-radius: 12px;
}

.panel .panel-info .panel-grp .mb-3 {
	display: flex;
	align-items: center;
}


/*margins*/
.mg-right-auto {
	margin-right: auto !important;
}

.mg-left-16 {
	margin-left: 16px !important;
}

.modal-content {
	border: 1px solid #D1D9E4 !important;
	/* border-radius: 24px !important; */
	border-radius: 0px !important;
	background-clip: inherit !important;
	padding: 40px !important;
	gap: 32px !important;
}

.modal-header {
	padding: 0 !important;
	border: none !important;
}

.modal-header h5 {
	font-size: 24px !important;
	color: #1C1D1F !important;
	font-weight: 600 !important;

}

.modal-body {
	padding: 0 !important;
}

.modal-body .form-control,
.modal-body .form-dropdown {
	font-size: 14px !important;
	color: #687077 !important;
	border: 1px solid #D1D9E4 !important;
	border-radius: 15px !important;
	padding: 12px !important;
}

.modal-body .form-control::placeholder,
.modal-body .form-dropdown::placeholder {
	color: #aaa !important;
}

.modal-body p {
	color: #687077 !important;
	margin: 0 !important;
}

.modal-footer {
	display: flex !important;
	gap: 24px !important;
	flex-wrap: nowrap !important;
	border-top: none !important;
	padding: 0 !important;
}

.modal-footer button {
	width: 100% !important;
	margin: 0 !important;
}

.modal-form {
	display: flex !important;
	gap: 20px !important;
	flex-direction: column !important;
}

.form-item label {
	font-size: 14px !important;
	color: #1C1D1F !important;
	font-weight: 500 !important;
}

.modal-photo {
	display: flex !important;
	justify-content: space-between !important;
	border: 1px solid #D1D9E4 !important;
	border-radius: 15px !important;
	padding: 12px !important;
}

.docs-holder {
	width: 100px !important;
	height: 75px !important;
	overflow: hidden !important;
	border-radius: 12px !important;
}

.docs-holder img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.btn-photo {
	display: flex !important;
	align-items: center !important;
}

.success-body {
	display: flex !important;
	display: flex !important;
	flex-direction: column;
	display: flex !important;
	gap: 24px;
	display: flex !important;
	justify-content: middle;
	display: flex !important;
	text-align: center;
}

.success-body img {
	display: flex !important;
	width: 120px;
	display: flex !important;
	margin: 0 auto;
}

.form-control-grp {
	display: flex !important;
	position: relative;
}

.form-control-grp img {
	display: flex !important;
	position: absolute;
	display: flex !important;
	right: 12px;
	display: flex !important;
	top: 11px;
}

.reason {
	margin-top: 24px;
}

.modal-upload-photo {
	display: flex;
	justify-content: space-between;
	border: 1px dashed #D1D9E4;
	border-radius: 15px;
	padding: 12px;
	margin-bottom: 12px;
}

.modal-upload-photo .docs-holder {
	width: 48px;
	height: 48px;
}

.input-file {
	display: none;
}

.c-toggle {}

.c-toggle .form-check {
	min-height: auto;
}

.c-toggle .form-check .form-check-input:checked {
	background-color: #D81860;
	border: #D81860;
}

.c-toggle .form-check .form-check-input:focus {
	box-shadow: 0px 0px 7px 0px rgba(216, 24, 96, 0.25);
	border: 1px solid #D81860;
	/*			background: #E2E6EB;*/
}



.form-error {
	position: relative;
}

.error-required {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #FF3737;
}

.form-error .form-control,
.form-error .form-dropdown {
	border: 1px solid #FF3737;
}

.form-error .modal-upload-photo {
	border: 1px dashed #FF3737;
}


.stat-ongoing {
	background: rgba(216, 24, 96, 0.20);
	color: #D81860;
}

.stat-canceled {
	background: rgba(255, 55, 55, 0.20);
	color: #FF3737;
}

.stat-completed {
	background: rgba(0, 181, 112, 0.20);
	color: #00B570;
}

.offcanvas {}

.offcanvas .offcanvas-header {}

.offcanvas .offcanvas-header h5 {
	color: #1C2031;
	margin: 0;
	font-size: 18px;
}

.offcanvas .offcanvas-header h5 small {
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	margin-bottom: 8px;
}

.offcanvas .offcanvas-header h5 small:first-child {
	color: #D81860;
}

.offcanvas .offcanvas-header span {
	margin-right: auto;
	margin-left: 12px;
	margin-top: auto;
}

.offcanvas .offcanvas-header button {
	margin-bottom: auto;
}

.booking-holder {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.booking-holder .map-ss {
	width: 100%;
	border-radius: 12px;
}

.booking-rider-details {
	border: 1px solid #D1D9E4;
	border-radius: 12px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 16px;
	color: #1C2031;
}

.booking-rider-details .pfp {
	width: 56px;
	height: 56px;
	border-radius: 56px;
	overflow: hidden;
}

.booking-rider-details .pfp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.booking-rider-details .rider-info {}

.booking-rider-details .rider-info h4 {
	font-size: 18px;
	margin: 0;
}

.booking-rider-details .rider-info small {
	font-size: 12px;
}

.booking-rider-details .rider-rating {
	display: flex;
	margin-left: auto;
	align-items: center;
	gap: 8px;
}

.booking-rider-details .rider-rating h4 {
	margin: 0;
	font-size: 16px;
}

.booking-address {
	border: 1px solid #D1D9E4;
	border-radius: 12px;
	padding: 16px;
	gap: 32px;
	display: flex;
	flex-direction: column;
}

.booking-address-details {
	display: flex;
	gap: 16px;
	align-items: start;
}

.booking-address-details .sender-details,
.booking-address-details .recepient-details {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.booking-address-details .sender-details label,
.booking-address-details .recepient-details label {
	font-size: 14px;
	color: #6a6a6a;
}

.booking-address-details .sender-details h4,
.booking-address-details .recepient-details h4 {
	font-size: 16px;
	color: #171725;
	margin: 0;
}

.booking-address-details .sender-details .sender,
.booking-address-details .sender-details .recepient {
	display: flex;
	gap: 24px;
}

.booking-address-details .sender-details .sender span,
.booking-address-details .sender-details .recepient span {
	font-size: 14px;
	color: #6a6a6a;
}

.booking-note {
	border-radius: 12px;
	background: #D1D9E4;
	padding: 16px;
}

.booking-note label {
	color: #171725;
	font-weight: 600;
}

.booking-note p {
	color: #171725;
	margin: 0;
	margin-top: 8px;
}

.booking-distance {
	border-radius: 12px;
	border: 1px solid #D1D9E4;
	padding: 16px;
}

.booking-fees {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fees-grp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fees-grp .discount {
	color: #34C759;
}

.fees-grp span {
	font-weight: 600;
}

.total-fees {
	margin-top: 8px;
	padding: 16px 0;
	border-top: 1px solid #D1D9E4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.total-fees .total {
	display: flex;
	align-items: center;
	gap: 8px;
}

.total-fees .total img {
	width: 30px;
}

.total-fees span {
	font-weight: 600;
}

.distance-label img {
	margin-right: 12px;
}


/*scoll*/
/* width */
.offcanvas-body::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.offcanvas-body::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
.offcanvas-body::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

/* Handle on hover */
.offcanvas-body::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3);
}