/* Share link tost message */
.toast {
  position: fixed;
  bottom: 30px;
  background: #323232;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  white-space: nowrap;
}

.SumoSelect .opt label {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100%
}

.toast.show {
  opacity: 1;
  visibility: visible;
}

/*END*/
.newBookmeetModal hr {
    display: none !important;
}
.modal-open .newBookmeetModal {
    top: 15% !important;
}
body .newBookmeetModal .modal-content {
    border: none !important;
    border-radius: 14px !important;
    padding: 22px 24px 15px !important;
    background: #fff !important;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.25) !important;
    position: relative !important;
}
/* POPUP WIDTH AND LAYOUT  New*/
body .bootbox.bootbox-confirm .modal-dialog,
body .newBookmeetModal .modal-dialog {
    max-width: 330px !important;
    margin: 0 auto !important;
}
.bootbox-confirm hr, {
    display: none !important;
}
.modal-open .modal{
    top:  15% !important;
}
body .bootbox.bootbox-confirm .modal-content {
    border: none !important;
    border-radius: 14px !important;
    padding: 22px 24px 15px !important;
    background: #fff !important;
    box-shadow: 0 4px 22px rgba(0,0,0,0.25) !important;
    position: relative !important;
}
/* CLOSE BUTTON (X) */
body .newBookmeetModal .cancelBtn {
    position: absolute !important;
    top: -10px !important;
    right: -5px !important;
    font-size: 20px !important;
    color: #444 !important;
    opacity: 1 !important;
    cursor: pointer;
}

/* TEXT AREA */
body .newBookmeetModal .photogallerytitle-add,
body .newBookmeetModal p {
    margin-top: 22px !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
    color: #222 !important;
    text-align: left !important;
}

