@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
    overflow-x: hidden !important;
}

html.landing-page-bg {
    overflow-x: hidden !important;
    background: url(/images/bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    background-position: center top;
    position: absolute;
}

body {
    font-family: "Open Sans", sans-serif !important;
    background: transparent;
    font-weight: normal;
    color: #212121 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif !important;
    color: #505077 !important;
}
.modal-main-header,
.renter-application .rental-application-header {
    font-size: 22px;
    font-weight: bold;
}
p,
.sub-menu {
    color: #212121 !important;
}

::placeholder {
    color: #ccc !important;
}

label {
    color: #9d9c9c !important;
}

.landing-page-wrapper {
    margin: 50px 120px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
}

/*  header section custom css */

nav {
    background: #89caff;
    border-bottom: none;
    z-index: 10;
}

.sidebar.account {
    width: 300px;

    right: -350px;
    padding: 10px 10px;
    z-index: 100;
}
.sidebar.messages {
    width: 400px;

    right: -450px;
    z-index: 100;
}
.sidebar.notifications {
    width: 400px;

    right: -450px;
    padding: 10px 10px;
    z-index: 100;
}

.sidebar.messages .sidebar-header {
    padding: 10px 20px;
    display: flex;
    background: #2c3e50;
    color: #fff;
    margin-top: 0;
}
.sidebar.messages .sidebar-header h6 {
    color: #fff !important;
    margin: 0 0px 0 10px !important;
}

.sidebar.messages .sidebar-header i {
    color: #fff;
}
.dashboard-page .links1 button {
    color: #fff !important;
}

.logo a img {
    width: auto;
    height: 20px;
}

.right-align-menu {
    position: absolute;
    right: 14px !important;
}

.links1 button {
    background-color: transparent !important;
    border: 0 !important;
    color: white !important;
    border-radius: 6px !important;
    padding: 6px !important;
    margin-left: 0px;
    font-size: 14px;
    transition: all 1s ease-out;
}

/*  body container section custom css */
.btn-primary {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.btn-primary:hover {
    background-color: #34495e;
    border-color: #34495e;
}
.home-introduction {
    background: none;
}

h1.text-align {
    text-align: center !important;
    font-size: 45px !important;
    padding: 150px 0 30px 0 !important;
    color: #6a6a6a !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
}

#guest-home-menu-container {
    width: auto !important;
    margin: auto !important;
    border: none !important;
    height: auto !important;
    padding-top: 25px;
    overflow: hidden;
}

#guest-home-menu-container {
    box-shadow: none !important;
    background-color: transparent !important;
}

#guest-home-menu-container .column {
    padding: 20px !important;
    cursor: pointer;
}

#guest-home-menu-container .column a {
    display: block;
    height: auto !important;
    padding: 16px;
    background-color: #e6f3fe;
    border: 1px solid #2c3e50;
    cursor: pointer;
    transition: all 1s ease-out;
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

#guest-home-menu-container .column a.dash {
    display: block;
    height: auto !important;
    padding: 16px;
    background-color: #e6f3fe;
    border: none;
    border-right: 1px solid #2c3e50;
    cursor: pointer;
    transition: all 1s ease-out;
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}
#guest-home-menu-container .column a.dash:hover {
    display: block;
    background-color: #2c3e50;
    border: none;
    border-right: 1px solid #2c3e50;
    color: #fff;
}

#guest-home-menu-container .column a:hover {
    display: block;
    background-color: #2c3e50;
    border: 1px solid #2c3e50;
    color: #fff;
}
#guest-home-menu-container .column span {
    display: block;
    height: auto !important;
    padding: 16px;
    background-color: #e6f3fe;
    border: 1px solid #2c3e50;
    cursor: auto;
    transition: all 1s ease-out;
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

#guest-home-menu-container .column:hover {
    background-color: transparent !important;
}

.container3 {
    margin-bottom: 50px !important;
}

.img-lanidng-page {
    width: 100%;
    top: 10px;
    position: relative;
    z-index: 10;
}

.position {
    position: relative;
}

.dive {
    position: absolute;
    bottom: 50px !important;
    right: 100px !important;
    top: auto !important;
}

