@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: "Poppins", sans-serif;
}
.menu-sub-dropdown a:hover {
    color: #8019ff !important;
}
a.email-white-space {
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
	padding-right: 20px;
	display: none;
}
img.image-dashboard-logo {
    position: relative;
   /* width: 250px;*/
    height: 100%;
    z-index: 9;
    bottom: 50px;
}
.menu-item a:hover {
    background: transparent !important;
}
.beta-btn {
    position: relative;
}/*
.beta-btn:before {
    content: 'Beta';
    position: absolute;
    top: -36px;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
}*/
button.btn.btn-primary {
    color: #fff;
    border-radius: 32px;
    cursor: pointer;
    width: 178px;
    height: 64px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75) !important;
    background-size: 300% 100%;
    border: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#kt_profile_details_view a.btn:active, div#kt_profile_details_view a.btn:focus, div#kt_profile_details_view a.btn:visited{
	background-color: #9859e6 !important;
	/*background:transparent !important;*/
}
input:active, input:-internal-autofill-selected {
    border-radius: 20px !important;
	background:transparent !important;
}
 input:selection, input:focus, input:invalid, input:valid, input:checked, input:select, input:active  {
    border-radius: 16px !important;
}


html body .text-active-primary.active {
    transition: color 0.2s ease;
    color: #8019ff !important;
}
html body .nav-line-tabs .nav-item .nav-link.active,
html body .nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
html body .nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #8019ff;
    transition: color 0.2s ease;
}
a {
    color: rgb(128 25 255);
   
}
.menu-item .menu-link .menu-title {
    font-family: Poppins;
    font-size: 13px !important;
    line-height: 19.5px;
    text-align: left;
    color: #171717 !important;
}
html body .menu-item .menu-link span:hover {
    color:#8019ff !important;
}
div#kt_profile_details_view a.btn:hover, div#kt_account_settings_profile_details button.btn.btn-primary:hover {
   background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
form#kt_create_account_form .me-3.back-btn:hover, form#kt_create_account_form .me-3.back-btn:active, form#kt_create_account_form .me-3.back-btn:focus, form#kt_create_account_form .me-3.back-btn:visited{
      color: #ffffff !important;
    background-color: #e9d6ff !important;
}
div#kt_app_sidebar_menu_scroll {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#toolbarContainer {
    display: none;
}
.app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #8019ff;
}
.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here), .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #8019ff;
}
.table:not(.table-bordered).table-row-dashed tr {
    background: #fff;
}
.footer {
    background: #fbf7ff;
    text-align: center;
    padding: 20px;
}
div#kt_app_header {
    background: transparent !important;
    box-shadow: none !important;
}
p.section-heading-p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: rgb(42 42 42);
	    margin-bottom: 40px;
}
.active-imge{display:none;}
.current img.circle-dot, .completed img.circle-dot {
    display: none;
}
.current .active-imge, .completed .active-imge{
	 display: block !important;
}
h1.page-heading.cost-wating {
    margin-bottom: 20px !important;
}
a.btn.btn-sm.btn-primary.dashboard-btn:hover {
   background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
span#select2-annual_property_tax-container, span#select2-down_payment-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
h1.page-heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px !important;
    font-weight: bold !important;
}/*
.btn.btn-primary {
    color: var(--bs-primary-inverse);
    border-color: #8019ff !important;
    background-color: #8019ff !important;
}*/
html body div#kt_customers_table_paginate span a.paginate_button.current {
    color: #fff !important;
    background: #8019ff !important;
    border-color: transparent;
    border-radius: 0.475rem;
}

