@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
    font-family: "Circular-Regular";
    src: url("../fonts/CircularStd-Book.ttf");
}

@font-face {
    font-family: "Circular-Bold";
    src: url("../fonts/CircularStd-Bold.ttf");
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}
body{
    overflow-x: hidden;
}

.green {
    color: #1ca08b;
    font-family: "Playfair Display", serif;
}

.color-green {
    color: #1ca08b;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.playfair {
    font-family: "Playfair Display", serif;
}

.border-b-black {
    border-bottom: 1px solid black !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    border-bottom: 1px solid #adadad;
}

.badge-light-success {
    color: #00a38e !important;
    background: rgba(0, 163, 142, 0.1019607843) !important;
}

.badge-light-danger {
    color: #ef4770 !important;
    background: rgba(239, 71, 112, 0.1019607843) !important;
}

.badge-light-primary {
    color: #6950e8 !important;
    background: rgba(105, 80, 232, 0.1019607843) !important;
}

.para-color {
    color: #121d2f;
}

.clamp-text-two {
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-60 {
    font-size: 60px;
}

.white-nowrap {
    white-space: nowrap;
}

.word-break {
    word-break: break-all;
}

.form-control,
.form-select {
    border: 1px solid #111d2f !important;
    border-radius: 0 !important;
    height: 40px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
}

textarea {
    height: auto !important;
}

.form-control::placeholder {
    color: rgba(102, 112, 133, 0.4) !important;
}

.fs-60 {
    font-size: 60px;
}

input::placeholder {
    color: #667085;
}

.max-100 {
    max-width: 100% !important;
}

.max-50 {
    max-width: 50% !important;
}

.font-gray {
    color: #6b7280 !important;
}

.bq-black-btn {
    max-width: 265px;
    width: 100%;
    border-radius: 0 !important;
    height: 56px;
    background-color: black !important;
    color: white !important;
}

.bq-black-small {
    border-radius: 0 !important;
    height: 48px;
    background-color: black !important;
    color: white !important;
}

.bq-gray-btn {
    max-width: 265px;
    width: 100%;
    border-radius: 0 !important;
    height: 56px;
    background-color: #e7e8ea !important;
    color: black !important;
}

.bouqu-front-body {
    font-family: "Circular-Regular";
}

.auth-body {
    font-family: "Circular-Regular";
}

.bq-header {
    padding: 100px 0;
}

.bq-header-heading h1 {
    font-weight: 800;
    font-size: 60px;
}

.bq-product-card {
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.bq-product-card img {
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
    transition: transform 0.3s;
    width: 100%;
}

.bq-product-card:hover img {
    transform: translateY(-50px);
}

.bq-product-card:hover .hover-box {
    bottom: 0;
    /* Slide in the white box */
}

.hover-box {
    position: absolute;
    bottom: -100%;
    /* Hide it off-screen */
    left: 0;
    width: 100%;
    background-color: white;
    padding: 20px;
    transition: bottom 0.3s;
    z-index: 1;
}

.bq-product-row {
    border: 1px solid #121d2f;
}

.bq-product-row > div {
    border: 1px solid #121d2f;
}

.big-heading {
    font-size: 60px;
    font-weight: 500;
    text-align: start;
}

.bq-register-row > div {
    border: 1px solid #121d2f;
}

.bq-explore-row > div {
    border: 1px solid #121d2f;
}

.bq-register-card {
    min-height: 312px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
}

.bq-explore-content {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.bq-explore-content h1 {
    font-size: 48px;
    font-weight: 600;
}

.newsletter-input {
    width: min(100%, 351px) !important;
    border-radius: 0 !important;
    height: 48px;
}

.bq-newsletter-row {
    padding: 80px 0px;
}

footer {
    background-color: #121d2f;
    padding-inline: 20px;
    padding-top: 70px;
    padding-bottom: 20px;
}

footer a {
    color: white !important;
    font-size: 18px !important;
    margin-block-end: 20px;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.66);
}

footer img {
    max-width: 400px;
}

footer h2 {
    max-width: 445px;
    padding-top: 20px;
}

footer a:last-child {
    margin-block-end: 0 !important;
}

.footer-content {
    border-bottom: 2px solid #ffd100;
    color: white;
    font-size: 24px;
    letter-spacing: 3px;
    display: inline-block;
    padding-top: 10px;
}

.bq-prduct-heading {
    font-size: 60px;
    text-align: center;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 30px;
}

.pr-nav-pills .nav-item {
    flex-basis: 50%;
}

.pr-nav-pills .nav-item button {
    width: 100%;
}

.pr-nav-pills .nav-link {
    border: 1px solid black;
    border-radius: 0 !important;
    color: black;
    min-height: 72px;
    font-size: 20px;
}

.pr-nav-pills .nav-link:hover {
    color: black;
}

.pr-nav-pills .nav-link.active {
    background-color: black !important;
    color: white !important;
}

.pr-detail-img {
    max-width: 600px;
    min-height: 600px;
    object-fit: cover;
    width: 100%;
}

.pr-detail-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.pr-detail-header h1 {
    font-weight: 600;
}

.bq-pr-detail .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.bq-pr-detail .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.bq-pr-detail .accordion-button::after {
    transition: all 0.5s;
}

.bq-pr-detail .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding-inline: 10px !important;
    box-shadow: none !important;
    border-bottom: 1px solid black;
    border-radius: 0 !important;
}

.bq-pr-detail .accordion-item {
    border: none;
    border-radius: 0 !important;
}

.bq-pr-detail .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.counter-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-box #decrease-btn,
.counter-box #increase-btn {
    background-color: #1ca08b;
    color: white;
    width: 56px;
    height: 56px;
    border: none;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.counter-box span {
    width: 40px;
    text-align: center;
    font-size: 20px;
}

.add-to-cart {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    height: 56px;
    width: 100%;
}

.pr-detail-right-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.inquiry-modal .modal-content {
    border-radius: 0 !important;
}

.inquiry-modal .modal-header {
    border: none;
    justify-content: space-between;
}

.inquiry-modal .modal-header h1 {
    font-size: 32px;
    font-weight: 600;
}

.inquiry-modal .modal-body button {
    max-width: fit-content;
    padding-inline: 20px;
    margin-top: 20px;
}

.bq-company-register .custom-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #14213d;
    color: #fff;
    border: none;
    padding: 20px;
    flex: 1;
}

