@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/SFProText-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "DM Serif Display script=latin rev=2";
  src: url(../fonts/DMSerifDisplay-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Regular-italic;
  src: url(../fonts/DMSerifDisplay-Italic.ttf);
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
/*text theme*/
.text-theme{
  color: #113DFA;
}
.text-bl120 {
  color: #375cfb;
}
.text-bl100{
  color: #5D7BFC;
}
.text-bl80 {
  color: #849bfd;
}
.text-bl60 {
  color: #627285 !important;
}
.bg-bl20{
  background: #E4E9FE;
}
.bg-theme{
  background: #375CFB;
}
.bg-lblue {
  background: #f1f3f5 !important;
}
/*text black*/
.text-blk {
  color: #1f252a;
}
.text-blk120{
  color: #303841;
}
.text-blk100{
  color: #414B58;
}
.text-blk60 {
  color: #627285;
}
.text-blk80 {
  color: #515f6e;
}
.text-blk40 {
  color: #8090a1 !important;
}
.text-blk20 {
  color: #97a4b2 !important;
}
.text-blk10{
  color: #414b58;
}

/*text white*/
.text-wt120 {
  color: #fcfdfd;
}
.text-wt60{
  color: #E6E9EC;
}
.text-wt20{
  color: #ADB7C3;
}
.fs-xl{
  font-size: 5rem;
  line-height: 1.2;
}
.sf-display{
  font-family: 'SF Pro Display', sans-serif;
}
.fs-xxl {
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: 'SF Pro Display', sans-serif;
}
.sign-in .logo-part {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 500px;
  margin: auto;
  position: relative;
  color: #375CFB;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'SF Pro Text', sans-serif;
  /* color: #1D1D1D; */
  color: #1F252A;
}

button:focus {
  outline: none;
  border: none;
}

button:hover {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.logo-part {
  padding-top: 10px;
}

.sign-in {
  background: url(../img/background.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.sign-in-form h1 {
  font-weight: 600;
  font-size: 35px;
}

.sign-in-form p {
  margin-bottom: 0;
}

.sign-in-filed input {
  height: 50px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
}

.sign-in-filed input::placeholder {
  color: #ABABAB;

}

.form-size {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px 80px;
  box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.05);
}

.sign-in-filed {
  padding-top: 30px;
}

.forget-password-text p a {
  float: right;
  color: #375CFB;
  margin-bottom: 30px;
  font-weight: lighter;
}

.sign-btn {
  background-color: #375CFB;
  color: #fff;
  height: 50px;
  border-radius: 28px;
  border: 0;
  font-weight: lighter;
}

.sign-in-form {
  width: 100%;
}

.main-wapper {
  align-items: center;
  display: flex;
}

.sign-in .footer-list {
  text-align: right;
}

.sign-in .footer-list ul,
.sign-in .footer-list ul li {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  text-align: right;
}

.sign-in .footer-list a {
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  padding-right: 25px;
}

.body-bg {
  background: #F2F1F6;
}

@media (max-width: 975px) {
  .body-bg {
    background: #FCFDFD !important;
  }

  .body-bg.temp-prev .main-section {

    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.04);
  }
}

.logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 15px;
}

.logo-part .dropdown-toggle::after,
.file-listing.dcoument .dropdown-toggle::after,
.file-listing.datatable .dropdown-toggle::after {
  display: none;
}

.border-user {
  border-bottom: 1px solid #eee;
}

.form-control.password-input {
  margin-bottom: 10px;
}

.drop-icon-account {
  font-size: 14px;
  padding: 12px 10px;
}

.inner-pad {
  padding: 0px;
  top: 12px !important;
  left: -12px !important;
}

.heading-section {
  background-color: #1D1D1D;
  height: 45px;
}

.create-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
  height: 45px;
  float: right;
}

.create-add p {
  margin: 0px;
}

.heading-text {
  font-weight: 300;
  margin-bottom: 0;
  position: relative;
  ;
  top: 12px;
  font-weight: 500;
  text-align: center;
}

.container-fluid.heading-section .col-lg-12 {
  padding: 0px;
}

.create-folder {
  font-size: 15px;
  font-weight: 300;
}

