﻿*{
    font-family:Arial
}
:root {
    --Inter:"Inter", sans-serif!important;
}
body {
    background-color: #F9FAFB;
}
header {
    background-color: #B12F9C;
    text-align:center;
    padding:24px;
}
footer {
    background-color: #B12F9C;
    padding:24px 24px 15px 24px; 
}
.btn {
    border-radius: 8px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.btn-previous,.btn-previous:focus,.btn-previous:hover, .btn-previous:active {
    background-color: white!important;
    border: 1px solid #0000001A!important;
    color: #0A0A0A!important;
}
.btn-next,.btn-next:focus,.btn-next:hover,.btn-next:active {
    background-color: #47003B!important;
    border: 1px solid #0000001A!important;
    color: #FFFFFF!important;
}
.card {
    border-top: 1px solid #0000001A;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-radius:10px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
     
}
.nav-link p { 
    font-weight: 400; 
    font-size: 13px; 
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color:black;
    font-family:var(--Inter);
}
.nav-link.active p, .nav-link.done p{
    font-weight:600; 
}
.nav-link .stepno {
    width: 32px;
    height: 32px; 
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #000000;
    border-radius:50%;
    justify-self:center;
    margin-bottom:10px;
}
.nav-link.active .stepno, .nav-link.done .stepno{
    background-color: #B12F9C;
    color: white;
}
.main-text-div {
    text-align: center;
    padding: 25px
}
    .main-text-div h2 {
        font-weight: 700;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        color: #101828;
    }
    .main-text-div p {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        color: #4A5565;
    }
.card-info{
    padding:20px 0px;
    text-align:center;
}
    .card-info h3 { 
        font-weight: 700; 
        font-size: 24px; 
        line-height: 27px;
        letter-spacing: 0px;
        text-align: center;
        color: #101828;
    }
    .card-info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        color: #B12F9C;
    }
.form-label {
    color: #0A0A0A; 
    font-weight: 400; 
    font-size: 14px; 
    line-height: 14px;
    letter-spacing: 0px;
}
.form-control,.form-select {
    background-color: #F3F3F5;
    font-size: 14px; 
}
    .form-control:focus,.form-select:focus {
        box-shadow: none;
        border-color: #F3F3F5;
        background-color: #F3F3F5;
    }
    .form-control::placeholder {
        color: #717182;
        font-size:14px;
    }
.select2-container .select2-selection--single {
    height: 34px !important; /* Same height as .form-control */
    background-color: #F3F3F5 !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
}

/* Selected text styling */
.select2-container .select2-selection__rendered {
    line-height: 36px !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    color: #495057 !important;
}

/* Arrow style */
.select2-container .select2-selection__arrow {
    height: 36px !important;
    right: 6px !important;
}

/* Focus effect same as bootstrap */
.select2-container--default.select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
}

/* Dropdown menu styling */
.select2-container .select2-dropdown {
    border-radius: 4px !important;
    font-size: 14px !important;
}
.select2-selection__placeholder {
    color: #6c757d !important;
    font-size: 14px !important;
}

.uploaddiv {
    border: 2px solid #D1D5DC;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    border-radius: 10px;
}
.file-label{
    text-align:center;
    cursor:pointer;
    display:inline-block;
}
    .file-label .click-text {
        width: 100%;
        text-align: center;
        display: block;
        color: #364153; 
        font-weight: 400; 
        font-size: 16px; 
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
    }
    .file-label .file-type-text {
        width: 100%;
        display: block;
        text-align: center;
        color: #6A7282; 
        font-weight: 400; 
        font-size: 16px; 
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
    }
.btn-addmore, .btn-addmore:focus, .btn-addmore:hover, .btn-addmore:active {
    border: 2px solid #0000001A!important;
    border-radius: 8px!important;
    color:black!important;
    font-weight:400;
    font-size:14px;
    outline:none;
    background-color: #FFFFFF;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.btn-addmore:hover {
    background-color: #F5E6F7;
    border-color: #B12F9C!important;
    color: #47003B!important;
}
.selectedfile {
    background-color: #F9FAFB;
    border-radius:10px;
    width:100%;
    display:flex;
    padding:8px 15px;
    justify-content:space-between;
    align-items:center;
}
    .selectedfile p {
        margin: 0px;
        font-size: 16px;
        color: #364153;
    }
    .selectedfile .btn {
        color: #E7000B;
    }
.two-divs {
    display: flex;
    width: 100%;
    border: 1px solid #E5E7EB;
    align-items: stretch;
    justify-items: center;
    border-radius: 8px;
    min-height: 250px;
    height: 250px;
}
.two-divs img{
    max-width:100%;
    overflow:hidden;
    object-fit:contain;
    max-height:215px;
    text-align:center;
}
.removeimage{
    position:absolute;
    right:10px;
    top:10px;
    z-index:99;
}
.removeCard {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}
.tag-item {
    position: relative;
    margin-right: 15px;
    background-color: #EAEAEA;
    padding: 5px 12px;
    border-radius:8px;
    color: #000000;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:2px;
    font-size:14px;
    font-weight:400;
}
    .tag-item .tag-close {
        background-color: #D4183D;
        color:white;
        position:absolute;
        height:15px;
        width:15px;
        border-radius:50%;
        cursor:pointer;
        display:flex;
        align-items:center;
        justify-content:center;
        right:-5px;
        top:-5px;
    }

