*{}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html body{
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
}

.breck-all{
    word-wrap: break-word;
    word-break: break-all;
}

.table thead th, .table tfoot th {
    text-transform: capitalize !important;
}

/* Other CSS */
.dashboard-main-div .bullet.bullet-danger {
    background-color: #742020;
}

.dashboard-main-div .table-danger, .table-danger > th, .table-danger > td {
    background-color: #742020;
    color: white;
}

.dashboard-main-div .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #742020;
}
/*===============================
	PRIMARY COLOR SECTION START
===============================*/

::root {
	--primary: #3E4796;
}

a{color:#3E4796;}

a:hover {
    color: #3E4796;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active,
.bg-gradient-primary:active, 
.bg-gradient-primary:focus, 
.btn-gradient-primary:active, 
.btn-gradient-primary:focus{
    border-color: #3E4796 !important;
    background-color: #3E4796 !important;
	background-image: linear-gradient(
47deg, #3E4796, #3E4796);
}

.bg-light-primary {
    background-color: rgba(199, 162, 79, 0.2) !important;
    color: #3E4796 !important;
}
.avatar.bg-light-primary{
	color: #3E4796 !important;
}
.main-menu.menu-light .navigation > li a{
	border-radius: 4px;
}
.main-menu.menu-light .navigation > li.active > a,
.main-menu.menu-light .navigation > li ul .active {
    background: linear-gradient(
118deg
, #3E4796, #3E4796);
    box-shadow: #3E4796;
    color:#ffffff;
}
.btn-primary:hover:not(.disabled):not(:disabled){
	box-shadow: 0px 5px 5px 0px rgb(199 162 79 / 20%) !important;
}
.bg-gradient-primary, .btn-gradient-primary {
    background-image: linear-gradient(
47deg, #3E4796, #3E4796);
}
.form-control:focus{
	border-color: #3E4796;
}
.page-item.active .page-link{
	background-color: #3E4796;
}
.page-item .page-link:hover {
    color: #3E4796;
}
.footer a{
	color: #000000;
}
.footer a:hover{
	color: #3E4796;
}

/*===============================
	PRIMARY COLOR SECTION END
===============================*/

/*===============================
	LOADER SECTION END
===============================*/
.gocover {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
}

/*===============================
	LOADER SECTION END
===============================*/

/*==============================
	SWEET ALERT SECTION START
==============================*/

.swal2-popup{
	border-radius: 4px;
}
.swal2-title{
	font-size: 1.3em;
}
.swal2-confirm,
.swal-button--confirm{
	border-color: #28c76f !important;
    background-color: #28c76f !important;
    color: #ffffff !important;
}
.swal2-deny{
	border-color: #ff9f43 !important;
    background-color: #ff9f43 !important;
    color: #ffffff !important;
}
.swal2-cancel{
	border-color: #e42728 !important;
    background-color: #e42728 !important;
    color: #ffffff !important;
}
.swal-footer{
	text-align:center !important;
}

/*==============================
	SWEET ALERT SECTION END
==============================*/

/*==============================
	ACCORDION DESING SECTION START
==============================*/

.fpv-accordion{

}
.card-body .fpv-accordion .card {
    margin-bottom: 20px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ebe9f1;
	border-radius: calc(0.428rem - 1px) calc(0.428rem - 1px) 0 0;
}
.fpv-accordion .card-header{
	background-color: #edeff1;
}
.card-body .fpv-accordion .card .card-body{
	padding:20px;
}

.card-body .response .code-block {
  border: 1px solid #ddd;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

/*==============================
	ACCORDION DESING SECTION END
==============================*/

/*===============================
	LOGIN SECTION START
===============================*/

.login-image{

}
.login-image img{
	max-height:600px;
}

/*==============================
	LOGIN SECTION END
==============================*/

/*===============================
	HEADER SECTION START
===============================*/

.main-menu .navbar-header{
	padding: 0.35rem 1rem;
	width: 100%;
}
.main-menu .navbar-header .navbar-brand{
	margin-top:0px;
}
.main-menu .navbar-header .navbar-brand img {
    max-width: 100% !important;
	position: absolute;
    left: 30px;
    top: 10px;
}
.maximize-logo,
.expanded .minimize-logo{
    /*display: none;*/
	opacity: 0;
}
.minimize-logo,
.expanded .maximize-logo {
    /*display: block;*/
	opacity: 1;
}
.header-navbar ul.navbar-nav li.dropdown-user .dropdown-menu{
	width: 14rem !important;
}
.header-navbar ul.navbar-nav li.dropdown-user .dropdown-menu .dropdown-item{
	font-size:13px;
}
.header-navbar  ul.navbar-nav li.dropdown-user .dropdown-menu i,
.header-navbar  ul.navbar-nav li.dropdown-user .dropdown-menu svg {
    height: 14px;
    width: 14px;
    font-size: 14px;
    vertical-align: top;
	margin-right:5px;
}

.header-navbar  ul.navbar-nav li.dropdown-user .dropdown-menu .dropdown-item:hover,
.header-navbar  ul.navbar-nav li.dropdown-user .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    border-color: #3E4796;
    background-color: #3E4796;
}
.vertical-layout.vertical-menu-modern .main-menu .navigation li a{
	font-size:14px;
}

/*===============================
	HEADER SECTION END
===============================*/


/*===============================
	TABLE SECTION START
===============================*/


div.table-responsive>div.dataTables_wrapper>div.row:first-child,
div.table-responsive>div.dataTables_wrapper>div.row:last-child {
    margin: 0px;
}
div.table-responsive>div.dataTables_wrapper>div.row:first-child > div:first-child,
div.table-responsive>div.dataTables_wrapper>div.row:last-child > div:first-child {
    padding-left: 15px;
}
div.table-responsive>div.dataTables_wrapper>div.row:first-child > div:last-child,
div.table-responsive>div.dataTables_wrapper>div.row:last-child > div:last-child {
    padding-right: 15px;
}
table.dataTable td,
table.dataTable th {
    padding: 0.72rem 1rem;
	font-size: 12px;
}
table.dataTable td .btn,
table.dataTable th .btn {
    /*padding: 0;
    height: 30px;
    width: 30px;
    line-height: 28px;*/
    font-size: 12px;
	margin: 1px;
}
table.dataTable .avatar-wrapper{

}
.dccustom-switch p{
	margin-bottom:5px;
}
.dccustom-switch{

}
.dccustom-switch input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.225rem;
    opacity: 0;
}
.dccustom-switch input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
span.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.dccustom-switch span.custom-control-label {
    padding-left: 3.5rem;
    line-height: 1.7rem;
}
span.custom-control-label:before {
	content: "";
}
.dccustom-switch span.custom-control-label:before{
	width: 3rem;
    pointer-events: all;
    border-radius: 1rem;
}
.dccustom-switch span.custom-control-label:before {
    border: none;
    background-color: #e2e2e2;
    height: 1.7rem;
    box-shadow: none !important;
    transition: opacity 0.25s ease, background-color 0.1s ease;
    cursor: pointer;
    user-select: none;
    top: 0;
    left: 0;
}
.dccustom-switch span.custom-control-label .switch-icon-left,
.dccustom-switch span.custom-control-label .switch-icon-right{
	position: absolute;
    cursor: pointer;
    user-select: none;
    line-height: 1.8;
}
.dccustom-switch span.custom-control-label .switch-icon-left{
    left: 6px;
	top: 2px;
    color: #fff;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity 0.1s ease, transform 0.15s ease;
}
.dccustom-switch span.custom-control-label .switch-icon-right {
    right: 13px;
	top: 2px;
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.08s ease, transform 0.15s ease;
}
.dccustom-switch input:checked ~ span.custom-control-label .switch-icon-right {
    transform: translateX(-8px);
    opacity: 0;
}
.dccustom-switch input:checked ~ span.custom-control-label .switch-icon-left {
    transform: translateX(0);
    opacity: 1;
}
.dccustom-switch span.custom-control-label .switch-icon-left svg{
	height: 13px;
    width: 13px;
    font-size: 13px;
}
.dccustom-switch span.custom-control-label:after{
	content: "";
    background: 50% / 50% 50% no-repeat;
	display: block;
}
.dccustom-switch span.custom-control-label:after {
    top: calc(0.225rem + 2px);
    left: calc(-3.5rem + 2px);
    width: 1rem;
    height: 1rem;
    background-color: #d8d6de;
    border-radius: 1rem;
}
.dccustom-switch span.custom-control-label:after {
    position: absolute;
    top: 4px;
    left: 4px;
    box-shadow: -1px 2px 3px 0 rgb(34 41 47 / 20%);
    background-color: #fff;
    transition: all 0.15s ease-out;
    cursor: pointer;
    user-select: none;
}
.dccustom-switch input:checked ~ span.custom-control-label:after {
    background-color: #fff;
    transform: translateX(2rem);
}
.dccustom-switch input:checked ~ span.custom-control-label:after {
    transform: translateX(1.4rem);
}
.custom-switch-success input:checked ~ span.custom-control-label:before {
    background-color: #28c76f !important;
    color: #fff;
    transition: all 0.2s ease-out;
}

@media (max-width: 1300px){
	table.dataTable td, table.dataTable th{
		font-size: 11px;
	}
	table.dataTable td.action .btn,
	table.dataTable th.action .btn {
		height: 27px;
		width: 27px;
		padding: 0px;
		display: inline-block;
		line-height: 26px;
		font-size: 11px;
	}
}

/*===============================
	TABLE SECTION END
===============================*/


/*===============================
	DASHBOARD BOX SECTION START
===============================*/

.inq-type-btn{

}
.inq-type-btn h3{
	font-size: 16px;
}
.inq-type-btn p{
	margin-top:10px;
	font-weight: bold;
}
.inq-type-btn .avatar .avatar-content {
    width: 60px;
    height: 60px;
    font-size: 20px;
}
.inq-type-btn .avatar .avatar-content img{
	border-radius:0px;
}
.card-custom .inq-type-btn{
	padding: 1rem;
	justify-content: center;
}

@media (max-width: 1600px){
	.card .card-header.inq-type-btn{
		padding: 1.5rem 1rem;
	}
}
@media (max-width: 1300px){
	.card .card-header.inq-type-btn .row .col-3,
	.card .card-header.inq-type-btn .row .col-9{
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.card .card-header.inq-type-btn .text-right{
		text-align: center !important;
		margin-top: 20px;
	}
}

/*===============================
	DASHBOARD BOX SECTION END
===============================*/


/*===============================
	GET PROPERTY SECTION START
===============================*/

/*----- HEADER START ------*/

header.property-report {
    color: #fff;
    box-shadow: 0px 5px 5px 0px rgb(199 162 79 / 20%);
    position: fixed;		top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 74px;
	background: #fff;
}
header.property-report .navbar {
	padding: 0;
}
header.property-report .nav-custom {
    float: right;
}
header.property-report .nav-custom ul {
    margin: 0;
    padding: 0;
    display: flex;
}
header.property-report .nav-custom ul li{

}
header.property-report .nav-custom ul li a {
    color: #696969 !important;
    font-size: 16px;
    padding: 9px 10px 10px !important;
    transition: all 0.3s;
    text-align: center;
    margin-right: 24px;
    font-family: 'Roboto', sans-serif;
}
header.property-report .menu-toggle {
    float: right;
    line-height: 50px;
    font-size: 24px;
    display: none;
	z-index: 99;
	color: #000;
}
header.property-report .menu-toggle i {
    font-size: 24px;
}
header.property-report .nav-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 73px;
}
.get-property-repo-quest-page{
	padding: 75px 0;
    background-size: cover;
}

@media (min-width: 576px){
	header.property-report .container,
	.get-property-report .container {
		/*max-width: 540px;*/
	}
}
@media (min-width: 1200px){
	header.property-report .container,
	.get-property-report .container {
		max-width: 1140px;
	}
}
@media (min-width: 992px){
	header.property-report .container,
	.get-property-report .container {
		padding: 0 25px;
	}
}
@media (min-width: 1600px){
	header.property-report .container,
	.get-property-report .container {
		max-width: 1540px;
	}
}
@media (min-width: 1920px){
	header.property-report .container,
	.get-property-report .container {
		max-width: 1860px;
	}
}
@media (min-width: 1400px){
	header.property-report .container,
	.get-property-report .container {
		max-width: 1340px;
	}
}

@media (max-width: 991px){
	header.property-report .menu-toggle {
		display: block;
	}
	header.property-report .nav-custom {
		position: fixed;
		width: 250px;
		height: 100%;
		background: #333;
		top: 75px;
		left: -300px;
		transition: 0.5s;
		z-index: 9999;
	}
	header.property-report .nav-custom .navbar-nav{
		margin-top:20px;
	}
	header.property-report .nav-custom .navbar-nav .nav-link {
		color: #ffffff !important;
		padding: 12px 20px !important;
		text-decoration: none;
		display: block;
		transition: all 0.3s;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		text-align: left;
		margin: 0;
	}
	header.property-report .menu-toggle.toggle-active i {
		font-size: 24px;
		line-height: 30px;
		opacity: 1;
		color: #000;
	}
	header.property-report .nav-custom.active {
		left: 0;
	}
	header.property-report .menu-toggle .fa-times,
	header.property-report .menu-toggle.toggle-active .fa-bars{
		display:none;
	}
	header.property-report .menu-toggle.toggle-active .fa-times,
	header.property-report .nav-overlay.overlay-active{
		display:block;
	}
}

/*----- HEADER END ------*/

/*----- PROPERTY REPORT STEPS START ------*/
.question-row {
    padding: 5% 0% 20% 0%;
}
.get-property-repo-quest-page form label {
    font-weight: 500;
    color: #1B293F;
}
label.question-title {
    font-size: 20px !important;
}
.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
	position:relative;
	cursor: pointer;
}
.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
    position: absolute;
	top:0;
	width:100%;
    left: 0;
    z-index: 9;
	height:100%;
	opacity:0;
	cursor: pointer;
}
.wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    width: auto;
    border-radius: 0;
    margin: 0 auto 10px;
    border: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: transparent;
    padding: 20px 10px;
    border-bottom: 2px solid #dad8e4;
	cursor: pointer;
}
.wizard-card .choice .icon {
    color: #1B293F;
    font-weight: 500;
    font-size: 15px;
}
.wizard-card .choice:hover .icon,
.wizard-card .choice.active .icon {
    background: transparent;
    border-bottom: 2px solid #f58e18;
	color:#f58e18;
}
.wizard-card .choice:hover .icon .time-text,
.wizard-card .choice.active .icon .time-text{
	color:#f58e18;
}

.wizard-card .choice .icon img {
    width: 50px;
    filter: brightness(0) invert(0);
    opacity: 0.6;
    height: 50px;
}
.wizard-card .choice:hover .icon img,
.wizard-card .choice.active .icon img {
    filter: brightness(1) invert(0);
    opacity: 1;
}
.wizard-card .choice label {
    cursor: pointer;
    margin: 7px 0;
    line-height: 14px;
	font-size: 14px;
}
.wizard-card .choice:hover label,
.wizard-card .choice.active label {
    color: #f58e18;
}
.break{
	flex-basis: 100%;
    height: 0;
}

.stepwizard {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
    position: fixed;
    top: 74px;
    right: 0;
    z-index: 9;
    padding: 0 25px;
    height: 100%;
    border-left: 1px solid #EFF0F5;
    max-height: calc(100% - 135px);
    align-items: center;
}
.stepwizard .setup-panel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 18px;
}
.stepwizard .setup-panel .stepwizard-step {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
	padding-bottom: 22px;
}
.stepwizard .setup-panel .stepwizard-step:first-child{
	padding-top:0px;
}
.stepwizard .setup-panel .stepwizard-step:last-child{
	padding-bottom:0px;
}
.stepwizard .setup-panel .stepwizard-step a {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #EFF0F5;
    position: relative;
    transition: all 0.6s ease;
    padding: 0;
}
.stepwizard .setup-panel .stepwizard-step a:before {
    content: "";
    background: #EFF0F5;
    position: absolute;
    left: 50%;
    bottom: 22px;
	transform: translateX(-50%);
    transition: all 0.6s ease;
    width: 2px;
	height:22px;
}
.stepwizard .setup-panel .stepwizard-step a:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #EFF0F5;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transition: all 0.6s ease;
    transform: translateX(-50%);
}
.stepwizard .setup-panel .stepwizard-step:last-child a:after {
    bottom: 0px;
}
.stepwizard .setup-panel .stepwizard-step .btn.btn-default:not(:disabled):not(.disabled).active {
    background-color: #f58e18;
}
.stepwizard .setup-panel .stepwizard-step a.active:after {
    background: #f58e18;
}

