* {
	margin: 0;
	padding: 0;
}
body {
	box-sizing: border-box;
}
html {
	font-size: 16px;
}
a {
	text-decoration: none !important;
}
/*=---
  Defualt Csss
=======*/

@media (min-width: 1200px) and (max-width: 1560px) {
	.container {
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
}
.text-primary {
	color: #122B6E !important;
}
.bg-primary {
	background-color: #122B6E !important;
}
.bg-primary-2 {
	background-color: rgba(18, 43, 110, .1);
}
.bg-danger-2 {
	background-color: rgba(174, 29, 44, .1);
}
.bg-light {
	background-color: #F9F9F9 !important;
}
.text-danger {
	color: #AE1D2C !important;
}
.text-light-green {
	color: #09FF00;
}
.bg-danger {
	background-color: #AE1D2C !important;
}
.border-danger  {
	border-color: #AE1D2C !important;
}
.border-primary  {
	border-color: #122B6E !important;
}

.btn-outline-danger {
	border-color: #AE1D2C;
}

.btn-outline-primary {
	border-color: #122B6E;
}
:-webkit-direct-focus {
    outline-color: -webkit-transparent !important;
    outline-style: auto;
    outline-width: 5px;
}

.mb-40 {
  margin-bottom: 2.625rem;
}
h2 {
	font-size: 1.625rem;
	margin-bottom: 1rem;
}
p {
	font-size: 1rem;
	margin-bottom: 1rem;
}
.dropdown-toggle::after {
   color: #ACACAC;
   font-size: 19px;
}
.dropdown-toggle {
	text-decoration: none !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
a.btn:focus, a.btn:hover, button.btn:focus, button.btn:hover {
    background-color: #bd2130 !important;
    color: #fff !important;
}
.btn-outline-primary:hover {
	border-color: #bd2130;
}
/*========Main Navbar Styling========*/
.main-nav {
	min-height: 100px;
	z-index: 999;
	background-color: #F9F9F9;
}
.navbar .navbar-toggler {
	border: none;
	outline: none;
	box-shadow: none;
}
.navbar .navbar-toggler {
	color:  #AE1D2C;
}
.navbar {
	box-shadow: 0px 3px 16px rgba(0, 0, 0, .1);
}
.main-nav .nav-profile h5 {
   font-size: 16px;
   margin-bottom: 3px;
}
.main-nav .nav-profile p  {
	font-size: 12px;
	margin: 0;
}
.navbar .navbar-report-info * {
     margin: 0;
     padding: 0;
}
.navbar .navbar-report-info h2 {
     font-size: 24px;
     margin-bottom: 5px;
}
.navbar .navbar-report-info p {
	font-size: 1rem;
	color: #ACACAC;
}
/*=========Sidebar=========*/
.sidebar {
	background-color: #F1F2F6;
	z-index: -999;
	height: 100%;
}
.sidebar .report-card .report-card-heading {
   font-size: 1rem;
   line-height: 1.4rem;
}
.sidebar .report-card .report-card-list ul {
	margin-left: 1rem;
	font-size: 13px;
}
.form-holder .form-control option {
	font-size: 12px;
}
.investor-detail .bg-light {
   background-color: #F1F2F6 !important;
}
.investor-detail ul {
	line-height: 1.8rem;
}
.investor-detail ul li a {
	text-decoration: none;
}
/*=========favorite-market Section=========*/
.favorite-market .favorite-market-items {
   color: #000;
   text-decoration: none;
}
.favorite-market .favorite-market-items .card {
	min-height: 118px;
	color: #fff !important;
	background-color: #F1F2F6 !important;
}
.favorite-market .favorite-market-items .card:hover {
	background-color: #122B6E !important;
	color: #fff !important;
	transition: .1s all ease-in-out;
}
.favorite-market .favorite-market-items .card:hover p,
.favorite-market .favorite-market-items .card:hover h5 {
	color: #fff;
} 
.favorite-market .favorite-market-items .card p {
	font-size: 14px;
	color: #000;
	font-weight: 500;
    margin-bottom: 0!important;
}
.favorite-market .favorite-market-items .card h5 {
    margin-bottom: 12px;
    color: #122B6E;
}
.search-btns button{
     padding: 1rem;
     width: 300px;
     margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
	 .search-btns button{
	     /*padding: .800rem 7rem;*/
	     width: 100%;
	     margin-bottom: 10px;
     }
     .property-items {
     	width: 50% !important; 
        margin-bottom: 1rem;
		column-count: 2;
		display: flex;
		flex-direction: column;
	} 
}
/*=============table-area Section Styling================*/
.table-area .inventory-table thead {
   height: 85px; 
}
.table-area .inventory-table tbody tr {
	background-color: #F9F9F9;
}

.listing-inventory .inventory-market-report tbody tr {
	background-color: #F9F9F9;
}
.listing-inventory .inventory-market-report tbody tr td:last-child span, .listing-inventory .inventory-market-report tfoot tr td:last-child span {
	font-weight: bold;
}
.card-height-420 {
	min-height: 420px;
}

.navbar-nav .dropdown-menu {
	position: absolute;
}

.custom-file-upload input[type="file"] {
    /*display: none;*/
}
.custom-file-upload .custom-file-upload-label {
    border: 1px solid #122B6E;
    background-color: #122B6E;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.custom-file-label::after { 
    background-color: #122B6E;
    content: "Upload Profile"; 
    color: #fff;
    right: 1;
    left: -127px;
    border-radius: .25rem;
    width: 130px;
}
.custom-file-label {
	left: 125px;
	width: 100%;
	border: none;
	background-color: transparent;
	color: #000;
}

/*=============Subscription Section Styling================*/
.plans-items .card .card-body {
	font-size: 14px;
}
.plans-items .plans-items-section:not(.default-plan) .card {
	/* min-height: 350px; */
}
.plans-items .card {
	/* min-height: 350px; */
	width: 100%;
	border: 1px solid #dee2e6;  }
.plans-items .panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.plans-items .panel-pricing:hover {
  /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);*/
}
.plans-items .panel-pricing .card-heading {
  padding: 20px 10px;
}
.plans-items .panel-pricing .card-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.plans-items .panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.plans-items .panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.plans-items .panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.plans-items .panel-pricing .card-header {
  background-color: transparent; 
  color: #000;
  padding: 20px 32px;
  margin: 0px;
}

.plans-items .panel-pricing .card-header .price {
	font-size: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plans-items .panel-pricing .card-header .price span {
	font-size: 14px;
}
.plans-items .card-footer {
	padding: 0;
}
.plans-items .plans-items-section.active {
	height: 400px;
} 
.plans-items .card .card-footer a {
   background-color: #122B6E !important;
}
.plans-items .active .card-header {
	border-color: #AE1D2C !important;
}
.plans-items .active .card-footer,
.plans-items .active .card-footer a {
	border-top:1px solid #AE1D2C !important;
}
.plans-items .active .card-header,
.plans-items .active .card-footer,  
.plans-items .active .card-footer a {
  background-color: #AE1D2C !important;
  color: #fff !important; 
}
.plans-items .card .card-body i {
   color: #AE1D2C !important;
}
.plans-items .active .card-body i {
	color: #fff !important;
}
.plans-items .active .card-body {
	background-color: #122B6E !important;
	color: #fff;
}
.plans-item .plans-items-section:not(.default-plan) .card:hover{
	height: 400px;
}
.plans-items .card:hover {
     /* height: 400px; */
     transition: .2s;
     cursor: pointer;
}
.plans-items .card:hover .card-body {
	background-color: #122B6E !important;
	color: #fff;
}
.plans-items .card:hover .card-header,
.plans-items .card:hover .card-footer a
{
  background-color: #AE1D2C !important;
  color: #fff !important; 
}
/*===================Footer Styling=============*/
.footer {
	width: 100%;
}
.footer .border-top-1 {
	border-top: 1px solid #707070;
}
.footer .footer-content * {
	font-size: .805rem;
}
.footer  .footer-menu ul {
	display: flex;
}
.footer  .footer-menu ul li {
   list-style: none;
   margin-right: 1.24rem;
}
.footer  .footer-menu ul li a {
	color: #122B6E;
	font-weight: 600;
}

/*@media only screen and (max-width: 900px) {

}*/

/*=========Report Section=========*/
.report-section h1 {
	font-size:22px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.report-section h2, .report-section h3 { 
	font-size:1.4rem; 
	color:#478FCA;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.report-section h4 { 
	font-size:1rem; 
	color:#478FCA;
	font-weight:400;
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
}
.report-section p {
	font-size:13px;
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
}
.report-section ul.first-section { 
	width:38%;
	border-radius:12px;
	text-align:center;
	margin-right:2%;
}
.report-section ul.first-section li {
	display:inline-block;
	width:31.9%;
	border-right:1px solid #ccc;
	
}
.report-section ul.first-section li:last-child {
	border:0px;
}
.report-section ul li {
	padding:7px;
	text-align:center;
}
.report-section input[type="text"] {
	background:none;
	border:0px;
	font-size:14px;
	padding:4px 0;
}
.report-section input[type="text"]::placeholder {
  color: red;
}
.text-primary-13 {
	color:#dd5a43!important;
}
.filter-section {
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
.filter-section b { 
	color:#337ab7;
}
.card-body-section {
	flex-direction:row-reverse;
	display:flex;
}
.btn-detail {
	background-color:#428bca!important;
}
.top-button button{
	font-size:13px;
	padding:8px 10px; 
	line-height:1.38;
	color:#fff;
	background:#6fb3e0;
}
.top-button button:hover { 
	background-color:#122B6E!important;
}
.multi-choose {
	display:flex;
	justify-content:flex-end;
}
.multi-choose label {
	line-height:34px;
}
.chosen-select{
	border-color: #f59942;
	width:200px;
	border-radius:0px;
	height:34px;
	padding:4px 6px;
	font-size:14px;
	margin-left:8px;
}



/*=========Hot sheet Report Section=========*/

.sheet-report .card {
	padding:10px;
}
.sheet-report .thumb { 
	width:263px;
	margin-right:10px;
}
.sheet-report .thumb-1 { 
	width:100px;
	margin-right:10px;
}
.sheet-report p {
	font-size:13px; 
	line-height:1.5;
	font-family: 'Open Sans', sans-serif;
}
.sheet-report h3 { 
	font-size:22px; 
	color:#337ab7; 
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.sheet-report h3 a {
	margin-bottom:5px;
}

/*=========Close List Section=========*/

.section-list ul {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.section-list ul li {
    display:flex;
	justify-content:right;
    width: 25%;
    color: #555;
    background-color: #FFF;
    box-shadow: none;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    border: 1px dotted;
    border-color: #D8D8D8!important;
    vertical-align: middle;
    text-align: left;
    position: relative;
}
.img-left {
	width:50px;  
	display:inline-block;
	margin-right:10px;
}
.section-list h2{
    padding: 0;
    margin: 0 8px;
    font-size: 24px;
    font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	margin-bottom:30px;
}
.section-list ul li h3 {
    font-size: 22px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 15%);
	font-family: 'Open Sans', sans-serif;
}
.section-list ul li p { 
	line-height:1.5; 
	font-size:13px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
}
.close-list h2 {
	color:#FF0000;
}
.close-list ul li h3 {
	color:#FF0000;
}
.active-list h2 { 
	color:#122a72;
}
.active-list ul li h3 { 
	color:#122a72;
}


/*=========Close List Section=========*/
.close-listing {
	margin-bottom: 30px;
}
.close-listing .close-listing-item {
	background: rgba(249, 249, 249, 1) 0% 0% no-repeat padding-box;
	padding: 1rem 0;
	align-items: center;
}
.close-listing .close-listing-item .icon-left {
	font-size: 2rem;
	margin-right: 1rem; 
}
.close-listing .close-listing-item .close-listing-content h5 {
   font-size: 24px; 
   margin-bottom: 3px;
}
.close-listing .close-listing-item .close-listing-content p {
   font-size: 14px;
   color: #ACACAC;
   margin-bottom: 0;
}
.property-detail h5 {
	font-size: 18px;
}
.property-detail p {
  margin-bottom: 0;
  font-size: 14px;
}
.property-items {
	width: auto;
}



/* This is Ehsan style */
.cards-more {
	background: #F9F9F9 0% 0% no-repeat padding-box;
	border: 1px solid #ACACAC;
}
.cards-more-title {
	color: #000000;
	font-weight: 700;
	font-size: clamp(1rem, 2.5vw, 2rem); 
}
.sub-card-header-title h5 {
	color: #122B6E;
	font-size: 20px;
	font-weight: 700;
	margin: 0;

}
.sub-card-header-price h4 {
	color: #122B6E;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	font-size: clamp(1rem, 2.5vw, 1.25rem); 
}
.sub-card-check-list {
	list-style: none;
}
.sub-card-check-list li {
	color: #060606;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
}
.sub-card-check-list li::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 13px;
	background-color: transparent;
	left: 4px;
	top: 5px;
	border-bottom: 2px solid #AE1D2C;
	border-right: 2px solid #AE1D2C;
	transform: rotate(47deg);
}
.thems-links {
	color: #AE1D2C;
	font-size: 1rem;
	font-weight: 600;
}
.thems-links:hover {
	color: #AE1D2C;
}
.sub-card-detaisl {
	color: #ACACAC;
	font-size: 16px;
}
.btn-thems {
	padding: 6px 16px;
	border: 1px solid;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 3px;
	font-size: clamp(0.8rem, 2.5vw, 1rem); 
}
.btn-primary-big {
	border-color: #122B6E;
	color: #122B6E;
	transition: 0.5s;
}
.btn-primary-big:hover {
	transition: 0.5s;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

.btn-secoundry-big {
	border-color: #122B6E;
	color: #fff;
	background-color: #122B6E;
	transition: 0.5s;
}
.btn-secoundry-big:hover {
	transition: 0.5s;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}
.btn-darger-big {
	transition: 0.5s;
	border-color: #AE1D2C;
	color: #fff;
	background-color: #AE1D2C;	
}
.btn-darger-big:hover {
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
	transition: 0.5s;
}
.bg-primary-color {
   background-color: #122B6E;
   transition: 0.5s;	
}
.bg-primary-color:hover {
	transition: 0.5s;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}
.btn-default-big {
	background-color: #ACACAC;
	border-color: #ACACAC;
	color: #fff;
}
.btn-default-big:hover {
	transition: 0.5s;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}
















/*===========================
       Range Slider CSS
============================*/
.slidecontainer {
	width: 100%;
  }
  
  #myRange {
    background-color: transparent;
}
  
  /*Chrome*/
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	  input[type='range'] {
		overflow: hidden;
		width: 100%;
		-webkit-appearance: none; 
	  }
	  
	  input[type='range']::-webkit-slider-runnable-track {
		height: 20px;
		-webkit-appearance: none;
		color: #122B6E;
		margin-top: -1px;
	  }
	  
	  input[type='range']::-webkit-slider-thumb {
		width: 10px;
		-webkit-appearance: none;
		height: 10px;
		cursor: ew-resize;
		background: #ACACAC;
		box-shadow: -80px 0 0 80px #122B6E;
	  }
  
  }
  /* FireFox */
  input[type="range"]::-moz-range-progress {
	background-color: #122B6E; 
  }
  input[type="range"]::-moz-range-track {  
	background-color: #ACACAC;
  }
  /* IE*/
  input[type="range"]::-ms-fill-lower {
	background-color: #122B6E; 
  }
  input[type="range"]::-ms-fill-upper {  
	background-color: #ACACAC;
  }



.input-group span{
	position: relative;
	width: 100%;
	display: block;
}
.input-group input{
	padding-left:40px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
}
.form-group button{
	/* height:40px;
	font-size: 14px; */
}
.input-group .input-icon{
	position: absolute;
	top:7px;
	left:15px;
	opacity: 0.5;
}
.show-pass {
	position: absolute;
	top:7px;
	right:15px;
	cursor: pointer;
}
.form-check-label {
	font-size: 14px;
}
.plans-items-section:not(.default-plan){
    /* height: 380px;
    align-items: center; */
    display: flex;
}
.nav-profile .dropdown-item.active, .nav-profile .dropdown-item:active {
	background-color:#AE1D2C;
}
.dropdown-menu {
	border:1px solid rgba(0,0,0,1);
	box-shadow:0px 0px 10px 0px #666;
}
.main-nav li.active, .main-nav li.nav-item a:hover { 
	color:#AE1D2C
}
.swal2-confirm { background-color:#AE1D2C!important;}
.swal2-cancel { background-color:#122B6E!important;}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #122B6E;
	background-color: #122B6E;
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.custom-checkbox .custom-control-label::before {
	border-radius: 3px;
}
.custom-control-label::before {
	border:1px solid #999;
}



.bg-red-ways {
	background: #ae1d2c url(https://investor.morelobby.com/assets/investor/images/bg-red-ways.png) no-repeat center 80%;
	background-size: cover;
}
.bg-blue-ways {
	background: #122B6E url(https://investor.morelobby.com/assets/investor/images/bg-blue-ways.png) no-repeat center 80%;
	background-size: cover;
}

/* page path::/investor/report/index.php */

@media (min-width:768px) {
	#mobile-tab button#insight, #mobile-tab button#reports{
		display: none;
	}
}
@media (max-width:767px) {
	#mobile-tab > .row > #sidebar:not(.show), #mobile-tab > .row > #dashborad_sight:not(.show){
		display: none;
	}
	div#mobile-tab {
		margin-top: 50px;
	}
	div#mobile-tab > .row{
		border-top: solid 1px #00000026;
	}
}
#mobile-tab button#insight, #mobile-tab button#reports{
	color: #721c24;
    background-color: #f8d7da;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#mobile-tab button#insight.show, #mobile-tab button#insight:hover, #mobile-tab button#reports.show, #mobile-tab button#reports:hover{
	background-color: #bd2130 !important;
    color: #fff !important;
}
.investor-detail ul.list-unstyled li a:hover {
    text-decoration: underline!important;
}
.investor-detail ul.list-unstyled li {
    margin-bottom: 4px;
}
.investor-detail ul.list-unstyled li {
    /* background-color: hsl(0deg 0% 0% / 05%)!important;
    padding: 1px 5px; */
}
.investor-detail ul.list-unstyled li a{
    color: #335cad!important;
}
.investor-detail ul.list-unstyled li a svg.svg-inline--fa.fa-up-right-from-square{
	color: #335cad;
	font-size: 12px;
}

/* page path::/investor/share/report */
@media (max-width:767px) {
	.report-section .card.d-flex.flex-row.position-relative {
		display: block!important;
	}
	.report-section .card.d-flex.flex-row.position-relative .card-body-section {
		flex-direction: column-reverse!important;
		margin: 15px 0!important;
	}
	.report-section .card.d-flex.flex-row.position-relative > .col-lg-8.col-md-8.col-sm-12.pr-0 {
		padding: 0!important;
	}
	.report-section .card.d-flex.flex-row.position-relative .card-body-section span.w-25, .report-section .card.d-flex.flex-row.position-relative .card-body-section span.w-75  {
		width: 100%!important;
	}
	.report-section .card.bg-light.p-3.rounded-0.d-flex.flex-row.position-relative .d-flex.detail-content {
		flex-direction: column;
	}
	.report-section .card.d-flex.flex-row.position-relative .d-flex.detail-content ul.list-unstyled.first-section {
		width: 100%!important;
	}
	.report-section .card.d-flex.flex-row.position-relative .d-flex.detail-content ul.list-unstyled.d-flex {
		border: 1px solid #dee2e6!important;
		border-radius: 12px;
		display: block!important;
	}
	.report-section .card.d-flex.flex-row.position-relative .d-flex.detail-content ul.list-unstyled.d-flex li {
		float: left;
		min-height: 80px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: 100%;
	}
	.report-section .card.d-flex.flex-row.position-relative .d-flex.detail-content ul.list-unstyled.d-flex li:nth-child(-n+4) {
		max-width: 25%;
		border-bottom: 1px solid #dee2e6!important;
	}
	.report-section .card.d-flex.flex-row.position-relative .d-flex.detail-content ul.list-unstyled.d-flex li:nth-child(-n+3) {
		border-right: 1px solid #dee2e6!important;
	}
	.report-section .card.d-flex.flex-row.position-relative .d-flex.detail-content ul.list-unstyled.d-flex li:nth-child(n+5) {
		max-width: 50%;
	}
	.report-section .card.d-flex.flex-row.position-relative .d-flex.detail-content ul.list-unstyled.d-flex li:nth-child(n+5):not(:last-child) {
		border-right: 1px solid #dee2e6!important;
	}
	#info-news div:first-child{
		-ms-flex-order: 2;
    	order: 2;
	}
	#info-news div:nth-child(2){
		-ms-flex-order: 1;
    	order: 1;
	}
	#info-news div::nth-child(3){
		-ms-flex-order: 0;
    	order: 0;
	}

	

}