.header-banner {
    background: url(/images/header-banner.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 280px;
    width: 100%;
    background-position: center bottom;
    margin-bottom: 20px;
}

/*  footer image section custom css */
.landing-page .footer-image {
    min-height: 0 !important;

    background-image: none !important;
}

.dashboard-page-container .footer-image img {
    height: auto;
    width: 100%;
    object-position: top;
    object-fit: cover;
}

.dashboard-page .footer {
    display: none;
}
.dashboard-page {
    background: #f4fbfe;
}

.landing-page .dashboard-page {
    background: transparent;
}

/* landing page custom css */

.landing-page .footer {
    background: #575454;
    color: #fff;
    padding: 36px 0;
    display: block;
    text-align: center;
}
.footer-wrap {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.landing-page .footer ul {
    margin: 10px auto;
    display: inline-flex;
}
.landing-page .position-land-page {
    position: relative !important;
}

.landing-page .footer ul li a {
    background: #575454;
    color: #fff;
}

.landing-page .links1.land-page button {
    background-color: transparent !important;
    border: 0 !important;
    color: #484848 !important;
    border-radius: 6px !important;
    padding: 6px !important;
    margin-left: 0px;
    transition: all 1s ease-out;
}
.dashboard-page .links1 button {
    color: #484848 !important;
    transition: all 1s ease-out;
}
.box-shadow-landing-page {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dashboard-page .page-content-img {
    width: 290px;
    object-fit: contain;
    position: absolute;
    z-index: 9;
    top: 0;
    display: block !important;
}
.footer-wrap {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.top-left1 span,
.top-left2 span,
.top-left3 span,
.top-left4 span,
.top-left5 span,
.top-right1 span,
.top-right2 span,
.container4,
.container3,
.container2,
.container1 {
    font-family: "Open Sans", sans-serif !important;
}

.mg-top {
    margin-top: 300px !important;
}

.mrg-top {
    margin-top: 120px !important;
}

.login-style .modal-form .input-form-group input {
    width: 100%;
}

.landing-page-container .container3 {
    margin-bottom: 10px !important;
}

.landing-page-container .container3 {
    margin-bottom: 40px !important;
}

/*
.landing-page .container1{
    background: url(/images/assets-01.png) no-repeat;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position:absolute ;
    height: 500px;
    width: 100%;

}
*/

.top-left1 {
    top: 270px !important;
}

.banner-content {
    text-align: center;
    position: absolute;
    z-index: 10;
    vertical-align: middle;
    height: auto;
    top: 40%;
    width: 93.5%;
}

.banner-content h1 {
    font-size: 35px;
    font-weight: bolder;
}

.banner-content .banner-sign-up {
    width: 100%;
}

.banner-content .banner-sign-up button {
    display: block;
    height: auto !important;
    padding: 10px !important;
    background-color: #fff;
    border: 1px solid #2c3e50;
    cursor: pointer;
    transition: all 1s ease-out;
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    transition: all 1s ease-out;
}

.banner-content .banner-sign-up button:hover {
    display: block;
    background-color: #2c3e50;
    border: 1px solid #2c3e50;
    color: #fff;
}

.get-report-btn button {
    display: block;
    height: auto !important;
    padding: 10px !important;
    background-color: #2c3e50;
    border: 1px solid #2c3e50;
    cursor: pointer;
    transition: all 1s ease-out;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 360px;
    transition: all 1s ease-out;
}

.get-report-btn button:hover {
    background-color: #34495e;
    border: 1px solid #34495e;
}
/*
.landing-page .grid-100vh {
    display: block !important;
}
*/
.landing-page .grid-100vh.dashboard-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/*
classified css
*/

.dashboard-page button.blue {
    display: block;
    height: auto !important;
    padding: 10px !important;
    background-color: #2c3e50 !important;
    border: 1px solid #2c3e50 !important;
    cursor: pointer;
    transition: all 1s ease-out;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    min-width: 600px;
    transition: all 1s ease-out;
    border-radius: 6px;
}

.dashboard-page button.blue:hover {
    background-color: #34495e !important;
    border: 1px solid #34495e !important;
}
.dashboard-page .renter-tools-post .post p {
    border-bottom: none !important;
}
.dashboard-page .modal-info-view .modal-info-view-content {
    padding: 60px 30px !important;
}
.dashboard-page .btn-close-dash {
    position: absolute;
    right: 20px;
}
.display-block {
    display: block !important;
}

.container5 {
    margin-top: 20px !important;
}

.container5 .top-left5 {
    position: relative !important;
}

.container1 {
    padding: 0 46px;
}
.mrg-top-identity {
    margin-top: 200px;
}

.choose-a-property-to-search-with-btn.leads {
    padding: 10px 30px !important;
    border-radius: 4px !important;
}
.renter-tools .input-search.leads {
    margin-top: 12px !important;
    box-shadow: none !important;
}
button.add-property-btn.btn-srch {
    background: #fdfdfd !important;
    color: #484848 !important;
    border: 1px solid #e3e3e3 !important;
    transition: all 1s ease-out;
}
.pad-nill {
    padding: 0;
}
/* table */

.dashboard-page .color-light-blue {
    background: #e6f3fe !important;
}

.dashboard-page .color-red {
    color: red !important;
}

.dashboard-page .color-blue {
    color: #2c3e50 !important;
}

.dashboard-page .color-blue a {
    color: #2c3e50 !important;
    text-decoration: none;
}

.dashboard-page .color-blue a:hover {
    color: #34495e !important;
    text-decoration: underline;
}

/* Screening Request Button - Text Only */
.btn-screening-request-text {
    background: none !important;
    border: none !important;
    color: #2c3e50 !important;
    padding: 0 !important;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.btn-screening-request-text:hover {
    color: #34495e !important;
    text-decoration: underline;
}

.btn-screening-request-text:focus {
    outline: none;
    box-shadow: none !important;
}

.dashboard-page .table-bordered > :not(caption) > * > * {
    border: none;
    padding: 14px;
    font-size: 14px;
}
.dashboard-page table thead {
    background: none !important;
    color: #484848;
}
.dashboard-page table tbody tr:nth-child(even) {
    /*  border-bottom: 0;*/
    background-color: none !important;
}
.dashboard-page #no-more-tables {
    padding: 0 !important;
}
.dashboard-page .table-bordered > :not(caption) > * {
    border-width: 0;
    border-bottom: 1px solid #ccc;
    margin: 4px 0;
}
.dashboard-page .btn-white {
    background: #fff;
    border: 1px solid #2c3e50;
    width: 100%;
    font-size: 14px;
    color: #484848 !important;
    padding: 6px;
}

.dashboard-page .btn-white:hover {
    background: #2c3e50;
    border: 1px solid #2c3e50;
    color: #fff !important;
}

.dashboard-page .property-btns .btn {
    width: 100%;
    border: 1px solid #2c3e50;
}
.dashboard-page .btn-green:hover {
    background: #1de00d;
    border: 1px solid #2c3e50;
    width: 100%;
    color: #fff !important;
}
.dashboard-page .btn-red:hover {
    background: red;
    border: 1px solid #2c3e50;
    width: 100%;
    color: #fff !important;
}

.dashboard-page .btn-blue {
    background: #2c3e50 !important;
    border: 1px solid #2c3e50 !important;
    color: #fff !important;
}

.dashboard-page .btn-blue:hover {
    background: #34495e !important;
    border: 1px solid #34495e !important;
    width: 100%;
    color: #fff !important;
}
.dashboard-page .modal {
    padding: 0 !important;
}
.dashboard-page table a.invites {
    text-decoration: none !important;
}
.dashboard-page .invites-section-renters {
    border-bottom: 1px solid #ccc;
}

.dashboard-page .property-img img {
    width: 100%;
}
.dashboard-page .property-profile {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.dashboard-page .property-profile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.dashboard-page .property-details button {
    font-size: 13px;
    width: 100%;
    transition: all 1s ease-out;
}

.dashboard-page .property-profile p.p-title {
    margin-bottom: 10px;
    font-size: 14px;
}
.dashboard-page .property-profile p.p-name {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 14px;
}
.dashboard-page .property-details span.d-inline-flex {
    width: 100%;
}
.dashboard-page .property-details.renter {
    font-size: 14px;
    border-right: 1px solid #ccc;
    padding: 0;
}

.dashboard-page .property-details.renter:last-child {
    font-size: 14px;
    border-right: none !important;
}
.dashboard-page .property-btns .p-btns {
    padding: 4px;
}
.dashboard-page .property-note {
    font-size: 14px;
}
.dashboard-page .property-btns {
    align-items: center;
}

.dashboard-page .property-details {
    font-size: 14px;
}
.mob-menu {
    display: none !important;
}

.big-screen-menu {
    display: flex !important;
    top: 10px;
}
/*---------------------
HAMBURGER MENU
----------------------*/

#menuToggle {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}
.dashboard-page .modal-info-view .view-actions .icon-button {
    color: #484848 !important;
    padding: 10px;
    background-color: transparent !important;
}

/*
 * Just a quick hamburger
 */

.notifications-mob a span i.fa {
    font-weight: 400;
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -9%;
    content: attr(data-count);
    font-size: 10px;
    padding: 2px;
    border-radius: 999px;
    line-height: 13px;
    color: white;
    background: rgba(255, 0, 0, 0.85);
    text-align: center;
    min-width: 18px;
    min-height: 18px;
    font-weight: bold;
    border: 1px solid #89caff !important;
}
.notifications-mob .fa-stack-2x,
.notifications-mob .fa-stack-2x {
    font-size: 1.5em;
}
.notifications-mob a {
    color: #484848 !important;
}

a.icon-button__badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    min-height: 16px;
    background: rgba(255, 0, 0, 0.85);
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 2px;
    font-size: 10px;
    font-weight: bolder;
    transition: all 1s ease-out;
}

.notifications-mob a .fa-bell:before {
}

.notifications-mob {
    position: absolute;
    right: 90px;
}
.notifications-mob span {
    background: none;
}

.mesgs-mob {
}

.mesgs-mob a span i.fa {
    font-weight: 400;
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -9%;
    content: attr(data-count);
    font-size: 10px;
    padding: 2px;
    border-radius: 999px;
    line-height: 13px;
    color: white;
    background: rgba(255, 0, 0, 0.85);
    text-align: center;
    min-width: 18px;
    min-height: 18px;
    font-weight: bold;
    border: 1px solid #89caff !important;
}
.mesgs-mob .fa-stack-2x,
.mesgs-mob .fa-stack-2x {
    font-size: 1.5em;
}
.mesgs-mob a {
    color: #484848 !important;
}

a.icon-button__badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    min-height: 16px;
    background: rgba(255, 0, 0, 0.85);
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 2px;
    font-size: 10px;
    font-weight: bolder;
    transition: all 1s ease-out;
}

.mesgs-mob a .fa-bell:before {
}

.mesgs-mob {
    position: absolute;
    right: 60px;
}
.mesgs-mob span {
    background: none;
}
.mesgs-mob span i {
    font-size: x-large;
    margin-top: 3px;
    margin-left: 6px;
}
.msg-noti .badge {
    display: inline-block;
    padding: 1px 6px;
    font-size: 0.75em;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

#menuToggle span {
    width: 24px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #484848;
    display: block;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(0px, 2px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    height: 100vh;
    left: -330px;
    top: -25px;
    position: absolute;
    width: 310px;
    margin: 0px 0 0 -50px;
    padding: 50px;

    background: #e6f3fe;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-box-shadow: 10px 0px 25px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 0px 25px -21px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 0px 25px -21px rgba(0, 0, 0, 0.75);
}
#menu li {
    margin: 40px 0;
    font-size: 14;
    border: none !important;
    list-style: none;
    display: table;
    line-height: 30px;
    position: relative;
    width: 100%;
}
#menu li.nav-item h6 a {
    font-family: "Open Sans", sans-serif !important;
    color: #505077 !important;
}
ul.menu li.nav-item ul li span {
    width: 100% !important;
    height: auto;
    font-size: 14px;
    background: none !important;
}
ul.menu li.nav-item ul {
    padding-left: 0px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

/*
about us page css */

.about-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-services .icons {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #e6f3fe;
    border: 1px solid #2c3e50;
}
.about-services h4 {
    font-size: 18px;
    font-weight: 600;
}

.about-contact-form {
    background-color: #e9e8e8;
}
.about-intro-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.dashboard-page .tabbed-nav-details {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.dashboard-page .modal-info-view .change-view-info button {
    border-radius: 6px !important;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #2c3e50;
    color: #484848 !important;
    transition: all 1s ease-out;
}

.dashboard-page .modal-info-view .change-view-info button:hover,
.modal-info-view .change-view-info button.active {
    background-color: #2c3e50;
    border: 1px solid #2c3e50;
    color: #fff !important;
}

.dashboard-page .modal-info-view .view-actions button {
    border-radius: 6px !important;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 1s ease-out;
}

.dashboard-page .modal-info-view .view-actions button:hover,
.dashboard-page .modal-info-view .view-actions button:active,
.dashboard-page .modal-info-view .view-actions button.active {
    background-color: transparent !important;
    border-bottom: 2px solid #2c3e50 !important;
    transition: all 1s ease-out;
}

.dashboard-page .modal-info-view .view-actions .icon-button span {
    font-size: 16px;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
    width: auto !important;
}

button.icon-button.credit-btn i,
button.icon-button.criminal-btn i,
button.icon-button.eviction-btn i,
button.icon-button.rental-application-btn i,
button.icon-button.download-btn i {
    width: 100%;
}
.dashboard-page #propertyList .add-property-btn {
    border-bottom: none;
    margin: 30px 0;
}

.dashboard-page a {
    text-decoration: none;
}

.search-in-send-a-request-div p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
}
/*messages*/

.messages h6 {
    font-size: 15px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #505077 !important;
    margin: 10px 0 0 0 !important;
}

.messages .rounded-circle {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.messages .search-box {
    padding: 10px 0px;
}

.messages .search-box .input-wrapper {
    background: #fff;
    border-radius: 6px;
}

.messages .search-box .input-wrapper i {
    color: grey;
    margin-left: 7px;
    vertical-align: middle;
}

.messages input {
    border: none;
    border-radius: 30px;
    width: 90%;
    padding: 10px !important;
}
.messages .input-wrapper i.fa.fa-sm.fa-search {
    color: #e3e3e3;
}

.messages input::placeholder {
    color: #e3e3e3;
    font-weight: 400;
    margin-left: 20px;
    font-size: 14px;
}

.messages input:focus {
    outline: none;
}

.messages .friend-drawer-settings {
    padding: 10px 0;
    display: flex;
    vertical-align: baseline;
    transition: 0.3s ease;
}

.messages .friend-drawer {
    padding: 10px 4px;
    display: flex;
    vertical-align: baseline;
    transition: all 1s ease-out;
    border-bottom: 1px solid #ebebeb;
}

.messages .input-group,
.messages .input-group input,
.messages .input-group,
.messages .input-group input:hover,
.messages .input-group,
.messages .input-group input:active {
    background: #2c3e50;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}
.messages .row.messenger-sendCard {
    position: relative;
}
.messages .attachment-preview {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.15);
}
.messages .attachment-preview p {
    font-size: 12px;
}
.messages .chat-box-tray .input-group-append {
    margin-top: 8px;
}
.messages .attachment-preview .image-file {
    cursor: pointer;

    border-radius: 2px;
    width: 140px;
    height: 80px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.messages .chat-box-tray button.btn,
.messages .chat-box-tray label,
.messages .chat-box-tray button.btn:hover,
.messages .chat-box-tray button.btn:active {
    border: none;
    background: none;
    box-shadow: none;
}

.messages .chat-box-tray button.btn i {
    color: #fff;
}

.messages .friend-drawer .text {
    margin-left: 12px;
    width: 100%;
}

.messages .friend-drawer .text p {
    margin: 0;
    font-size: 12px;
}

.messages span.time {
    font-size: 10px;
    width: 130px;
    color: #dfdfdf;
}

.messages .friend-drawer--onhover:hover {
    background: #89caff;
    cursor: pointer;
}

.messages .friend-drawer--onhover:hover p,
.messages .friend-drawer--onhover:hover h6,
.messages .friend-drawer--onhover:hover .time {
    color: #fff !important;
}

.messages .friend-drawer .active {
    background: #ebebeb !important;
}

.messages .chat-bubble {
    padding: 10px 8px;
    background: #fff;
    margin: 10px 10px;
    border-radius: 9px;
    position: relative;
    animation: fadeIn 1s ease-in;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    width: 100%;
    font-size: 14px;
}

.messages .chat-bubble:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
    margin-top: 0;
}

.messages .chat-bubble--left:after {
    left: 0;
    border-right-color: #fff;
    border-left: 0;
    margin-left: -12px;
}

.messages .chat-bubble--right:after {
    right: 0;
    border-left-color: #89caff;
    border-right: 0;
    margin-right: -12px;
}

.messages .chat-bubble--left {
    border-top-left-radius: 0;
    margin-left: 20px;
}

.messages .chat-bubble--right {
    border-top-right-radius: 0;
}

.messages .offset-md-5 .chat-bubble {
    background: #89caff;
    color: #fff;
}

.messages .chat-box-tray {
    display: flex;
    align-items: baseline;
    padding: 14px 15px;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    bottom: -55px;
}

.messages .chat-box-tray input {
    margin: 0 10px;
    padding: 8px 2px;
    border-radius: 6px;
}
.messages button {
}
.messages .messages-modal .chat-box-tray {
    background-color: #f8f9fa;
    position: relative;
    margin-top: 50px;
    border: 1px solid #eaeaeb;
}
.messages .messages-modal .chat-panel {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.messages .messages-modal .chat-bubble--left {
    background-color: #f1f9ff;
    margin-left: 50px;
}

.messages .messages-modal .chat-bubble--left:after {
    border-right-color: #f1f9ff;
}
.messages .messages-modal .sidebar-header {
    padding: 10px 20px;
    display: flex;
    background: #f8f9fa;
    color: #6a6a6a;
    margin-bottom: 30px;
}

.messages .messages-modal .sidebar-header h6 {
    margin: 0 0px 0 10px !important;
}

.messages .messages-modal .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

.messages .messages-modal .offset-md-5 {
    margin-left: 41.66666667%;
}

.messages .messages-list {
    max-height: 75%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
}

.messages .chat-panel {
    height: 83%;
    overflow-y: auto;
    overflow-x: hidden;
}

.messages .chat-bubble.messages-image.chat-bubble--right {
    border-radius: 9px !important;
}

.messages .chat-bubble.messages-image.chat-bubble--left {
    border-radius: 9px !important;
}
.messages .chat-bubble.messages-image.chat-bubble--right:after {
    border-left-color: transparent !important;
}

.messages .chat-bubble.messages-image.chat-bubble--left:after {
    border-right-color: transparent !important;
}

.messages .messages-modal .messages-container {
    border: 1px solid #eaeaeb;
}

.dashboard-page .modal-content {
    min-height: 90vh !important;
}

.dashboard-page .modal-content.modal-info-view {
    min-height: auto !important;
    height: auto !important;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.dashboard-page .modal-content.modal-info-view .modal-body {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: auto;
}

.dashboard-page .modal-content.modal-info-view .modal-info-view-content {
    flex: 0 1 auto;
    overflow-y: auto;
    max-height: calc(90vh - 20px);
    height: auto;
}
.dashboard-page button,
.dashboard-page .getAReportHalfNextBtn {
    border-radius: 6px;
}

.dashboard-page .pro-submit button,
.dashboard-page #propertyDetailsModal .emailButton,
.dashboard-page .modal-form .submit-btn-regular,
.dashboard-page .renter-tools form .agent-tool-submit,
.dashboard-page .renter-application .renter-application-submit,
.dashboard-page .renter-tools form .agent-tool-submit {
    background-color: #2c3e50 !important;
}
.dashboard-page .renter-tools form .agent-tool-submit,
.dashboard-page .btn-success,
.dashboard-page .renter-application .renter-application-submit,
.dashboard-page #addProperty .pro-submit button,
.dashboard-page .request-input-payment-section-dev .pro-submit button {
    height: 50px;
}
.dashboard-page input,
.dashboard-page .form-control,
.dashboard-page textarea,
.dashboard-page .input-search span,
.search-in-send-a-request-div .input-search,
.dashboard-page .renter-tools .input-search,
.dashboard-page #propertyList form .input-search {
    border-radius: 6px;
}
/* Override Bootstrap toggle switch colors */
.dashboard-page .form-check-input:checked {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}

.dashboard-page .form-check-input:focus {
    border-color: #2c3e50 !important;
    box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.25) !important;
}

.dashboard-page .form-switch .form-check-input {
    border-radius: 2em !important;
}
.dashboard-page .renter-application .application-step button {
    border: 1px solid #2c3e50 !important;
}
.dashboard-page .row.rav-infos p {
    font-size: 15px;
}
.dashboard-page .padin-none {
    padding: 0 !important;
    transition: all 1s ease-out;
}
.dashboard-page a.padin-none:hover .bg-white {
    background-color: #2c3e50 !important;
}
.dashboard-page .mrgin-tp {
    margin-top: 150px !important;
}
.dashboard-page .ads {
    background: url(/images/ads-bg.svg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    background-position: center bottom;
    padding: 20px;
}

.dashboard-page .ads p {
    margin-bottom: 0 !important;
}
.modal-form .submit-btn {
    background-color: #2c3e50 !important;
}
.img-round img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 20px;
}
#propertyDetailsModal .section {
    font-size: 14px !important;
}

.object-fit-cvr {
    object-fit: cover;
}
#renterApplicationView .rav-info-flex-2 span {
    font-weight: normal !important;
}
#renterApplicationView .rav-info-flex-2 .name-ref {
    color: #2c3e50 !important;
}