.find-project {
  background: url(../img/main-banner.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 334px;
  text-align: center;
  margin: 30px 0px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-project h2 {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 400;
}

.find-project-text {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.find-project-text input {
  height: 56px;
  font-size: 16px;
  color: #9B9B9B;
  font-weight: 400 !important;
  border: 0;
  border-radius: 0;
  padding: 0px 20px;
}

.find-project-text input::placeholder {
  color: #9B9B9B;
}

.find-project-text button {
  border: 0;
  padding: 0;
}

.find-project-text img {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  background: transparent;
}

.project-height {
  width: 100%;
  padding: 0px 15px;
}

.recent-title h3 {
  color: #232323;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

.recent-title a {
  color: #24ABE2;
  font-size: 16px
}

.recent-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

/*
.recent-part img {
	width: 190px !important;
	height: 136px;
} */
.recent-part h6 {
  padding-top: 15px;
  color: #5A5A5A;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
}

.recent-owl .owl-nav {
  display: block !important;
}

.newsletter-owl .owl-nav {
  display: block !important;
}

.newsletter-owl .owl-prev {
  display: none !important;
}

.recent-owl .owl-prev {
  display: none !important;
}

.newsletter-owl .owl-next span {
  display: none;
}

.recent-owl .owl-next span {
  display: none;
}

.recent-slider {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.recent-owl .owl-next {
  position: absolute;
  right: -27px;
  top: 22px;
  background-image: url('../img/next.png') !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-size: 330px;
}

.recent-owl.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.newsletter-owl .owl-next {
  position: absolute;
  right: -27px;
  top: 33px;
  background-image: url('../img/next.png') !important;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-size: 330px;
}

.newsletter-owl.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.recent-part.news-img img {
  width: 387px !important;
  height: 187px;
  object-fit: cover;
}

.newsletter-owl .owl-next {
  top: 50px;
}

.logo-small img {
  width: 65px !important;
  height: 65px !important;
  object-fit: contain;
}

.find-project-side {
  width: calc(100% - 285px);
}

.fps-inside {
  width: 100%;
  padding: 0px 2%;
}

.menu-bar {
  background: #fff;
  width: 340px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  z-index: 2;
  top: 111px;
  border-right: 1px solid #e9ecef;
}

.document-form .menu-bar {
  width: 450px;
}

.document-form .menu-bar.mbscrolled {
  position: fixed;
  top: 90px;
}

.home .menu-bar.mbscrolled {
  position: fixed;
  top: 40px;
}

.mobile .menu-bar {
  height: 95vh;
  top: 46px;
}

.logo-part span {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  margin-right: 10px;
}

.logo-part span span {
  color: #375CFB;
  font-weight: 500;
}

.column-side-section {
  display: flex;
}

.left-side {
  width: 100%;
  display: block;
  margin-top: 45px;
}

.left-side a:hover {
  color: #000;
}

.title-heading {
  padding: 10px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.title-heading.active {
  border: 0;
  color: white !important;
  background-color: #375CFB;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  display: block;
}

.title-heading.active img {
  filter: brightness(0) invert(1);
}

a#quicksearch img {
  filter: brightness(0) invert(1);
}

.folder-custom.dropdown-toggle::after {
  display: none;
}

.dropdown.create a span {
  color: #fff;
}

.folder-custom {
  font-size: 20px;
}

.img-more {
  margin-left: 10px;
}

.btn.dropdown-toggle.folder-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  margin-bottom: 10px;
  border: 0;
  font-size: 19px;
  font-weight: 500;
}

.dropdown-menu.custom-dropdown.show {
  position: relative !important;
  top: -50px !important;
}

.folder-custom .btn.focus,
.btn:focus {
  outline: initial;
  box-shadow: inherit;
}

.dropdown.client .awesome-plus {
  width: 15px;
  margin-left: 10px;
}

.custom-dropdown {
  border: 0;
  padding-left: 0 !important;
  width: 100%;
}

.custom-dropdown .dropdown-item {
  padding-left: 15px;
  color: #000000;
  padding-bottom: 12px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 300;
}

.custom-dropdown img {
  margin-right: 10px;
}

.custom-dropdown .dropdown-item:hover {
  background-color: transparent
}

.custom-dropdown .dropdown-item.active,
.dropdown-item:active {
  background-color: transparent
}

.full-side {
  width: 100%;
  padding-right: 0;
  padding-left: 15px;
}

.icon-deg img {
  transform: rotate(180deg)
}

/* Recent Files */
.page-title {
  width: 100%;
  /*float: left;*/
  height: 45px;
  background: #f2f1f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-title p {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  margin: 0px;
  margin-left: 25px;
  font-size: 15px;
}

.list-grid-btn {
  margin-right: 15px;
}

.file-listing {
  width: 100%;
  padding: 1.1%;
  float: left;
  padding-bottom: 70px;
  background: #fff;
  border-radius: 15px;
  min-height: 60vh;
}

.home .file-listing.grid-view,
.properties .file-lising {
  padding: 1.1%;
}

.file-listing ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul#documentoutlineSubmenu a.bold {
  font-weight: bold;
}

.rfl-div {
  width: 100%;
  display: flex;
  justify-content: space-between;

}

.rfl-1 {
  cursor: pointer;
  width: 68%;
}

.file-listing.grid-view .rfl-div {
  padding: 0px
}

.rfl-div h1 {
  font-size: 16px;
}

.rfl-1 {
  text-align: left;
}

img#profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.rfl-1 span.tags {
  font-size: 12px;
  padding: 8px 10px;
  color: white;
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

.file-listing.grid-view .tag-holder {
  /* position: absolute; */
  bottom: 2px;
  left: 0px;
}

a.dropdown-toggle.dot {
  z-index: 1;
}

.rfl-1 .blue-tag {
  background: #64caff;
}

.rfl-1 .gray-tag {
  background: #E4E9FE;
}

.rfl-1 .yellow-green-tag {
  background: #a3cb52;
}

.rfl-1 .green-tag {
  background: #1FCD6D;
}

.rfl-1 .orange-tag {
  background: #F49D00;
}

span.tags.type-tag.PURCHASE {
  background: #FA887B;
}

span.tags.type-tag.TENANT {
  background: #FFDD95;
}

span.tags.type-tag.TENANT a {
  color: #B68215;
}

span.tags.type-tag.SALE {
  background: #83B975;
}

span.tags.type-tag.LANDLORD {
  background: #CAB2FD;
}

.rfl-2 span {
  /*color: #919191;*/
  font-size: 14px;
  margin-right: 40px;
  text-align: right;
}

span.gray {
  margin: 0px;
}

.file-listing .custom-control {
  display: none;
}

.show-checkbox.file-listing .custom-control {
  display: block;
  float: left;
  top: 30px;
}

.grid-view.file-listing ul {
  display: flex;
  flex-wrap: wrap;
}

.grid-view.file-listing .custom-control {
  position: absolute;
  z-index: 2;
  left: -20px;
  top: 45px;
}

.grid-view.file-listing .item-holder.col-12 {
  max-width: 335px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  margin-left: 13px;
  margin-right: 13px;
}

.grid-view.file-listing .rfl-div {
  flex-direction: column;
  position: relative;
}

.grid-view.file-listing .rfl-2 {
  text-align: left;
  border-top: 1px solid lightgrey;
  padding-top: 5px;
  display: block;
}

.grid-view.file-listing .rfl-2 a.dropdown-toggle.dot {
  right: 0px;
  top: 15px;
  position: absolute;
}

.show-checkbox.file-listing.grid-view .rfl-2 a {
  display: none;
}

.grid-view.file-listing .rfl-1 {
  text-align: left;
  min-height: 100px;
  width: 95%;
  position: relative;
}

.home .grid-view.file-listing .rfl-1 {
  min-height: 110px;
}

.template .grid-view.file-listing .rfl-1 {
  min-height: 60px;
}

.ba2 .text-white {
  display: flex;
  align-items: center;
}

.list-grid-btn {
  display: inline-block;
}

a.search {
  margin-right: 15px;
}

.list-v {
  background: url(../img/view-icon.png);
  background-size: cover;
  width: 22px;
  height: 20px;
}

.grid-v {
  background: url(../img/grid-view.png);
  background-size: cover;
  /*width: 18px;*/
  height: 22px;
}

.tab-only {
  display: none;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.menu-icon {
  display: none;
  margin-left: 15px;
}

.menu-icon.ham {
  background: url(../img/menu-icon.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.menu-icon.close {
  background: url(../img/cross-icon.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.menu-left {
  display: none;
}

.menu-right {
  display: none;
}

.select-menu {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  width: 55px;
  margin-left: 10px;
  cursor: pointer;
}

.dropdown.summary {
  margin-right: 5px;
}

.dropdown.summary a img {
  width: 25px;
  height: 21px;
}

a#addDocumentLink img {
  width: 25px;
}

.dropdown.summary a {
  font-size: 14px;
}

.menu-bottom {
  justify-content: center;
  align-items: center;
  display: none;
  margin-left: 20px;
}

.menu-bottom.show {
  display: flex;
  width: 143px;
}

.mb-div {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.bin {
  color: #fff;
}

/* FODLER PAGE */
ol.breadcrumb.custom {
  background: none;
  padding-left: 25px;
  margin: 0px;
  padding-bottom: 0px;
}

.breadcrumb-item a {
  color: #1D1D1D;
  font-size: 15px;
}

.breadcrumb-item a img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.rfl-folder p {
  font-size: 12px;
  color: #7D7D7D;
  margin: 0px;
}

.rfl-2 {
  display: flex;
  align-items: center;
}

.rfl-folder a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.rfl-div h1 {
  color: #1D1D1D;
  font-weight: 600;

}

.rfl-folder .rfl-1 {
  display: flex;
  align-items: center;
}

.rfl-folder .rfl-1 img {
  margin-right: 15px;
}

.grid-view.file-listing .rfl-folder .rfl-2 {
  display: none;
}

.grid-view.file-listing .rfl-folder .rfl-1 {
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.grid-view.file-listing .rfl-folder .rfl-1 p {
  display: none;
}

.grid-view.file-listing .rfl-folder .rfl-1 h1 {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
}

.grid-view.file-listing .rfl-folder .rfl-1 img {
  margin: 0px;
}

.grid-view.file-listing.rfl-folder2 ul li {
  max-width: 160px;
}

.custom-modal {
  top: 10%;
}

.custom-modal h3 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}

.custom-modal p {
  font-size: 15px;
  text-align: center;
}

.custom-modal .modal-content {
  padding: 15px
}


/* .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #00aeef !important;
} */

.page-holder {
  width: 100%
}

.action-btn-holder {
  background: #64CAFF;
  margin-top: 20px;
  height: 45px;
}

#ShareModal .modal-body .text-center a {
  float: left;
  margin: 20px 0px;
  font-size: 12px;
  color: #1D1D1D;
  width: 87px
}

#ShareModal .modal-body .text-center a .icon-holder {
  border: 1px solid #80808070;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  padding: 6px;
  text-align: center;
  padding-top: 8px;
}

#ShareModal .modal-body .text-center a .icon-holder.share-export {
  padding-top: 9px;
  padding-left: 10px
}

#ShareModal .modal-body .text-center a .icon-holder.share-print,
#ShareModal .modal-body .text-center a .icon-holder.share-template,
#ShareModal .modal-body .text-center a .icon-holder.share-crm {
  padding-top: 9px;
}

#ShareModal .modal-footer p {
  text-align: left;
}

.radio-option .radio-option-field {
  height: 1.1rem;
  width: 1.1rem
}

.modal-footer button.round {
  /*border-radius: 50px;*/
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 30%;
}

.modal-footer button.round.single {
  margin: auto;
  width: 70%;
  height: 50px;
  font-weight: normal;
}

button.blue,
.btn-primary:hover,
.modal-footer button.round:focus,
.btn-primary {
  /* background-color: #375CFB;
  border-color: #375CFB; */
  background-color: #113DFA;
  border-color: #113DFA;
}

.modal-footer button.round.no-btn {
  color: #375CFB;
  background-color: #fff !important;
}

.modal-footer button.round.no-btn:focus {
  border: 1px solid #375CFB;
}

.auto {
  margin: auto
}

a{
  color: #1D1D1D
}

.page-content {
  padding: 2% 4% 2%;
}

.back-add {
  margin-top: 10px;
  width: 60px;
  padding: 0px;
}

.back-add span {
  color: #fff;
}

.file-listing .property {
  color: #5A5A5A;
  font-size: 14px;
  margin: 0px;
  float: left;
  width: 100%;
  /* margin-bottom: 1rem; */
}

.file-listing {
  background-color: unset;
}

.item-holder.col-12 {
  background: #fff;
  border-bottom: unset;
  margin-bottom: 1rem;
  border-radius: 15px;
}

.show-checkbox.file-listing .custom-control {
  top: 50px;
  right: 40px;
}

span.status {
  font-size: 14px;
  font-weight: bold;
  margin-right: 0px;
}

.file-listing.grid-view span.status {
  margin-right: 0px;
}

span.status.Completed {
  color: #0aca31
}

span.status.Draft {
  color: #919191
}

span.status.Pending {
  color: #f4b235
}

.separator {
  border-left: 2px solid #606266;
  height: 20px;
  margin-right: 10px;
}

.mb-div span {
  color: #fff !important
}

.mb-div.bin img {
  filter: invert(1);
}

.dropdown.create .dropdown-menu {
  left: -65px !important;
}

.dropdown.create .dropdown-item {
  font-size: 14px;
}

.modal-title {
  font-weight: bold;
}

.vsa-list,
.vsa-item {
  border: none !important;
}

span.vsa-item__trigger__content {
  font-size: 14px !important;
}

span.open img,
.client-property span img {
  width: 18px;
}

span.close img {
  width: 20px;
}

span.close {
  display: none;
}

.vsa-item.vsa-item--is-active span.open {
  display: none;
}

.vsa-item.vsa-item--is-active span.close {
  display: block;
}

.vsa-item__trigger:focus,
.vsa-item__trigger:hover {

  background-color: unset !important;
  color: #1D1D1D !important;
}

.vsa-item--is-active .vsa-item__heading,
.vsa-item:not(:last-of-type) {
  border: unset !important
}

.client-property span {
  float: right;
}

.client-property {
  padding: 10px;
}

.client-info {
  cursor: pointer;
}

.some-facts-pop p {
  word-break: break-word;
}

button.btn.btn-outline-secondary {
  border: 1px solid #ced4da;
  border-left: unset;
  border-radius: unset;
}

div#SelectClientModal input {
  border-right: unset;
  border-radius: unset;
}

.dropdown.create a::after,
.dropdown-toggle.dot:after,
.dropdown.summary a::after {
  display: none;
}

.dropdown-menu.dot-menu.show {
  left: -65px !important;
}

.dropdown-menu.show {
  padding-bottom: 0px;
}

span#project-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 15px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  width: 25px;
  height: 25px;
  top: 2px;
  left: -2px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-label::before {
  height: 20px;
  width: 20px;

}

.custom-checkbox .custom-control-label::before {
  background: #fff;
  border: 1px solid #9191918c;
}

.full-toggle .menu-bar {
  display: none;
}

.mobile .full-toggle .menu-bar {
  display: none;
}

.mobile .menu-bar {
  display: block;
}

.file-listing.dcoument .dropdown-menu.show {
  left: -60px !important;
  padding: 0px;
}

.file-listing.dcoument a.dropdown-item {
  padding: 10px 20px;
}

div#SaleTemplateModal .modal-content {
  right: 9px;
  min-height: 660px;
}

.datatable .profile-holder {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

.datatable p {
  margin-bottom: unset;
}

.gray {
  color: #5a5a5ab5
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d38;
}

.input-with-btn {
  border-right: unset;
}

.el-select .input-with-btn input {
  border-right: 1px solid #ced4da;
  border-radius: 4px;
}

.input-with-btn input {
  border-right: unset;
  border-radius: unset;
}

.input-with-btn button:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  background: unset;
  background-color: unset;
  border-color: #ced4da;
  box-shadow: unset;
}

.input-with-btn input:focus {
  box-shadow: unset;
  border-color: #ced4da;
}

.file-listing.properties {
  padding: 0px
}

table#client-list .dropdown-item {
  margin-bottom: 15px;
}

