* {
    font-size: 16px;
}


:root {
    --main: #BD9B47;
    --indigo: #6610f2;
}

.dashboard-statistics-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistics-wrapper {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 12px;

}


/* Style the Image Used to Trigger the Modal */
.myImg {
    max-height: 170px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}

.disabled-btn {
    opacity: .5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* The Modal (background) */
.modal_img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.navbar {
    padding: 0 !important;
}

.user-panel {
    display: flex;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close_img_modal {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
}

.close_img_modal:hover,
.close_img_modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.statistics-icon img {
    border-radius: 8px;
    height: 120px;
}


.agents-icon {
    background-color: #f1c40f;
}

.users-icon {
    background-color: #c0392b;
}

.accepted-status-selected {
    background-color: #0fb9b1 !important;
}

.pending-status-selected {
    background-color: #f1c40f !important;
}

.rejected-status-selected {
    background-color: #c0392b !important;
}


.in_progress-status-selected {
    background-color: #2980b9 !important;
}

.delivered-status-selected {
    background-color: #d35400 !important;

}

.paid-status-selected {
    background-color: #27ae60 !important;

}

.statistics-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 15px;
}

.statistics-info h4 {
    font-weight: bold;
    margin-bottom: 0;
}

.statistics-info p {
    font-size: 25px;
    text-align: left;
    font-weight: normal;
}

.content-panel {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 50%) 0px -6px 6px -6px !important;
}

.edit-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.edit-icon i {
    color: #2c3e50;
    font-size: 32px;
}

.custom-page-header h1 {
    font-size: 26px;
}

.custom-table th {
    font-weight: bold;
}

.table-actions-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.entries-number-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}

.entries-number-wrapper select {
    border-radius: 5px;
}

.resource-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
    justify-content: center;
}

.table-search-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}

.search-table-input {
    width: 250px;
    border-radius: 10px;
    height: 40px;
    border: 0.3px solid #000;
}

.custom-page-header {
    margin-bottom: 20px;
}

.status-labels-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.fa.fa-eye {
    font-size: 20px;
}

.status-label {
    background-color: #bdc3c7;
    color: #fff;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.table-info-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

table.table-bordered {
    border: 1px solid #95a5a6;
    margin-top: 20px;
}

table.table-bordered > thead > tr > th {
    border: 1px solid #95a5a6;
}

table.table-bordered > tbody > tr > td {
    border: 1px solid #95a5a6;
}

.agent-details-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    width: 98%;
    margin: 20px auto 0;
    position: relative;
}

.agent-details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.agent-details-wrapper p {
    margin-bottom: 0;
    font-size: 18px;
}

.inline-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;

}

.inline-input-wrapper label {
    width: 25%;
    font-weight: normal;
}

.inline-input-wrapper input, .inline-input-wrapper select {
    border-radius: 10px;
}

.agent-profile-image {
    height: 150px;
    width: 150px;
    background: #34495e;
    border-radius: 50%;
}

.edit-agent-btn {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.action-btn {
    background: #34495e;
    color: #fff;
}

.action-btn:hover {
    color: #fff !important;

}

.submit-form-btn {
    border-radius: 10px !important;
    margin-top: 15px;
    width: 500px;
    background: #34495e;
    color: #fff;
}

.submit-form-btn:hover {
    color: #fff !important;

}

.add-agent-form-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}


.add-agent-form-container .inline-input-wrapper {
    width: 500px !important;
}

#main_image {
    display: none;
}

.profile-image-label {
    position: relative;
    margin-bottom: 15px;
}

#multiple_image {
    display: none;
}

.placeholder-user-image {
    width: 110px;
    border-radius: 10px;
    cursor: pointer;
}

.real-estate-agent-profile-img {
    width: 150px;
    border-radius: 50%;
}

.blog-post-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #bdc3c7;
}

.blog-post-details-container {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.blog-post-date-header {
    width: 20%;
}

.blog-post-content {
    width: 70%;
}

.blog-post-img {
    border: 1px solid #bdc3c7;
    width: 350px;
    border-radius: 20px;
}

.featured-blog-post {
    margin-left: 10px;
    background: #3c8cbc;
    padding: 0 4px;
    border-radius: 10px;
    color: #fff;
}

.add-property-header-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    position: relative;
}

.add-property-head-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 47%;
}

.add-property-input-group label {
    width: 15%;
}


