body {
    font-family: 'Archivo', sans-serif;
}
/* Global Css */
a {
    text-decoration: none !important;
}
/*sqr*/
/* .bold-hr styles are not needed in this example */
.bold-hr {
	width: 80%;
	height: 2px;
	border: none;
	background-color: black;
	margin: auto;
	margin-top: 5px;
}

.show {
    display: block !important;
}

.dropdown {
    position: relative;
}

.dropbtn {
    background-color: transparent;
    color: #615F5C;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: relative;
    min-width: 160px;
    /*
		background-color: #f9f9f9;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	*/
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.dropdown-content a:hover {
	background: rgba(30, 13, 211, 0.3);
    color: #160C80 !important;
    fill: #160c80;
}
/*sqr*/
.btn-1 {
    background: #1A1816;
    color: #fff !important;
    text-align: center;
    padding: 12px 80px;
    border-radius: 7px;
    font-weight: 600;
    transition: 0.5s;
}
.btn-1:hover {
    background: #5f5d5c;
    transition: 0.5s;
}
.btn-1:focus {
    background: #4a3e34;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background:  #C3C1B8; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: transparent; 
}
/*Sidebar Global*/
.left-sidebar {
    background: white;
    box-shadow: 1px 4px 20px rgba(139, 135, 122, 0.06);
    border-radius: 0px 30px 30px 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
.sidebar-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
}
.sidebar-links .links {
    color: #615F5C !important;
    display: block;
    margin: 15px 0px;
    padding: 20px 14px;
    padding-right: 10px;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    transition: 0.5s;
    border-radius: 10px;
}
.sidebar-links span {
    position: relative;
    top: 1px;
}
.active-link {
    background: rgba(30, 13, 211, 0.3);
}
.active-link span {
    color: #160C80 !important;
}
.active-link svg path {
    fill: #160c80;
}
.sidebar-text {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #8B877A;
    padding-left: 10px;
}
.sidebar-dashboard {
    margin-top: 28px;
}
.sidebar-user {
    margin-top: 45px;
    margin-bottom: 20px;
}
.sidebar-user .user-name {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
    margin-top: 10px;
}
.sidebar-user .user-email {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 9px;
    line-height: 13px;
    color: #8B877A;
}

/* Login Page Design */
.login-form {
    border: 1px solid #8B877A;
    color: #000;
    font-family: 'Archivo', sans-serif;
    border-radius: 8px;
}
.login-form::placeholder {
  color: #C3C1B8;
  opacity: 1;
}  
.login-form:-ms-input-placeholder {
  color: #C3C1B8;
}
  
.login-form::-ms-input-placeholder {
  color: #C3C1B8ed;
}
.checkbox-text {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.login-checkbox {
    border-radius: 3.2px;
    border: 0.8px solid #8B877A;
    transform: scale(1.5);
    margin-right: 10px;
}
.fotgot-password {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    line-height: 15px;
}
.login-eye {
    border: 1px solid #ced4da;
    background: white;
}
#password1 , #password2 {
    border-right: none;
}

/*Dashboard Section Design*/
.dashbaord-section {
    background: #fcfcfc;
}
.right-content {
    padding: 25px;
}
.right-panel .user-welcome h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #1A1816;
    margin-bottom: 20px;
}
.white-box {
    background-color: white;
    box-shadow: 1px 4px 20px 5px rgba(139, 135, 122, 0.06);
    border-radius: 28px;
    padding: 20px 25px;
    margin-top: 32px;
}
.team-worker {
    height: 541px;
    overflow-y: scroll;
    border-radius: 28px;
}
.team-worker h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px;
}
.team-worker .team-member-details {
    margin-top: 20px;
}
.team-worker .team-member-details p {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #49454F;
}
.team-member-btn {
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    border-radius: 32px;
    border: none;
    color: #000000;
}
.team-btn-1 {
    background: rgba(22, 12, 128, 0.1);
}
.team-btn-2 {
    background: rgba(255, 144, 0, 0.1);
}
.team-info {
}
.info-protugal {
    padding-left: 0px;
    list-style-type: none;
}
.info-protugal li {
    background: white;
    text-align: center;
    display: inline-block;
    padding: 13px 23px;
    box-shadow: 1px 4px 20px 5px rgba(139, 135, 122, 0.06);
    margin-left: 2vw;
    border-radius: 28px;
}
.info-protugal li:first-child {
    margin-left: 0px !important;
}
.info-protugal li span {
    display: block;
    font-weight: 600;
    margin-top: 3px;
}
.infos-portugal h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #1A1816;
    margin-bottom: 20px;
    margin-top: 10px;
}
.third-box h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}
.first-box h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1A1816;
}
.parameters-design {
    background-color: #c3c1b8;
    margin-top: 15px;
    border-radius: 999px;
    height: 8px;
}
.parameters-design .parameters-dot {
    background-color: rgb(0 0 0);
    border-radius: 999px;
    position: relative;
    display: inline-block;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: 8.08vw;
    z-index: 22;
}
.parameters-design .parameters-dot:first-child {
    margin-left: 0px;
}
.parameters-design .parameters-dot span {
    top: 20px;
    position: absolute;
    left: -22px;
    font-size: 11px;
    display: inline-block;
    font-weight: 600;
    line-height: 18px;
    color: #1A1816;
}
.active-parameters {
    transform: scale(1.5);
}
.parameters-design::before {
    content: "";
    height: 8px;
    position: absolute;
    width: 23%;
    display: block;
    background: black;
    left: 20px;
}
.shedule-visits span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #615F5C;
}
.shedule-visits .date {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 13px;
    color: #615F5C;
    margin-bottom: 0px;
}
.shedule-visits .event-name {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #615F5C;
    margin-top: 5px;
}
.team-member-info-section {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background: #00000078;
    z-index: 999;
}
.team-member-info {
    background: white;
    padding: 40px 30px;
    width: 456px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}