#SelectClientModal span.client-name {
  font-weight: bold;
  position: relative;
  right: -10px;
  top: 0;
  width: 100%;
  float: left;
  text-transform: uppercase;
}

#SelectClientModal span.client-email {
  font-weight: 500;
  position: relative;
  right: -10px;
  top: 0;
}

#SelectClientModal span.client-phone {
  font-weight: 500;
  position: relative;
  right: -10px;
  top: 0;
}

ul.select-client {
  display: block;
}

ul.select-client li {
  display: inline-block;
  width: 18%;
}

ul.select-client.inner li span {
  top: -5px;
}

table#client-list th {
  font-weight: normal;
}

div#client-list_paginate {
  width: 30%;
  float: right;
}

.nav-tabs {
  border: unset;
}

a:hover {
  color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid #64CAFF !important;
  border-radius: 10px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: unset
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-right: 25px;
  min-width: 100px;
  text-align: -webkit-auto;
  font-weight: 500;
}

li.nav-item span.numfile {
  margin-left: 25px;
}

.page-holder.properties .page-content img {
  position: relative;
  bottom: 4px;
}

.properties .file-listing .rfl-1 .img-back-btn {
  position: relative;
  bottom: 40px;
  left: 23px
}

p.gray.updated-label,
.updated-date {
  margin-bottom: unset;
  font-size: 14px;
}

