@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");

:root {
    --primary_color: #ae8f4b;
    --secondary-color: #b2a069;
    
    --white: white;
    --black: black;
}

* {
    font-family: "Roboto Slab", serif;
}

/* !Heading */
.main-heading {
    color: var(--primary_color);
    margin: 0;
    padding: 30px 0;
    margin: 0 auto;
}

/* !Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}

::-webkit-scrollbar-thumb {
    background: var(--primary_color);
    border-radius: 5px;
}

/* !Header Layout */
.navbar {
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-menu-wrapper {
    background: var(--primary_color);
    box-shadow: none;
    color: var(--black);
}

.mdi-menu::before {
    color: var(--white);
    font-weight: bold;
    font-size: 30px;
}

.navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    font-size: 30px;
    color: var(--black);
}

.navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item
    .nav-link
    .navbar-profile
    .navbar-profile-name {
    color: white;
    font-size: 16px;
}

.mdi-menu-down::before {
    color: white;
    font-size: 24px;
}

.navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item
    .nav-link
    .navbar-profile
    .img-xs {
    width: 50px;
    height: 50px;
}

.navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu.navbar-dropdown {
    background-color: var(--primary_color);
}

.navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu.navbar-dropdown
    .dropdown-divider {
    border-top: var(--white);
}

.navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu.navbar-dropdown
    .dropdown-item:hover {
    background: var(--secondary-color);
}

/* !Footer Layout */
.footer span {
    color: var(--black);
}

.footer span a {
    color: var(--primary_color);
}

/* !Sidebar Layout */
.sidebar,
.sidebar .sidebar-brand-wrapper {
    background: var(--primary_color);
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: var(--white);
}

.sidebar
    .nav:not(.sub-menu)
    > .nav-item:hover:not(.nav-category):not(.account-dropdown)
    > .nav-link,
.sidebar .nav .nav-item.active > .nav-link,
.sidebar .nav .nav-item.active > .nav-link::before {
    background: var(--secondary-color);
    transition-delay: 0.05s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in;
}

.sidebar .sidebar-brand-wrapper {
    height: 100px;
}

.sidebar .sidebar-brand-wrapper .brand-logo img {
    width: 190px;
    height: 80px;
    padding: 0;
}

.sidebar .sidebar-brand-wrapper .sidebar-brand.brand-logo-mini {
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-brand-wrapper .sidebar-brand.brand-logo-mini img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 10px;
}

.sidebar .nav {
    margin-top: 50px;
}

.sidebar .nav .nav-item .menu-icon {
    background: var(--white);
}

/* !User Edit Profile */
.user-edit-profile {
    color: var(--black);
    font-size: 14px;
}

.user-edit-profile form {
    height: 900px;
}

.user-edit-profile form span{
    font-size: 12px;
}

.user-edit-profile form .tab {
    display: none;
}

.user-edit-profile form .tab {
    height: 300px;
}

.user-edit-profile form .tab:first-child {
    display: block;
}

.user-edit-profile form .form-control:focus {
    border-color: var(--primary_color);
    box-shadow: none;
}

.user-edit-profile form input,
.user-edit-profile form select {
    -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
    box-shadow: 0 0 0 30px var(--white) inset !important;
    -webkit-text-fill-color: var(--black) !important;
    border: 1px solid var(--primary_color) !important;
}

.user-edit-profile form option {
    color: var(--black);
    background: var(--white);
    border: none !important;
}

.user-edit-profile form input:-webkit-autofill,
.user-edit-profile form input:-webkit-autofill:hover,
.user-edit-profile form input:-webkit-autofill:focus,
.user-edit-profile form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
    -webkit-text-fill-color: var(--black) !important;
}

.user-edit-profile form .btn {
    background: var(--secondary-color) !important;
    font-size: 18px !important;
    height: 40px !important;
    margin: 20px 0;
}

.user-edit-profile form .btn:hover {
    background: var(--primary_color) !important;
    transition-delay: 0.05s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in;
}

.user-edit-profile form .next-1 {
    width: 100% !important;
}

.user-edit-profile form .next-2 {
    width: 20% !important;
    float: right;
}

.user-edit-profile form .prev-1 {
    width: 20% !important;
    float: left;
}

/* !Form Layout */
.file-form {
    color: var(--black);
    border: none !important;
}

.file-form form {
    height: 600px;
}

.file-form form .form-control:focus {
    border-color: var(--primary_color);
    box-shadow: none;
}