.bq-company-register .custom-tabs .nav-link:not(.active) {
    background-color: #f8f9fa;
    color: #6c757d;
}

.bq-company-register .custom-tabs .tab-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.bq-company-register .custom-tabs .tab-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d9d9d9;
    display: inline-block;
}

.bq-company-register .custom-tabs .active .tab-icon {
    background-color: #fff;
    color: #14213d;
}

.bq-company-register .custom-tabs .nav-link.active {
    background-color: #14213d;
    color: white;
}

.bq-company-register .custom-tabs .completed .tab-icon {
    background-color: #fff;
    color: #28a745;
}

.bq-company-register .custom-tabs .completed .tab-icon::before {
    content: "✓";
    /* Unicode tick icon */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #28a745;
}

.bq-regsiter-form .nav-item {
    flex: 1;
}

.bq-regsiter-form .nav-pills {
    border-top: 1px solid #111d2f;
    border-bottom: 1px solid #111d2f;
}

.bq-regsiter-form .nav-link {
    min-height: 192px;
    border-radius: 0 !important;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bq-regsiter-form .nav-link:hover {
    color: black !important;
}

.bq-regsiter-form .nav-link.active {
    background-color: #111d2f !important;
}

.bq-regsiter-form .nav-link.active .pills-outer-circle {
    background-color: white;
    border: 2px solid white;
}

.bq-regsiter-form .nav-link.active .pills-inner-circle {
    background-color: #111d2f;
}

.bq-regsiter-form .nav-link.active:hover {
    color: white !important;
}

.bq-regsiter-form .pills-outer-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #eaecf0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bq-regsiter-form .pills-inner-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #eaecf0;
}

.bq-regsiter-form .bq-reg-tab-name {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    padding-top: 15px;
}

.bq-regsiter-form .register-process-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-top: 20px;
}

.bq-regsiter-form .register-process-btns button {
    max-width: 130px;
}

.uploaded-image-container {
    width: 100%;
    height: 150px;
    /* Adjust height according to your card size */
    border-radius: 6px;
    border: 1px solid #eaecf0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.uploaded-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Ensure image fits without distortion */
    display: none;
    /* Initially hidden */
}

.uploaded-image-container #upload-text {
    display: block;
}

