
#form_id #wizard i{
    color: #fff !important;
}
.custom_button_css{
	position: absolute;
	top: 90px;
	right: 15px;
}
.button_style{
	display: inline-block !important;
	border-radius: 6px !important;
	background-color: #fff !important;
	padding: 10px 20px !important;
	color: #1e1e1e !important;
	font-style: 15px !important;
	font-weight: 600 !important;
}
#form_id .form-control {
    border-radius: 5px !important;
}

#form_id input {
    appearance: none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    margin-bottom: 15px !important;
    padding: 16px !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #554565 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    border: solid 1px #CCC !important;
    display: inline-block !important;
    /* width: 100%; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

/* .form-control {
    height: 50px !important;
} */
.form-control {
    height: 35px !important;
}

.border_color {
    border-color: #CCC !important;
}

#form_id .form-control:focus {
    border: 2px solid #a64913 !important;
    background-color: #f6f3f9 !important;
    box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}
.wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #a64913;
    padding: 16px 30px;
    color: #fff;
    font-style: 15px;
    font-weight: bold;
}
#form_id a {
    line-height: 1.6 !important;
}
#form_id select {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #554565;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CCC;
    display: inline-block;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* #form_id .select2 {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 6px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #554565;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CCC;
    display: inline-block;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single, 
.select2-container--default.select2-container--open .select2-selection--multiple, 
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #a64913 !important;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #554565;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CCC;
    display: inline-block;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} 
.select2-container--default .select2-selection--single:focus {
    border: 2px solid #a64913;
    background-color: #f6f3f9;
    box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}

.select2-container--default .select2-selection--single {
    border-color: #CCC !important;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #554565;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CCC;
    display: inline-block;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-container--default .select2-selection--single {
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--single:active {
    border: 2px solid #a64913;
    background-color: #f6f3f9;
    box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}
.select2-container--default .select2-selection--single:target {
    border: 2px solid #a64913;
    background-color: #f6f3f9;
    box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}
.select2-container--default .select2-selection--single:focus-visible {
    border: 2px solid #a64913;
    background-color: #f6f3f9;
    box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}
.select2-container--default .select2-selection--single:focus-within {
    border: 2px solid #a64913;
    background-color: #f6f3f9;
    box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single, 
.select2-container--default.select2-container--open .select2-selection--multiple, 
.select2-container--default.select2-container--open .select2-selection--single:focus {
    border: 2px solid #a64913;
    background-color: #f6f3f9;
    box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;

}

/*   */

.plr10{
	padding: 0 10px !important;
}

.heading_style{
	color: #1e1e1e !important;
	border-left: 2px solid !important;
	padding: 16px !important;
	font-size: 18px !important;
}

body {
	background: #fff !important;
}

.card {
	border-radius: 10px;
}
.example-compact{
	border: 0px solid !important;
}

.table th, .table td {
	padding: 1rem;
}

.form-control {
	border-radius: 6px !important;
}
.form-control {
	border-color: #ccc !important;
}
table th {
	color: #8e8e8e;
}


#form_id .form-group label {
	font-size: 1rem;
	font-weight: 400;
	color: #464E5F;
	margin-bottom: 0 !important;
}
#form_id label {
    font-size: 14px !important;
    margin: 0 !important;
}

#form_id .form-control {
	margin-bottom: 0 !important;
}
.border_radius_6px{
	border-radius: 6px !important;
}
.paginate strong {
	background: #1e1e1e !important;
}

.custom_button_pink{
	background: #eee !important;
    border-radius: 6px !important;
    border-color: #eee !important;
    padding: 15px !important;
    color: #1e1e1e !important;
}
#form_id input[type="submit"] {
	background: #eee !important;
	border-radius: 6px !important;
	border-color: #eee !important;
	padding: 15px !important;
	color:#1e1e1e !important;
	line-height: 0.5 !important; 
	font-size: 12px !important; 
	min-width: 100px !important;
	height: 40px !important;
	line-height: 0.5 !important;
}
#form_id input[type="submit"]:hover {
	box-shadow: none !important;
}