#propertyDetailsModal .location-value {
    font-size: 14px !important;
}

.carousel-inner-img {
    height: 290px;
    max-width: 320px;
    margin-right: 0px !important;
    object-fit: cover !important;
    padding: 4px !important;
}

#propertyDetailsModal .presentedBy-phone__value {
    font-size: 14px !important;
}
#my-map {
    z-index: 1;
}
.search-in-send-a-request-input-dev, .modal-title-for-send-a-request{
    margin-top: 0;

}

/*  X-Small devices (portrait phones, less than 576px) */
/*  No media query for `xs` since this is the default in Bootstrap */

/*  Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .messages .fill {
        height: 100%;
        min-height: 100%;
        margin: 0;
    }

    .messages .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    #messagesDetailsMobile.messages .col-md-6 {
        width: 50%;
    }
    #messagesDetailsMobile.messages .offset-md-5 {
        margin-left: 41.66666667%;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .messages .fill {
        height: 100%;
        min-height: 100%;
        margin: 0;
    }

    .messages .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .messages .fill {
        height: 100%;
        min-height: 100%;
        margin: 0;
    }

    .messages .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
}

/*  X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/*  media quaries custom css */

@media (min-width: 992px) {
    /*
    .modal-lg,
    .modal-xl {
        max-width: 860px !important;
    }*/
}