.top-links {
    color: #8B877A;
    font-weight: 400;
    font-size: 20px;
    margin: 0px 15px;
}
.top-links:first-child {
    margin: 0px 0px !important;
}
.top-links:hover {
    color: #8B877A;
}
.active-top-link {
    color: #1A1816 !important;
    font-weight: 700;
    border-bottom: 2px solid #1A1816;
    padding-bottom: 4px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.top-menu-links .arrow-nav {
    margin: 0px 10px;
}
.white-box-form {
    background: white;
    border-radius: 28px;
    padding: 30px 25px;
}
.input-box h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 12px;
}
.input-box input , .input-box select {
    border: 1px solid #8B877A;
    border-radius: 7px;
    padding: 10px 16px;
    color: #615F5C;
    padding-right: 50px !important;
}
.input-box select {
    padding-top: 12px;
    padding-bottom: 12px;
}
.form-rows {
    margin-top: 20px
}
.button-form {
    margin-bottom: 40px;
    margin-top: 40px;
}
.button-form button {
    padding: 12px 20px !important;
}
.before-top-link {
    text-decoration: none !important;
    color: #1A1816 !important;
    font-weight: 700;
}
.white-box-form h5 {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #1A1816;
}
.white-box-form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #615F5C;
}
.not-white {
    background: transparent;
}
.available-status {
    color: #8AAA6B;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    position: relative;
    top: -1px;
    margin-left: 15px;
}
.available-status i {
    font-size: 7px;
    position: relative;
    top: -1.5px;
}
.sold-status {
    color: #8C001A;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    position: relative;
    top: -1px;
    margin-left: 15px;
}
.sold-status i {
    font-size: 7px;
    position: relative;
    top: -1.5px;
}
.other-status {
    color: #4A3E34;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    position: relative;
    top: -1px;
}
.other-status i {
    font-size: 7px;
    position: relative;
    top: -1.5px;
}
.nickname {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #615F5C;
}
.property-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1816;
}
.property-short-details {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #615F5C;
}
.short-property-button {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1A1816;
}
.short-property-box {
    margin-top: 20px !important;
}
.first-child-white-box {
    margin-top: 0px !important;
}
.no-request {
    height: 115px;
    overflow-x: scroll;
}
.no-request h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 121.8%;
    text-align: center;
    color: #615F5C;
}
.property-option-button {
    padding: 12px 20px !important;
}
.disabled-button {
    background: #C3C1B8;
    color: white;
}
.property-options-section {
    height: 370px;
}
.property-option {
    border-bottom: 1px solid #F5F5F5;
    height: 70px;
    padding-top: 9px;
}
.property-option .custom-col {
    display: inline-block;
    float: left;
}
.property-option .first-col {
    width: 8%;
    text-align: center;
}
.property-option .second-col {
    width: 9%;
    text-align: center;
}
.property-option .second-col h6 {
    font-weight: 800;
    font-size: 20px;
    line-height: 16px;
    color: #1A1816;
    margin-top: 10px;
}
.property-option .third-col {
    width: 76%;
    padding-left: 5px;
}
.property-option .third-col h5 {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #1A1816;
    margin-bottom: 2px;
}
.property-option .third-col .available-status {
    margin-left: 15px;
}
.property-option .fourth-col {
    width: 5%;
    text-align: right;
}
.property-option .fourth-col button {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
}
.property-option .fourth-col button::before {
    content: none !important;
}
.property-option .foruth-col .custom-dropdown {
    left: -170px !important;
}
.properties-visit-panel
 {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
 }
 .no-shedule-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120.8%;
    text-align: center;
    color: #c3c1b8;
 }
 .shedule-btn {
    padding: 5px 10px;
    background: rgba(161, 193, 129, 0.2);
    border-radius: 26px;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #4A3E34;
    text-align: center;
}
.order-visit {
    font-weight: 800;
    font-size: 18px;
    line-height: 16px;
    color: #1A1816;
}
.properties-visit h5 {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #1A1816;
    margin-bottom: 2px;
}
.properties-visit {
    padding: 16px 0px;
    border-bottom: 1px solid #F5F5F5;
    padding-right: 10px;
    padding-top: 25px !important;
}
.properties-visit:first-child {
    padding-top: 0px !important;
}
.properties-visit:last-child {
    border-bottom: none !important;
}
.shedule-panel .top-shedule-header h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #1A1816;
}
.shedule-panel .top-shedule-header a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #8B877A;
}
.shedule-panel .top-shedule-header {
    padding: 0px 10px !important;
}
.shedule-option  {
    margin-top: 30px;
    padding: 0px 10px !important;
}
.shedule-option h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #1A1816;
}
.shedule-option .available-status {
    margin-left: 15px;
}
.shedule-option h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1816;
}
.shedule-option h5 {
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #1A1816;
}
.shedule-option p {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #615F5C;
}
.shedule-option p img {
    position: relative;
    top: -2px;
}
.shedule-white-box {
    margin-top: 20px !important;
}
.documents-panel {
    height: 370px;
    overflow-y: scroll;
    padding-right: 10px;
}
.documents-with-download {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 16px;
    padding-top: 16px;
}
.documents-with-download:first-child {
    padding-top: 0px;
}
.documents-with-download h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #1A1816;
}
.documents-with-download p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #615F5C;
}
.documents-with-download img {
    padding-top: 5px;
}
.property-name-and-details {
    margin-top: 30px;
}
.property-name-and-details h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}
.property-name-and-details h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8B877A;
    margin-bottom: 4px;
}
.property-name-and-details h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #1A1816;
}
.property-large-image img {
    border-radius: 25px;
}
.property-images {
    margin-top: 25px;
}
.property-images .property-img {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    border-radius: 10px;
}
.property-images .property-img.active-img {
    opacity: 1;
}
.upload-btn {
    padding: 10px 24px !important;
}
.download-docs-btn {
    border: 2px solid #1A1816;
    padding: 9px 17px !important;
    background-color: transparent !important;
    color: #000 !important
}
.download-docs-btn:hover {
    background: #a3a3a2 !important;
}
.download-docs-btn:focus {
    background: #dbd8d6 !important;
}
.overview-panel p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1816;
    margin: 0;
}
.gallery-top h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #1A1816;
}
.gallery-top a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #8B877A !important;
}
.gallery-main {
    margin-top: 20px ;
}
.gallery-main img {
    border-radius: 25px;
}
.gallery-main h5 {
    border-radius: 25px;
}
.renovation-panel {
    padding: 0px 40px;
}
.renovation-options {
    height: 200px;
    margin-top: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}