/* page path::/investor/subscription */
@media (max-width:500px) {
	#plans .card-body.subscribed .plans a:first-child{
		margin-bottom: 20px;
	}
}


#navbarNav > ul.navbar-nav  {
	position: relative;
}
#navbarNav > ul.navbar-nav > .nav-profile > .dropdown {
    position: initial;
}
#navbarNav > ul.navbar-nav > .nav-profile > .dropdown > .dropdown-menu {
	right: 0;
}

table tr td svg.svg-inline--fa {
    padding-left: 5px;
}
.morrtgage-table table tr th, .morrtgage-table table tr td {
    min-width: 151px;
}
table.table.inventory-market-report tr th.date-col{
	min-width: 151px!important;
}
.table tr th, .table tr td {
    vertical-align: middle!important;
	min-width: 151px;
}

@media (min-width:561px) {
	.table tr th,.table tr td{
		min-width: 90px;
	}
}
.profile-info .profile > img {
    object-fit: cover;
    object-position: center top;
}

section.footer .footer-logo img {
    width: 100%;
    height: auto;
}
h2.main-heading{
	font-size:1.25rem;
}
/* .table.inventory-table thead.bg-primary th:last-child, table.table.inventory-market-report thead.bg-primary th:last-child {
    border-right: solid 1px #122B6E;
}

.table.inventory-table thead.bg-primary th, table.table.inventory-market-report thead.bg-primary th {
    border-left: solid 1px #122B6E;
    border-bottom: solid 1px #122B6E;
}


.table.inventory-table thead.bg-danger th:last-child, table.table.inventory-market-report thead.bg-danger th:last-child {
    border-right: solid 1px #AE1D2C;
}

.table.inventory-table thead.bg-danger th, table.table.inventory-market-report thead.bg-danger th {
    border-left: solid 1px #AE1D2C;
    border-bottom: solid 1px #AE1D2C;
}
.table.inventory-table thead th:not(:last-child), table.table.inventory-market-report thead th:not(:last-child),.table.inventory-table tfoot th:not(:last-child), table.table.inventory-market-report tfoot th:not(:last-child),.table.inventory-table tfoot td:not(:last-child), table.table.inventory-market-report tfoot td:not(:last-child){
	border-right: solid 1px #fff!important;
} */
.table.inventory-table tbody td, table.table.inventory-market-report tbody td,.table.inventory-table tbody th, table.table.inventory-market-report tbody th{
	/* border: solid 1px #000; */
	background-color: #fff!important;
}
.table.inventory-table tr th, .table.inventory-table tr td, table.table.inventory-market-report tr th, table.table.inventory-market-report tr td {
	font-weight: 400;
	text-align: center;
}
.card-height-380{
	/* min-height: 380px; */
}
.profile-info a:not(.btn), .profile-info p{
	color: #000!important;
}
.profile-info a:not(.btn):hover{
	text-decoration: underline!important;
}
.profile-info  .approved-lender{
	max-width: 85px;
	min-height: 16px;
	top: 90px;
	left: 0;
	right: 0;
	font-size: 10px;
}
.search-btns a.btn{
	min-width:210px;
	border-radius:23px;
}
.location_input .form-group > div {
    display: inline;
}
#navbarNav > ul.navbar-nav > .nav-profile > .dropdown > .dropdown-menu > a.dropdown-item {
    position: relative;
}
#navbarNav > ul.navbar-nav > .nav-profile > .dropdown > .dropdown-menu > a.dropdown-item > svg ~ span {
    position: absolute;
    left: 50px;
}
@media (max-width:1360px) and (min-width:768px) {
	.table.inventory-table tr th, .table.inventory-table tr td, table.table.inventory-market-report tr th, table.table.inventory-market-report tr td {
		font-size: 0.85vw;
		padding: 4px!important;
	}
	.table.inventory-table tr th, .table.inventory-table tr td {
		min-width: 75px!important;
	}
	table.table.inventory-market-report tr th,	table.table.inventory-market-report tr td{
		min-width: 60px!important;
	}
	table.table.inventory-market-report tr th.date-col {
		min-width: 105px!important;
	}
	.table-area .inventory-table thead {
		height: auto!important;
	}
	.only-market-report {
		height: 8vw!important;
	}
	.favorite-market .favorite-market-items .card {
		min-height: 10vw;
	}
	.favorite-market .favorite-market-items .card h5 {           
		font-size: 1.35vw;
	}
	.favorite-market .favorite-market-items .card p, .favorite-market .btn, .sidebar .btn, .sidebar .report-card .report-card-list ul, .sidebar .card small ,.investor-detail ul.list-unstyled li, .profile-info a, .profile-info small,.search-btns a.btn{
		font-size: 1vw;
		line-height: initial;
	}
	.select2-container--default .select2-selection--multiple .select2-selection__choice__display,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,.select2-results__option--selectable, .select2-container .select2-search--inline .select2-search__field {
		/* font-size: 1vw!important; */
	}
	.investor-detail ul.list-unstyled li a svg.svg-inline--fa.fa-up-right-from-square {
		font-size: .75vw;
	}
	.sidebar .report-card .report-card-heading, .sidebar .card h6 {
		font-size: 1.3vw;
		line-height: inherit;
	}
	.sidebar .card h4, h2.main-heading, #info-news h5 {
		font-size: 1.375vw;
	}
	.card-height-380 {
		min-height: 30vw;
	}
	.search-btns a.btn {
		min-width: 13vw;
	}
	.btn,.form-control, form label {
		font-size: 1vw!important;
	}

}
.btn{
	padding: 0.375rem 0.75rem!important;
	min-width:5rem;
}
.add_new_location input[type="radio"], #mls_quicklookup_form input[type="radio"]  {
    opacity: 0;
}