@media (min-width: 576px) {
    .login-style .modal-dialog {
        max-width: 40% !important;
    }

    .signup-style .modal-dialog {
        max-width: 40% !important;
    }
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables table {
        padding: 20px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        margin-bottom: 25px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
        padding: 15px;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
    .banner-content {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .top-left1 {
        top: 450px !important;
    }



    .top-right2 span {
        font-size: 40px !important;
    }

    .landing-page-wrapper {
        margin: 30px 30px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        background: #fff;
    }
    .container1 {
        padding: 0 14px;
    }
    .mrg-top-identity {
        margin-top: 140px !important;
    }
    .landing-page .footer ul {
        margin: 10px auto;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }

    .landing-page .footer ul li {
        width: auto;
        display: inline;
        padding: 1px 5px;
    }
    .dashboard-page .page-content {
        min-height: 100%;
    }
    .dashboard-page button.blue {
        min-width: 100%;
    }
    .banner-content {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    nav {
        padding: 16px 8px !important;
    }

    .top-left5 {
        top: 0px !important;
        padding: 20px;
        left: 0 !important;
    }

    .top-right2 {
        top: 200px !important;
    }

    .top-left1 {
        top: auto !important;
        left: 0px !important;
        max-width: 100% !important;
        text-align: center;
        bottom: -50px;
    }

    .dive {
        position: absolute;
        bottom: 20px !important;
        right: 60px !important;
        top: auto !important;
    }

    .choose-a-property-to-search-with-btn {
        padding: 20px 10px !important;
    }

    .landing-page-container .container3 {
        margin-bottom: 20px !important;
    }



    .top-right2 span {
        font-size: 40px !important;
    }

    .landing-page-wrapper {
        margin: 30px 30px;
    }
    .container1 {
        padding: 0 14px;
    }
    .mrg-top-identity {
        margin-top: 58px;
    }
    .landing-page .footer ul {
        margin: 10px auto;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }

    .landing-page .footer ul li {
        width: auto;
        display: inline;
        padding: 1px 5px;
    }
    .dashboard-page .page-content {
        min-height: 100%;
    }
    .dashboard-page button.blue {
        min-width: 100%;
    }
    .dashboard-page .property-profile {
        margin: auto;
        text-align: left;
    }
    .dashboard-page .property-details.renter {
        border-right: none !important;
    }
    .banner-content {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .img-lanidng-page {
        top: 0;
    }

    .landing-page h1 {
        font-size: 18px !important;
    }

    .landing-page #comprehensive-rental-ui li {
        font-size: 16px !important;
    }

    .top-right2 {
        position: absolute;
        top: 70px !important;
        right: 20px;
    }

    .top-right2 span,
    .top-left5 span {
        font-size: 20px !important;
    }

    .top-right1 {
        top: 40px !important;
    }

    .top-left5 {
        top: auto !important;
        padding: 20px;
        left: 0;
    }

    .top-right1 span {
        font-size: 30px !important;
    }

    .container4 {
        padding: 20px !important;
    }

    .top-left1 {
        top: auto !important;
        left: 0px !important;
        max-width: 100% !important;
        text-align: center;
        bottom: -30px;
    }

    .top-left1 span {
        font-size: 15px !important;
    }

    .land-page {
        margin-left: 0 !important;
    }

    nav {
        padding: 16px 8px !important;

        min-height: 130px !important;
    }

    .landing-page nav {
        min-height: auto !important;
    }

    h1.text-align {
        font-size: 28px !important;
    }

    .links1 {
        margin-left: 60px;
        position: absolute;
        right: 14px !important;
        top: 15px;
        display: block;
    }

    .land-page.links1 {
        display: inherit;
        top: auto !important;
    }

    .dive {
        position: absolute;
        bottom: 20px !important;
        right: 60px !important;
        top: auto !important;
    }

    .choose-a-property-to-search-with-btn {
        padding: 20px 10px !important;
    }

    .landing-page-container .container3 {
        margin-bottom: 20px !important;
    }

    .landing-page .w-75 {
        width: 100% !important;
    }

    .top-right2 {
        position: relative !important;
        top: -110px !important;
        right: 20px;
        background: #2c3e50;
        width: 100%;
        right: 0 !important;
        bottom: 20px !important;
        padding: 2px 10px;
    }

    .banner-content .banner-sign-up button {
        width: 100% !important;
        padding: 8px !important;
        font-size: 14px;
        transition: all 1s ease-out;
    }

    .landing-page h1 {
        font-size: 22px !important;
    }

    .mg-top {
        margin-top: 180px !important;
    }

    .landing-page-wrapper {
        margin: 0px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        background: #fff;
    }

    .get-report-btn button {
        width: 100% !important;
    }

    .banner-content {
        padding: 0 40px;
    }
    .container1 {
        padding: 0 0px;
    }
    .container3 {
        margin-top: 0px !important;
    }
    .footer-image {
        margin-bottom: 0px !important;
    }
    .img-lanidng-page {
        width: 35%;
        top: 10px;
        position: relative;
        z-index: 8;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }
    .mrg-top-identity {
        margin-top: 45px;
    }
    .landing-page .footer ul {
        margin: 10px auto;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }

    .landing-page .footer ul li {
        width: auto;
        display: inline;
        padding: 1px 5px;
    }

    .dashboard-page .page-content {
        min-height: 100%;
    }
    .dashboard-page .page-content-img {
        width: 200px;
        object-fit: contain;
        position: absolute;
        z-index: 0;
        top: 0;
    }

    .bg-no {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .pd-no {
        padding: 0 !important;
    }

    .dashboard-page button.blue {
        min-width: 100%;
    }
    .dashboard-page .property-details .p-btns span.d-inline-flex {
        width: 100% !important;
    }

    .dashboard-page .property-profile {
        margin: auto;
        text-align: left;
        padding: 10px;
    }
    .choose-a-property-to-search-with {
        margin: 0 !important;
    }
    .dashboard-page .property-details.renter {
        border-right: none !important;
        padding: 10px;
    }
    .mob-menu {
        display: block !important;
    }
    .big-screen-menu {
        display: none !important;
    }
    .banner-content {
        width: 100%;
    }
    .about-banner img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .dashboard-page .modal-info-view .modal-info-view-content {
        padding: 10px !important;
    }

    .dashboard-page .modal-dialog {
        margin: 0 !important;
    }

    .dashboard-page .modal-info-view .modal-info-view-content {
        margin-top: 0px;
        border: none !important;
    }

    .dashboard-page .modal-body {
        padding: 0px !important;
        margin: 0;
    }
    .dashboard-page #notificationMobileModal .modal-body {
        padding: 20px 0px !important;
    }
    .dashboard-page .modal-content {
        padding: 10px !important;
        position: absolute;
        top: 20px;
    }
    .dashboard-page .modal-content.modal-info-view {
        padding: 0px 0px !important;
    }

    .dashboard-page #settingsModalBody {
        margin: 0px;
        padding: 0px 0px !important;
    }

    .dashboard-page .renter-application {
        padding: 20px 0;
    }

    .dashboard-page div#personal_info {
        display: block;
        padding: 20px 0;
    }
    .dashboard-page .renter-application .rental-application-header {
        padding: 20px 0;
    }
    .dashboard-page .modal-main-header {
        font-family: "Open Sans", sans-serif !important;
        font-size: 22px;
        padding: 20px 0;
        font-weight: 700;
    }
    .dashboard-page #openUserSettingsModal .modal-title-for-send-a-request {
        margin-top: 0px;
    }

    .dashboard-page .rental-application-header {
        font-family: "Open Sans", sans-serif !important;
        font-size: 22px;
        padding: 20px 0;
        font-weight: 700;
    }

    .dashboard-page .renter-tools {
        padding: 20px 0px !important;
    }
    .dashboard-page .view-info-tab.post {
        padding: 20px 0px !important;
    }

    .dashboard-page #addProperty .modal-body {
        margin: 0px;
    }
    .dashboard-page .agent-tool-search {
        padding: 0px;
    }
    .dashboard-page .modal-form {
        padding: 0px;
    }
    .modal-content {
        border: none;
        border-radius: 6px;
        outline: 0;
    }
    .dashboard-page .modal {
        background: #fff;
    }

    .dashboard-page #no-more-tables td.mr-buttons {
        padding-left: 0%;
    }

    .messages-sidebar-mobile {
        width: 100%;
        left: -100%;
        padding: 10px 10px;
        z-index: 100;
    }

    .sidebar.messages {
        width: 100%;
        right: -450px;
        z-index: 100;
    }
    .padn-left-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dashboard-page table a.invites {
        text-decoration: none !important;
        color: #484848 !important;
        width: 100% !important;
        background: #fff;
        border: 1px solid #2c3e50;
        width: 100%;
        font-size: 14px;
        padding: 6px;
        display: block;
        text-align: center;
    }
    #no-more-tables td:before {
        font-weight: normal;
    }

    #guest-home-menu-container .column span {
        display: block !important;
    }
    #guest-home-menu-container .column a.dash {
        border-right: none;
    }
    .pdn-lft-0 {
        padding-left: 0 !important;
    }
    .for-mob {
        position: fixed;
        background: #fff;
        top: 30px;
        padding: 30px 20px 10px 20px;
        left: 0;
        z-index: 9;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }
    #propertyDetailsModal .carousel-inner-img {
        height: 100px !important;
    }
    .edit-images-preview-div img {
        width: 100%;
        object-fit: cover;
        height: 150px;
    }
    .for-mob-mrgn-property{
        margin-top: 100px;

    }
    .for-mob-mrgn-property-map{
        margin-top: 300px;

    }
}

