:root{--bs-body-font-family:"Nunito",sans-serif;--bs-body-font-size:0.9rem;--bs-body-line-height:1.6;--bs-body-bg:#f8fafc;}
.to-change {
    color: red;
    text-decoration: underline;
    text-decoration-color: red;
}


/* From Style.css wireframe              */


/*****************************************/


/* Fonts */

html {
    min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0 auto !important;
    font-family: "PT Sans", sans-serif;
    background-color: #f5f5f5 !important;
    color: #171717;
    /* almost black */
    max-width: 992px !important;
}


/** Header area CSS **/

.welcome-notes h3 {
    font-family: "Satisfy", cursive;
    font-size: 2.125rem;
}

.heading-area h3 {
    font-family: "Satisfy", cursive;
    font-size: 2.125rem;
}

.cursive-font {
    font-family: "Satisfy", cursive !important;
    font-size: 2.5rem !important;
}

.welcome-notes h1 {
    text-transform: capitalize;
}

.welcome-notes h1 img {
    display: inline;
}


/* Common CSS */

.container {
    width: 100%;
    background-color: #ffffff;
}

h1,
h2 {
    font-size: 2.25rem;
    margin-bottom: 0.25rem;
}

h5 {
    font-weight: bold !important;
}

p,
table td {
    font-size: 1.125rem;
    line-height: 1.5em;
}

table th {
    background-color: #eee !important;
}

.UX_note {
    font-size: 86%;
    font-weight: normal !important;
}

.client-status {
    background-color: #eee !important;
    padding: .5em;
    margin: 1em 1em 2em 0;
    border-radius: .75em;
}

.lock i {
    font-size: 16px;
}

.event-tabs a.nav-link:hover {
    color: #0e6efb !important;
}


/** Universal Form styling **/

input::placeholder {
    color: #aaa !important;
    opacity: 1;
    font-style: italic;
}

.fieldset,
fieldset {
    border: 1px solid #ccc !important;
    border-radius: 1em !important;
    padding: 1em !important;
    margin: 1em 0em !important;
}

.form-label,
.btn {
    font-size: 1.05rem;
}

input.edit-disabled {
    background-color: #dedede !important;
}

input[type="radio"] {
    margin-left: .5em;
    border: 1px solid;
}

input[type="radio"]:checked+label {
    color: blue;
}

input[type="checkbox"] {
    cursor: pointer;
}

#url {
    width: 80%;
}

#copy-url {
    float: right;
    display: inline-block;
    margin-top: -30px;
    margin-right: 40px;
}

#copy-alert {
    display: none;
    color: #0e6efb;
    float: right;
    margin-top: -35px;
    margin-right: -40px;
}

#copy-alert-venue {
    display: none;
    color: #0e6efb;
    margin-left: 10px;
}


/** Footer area CSS **/

footer p {
    font-size: 1rem;
}

.button-link {
    text-decoration: underline;
    /* Make the Sign Out <button> look like the sibling <a> footer links
       (the native button border/background were showing a gray box). */
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}


/* From admin.css wireframe              */


/*****************************************/


/* Common CSS */

.admin-login,
.customer-login,
.client-login {
    padding-bottom: 237px;
}

.brand-title h3 {
    font-family: "Satisfy", cursive;
    font-size: 2.5rem;
}

.admin-font h3 {
    font-family: "Satisfy", cursive;
    font-size: 2.5rem;
}


/* Header - Event CSS */

.event-logo img {
    width: 140px;
}

.account-page img {
    display: inline !important;
}


/* Breadcrum title */

.breadcrumb .fs-6 {
    font-size: 1.5rem !important;
}


/* Customers CSS */

.customers td {
    padding: 18px !important;
}


/* Photo icon CSS */

.photo-icon i {
    font-size: 3rem;
    color: #b6b4b4;
}

.company-photo {
    width: 100%;
    display: block !important;
    margin-bottom: 10px;
}


/* Upload file CSS */

.customer-editing .input-group {
    width: 60%;
}

.file-hide::-webkit-file-upload-button {
    visibility: hidden;
    position: relative;
    outline: none;
}