.file-listing .page-item.disabled .page-link {
  border: unset;
}

button.page-link {
  color: gray;
  border: unset;
}

.page-item.active .page-link,
.page-link:hover {
  background-color: unset;
  color: #1D1D1D;
  font-weight: 600;
}

.page-link:focus {
  box-shadow: unset;
}

.page-link,
.page-item.disabled .page-link {
  background: #F2F1F6;
}

.left-side .title-heading.active {
  background-color: #375CFB;

}

.client-list .profile-holder {
  width: 35px;
  float: left;
}

.search-result-list {
  height: 45px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
  position: relative;
}

span.address-type {
  top: 5px;
  position: absolute;
  right: 10%;
  font-size: 14px;
}

p.add-data {
  font-size: 12px;
}

.property-list.search-result-list .icon-holder {
  position: relative;
  top: 7px;
}

.item-holder.col-12 {
  border-bottom: 1px solid #e9ecef;
  padding: 15px;
}

.client-list span.client-name {
  font-weight: bold;
  position: relative;
  top: 4px;
  left: 15px;
  font-size: 15px;
  width: 90%;
  float: left;
  text-transform: uppercase;
}

div#search-doc,
select#sort-document {

  border-radius: 10px;
}

div#search-doc {
  width: 90%;
  position: relative;
  margin: auto;
  margin-top: 0.5rem;
}

div#search-doc input {
  border-radius: 10px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;

}

div#search-doc button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

div#QuickSearchModal .custom-modal {
  max-width: 700px;
}

div#QuickSearchModal .custom-modal p {
  text-align: left;
}

div#ClientPropertyModal h6 {
  /*position: relative;
  top: 35px;*/
}

div#ClientPropertyModal .profile-holder {
  position: relative;
  top: -7px;
}

.client-name button {
  opacity: 1
}

.name-holder.float-left {
  width: 95%;
}

.name-holder.float-left {
  width: 95%;
  font-size: 15px;
}

.selectoption-holder {
  width: 100%;
  margin-bottom: 1rem;
}



div#ClientPropertyModal .modal-content {
  position: relative;
  left: -8px;
}

/* .modal-backdrop {
  opacity: .5;
} */

/* .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  top:10%
} */
.modal-dialog-scrollable .modal-body .search-result {
  overflow-y: auto;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(95vh - 1rem);
  overflow: hidden;
}

#documentLog .modal-dialog-scrollable .modal-content {
  max-height: calc(83vh - 1rem);
  overflow-y: auto;
}

.modal-dialog-scrollable .modal-content .search-result {
  max-height: calc(55vh - 1rem);
  overflow-y: auto;
}

#QuickSearchModal .modal-dialog-scrollable .modal-content .search-result {
  max-height: calc(60vh - 1rem);
  overflow-y: auto;
}

#documentLog .modal-content {
  min-height: calc(75vh - 1rem);
}

#documentLog .modal-body {
  padding: 0;
}

/* .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  padding: 15px;
  min-height: calc(85vh - 1rem);
} */

/*.modal-header {
  padding: 0px
}
.modal-header {
  border: unset;
}*/
h5.modal-title-header.text-center {
  font-weight: 500;
}

div#ShareModal___BV_modal_body_ {
  padding-top: 30px;
}

.modal-footer .button-holder {
  width: 436px;
  text-align: center;
  margin: auto;
}

#DeleteModal .modal-content {
  min-height: calc(30vh - 1rem);
}

.content-modal .input-group.input-with-btn input {
  height: 45px;
}

.modal-content div#search-doc {
  width: 100%;
}



.file-listing .row {
  width: 100%;
}

.file-listing .row.gridview .rfl-1 .gray-tag {
  float: left;
  width: auto;
}

.file-listing .row.gridview .rfl-1 span.tags {
  float: left;
  width: 143px;
  margin: 8px 8px 4px 0;
}

.file-listing.clientPropertyID .rfl-1 span.tags {
  width: 143px;
}

.dropdown-menu.show a {
  border-bottom: 1px solid #e9ecef;
  padding: 0.50rem 1.5rem
}

.dropdown-menu.show a:last-child,
.left-side .show .dropdown-menu.show a {
  border-bottom: unset;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000
}

.remove-side-part a {
  font-weight: 500;
}

.search-result-holder.client-list-holder .client-list {
  height: auto;
  /* 70px; */
  width: 98%;
  cursor: pointer;
}

.property-list.search-result-list {
  cursor: pointer;
}

div#TemplateSelectionModal___BV_modal_body_ p {
  font-size: 14px;
}

