* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
}

:root {
    --primary: #6f79b8 !important;
    --secondary: #21272E !important;
    --buttons: #6A5BED !important;
    --success: #1DC844 !important;
    background-color: #F4F6F8 !important;
}

button {
    cursor: pointer;
}


body {
    background-color: #F4F6F8 !important;
    display: flex;
}

/* Side Menu Start */

#side-menu {
    background-color: var(--secondary);
    height: 100vh;
    width: 270px;
    padding: 10px 15px;
    position: sticky;
    top: 0;
}

.logo img {
    width: 170px;
    cursor: pointer;
    margin: 13px 20px;
}

#side-menu .list {
    margin: 13px 10px;
}

#side-menu .list li {
    list-style-type: none;
    margin: 15px 0;
    padding: 13px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#side-menu .list li img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.list li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    width: 100%;
}

.list li:hover {
    background-color: var(--primary);
    width: 100%;
    height: auto;
    border-radius: 9px;
}

.btn-custom_portal {
    color: #fff;
    background-color: #4a3ae0;
}

.btn-custom_portal_secondary {
    color: #4a3ae0;
    background-color: #ffffff;
    border-color: #4a3ae0;
}

.left {
    display: none;
}

.mobile-menu {
    cursor: pointer;
    margin: auto 0;
    padding: 15px;
    position: absolute;
    top: 0;
    display: none;
}

.mobile {
    display: none;
}

/* Mobile Menu */

.mobile-menu div {
    height: 2px;
    width: 22px;
    background-color: #fff;
    margin: 6px 0;

}

@media only screen and (max-width: 800px) {

    body {
        display: block;
    }

    #side-menu {
        position: fixed;
        left: -1000px;
        transition: all 0.5s ease;
        box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .left {
        display: block;
        padding: 73px;
        position: absolute;
        left: 130px;
        top: -56px;
    }

    .logo {
        margin-left: -15px;
    }

    #side-menu .list li {
        margin-left: -15px;
    }

    .mobile-menu {
        display: block;
    }

    .mobile {
        background-color: var(--secondary);
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .m-logo img {
        width: 140px;
        position: absolute;
        left: 30%;
        top: 15px;
        display: none;
    }

    .nav-btn{
        width: 120px;
        height: 33px;
        background-color: var(--buttons);
        border: none;
        border-radius: 6px;
    }
    .nav-btn a{
        text-decoration: none;
        color: #fff;
    }

}

/* Side Menu End */

/* Interface */

/* Header Section */

.interface {
    width: 100%;
}

.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    background-color: #fff;
    height: 80px;
}

.top-section h3 {
    font-weight: 500;
    font-size: 17px;
}

.top-section .btn {
    padding: 15px 35px;
    background-color: #4a3ae0;
    border: none;
    border-radius: 5px;
}

.top-section .btn a {
    color: #fff;
    text-decoration: none;
}

.top-section .btn:hover {
    background-color: var(--buttons);
}

/* Card Section */

.landlordcart_section {
    padding: 30px 0;
    margin-left:30px;
    margin-right:30px;
    width: auto;
}

#landlordcart.active {
    background-color: var(--primary);
    border-radius: 6px;
}

#landlordcart.upper {
    display: flex;
    justify-content: space-between;
    width: 98%;
}


#landlordcart.upper h1 {
    padding: 20px 35px 10px 35px;
    font-weight: 600;
    font-size: 1.5em !important;
}

.landlordcart_3buttons * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
}

.landlordcart_container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
}

.landlordcart_col-1 {
    width: 100%;
    min-height: 200px;
    max-height: 225px;
    background-color: #fff;
    margin-left: 30px;
    padding: 10px 30px;
    border-radius: 9px;
    border: 1px solid rgba(0, 29, 110, 0.1);
}

.for-margin {
    margin-right: 30px;
}

.landlordcart_col-1 h3 {
    padding: 8px 0;
    font-weight: 500;
    font-size: 15px;
}

.landlordcart_col-1 .landlordcart_inner-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.landlordcart_col-1 .landlordcart_inner-col .light {
    color: #7C8497;
}

.landlordcart_col-1 .landlordcart_inner-col p {
    color: var(--secondary);
    font-size: 14px;
}