.file-form form input[type="text"],
.file-form form input[type="date"],
.file-form form input[type="number"],
.file-form form input[type="email"],
.file-form form input[type="password"],
.file-form form input[type="file"],
.file-form form input[type="tel"],
.file-form form select {
    -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
    box-shadow: 0 0 0 30px var(--white) inset !important;
    -webkit-text-fill-color: var(--black) !important;
    border: 1px solid var(--primary_color) !important;
}

.file-form form input[type="checkbox"] {
    accent-color: var(--primary_color);
    font-size: 14px;
}

.file-form form option {
    color: var(--black);
    background: var(--white);
}

.file-form form input:-webkit-autofill,
.file-form form input:-webkit-autofill:hover,
.file-form form input:-webkit-autofill:focus,
.file-form form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
    -webkit-text-fill-color: var(--black) !important;
}

.file-form .tab {
    display: none;
}

.file-forme .tab:first-child {
    display: block;
}

.file-form form .btn {
    background: var(--secondary-color) !important;
    font-size: 18px !important;
    height: 40px !important;
    margin: 20px 0;
    width: 100% !important;
    border: none;
}

.file-form form .btn:hover {
    background: var(--primary_color) !important;
    transition-delay: 0.05s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in;
}

.file-form form .next-1 {
    width: 100% !important;
}

.file-form form .next-2 {
    width: 20% !important;
    float: right;
}

.file-form form .prev-1 {
    width: 20% !important;
    float: left;
}

.file-form #application-form{
    height: 900px;
}

/* !Table Layout */
.table-applications {
    color: var(--black);
}

.table-applications table.dataTable thead > tr > th {
    background-color: var(--primary_color);
    color: var(--white);
}

.table-applications table.dataTable tbody td {
    color: var(--black);
}

.table-applications .dataTables_wrapper label {
    font-size: 14px;
}

.table-applications .dataTables_wrapper .dataTables_length select {
    background-color: var(--white);
}

/* !Auth Layout */
.registration .login-card {
    background: var(--white) !important;
    opacity: 0.8;
    height: 540px;
}

.registration .registration-card {
    background: var(--white) !important;
    opacity: 0.8;
    height: 720px;
}

.registration .card .btn-submit {
    margin: 0;
}

.registration .card .btn-forgot {
    margin: 20px 0;
    background-color: white !important;
    font-size: 14px !important;
    color: var(--primary_color);
}

.registration .card .btn-forgot:hover {
    background-color: white !important;
}

.registration .card span{
    font-size: 10px;
}

.toggle-icon {
    cursor: pointer;
    border: none !important;   
    float: right !important;
    margin-top: -26px; 
    margin-right: 10px;
    color: var(--primary_color);
}

/* !Receipt Form */
/* #receipt_form{
    height: 250px;
} */

#receipt-form{
    height: 450px;
}

/* !Add Admin Form */
.add-admin{
    width: 500px;
    margin: 10px auto;
}

/* !Admin Dashboard */
.add-admin-btn{
    display: flex;
    justify-content: space-between;
}

.add-admin-btn .btn {
    background: var(--secondary-color) !important;
    font-size: 16px !important;
    height: 38px !important;
    margin: 20px 0;
    width: 180px !important;
    border: none;
}

.add-admin-btn .btn svg{
    font-size: 40px;
}

.add-admin-btn .btn i{
    font-size: 40px;
}

.add-admin-btn .btn:hover {
    background: var(--primary_color) !important;
    transition-delay: 0.05s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in;
}

.admin-files{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    row-gap: 20px;
}

.admin-files .card{
    width: 210px;
    height: 130px;
}

.admin-files .card{ 
    background: linear-gradient(180deg, rgba(185,153,83,1) 28%, rgba(201,180,112,1) 63%);
    padding: 20px;
    position: relative;
}

.admin-files .card h4{
    margin: 0;
}

.admin-files .card .icon i{
    position: absolute;
    font-size: 50px;
    top: 50px;
    right: 5px;
}

/* !Data Tables */
.table-applications .dataTables_wrapper label{
    text-transform: capitalize;
    display: flex ;
    flex-direction: row;
    font-size: 16px;
}

.table-applications .dataTables_wrapper .dataTables_length select {
    height: 25px;
    border-color: var(--primary_color);
    box-shadow: none;
    width: 200px;
}

.table-applications .dataTables_wrapper .dataTables_length select:focus{
    border-color: var(--primary_color);
    box-shadow: none;
    outline: none;
}

.dataTables_wrapper .dataTables_filter input{
    border-color: var(--primary_color);
    box-shadow: none;
    outline: none;
    font-size: 16px;
    height: 25px;
}