.renovation-panel h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #1A1816;
}
.renovation-option h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #1A1816;
    margin-bottom: 4px;
}
.renovation-option h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    margin-bottom: -2px;
}
.renovation-option p {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #615F5C;
    margin: 0px;
}
.renovation-option button {
    background: rgba(255, 144, 0, 0.1);
    border-radius: 32px;
    font-weight: 500;
    font-size: 8px;
    border: none !important;
    line-height: 9px;
    color: #000000;
}
.renovation-option {
    padding: 16px 0px;
    border-bottom: 1px solid #F5F5F5;
}
.additional-services-panel {
    height: 620px;
    overflow-x: hidden;
    padding-right: 10px;
    overflow-y: scroll;
}
.additional-service-option {
    margin-top: 30px;
}
.additional-service-option .dropleft .dropdown-toggle::before {
    display: none !important;
}
.additional-service-option .dropdown-toggle {
    padding: 0px !important;
}
.additional-service-option h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1A1816;
    margin-top: 12px;
}
.progress-btn {
    background: rgba(22, 12, 128, 0.1);
    border-radius: 51.6923px;
    font-weight: 500;
    font-size: 12.9231px;
    line-height: 14px;
    color: #000000;
    padding: 4px 8px;
}
.request-btn {
    background: rgba(255, 144, 0, 0.1);
    border-radius: 51.6923px;
    font-weight: 500;
    font-size: 12.9231px;
    line-height: 14px;
    color: #000000;
    padding: 4px 8px;
}
.addiotional-comments {
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #F5F5F5;
    padding-left: 20px;
    padding-right: 20px;
}
.addiotional-comments .cmt-img {
    width: 40px;
    border-radius: 999px;
}
.addiotional-comments h6 {
    margin-top: 0px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}