.detail-upload-card {
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgb(234, 236, 240) !important;
    border-radius: 0 !important;
    padding: 20px 0;
    min-height: 126px;
}

.image-input {
    box-sizing: border-box;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: hsl(0, 0%, 96%);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 1px 10px 0 hsla(0, 0%, 0%, 0.15);
    margin: 0 12px 12px 0;
}

.image-input:before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 419.2 419.2"><circle cx="158" cy="144.4" r="28.8"/><path d="M394.4 250.4c-13.6-12.8-30.8-21.2-49.6-23.6V80.4c0-15.6-6.4-29.6-16.4-40C318 30 304 24 288.4 24h-232c-15.6 0-29.6 6.4-40 16.4C6 50.8 0 64.8 0 80.4v238.8c0 15.6 6.4 29.6 16.4 40 10.4 10.4 24.4 16.4 40 16.4h224.4c14.8 12 33.2 19.6 53.6 19.6 23.6 0 44.8-9.6 60-24.8 15.2-15.2 24.8-36.4 24.8-60s-9.6-44.8-24.8-60zM21.2 80.4c0-9.6 4-18.4 10.4-24.4 6.4-6.4 15.2-10.4 24.8-10.4h232c9.6 0 18.4 4 24.8 10.4 6.4 6.4 10.4 15.2 10.4 24.8v124.8l-59.2-59.2c-4-4-10.8-4.4-15.2 0L160 236l-60.4-60.8c-4-4-10.8-4.4-15.2 0l-63.2 64V80.4zM56 355.2v-.8c-9.6 0-18.4-4-24.8-10.4-6-6.4-10-15.2-10-24.8v-49.6L92 198.4l60.4 60.4c4 4 10.8 4 15.2 0l89.2-89.6 58.4 58.8-3.6 1.2c-1.6.4-3.2.8-5.2 1.6-1.6.4-3.2 1.2-4.8 1.6-1.2.4-2 .8-3.2 1.6-1.6.8-2.8 1.2-4 2l-6 3.6c-1.2.8-2 1.2-3.2 2-.8.4-1.2.8-2 1.2-3.6 2.4-6.8 5.2-9.6 8.4-15.2 15.2-24.8 36.4-24.8 60 0 6 .8 11.6 2 17.6.4 1.6.8 2.8 1.2 4.4 1.2 4 2.4 8 4 12v.4c1.6 3.2 3.2 6.8 5.2 9.6H56zm322.8 0c-11.6 11.6-27.2 18.4-44.8 18.4-16.8 0-32.4-6.8-43.6-17.6-1.6-1.6-3.2-3.6-4.8-5.2-1.2-1.2-2.4-2.8-3.6-4-1.6-2-2.8-4.4-4-6.8-.8-1.6-1.6-2.8-2.4-4.4-.8-2-1.6-4.4-2-6.8-.4-1.6-1.2-3.6-1.6-5.2-.8-4-1.2-8.4-1.2-12.8 0-17.6 7.2-33.2 18.4-44.8 11.2-11.6 27.2-18.4 44.8-18.4s33.2 7.2 44.8 18.4c11.6 11.6 18.4 27.2 18.4 44.8 0 17.2-7.2 32.8-18.4 44.4z"/><path d="M341.6 267.6c-.8-.8-2-1.6-3.6-2.4-1.2-.4-2.4-.8-3.6-.8h-.8c-1.2 0-2.4.4-3.6.8-1.2.4-2.4 1.2-3.6 2.4l-24.8 24.8c-4 4-4 10.8 0 15.2 4 4 10.8 4 15.2 0l6.4-6.4v44c0 6 4.8 10.8 10.8 10.8s10.8-4.8 10.8-10.8v-44l6.4 6.4c4 4 10.8 4 15.2 0 4-4 4-10.8 0-15.2l-24.8-24.8z"/></svg>');
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 52%;
    top: 52%;
    opacity: 0.3;
    transition: opacity 200ms;
    transform: translate(-50%, -50%);
}

.image-input.isUploading::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 32px;
    top: 32px;
    opacity: 0.3;
    border-radius: 50%;
    border: 2px solid;
    border-color: transparent currentColor currentColor currentColor;
    animation: spin 600ms linear infinite;
}

.image-input.isUploading::before {
    display: none;
}