.template-list.search-result-list {
  width: 225px;
  float: left;
  border: 1px solid #e9ecef;
  margin-right: 10px;
  height: 200px;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal-dialog-scrollable .modal-content .template-list-holder .search-result {
  max-height: calc(60vh - 1rem);
  /* 100vh */
}

.template-image {
  width: 120px;
  height: 110px;
  margin: auto;
}


.form-group label {
  width: 100%;
}

.back-add.form {
  margin-top: -2px;
}

#share-doc-icon-holder {
  min-height: 195px;
}

button#copy-link-btn,
button#copy-link-btn:hover {
  color: #375CFB;
  padding-left: 0px;
  font-size: 13px;
}

#copy-link input {
  font-size: 13px;
}

td.seller_num {
  width: 50px;
}

p#sendto {
  background: #979b9eb8;
  min-width: 158px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  margin-right: 2%;
  max-width: 48%;
}

button#draw-signature-btn {
  padding: 10px;
  border-radius: 10px;
  width: 200px;
  font-size: 17px;
  text-align: left;
  background: #375CFB;
  color: #fff;
  margin-top: 1rem;
  text-align: center;

}

button#draw-signature-btn .icon-holder {
  float: left;
  width: 45px;
}

button#draw-signature-btn .icon-holder img {
  width: 100%;
}

.or-holder .col-md-5 {
  border-top: 1px solid #ccc;
  position: relative;
  top: 12px;
  max-width: 47%;
  padding: 0px;
  flex: 48%;
}

.or-holder .col-md-2 {
  max-width: 5%;
  padding: 0px;
  flex: 5%;
}

div#private-link-holder {
  text-align: left;
  padding: 20px;
  background: #979b9e33;
  border-radius: 12px;
  font-size: 14px;
}

div#private-link-holder #copy-link-btn {
  background: #fff;
}

div#shareorsend .modal-body,
div#shareorsend .modal-body input,
div#shareorsend .modal-body text-area {
  font-size: 14px;
}

div#shareorsend .modal-body span {
  font-weight: bold;
}

div#shareorsend .modal-body div#private-link-holder span {
  font-weight: normal;
}

img.img.img-fluid.img-add-client.float-right {
  width: 13px;
  margin-top: 15px;
}

.overflowsection {
  overflow: hidden;
  min-height: 135px;
  border-bottom: 1px solid #D8E0EA;
  margin-bottom: 25px;
}

.template7.overflowsection.section6 {
  margin-bottom: 1rem;
}

/*.template1.overflowsection.section5.expand{
  min-height: 540px !important;
}
*/


section.section5 {
  min-height: 0px;
}

section.template6.section5 {
  min-height: 111px;
}

section.template3.section4 {
  margin-bottom: 1rem;
}

div#document-log-holder,
div#document-involved-holder {
  font-size: 14px;
}

div#document-log-holder .col-md-3,
div#document-involved-holder .cold-md-5 {
  /* div#document-log-holder .col-md-5 padding-right: 25px;  */
  text-align: right;
  border-right: 1px solid #ccccccc4;
  padding-left: 0px;
  padding-right: 15px;
}

div#document-log-holder .col-md-5,
div#document-involved-holder .col-md-7 {
  padding-left: 15px;
}

#document-log-holder .dot {
  height: 10px;
  width: 10px;
  background-color: #375CFB;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 24.4%;
  /*  right: 332px 250px; */
}

#document-log-holder .row {
  position: relative;
}

#document-log-holder .row div {
  padding-top: 7px;
}

div#document-involved-holder ul li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

div#document-involved-holder ul li span {
  padding: 0 2px;
  width: 100%;
  float: left;
  text-align: center;
}

div#PasswordModal___BV_modal_content_ {
  min-height: 21vh;
}


a#skiptodownload {
  color: #375CFB;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}

#QuickSearchModal .document-list.mb-3.mt-2 {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#printDoc i {
  color: #000
}

div#spinner {
  width: 100%;
  text-align: center;
  margin-top: 10%;
}

div#PasswordModal {
  top: 0%;
}

div#addmorefield {
  position: relative;
  clear: both;
}

.dropdown.client.show a img {
  width: 30px;
}

.forms div#specification {
  margin-bottom: 3rem;
}

table.tblInitialsPerPage img {
  width: 30px;
  float: left;
  margin-right: 15px;
}

img.img.img-fluid.modal-client-image {
  width: 35px;
  height: 35px;
  border-radius: 10%;
  /* 50%; */
  object-fit: cover;
  /* object-fit: contain; */
  background: lightgray;
  /* outline:#113DFA solid 1px;
  border: #113DFA solid 1px; */
  margin: 1px;
}

nav#sidebar li a.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  margin-bottom: 10px;
  border: 0;
  font-size: 19px;
  font-weight: 500;
}

nav#sidebar li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

nav#sidebar li a li {
  margin: unset;
}

nav#sidebar li.width-dp {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

nav#sidebar li a.dropdown-toggle::after {
  display: none;
}

nav#sidebar li a.dropdown-toggle img.img.img-fluid.down-icon {
  float: right;
  margin-top: 9px;
}

nav#sidebar li ul img {
  margin-right: 10px;
}

nav.documentsidebar ul li {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 18px;
}

#documentoutlineSubmenu li a {
  font-size: 14px;
}

#documentoutlineSubmenu li a li,
#documentoutlineSubmenu li {
  border: unset;
  padding: unset;
}

#documentoutlineSubmenu li a li {
  padding: 8px;
}

nav.documentsidebar ul#documentinfoSubmenu li {
  border: unset;
}

ul#clientSubmenu .title-heading.active img {
  filter: unset
}

ul#clientSubmenu {
  max-height: 70vh;
  overflow-y: auto;
}

.properties .file-listing h1 div {
  width: 95%;
  margin-top: 1rem;
}

.file-listing.grid-view .updated-holder {
  position: absolute;
  bottom: 0;
}

.client .file-listing .rfl-1 {
  width: 100%;
}

.left-side .collapsing {
  min-height: 70vh;
}

.file-listing.document.mt-5.grid-view .rfl-2 span {
  width: 100%;
  margin-right: 0px;
}

.client .file-listing .rfl-1 img {
  position: relative;
  bottom: 24px;
}

div.copy-password button {
  margin: auto;
  padding-left: 10px;
  color: #375CFB;
  font-size: 13px;
  background: #fff;
}

nav#sidebar li a.dropdown-toggle img {
  transform: rotate(0deg);
}

nav#sidebar li a.dropdown-toggle.collapsed img {
  transform: rotate(270deg);
}

.properties .grid-view .rfl-2 span {
  width: 100%;
  text-align: right;
  margin-right: 0px;
}

.properties .grid-view .rfl-2 span.status {
  margin-right: 17px
}

.client-properties a.dot {
  position: absolute;
  right: 0px;
}

.client .file-listing.grid-view .property-holder {
  width: 90%
}

