.btn-back {
    background: #FFF;
    border: 1px solid #999;
    color: #191A19;
    padding: 8px 15px;
    letter-spacing: .6px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-back:hover {
    background: #C8FF88;
    border: 1px solid #C8FF88;
    color: #333;
}

.property-details .prop-image-section {
    position: relative;
}

.property-details .prop-image {
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
}

.property-details .prop-image-section .options {
    position: absolute;
    top: 0;
    padding: 15px;
    width: 100%;
    z-index: 9;
}

.property-details .prop-image-section .options .label {
    background: #FFF;
    color: #555;
    padding: 9px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
}

.property-details .prop-image-section .options .btn-favourite {
    background: #FFF;
    color: #555;
    padding: 10px;
    border: 0;
    border-radius: 30px;
    line-height: 15px;
    font-weight: 600;
}

.property-details .prop-image-section .options .btn-favourite:hover,
.property-details .prop-image-section .options .label:hover {
    background: #C8FF88;
    color: #000;
    cursor: pointer;
}

.property-details .prop-image-section .options .btn-favourite i {
    height: 20px;
    font-size: 20px;
    width: 20px;
}

.property-details .pricing-card {
    margin-top: -150px;
    background: #FFF;
    border-radius: 20px;
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    border: 1px solid #f5f5f5;
    box-shadow: rgb(76 78 100 / 5%) 0px 2px 10px 0px;
}

.property-details .pricing-card .price-pill {
    display: inline-block;
    background: #191A19;
    color: #FFF;
    border: 3px solid #191A19;
    padding: 4px 15px;
    letter-spacing: .4px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.property-details .pricing-card .price-pill-alt {
    display: inline-block;
    background: #FFF;
    color: #191A19;
    border: 2px solid #191A19;
    padding: 4px 4px;
    letter-spacing: .4px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-top: 6px;
}

.property-details .pricing-card .price-pill-alt img {
    margin-top: -2px;
}

.property-details .pricing-card .price-pill span {
    margin-left: 5px;
    font-weight: 400;
    font-size: 12px;
}

.property-details .pricing-card .prop-stats {
    margin-top: 20px;
}

.property-details .pricing-card .prop-stats .justify-content-between {
    margin-top: 10px;
}

.property-details .pricing-card .prop-stats .justify-content-between div:nth-child(1) {
    font-size: 14px;
    color: #191A19;
    font-weight: 500;
}

.property-details .pricing-card .prop-stats .justify-content-between div:nth-child(2) {
    color: #191A19;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2px;
}

.property-details .pricing-card .prop-stats i {
    color: #555;
    width: 20px;
    font-size: 12px;
}

.property-details .pricing-card .prop-price {
    margin-top: 20px;
}

.property-details .pricing-card .prop-price h6 {
    color: #333;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0px;
}

.property-details .pricing-card .prop-price p {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.property-details .pricing-card .btn-buy {
    margin-top: 20px;
    display: inline-block;
    background: #191A19;
    color: #FFF;
    text-transform: uppercase;
    padding: 12px 10px;
    letter-spacing: .6px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.property-details .return-stats {
    /*    text-align: center;*/
}

.property-details .return-stats .col-4 {
    /*
    padding-left: 5px;
    padding-right: 5px;
*/
    margin-top: 20px;
}

.property-details .return-stats .col-4 div {
    padding: 15px 15px;
    border: 2px solid #191A19;
    border-radius: 8px;
    height: 100%;
}

.property-details .return-stats h6 {
    color: #191A19;
    /*    color: #191A19;*/
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 4px;
}

.property-details .return-stats p {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 0px;
}

.property-details .return-stats i {
    color: #555;
    width: 25px;
    font-size: 18px;
}

.property-details .prop-info {
    margin-top: 30px;
}

.property-details .prop-info .col-md-4,
.property-details .prop-info .col-md-8 {
    margin-bottom: 20px;
}

.property-details .prop-info h6 {
    font-size: 15px;
    color: #999;
    font-weight: 500;
    margin-bottom: 2px;
}

.property-details .prop-info p {
    color: #191A19;
    font-weight: 500;
    font-size: 20px;
}

.property-details .prop-info .desc {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 24px;
}

.more-info {}

.more-info .box {
    height: 100%;
    width: 100%;
    text-align: center;
    border: 1px solid #f5f5f5;
    box-shadow: rgb(76 78 100 / 5%) 0px 2px 10px 0px;
    padding: 1.5rem;
    background: #FFF;
    border-radius: 20px;
}

.more-info .subtitle {
    font-size: 1.25rem;
    color: #777;
    font-weight: 500;
}

.more-info .title {
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}

.more-info .desc {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 24px;
}

.caution {
    padding: 1rem 1.25rem;
    border-left: 5px solid #C8FF88;
    width: 100%;
    background: #FFF;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    box-shadow: rgb(76 78 100 / 5%) 0px 2px 10px 0px;
}

.earnings {}

.earnings .form-control {
    background: #FFF;
    /*    border: 0px;*/
    border: 1px solid #e1e1e1;
    border-radius: 0px;
}

.earnings .input-group-text {
    background: #FFF;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.earnings .input-group-prepend .input-group-text {
    border-right: 0px;
}

.earnings .input-group-append .input-group-text {
    border-left: 0px;
}

.earnings .form {
    padding-right: 30px;
}

.earnings .results {}

.earnings .results .form-group h6 {
    height: 36px;
}

.earnings .results .form-group div {
    font-weight: bold;
    font-size: 24px;
    color: black;
}

.earnings .results .form-group.result {
    border: 3px solid #e1e1e1;
}

.earnings .results .form-group.result h6 {
    font-weight: bold;
    font-size: 16px;
    height: auto;
    color: #666;
}

.earnings .results .form-group.result div {
    font-weight: 800;
    font-size: 32px;
    color: #000;
}

.earnings .results .form-group {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border: 3px solid #e1e1e1;
    padding: 20px 10px;
    border-radius: 10px;
}

.earnings .results .form-group .col-lg-3 {
    margin-bottom: 30px;
}

#tokensactivity .nav-tabs {
    padding-bottom: 9px;
}

#tokensactivity .nav-tabs li:nth-child(1) {
    margin-right: 40px;
}

#tokensactivity .nav-tabs li a {
    color: #888;
    font-weight: 600;
    font-size: 17px;
    padding: 0px 5px 10px 0px;
}

#tokensactivity .nav-tabs li a.active {
    color: #222;
    border-bottom: 3px solid #222;
}