/* Home Page Table Styles */
.no-padding{padding:0 !important;}
.no-margin{margin:0 !important;}
.row-holder{margin:15px 0 0 0;}
.row2 .table-holder{background:#FFFFFF; -webkit-box-shadow: 2px 2px 21px 7px rgba(12,51,92,0.04);
-moz-box-shadow: 2px 2px 21px 7px rgba(12,51,92,0.04);
box-shadow: 2px 2px 21px 7px rgba(12,51,92,0.04);}
.row2 .table-holder .title-holder{background:#f9fafb; padding: 15px 30px 6px; border:1px solid #e4ebf1;}
.row2 .table-holder .title-holder label{color:#4d5664; font-size:16px; text-transform:uppercase;}
.row2 .table-holder .title-holder label span{margin-left:15px; color:#15a3f9; font-size:16px;}
.row2 .table-holder .table-cont{ border:1px solid #e4ebf1;	border-top:none;}
.row2 .table-holder .table-cont .first-img{ opacity:0;}
.row2 .table-holder .table-cont table{ color:#546a79; font-size:17px; font-family:'Lato', sans-serif; text-align:center; margin-top:5px; margin-bottom:0;}
.row2 .table-holder .table-cont table tr td{ border:none; border-right:1px dashed #e0e6ea;}
.row2 .table-holder .table-cont table tr:first-child td{ font-family:'Roboto', sans-serif; font-weight:500; }
.row2 .table-holder .table-cont table tr:first-child td img{ margin-right:5px; display:inline-block;}
.row2 .table-holder .table-cont table tr:first-child td span{ display:inline-block; vertical-align:middle; color:#546a79 !important;}
.row2 .table-holder .table-cont table tr td:first-child {  font-family:'Roboto', sans-serif; font-weight:500; text-align:right; padding-right:45px;}
.row2 .table-holder .table-cont table tr td:last-child {  color:#58a5d3 !important; padding: 8px 30px; border:none;}
/* Home Page Table Styles */


/* TypeAhead - Used for Expenses and Other Lookups */
.twitter-typeahead {
       display: block;
       flex: 1 1 auto;
       width: 1%;
       min-width: 0;
       margin-bottom: 0;
}

.typeahead, .tt-query, .tt-hint {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    border: 2px solid #CCCCCC;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
}
.tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
/* TypeAhead - Used for Expenses and Other Lookups */

hr {
    color: #001D6E;

    border: 1px solid rgba(0, 29, 110, 0.056);
    margin-top: 5px;
}

@media only screen and (max-width: 600px) {

    .top-section {
        display: none;
    }

    .landlordcart_container {
        display: grid;
        grid-template-rows: repeat(3, auto);
        row-gap: 10px;
        float: none;
        padding: 10px 0;
        justify-items: left;
    }

    .landlordcart_col-1 {
        width: 100%;

    }

    .landlordcart_col-1 {
      margin-left: 0px;
    }

}

/* Card Section End */



@media only screen and (max-width: 600px) {

/* Content Row Start */
.landlordcart_body {
    margin: 20px 35px;

}
/* Content Row End */


/* Table Start */

.tables {
    margin: 20px 0;
}

.table-head {
    background-color: #fff;
    width: 96%;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr auto auto;
    /* justify-items: center; */
    align-items: center;
    padding: 20px 30px;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
}

.table-head h5 {
    font-weight: 500;
}

.table-head img {
    cursor: pointer;
}

.img-1 {
    border-right: 2px solid #cfcfcf;
    margin-right: 20px;
    padding-right: 20px;
}

.content {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.8em;
    width: 96%;
    text-align: left;
    overflow: hidden;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
    /* margin: 10em 0 0 50em; */
    background-color: #fff;
    margin: auto;
    border: 1px solid rgba(0, 29, 110, 0.1);
}

.content thead tr {
    background-color: #FBFBFB;
    color: #7C8497;
    font-weight: 300;
}

.content td {
    padding: 30px 50px;
    line-height: 25px;
}

.content th {
    padding: 15px 50px;
}

.content td img {
    width: 35px;
    cursor: pointer;
    height: auto;
    margin-left: 5px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

.content td img:hover {
    border-radius: 60px;
    background-color: #DAE4FD;
}

.content tbody tr {
    border: 1px solid rgba(0, 29, 110, 0.1);
    transition: all 0.15s ease-in-out;
}

.table-btn {
    background-color: var(--success);
    border-radius: 50px;
    padding: 5px 10px;
    border: none;
}

.table-btn a {
    text-decoration: none;
    color: #fff;
}

.content td span {
    color: rgba(0, 0, 0, 0.58);
}

.content tbody tr:hover {
    background-color: #FCFCFC;
    box-shadow: rgba(100, 100, 111, 0.2) ;
}

.m-table {
    display: none;
}

/* Table Mobile */

@media only screen and (max-width: 600px) {

    .tables {
        display: none;
    }

    .m-table {
        display: block;
        width: 89%;
        margin: auto;
        padding-top: 10px;
        overflow: hidden;
        border-radius: 6px;
    }

    .content thead {
        display: block;
        margin: 0 -20px;
    }

    tr th:nth-child(2) {
        margin-right: 19px;
        margin-left: -31px
    }

    .content tbody tr {
        display: grid;
        grid-template-columns: 30px max-content min-content;
        width: 100%;
        justify-items: center;
        align-items: center;
        padding-left: 20px;
    }

    .content td img {
        width: 30px;
        cursor: pointer;
        height: auto;
        margin-left: -70px;
        padding: 5px;
        transition: all 0.2s ease-in-out;
    }

    .content button {
        margin-top: 5px;
    }
}

/* Table Section End */

/* Popup */

.popup {
    background-color: #fff;
    width: 30%;
    padding: 30px;
    position: absolute;
    border-radius: 6px;
    display: none;
    /* inset: 51em 0px auto 81em; */
    transform: translate(180%, -90%);
    border: 1px solid rgba(0, 29, 110, 0.1);
    z-index: 1;
}

.popup-container {
    line-height: 30px;
}

.popup-container h3 {
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid rgba(100, 100, 111, 0.2);
}

.tab-1 h6 {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 29, 110, 0.1);
    cursor: pointer;
    padding-top: 15px;
}

.form label {
    display: block;
    color: #36517B;
    font-size: 13px;
    padding: 13px 0 5px 0;
    opacity: 0.6;
}

.form input {
    display: flex;
    outline: none;
    padding: 14px 20px;
    border: 1px solid rgba(0, 29, 110, 0.1);
    border-radius: 6px;
    transition: all 0.2s ease;
    color: #36517B;
    cursor: pointer;
}

.form-1 {
    display: flex;
}

.form .d-name {
    padding-left: 20px;
}

.form input:focus {
    border: 1px solid var(--secondary);
}

.form i {
    cursor: pointer;
}

.form .custom-1,
.custom-2 {
    position: absolute;
    inset: 7.5em 0px auto auto;
}

.form .custom-2 {
    left: 90%;
}

.form .custom-1 {
    left: 43%;
}

.form-1 .custom-3 {
    position: absolute;
    inset: 14em 0px auto auto;
    left: 43%;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #fff;
    min-width: 160px;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 10px 0px;

}


.dropdown-content a {
    color: #001D6E;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;

}

li.dropdown::marker {
    color: #fff;
}

.dropdown-content a:hover {
    background-color: #E5E9F2;
    border-radius: 6px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.form .form-btn {
    margin-top: 15px;
    width: 250px;
    height: 40px;
    background-color: var(--buttons);
    border: none;
    border-radius: 6px;
}

.date {
    margin-top: -20px;
}

.popup-footer {
    border-top: 1px solid rgba(0, 29, 110, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    color: var(--buttons);
    font-size: 12px;
    cursor: pointer;
}

.form .form-btn a {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width:900px) {
    .popup {
        display: none;
        position: absolute;
        /* inset: 104em 70px auto auto; */
        transform: translate(5%, -130%);
        width: 90%;
    }

    .form-1 {
        display: block;
    }

    .form .d-name {
        padding-left: 0px;
    }

    .date {
        margin-top: -20px;
    }

    .form .custom-2 {
        position: absolute;
        left: 70%;
        top: 44%;
    }

    .form .custom-1 {
        position: absolute;
        left: 68%;
    }

    .form-1 .custom-3 {
        position: absolute;
        top: 65%;
        left: 68%;
    }
}