#form_id button[type="button"] {
	background: #eee !important;
	border-radius: 6px !important;
	border-color: #eee !important;
	padding: 15px !important;
	color:#1e1e1e !important;
	line-height: 0.5 !important; 
	font-size: 14px !important; 
	min-width: 100px !important;
	height: 40px !important;
	line-height: 0.5 !important;
}

#form_id button[type="button"]:hover {
	box-shadow: none !important;
}

.custom_ul_radio_check input[type="radio"]:checked+label {
    /* background: linear-gradient(to right, #a64913, #BA7BB2) !important; */
    background: linear-gradient(90deg, #ffa800, #ffdab9) !important;
    color: #000 !important;
    box-shadow: 0px 0px 10px 3px #ccc;
    border-radius: 5px;
}

.line_height5{
	line-height: 0.5 !important;
}
.table .color_dark{
	color: #1e1e1e !important;
}
#form_id i{
	color: #1e1e1e !important;
}

.margin_btm40{
	margin-bottom: 40px !important;
}

.card_padding{
	padding: 20px 0 20px 30px;

}

.tenancy_counter_box {
	padding: 3px !important;
}
.bg_purple_no_radius {
    background: #1e1e1e !important;
    border-color: #1e1e1e !important;
}

.bg_white_color_purple {
    background: #eee !important;
    color: #1e1e1e !important;
    border-color: #1e1e1e !important;
}

.tenancy_counter_button {
    border: solid 1px #1e1e1e !important;
	color: #1e1e1e !important;
}

.tenancy_counter_purple_button {
    border: solid 1px #1e1e1e !important;
    color: #1e1e1e !important;
}

.scrolltop {
    background-color: #1e1e1e !important;
}

.purple_color {
    color: #1e1e1e !important;
}

#form_id input[type="checkbox"] {
	appearance: auto !important;
  }


#form_id textarea {
    height: auto !important;
}

.custom_ul_radio_check input[type="checkbox"]:checked+label {
    background: linear-gradient(90deg, #ffa800, #ffdab9) !important;
    color: #000 !important;
}

.example-compact{
	padding-top: 15px !important;
}
.custom_ul_radio_check li label{
	font-size: 16px !important;
	color: #000 !important;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-number {
    background-color: #1e1e1e !important;
}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-title {
    color: #1e1e1e !important;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-number {

    background-color: rgb(87 92 98 / 8%) !important;
    color: #56606e;
}

#form_id input[type="button"]{
	color: #fff !important;
	min-width: 80px !important;
	font-size: 12px !important;
	font-weight: 700;
	height: auto;
	cursor: pointer;
	padding: 8px 10px !important;
	font-size: 12px !important;
}

#form_id input[type="button"]:hover {
	box-shadow: none !important;
}

#form_id .btn-success {
	background: #28a745 !important;
}

#form_id .btn-danger {
	background: #dc3545 !important;
}

.profile-user-img {
    width: 100px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) !important;
    border-radius: 70px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

#form_id .border0{
	border: 0 !important;
}

#form_id .mb0{
	margin-bottom: 0 !important;
}

.tox-tinymce:focus{
	border: 2px solid #a64913 !important;
	background-color: #f6f3f9 !important;
	box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}
.tox-tinymce:active{
	border: 2px solid #a64913 !important;
	background-color: #f6f3f9 !important;
	box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}
.tox-tinymce:hover{
	border: 2px solid #a64913 !important;
	background-color: #f6f3f9 !important;
	box-shadow: 0 0 0 4px #fff, 0px 0px 0px 6px #2b173f !important;
}



.image-input .btn.btn-icon.btn-xs {
    height: 24px;
    width: 24px !important;
}
.padding12px {
	padding: 12px !important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ccc !important;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: #000000 !important;
}
.margin_btm40{
	margin-bottom:  40px !important;
}

.about_div{
	background: white;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0 !important;
}
.about_div h5{
	font-weight: bold !important;
	color: #1e1e1e !important;
}

.about_div p{
	color: #7e7e7e !important;
}

.plr30{
	padding: 0 30px !important;
}

.wizard .content .current {
    padding: 0 30px;
}

.padding20px{
	padding: 20px !important;
}