.get-property-report .footer-text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EFF0F5;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #e5e8ed;
}
@media (max-width: 991px){
	.get-property-report{
		width: 100%;
		max-width: calc(100% - 50px);
	}
	#property-details-page{
		max-width: calc(100% - 0px);
		padding-top: 50px !important;
	}
	label.question-title {
		font-size: 20px !important;
	}
}
/*----- PROPERTY REPORT STEPS END ------*/

/*===============================
	GET PROPERTY SECTION END
===============================*/

/*===============================
	PROPERTY LEAD OVERVIEW SECTION START
===============================*/

.get-property-details-box {
	font-size: 15px;
}
.get-property-details-box .card {
	border-radius: 0px;
}
.get-property-details-box .card {
	padding: 2rem !important;
}
.get-property-details-box h2 {
	font-weight: 700;
	font-size: 28px;
	border-left: 3px solid #f58e18 !important;
}
.get-property-details-box .border-bottom {
	border-color: #E2E2E2;
}
.icon-list-prop ul {
	list-style: none;
	padding:0px;
	margin: 0;
}
.icon-list-prop ul li {
	display: inline-block;
	margin-left: 0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 200;
}
.icon-list-prop ul li img {
	width: 38px;
	margin-right: 5px;
}

/*===============================
	PROPERTY LEAD OVERVIEW SECTION END
===============================*/