.addiotional-comments p {
    margin-top: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}
.update-services {
    border-top: 1px solid #F5F5F5;
    padding-top: 15px;
}
.update-services p {
    color: black !important;
}
.additional-service-option .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border: none;
}
.additional-service-option .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
}
.additional-service-option .dropdown-menu a img {
    margin-right: 5px;
}
.visa-panel .visa-services h6 {
    margin-top: -2px;
    margin-bottom: 0px;
}
.input-box-user input {
    padding: 10px 16px;
    color: #1A1816;
    font-weight: 600;
    padding-right: 10px !important;
    border-radius: 0px !important;
}
.input-box-user .input-group-text {
    background-color: transparent !important;
    border: none !important;
}
.input-box-user .input-group  {
    border: 1px solid #8B877A;
    border-radius: 7px !important;
}
.input-box-user p {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px !important;
}
.input-box-user p .muted {
   font-weight: 400;
}
.user-profile-info select {
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #8B877A;
    border-radius: 7px;
    padding: 10px 16px;
    color: #615F5C;
    padding-right: 50px !important;
}
.user-profile-info .date-form {
    border: 1px solid #8B877A;
    padding-right: 10px  !important;
    color: #615F5C;
    border-radius: 7px !important;
}
.user-profile-info h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}
.text-editor-panel #editor {
    height: 350px;
    background-color: white;
    border-radius: 0px 28px 28px 28px;
    padding: 20px;
    border: none !important;
}
.text-editor-panel #editor:focus-visible {
    border: none  !important;
    outline: none !important;
}
.text-editor-panel .tab-btn {
    display: inline-block;
}
.text-editor-panel .tab-btn button {
    background: #eee;
    padding: 23px 58px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
 
    margin-right: 10px;
}
.text-editor-panel .tab-btn .active-tab {
    background: white;
}
.text-editor-panel .editor-buttons {
    background-color: white;
    padding: 10px 20px;
}
.text-editor-panel .editor-buttons button {
    border: none;
    background-color: transparent;
    transition: 0.5s;
}
.text-editor-panel .editor-buttons button:hover {
    background-color: #f2f2f2;
}
.text-editor-panel .editor-buttons button:focus {
    background-color: #f2f2f2;
}
.dropleft .dropdown-toggle::before {
    display: none !important;
}
.text-editor-more-font {
    background-color: #eee;
    padding: 10px 20px;
}
.text-editor-more-font {
    display: none !important;
}
.service-progress h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 116.3%;
    color: #1A1816;
    margin-bottom: 20px;
}
.service-progress p {
    font-weight: 400;
    font-size: 14px;
    line-height: 148.4%;
    color: #636161;
    margin-bottom: 20px;
}
.service-progress {
    border: none !important;
}
.service-progress .modal-content {
    padding: 20px 25px;
    border-radius: 12px !important;
}
.service-progress .modal-footer {
    padding-top: 20px;
}
.acquisition-popup h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1816;
}
.acquisition-popup input {
    border: 1px solid #8B877A;
}
.btn-for-uploading {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #1A1816;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 18px !important;
}
.additional-services-popup select {
    border: none
}
.additional-services-popup .input-group-text {
    padding: 0px !important;
    border: none;
    background-color: transparent;
}
.additional-services-popup .input-group {
    border: 1px solid #8B877A;
    border-radius: 7px;
    padding: 5px 10px;
}
.additional-services-popup textarea {
    border: 1px solid #8B877A !important;
    border-radius: 7px;
}
.additional-services-popup h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.visa-panel .novisa-panel h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #1A1816;
    margin-top: 20px;
}
.visa-panel .novisa-panel p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120.3%;
    color: #615F5C;
    margin-top: 10px;
}
.visa-popup select {
    border: 1px solid #8B877A;
    border-radius: 7px;
    padding: 10px 15px !important;
    margin-bottom: 25px !important;
}
.account-popup h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #1A1816;
}
.user-settings-panel input {
    border-radius: 7px !important;
}
.sidebar-links .links:hover {
    background: rgba(22, 12, 128, 0.1) !important;
}
.sidebar-links .links:hover span {
    color: #160C80 !important;
}
.sidebar-links .links:hover svg path {
    fill: #160C80 !important;
}
.login-password-box {
    border: 1px solid #8B877A;
    border-radius: 8px;
    
}
.login-password-box input {
    border-radius: 8px;
}
.login-password-box input::placeholder {
    color: #C3C1B8;
    opacity: 1;
}  
.login-password-box input:-ms-input-placeholder {
    color: #C3C1B8;
}
    
