body {
    color: #4c4c4c;
    font-size: 12px;
    position: relative;
    min-height: 100vh;
}

h3 {
    font-size: 2.0em;
    font-weight: 300;
}

h1,
h2,
h3 {
    color: #34919f;
}

#property-title {
    font-size: 1.5em;
    font-style: italic;
    color: #777777;
    font-weight: 100;
}

#property-address {
    font-size: 3em;
    font-weight: 300;
}

#property-desc {
    width: 100%;
    font-size: 1em;
    font-weight: 100;
    height: 200px;
    overflow: scroll;
    padding: 10px;
    text-align: justify;
}

#terms {
    font-size: 12px;
}

.file-action-buttons {
    font-size: 20px;
    opacity: .7;
}

.agent-footer {
    min-height: 60px;
    color: #202020;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 100px; */
    left: 0;
    font-size: 12px;
    background-color: #E9E9E9;
    z-index: 99;
}

.nav-item.active a {
    /* color: white !important; */
}

.main {
    padding-bottom: 200px;
}

textarea.edit-property-field {
    height: 200px;
}

.login-wrapper {
    max-width: 80%;
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: auto;
    background-image: url('/static/images/login-plane.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: bottom;
}

@media (min-width: 576px) {
    .login-form {
        max-width: 60%;
        margin: auto;
    }
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed #E9E9E9 !important;
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.next-steps {
    /* margin: 20px; */
    margin: 0;
}

.next-steps .btn{
    /* margin: 20px; */
    font-size: 10px !important;
    text-transform: none !important;
    color: white !important;
}

.next-steps h2 {
    font-size: 2em;
}

.next-steps i {
    font-size: 5em;
}

#terms-heading {
    font-weight: 900;
}

table {
    font-size: 14px;
}

.properties-table {
    height: 300px;
    overflow-y: scroll;
    display: block;
}

.files-table {
    max-height: 300px;
    overflow-y: scroll;
    display: block;
}

.files-table table {
    table-layout: fixed;
}

.properties-table i {
    font-size: 20px;
}

.ff-associate-form {
    display: none;
}

.hidden {
    display: none !important;
}

.listing_image img {
    margin: 35px 0;
    /* opacity: 0.7; */
}

.next-step-icon {}

.listing-image-box {
    cursor: pointer;
    /* height: 465px!important; */
    /* width: 620px; */
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
    padding: 20px 0;
    margin-bottom: 20px;
}

.listing-image-box img {
    max-width: 100%;
    max-height: 465px;
    /* width: auto!important;
    height: auto!important;
    margin: auto; */
    top: 0;
    bottom: 0;
    /* filter: sepia(250%) saturate(100%) brightness(93%) hue-rotate(-220deg); */
    /* opacity: 0.6; */
}

.w-10 {
    width: 10% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.footer-profile img {
    object-fit: cover;
}

.footer-name {
    font-weight: bold;
    font-size: 16px;
}

.footer-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spin {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.btn-outline-info:hover {
    color: white !important;
}

#profile-form textarea {
    height: 100px;
}

.boxed-element {
    border: thin solid #DEE2E6;
    background: white;
    padding: 10px;
    border-radius: 4px;
    /* max-height: 445px; */
}

.boxed-element h2 {
    padding-bottom: 20px;
}

body {
    background: #f7f7f7 !important;
}

.text-red {
    color: #DC3545;
}

button {
    text-transform: uppercase !important;
}

.dl-button-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}

.dl-button-wrapper button {
    background-color: none;
    border-radius: 5px;
}

.dl-button-wrapper #buyers-table_filter {
    margin-right: 20px;
}

.dl-button-wrapper #buyers-table_filter label {
    margin: 0;
    display: flex;
    align-items: center;
}

.dl-button-wrapper #buyers-table_filter label input {
    height: 45px;
}

.downloadAsText {
    display: none;
    font-weight: 200;
}

.filelist-empty {
    margin-bottom: 50px;
}

.dz-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dz-message button {
    width: 150px;
}

.dz-message .dz-text {
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 576px) {
    .dl-button-wrapper button {
        padding: 10px 20px;
    }
    .dl-button-wrapper #buyers-table_filter label input {
        width: 250px;
    }
    .downloadAsText {
        display: block;
        margin-left: 20px;
    }
    .boxed-element {
        padding: 30px;
    }
}

 :focus {
    outline: none !important;
}

.fixed-logo {
    position: absolute;
    
    margin-top: 10px;
}

.fixed-logo img{
    max-width: 50%;
}

.upload-button-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 20px 0;
}

.upload-button-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }

  .associate-title-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;

  }

  .associate-title-wrapper h2 {
      padding: 0;
  }

  .associate-title-wrapper button {
    border-radius: 50px;
    height: 50px;
    width: 50px;

  }

  .btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
  }
  
  .btn-circle i {
    position: relative;
    top: -1px;
  }
  
  .btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
  }
  
  .btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
  }
  
  .btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
  }

  .hiddenPin {
    background-color: #DEE2E6;
    display: flex;
    justify-content: space-around;
    width: 50px;
    padding: 5px;
    border-radius: 10px;
    font-size: 8px;
  }

  .emptyProperty {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 30px;
  }

  .emptyProperty img {
      max-width: 70%;
  }

  .checkbox-field {
      margin-left: 20px;
  }

  .remove-ass-btn {
      padding: 0;
  }

  .edit-associate {
      cursor: pointer;
      /* text-decoration: underline; */
  }