.signature-settings {
  /*width: 20px;*/
  width: 30px;
  padding: 5px;
}

.float-right.col-md-3.back-holder {
  padding: 0px;
  text-align: left;
}

.float-right.col-md-3.back-holder .back-add.form {
  width: 100%;
  text-align: left;
  font-weight: normal;
}

.back-add.form img {
  filter: brightness(0) invert(1);
  position: relative;
  bottom: 2px;
}

div#UploadDocumentModal___BV_modal_content_ {
  min-height: 270px;
  max-height: 270px;
}

div#CreateClientModal___BV_modal_content_ .modal-footer .button-holder {
  margin: unset;
  width: 200px;
}

div#CreateClientModal___BV_modal_content_ .modal-footer .button-holder button {
  width: 100%;
}

.clearfix {
  clear: both;
}

div#CreateClientModal___BV_modal_content_ span.note {
  color: #ccc;
  position: relative;
  top: 9px;
}

form#create-client-form .form-group,
#create-listing-form .form-group {
  position: relative;
  margin-bottom: 2rem;
}

form#create-client-form .form-group p,
#create-listing-form .form-group p {
  position: absolute;
  left: auto;
  font-size: 12px;
  margin-bottom: unset;
}

#create-listing-form .form-group p.error-message.error0 {
  top: 53px;
}

.el-notification .el-icon-error {
  position: relative;
  top: 5px;
  width: 20px
}

.rfl-1 span.tags a {
  color: #fff;
  font-weight: 700;
}

.rfl-1 span.gray-tag a {
  color: #849BFD;
  font-weight: 600;
}

.forget-password-text {
  height: 20px;
}

.back-add.absolute {
  z-index: 3;
  position: absolute;
  left: 20px;
}

.back-add.absolute img {
  width: 25px;
}

.web .fixbackaddweb {
  top: 44px !important;
}

.web.home .fixbackaddweb {
  top: 0 !important;
}

.web.close-sidebar .back-add.absolute.fixbackaddweb {
  top: 44px;
}

.w-auto {
  width: auto !important;
}

.col-md-3.mytitle.text-white.myupdate-review-1 {
  text-align: right;
}

.mytitle.col-md-6 {
  text-align: center;
}

.create-add.ba2 ul li {
  margin: unset;
}

.page-holder.recent-file .page-content {
  padding-top: 0px;
}

/* a.open-menu.close-sidebar img {
  filter: unset;
}  */
p.text-white.heading-text.close-sidebar {
  padding-left: 65px;
}

img.img.img-fluid.client-icon {
  position: relative;
  bottom: 4px;
}


#dropdownMenuButton {
  -webkit-appearance: unset;
  background: unset;
}

.page-holder.type .page-content {
  padding-top: 0px;
}

.el-notification__content p {
  text-align: left !important;
}

.form-group.col-md-12.search-address-holder {
  clear: both;
}

div#address-result {
  overflow: auto;
  min-height: calc(60vh - 1rem);
  max-height: calc(60vh - 1rem);
  margin-top: 2rem;
}

#listing-search-result-modal,
div#search-result-modal {
  top: -5px;
  overflow: hidden;
  padding: 0px !important;

}

div#search-result-modal .modal-dialog,
#listing-search-result-modal .modal-dialog {
  max-width: 95%;
}

form#create-client-form .form-control:disabled,
.form-control[readonly] {
  background: unset;
}

input#search-client-address-input,
#search-listing-address-input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

button#add-client-address-btn,
#add-listing-address-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-group.col-md-12.float-left.clear-fix {
  padding-left: 20px;
  padding-right: 20px;
}

.hidden {
  display: none;
}

.nuxt-progress {
  height: 3px !important;
}

/* .modal-backdrop.show {
  display: none;
} */
button#add-client-address-btn,
#add-listing-address-btn {
  background: #dcdfe6;
  color: #000;
}

form#create-listing-form .form-check {
  float: left;
  margin-right: 20px;
}

p.error-message {
  font-size: 12px;
  color: red;
}

.dropdown.summary.show .dropdown-menu.show {
  left: -125px !important;
}

.client-properties .status {
  font-weight: bold;
}

.file-listing.mt-5.client-properties .rfl-1 img {
  position: absolute;
  bottom: 80px;
  right: 10px;
}

.file-listing.mt-5.client-properties .rfl-1 {
  width: 80%;
}

.client-properties p.status {
  font-size: 15px;
}

.file-listing.grid-view.mt-5.client-properties .item-holder {
  height: 230px;
}

.file-listing.mt-5.client-properties.grid-view .rfl-2 {
  display: block;
  text-align: left;
  margin-right: 0px;
}

.file-listing.mt-5.client-properties .rfl-2 {
  display: block;
  text-align: right;
  margin-right: 30px;
}

.file-listing.mt-5.client-properties .rfl-2 span {
  margin-right: 0px;
}

.file-listing.grid-view.mt-5.client-properties .rfl-1 img {
  position: relative;
  bottom: 35px;
  left: 90px;
}

i.el-message-box__close.el-icon-close {
  display: none;
}

img#pdf-icon {
  /*width: 12px;*/
  width: 30px;
  padding: 5px;
  height: 30px;
}

td.seller_phone {
  width: 225px;
  /* 208px; */
}

/* span.el-popover__reference-wrapper {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 90px;
  margin-right: 0px;
} */
.el-popover__title {
  font-weight: bold;
}

section#pa {
  margin-bottom: 1rem;
}

i#info-trigger {
  color: #97A4B2;
  cursor: pointer;
}

span.revoke {
  margin-right: 0px;
  padding: 4px 8px;
  background: #375CFB;
}

span.revoke a {
  color: #fff;
  font-size: 12px;
}

a#add_doc,
.triggerAdd {
  color: #375CFB;
}

.triggerAdd {
  text-decoration: underline;
}

.triggerAdd:hover {
  color: #375CFB !important;
  text-decoration: underline !important;
}

i.fas.sorticon {
  position: relative;
  right: -51px;
}

.page-holder.client .page-content {
  padding-top: 0px;
}

.page-holder.document-page .page-title {
  background: #E4E9FE;
}

.form-check.conflict {
  width: 100% !important;
  margin-bottom: 1rem;
}

span.charNote {
  color: #c0c4cc;
  font-size: 12px;
}

.recent-file .grid-view.file-listing .rfl-1,
.type .grid-view.file-listing .rfl-1,
.properties .grid-view.file-listing .rfl-1 {
  min-height: auto;
  padding-bottom: 0px;
}

.grid-view.file-listing .rfl-1.last-updated span {
  color: #999999;
}