.add-property-container {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.add-properties-flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-properties-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

}

.add-property-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}

.add-property-inline-input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.add-property-inline-input-group label {
    width: 60%;
    font-weight: normal;
}

.add-property-inline-input-group input, .add-property-inline-input-group select {
    border-radius: 10px;
}

.additional-information-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 85%;
    gap: 30px;
}

.additional-information-wrapper label {
    width: 9%;
    font-weight: normal;
}

.additional-information-wrapper textarea {
    border-radius: 10px;
}

.add-property-main-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    width: 80%;
}

.add-property-floors-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.add-property-features-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.features-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.features-wrapper .feature-item {
    font-weight: normal;
    min-width: 15%;
}

.add-property-images {
    max-width: 220px;
}

.features-label {
    width: 15%;
}

#features-container {
    width: 100%;
}

#feature-dependencies-container {
    width: 100%;
}


.property-date-input {
    width: 300px !important;
    border-radius: 10px !important;
}


.property-images {
    width: 180px;
    height: 180px;

    object-fit: cover;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #b2bec3;
}

.properties-gallery {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 70%;
}

/* Set the size of the div element that contains the map */
#map {
    height: 320px;
    /* The height is 400 pixels */
    width: 300px;
    /* The width is the width of the web page */
    border-radius: 20px;
}

.add-property-image {
    width: 300px;
    border-radius: 20px;
    cursor: pointer;
}

.property-img-wrapper {
    position: relative;
}

.remove-img-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 50%;
    background: #ecf0f1;
}

.map-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.add-property-images-container {
    width: 300px;
}

.sort-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sort-icons i:first-child {
    margin-bottom: -2px;
}

.sort-icons i:last-child {
    margin-top: -2px;
}

.sort-icons i {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.th-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#other_information {
    max-width: 80% !important;
}


.border-top-custom {
    border-top: 1px solid #ecf0f1;
    padding-top: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.main-placeholder-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 280px;
    background-color: rgb(193, 193, 193);
    border-radius: 10px;
    flex-direction: column;
    cursor: pointer;
    object-fit: contain;

}

.image-placeholder-text {
    color: #fff;
}


.delete-property-buttons-container {
    display: flex;
    justify-content: space-around;
    padding: 20px 0 30px;
}


.delete-property-btn {
    width: 25%;
    padding: 6px 0;
    font-size: 18px;
    border-radius: 4px;
    outline: none;
    border: none;
}

.confirm-delete-property-btn {
    background-color: #2ecc71;
    color: #fff;
}

.cancel-delete-property-btn {
    background-color: #e74c3c;
    color: #fff;
}

.confirm-delete-property-text {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

#deletePropertyModal {
    background-color: rgba(52, 152, 219, 0.3);
}

#deletePropertyModal .modal-dialog {
    width: 25%;
}

#deletePropertyModal .modal-content {
    border-radius: 12px;
}

.custom-modal-center {
    margin-top: 12% !important;
}

.delete-property-icon {
    font-size: 20px;
}


.append-element {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    padding: 6px 12px;
    border: 1px solid #d2d6de;
    border-left: none;
    margin-left: -10px;
    color: #555;
}

.input-with-append {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 85% !important;
}

.statistics-icon {

    justify-content: center;
    display: flex;
    align-items: center;
    width: 30%;
    background-color: #3c8dbc;
    color: #fff;
    border-radius: 12px;
}

.main-post-image {
    height: 300px;
    max-width: 350px;
    width: auto;
    margin: 0 auto 30px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    cursor: pointer;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 20px !important;
}

.header-language-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    z-index: 9999;
}

.swal2-popup.swal2-toast {
    padding: 2.5em !important;;
}


.main-image-post-td {
    max-width: 300px;
    max-height: 200px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    cursor: pointer;
}


.flex-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.flex-title i {
    font-size: 20px;
}


.stars-rating-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 2px;
    align-items: center;
}

.star-rating {
    color: #f39c12;
}

.modal-xxl {
    width: 90% !important;
    max-width:  90%  !important;
}

