/* _content/WebNavidot2024/Views/Home/PropertyEdit.cshtml.rz.scp.css */
body[b-n3fqwotvdv] {
}

#myInput[b-n3fqwotvdv] {
    background-image: url('/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myTable[b-n3fqwotvdv] {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
}

    #myTable th[b-n3fqwotvdv], #myTable td[b-n3fqwotvdv] {
        text-align: left; /* Left-align text */
        padding: 12px; /* Add padding */
    }

    #myTable tr[b-n3fqwotvdv] {
        /* Add a bottom border to all table rows */
        border-bottom: 1px solid #ddd;
    }

        #myTable tr.header[b-n3fqwotvdv], #myTable tr:hover[b-n3fqwotvdv] {
            /* Add a grey background color to the table header and on hover */
            background-color: #f1f1f1;
        }

#progress-wrp[b-n3fqwotvdv] {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

    #progress-wrp .progress-bar[b-n3fqwotvdv] {
        height: 100%;
        border-radius: 3px;
        background-color: #f39ac7;
        width: 0;
        box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
    }

    #progress-wrp .status[b-n3fqwotvdv] {
        top: 3px;
        left: 50%;
        position: absolute;
        display: inline-block;
        color: #000000;
    }
/* _content/WebNavidot2024/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-3vir8tzljg] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-3vir8tzljg] {
  color: #0077cc;
}

.btn-primary[b-3vir8tzljg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-3vir8tzljg], .nav-pills .show > .nav-link[b-3vir8tzljg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-3vir8tzljg] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-3vir8tzljg] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-3vir8tzljg] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-3vir8tzljg] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-3vir8tzljg] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.login-page[b-3vir8tzljg] {
    justify-content: center;
    display: flex;
    min-height: 438px;
    flex-direction: column;
    height: 100vh;
}
.login-box[b-3vir8tzljg] {
    margin: 100px;
}
/* _content/WebNavidot2024/Views/Shared/_LayoutAdmin.cshtml.rz.scp.css */
body[b-umyzsdspt2] {

}