.add_new_location input[type="radio"] ~ label::before, #mls_quicklookup_form input[type="radio"] ~ span::before  {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    border: solid 1px #AE1D2C;
}
#mls_quicklookup_form label {
    position: relative;
}
.add_new_location input[type="radio"]:checked ~ label::after, #mls_quicklookup_form input[type="radio"]:checked ~ span::after {
    opacity: 1;
}
.add_new_location input[type="radio"] ~ label::after, #mls_quicklookup_form input[type="radio"] ~ span::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #AE1D2C;
    position: absolute;
    left: 3px;
    top: 8px;
    opacity: 0;
}

.package-switch .switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 28px;
  }
  
  
  .package-switch .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .package-switch .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #122b6e;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .package-switch .switch .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  
  
  .package-switch .switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  .package-switch .switch input:checked + .slider:before {
	-webkit-transform: translateX(27px);
	-ms-transform: translateX(27px);
	transform: translateX(27px);
  }
  
  /* Rounded sliders */
  .package-switch .switch .slider.round {
	border-radius: 34px;
  }
  
  .package-switch .switch .slider.round:before {
	border-radius: 50%;
  }
  
  
  .package-switch .monthly-package {
	  -ms-flex-order: 0;
	  order: 0;
  }
  .package-switch .switch {
	  -ms-flex-order: 1;
	  order: 1;
  }
  .package-switch .annual-package {
	  -ms-flex-order: 2;
	  order: 2;
  }
  .package-switch .monthly-package, .package-switch .annual-package {
	  font-size: 20px;
	  font-weight: 700;
  }
  .plans-items .panel-pricing .card-header > p {
	  font-weight: 700;
  }
  .plan-for-year{
	  display:none;
  }
  .package-detail {
	  margin-left: 10px;
  }
  .package-detail > div > svg {
	  margin-left: -19px;
  }