body#kt_app_body {
    display: flex;
    background: url(../../images/main-bg.svg);
    /*  background-repeat: no-repeat;*/
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 100vh;
}
.stepper-icon.w-40px.h-40px {
    background: transparent !important;
}
.card.menu-nav {
    background: transparent;
    box-shadow: none !important;
    border: none;
}
.stepper-icon.w-40px.h-40px {
    margin-right: 0 !important;
}
.circle-icon {
   /* background: #8019ff;*/
    border-radius: 100%;
}
.circle-icon i {
    color: #fff;
}
html body .select2-results__option span {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.input-group {
    border: 1px solid #000;
    background: #f7f6f6;
    border-radius: 16px;
	/*overflow: hidden;
	padding-left: 15px;*/
}
input.form-control {
    margin-right: 1px;
}
.input-group input {
    background: #f7f6f6;
    border-radius: 16px;
}
.select2 {
    border: 1px solid #000;
    background: #f7f6f6;
    border-radius: 16px;
}
span.select2-selection {
    border-radius: 16px;
}
.form-control.form-control-solid {
    background-color: transparent;

    border: none;
}
.select2-results__option {
    display: flex;
    justify-content: space-between;
}
/*****************************/
/* Container for the dropdown */
span.select2-dropdown {
    width: 350px !important;
    position: absolute !important;
    background: white;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    z-index: 1000;
    margin-top: 5px !important;
    padding: 10px 0 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: transparent;
    color: #000;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background: #efe1ff;
    color: #000;
}
/* Hide the search input */
html body .select2-search--hide {
    display: none;
}

/* Dropdown items */
html body .select2-results__option {
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

html body .select2-results__option:hover,
html body .select2-results__option--highlighted {
    background-color: #f0f0f0;
}

/* Selected item */
html body .select2-results__option--selected {
    background-color: #e0e0e0;
}

/* Styling percentages */
html body .select2-results__option span {
    font-weight: 400;
    color: #888;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    display: none;
}
.fv-plugins-message-container {
    margin: 0 !important;
}
form#kt_create_account_form button.next {
    color: #fff;
    border-radius: 32px;
    cursor: pointer;
    border: 1px solid #00000033;
    width: 178px;
    height: 64px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75) !important;
    background-size: 300% 100%;
	border: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
form#kt_create_account_form button.next:hover, form#kt_create_account_form button.submit:hover {
     background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.w-100.form-div2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.input-group input {
    padding-left: 0;
}
.back-btn img {
    right: 8px;
    position: relative;
}
h3.stepper-title {
    color: #171717 !important;
	    margin-bottom: 0 !important;
}
.back-btn {
   border: 1px solid #00000033 !important;
    background: #ffffff !important;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
}
html body .text-hover-primary:hover {
    color: #8019ff !important;
}
.button-div {
    display: flex !important;
    justify-content: center;
    align-items: center;
}#kt_customers_table img.play-bule-btn {
    width: auto !important;
}
table#kt_customers_table img {
        border-radius: 100%;
    box-shadow: 6px 7px 17.4px 0px rgb(128 25 255 / 18%);
    width: 86px;
    height: 86px;
    object-fit: cover;
    object-position: center;
}/*
div#kt_profile_details_view img {
	 width: 86px;
    height: 86px;
    object-fit: cover;
    object-position: center;
}*/
img.logo-default {
    height: 60px !important;
    filter: brightness(0) invert(1) sepia(0) saturate(100%) hue-rotate(0deg);
}
table#kt_customers_table .btn {
    background: #8019ff;
    color: #fff;
}
table#kt_customers_table .btn i {
    color: #fff;
}
table#kt_customers_table .btn:hover {
    background: #aeaeae !important;
    color: #000;
}
table#kt_customers_table .btn:hover i {
    color: #000;
}
i.ki-duotone.ki-pencil.fs-7 {
    color: #8019ff;
}
form#kt_account_profile_details_form .input-group {
    padding-left: 15px;
}
.footer-logo {
    height: 60px !important;
    filter: brightness(0) invert(1) sepia(0) saturate(100%) hue-rotate(0deg);
}

img.admin-logos {
    filter: brightness(0) invert(1) sepia(0) saturate(100%) hue-rotate(0deg);
}
.menu-item.menu-accordion.hover.show img.down-icon {
    transform: rotate(180deg);
}
.menu-item.menu-accordion.hover.show span.menu-link {
    background: #8019FF12;
}
.bottom-content {
    border-top: 1px solid rgba(60, 60, 60, 0.2);
    padding-top: 20px;
   /* position: absolute;
    bottom: 0;*/
    width: 100%;
}
span.heading {
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    color: #000;
	    margin-left: 15px;
}

#kt_app_sidebar {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
form#kt_create_account_form .current {
    background: #fff;
    max-width: 966px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 6px 7px 17.4px 0px #0000001a;
    border: 1px solid #00000033;
}
.fv-plugins-message-container {
    position: absolute;
    bottom: -29px;
    right: 0;
    text-align: end;
}
.progress-bar-card {
    max-width: 966px;
    margin: 0 auto;
}button#copyToClipboard{
border: 1px solid #FFFFFF !important;}

button#copyToClipboard:hover {
    background: rgb(60 60 60);
    border-color: rgb(60 60 60) !important;
    color: #fff;
}
button#copyToClipboard:visited, button#copyToClipboard:focus {
    background: rgb(60 60 60);
    border-color: rgb(60 60 60) !important;
    color: #fff;
}
button.btn.submit {
   width: 178px;
    height: 64px;
    line-height: 19.36px;
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75) !important;
    border-radius: 32px;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px 40px !important;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/********* WELCOME PAGE CSS *****/
body#kt_body.welcome-page,
body#kt_body.dashboard-page {
    display: flex;
    background: url(../../images//main-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 100vh;
}
.welcome-page .card {
    border: 1px solid #00000033;
    box-shadow: 6px 7px 17.4px 0px #0000001a;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.dashboard-btn {
    display: flex;
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75) !important;
    border-radius: 32px;
    font-size: 16px;
    width: max-content;
    margin: 0 auto;
    padding: 20px 40px !important;
    margin-top: 30px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	
}
.welcome-page h1 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 54px;
}
.welcome-page .text-welcome {
    color: #2a2a2a !important;
    font-size: 16px;
}
/********* END WELCOME PAGE CSS *****/
.info-div a {
    pointer-events: none;
}
/********* dashboard PAGE CSS *****/