/* span.signatureNote { position: absolute; top: 163px;left: 117px;
    /* top: 117px; right: 0px;
}
.tabview .rfl-1.Request.Emails.to span.signatureNote{top: 141px;}
.tabview .rfl-1.E-signature span.signatureNote{top: 141px;} */
.gridview span.signatureNote {
  top: 138px;
  right: 72px;
  margin-right: 0;
}

.gridview span.signatureNote span,
.gridview span.signatureNote span span {
  margin-right: 0;
}

button.revoke.btn {
  color: #fff;
  background: #375CFB;
  font-size: 12px;
  padding: 3px 10px;
}

/*  .file-listing.grid-view  button.revoke.btn{
  margin-left: 5px;
} */
.rfl-div {
  position: relative;
}

.item-holder.text-center.gray.empty {
  width: 100% !important;
  max-width: 100% !important;
}

.Ready.for.E-signature span.status,
.Ready.for.E-signature p.status {
  color: #414B58
    /* 49c227 */
}

.Saved span.status,
.Saved p.status {
  color: #414B58
    /* 3375E6 */
}

.Void.Document span.status,
.Void.Document p.status {
  color: #414B58
    /* b4b4b4 */
}

.E-signature.in.Progress span.status,
span.status,
p.status,
.E-signature.in.Progress p.status {
  color: #414B58;
  /* d172ec */
}

.Completed span.status,
.Completed p.status {
  color: #414B58;
  /* 00AEEF */
}

.PDF.Downloaded span.status,
.PDF.Downloaded p.status {
  color: #414B58
    /* DC9324 */
}

/* Removed for http://prntscr.com/26eknyi
body.has-revoke .el-button--small {
  color: #FFF !important;
  background-color: #409EFF !important;
  border-color: #409EFF !important;
}
body.has-revoke .el-button--primary {
  /* color: #000 !important;
  background: unset !important;
  border: 1px solid #DCDFE6 !important;
} */
.text-right {
  text-align: right;
}

.drop-divider {
  border: 1px solid #e9ecef;
  margin-top: 3px;
  border-bottom: unset;
}


span.updatClient {
  color: #375CFB;
  font-size: 12px;
}

span.updatClient a {
  color: #375CFB;
}

.form-group.col-md-3.float-left.phone.country_code {
  width: 18%;
  padding-right: 0px;
}

.form-group.col-md-3.float-left.phone.contact_number {
  max-width: 32%;
}

.vue-country-select .dropdown.open {
  z-index: 3;
}

.vue-country-select span.dropdown-arrow {
  margin-left: 10px;
}

input#contact_number {
  width: 73%;
  /* 80%; */
  float: right;
}

.vue-country-select .dropdown-list {
  width: 338px !important;
}

div#UpdateEmail___BV_modal_content_,
div#UpdatePhone___BV_modal_content_ {
  width: 55%;
  margin: auto;
}

.review .col-md-3.float-left.position-right {
  text-align: right;
}

.review .col-md-3.float-left.position-right a {
  color: #fff;
}

.review .back-add.form,
.review .col-md-3.float-left.position-right p {
  margin-top: 10px
}

td.seller_signature select {
  width: 155px;
}

.table-responsive {
  /* display: table; */
}

.mytitle-color {
  color: white !important;
  ;
}

.template1.overflowsection.section5 #disclosureNote textarea,
.template2.overflowsection #disclosureNote textarea,
.template3.overflowsection #disclosureNote textarea,
.template4.overflowsection #disclosureNote textarea,
.template5.overflowsection #disclosureNote textarea,
.template6.overflowsection #disclosureNote textarea,
.template7.overflowsection #disclosureNote textarea,
.template8.overflowsection #disclosureNote textarea {
  margin-top: 15px !important;
}

#d-none {
  display: none;
}

form#create-doc-user-input {
  /* width: 65%; */
  margin: auto;
  /* margin-top: 2rem; */
}

.back-dialog .el-button--small {
  color: #FFF !important;
  background-color: #375CFB !important;
  border-color: #375CFB !important;
}

.back-dialog .el-button--primary {
  color: #000 !important;
  background: unset !important;
  border: 1px solid #DCDFE6 !important;
}

form#create-template-form {
  width: 90%;
  margin: auto;
  margin-bottom: 5rem;
}

form#create-template-form .form-check-inline .form-check-input {
  width: 25px;
  height: 25px
}

textarea {
  resize: none;
}

#create-template-form label {
  font-weight: 600;
}

#create-template-form .remove-field,
#create-template-form .remove-section {
  position: absolute;
  top: 40px;
  left: -9px;
}

#create-template-form legend {
  font-size: 18px;
  font-weight: bold;
  color: #909399;
}

.template.type .grid-view.file-listing .rfl-1 {
  min-height: 60px;
}

.template.type .grid-view.file-listing .rfl-1 h1,
.type .grid-view.file-listing .rfl-1 h1 {
  font-size: 1.25rem;
}

#create-template-form fieldset {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
  margin-bottom: 1rem;

}

#create-template-form .field-holder {
  padding-left: 30px;
  position: relative;
}

#create-template-form .field-holder .remove-field {
  left: 20px
}

.mobile-view .open-menu.close-sidebar {
  filter: invert(1)
}

.column-side-section.full-toggle .back-add.col-md-1 {
  text-align: left;
}

body.mobile .full-toggle .container-fluid.heading-section .col-md-3.float-left.position-left {
  padding-left: 40px;
}

.column-side-section.full-toggle .back-add.col-md-1 img {
  filter: brightness(0) invert(1);
}

body.web section.header-container,
body.web .sign-in .container {
  display: block !important;
}

.back-add.absolute.layout.mobile-icon img {
  filter: invert(0);
}

.back-add.absolute.layout.mobile-icon img {
  filter: invert(0);
}

/*.back-add.absolute.layout.mobile-icon a.open-menu.close-sidebar img {
  filter: invert(1);
}*/
.back-holder img {
  filter: invert(1);
  width: 22px;
}

.back-holder a {
  position: relative;
  top: 10px;
}

body.mobile .back-holder {
  display: block !important;

  margin-left: 20px;
}

body.mobile .back-add {
  width: 70px;
}

a.open-menu {
  margin-left: 10px;
}

.mobile .heading-section {
  background-color: #00AEE8;
}

.mobile .separator {
  border-left: 2px solid #60626654;
}

.mobile .back-add.absolute #androidBack img,
.mobile a.open-menu.close-sidebar img,
.mobile .back-add.absolute #iOSBack img {
  filter: invert(1);
}

/*body.mobile .back-add.col-md-1 {
    left: 10px;
}*/
a.open-menu.form img {
  filter: invert(1);
}

/* a.open-menu.form.close-sidebar img {
  filter: unset;
} */
.back-add.absolute.layout.mobile-icon img {
  filter: invert(1);
}