.margin_top20{
	margin-top: 20px !important;
}
.font_size_24px{
	font-size: 24px !important;
}


/* radio CSS Style */
.custom_ul_radio_check {

	list-style-type: none !important;

	padding: 0 !important;

	margin: 0 !important;

}

.custom_ul_radio_check li {

	margin-bottom: 10px !important;
	background: white !important;
	width: 100px !important;
	position: relative !important;

	display: block !important;
	float: left !important;
	margin-right:5px !important;

	border-radius: 5px;

}

.custom_ul_radio_check input[type="radio"] {

	opacity: 0 !important;

	position: absolute !important;

}

.custom_ul_radio_check input[type="checkbox"] {

	opacity: 0 !important;

	position: absolute !important;

}

.custom_ul_radio_check label {

	display: flex !important;

	align-items: center !important;

	justify-content: space-between !important;

	padding: 10px 10px 10px 40px !important;

	width: 100% !important;
	/* Adjust width as per your layout */

	border: 1px solid #999 !important;

	border-radius: 5px !important;

	cursor: pointer !important;

	font-size: 16px !important;

	font-weight: 400 !important;

	color: #666 !important;

	transition: all 0.3s ease !important;

	box-shadow: none !important;

	position: relative !important;

}

/* Default Unchecked Circle */

.custom_ul_radio_check label:before {

	content: '';

	position: absolute !important;

	left: 10px !important;

	top: 50% !important;

	transform: translateY(-50%) !important;

	width: 20px !important;

	height: 20px !important;

	border-radius: 50% !important;

	border: 2px solid #999 !important;

	background-color: #fff !important;
	/* Inner color for the unchecked state */

}

/* Checked Radio Button */

.custom_ul_radio_check input[type="radio"]:checked+label:before {

	border-color: #a64913 !important;

	background-color: #fff !important;
	/* Outer circle remains white */

}

.custom_ul_radio_check input[type="radio"]:checked+label:after {

	content: '' !important;

	position: absolute !important;

	left: 16px !important;

	top: 50% !important;

	transform: translateY(-50%) !important;

	width: 8px !important;

	height: 8px !important;

	border-radius: 50% !important;

	background-color: #a64913 !important;
	/* Inner dot for checked radio */

}

/* Checked Radio Button */

.custom_ul_radio_check input[type="checkbox"]:checked+label:before {

	border-color: #a64913 !important;

	background-color: #fff !important;
	/* Outer circle remains white */

}

.custom_ul_radio_check input[type="checkbox"]:checked+label:after {

	content: '' !important;

	position: absolute !important;

	left: 16px !important;

	top: 50% !important;

	transform: translateY(-50%) !important;

	width: 8px !important;

	height: 8px !important;

	border-radius: 50% !important;

	background-color: #a64913 !important;
	/* Inner dot for checked radio */

}

/* Label Hover State */

.custom_ul_radio_check label:hover {

	background-color: #f0f0f0 !important;

}

/* Checked Label Style */

.custom_ul_radio_check input[type="radio"]:checked+label {

	background-color: white !important;

	border-color: #a64913 !important;

	color: #a64913 !important;

	/* box-shadow: 0px 0px 5px 1px rgba(137, 49, 133, 0.5) !important; */
	background: white !important;

}

/* Checked Label Style */

.custom_ul_radio_check input[type="checkbox"]:checked+label {

	background-color: white !important;

	border-color: #a64913 !important;

	color: #a64913 !important;

	box-shadow: 0px 0px 5px 1px rgba(137, 49, 133, 0.5) !important;
	background: white !important;

}
.wizard.wizard-4 .wizard-nav .wizard-steps{
	margin-bottom: 15px !important;
}

.landlord_box_style {
    border: 0px solid #a64913;
    padding: 20px;
    margin: 20px auto;
    background: white;
    border-radius: 20px !important;
}

#action_button .btn_green{
	color: #ffffff !important;
    background-color: green !important;
    border-color: green !important;
	background: green !important;
}


.btn.btn-light-green {
    color: green;
    background-color: #a7e5a7;
    border-color: transparent;
}