.purple-note {
    background-color: #FAF5FF;
    color: #B12F9C;
    padding: 15px 20px;
    margin: 0px;
    border: 1px solid #E9D4FF;
    border-radius:8px;
}

.room-column {
    display: flex;
}

.room-card {
    width: 100%;
}

.room-card .remove-room {
    border-radius: 50%;
}

.room-name-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.room-name-row label {
    margin-bottom: 0;
    white-space: nowrap;
}

.room-name-row .room-name-input {
    flex: 1;
}

.room-name-row .remove-room {
    margin-left: auto;
}

.room-item-row label {
    display: block;
    margin-bottom: 6px;
}

.room-item-group {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.room-item-group .select2-container {
    width: 100% !important;
}

.room-item-group .room-upload-btn {
    border-color: #D1D5DC;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-item-group .room-upload-btn.has-files {
    background-color: #FAF5FF;
    border-color: #B12F9C;
    color: #47003B;
}

.tag-editor {
    min-height: 150px;
    background-color: #F3F3F5;
    border: 1px solid #D1D5DC;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    cursor: text;
}

.tag-editor::before {
    content: attr(data-placeholder);
    color: #717182;
    font-size: 14px;
    position: absolute;
    top: 12px;
    left: 12px;
    opacity: 0.7;
    pointer-events: none;
}

.tag-editor.has-tags::before,
.tag-editor:focus-within::before {
    display: none;
}

.tag-editor.has-tags::before {
    content: "";
}

.tag-editor .tag-input {
    border: none;
    background: transparent;
    min-width: 160px;
    flex: 1 1 160px;
    outline: none;
    font-size: 14px;
}

.tag-editor.is-invalid {
    border-color: #dc3545;
}

.tag-chip {
    background-color: #EAEAEA;
    border-radius: 999px;
    padding: 6px 30px 6px 12px;
    position: relative;
    font-size: 14px;
    color: #0A0A0A;
}

.tag-chip .tag-remove {
    border: none;
    background: transparent;
    color: #D4183D;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 2px;
    right: 6px;
    cursor: pointer;
    padding: 0;
}

/* Media Preview Strip */
.media-preview-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.media-thumbnail {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #D1D5DC;
    background-color: #F3F3F5;
    flex-shrink: 0;
}

.media-thumbnail-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.media-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-thumbnail-inner.is-video {
    background-color: #000;
}

.media-video-icon {
    position: absolute;
    color: white;
    font-size: 20px;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.media-remove-btn {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #D4183D;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.media-remove-btn:hover {
    background-color: #B0152E;
}

.media-badge {
    background-color: #B12F9C;
    border-color: #B12F9C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-badge .badge-text {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.media-thumbnail-readonly {
    cursor: default;
}

.media-thumbnail-readonly .media-remove-btn {
    display: none;
}

.media-fallback-text {
    font-size: 12px;
    color: #555;
    padding: 4px;
    text-align: center;
    display: inline-block;
}

.read-only-mode .tag-editor {
    cursor: default;
    background-color: #f7f7f7;
}

.read-only-mode .tag-editor .tag-input {
    display: none;
}

.read-only-mode .room-item-group.read-only,
.read-only-mode .tag-editor {
    opacity: 0.9;
}
.media-thumbnail-readonly {
    cursor: default;
}

.media-thumbnail-readonly .media-remove-btn {
    display: none;
}

.media-fallback-text {
    font-size: 12px;
    color: #555;
    padding: 4px;
    text-align: center;
    display: inline-block;
}

.read-only-mode .tag-editor {
    cursor: default;
    background-color: #f7f7f7;
}

.read-only-mode .tag-editor .tag-input {
    display: none;
}

/* Media Lightbox */
.media-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

.media-lightbox.d-none {
    display: none !important;
}

.media-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.media-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.media-lightbox-body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-lightbox-image,
.media-lightbox-video {
    max-width: 80vw;
    max-height: 75vh;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background-color: #000;
}

.media-lightbox-close {
    border: none;
    background: #D4183D;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

body.media-lightbox-open {
    overflow: hidden;
}

.overall-room-notes {
    margin-top: 15px;
    margin-bottom: 20px;
}

.overall-room-notes .auto-expand-textarea {
    min-height: 44px;
    overflow: hidden;
    resize: none;
}

.overall-boxes-column .boxes-count-select {
    margin-top: 8px;
    width: 100% !important;
    max-width: 100%;
    display: block;
}

.overall-boxes-column .form-label {
    display: block;
}