.dataTables_wrapper .dataTables_info{
    text-align: start;
}

#Table_ID_paginate{
    text-align: start;
    width: 100%;
    margin: 10px !important;
    display: flex;
    flex-direction: row;
    height: 40px;
    flex-direction: row-reverse;
}

#Table_ID_paginate span .paginate_button{
    height: 30px;
    padding: 3px 5px;
}

#Table_ID_paginate span .paginate_button:hover{
    background: var(--secondary-color) !important;
    border: none !important;
    transition-delay: 0.05s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

#Table_ID_paginate span .current{
    background: var(--secondary-color) !important;
    border: none !important;
    color: white !important;
}

#Table_ID_previous,
#Table_ID_next{
    width: 80px;
    font-size: 14px;
    background: var(--primary_color) !important;
    color: white !important;
    height: 30px;
    border-radius: 5px;
    margin-left: 10px;
    padding: 4px 5px;
}

#Table_ID_previous:hover,
#Table_ID_next:hover{
    background: var(--secondary-color) !important;
    border: none !important;
    transition-delay: 0.05s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in;
}

/* !Old Clients */
#old-user form{
    height: 920px !important;
}

#old-user form #tab2 {
    display: none;
}

#old-user form #tab3 {
    display: none;
}

#old-user form #tab3 input[type="checkbox"] {
    accent-color: var(--primary_color) !important;
    font-size: 14px;
}

/* !Password Reser */
#sign-up-form{
    width: 40%; 
    margin: 10px auto;
}

/* !Media Queries */
/* ?Styles for mobile devices */

@media (min-width: 300px) and (max-width: 576px) {
    .navbar {
        background: var(--primary_color);
    }

    .navbar .navbar-brand-wrapper {
        background: var(--primary_color);
        width: 150px;
    }

    .navbar .navbar-brand-wrapper .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding: 0;
    }
    .mdi-format-line-spacing::before {
        color: var(--white);
        width: 18px;
        height: 22px;
    }

    .navbar
        .navbar-menu-wrapper
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu.navbar-dropdown {
        width: 200px;
    }

    .sidebar .nav {
        margin-top: 20px;
    }

    .admin-files{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        row-gap: 20px;
    }

    .add-admin-btn .btn {
        font-size: 12px !important;
        width: 130px !important;
    }

    .user-edit-profile form {
        height: 1550px;
    }

    .file-form form .next-2 {
        width: 48% !important;
        float: right;
    }
    
    .file-form form .prev-1 {
        width: 48% !important;
        float: left;
    }

    .file-form #application-form{
        height: 1450px;
    }

    #sign-up-form{
        width: 80%; 
        margin: 10px auto;
    }
    
    .add-admin-btn .btn
    {
        font-size: 8px !important;
        height: 24px !important;
        width: 95px !important;
    }

    .add-admin-btn .btn svg{
        width: 14px;
        height: 16px;
    }

    #approved-btn{
        width: 600px !important;
    }

    .plus_icon{
        margin-bottom: 20px;
    }

    #edit_property{
        height: 750px;
    }

    #add_property{
        height: 950px;
    }

    #file_approval{
        height: 750px;
    }

    #receipt-form{
        height: 850px;
    }
}

@media (min-width: 577px) and (max-width: 767px){
    .navbar {
        background: var(--primary_color);
    }

    .navbar .navbar-brand-wrapper {
        background: var(--primary_color);
        width: 150px;
    }

    .navbar .navbar-brand-wrapper .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding: 0;
    }

    .mdi-format-line-spacing::before {
        color: var(--white);
        width: 18px;
        height: 22px;
    }

    .navbar
        .navbar-menu-wrapper
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu.navbar-dropdown {
        width: 200px;
    }

    .sidebar .nav {
        margin-top: 20px;
    }

    .admin-files{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        row-gap: 20px;
    }

    .admin-files .card{
        width: 250px;
        height: 130px;
    }

    .add-admin-btn .btn {
        font-size: 12px !important;
        width: 130px !important;
    }

    .user-edit-profile form {
        height: 1550px;
    }

    .user-edit-profile form .next-2 {
        width: 45% !important;
        float: right;
    }
    
    .user-edit-profile form .prev-1 {
        width: 45% !important;
        float: left;
    }

    .file-form #application-form{
        height: 1350px;
    }

    #sign-up-form{
        width: 60%; 
        margin: 10px auto;
    }
    
    #file_approval{
        height: 800px;
    }

    #add_property{
        height: 900px;
    }

    #edit_property{
        height: 800px;
    }

    #receipt-form{
        height: 900px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .navbar {
        background: var(--primary_color);
    }

    .navbar .navbar-brand-wrapper {
        background: var(--primary_color);
        width: 150px;
    }

    .navbar .navbar-brand-wrapper .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding: 0;
    }
    .mdi-format-line-spacing::before {
        color: var(--white);
        width: 18px;
        height: 22px;
    }

    .navbar
        .navbar-menu-wrapper
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu.navbar-dropdown {
        width: 200px;
    }

    .sidebar .nav {
        margin-top: 20px;
    }

    .admin-files{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        row-gap: 20px;
    }

    .admin-files .card{
        width: 150px;
        height: 130px;
    }

    .add-admin-btn .btn {
        font-size: 12px !important;
        width: 130px !important;
    }

    .user-edit-profile form {
        height: 900px;
    }

    .user-edit-profile form .next-2 {
        width: 30% !important;
        float: right;
    }
    
    .user-edit-profile form .prev-1 {
        width: 20% !important;
        float: left;
    }

    .file-form #application-form{
        height: 850px;
    }

    #sign-up-form{
        width: 40%; 
        margin: 10px auto;
    }

    
}