.location_input .select2-container {
	width: 100% !important;;
	max-width: 100%;
}
.location_input .select2-container .select2-search--inline .select2-search__field {
    padding-bottom: 20px;
}
.add_new_location label{
	width: 100%;
}
.select2-container .select2-selection--multiple {
    min-height: 38px!important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-results__option--selectable, .select2-container .select2-search--inline .select2-search__field{
    font-size: 14px!important;
}
@media (min-width:768px) {
	.plans-items .default-plan .panel-pricing .card-header {
		border-right: 1px solid rgba(0,0,0,.125)!important;
		border-radius: calc(0.25rem - 1px) 0 0 0!important;
	}
	.location_input .select2-container {
		min-width: 400px;
		width:max-content!important;
	}
	.add_new_location label{
		max-width: 120px;
	}
	form.add_new_location .row .col-md-12.location_input > div .form-group {
		display: flex;
		align-items: center;
	}

}



.change-package {
	font-size: 12px;
}
.change-package:hover {
	text-decoration: underline!important;
}
.change-package > svg  {
	font-size: 8px;
}
input#coupon:focus-visible {
    outline: none;
}
.medium-width{
	max-width: 750px;
}
.form-group button {
    height: auto;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ae1d2c!important;
}
@media (min-width:768px) {
	#mls_quicklookup_form .form-group {
		display: flex;
		align-items: center;
	}
	#mls_quicklookup_form .form-group > label {
		min-width: 140px;
		margin-bottom: 0;
	}
	#mls_quicklookup_form .form-group > div {
		display: flex;
		align-items: center;
		width: 100%;
	}
	#mls_quicklookup_form .form-group > div > input#MLS {
		/* border-top-right-radius: 0px;
		border-bottom-right-radius: 0px; */
	}
	#mls_quicklookup_form .form-group > div > button#generate {
		/* min-width: 188px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px; */
		margin-left: 30px;
	}
	#mls_quicklookup_form .form-group > div > label {
		margin-left: 30px;
		min-width: 80px;
	}
	#mls_quicklookup_form .form-group > div > input[type="text"] {
		max-width: 50%;
	}
	#mls_quicklookup_form .form-group .select2-container {
		min-width: 50%;
	}
	
	
}
@media (max-width:767px) {
	#mls_quicklookup_form .form-group .form-control {
		margin-bottom: 25px;
	}
	#mls_quicklookup_form .form-group > div > label {
		min-width: 100px;
	}
	#mls_quicklookup_form .form-group .select2-container {
		min-width: 100%;
	}
}

#mls_quicklookup_form .form-group .select2-container--default .select2-selection--multiple {
    border-color:#ced4da;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

#mls_quicklookup_form .form-group > div > label {
    margin-bottom: 0;
}

.modal-backdrop.in {
    opacity: .5;
}