body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    margin: 0;
    padding: 0;
    color: #1f1f1f !important;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html, body {
    height: 100%;
  }

a {
    color: inherit;
    text-decoration: none !important;
}

.main-sidebar {
    min-height: 100%;
    height: 800px;
    min-width: 200px;
}
  
footer {
flex-shrink: 0; /* Prevent the footer from shrinking */
margin-top: auto; /* Additional safety to push it to the bottom */
}

.h1-kitt {
    font-weight: 700 !important;
    color: #0b5393 !important;
}

.profile-image-upload {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #e7e7e7;
    border: solid 3px #fff;
    padding: 5px 10px;
    border-radius: 100%;
    font-size: 18px;
}

.btn-primary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #0b5393 !important;
    --bs-btn-border-color: #0b5393 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #0b5393 !important;
    --bs-btn-hover-border-color: #146c43 !important;
    --bs-btn-focus-shadow-rgb: 60, 153, 110 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #0b5393 !important;
    --bs-btn-active-border-color: #0b5393 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #0b5393 !important;
    --bs-btn-disabled-border-color: #0b5393 !important;
}

.btn-outline-primary {
    --bs-btn-color: #0b5393 !important;
    --bs-btn-border-color: #0b5393 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #0b5393 !important;
    --bs-btn-hover-border-color: #0b5393 !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b5393 !important;
    --bs-btn-active-border-color: #0b5393 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #0b5393 !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #0b5393;
    --bs-gradient: none;
}

.bg-kitt-primary {
    background-color: #0b5393 !important;
    color: #fff !important;
}

.text-kitt {
    color: #0b5393 !important;
}

.collapse-kitt {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 20px;
}

.collapse-kitt i {
    align-content: center;
    font-size: 16px !important;
    margin-right: 15px;
    color: #a7a7a7;
}

.collapse-kitt li {
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 10px;
}

.favorite-icon i {
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    font-size: 13px;
    color: #e84242;
}

.favorite-icon :hover {
    cursor: pointer !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    background-color: #303030;
    width: 2rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    padding: 30px 20px;
}

/*--------------------------------------------------------------
# Inbox page start
--------------------------------------------------------------*/

.inbox-inbox-section {
    display: flex;
}

.inbox-left-section {
    min-width: 250px;
}