.image-input input[type="file"] {
    opacity: 0;
    display: block;
    height: 100px;
    pointer-events: none;
}

.image-input img {
    position: absolute;
    display: block;
    border-radius: 4px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 200ms;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    background: white;
    z-index: 1;
}

.image-input img[src=""] {
    opacity: 0;
    pointer-events: none;
}

.image-input .image-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    border: none;
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    cursor: pointer;
}

.image-input .image-remove::before,
.image-input .image-remove::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 4px;
}

.image-input .image-remove::before {
    transform: rotate(45deg);
}

.image-input .image-remove::after {
    transform: rotate(-45deg);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.submit-detail {
    max-width: 70%;
    margin: auto;
}

.submit-confirmation {
    border-top: 1px solid black;
    margin-top: 100px;
    padding-top: 20px;
}

.order-search-input {
    border: 1px solid #e5e7eb;
    background-color: #f6f7f8;
    width: min(100%, 393px);
    height: 48px;
    padding-left: 42px;
    padding-right: 20px;
}

.order-bordered {
    border: 1px solid black;
}

.header-bordered {
    border-bottom: 1px solid black;
}

.my-order-tbl th {
    color: #6b7280 !important;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}

.my-order-tbl th,
.my-order-tbl td {
    border-bottom: 1px solid black !important;
    padding: 20px !important;
    vertical-align: middle;
    white-space: nowrap;
}

.my-order-tbl td {
    color: #6b7280 !important;
}

.my-order-tbl td a {
    color: #6b7280;
}

.my-order-tbl td img {
    width: 57px;
    height: 57px;
    border-radius: 10px;
}

.order-detail {
    border-top: 1px solid black;
    padding: 25px;
}

.order-detail .order-header {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.order-detail .bq-black-small {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-detail b {
    color: #858c98;
    font-size: 14px;
}

.order-detail span {
    font-weight: 700;
}

.order-product-card {
    border: 1px solid black !important;
    border-radius: 0 !important;
}

.order-product-card .card-title {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    font-weight: 600;
}

.order-product-card b {
    color: #858c98;
    font-size: 14px;
}

.order-product-card span {
    font-weight: 700;
}

.order-product-card img {
    height: 100%;
}

.approval-modal-btn button:nth-child(1) {
    border: 1px solid #111d2f !important;
    border-radius: 0 !important;
    color: #111d2f !important;
    height: 40px;
}

.approval-modal-btn a {
    background-color: #111d2f;
    color: white !important;
    border-radius: 0 !important;
    height: 40px;
}

.ticket-create-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ticket-create-btns .btn {
    max-width: fit-content;
    padding-inline: 40px;
}

.ticket-create-form {
    border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
    padding-right: 25px;
}

.ticket-create-pr-img {
    max-width: 143px;
    height: 114px;
    width: 100%;
    object-fit: cover;
}

.bq-ticket-row {
    border-top: 1px solid black;
    padding: 25px;
    margin-bottom: 50px;
}

.message-area {
    padding-bottom: 30px;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chat-area .modal-content {
    max-height: 810px !important;
    overflow-y: auto !important;
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

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

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00db75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
    display: flex;
    gap: 20px;
}

.msg-body ul li.sender p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f3f4f6;
    color: #6b7280;
    display: inline-block;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    width: 100%;
    text-align: right;
    position: relative;
    display: flex;
    gap: 5px;
    justify-content: end;
    flex-direction: column;
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #00a38e;
    display: inline-block;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: "";
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    background: #f6f7fa;
    border-radius: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #f6f7fa;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}
.invisible-on-load {
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .border-right-gray-two {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .border-right-gray-one {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 768px) {
    .border-right-gray-one {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.order-destination-btn {
    border: 1px solid rgb(234, 236, 240) !important;
    border-radius: 0;
    width: 100%;
    min-height: 100px;
}

@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }

    .chatlist {
        width: 100%;
    }

    .chatbox {
        width: 100%;
        position: static;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }

    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }

    .msg-head h3 {
        font-size: 14px;
    }

    .msg-head p {
        font-size: 12px;
    }

    .msg-head .flex-shrink-0 img {
        height: 30px;
    }

    .send-box button {
        width: 100%;
    }

    .send-box .form-control {
        width: 70%;
    }

    .chat-list h3 {
        font-size: 14px;
    }

    .chat-list p {
        font-size: 12px;
    }

    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

.active-user {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1ca08b;
}

.progress-container {
    border: 1px solid #d0d5dd;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    height: 24px;
    font-size: 12px !important;
}

.request-user-left {
    color: #6b7280;
    gap: 8px;
    white-space: nowrap;
    padding-top: 5px;
}

.user-chats {
    padding: 5px;
}

.user-chats:hover {
    background-color: rgba(0, 163, 142, 0.22);
}

.file-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.chat-left-row {
    border: 1px solid black;
}

.navbar-toggler i {
    font-size: 28px;
    color: #1ca08b;
}

.product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid black;
}

.product-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.3s ease;
    border-bottom: 1px solid black;
}

.thumbnails {
    display: flex;
    transition: 0.3s ease;
    border-bottom: 1px solid black;
}

.thumbnails img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    flex: 1;
    max-width: 80px;
    height: 100px;
    border-right: 1px solid black;
}

.big-img {
    transition: bottom 0.3s ease;
}

.product-info {
    position: absolute;
    bottom: -125px;
    width: 100%;
    background: white;
    color: black;
    padding: 0 15px 20px 15px;
    transition: bottom 0.3s ease;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-card:hover .product-info {
    bottom: 0;
}

.product-card:hover .thumbnails {
    transform: translateY(-120px);
}

.product-card:hover .big-img {
    transform: translateY(-120px);
}

.all-collection-row {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.newsletter-desc {
    color: rgb(71, 84, 103);
}

.newsletter-desc a {
    color: rgb(71, 84, 103);
}

.bottom-footer {
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    max-width: 1000px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.bottom-footer p {
    font-size: 12px;
}

.bq-pr-detail .carousel-item img {
    height: 600px;
    object-fit: cover;
}

.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags > * {
    flex: 1;
}

.tag {
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.tag.active {
    background-color: black;
    color: white;
}

.destination-address-view {
    background-color: rgb(231, 232, 234);
    min-height: 140px;
}

#paymentAccordion .accordion-header {
    background-color: rgb(245, 245, 245);
    padding: 10px;
}

#paymentAccordion .accordion-body {
    background-color: rgb(245, 245, 245);
}

#paymentAccordion .form-check-input {
    width: 20px;
    height: 20px;
    float: unset;
    margin-top: 12px;
}

#paymentAccordion .form-check-input:checked {
    background-color: #111d2f !important;
    border-color: #111d2f !important;
}

#paymentAccordion .form-check-input:focus {
    box-shadow: none;
}

#confirmationModal .bq-black-btn {
    max-width: fit-content;
}

.proof-payment-view {
    max-width: 300px;
    border: 3px solid black;
    position: relative;
}

.proof-payment-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
    background-color: white !important;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid rgb(234, 236, 240) !important;
}

.proof-payment-close img {
    max-width: 10px;
}

.color-selector {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
}

.color-selector input[type="radio"] {
    display: none;
}

.color-selector input[type="radio"]:checked + .color-circle {
    border: 3px solid white;
    /* Add border for the selected color */
    outline: 2px solid black;
}

.color-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
}