/* ============================================
   MODERN GLOBAL ENHANCEMENTS FOR HOME PAGE
   ============================================ */

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Modern Button Styles */
button, .btn {
    transition: all 0.3s ease;
    cursor: pointer;
}

button:focus, .btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.3);
}

/* Modern Card Hover Effects */
.card, .property-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover, .property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Improved Input Fields */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    transition: all 0.3s ease;
    border: 2px solid #e3e3e3;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
    outline: none;
}

/* Modern Link Styles */
a {
    transition: color 0.3s ease;
}

/* Improved Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    border-bottom: 2px solid #f0f0f0;
    border-radius: 15px 15px 0 0;
}

.modal-footer {
    border-top: 2px solid #f0f0f0;
    border-radius: 0 0 15px 15px;
}

/* Modern Badge Styles */
.badge {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Enhanced Shadow Utilities */
.shadow-sm-modern {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

.shadow-md-modern {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
}

.shadow-lg-modern {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

/* Modern Gradient Backgrounds */
.gradient-primary {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.gradient-secondary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.gradient-success {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

/* Improved List Styles */
ul.modern-list {
    list-style: none;
    padding: 0;
}

ul.modern-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
}

ul.modern-list li:hover {
    background: #f8f9fa;
    padding-left: 10px;
}

ul.modern-list li:last-child {
    border-bottom: none;
}

/* Modern Section Spacing */
.section-padding {
    padding: 80px 0;
}

.section-padding-sm {
    padding: 40px 0;
}

/* Improved Typography */
.text-gradient {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.loading-shimmer {
    animation: shimmer 2s infinite;
    background: linear-gradient(to right, #f0f0f0 4%, #e8e8e8 25%, #f0f0f0 36%);
    background-size: 1000px 100%;
}

/* Modern Alert Styles */
.alert {
    border: none;
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Improved Table Styles */
.table-modern {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.table-modern thead th {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    font-weight: 600;
    padding: 1rem;
}

.table-modern tbody tr {
    transition: background 0.3s ease;
}

.table-modern tbody tr:hover {
    background: #f8f9fa;
}

/* Responsive Image Enhancements */
img {
    max-width: 100%;
    height: auto;
}

/* Modern Form Group */
.form-group-modern {
    margin-bottom: 1.5rem;
}

.form-group-modern label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    color: #505077 !important;
}

/* Icon Enhancements */
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
    transition: all 0.3s ease;
}

.icon-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(44, 62, 80, 0.4);
}

/* Modern Progress Bar */
.progress-modern {
    height: 8px;
    border-radius: 50px;
    background: #e9ecef;
    overflow: hidden;
}

.progress-modern .progress-bar {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    transition: width 0.6s ease;
}

/* Enhanced Divider */
.divider-modern {
    height: 3px;
    background: linear-gradient(90deg, transparent, #2c3e50, transparent);
    margin: 2rem 0;
    border: none;
}

/* Pulse Animation for CTAs */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

/* Modern Tooltip Enhancement */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    background: #2c3e50;
    color: white;
    border-radius: 5px;
    font-size: 0.85rem;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 5px;
}
