body {
    background: #f5f5f5;
    color: #424242;
    width: 100%;
    font-size: 90%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.btn-Active,
.btn-Inactive {
    transition: 0.5s;
}

.btn-Active:after {
    content: "Active";
    transition: 0.5s;
}

.btn-Inactive:after {
    content: "Inactive";
    transition: 0.5s;
}

.btn-Active:hover:after {
    content: "Inactive" !important;
}

.btn-Inactive:hover:after {
    content: "Active" !important;
}

.btn-Active:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-Inactive:hover {
    content: "Active" !important;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.swal-modal * {
    text-align: center;
}


.btn:focus,
a:focus,
input:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    cursor: pointer;
}

.bg-main {
    background: #0A0A0A !important;
}

.text-main {
    color: #0A0A0A !important;
}

.bg-main-alt {
    background: #1F1F1F !important;
}

.text-main-alt {
    color: #1F1F1F !important;
}

.bg-main-light {
    background: #878787 !important;
}

.text-main-light {
    color: #878787 !important;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.text-gray {
    color: lightgray !important;
}

.bg-white {
    background: white !important;
}

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

.btn-cancel {
    border-radius: 5px;
    color: #dc3545;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #dc3545;
    padding: 0.600rem 1.1rem;
}

.btn-cancel:hover {
    background-color: #dc3545;
    /*
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    */
    color: #fff;
    border: 1px solid #dc3545;
}

.btn-main-alt {
    border-radius: 5px;
    background-color: #1F1F1F;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #1F1F1F;
    padding: 0.600rem 1.1rem;
}

.btn-main-alt:hover {
    background-color: #0A0A0A;
    color: white;
}

.btn-main {
    border-radius: 5px;
    background-color: #0A0A0A;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #1F1F1F;
    padding: 0.600rem 1.1rem;
}

.btn-main:hover {
    background-color: #1F1F1F;
    color: white;
}

.btn-main-inverse {
    border-radius: 5px;
    background-color: #FFF;
    color: #0A0A0A;
    transition: 350ms ease;
    font-size: 13px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #1F1F1F;
    padding: 0.600rem 1.1rem;
}

.btn-main-inverse:hover {
    background-color: #1F1F1F;
    color: white;
}

.btn-main-delete {
    border-radius: 5px;
    background-color: #dc3545;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #dc3545;
    padding: 0.600rem 1.1rem;
}

.btn-main-delete:hover {
    background-color: #c82333;
    color: white;
    border: 1px solid #c82333;
}

.btn-main-signout {
    background: #ccc;
    color: black;
    font-weight: 500;
    letter-spacing: 0.7px;
    padding: 0.375rem 1rem;
    font-size: 14px;
    border-radius: 0.30rem;
}

.btn-main-signout:hover {
    background: #b02a37 !important;
    color: white;
}

.border-main {
    border-color: #0A0A0A !important;
}

.border-main-alt {
    border-color: #1F1F1F !important;
}

.table {
    margin-bottom: 0 !important;
}

table td p {
    text-align: left;
}

label {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.page-head h4 {
    color: #1e1e1e;
    font-weight: bold;
    margin-bottom: 0px;
}

.btn-delete {
    cursor: pointer;
    opacity: 0.5;
}

.btn-delete:hover {
    opacity: 1;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.form-group.row .col-md-3,
.form-group.row .col-md-4 {
    padding-top: 6px;
}

.pointer {
    cursor: pointer;
}

.tooltip-inner {
    text-align: left;
    font-size: 90%;
}

.tooltip-inner hr {
    background: white;
    margin-top: 3px;
    margin-bottom: 3px;
}


/* Property Card */

.property-card {
    border-radius: 10px;
    background: white;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border: 1px solid #dee2e6;
    flex: 0 0 100%;
    width: 100%;
}

.property-card .property-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex: 0 0 100%;
    width: 100%;
    object-fit: cover;
}

.property-card .property-details {
    padding: 1rem;
}

.property-card .property-details .property-name {
    color: black;
    font-weight: 600;
    margin-bottom: 0.10rem;
    font-size: 1.25rem;
}

.property-card .property-details .property-address {
    color: black;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
}

.property-card .property-details .property-description {
    color: #6c757d;
    font-weight: 500;
    font-size: 14px;
}

.property-card .property-action .btn {
    font-size: 12.5px;
    font-weight: 500;
}



@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    #sidebar-wrapper {
        margin-left: -15rem !important;
    }

    div.p-4 {
        padding: 0.8rem !important;
    }

    div.px-4 {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }

    label {
        font-size: 80% !important;
    }

}