.login-password-box input::-ms-input-placeholder {
    color: #C3C1B8ed;
}
.user-dashbaord-popup h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #1A1816;
}
.user-dashbaord-popup .member-box .member-btn {
    background: rgba(22, 12, 128, 0.1);
    border-radius: 32px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #000000;

}
.user-dashbaord-popup .member-box .member-btn-box {
    margin-top: 15px;
}
.user-dashbaord-popup .member-box h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-top: 14px !important;
    color: #000000;
    margin-bottom: 8px !important;
}
.user-dashbaord-popup .member-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 128.3%;
    color: #615F5C;
    margin-bottom: 0px !important;
}
.user-dashbaord-popup .member-info-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 128.3%;
    color: #615F5C;
}
.user-dashbaord-popup .member-info-box {
    margin-top: 30px;
}
.user-dashbaord-popup .member-contact-box ul li {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4A3E34;
}
.user-dashbaord-popup .member-contact-box ul li:first-child {
    margin-top: 0px !important;
}
.user-dashbaord-popup .member-contact-box ul li img {
    margin-right: 9px;
}
.img-slide-btn {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 8px 13px !important;
}
.shedule-visits {
    margin-top: 31px;
}
.partners-top h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.2px;
    color: #615F5C;
    text-transform: uppercase;
}
.partner-btn-1 {
    background: rgba(22, 12, 128, 0.1);
    border-radius: 32px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
    padding: 4px 17px;
}
.partners-panel {
    margin-top: 20px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
}
.partner-img {
    width: 40px;
}
.partners-panel .partner-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 10px;
}
.main-partner-2 {
    border-radius: 8px;
    padding: 13px 14px;
}
.main-partner p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1A1816;
}
.sub-partner {
    padding: 14px 35px;
    border-top: 1px solid #F5F5F5;
}
.sub-partner p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1A1816;
}
.sub-partner h6 {
    font-size: 14px !important;
    line-height: 15px !important;
    margin-top: 7px !important;
}
.sub-partner-img {
    width: 30px;
}
.sub-partner:last-child {
    border-bottom: 1px solid #F5F5F5;
}
.active-main-partner {
    background: #F5F5F5 !important;
}
.partner-btn-2 {
    background: rgba(139, 135, 122, 0.1);
}
.active-clients-2 {
    border-bottom: 1px solid #F5F5F5;
}
.partner-btn-3 {
    background: rgba(255, 144, 0, 0.1);
}
.add-member-popup .input-box-pop-admin-dashboard h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1816;
}
.add-member-popup .input-box-pop-admin-dashboard input[type="text"] {
    border: 1px solid #8B877A;
    border-radius: 7px;
    margin-bottom: 20px;
}
.add-member-popup h1 {
    font-size: 22px;
    line-height: 30px;
}
.main-admin-account {
    background: white;
    padding: 16px 16px;
    box-shadow: 1px 4px 15px 5px rgba(139, 135, 122, 0.08);
    border-radius: 20px;
}
.main-admin-account h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #1A1816;
}
.main-admin-account p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #8B877A;
    margin-top: 6px;
}
.main-admin-account img {
    border-radius: 999px;
    width: 40px;
}
.admin-account-btn {
    position: relative;
    top: 17px;
    right: 10px;
}
.admin-acc-panel {
    position: relative;
}
.admin-acc-panel .account-list-down {
    position: absolute;
    background: white;
    width: 94%;
    z-index: 2;
    box-shadow: 1px 4px 15px 5px rgba(139, 135, 122, 0.08);
    border-radius: 20px;
    padding: 16px 16px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.admin-acc-panel .account-list-down .main-admin-account {
    box-shadow: none;
    padding: 0px;
    margin-top: 15px !important;
    border-top: 1px solid #F5F5F5;
    border-radius: 0px;
    padding-top: 20px;
}
.admin-acc-panel .account-list-down .main-admin-account:first-child {
    margin-top: 0px !important;
}
.admin-acc-panel .account-list-down .main-admin-account:first-child {
    border-top: none !important;
}
.admin-shedule-option .client-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
    color: #1A1816;
}
.admin-shedule-option .client-img {
    border-radius: 999px;
    width: 30px;
}
.admin-shedule-option .phone-number {
    font-size: 13px;
    line-height: 22px;
    color: #1A1816;
}
.for-shedule-btn {
    background: #F5F5F5;
}
.canceled-shedule-btn {
    color: #8C001A;
    background: rgba(153, 0, 51, 0.1);
}
select {
    appearance: none;
    background-image: url("../img/caret_down.png");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.admin-renovations-empty {
    margin-top: 150px;
}
.admin-renovations-empty h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 131.3%;
    color: #8B877A;
}
.renovation-admin-popup select {
    border: 1px solid #8B877A !important;
}
.renovation-admin-popup h4 {
    margin-top: 25px;
    margin-bottom: 12px;   
}
.renovation-admin-popup .modal-dialog {
    max-width: 47%;
}
.property-options-section .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border: none;
}
.property-options-section .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
}
.property-options-section .dropdown-menu a img {
    margin-right: 5px;
}
.not-intrested-client {
    background: rgba(153, 0, 51, 0.05);
}
.not-intrested-client h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1A1816;
}
.not-intrested-client h4 span {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #8C001A;
}
.admin-search-properties .third-col {
    width: 86%;
}
.member-btn2 {
    background: rgba(22, 12, 128, 0.1);
    border-radius: 32px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
}
.member-info-admin-dashbaord img {
    width: 60px;
}
.member-info-admin-dashbaord .member-contact-box li img {
    width: 15px;
}
.member-info-admin-dashbaord .member-contact-box li {
    color: #615F5C;
    font-size: 15px;
    margin-top: 10px;
}
.manage-client-by-admin p {
    color: black !important;
    font-size: 16px;
    line-height: 24px;
}
.member-schedule-dashboard .date {
    color: #615F5C;
    font-size: 14px;
    margin: 0px;
    margin-top: 9px;
    margin-bottom: 5px;
}
.member-schedule-dashboard .event-name {
    margin-bottom: 0px;
}
.member-info-list li b {
    font-weight: 600;
    color: #1A1816 !important;
}
.main-partner-2 img {
    object-fit: cover;
    object-position: top;
    /* clip-path: circle(); */
}