/* Search Filter */
#tokens .search-filters .form-control {
    border: 1px solid #EBEBEB;
    height: 50px;
    /*    border-radius: 10px;*/
    font-size: 17px;
    /*            padding: 15px !important;*/
}

#tokens .search-filters .form-control::placeholder {
    color: #888;
}

#tokens .search-filters select {
    color: #888;
    font-size: 14px;
}

#tokens .search-filters .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

#tokens .search-filters .input-group-prepend > .input-group-text {
    background: #FFF;
    border: 1px solid #EBEBEB;
    border-right: 0px;
    font-size: 15px;
    color: #888;
    padding: 5px 13px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

#tokens .table-top {
    padding: 30px 0px 20px 0px;
}

#tokens .table-top .nav div:nth-child(1) {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

#tokens .table-top .nav div:nth-child(1) i {
    color: #333;
    font-size: 18px;
    padding-right: 10px;
}

#tokens .table-top .nav div:nth-child(2) {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#tokens .table thead th {
    border-top: 0px;
    border-bottom: 1px solid rgb(229, 232, 235);
}

#tokens .table th {
    letter-spacing: 0.25px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    text-align: right;
}

#tokens .table tbody td {
    border-bottom: 1px solid rgb(229, 232, 235);
}

#tokens .table td {
    padding: 1rem 0.75rem;
    color: #444;
    font-weight: 500;
    text-align: right;
}

#tokens .table tr td:nth-child(1),
#tokens .table tr td:nth-child(2),
#tokens .table tr th:nth-child(2) {
    text-align: left;
}

#tokens .table tr td:nth-child(5) {
    color: #333;
}

#tokens .table tr td:nth-child(6) {
    color: #999;
    font-weight: 400;
}

#tokens .table td:nth-child(1) input {
    border: 1px solid rgb(229, 232, 235);
}

#property-info .nav-tabs {
    border-radius: 13px;
    border: 1px solid #f1f2f6;
    padding: .75em;
    margin: 1.5em 0;
}

#property-info .nav-tabs li {
    border-radius: 13px;
    width: 33.333333%;
    font-size: 16px;
}

#property-info .nav-tabs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    cursor: pointer;
    padding: 1em 1.5em;
    font-weight: 500;
    color: #7b7b7b;
    width: 100%;
}

#property-info .nav-tabs li a:hover {
    color: #191A19;
}

#property-info .nav-tabs li a.active {
    background-color: #191A19;
    color: #FFF;
}



#property-info #financials .nav-tabs {
    border-radius: 10px;
    border: 1px solid #f1f2f6;
    padding: 0em;
    margin: 0em 0;
    margin-bottom: 1rem;
}

#property-info #financials .nav-tabs li {
    border-radius: 13px;
    width: 50%;
    font-size: 16px;
}

#property-info #financials .nav-tabs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    cursor: pointer;
    padding: 1em 1.5em;
    font-weight: 500;
    color: #7b7b7b;
    width: 100%;
}

#property-info #financials .nav-tabs li a:hover {
    color: #191A19;
}

#property-info #financials .nav-tabs li a.active {
    background-color: #C8FF88;
    color: #000;
}



#property-info #financials .d-flex {
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
}

#property-info #financials .d-flex.main {
    background: #191A1940 !important;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    padding: 15px 15px;
}

#property-info #financials .d-flex.main-alt {
    background: #f1f1f1 !important;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    padding: 15px 15px;
}

#property-info #financials .d-flex:nth-child(even) {
    border: 1px solid #f4f6fb;
}

#property-info #financials .d-flex:nth-child(odd) {
    background: #1E512810;
}

#property-info #financials .d-flex div:nth-child(1) {
    width: 70%;
}

#property-info #financials .d-flex div:nth-child(2) {
    text-align: right;
    width: 30%;
}

#property-info #financials .d-flex div:nth-child(2) {
    width: 30%;
    text-align: right;
}
