
.table-responsive {
    min-height: 125px !important
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a {
    text-align: left;
    padding: 5px 10px;
}

.pcoded .pcoded-navbar .pcoded-navigatio-lavel {
    padding: 10px 20px 5px !important;
}

.main-body .page-wrapper {
    padding: 0;
}

.navbar {
    line-height: 1.5em;
}

.navbar-white {
    background-color: #fff;
    color: #1f2d3d;
}

/*Tenat Landing Page CSS Start*/
.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(204,204,204,0.35);
    border-radius: 6px 6px 0 0;
}

    .custom-header .left {
        display: flex;
        align-items: center;
    }

    .custom-header i {
        margin-right: 8px;
    }

.table-tenant thead th {
    background-color: #62768b;
    color: white;
}

.card-tenant {
    padding: 15px;
}

.card-tenant {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

    .card-tenant .row {
        margin-top: 0 !important;
    }

    .card-tenant .form-group {
        margin-top: 0 !important;
    }

.sortable-header {
    cursor: pointer;
}

/*Tenat Landing Page CSS End*/

/*Tenat Manage Page CSS Start*/
.image-uploader-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 10px auto;
}

.square-image-upload {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 3px dashed #d3d3d3;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s;
}

.square-image-upload:hover {
    background-color: #e9f5ff;
}

.square-image-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.placeholder-content {
    z-index: 2;
    text-align: center;
    color: #6c757d;
    font-size: 0.9em;
    padding: 10px;
}

.square-image-upload input[type="file"] {
    display: none;
}