.dashboard-page #kt_app_sidebar {
    display: none;
}
.dashboard-page #kt_app_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
body#kt_app_body.dashboard-page {
    overflow-x: hidden;
}
a.button-class:hover{
	 background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a.button-class {
    width: 96px;
    height: 40px;
    padding: 22px 23px 22px 23px;
    border-radius: 32px;
    background: #8019FF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75) !important;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	
}
a.text-btn {
    color: #3C3C3C;
    display: flex;
    align-items: flex-end;
}
.card-box-div:hover .icon {
    transition: .5s;
    background: #F7EFFF;
}
.card-box-div{ height: 237px;
   border: 1px solid #3C3C3C80;
   transition: .5s;
	
	}
	.card-box-div:hover {
    border: 1px solid #8019ff;
    transition: .5s;
}
.icon {
    margin-bottom: 10px;
    width: 96px;
    height: 96px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	
}
.card-box-div:hover img.hover-img {
    display: block !important;
}
.card-box-div:hover img.unhover-img{
	  display: none !important;
}
.card-box {
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.icon img {
    width: 50px;
}

.card-box h2 {
  
    font-size: 20px;
    color: #333;
    margin: 0px 0;
	 margin-left: 20px !important;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #6c00ff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
}
.go-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.welcome-back h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
}
.button:hover {
    background-color: #4a00b5;
}
/********* END WELCOME PAGE CSS *****/

/****************************************/
.card-block .card {
    height: 100%;
    box-shadow: 4px 4px 8px 0px #00000014;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-block .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--label-color);
    margin-bottom: 10px;
}
.card-block .sub-title {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: var(--label-color);
    margin-bottom: 10px;
}
.card-block .price {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: var(--label-color);
    margin-bottom: 10px;
}
.card-block .rate {
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 500;
    color: #e81347;
    margin-bottom: 10px;
}
.dollar-image {
    text-align: right;
    position: absolute;
    margin-top: 0px;
    padding: 20px;
    bottom: 15px;
    right: 0;
    width: 96px;
    height: 96px;
}
.red-block {
    background: #e81347;
    text-align: center;
}
.profile {
    border: 1px solid rgb(128 25 255);
    background: #fbf7ff;
    border-radius: 12px;
    padding: 19px 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}
.profile h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}
.profile p {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 20px;
}
.dollar-image::before {
    position: absolute;
    content: "";
    background: #8019ff;
    width: 300px;
    height: 300px;
    opacity: 7%;
    border-radius: 50%;
    right: -125px;
    top: -46px;
}
.red-block .price {
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 0;
}
.red-block .title,
.red-block .sub-title,
.red-block .price {
    color: #fff;
}
.man-image {
    border: 7px solid rgba(128, 25, 255, 0.1);
   border-radius: 50%;
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.man-image img {
	border: 2px solid #3c3c3c57;
    border-radius: 100%;
    object-fit: cover;
    width: 86px;
    height: 86px;
}
.property-section .header-row {
    background-color: #f9f9f9;
}
.property-section tr td:nth-child(2) {
    background-color: rgba(80, 205, 137, 0.2);
    color: rgb(42 42 42);
    font-size: 13px;
}
.property-section tr td:nth-child(3) {
    background-color: rgba(80, 205, 137, 0.1);
    color: rgb(42 42 42);
    font-size: 13px;
}
.property-section tr td:nth-child(4) {
    background-color: rgba(232, 19, 71, 0.1);
    color: rgb(42 42 42);
    font-size: 13px;
}
.property-section tr td:nth-child(5) {
    background-color: rgba(232, 19, 71, 0.15);
    color: rgb(42 42 42);
    font-size: 13px;
}
.property-section tr td:nth-child(6) {
    background-color: rgba(232, 19, 71, 0.2);
    color: rgb(42 42 42);
    font-size: 13px;
}
.custom-label.first-label {
    margin-top: -50px;
    margin-left: -37px;
    background: #f8f3ff;
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.custom-label.bottom-label {
    background: #f8f3ff;
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #f00;
	margin-left: -24px;
    margin-top: 10px;
}
.custom-label.first-label-green, .custom-label.first-label-red {
    margin-top: -10px;
    margin-left: 10px;
    background: #f8f3ff;
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.custom-label.first-label-green .label-black {
    color: #0fab92;
}
.custom-label.first-label-red .label-black {
    color: rgb(232 19 71);
}
.custom-label.bottom-label-red {
    background: #f8f3ff;
    border: 1px solid #dfdfdf;
    padding: 4px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: #f00;
    margin-left: -15px;
    margin-top: 8px;
}
.custom-label.bottom-label-green {
    background: #f8f3ff;
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #0fab56;
    margin-left: -20px;
    margin-top: 0px;
}
.public-container {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    /* .app-sidebar {
width: 380px !important;}*/
    .app-sidebar-logo {
        align-items: center !important;
    }
    #kt_app_sidebar_logo {
        border-bottom: 1px solid rgba(60, 60, 60, 0.2);
    }
}

.image-input.image-input-outline .image-input-wrapper {
    background-position: center;
}