.inbox-middle-section {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

@media (max-width: 768px) {
    .inbox-inbox-section {
        display: block;
    }

    .inbox-middle-section {
        width: 100%;
    }
}

.inbox-user-option {
    padding: 10px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
}

.inbox-flag-green-btn {
    padding: 10px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
    color: #00d400;
}

.inbox-flag-yellow-btn {
    padding: 10px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
    color: #dcdc00;
}

.inbox-flag-red-btn {
    padding: 10px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
    color: red;
}

.inbox-flag-none-btn {
    padding: 10px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
    color: grey;
}

.inbox-flag-green {
    font-size: 16px;
    color: #00d400;
}

.inbox-flag-yellow {
    font-size: 16px;
    color: #dcdc00;
}

.inbox-flag-red {
    font-size: 16px;
    color: red;
}

.color-option {
    padding: 10px;
    margin: 5px;
    border: 2px solid transparent; /* Default border */
    border-radius: 5px;
    cursor: pointer;
    transition: border 0.3s ease;
}

.color-option:hover {
    border-color: #ddd; /* Optional hover effect */
}

.color-option.active {
    border-color: #0b5393; /* Highlight color for the selected option */
}

.mobile-back-btn {
    width: 100%;
    background-color: #e2e2e2;
    padding: 15px;
}

.inbox-owner-chat {
    position: absolute;
    color: #fff !important;
    line-height: 1;
    z-index: 300;
    right: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    align-content: center;
    border: solid 1px #dedede;
    border-radius: 10px;
    max-width: min-content;
}

.inbox-none-chat {
    opacity: 0.7;
    position: absolute;
    color: #fff !important;
    line-height: 1;
    z-index: 300;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center;
    font-size: 12px;
    align-content: center;
    border: solid 1px #dedede;
    border-radius: 5px;
}

.inbox-chat-deletion {
    position: absolute;
    color: #fff !important;
    line-height: 1;
    z-index: 300;
    right: 50%;
    bottom: 5px;
    transform: translate(50%, 50%);
    padding: 5px;
    text-align: center;
    font-size: 12px;
    align-content: center;
    border: solid 1px #dedede;
    border-radius: 5px;
    white-space: nowrap;
}

.inbox-none-bg {
    position: absolute;
    z-index: 250;
    width: 100%;
    height: 100%;
    background-color: #c5c5c59e;
    border-radius: 10px;
}

.img-inbox {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}

.img-inbox-user {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
}

/* Default visibility for desktop */
.inbox-wrap {
    display: block;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .inbox-wrap {
        display: none; /* Hide all sections by default */
    }

    .inbox-wrap.inbox-left-section {
        display: block; /* Show only the left section by default */
    }
}

.inbox-wrap-box {
    position: relative;
    border-top: solid 1px #e7e7e7;
    padding: 10px 5px 0px 5px;
}

/* General chat messages container */
.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between messages */
    padding: 10px;
    max-height: 400px; /* Adjust based on your layout */
    overflow-y: auto; /* Scroll when content overflows */
    background-color: #f7f7f7; /* Light background for the chat area */
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Styling for a single message box */
.message-box {
    max-width: 70%; /* Adjust width to make it look good */
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}

/* Sent messages (user's own messages) */
.message-box.sent {
    align-self: flex-end;
    background-color: #173f63;
    color: white;
    text-align: right;
    min-width: 250px;
}

/* Received messages (other user's messages) */
.message-box.received {
    align-self: flex-start;
    background-color: #e4e6eb;
    color: black;
    text-align: left;
    min-width: 250px;
}

/* Message timestamp */
.message-information {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #aaaaaa;
}


/*--------------------------------------------------------------
# Inbox page end
--------------------------------------------------------------*/

.btn-navbar-primary {
    font-size: 18px;
    background-color: #0b5393;
    border-radius: 5px;
    padding: 0 15px;
}

.btn-navbar-secondary {
    font-size: 25px;
}

.btn-navbar-secondary span {
    font-size: 13px !important;
}

.btn-navbar-text {
    font-size: 18px;
    border-right: solid 1px #7c7c7c;
    padding-right: 15px;
}

.btn-simple {
    cursor: pointer !important;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #09042d !important;
}

.btn-simple::before {
    content: "→" !important;
    margin-right: 3px;
    font-weight: 100;
}

.btn-simple:hover {
    border-bottom: solid 1px #7c7c7c;
}

.wrap-max-950 {
    max-width: 950px;
    margin: auto;
}

header {
    background: #fafafa;
}

.container-300 {
    max-width: 300px;
    margin: auto;
}

.container-400 {
    max-width: 400px;
    margin: auto;
}

@media (max-width: 575px) {
    .hide-under-575 {
        display: none !important;
    }
}
@media (min-width: 575px) {
    .hide-under-575 {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .hide-under-768 {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hide-under-768 {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .show-under-768 {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .show-under-768 {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .container-400 {
        max-width: 300px;
    }
}

@media (max-width: 575px) {
    .bottom-property {
        z-index: 100;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 85px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        padding: 1rem;
        padding-bottom: calc(env(safe-area-inset-bottom) + 1rem);
    }
}

@media (min-width: 575px) {
    .bottom-property {
        display: none;
    }
}

.bottom-property span {
    position: absolute;
    top: -18px;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
    left: 50%;
    transform: translate(-50%, 0);
}

.img-for-approval {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 1px;
}

.container-500 {
    max-width: 500px;
    margin: auto;
    padding: 25px;
}

.container-600 {
    max-width: 600px;
    margin: auto;
    padding: 25px;
}

.top-25 {
    top: 10px !important;
}

.container-700 {
    max-width: 700px;
    margin: auto;
    padding: 25px;
}

.container-1000 {
    max-width: 1000px;
    margin: auto;
    padding: 25px
}

.simple-box-wrap {
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 10px;
    border: solid 1px lightgrey;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.navbar .logo img {
    height: 40px;
    margin-left: 10px;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.index-box {
    background-color: #ffffff08;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: #fff !important;
}

.nav-links a {
    text-decoration: none;
    color: #303030;
}

.hero-icon-top {
    position: absolute;
    color: #0b5393;
    opacity: .2;
    font-size: 200px;
    bottom: -16px;
    z-index: 0;
    left: 30%;
    transform: translateX(-50%);
}

@media (max-width: 575px) {
    .hero-icon-top {
        left: 25%;
        transform: translateX(-50%);
        font-size: 120px;
    }
}

.hero-icon-top-small {
    position: absolute;
    color: #ffffff;
    font-size: 100px;
    opacity: .07;
    bottom: 0;
    z-index: 5;
}

@media (max-width: 575px) {
    .hero-icon-top-small {
        font-size: 100px;
    }
}

.hero {
    background-color: #0b5393;
    color: #fff;
    text-align: center;
    padding: 5rem 2rem;
    position: relative;
}

.hero h1 {
    font-size: 3rem;
    margin-top: -15px;
    margin-bottom: 0;
}

.hero h2 {
    font-size: 1.5rem;
    font-weight: 300;
}

.hero p {
    font-size: 1.25rem;
    margin: 0 0 2rem;
}

.hero .btn {
    padding: 0.75rem 2rem;
    background: #fafafa;
    color: white;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.tenant-img-choose {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 10px;
    border: solid 1px #ddd;
}

.property-listings {
    padding: 2rem 0;
}

.property-listings h2 {
    margin-bottom: 2rem;
}

.logo-footer {
    width: 50px;
}

.language-dropdown .dropstart .dropdown-toggle::before {
    display: none !important;
}

.language-dropdown .dropstart i {
    font-size: 20px;
    margin-right: 15px !important;
}

.text-13 {
    font-size: 13px !important;
    color: #505050 !important;
}

.text-14 {
    font-size: 14px !important;
    color: #505050 !important;
}

.hide-under-991 {
    display: block;
}

@media (max-width: 991px) {
    .hide-under-991 {
        display: none;
    }
}

.show-under-991 {
    display: block;
}

@media (min-width: 991px) {
    .show-under-991 {
        display: none;
    }
}


/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/

.width-200 {
    width: 200px;
}

.teastimonial-item-02 .top-conent .thumb img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #eee;
    height: 80px;
    width: 80px;
}

.teastimonial-item-02 .top-conent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -30px;
}

.teastimonial-item-02 {
    border: 1px solid #eee;
    position: relative;
    margin-top: 50px;
    padding: 0px 40px 30px 40px;
    max-height: 200px;
    height: 200px;
    background-color: #fff;
}

.teastimonial-item-02 .bottom-conetent {
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

.teastimonial-item-02 .top-conent .clients-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-left: 20px;
}

.teastimonial-item-02 .bottom-conetent .icon {
    font-size: 50px;
    line-height: 10px;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.1);
}

.teastimonial-item-02 .top-conent .clients-details .content {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.teastimonial-item-02 .top-conent .clients-details .content .name {
    font-size: 17px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0;
}

.abouticon-white {
    font-size: 25px;
    margin-right: 10px;
    color: #fff;
}

.abouticon-black {
    font-size: 25px;
    margin-right: 10px;
    color: #000;
}

.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #e8eaeb;
    color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    text-align: left;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.about-container-box {
    max-width: 1000px;
    margin: auto;
}

.pick-tenant-radio {
    background-color: aliceblue;
    margin: 10px;
    padding-top: 10px;
}

/*--------------------------------------------------------------
# propertyCard
--------------------------------------------------------------*/
.property-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    min-width: 100%;
    border-radius: 15px;
    background-color: #fff;
}

.property-cardheader {
    background-color: #ececec;
    border-radius: 10px 10px 0 0;
    display: flex;
    height: 70px;
    position: relative;
    justify-content: space-between;
    padding: 10px 10px 0 10px;
    display: flex;
    height: 70px;
    position: relative;
    justify-content: space-between;
    padding: 10px 10px 0 10px;
}

.property-card-badge-new {
    background-color: #0b5393 !important;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 500;
    display: flex
}

.property-card-badge-recently-rented {
    position: absolute;
    display: inline-block;
    background-color: #e74c3c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 500;
    bottom: 10px;
    right: 10px;
}

.property-cardheader-item1 {
    display: flex;
}

    .property-cardheader-item1 h3 {
        font-size: 14px;
        font-weight: 600;
        text-wrap: nowrap;
        overflow: hidden;
        max-width: 130px;
    }

.property-cardheader-item1 p {
    font-size: 13px;
}

.property-cardheader-item2 {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 500;
    display: flex
;
}

.property-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 300;
}

.property-card-badge-rented {
    font-size: 16px;
    z-index: 300;
    background-color: #4f4f4f;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 0.25em 0.4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.property-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    text-align: left;
    position: relative;
}

.property-card-desc-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -8px;
    overflow: hidden;
    height: 30px;
}

.property-card-desc-des {
    display: flex;
    font-size: 16px;
    color: #939393;
    font-weight: 300;
    flex-wrap: nowrap;
    overflow: hidden;
    flex-direction: row;
}

.property-card-price {
    font-size: 17px !important;
    font-weight: 600;
    padding-top: 10px;
    line-height: 18px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

    .property-card-price span {
        font-size: 16px !important;
        line-height: 18px !important;
        font-weight: 300 !important;
        color: #505050 !important;
    }

.property-card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 200;
}

.property-card-badge-highlight {
    font-size: 16px;
    color: #000;
    background-color: #f3f3f3;
    z-index: 300;
    border-radius: 5px;
    display: inline-block;
    padding: .25em .4em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.property-card-img-frame {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 15px;
    height: 250px;
    display: block;
    background-size: cover;
    background-position: 50%;
    background-color: #ededed;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
}

@media (max-width: 575px) {
    .property-card-img-frame {
        height: 300px;
    }
}

.property-card-img-frame-img {
    display: block;
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 100;
}

.property-card-badge-type {
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    color: #000;
    z-index: 200;
    font-size: 14px;
}

.property-card-badge-wrap {
    position: absolute;
    font-size: 16px;
    bottom: 0px;
    left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    width: 92%;
}

.property-cardheader-type1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #fafafa;
    color: #000;
    border-radius: 50%;
    border: solid 1px #c7c7c7;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1;
    overflow-wrap: anywhere;
}

.property-cardheader-type2 {
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
    line-height: .5;
}

.kittradio:checked + label {
    background-color: #1a76a5;
    color: #fff !important;
    transform: scale(1.1, 1.1);
    overflow: hidden;
}

.kittradio + label {
    width: 100px;
    height: 100px;
    align-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000;
    overflow: hidden;
    padding: 0 !important;
}

.kittradio + label span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.kittradio + label i {
    font-size: 25px !important;
    color: #1a76a5;
}

/*--------------------------------------------------------------
# property detail page
--------------------------------------------------------------*/

.carousel-property-wrap img {
    height: 500px;
    object-fit: cover;
}

.property-img-thumbnail {
    height: 100px;
    width: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px;
}

.property-details {
    display: flex;
    margin-top: 15px;
}

.property-details-column {
    flex: 1 1;
    margin-right: 15px;
}

.property-details-column div {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    justify-content: space-between;
    box-shadow: 6px 6px 37px -2px rgb(121 140 159 / 15%);
}

.property-details-column span {
    font-weight: 700;
    color: #000;
    margin-left: 5px;
}

.property-box {
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 1rem 0;
}

.footer-payment {
    display: inline-block;
}

.footer-payment i {
    font-size: 30px;
    margin-left: 10px;
}

.footer-btn {
    color: #fff !important;
    display: block;
    line-height: 1.8;
}