.file-hide::before {
    content: "Upload...";
    display: inline-block;
    font-style: italic;
    border: 2px solid #a3a3a3;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}

.header-logo img {
    margin: 0 auto;
    max-width: 300px;
}

.main-logo img {
    margin: 0 auto;
    max-width: 300px;
}


/* Client List CSS */

.date-created {}


/* User Management CSS */

#createAdmin {
    display: none;
}

.edit-user-btn {
    cursor: pointer;
}

.edit-permissions {
    display: none;
}


/* Venue CSS */

.copy-url {
    cursor: pointer;
    color: #0e6efb;
}


/* Event tabs CSS */

.event-tabs .nav {
    justify-content: space-between;
}

.event-tabs .nav .active {
    color: #0e6efb !important;
    position: relative;
}

.event-tabs .nav .active::after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #0e6efb;
    position: absolute;
    left: 0;
    bottom: -54%;
}


/* alert fade animations */

#alert {
    position: fixed;
    /* right: 40%; */
    margin: 0 auto;
    bottom: 0;
    background-color: white;
    margin-top: 10px;
    border: none;
    box-shadow: -3px 4px 9px #888888;
    z-index: 100;
}

.email-input:invalid {
    border: 1px solid #b02a37;
}

.wedding-input:invalid {
    border: 1px solid #b02a37;
}

.alert-success {
    border-left: 5px solid #146c43 !important;
}

.alert-danger {
    border-left: 5px solid #b02a37 !important
}

.alert-warning {
    border-left: 5px solid #997404 !important
}

.alert-info {
    border-left: 5px solid #087990 !important
}

.status-alert {
    height: 50px
}

.fade-out-image {
    animation: fadeOut 100s;
    -webkit-animation: fadeOut 100s;
    -moz-animation: fadeOut 100s;
    -o-animation: fadeOut 100s;
    -ms-animation: fadeOut 100s;
}

.login-link {
    color: #b02a37;
}

.edit-pdf {
    margin-top: 20px;
}

.icon-label {
    display: flex;
    align-items: center;
}

.icon-label img,
.icon-label svg {
    vertical-align: middle;
    margin-right: 5px;
}

#paymentPlanModal {
    overflow-y: hidden;
    max-height: 100%;
}

.planner-link {
    cursor: pointer;
}

.modal-dialog {
    height: 100%;
}

.modal-content {
    max-height: 90%;
    overflow-y: auto;
}

#milestoneTotalLabel {
    /* color: #6c757d !important; */
    /* Example */
}


/* Position the modal dynamically */

#monthlyDetailsModal {
    margin-top: 15%;
    /* Slightly push modal down */
}


/* Modal overlay styling */

.detail_overlay {
    background: #FFFFFF;
}

.detail_overlay th {
    background: #EEEEEE;
    font-family: Arial-BoldItalicMT, sans-serif;
    /* Fallback to sans-serif */
    font-size: 18px;
    letter-spacing: 1px;
    /* color: #E36749; */
    /* Removed for a cleaner look */
}


/* Modal title styling */

.detail_overlay .modal-title {
    color: #E36749;
    /* Highlight title in orange */
}


/* General modal text */

.detail_overlay p {
    font-family: ArialMT, sans-serif;
    /* Fallback to sans-serif */
    font-size: 15px;
    color: #000000;
}


/* Hover effect for clickable data */

[data-bs-toggle="modal"] {
    color: inherit;
    /* Keeps original color */
    text-decoration: none;
    /* Optional: Removes underline */
    transition: color 0.3s ease;
    /* Smooth transition */
}

[data-bs-toggle="modal"]:hover {
    color: #E36749;
    /* Hover color */
    cursor: pointer;
    /* Makes it clear the item is clickable */
}


/* Active state (clicked item) */

[data-bs-toggle="modal"].active {
    color: #E36749;
    /* Color remains after click */
}

@media (max-scroll: 200px 0) {
    .modal-dialog {
        position: fixed;
        top: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Lighter subtle form-field background (Bootstrap's --bs-secondary-bg-subtle
   was too dark on inputs). Loaded after Bootstrap, so this wins. */
.bg-secondary-subtle {
    background-color: #f3f4f6 !important;
}

/* Drop the thick gray rule under page headers globally (they were marked up
   with border-5 border-bottom border-dark-subtle/-secondary-subtle). */
header.container {
    border-bottom: 0 !important;
}