@media only screen
and (max-device-width: 1200px) {

    .responsive-th {
        width: 35% !important;
    }

    .menu-item-options-container {
        flex-direction: column !important;
    }

    .menu-options-table {
        width: 100% !important;
    }

    .inline-input-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .inline-input-wrapper p {
        width: 100% !important;
    }

    .flex-items {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 5px !important;
    }

    .add-property-images-container {
        margin: 0 auto;
    }

    .add-property-main-container {
        margin-left: 0 !important;
    }

    .process-resource > .add-property-inline-input-group {
        gap: 5px !important;
    }

    .process-resource {
        width: 100% !important;
    }

    .add-property-wrapper {
        gap: 10px !important;
    }

    .flex-items p {
        margin-bottom: 0;
    }

    .add-property-inline-input-group {
        flex-direction: column;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .modal-content {
        width: 100% !important;
    }

    .additional-information-wrapper {
        flex-direction: column;
        gap: 0 !important;
        width: 100% !important;
        align-items: flex-start !Important;
    }

    .add-property-main-container {
        width: 100% !important;
    }

    .dashboard-statistics-container {
        flex-direction: column !important;
        gap: 12px;
    }

    .table-actions-container {
        flex-direction: column !important;
        gap: 12px;
    }

    .statistics-wrapper {
        width: 90% !important;
    }

    .add-property-header-section {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .add-property-head-column {
        width: 90%;
    }

    .add-property-container {
        flex-direction: column !important;
    }

    .add-property-wrapper {
        flex-direction: column !important;
    }

    .table-info-footer-wrapper {
        flex-direction: column;
    }

    .table-info-footer {
        margin-bottom: 0;
    }
}

.flex-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.process-resource > .add-property-inline-input-group {
    justify-content: space-between;
    gap: 10px;
}

.process-resource {
    width: 45%;
    align-items: flex-start;
}

.process-resource > .add-property-inline-input-group > p {
    width: 25%;
}

.process-resource > .add-property-inline-input-group > input, .process-resource > .add-property-inline-input-group > select {
    width: 100%;
}

.input-group {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100%;
}

.input-group-append {
    padding: 5px 8px;
    color: #fff;
    background-color: #95a5a6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.input-group-append {
    padding: 5px 8px;
    color: #fff;
    background-color: #95a5a6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.slider {
    width: 60px;
}

.process-resource-input p {
    width: 50%;
}

.add-user-flex {
    width: 100%;
    gap: 10px;
}

.add-user-flex select {
    border-radius: 10px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


.enabled-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_input:checked + .slider {
    background-color: #2196F3;
}

.slider_input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.slider_input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 5px;
}

.switch-wrapper p {
    margin-bottom: 5px;
}

.preview-image {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
}

.menu-item-options-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 50px 0;
}


.menu-options-header {
    background-color: var(--main) !important;
    color: #fff;
    font-weight: bold;
}

.options-table-header {
    background-color: #dfe6e9;
}

.flex-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-items-list {
    padding-inline-start: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.subitem-order-list {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thin-border-bottom {
    border-bottom: .5px solid #bdc3c7;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.subitems-list {
    padding-inline-start: 10px;
}

.opacity-7 {
    opacity: .7;
}

.preview-image {
    max-height: 300px;
    border-radius: 8px;
}

.material-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.welding-svg-icon {
    background: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
}

.welding-svg-icon svg {
    width: 32px;
}

a {
    text-decoration: none !important;
}

[role=button] {
    cursor: pointer;
}

.flex-li-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    line-height: 20px;

    padding: 10px 15px;
}

.header-dropdown-menu {
    right: 5px !important;
    left: auto;
    top: 50px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.user-header {
    margin-top: -1px;
}

.price-label {
    font-weight: bold !important;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.ck-editor {
    width: 100% !important;
}

.responsive-th {
    width: 58%;
}

.product-actions-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.menu-options-header {
    background-color: var(--main) !important;
    color: #fff;
    font-weight: bold;
}

.custom-card {
    padding: 10px 12px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.hover-effect {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.hover-effect:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.website-logo {
    max-width: 400px;
    border-radius: 2px;
}

.remove-img {
    background-color: #c0392b;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: none;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.remove-img .fa-solid {
    font-size: 24px;
    color: #fff;

}

.preview-logo-container {
    position: relative;
    width: 400px;

}

.flex-li-item .sidebar-icon {
    background-color: #fff;
    width: 38px;
    padding: 3px 8px;
    border-radius: 20px;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: #3f3f3f;
}

.flag-icon {
    max-height: 30px;
    width: 100%;
}

.flag-description-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.flag-description-btn img {
    width: 20px;
}

.description-actions-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 85%;
}