@media (min-width: 993px) and (max-width: 1199px){
    .navbar {
        background: var(--primary_color);
    }

    .navbar .navbar-brand-wrapper {
        background: var(--primary_color);
        width: 150px;
    }

    .navbar .navbar-brand-wrapper .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding: 0;
    }
    .mdi-format-line-spacing::before {
        color: var(--white);
        width: 18px;
        height: 22px;
    }

    .navbar
        .navbar-menu-wrapper
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu.navbar-dropdown {
        width: 200px;
    }

    .sidebar .nav {
        margin-top: 50px;
    }

    .admin-files{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        row-gap: 20px;
    }

    .admin-files .card{
        width: 170px;
        height: 130px;
    }

    .add-admin-btn .btn {
        font-size: 12px !important;
        width: 130px !important;
    }

    .user-edit-profile form {
        height: 900px;
    }

    .user-edit-profile form .next-2 {
        width: 20% !important;
        float: right;
    }
    
    .user-edit-profile form .prev-1 {
        width: 20% !important;
        float: left;
    }

    .file-form #application-form{
        height: 850px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar {
        background: var(--primary_color);
    }

    .navbar .navbar-brand-wrapper {
        background: var(--primary_color);
        width: 150px;
    }

    .navbar .navbar-brand-wrapper .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding: 0;
    }
    .mdi-format-line-spacing::before {
        color: var(--white);
        width: 18px;
        height: 22px;
    }

    .navbar
        .navbar-menu-wrapper
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu.navbar-dropdown {
        width: 200px;
    }

    .sidebar .nav {
        margin-top: 50px;
    }

    .admin-files{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        row-gap: 20px;
    }

    .admin-files .card{
        width: 240px;
        height: 130px;
    }

    .add-admin-btn .btn {
        font-size: 12px !important;
        width: 130px !important;
    }

    .user-edit-profile form {
        height: 950px;
    }

    .user-edit-profile form .next-2 {
        width: 20% !important;
        float: right;
    }
    
    .user-edit-profile form .prev-1 {
        width: 20% !important;
        float: left;
    }

    .file-form #application-form{
        height: 550px;
    }

    #sign-up-form{
        width: 40%; 
        margin: 10px auto;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .navbar {
        background: var(--primary_color);
    }

    .navbar .navbar-brand-wrapper {
        background: var(--primary_color);
        width: 150px;
    }

    .navbar .navbar-brand-wrapper .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding: 0;
    }
    .mdi-format-line-spacing::before {
        color: var(--white);
        width: 18px;
        height: 22px;
    }

    .navbar
        .navbar-menu-wrapper
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu.navbar-dropdown {
        width: 200px;
    }

    .sidebar .nav {
        margin-top: 50px;
    }

    .admin-files{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        row-gap: 20px;
    }

    .admin-files .card{
        width: 250px;
        height: 130px;
    }

    .add-admin-btn .btn {
        font-size: 12px !important;
        width: 130px !important;
    }

    .user-edit-profile form {
        height: 950px;
    }

    .user-edit-profile form .next-2 {
        width: 20% !important;
        float: right;
    }
    
    .user-edit-profile form .prev-1 {
        width: 20% !important;
        float: left;
    }

    .file-form #application-form{
        height: 800px;
    }

}
