.login-content.registration-content.data-agent::before {
  background: url('../images/data-agent-register.jpg') no-repeat;
  background-size: cover;
  background-position: initial;
}
/*============== Property Profile Information ==============*/
.dashboard-titlebar{
   padding: 40px 0 25px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0 24px;
   border-bottom: 1px solid #EBEDF0;
   flex-wrap: wrap;
}
.dashboard-details{
   padding: 0 24px 40px;
}
.dashboard-details.scrollable{
   height: calc(100vh - 153px);
   overflow-y: auto;
}
.table-count-filter{
   display: flex;
   align-items: center;
   margin: 0 -10px 30px;
   flex-wrap: wrap;
}
.table-count-filter .filter-col{
   width: 14%;
   padding: 0 10px;
}
.table-count-filter .filter-col-search {
	width: 33%;
}
.table-count-filter .filter-col-building {
	width: 13%;
}
.table-count-filter .filter-col-zipcode {
	width: 10%;
}
.table-count-filter .filter-col-date {
	width: 19%;
}
.table-count-filter .filter-col-clear {
	width: 10%;
}
/*============== Subscription Packages ==============*/
.create-quote-request {
	padding-bottom: 100px;
}
.subscription-header {
	padding: 47px 0 20px;
}
.subscription-header h6 {
	font-weight: 400;
}
.subscription-packages .subscription-packages-title {
	border-top: 1px solid #EBEDF0;
	padding: 50px 0;
}
.sub-monthly-packages {
	display: flex;
	align-items: stretch;
	gap: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #EBEDF0;
}
.monthly-packages-label {
	display: flex;
	align-items: stretch;
	position: relative;
	margin: 0;
	cursor: pointer;
}
.monthly-packages-label input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.monthly-packages {
	padding: 45px 47px 65px;
	background: #FFFFFF;
	border: 1px solid #EEEFF2;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tier-pill {
	padding: 9px 20px;
	background: #F1F7FF;
	border-radius: 52px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #0070FF;
	margin-bottom: 25px;
	display: inline-block;
}
.price-info {
	display: flex;
	align-items: flex-end;
}
.price-info .price {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
}
.price-info .price span {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
.price {
	text-align: end;
}
.price p {
	padding: 25px 0 16px;
}
.price .dollar {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	vertical-align: top;
}
.price .price-text {
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
}
.packages-zip-code {
	padding-top: 35px;
	display: flex;
	align-items: center;
}
.packages-zip-code i {
	display: inline-block;
	margin-right: 5px;
}
.monthly-packages .dummy-radio {
	display: block;
	width: 24px;
	height: 24px;
	background: #FAFBFC;
	border: 1px solid #D1E5FF;
	border-radius: 100%;
	cursor: pointer;
}
.monthly-packages-label .dummy-radio {
	position: absolute;
	top: 20px;
	right: 20px;
}
.monthly-packages-label input[type="radio"]:checked + .monthly-packages .dummy-radio {
	border: 7px solid #0070ff;
}
.sub-monthly-packages label:last-child .monthly-packages {
	padding: 45px 57px;
}
.subscription-access-request {
	padding: 50px 0 0;
}
.subscription-access-request span {
	display: block;
}
.subscription-access-request p {
	padding-top: 15px;
}
.access-request-select {
	padding-top: 50px;
	display: flex;
	align-items: center;
	gap: 50px;
}
.subscription-select {
	width: 24%;
}
.subscription-select .select2 {
	width: 100% !important;
}
.dashboard-titlebar .row{
    width: 100%;
    margin: 0;
}
.dashboard-titlebar .lead-detail-title-col{
    width: 27%;
    padding: 0 12px;
}
.dashboard-titlebar .lead-detail-col:nth-child(2){
    width: 15%;
}
.dashboard-titlebar .lead-detail-col{
    width: 20%;
    padding: 0 12px;
}
.dashboard-details-title {
	padding: 40px 0 30px;
}
.dashboard-details-title p {
	padding-left: 10px;
}
/*================ Profile ================*/
.dashboard-details.pt-40 {
	padding-top: 40px;
}
.profile-detail {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.profile-detail .user-profile {
	width: 88px;
	height: 88px;
	border-radius: 100%;
	position: relative;
}
.view-profile .profile-detail .user-profile, .edit-profile .profile-detail .user-profile {
	width: 130px;
	height: 130px;
}
.password-security-block {
	border-top: 1px solid #EBEDF0;
	border-bottom: 1px solid #EBEDF0;
}
.view-profile h6 {
	font-weight: 400;
}
.profile-detail .user-profile .upload-user-profile {
	position: absolute;
	right: -5px;
	bottom: -5px;
	border: 0.5px solid #C6CDD5;
	background: #fff;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0;
}
.viewbtn {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
}
/*================ User ================*/
.dashboard-titlebar.manage-teams-titlebar {
	padding-bottom: 0;
}
.manage-teams-titlebar .nav-tabs {
	border: none;
}
.manage-teams-titlebar .nav-tabs .nav-item {
	margin: 0 30px;
}
.manage-teams-titlebar .nav-tabs .nav-item:first-child {
	margin-left: 0;
}
.manage-teams-titlebar .nav-tabs .nav-item:first-child .nav-link{
    padding-left: 0;
}
.manage-teams-titlebar .nav-tabs .nav-link {
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 400;
   font-size: 24px;
   line-height: 29px;
   padding: 17px 0;
   border: none;
   border-bottom: 3px solid transparent;
   border-radius: 0;
   transition: all 0.4s ease-in-out;
}
.manage-teams-titlebar .nav-tabs .nav-link:hover, .manage-teams-titlebar .nav-tabs .nav-link.active {
   background: transparent;
   color: #172b4d;
   border-color: #0070ff;
   transition: all 0.4s ease-in-out;
}
.manage-teams-titlebar a {
   margin-bottom: 20px;
}
.manage-teams-filter {
   display: flex;
   align-items: center;
   gap: 20px;
}
.table-count-filter-manage {
   display: flex;
   align-items: center;
}
.filter_col {
   width: 20%;
}
.filter_col_search {
   width: 65%;
}
.filter_col_select {
   width: 15%;
}
.filter_col_search input[type="search"] {
   background-image: url("../images/icon_search.svg");
   background-repeat: no-repeat;
   background-position: right 16px center;
   padding-right: 50px;
}
.data-agent-table-block tbody .swich-toggle.small input[type="checkbox"].toggle + label {
	display: inline-block;
}
.group-card {
   height: 100%;
   margin: 0;
}
.group-card-header {
   display: flex;
   align-items: center;
   flex-direction: column;
   position: relative;
}
.dot_button {
   position: absolute;
   top: 0;
   right: -7px;
}
.group-card .group-card-detail-list li {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 12px 0 10px;
   border-top: 1px solid #EBEDF0;
}
.group_card_button {
   padding: 9px 20px 10px;
}
.left-content h6 {
	font-weight: 400;
}
.user_detail_form p {
	font-weight: 500;
}
.user_detail_form {
	border-bottom: 0;
}
.user_details_titlebar {
	padding-bottom: 20px;
}
.user_heading h6 {
	font-weight: 400;
}
.dashboard-details .user-group-left {
	position: relative;
	padding-right: 12px;
}
.dashboard-details .user-group-left::after {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background: #EBEDF0;
	position: absolute;
	right: -12px;
	top: 0;
}
.users_groups {
	border-top: 1px solid #EBEDF0;
}
.group_user_table {
	border: 1px solid #DFE1E6;
	border-radius: 5px;
	padding: 20px 0 10px;
	max-width: 721px;
}
.user_table_top {
	display: flex;
	align-items: center;
	padding: 0 30px 20px 20px;
}
.table-pill {
	padding: 6px 15px;
	background: #EEEFF2;
	border-radius: 30px;
	font-size: 14px;
	line-height: 17px;
	color: #172B4D;
	margin-left: 12px;
}
.user_table_top a {
	margin-left: auto;
}
.user_table_buttom table {
	table-layout: fixed;
	-webkit-table-layout: fixed;
	-moz-table-layout: fixed;
}
.user_table_buttom table thead {
	background-color: #FFFFFF;
	border-top: 1px solid #DFE1E6;
	position: relative;
}
.user_table_buttom table thead tr {
	display: block;
	position: relative;
}
.user_table_buttom table tbody {
	display: block;
	overflow: auto;
	width: 100%;
	height: 305px;
	-webkit-display: block;
	-webkit-overflow: auto;
	-webkit-width: 100%;
	-webkit-height: 305px;
	-moz-display: block;
	-moz-overflow: auto;
	-moz-width: 100%;
	-moz-height: 305px;
}
.user_table_buttom table td:nth-child(2), th:nth-child(2) {
	min-width: 208px;
}
.user_table_buttom table td:nth-child(3), th:nth-child(3) {
	min-width: 378px;
}
.user_table_buttom table td:nth-child(4), th:nth-child(4) {
	min-width: 70px;
}
.user_permissions {
	border-top: 1px solid #EBEDF0;
}
.check-group {
	display: inline-flex;
	align-items: center;
}
.select-zipcode li {
	padding-bottom: 20px;
}
.select-zipcode li label {
	padding-left: 16px;
}
.column_count {
   column-count: 3;
}
.recent_group {
	padding-left: 12px;
}
.card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.card-top h6 {
	font-weight: 400;
}
.group-card-detail-list li {
	padding-bottom: 22px;
}
.group-card-detail-list li span {
	padding-right: 60px;
	white-space: nowrap;
}
/*================ Billing Information ================*/
.card-box {
	position: relative;
	border: 1px solid #DFE1E6;
	border-radius: 4px;
	padding: 25px 20px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	width: 100%;
}
.card-box:hover {
	border: 1px solid #0070FF;
	background: #F3F8FF;
}
.card-box .deleticon {
	position: absolute;
	top: 15px;
	right: 23px;
}
.paymenttext {
	display: flex;
	gap: 12px;
}
.card-details {
	padding: 0px 24px 40px;
}
.dashboard-details.with-tabs {
	padding-top: 0;
}
.dashboard-details.user-edit-details {
	padding-bottom: 50px;
}
.dashboard-details .data-cardborder {
	border-bottom: 1px solid #EBEDF0;
}
.card-details .cardbtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-number-input-group input:focus {
	border-color: #e0e0e0;
}
/*================ Dashboard ================*/
.data-dashboard-titlebar {
	border-bottom: 0;
}
.data-dashboard-titlebar .left-content {
	width: 50%;
}
.data-dashboard-titlebar .right-content {
	width: 50%;
}
.data-dashboard-details {
	border-top: 1px solid #EBEDF0;
	margin: 0 24px 40px 24px;
	padding: 0; 
}
.dashboard-details .left-col {
	position: relative;
	padding: 30px 28px 0 0;
}
.dashboard-details .left-col:after {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background: #EBEDF0;
	position: absolute;
	right: -12px;
	top: 0;
}
.dashboard-details .right-col {
	position: relative;
	padding: 30px 40px 34px 28px;
}
.dashboard-details .right-col:after {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background: #EBEDF0;
	position: absolute;
	right: 0;
	top: 0;
}
.dashboard-count-box-row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -12px 30px;
}
.dashboard-count-box-row .count-box-col {
	width: 50%;
	padding: 0 12px;
}
.count-box {
	position: relative;
	padding: 35px 27px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 0;
}
.count-box::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/counter_curve.svg) no-repeat;
	background-position: right bottom;
	top: 0;
	left: 0;
	z-index: -1;
}
.count-box .count-icon {
	margin-right: 16px;
}
.count-info .count {
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	display: block;
}
.recently-purchased-plan {
	padding-bottom: 18px;
}
.pending-quote-request-box {
	border: 1px solid #EEEFF2;
	border-radius: 8px;
	background: #fff;
	padding: 25px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pending-quote-request-title {
	display: flex;
	align-items: center;
}
.pending-quote-request-title .loading-icon {
	margin-right: 20px;
}
.documnet-icon {
	padding: 14px 21px;
	background: #C6CDD5;
	border-radius: 8px;
	display: block;
	margin-right: 20px;
}
.dashboard-filter .dashboard-table-count-filter {
	margin-bottom: 40px;
}
.dashboard-filter .dashboard-table-count-filter .filter-col-search {
	width: 100%;
	margin-bottom: 20px;
}
.dashboard-filter .dashboard-table-count-filter .filter-col-zipcode {
	width: 24%;
}
.dashboard-filter .dashboard-table-count-filter .filter-col-building {
	width: 34%;
}
.dashboard-filter .dashboard-table-count-filter .filter-col-location {
	width: 42%;
}
.recently-searches span {
	padding-bottom: 15px;
}
.search-property-box {
	border: 1px solid #EEEFF2;
	border-radius: 8px;
	background: #fff;
	padding: 22px 24px 25px;
	width: 50%;
}
.table-block-heading {
	border-top: 1px solid #EBEDF0;
	padding-top: 35px;
	margin-bottom: 24px;
}
.table-block-heading h6 {
	font-weight: 400;
}
.table-block-data-agent table td:nth-child(2), th:nth-child(2) {
	min-width: 0; 
}
.table-block-data-agent table td:nth-child(3), th:nth-child(3) {
	min-width: 0; 
}
.table-block-data-agent table td:nth-child(4), th:nth-child(4) {
	min-width: 0; 
}
/*================ Transaction History ================*/
.table-count-filter-data {
	gap: 20px;
	margin: 0 0 30px;
}
.table-count-filter-data .filter_col_search {
	width: 50%;
}
.table-count-filter-data .filter_col_subscription {
	width: 17%;
}
.table-count-filter-data .filter_col_date {
	width: 19%;
}
/*================ Subscription Packages ================*/
.subscription-card-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.subscription-card {
	padding: 24px 20px;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
}
.subscription-card.selected {
	border-color: #3EBB89;
	position: relative;
	margin-bottom: 50px;
}
.subscription-card.selected::after {
	content: "";
	position: absolute;
	background: url(../images/icon-check-success-fill.svg) no-repeat center;
	background-size: cover;
	width: 32px;
	height: 32px;
	right: -12px;
	top: -12px;
}
.subscription-card .price-info {
	justify-content: flex-end;
}
.subscription-card .price-info .price {	
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
}
.subscription-card .price-info .price span {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
.subscription-card-body {
	border-top: 1px solid #EEEFF2;
	padding-top: 20px;
	margin-top: 20px;
}
.subscription-card-body > p {
	padding-bottom: 30px;
	max-width: 450px;
}
.zip-access {
	gap: 50px;
}
.subscription-card-footer {
	border-top: 1px solid #EEEFF2;
	padding-top: 20px;
	margin-top: 20px;
}
.subscription-card-footer a {
	color: #7A869A;
	border: 1px solid #DFE1E6;
	background: #FFFFFF;
}
.data-manage-subscription .swich-toggle.small input[type="checkbox"].toggle + label {
	display: inline-block;
}
/*================ Contact Page ================*/
.contact-details p {
	font-size: 18px;
	padding-top: 26px;
}
.send-email-editor {
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	background: #FEFEFF;
	padding: 23px 22px 20px 32px;
}
.email-subject {
	font-size: 18px;
	line-height: 28px;
	border: 0;
	border-bottom: 1px solid #EBEDF0;
	border-radius: 0;
	padding: 0 0 24px 0;
}
.contact-details .ql-container {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #7A869A;
	height: 397px;
	padding: 20px 0;
}
.ql-snow.ql-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	padding-top: 24px;
	border-top: 1px solid #EBEDF0;
}
.ql-snow.ql-toolbar .ql-format-group {
	display: flex;
	align-items: center;
}
.email-button {
	display: flex;
	align-items: center;
	gap: 20px;
}
.ql-snow.ql-toolbar .ql-format-button {
	width: 38px;
	height: 38px;
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F3F8FF;
	border-radius: 6px;
	background-color: #FFFFFF;
	transition: 0.5s;
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold, .ql-snow.ql-toolbar .ql-format-button.ql-italic {
	background-image: none;
}
.ql-format-group .selectCF {
	max-width: 58px;
}
.ql-format-group .selectCF .titleCF {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	width: 58px !important;
	height: 38px;
	padding: 7px;
	background: #FFFFFF !important;
	color: #172B4D !important;
	border: 1px solid #F3F8FF;
	border-radius: 6px;
	display: flex;
	align-items: center;
}
.ql-format-group .selectCF .titleCF::after {
	right: 0;
}
.ql-snow a {
	padding: 10px;
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold:hover, .ql-snow.ql-toolbar .ql-format-button.ql-italic:hover {
	background-image: none !important;
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold, .ql-snow.ql-toolbar .ql-format-button.ql-italic {
	background-image: none;
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active, .ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active {
	background-image: none;
}
.ql-snow.ql-toolbar .ql-format-button:hover {
	background-color: #F3F8FF;
	transition: 0.5s;
}
.ql-editor i {
	display: inline;
}
.ql-editor i::before {
	display: none;
}


/*================ Responsive Media Query Style =================*/
/* ===========================
    MEDIA :: 1699px
================================*/
@media only screen and (max-width: 1699px) {
	.filter-col .select2 {width: 100% !important;}
	.filter-col.filter-col-search {width: 25%;}
	.filter-col.filter-col-building {width: 15%;}
	.filter-col.filter-col-zipcode {width: 13%;}
	.filter-col.filter-col-date {width: 23%;}
	.dashboard-titlebar .lead-detail-title-col {width: 38%;}
	.dashboard-titlebar .lead-detail-col:nth-child(2) {width: 13%;}
	.dashboard-titlebar .lead-detail-col {width: 24%;}
}
/* ===========================
    MEDIA :: 1399px as per bootstrap
================================*/
@media only screen and (max-width: 1399px) {
	.table-count-filter .filter-col {width: 33.33%;margin-bottom: 20px;}
	.dashboard-details .user-group-left:after {display: none;}
	.recent_group .card-list {display: flex;align-items: stretch;margin: 0 -12px;height: auto;overflow-y: hidden;}
	.recent_group .card-list .card {width: 100%;margin: 0 12px;min-width: 45%;}
	.dashboard-details .left-col {padding-right: 0;}
	.dashboard-details .left-col::after {display: none;}
	.dashboard-count-box-row .count-box-col {width: 33.33%;}
	.count-box {padding: 12px 25px;}
	.count-info .count {font-size: 40px;line-height: 50px;}
	.dashboard-details .right-col {padding: 30px 0 34px 0;}
	.dashboard-details .right-col::after {display: none;}
	.table-count-filter-data .filter_col_search {width: 100%; padding-bottom: 0;}
	.table-count-filter-data .filter_col_subscription {width: 33.33%;}
	.table-count-filter-data .filter_col_date {width: 33.33%;}
}
/* ===========================
    MEDIA :: 1199px
================================*/
@media only screen and (max-width: 1199px) {
	.table-count-filter .filter-col {width: 50%;}
	.dashboard-titlebar .lead-detail-title-col {width: 100%; padding: 20px 0;}
	.dashboard-titlebar .lead-detail-col:nth-child(2) {width: 33.33%; padding-left: 0;}
	.dashboard-titlebar .lead-detail-col {width: 33.33%;}
	.table-count-filter-manage {flex-wrap: wrap;}
	.filter_col_search {width: 100%;margin: 0;padding-bottom: 20px;}
	.filter_col_select {width: 50%;margin: 0;padding-right: 20px;}
	.filter_col_date {width: 50%;}
	.count-info .count {font-size: 30px;line-height: 40px;}
	.count-box i::before {width: 50px;height: 50px;}
	.dashboard-count-box-row .count-box-col {width: 50%;}
}
/* ===========================
    MEDIA :: 991px
================================*/
@media only screen and (max-width: 991px) {
	.sub-monthly-packages {flex-wrap: wrap; padding-bottom: 30px;}
	.left-content {padding-top: 15px;}
	.data-dashboard-titlebar .left-content {padding-top: 0}
	.subscription-packages .subscription-packages-title {padding: 30px 0;}
	.subscription-access-request {padding: 30px 0 0;}
	.access-request-select {gap:15px;}
	.subscription-select {width: 33.33%;}
}
/* ===========================
    MEDIA :: 767px
================================*/
@media only screen and (max-width: 767px) {
	.dashboard-titlebar .lead-detail-col:nth-child(2) {width: 20%;}
	.dashboard-titlebar .lead-detail-col {width: 40%;}
	.dashboard-titlebar {padding: 24px 0;}
	.manage-teams-titlebar .nav-tabs .nav-item {margin: 0 15px;}
	.manage-teams-titlebar .nav-tabs .nav-link {font-size: 20px;line-height: 28px;}
	.manage-teams-titlebar a {margin-bottom: 0;}
	.group-card-header img {width: 80px;height: 80px;}
	.select-zipcode{padding-top: 20px;}
	.recent_group .card-list .card {min-width: 60%;}
	.group_user_table {max-width: 592px;}
	.user_table_buttom table td:nth-child(2), th:nth-child(2) {min-width: 208px;}
	.user_table_buttom table td:nth-child(3), th:nth-child(3) {min-width: 268px;}	
	.table-count-filter-data .filter_col_subscription {width: 40%;}
	.table-count-filter-data .filter_col_date {width: 40%;}
	.subscription-card.selected {margin-bottom: 30px;}
	.monthly-packages {padding: 30px;}
	.sub-monthly-packages label:last-child .monthly-packages {padding: 19px 38px;}
	.dashboard-filter .dashboard-table-count-filter .filter-col-zipcode, 
	.dashboard-filter .dashboard-table-count-filter .filter-col-building, 
	.dashboard-filter .dashboard-table-count-filter .filter-col-location {width: 33.33%;}
	.access-request-select {flex-direction: column;}
	.subscription-select {width: 100%;}
}
/* ===========================
    MEDIA :: 640px
================================*/
@media only screen and (max-width: 640px) {
	.sub-monthly-packages {justify-content: center; gap: 20px;}
	.table-count-filter .filter-col {width: 100%;}
	.dashboard-titlebar .lead-detail-col:nth-child(2), .lead-detail-col:nth-child(3) {width: 100%; padding-bottom: 20px;}
	.dashboard-titlebar .lead-detail-col {width: 100%; padding-left: 0;}
	.dashboard-titlebar {margin: 0 12px;}
	.dashboard-details {padding: 0 12px 30px;}
	.manage-teams-titlebar .nav-tabs .nav-link {padding: 10px 0;}
	.filter_col_select {width: 100%;padding-bottom: 20px; padding-right: 0;}
	.filter_col_date {width: 100%;}
	.data-dashboard-titlebar .left-content {width: 100%; padding-bottom: 20px;}
	.data-dashboard-titlebar .right-content {width: 100%;}
	.data-dashboard-details {padding: 0 0 20px 0;margin: 0 12px;}
	.documnet-icon {padding: 10px 15px;}
	.dashboard-filter .dashboard-table-count-filter .filter-col {width: 100%;}
	.recently-searches-boxes {flex-wrap: wrap;}
	.search-property-box {width: 80%; padding: 15px;}
	.dashboard-count-box-row .count-box-col {width: 70%;}
	.dashboard-count-box-row {gap: 20px;}
	.pending-quote-request-box {flex-wrap: wrap; gap: 20px; padding: 15px;}
	.table-count-filter-data .filter_col_subscription {width: 100%;}
	.table-count-filter-data .filter_col_date {width: 100%;}
	.subscription-card {padding: 12px;}
	.subscription-card .price-info .price {font-size: 22px;line-height: 30px;}
	.subscription-card .price-info .price span {font-size: 14px;line-height: 20px;}
	.subscription-card.selected::after {width: 20px;height: 20px;top: -8px;right: -8px;}
	.ql-snow.ql-toolbar {flex-direction: column;align-items: start;}
	.email-button {padding-top: 24px;}
	.price .price-text {font-size: 28px;line-height: 42px;}
	.price .dollar {font-size: 16px;}
	.subscription-packages .subscription-packages-title {padding: 20px 0;}
	.packages-zip-code {padding-top: 20px;}
	.tier-pill {padding: 7px 14px;}
	.sub-monthly-packages label:last-child .monthly-packages {padding: 19px 49px;}
}
/* ===========================
    MEDIA :: 480px
================================*/
@media only screen and (max-width: 480px) {
	.view-profile .profile-detail .user-profile, .edit-profile .profile-detail .user-profile {width: 60px;height: 60px; min-width: 60px;}
	.profile-detail {gap: 15px;}
	.manage-teams-titlebar {flex-direction: column-reverse;align-items: flex-start;}
	.manage-teams-titlebar .nav-tabs .nav-item {margin: 0 10px;}
	.manage-teams-titlebar .nav-tabs .nav-link {font-size: 16px;line-height: 24px;}
	.user_details_titlebar {flex-direction: column;align-items: flex-start;gap: 20px;}
	.recent_group .card-list .card {min-width: 80%;}
	.user_table_top {flex-wrap: wrap;justify-content: space-between;}
	.user_table_top a {margin: 0;}
	.dashboard-count-box-row .count-box-col {width: 100%;}
	.search-property-box {width: 100%;}
	.count-box {padding: 12px;}
	.subscription-card-body {padding-top: 10px;margin-top: 10px;}
	.subscription-card-footer {padding-top: 10px;margin-top: 10px;}
	.subscription-card-body > p {padding-bottom: 20px;}
	.ql-snow.ql-toolbar .ql-format-button {margin-right: 5px;}
}
/* ===========================
    MEDIA :: 320px
================================*/
@media only screen and (max-width: 320px) {
	
}