.animate__delay-05s {
    animation-delay: 0.5s !important;
}

@media (max-width: 992px) {
    .bq-pr-detail {
        margin: 20px 0;
    }

    .pr-detail-right-content > * {
        margin-block-start: 20px;
    }

    .pr-detail-img {
        max-width: 100%;
        min-height: 200px;
    }

    .order-product-card img {
        height: 400px !important;
        max-width: 100% !important;
        object-fit: cover;
    }

    .ticket-create-form {
        border-right: 0;
    }

    .navbar-collapse .navbar-nav {
        padding-top: 20px;
        gap: 10px !important;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        border-bottom: none;
    }

    .bq-header {
        padding: 60px 0;
    }

    .bq-header-heading h1 {
        font-size: 45px;
    }

    .bq-register-card {
        min-height: 250px;
    }

    .bq-product-card {
        min-height: 370px;
    }

    .bq-product-card img {
        min-height: 370px;
        max-height: 370px;
    }

    .bq-ex-img-rsp {
        order: 2;
    }

    .bq-newsletter-row {
        padding: 60px 50px;
        text-align: center;
    }

    .newsletter-form {
        justify-content: center;
        padding-top: 20px;
    }

    .footer-content {
        font-size: 18px;
        letter-spacing: 0px;
    }

    footer img {
        max-width: 180px;
    }

    .big-heading {
        font-size: 45px;
    }

    .bq-explore-content h1 {
        font-size: 45px;
    }

    .bq-prduct-heading {
        font-size: 45px;
    }

    .pr-nav-pills .nav-link {
        min-height: 60px;
    }

    .fs-60 {
        font-size: 45px;
    }

    .bq-regsiter-form .nav-link {
        text-align: center;
        min-height: 150px;
    }

    .submit-confirmation {
        margin-top: 50px;
    }

    .submit-detail .max-50 {
        max-width: 80% !important;
    }

    .chat-area {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .order-bordered .header-bordered img {
        top: 33px !important;
    }

    .bottom-footer {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .footer-logo-col {
        order: 3;
    }
}

@media (max-width: 576px) {
    .white-wrap {
        white-space: wrap;
    }

    .bq-header-heading h1 {
        font-size: 30px;
        text-align: center;
    }

    .bq-black-btn,
    .bq-gray-btn {
        height: 45px;
    }

    .bq-header {
        padding: 35px 0;
    }

    .big-heading {
        font-size: 35px;
        text-align: center;
    }

    .bq-explore-content h1 {
        font-size: 35px;
        text-align: center;
    }

    .bq-explore-content p {
        text-align: justify;
    }

    .bq-prduct-heading {
        font-size: 35px;
        text-align: center;
    }

    .pr-nav-pills .nav-link {
        min-height: 40px;
        font-size: 16px;
    }

    .bq-product-row .bq-pr-link-card {
        align-items: flex-start !important;
    }

    .bq-product-row .bq-pr-link-card h1 {
        text-align: start !important;
    }

    .fs-60 {
        font-size: 35px;
    }

    .bq-regsiter-form .nav-link p {
        font-size: 13px;
    }

    .rsp-tbl-data {
        min-width: 200px;
    }

    .bq-my-orders {
        padding: 20px;
    }

    .order-product-card .col {
        flex-basis: 100% !important;
    }

    .chat-left-row {
        border: none;
    }

    .chatbox {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .order-search-input {
        width: 100%;
    }

    footer a {
        font-size: 15px !important;
    }

    footer img {
        max-width: 120px;
    }

    .footer-content {
        font-size: 15px;
    }

    .bq-pr-detail .carousel-item img {
        height: 450px;
    }
}

@media (max-width: 450px) {
    p,
    label {
        font-size: 14px !important;
    }

    .bq-black-btn {
        font-size: 13px !important;
    }

    .bq-gray-btn {
        font-size: 13px !important;
    }

    .pr-nav-pills .nav-link {
        font-size: 13px;
    }

    .send-box .bq-black-small {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step-form-subtext {
        display: none !important;
    }

    .bq-regsiter-form .bq-reg-tab-name {
        max-width: 80px;
    }

    .bq-regsiter-form .nav-link {
        min-height: 110px;
    }
}

/*# sourceMappingURL=frontend.css.map */

#counter {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
}

.search-input {
    width: 100%;
    padding: 15px 12px 15px 40px;
    /* Padding adjusted for the icon */
    font-size: 16px;
    border-radius: 12px;
    /* Rounded corners */
    border: 1px solid #e0e0e0;
    /* background-color: #f8f8f8; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: all 0.3s ease;
    border-color: rgba(229, 231, 235, 1) !important;
    color: rgb(90, 95, 104) !important;
    background-color: rgb(122 127 126 / 5%) !important;
}

.search-input::placeholder {
    color: #8c8c8c;
    font-family: "Times New Roman", serif;
}

.search-input:focus {
    border-color: #b3b3b3;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c8c8c;
    font-size: 14px;
}

.search-container {
    position: relative;
    width: 100%;
}

.ticket-form-field {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    height: 64px !important;
}

.word-wrap-style {
    text-wrap: initial;
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    /* max-width: 100%; */
}

.text-wrap-style {
    text-wrap: initial !important;
}

.border-right-style {
    border-right: 1px solid white;
}

.outer-order-detail {
    border: 1px solid black;
    /* padding: 25px; */
}

.payment-succes-container {
    min-height: calc(100vh - 504px);
}

@media (max-width: 440px) {
    .order-detail-head {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