/* REMOVE <br> AND <hr> */
body .newBookmeetModal br {
    display: none !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* REMOVE AFTER LINE */
body .newBookmeetModal::after {
    content: none !important;
}

/* BUTTON CONTAINER */
body .newBookmeetModal .bookmeetBtn-coupon-voucher {
    display: flex !important;
    justify-content: space-between !important;
    gap: 0px !important;
    padding: 18px 25px 0 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
    background-color: transparent !important;
    flex-wrap: nowrap !important;
}

/* CANCEL BUTTON */
body .newBookmeetModal .bookmeetBtn-coupon-voucher a:first-child {
    flex-grow: 1 !important;
    background: white !important;
    color: #222 !important;
    font-size: 11px !important;
    border-radius: 6px !important;
    padding: 6px 0 !important;
    cursor: pointer;
    border: 1px solid #DEE2CC !important;
    min-width: 100px !important;
    text-align: center;
    text-decoration: none;
}

/* OK BUTTON */
body .newBookmeetModal .bookmeetBtn-coupon-voucher a:last-child {
    flex-grow: 1 !important;
    background: #0E1102 !important;
    color: #fff !important;
    font-size: 11px !important;
    border-radius: 6px !important;
    padding: 6px 0 !important;
    border: none !important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 100px !important;
}

/* MODAL BODY */
body .newBookmeetModal .modal-body {
    flex: 1 !important;
    font-size: 17px !important;
    padding: 0px 0px !important;
    padding-right: 30px !important;
    /*border-bottom: 1px solid #dee2e6 !important;*/
}

/* REMOVE FOOTER LINES */
body .newBookmeetModal .modal-footer hr,
body .newBookmeetModal .modal-footer::before {
    display: none !important;
    content: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* CLOSE BUTTON (X) */
body .bootbox.bootbox-confirm .bootbox-close-button {
    position: absolute !important;
    top: 10px !important;
    right: -15px !important;
    font-size: 18px !important;
    color: #444 !important;
    opacity: 1 !important;
    cursor: pointer;
}

/* TEXT AREA */
body .bootbox.bootbox-confirm .bootbox-body {
    margin-top: 22px !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
    color: #222 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

/* REMOVE BOOTBOX DEFAULT <br> AND <hr> */
body .bootbox.bootbox-confirm .bootbox-body br {
    display: none !important;
}

body .bootbox.bootbox-confirm .bootbox-body br {
    display: none !important; /* Force hide all <br> inside .bootbox-body */
    line-height: 0 !important; /* Remove extra spacing */
    margin: 0 !important;
    padding: 0 !important;
}
/* REMOVE AFTER LINE */
body .bootbox.bootbox-confirm .bootbox-body::after {
    content: none !important;
}

/* BUTTON CONTAINER */
body .bootbox.bootbox-confirm .modal-footer {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 18px 0 0 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
    background-color: transparent !important;
    flex-wrap: nowrap !important;
}

/* CANCEL BUTTON */
body .bootbox.bootbox-confirm .btn-default {
    flex-grow: 1 !important;
    background: white;
    color: #222 !important;
    font-size: 11px !important;
    border-radius: 5px !important;
    padding: 8px 0px !important;
    cursor: pointer;
    border: 1px solid #DEE2CC !important;
    width: 0%;
}

/* OK BUTTON */
body .bootbox.bootbox-confirm .btn-info {
    flex-grow: 1 !important;
    background: #0E1102 !important;
    color: #fff !important;
    font-size: 10px !important;
    border-radius: 5px !important;
    padding: 10px 0 !important;
    border: none !important;
    cursor: pointer;
}


.bootbox-confirm .modal-body {
    flex: 1 !important;
    font-size: 17px !important;
    padding: 0px 0px !important;
    padding-right: 30px !important;
    border-bottom: 1px solid #dee2e6 !important;
}


body .bootbox.bootbox-confirm .modal-footer hr,
body .bootbox.bootbox-confirm .modal-footer::before {
    display: none !important;
    content: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}


/* MOBILE RESPONSIVE */
/* Galaxy Z Flip 6 - Unfolded Main Screen */

@media (max-width: 360px) { .chat-intro {
        height: 20vh !important;
    } }

    

@media (min-width: 600px) { 
.chat-intro {
        height: 20vh !important;
    }
.chat-footer{
    margin-top: 30px !important ;
    margin-bottom: calc(5px + -5px) !important;
  }
}

@media screen and (min-width: 361px) and (max-width: 430px) {
    .chat-footer{
        margin: 20px 9px 0px 0px !important;
        height: 20vh !important;
        position: fixed !important;
    }
   
}
@media (max-width: 480px) {
    .dashChatChatting .dashChatChattingInner{
        padding: 0px !important;
        min-height: 0px !important;
    }
    .chat-footer{
        margin: 20px 9px 0px 0px !important;  
        position: fixed !important;
    }
    .chat-intro {
        height: 20vh !important;
    }
    body .bootbox.bootbox-confirm .modal-dialog {
        max-width: 90% !important;
    } !important

    min-height: 0px !important;
    body .bootbox.bootbox-confirm .modal-content {
        padding: 18px 18px !important;
        margin-top: 85% !important;
    }

    body .bootbox.bootbox-confirm .bootbox-body {
        font-size: 14px !important;
    }

    body .bootbox.bootbox-confirm .btn-default,
    body .bootbox.bootbox-confirm .btn-info {
        font-size: 14px !important;
        padding: 9px 0 !important;
    }
    body .newBookmeetModal .modal-dialog {
        max-width: 90% !important;
    }

    body .newBookmeetModal .modal-content {
        padding: 18px 18px !important;
        margin-top: 85% !important;
    }

    body .newBookmeetModal .photogallerytitle-add,
    body .newBookmeetModal p {
        font-size: 14px !important;
    }

    body .newBookmeetModal .bookmeetBtn-coupon-voucher a:first-child,
    body .newBookmeetModal .bookmeetBtn-coupon-voucher a:last-child {
        font-size: 12px !important;
        border-radius: 6px !important;
        padding: 6px 0 !important;
        cursor: pointer;
        border: 1px solid #DEE2CC !important;
        min-width: 100px !important;
        text-align: center;
        text-decoration: none;
        padding: 5px 0px 5px 0px !important;
        min-width: 50% !important;
    }
    .SumoSelect .opt label {
        font-weight: 400 !important;
    }
}

/* Desktop - bottom center */
@media (min-width: 768px) {
  .toast {
    left: 50%;
    transform: translateX(-50%);
  }
  .SumoSelect .opt label {
        font-weight: 400 !important;
    }
}

/* Mobile - bottom center */
@media (max-width: 767px) {
  .toast {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    max-width: 90%;
    white-space: normal;
  }
  .SumoSelect .opt label {
        font-weight: 400 !important;
    }
}