.document-form.mobile.close-sidebar .back-add.absolute {
  top: 44px;
}

.document-form.mobile .back-add.absolute {
  top: 44px;
}

.back-add.absolute.layout.form-layout {
  width: 25px;
}

.review .back-add {
  width: 70px;
}

.review a.open-menu {
  margin-left: 0px;
}

.review a.open-menu.close-sidebar img {
  filter: invert(1);
}

/* body.close-sidebar .back-add.form {
  margin-left: 35px;
} */
.mobile .back-add.form {
  margin-left: 10px;
}

body.mobile .document-page .col-md-1 {
  width: 70px;
}

body.mobile.close-sidebar .back-add.col-md-1 {
  left: 36px;
}

body.document-form.mobile.close-sidebar .back-add.col-md-1 {
  left: 0px;
}

.col-md-6.float-left.position-center {
  width: 55%;
}

.col-md-3.float-left.position-left {
  width: 25%;
}

.col-md-3.float-left.position-right {
  width: 25%;
}

#iOSBack,
#androidBack {
  z-index: 2;
  margin-right: 5px;
}


.document-form .back-add.absolute {
  top: 110px;
}

.document-form.close-sidebar .back-add.absolute {
  top: 108px;
}

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/
.modal-dialog-scrollable .modal-content {
  overflow-y: auto;
}

a#saveTemplate span {
  color: #fff;
  margin-right: 5px;
}

.template.mobile a.open-menu.close-sidebar img {
  filter: unset;
}


input#SubmissionDate::placeholder,
input#PurchaseDate::placeholder,
input#CommencementDate::placeholder,
input#Occupant1ExpiryDate::placeholder,
input#Occupant2ExpiryDate::placeholder,
input#Occupant3ExpiryDate::placeholder,
input#Occupant4ExpiryDate::placeholder,
input#Occupant5ExpiryDate::placeholder,
input#Occupant6ExpiryDate::placeholder,
input#Occupant7ExpiryDate::placeholder,
input#Occupant8ExpiryDate::placeholder,
input#Occupant9ExpiryDate::placeholder,
input#Occupant10ExpiryDate::placeholder,
input#Occupant11ExpiryDate::placeholder,
input#Occupant12ExpiryDate::placeholder {
  color: #a1a2a3;
  font-size: 0.8rem;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #a1a2a3 !important;
/*  font-size: 0.8rem;*/
  opacity: 1;
  /* Firefox */
}

::-webkit-input-placeholder {
  color: #a1a2a3 !important;
/*  font-size: 0.8rem;*/
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #a1a2a3 !important;
/*  font-size: 0.8rem;*/
  opacity: 1;
  /* Firefox */
}

.el-input__inner {
  color: #495057 !important;
  font-size: 1rem !important;
}


input#level_number::-webkit-input-placeholder,
input#unit_number::-webkit-input-placeholder,
input#floor::-webkit-input-placeholder,
input#unit_no::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}

input#level_number:-moz-placeholder,
input#unit_number:-moz-placeholder,
input#floor:-moz-placeholder,
input#unit_no:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}

input#level_number::-moz-placeholder,
input#unit_number::-moz-placeholder,
input#floor::-moz-placeholder,
input#unit_no::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}

input#level_number:-ms-input-placeholder,
input#unit_number:-ms-input-placeholder,
input#floor:-ms-input-placeholder,
input#unit_no:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}

input#level_number::placeholder,
input#unit_number::placeholder,
input#floor::placeholder,
input#unit_no::placeholder {
  /* Recent browsers */
  text-transform: none;
}

.new-blue {
  background: #113DFA !important;
}

.new-cancel {
  color: #414B58;
  background: white;
}

.new_ui .searchbar-main .clear-field {
  position: absolute;
  left: 7px;
  top: 8px;
  width: 13.48px;
  cursor: pointer;
  background: transparent !important;
  font-size: 13px;
  color: #375cfb;
}

.error-exclusive .el-message-box__header {
  /* added 01/11/2024 */
  display: none !important;
}
.btn-theme{
  background: #113DFA;
  border-color: #113DFA;
  color: #fff;
}
.btn-theme:hover, .btn-theme:focus{
  background: #113DFA;
  border-color: #113DFA;
  color: #fff;
  opacity: 0.8;
}
.text-blue{
  color: #113DFA;
}
.text-1F252A{
  color: #1F252A;
}
.ft-row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -1%;
  margin-right: -1%;
  justify-content: center;
}
.ft-col {
  width: auto;
  min-width: 260px;
  background: #F1F3F5;
  padding: 10px;
  border-radius: 4px;
  height: auto;
  margin: 0 1%;
  max-width: 350px;
}
.success-badge{
  position: relative;
  margin-bottom: 30px;
}
.success-badge img{
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 60px;
  height: 60px;
}
.success-badge span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 35px;
  color: #fff;
  line-height: 0.7;
}

.new_ui .main-wrapper-show .main-wrapper.docs-mobileapp-home {
  width: 100%;
  left: 0 !important;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.docs-menu{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
.docs-menu li{
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  min-height: 84px;
  position: relative;
}
.docs-menu li a{
  display: block;
  padding-left: 80px;
  color: #1F252A;
}
.docs-menu .dp-icon {
  position: absolute;
  left: 15px;
  top: 12px;
  width: 60px;
  height: 60px;
  border: 1px solid #D1D9FE;
  border-radius: 8px;
  font-size: 38px;
  color: #778BE3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-header {
  padding: 20px;
  margin-top: -24px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  top: -24px;
  position: sticky;
  z-index: 2;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.06);
}
.complete-listing-results{
  height: calc(100vh - 345px);
}
.modal-xl {
  max-width: 1400px !important;
}
/*.new_ui .common-table tr.property.active td{
    border-top: 1px solid #849bfd;
    border-bottom: 1px solid #849bfd;
}
.new_ui .common-table tr.property.active td:first-child{
  border-left: 1px solid #849bfd;
}
.new_ui .common-table tr.property.active td:last-child{
  border-right: 1px solid #849bfd;
}*/
@media screen and (max-width:1199px){
  .ft-row{
    flex-wrap: wrap;
  }
  .ft-col{
    width:48%;
    margin-bottom: 15px;
    min-width: initial;
  }
}
@media screen and (max-width:767px){
  .fs-xxl {
    font-size: 2.8rem;
  }
  .docs-menu .dp-icon{
    top: 15px;
  }
  .docs-menu li a{
    padding-left: 75px;
  }
}
@media screen and (max-width:576px){
  .fs-xxl {
    font-size: 2.2rem;
  }
  .ft-col{
    width:98%;
    text-align: center;
  }

}