.heart-img:hover {
    content: url("/assets/img/heart-red.svg");
}
.calc-pop-modal input {
    border: 1px solid #8B877A;
}
.calc-pop-modal .listofdates li {
    list-style-type: none;
    padding: 8px 15px;
    background: #F5F5F5;
    border-radius: 62px;
    margin-top: 14px !important;
}
.main-partner-2 button img {
    object-fit: cover;
    object-position: center;
    clip-path: none;
}
.active-sidebar {
    position: absolute !important;
    height: 140% !important;
    z-index: 999 !important;
    max-width: 235px !important;
    top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    transition: 0.5s;
}
.mobile-bar {
    position: relative;
}
.info-cols-for-dash .gap-col {
    margin: 0px 0.89vw;
    background: white;
    padding: 13px 23px;
    box-shadow: 1px 4px 20px 5px rgba(139, 135, 122, 0.06);
    border-radius: 28px;
}
.info-cols-for-dash .gap-col p {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}
.user-email {
    word-wrap: break-word;
}
.main-partner-2 small {
    word-wrap: break-word;
}
.admin-manage-client-box .dropdown-boxes {
    
}
.admin-manage-client-box .dropdown-boxes .dropdown-main {
    padding: 8px 20px 8px 20px;
    border-radius: 8px;
}
.admin-manage-client-box .dropdown-boxes .dropdown-main.dropdown-active {
    background: #f5f5f5;
}
.admin-manage-client-box .dropdown-boxes .dropdown-content {
    padding: 8px 20px 8px 20px;
}
.admin-manage-client-box .dropdown-boxes .dropdown-content button {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
}
.custom-input-checkbox {
    transform: scale(1.4);
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.row-for-checks {
    padding: 12px 0px;
    border-bottom: 1px solid #615f5c24;
}
.row-for-checks:nth-last-child(1) {
    border-bottom: none !important;
}
.dropdown-docs-btn {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.dropdown-main {display: inline;}
.dropdown-custom {
    box-shadow: 0px 0px 30px #0000001c;
    border-radius: 12px;
    padding: 20px 30px  30px  30px;
    width: 407px;
    position: absolute;
    right: 0px;
    z-index: 99;
    background: white;
    top: 0px;
    height: 500px;
    overflow-x: scroll;
}
.active-notifications {
    background: #f6f9ff;
    border-radius: 6px;
    padding: 10px;
}
.active-dot::before {
    content: "";
    position: absolute;
    left: 10px;
    background: #493cdc;
    border-radius: 999px;
    padding: 4px;
    top: 10px;
}
.not-activated {
    background: transparent !important;
}
.title-name-notification {
    background: #9797972E;
    padding: 4px 10px;
    border-radius: 4px;
}
.title-name-notification h6 {
    color: #615F5C;
    text-align: left;
    margin: 0px !important;
}
.title-name-notification-active {
    background: #d5e1fe;
    padding: 4px 10px;
    border-radius: 4px;
}
.title-name-notification-active h6 {
    color: #4239dc;
    text-align: left;
    margin: 0px !important;
    font-size: 16px !important;
}
.admin-sidebar img {
    border-radius: 999px !important;
    width: 50px;
    height: 50px;
}
.listofdates ul {
    list-style-type: none !important;
}
.listofdates li {
    margin-top: 10px;
}
.listofdates li:nth-child(1) {
    margin-top: 0px;
}
.top-menu-links .arrow-nav {
    margin-right: 0px !important;
}
.highlighted{
    color:#fff !important;
}
.highlighted:before{
    background:green;
}
.sidebardesignsti {    
    position: sticky;
    top: 0px;
    overflow-y: scroll;
}
.parameters-dot:nth-child(3) span {
    width: 80px;
}

select.btn.btn-block.text-left {
    border: 1px solid #8B877A;
    border-radius: 7px;
}
.exclusive-properties {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    box-shadow: 1px 4px 20px 5px #8B877A0F;
    border-radius: 28px;
}
.exclusive-properties:nth-child(1) {
    margin-left: 0px;
}
.exclusive-properties:nth-child(2) {
    margin-right: 0px;
}
.exclusive-properties .content-date {
    font-size: 13px;
    margin-bottom: 10px;
    color: #615F5C;
}
.content-excerpt {
    color: #615F5C;
    font-size: 16px;
}
.exclusive-content-right {
    border-left: 1px solid #615f5c21;
}
.exclusive-txt {
    color: #615F5C;
    font-size: 16px;
}
.btn-popup {
    border: 1px solid #8B877A;
    padding: 10px;
}

.btn-check {
    display: none;
}

.offer-btn {
    border: 2px solid #1A1816;
    padding: 9px 17px !important;
    background-color: transparent !important;
    color: #000 !important;
}

.offer-a-btn:hover {
    color: #ffffff !important;
    background-color: #4b3edc !important;
}

.btn-check:checked + .offer-a-btn {
    color: #ffffff !important;
    background-color: #4b3edc !important;
}

.offer-d-btn:hover {
    color: #ffffff !important;
    background-color: #ba6676 !important;
}

.btn-check:checked + .offer-d-btn {
    color: #ffffff !important;
    background-color: #ba6676 !important;
}
.overflow-scrolling {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 574px;
}