.square-edit-icon {
    position: absolute;
    bottom: 5px !important;
    right: 2px;
    background-color: #8a8b8a !important;
    color: white;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    border: 2px solid white !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.image-uploader-wrapper:hover .square-edit-icon {
    opacity: 1;
    pointer-events: auto;
}

/* Tenant Image Crop Modal Customization */
#imageToCropContainer {
    max-height: 350px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

/*Tenat Manage Page CSS End*/

/* All sides */
.border {
    border: 1px solid #dee2e6 !important;
}

/* Individual sides */
.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

/* Remove borders */
.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

/*.table thead th {
    background-color: aliceblue;
    border-bottom: none;
}*/

.loading-ct {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(217 217 217 / 30%);
    z-index: 999999;
}

.loading-partial {
    position: absolute;
    z-index: 999;
    height: 3em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/*FormField Css Start*/






/* Form Entry Css start */

.card-main-title {
    padding: 15px !important;
    background-color: #EEEEEE !important;
}

.icon-style {
    color: black !important;
}
/* --- Collapsed Card Status --- */
.card-summary-status {
    padding: 20px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
    color: #495057;
    font-size: 0.9rem;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-summary-status-container {
    padding: 10px 25px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
    color: #495057;
    font-size: 0.9rem;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-summary-flex-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.status-badge {
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

.badge-success-custom {
    background-color: #d4edda;
    color: #155724;
}

.badge-info-custom {
    background-color: #bee5eb;
    color: #0c5460;
}




/* Form and image styles */
.gallery-form {
    margin-bottom: 20px;
}

.form-control-custom {
    height: 30px;
    font-size: 0.9rem;
    margin-bottom: -6px;
}

.form-uploader-wrapper {
    position: relative;
    padding-top: 44.75%;
    height: 0;
    overflow: hidden;
}


.square-form-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px dashed #d3d3d3;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
}

.square-form-upload:hover {
    background-color: #e9f5ff;
}

.square-form-upload img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.placeholder-content {
    z-index: 2;
    text-align: center;
    color: #6c757d;
    font-size:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.placeholder-content i {
    font-size: 2em;
    margin-bottom: 8px;
}

.square-form-upload input[type="file"] {
    display: none;
}

.icon-overlay {
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    pointer-events: auto;
}

.form-uploader-wrapper:hover .icon-overlay {
    opacity: 1;
}

.pencil-icon {
    bottom: 5px;
    right: 5px;
    color: white;
    background-color: #8a8b8a !important;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
    font-size: 0.9rem;
}

.delete-icon {
    top: 5px;
    right: 5px;
    background-color: #8a8b8a !important;
    color: white;
    border-radius: 50%;
    padding: 6px 9px;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
    font-size: 0.9rem;
}

.upload-message {
    margin-top: 5px!important;
    font-size: 16px!important;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 4px;
    text-align: center;
}

.logo-uploader {
    padding-top: 0 !important;
    height: 260px !important;
}

.logo-uploader-sm {
    padding-top: 0 !important;
    height: 200px !important;
}

.card {
    /*    border-radius: 15px !important;*/
    overflow: hidden;
}

/* --- Transition Styles for Collapse/Expand --- */
.collapse-transition-enter-active, .collapse-transition-leave-active {
    transition: all 0.5s ease-in-out;
    /* Set max-height high enough to accommodate content */
    max-height: 1000px;
}

.collapse-transition-enter, .collapse-transition-leave-to {
    max-height: 0;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.card-body.transition-content {
    overflow: hidden;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.collapse-transition-enter-active.card-body, .collapse-transition-leave-active.card-body {
    will-change: max-height, opacity, padding;
}


/* Rich Text Label - Blue link style */
/*.rich-text-label {
    color: #007bff;
    font-size: 13px;
    text-decoration: none;*/ /* Removed underline to match the image precisely */
    /*cursor: pointer;
    font-weight: 500;
    background: none;
    border: none;
    padding: 0;
    outline: none;
}*/


.common-header {
    background-color: #FDFBEE !important;
    color: black !important;
    padding: 8px 12px !important;
    font-size: 1.2rem !important;
    display: flex !important;
    align-items: center !important;
}

.form-label-wrapper {
    display: inline-block;
    position: relative;
    padding-right: 11px;
}

/* Asterisk at top-right of label */
.required-asterisk {
    position: absolute;
    top: -1px !important;
    color: #dc3545; /* Bootstrap red */
    font-size: 7px !important;
}

.image-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ccc; /* circle border */
    background-color: #f9f9f9; /* subtle background */
    display: flex;
    border-color: #d3d3d3;
    color: #d3d3d3;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

    .image-circle:hover {
        /* blue border on hover */
        /* optional hover color */
    }


.flex-grow-1 {
    flex: 1 1 auto; /* ensures this section takes full remaining width */
    min-width: 0; /* crucial to allow flex child to shrink properly */
}

.no-pointer-common {
    pointer-events: none;
}

.custom-timeline-modal {
    max-width: 750px;
}

/* Form Entry Css End */

.note-toolbar .note-fontname .dropdown-toggle::after,
.note-toolbar .note-fontsize .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 8px;
    vertical-align: middle;
    position: static !important;
}

/* summer note custom css start */

.note-toolbar .note-fontname .dropdown-toggle,
.note-toolbar .note-fontsize .dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-right: 12px !important;
}


.note-toolbar .note-btn-group .note-btn {
    height: 35px !important;
}

.note-editor .note-toolbar .note-current-fontname,
.note-editor .note-toolbar .dropdown-toggle {
    color: black !important;
}

.note-toolbar .note-fontsize .dropdown-toggle {
    min-width: 60px !important;
}

.note-editor .note-toolbar {
    padding: 5px 5px !important;
}

/*.note-editor .card-header {
    padding: 5px 10px !important;
}*/


/* Toolbar background (kept grey from earlier) */
.note-editor .note-toolbar {
    background-color: #f2f2f2 !important;
/*    padding: 6px 10px !important;*/
}

    .note-editor .note-toolbar .note-btn i,
    .note-editor .note-toolbar .note-icon,
    .note-editor .note-toolbar .note-current-fontname,
    .note-editor .note-toolbar .note-current-fontsize,
    .note-editor .note-toolbar .dropdown-toggle,
    .note-editor .note-toolbar .note-btn {
        color: #000 !important;
    }

    .note-editor .note-toolbar .note-btn {
        background-color: white !important;
        border: 1px solid #ccc !important;
    }

        /* Dropdown hover effect */
        .note-editor .note-toolbar .note-btn:hover {
            background-color: #e6e6e6 !important;
        }

    .note-editor .note-toolbar .dropdown-menu {
        background-color: white !important;
        color: black !important;
    }

    .note-editor .note-toolbar .dropdown-toggle::after {
        border-top-color: #000 !important;
    }

    .note-editor .note-toolbar .note-btn {
        padding: 4px 8px !important;
    }


/* summer note custom css end */
.form-group {
    margin-bottom: 1em !important;
}

label {
    display: inline-block;
    margin-bottom: .2rem !important;
}

/*Media Manager CSS start */

.banner-uploader-wrapper {
    position: relative;
    width: 100%;
    height: 200px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* or 'cover' if you want it to fill fully */
}

.banner-image-upload input[type="file"] {
    display: none;
}

.banner-image-upload {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 3px dashed #d3d3d3;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s;
}

.banner-image-upload:hover {
    background-color: transparent;
}

.banner-image-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-uploader-wrapper:hover .icon-overlay {
    opacity: 1;
}


/*Media Manager CSS End */

.table.table-sm td, .table.table-sm th {
    padding: .4rem .25rem !important;
    font-size:small;
}
.card .custom-header h5 {
    margin-bottom: 0;
    color: #505458;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
}

.card .custom-header span {
    color: #919aa3;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.md-tabs .nav-item a {
    color: rgb(64, 78, 103);
    padding: 10px 0px !important;
}
.nav-tabs.tabs-left .slide {
    height: 48px;
    width: 4px;
    bottom: 0px;
}

.table td, .table th {
    white-space: normal !important;
    vertical-align: top;
}

.dropdown-item-sm {
    color: #666;
    padding: 5px 15px !important;
    font-size: 12px !important;
}

.td-audit-info {
    color: #919aa3 !important;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px !important;
    margin-bottom: 0px;
    font-size: small;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > 
.input-group-addon, .input-group-sm > .input-group-btn > .btn 
{
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
}
.add-item-btn {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    color: #6c757d;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 6px;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem);
}


.circle-image-upload {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px dashed #d3d3d3;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s;
}
.circle-image-upload:hover {
    background-color: #e9f5ff;
}

.circle-image-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;  Place image on top 
}
.circle-edit-icon {
    position: absolute;
    bottom: 10px !important;
    right: 15px !important;
    background-color: #8a8b8a !important;
    color: white;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    border: 3px solid white;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.image-uploader-wrapper:hover .circle-edit-icon {
    opacity: 1;
    pointer-events: auto;
}

[v-cloak] {
    display: none !important;
}


.select2-container {
    width: 100% !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    position: relative;
    height: 28px;
    font-size: 0.8rem;
    border-radius: 0.2rem;
    line-height: 13px;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    color: #495057;
    background-color: #ffff !important
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9C27B0 transparent transparent transparent
}

.action-icon-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: transparent;
    user-select: none;
    border: 1.5px solid;
}

.btn-outline-add {
    border-color: #28a745;
    color: #28a745;
}


.btn-outline-remove {
    border-color: #dc3545;
    color: #dc3545;
}

.action-icon-circle i {
    font-size: 12px;
    font-weight: bold;
}
.coupon-label {
    display: inline-block!important;
}

.coupon-label.required::after {
    content: "*"!important;
    color: red!important;
}
.pricing-core-label {
    display: inline-block !important;
}
.pricing-core-label.required::after {
    content: "*" !important;
    color: red !important;
}
.ck-powered-by,
.ck-powered-by__label {
    display: none !important;
}
.note-editor.note-frame {
    margin-bottom: 0 !important;
}
.timeline-label.required::after {
    content: "*" !important;
    color: red !important;
}

.input-group-default.inverse .input-group-addon {
    color: #8b8b8b;
    background-color: white;
}

.input-group-btn.borderd {
    border: 1px solid #ccc;
    background-color: white;
    border-right: none;
}

.input-group,
.list-box-item,
.component-editor,
.card,
.waves-effect {
    overflow: visible !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.tox-promotion {
    display: none !important;
}
.tox-statusbar__branding {
    display: none !important;
}
.drag-handle {
    cursor: move;
}

.sortable-ghost {
    opacity: 0.4;
}

.switchery-small {
    height: 16px;
    width: 28px;
}

.switchery-small > small {
    height: 15px;
    width: 15px;
}

.tox-tinymce-aux,
.tox-dialog-wrap,
.tox-dialog,
.tox-menu,
.tox-collection {
    z-index: 9999999999 !important;
}