/*===============================
	CLIENT ADMIN SECTION END
===============================*/

.client-dashboard{
	background:#f5f6f9;
	overflow-x:hidden;
}
.client-dashboard .dropdown-user > a {
    font-size: 12px;
    border-radius: 40px;
    border: 1px solid #dedede;
    padding: 5px 15px 5px 10px;
}
.client-dashboard .main-menu{
	border-right:5px solid #f5f6f9;
	position:initial;
	margin-bottom:100px;
	display:block;
	opacity:1 !important;
}
.client-dashboard .dropdown-user .dropdown-menu{
	position:absolute;
}
.client-dashboard .main-menu .main-menu-content{
	height: initial;
}
.client-dashboard .main-menu .navigation li {
    margin-top: 15px;
}
.client-dashboard .main-menu .navigation li a{
    box-shadow: none !important;
    font-weight: bold !important;
    font-size: 12px;
}
.client-dashboard .main-menu .navbar-header{
	padding-top:20px;
	padding-bottom:20px;
}
.client-dashboard .main-menu .navbar-header .user-nav a{
	padding:2px 0px;
	color:#000000
}
.client-dashboard .main-menu .avatar img{
	border-radius:4px;
}

@media (min-width: 992px){
	.client-dashboard .main-menu{
		left: 0 !important;
	}
}
@media (max-width: 991px){
	.dashboard-statistics-card{
		margin-bottom:0px !important;
	}
	.dashboard-statistics-card a {
		padding:15px 15px !important;
	}
	.dashboard-statistics-card h3 {
		font-size: 16px;
	}
	.dashboard-statistics-card p {
		font-size: 16px;
	}
	.client-dashboard .main-menu{
		position: fixed;
		top: 0px;
		max-width: 280px;
		border:none;
	}
	.client-dashboard.vertical-overlay-menu .main-menu,
	.client-dashboard.vertical-overlay-menu.menu-hide .main-menu{
		left: -280px;
	}
	.client-dashboard.vertical-overlay-menu.menu-open .main-menu{
		transform: translate3d(280px, 0, 0);
	}
	.content-body > .row{
		margin:0px;
	}
}
@media (max-width: 575.98px){
	html body.client-dashboard .app-content {
		padding: 0 !important;
	}
}
