.liveshop-main-container {
    display: none;
    width: 359px;
    background-color: white;
    z-index: 100;
    position: fixed;
    filter: drop-shadow(2px 4px 12px #00000040);
    right: 1vw;
    bottom: 1vw;
    border-radius: 4px;
}
@media (max-width: 480px) {
    .liveshop-main-container {
        bottom: 2dvh;
    }
}
.liveshop-img-container {
    min-width: 85px;
    width: fit-content;
    height: auto;
    min-height: 48px;
    display: flex;
    position: relative;
}
.liveshop-user-img1 {
    position: absolute;
    width: 48px;
    border-radius: 50%;
    height: 48px;
    z-index: 1;
}
.liveshop-user-img2 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-left: 35px;
    z-index: 2;
}

.liveshop-subheader {
    font-weight: 400;
    font-family: A1Sans-Regular, Verdana;
    font-size: 14px;
    color: #4f4f4f;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.liveshop-back-button {
    width: 32px;
    cursor: pointer;
    border-width: 0px;
    border-radius: 50%;
    display: flex;
    z-index: 1;
    padding: 0px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.liveshop-icon-container {
    width: 32px;
    height: 32px;
}

.liveshop-button-icon {
    width: 32px;
    height: 32px;
}

.cb-dropdown-child {
    width: 100%;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    height: fit-content;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: 20px;
}
.cb-dropdown-child::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-right: 20px;
}

.cb-dropdown-child:hover {
    background-color: black;
    color: white;
}

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

.liveshop-header-text-container {
    display: flex;
    flex-direction: column;
    height: "100%";
    justify-content: center;
    margin-left: 8px;
    max-width: 55%;
}

.liveshop-header {
    font-weight: 400;
    font-size: 23px;
    color: black;
    font-family: A1Serif-Regular, Verdana;
    margin-top: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.liveshop-expanded-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.liveshop-hidden {
    display: none;
}
.liveshop-top-bar-container {
    display: flex;
    background-color: #f8f8f8;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 15px;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 108px;
}

.liveshop-main-p-container {
    display: flex;
    flex-direction: column;
    background-color: white;
    gap: 12px;
    margin-top: 0px;
    height: fit-content;
}

.liveshop-main-p {
    display: flex;
    background-color: white;
    gap: 12px;
    margin-top: 0px;
    height: fit-content;
}

.liveshop-main-p-col {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    gap: 4px;
    flex-direction: column;
}

.liveshop-main-small {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 20px;
}

.liveshop-main-icon {
    width: 24px;
    height: 24px;
    max-height: 24px;
}

.liveshop-main-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    max-height: 70vh;
    min-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
}

@media max-width: 480px {
    .liveshop-main-body {
        max-height: 55vh;
    }
}
.liveshop-no-gap {
    gap: 0px;
    margin: 0px;
}
.cb-phone-container {
    display: flex;
    gap: 10px;
    width: 100%;
}
.liveshop-top-font {
    font-size: 20px;
    line-height: 128.57%;
    font-weight: 400;
}
.liveshop-body-font {
    font-size: 17px;
    line-height: 128.57%;
    font-weight: 400;
}

.liveshop-cb-btn {
    width: 158px;
    height: 44px;
}
.liveshop-bold {
    font-weight: 700;
}
.liveshop-custom-select-wrapper {
    padding: 5px 5px 15px;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 4px 4px 4px 4px;
    width: fit-content;
    width: 100%;
    display: flex;
}

.liveshop-custom-legend {
    font-size: 12px;
    padding: 0 6px;
    margin-bottom: 0px;
    color: #4f4f4f;
    width: fit-content;
}

fieldset {
    border: qpx solid #4f4f4f;
}

.liveshop-custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    padding-right: 2.5em;
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    color: black;
    background: none;
    position: relative;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right center;
}
.cb-dropdown {
    display: none;
    position: absolute;
    top: 77px;
    flex-direction: column;
    height: fit-content;
    max-height: 150px;
    margin-top: 5px;
    z-index: 105;
    background-color: white;
    width: 100%;
    overflow-y: scroll;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
}

.liveshop-select-container {
    display: flex;
    height: fit-content;
    position: relative;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
}

.liveshop-select-container.disabled {
    display: none;
}

.liveshop-custom-select-wrapper select {
    font-size: 16px;
    padding: 8px;
    border: none;
    outline: none;
}
.liveshop-bottom-nav-container {
    display: flex;
    width: 100%;
    /* position: fixed; */
    bottom: 60px;
    /* height: 60px; */
    padding-bottom: 40px;
    background-color: white;
    left: 0px;
    justify-content: space-around;
}
.cb-input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 7px;
    background-color: transparent;
    border: none;
}
.message-text-liveshop {
    height: 50px;
}
.cb-radio-wrapper {
    width: 100%;
    display: flex;
    border: 2px solid;
    border-radius: 4px;
    padding: 15px;
    border-color: gray;
    gap: 25px;
}

.custom-radio {
    height: 30px;
    width: 30px;
}

.cb-radio-label {
    display: flex;
    flex-direction: column;
}

.cb-step-2 {
    display: none;
}

.liveshop-no-gap {
    gap: 0px;
}
.liveshop-small-font {
    font-size: 12px;
}

label {
    margin-bottom: 0px;
}

input[type="radio"] {
    accent-color: #b90a05;
}
.cb-radio-wrapper:has(input[type="radio"]:checked) {
    border-color: #b90a05;
}

.status-msg {
    display: none;
}

.cb-res-message {
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 16px;
}
.success .cb-success-message {
    display: flex;
}
.fail .cb-fail-message {
    display: flex;
}
.cb-success-message {
    background-color: #e2ecff;
    display: none;
    padding-left: 16px;
    gap: 20px;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: left center;
    background-size: 24px 24px;
}
.cb-success-message::before {
    content: "";
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}
.cb-fail-message {
    background-color: #fdc9c4;
    display: none;
    padding-left: 16px;
    gap: 20px;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: left center;
    background-size: 24px 24px;
}
.cb-fail-message::before {
    content: "";
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}
.liveshop-succ-mssg-container {
    width: 100%;
    height: fit-contet;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
}
.succ-header {
    width: 300px;
    font-size: 2rem !important;
}
.liveshop-succ-icon {
    width: 40px;
}
.liveshop-cancel-cb {
    color: #b90a05;
    line-height: 24px;
    font-size: 16px;
    align-items: center;
    display: inline-flex;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
.liveshop-cancel-cb::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.liveshop-cancel-cb:hover {
    color: #b90a05;
}
.liveshop-center-x {
    width: 100%;
    display: flex;
    justify-content: center;
}
.liveshop-collapsed-container {
    z-index: 100;
    width: fit-content;
    position: fixed;
    right: 1vw;
    bottom: 1vw;
    align-items: center;
    height: fit-content;
    flex-direction: column;
}
.liveshop-label-container {
    width: 100%;
    display: flex;
    padding: 0;
    height: fit-content;
    margin-bottom: 1px;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffffff;
    background-color: rgb(218, 41, 28);
}
.liveshop-label-text {
    margin: 2px;
    font-size: 10px;
    margin-bottom: 0 !important;
}
.liveshop-relative-container {
    position: "relative";
    width: auto;
    height: auto;
}
.liveshop-mssg-container {
    padding: 16px;
    flex-direction: column;
    right: 15px;
    width: 200px;
    background-color: white;
    position: relative;
    display: none;
    border-radius: 4px;
    height: fit-content;
    border-width: 1.5px;
    border-color: #c4c4c4;
    border-style: solid;
}
.liveshop-mssg-text {
    font-size: 14px;
    line-height: 128.57%;
    padding: 0px;
    color: #333333;
    margin-bottom: 8px !important;
    height: auto;
    font-family: A1Sans-Regular, Verdana;
}
.liveshop-open-btn {
    background-color: rgb(218, 41, 28);
    cursor: pointer;
    width: fit-content;
    pointer-events: auto;
    border-radius: 4px;
    font-weight: 400;
    z-index: 50;
    font-family: A1Sans-Regular, Verdana, sans-serif;
    height: fit-content;
    color: white;
    font-size: 16px;
    border-width: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.liveshop-triangle {
    width: 0;
    padding-right: 20px;
    top: 10px;
    height: 0;
    background-color: #c4c4c4;
    clip-path: polygon(0 0, 25px 12.5px, 0 25px);
    width: 25px;
    right: -24.25px;
    position: absolute;
    z-index: 4;
    height: 25px;
}
.liveshop-border-triangle {
    position: absolute;
    right: -23px;
    top: 11px;
    width: 25px;
    height: 25px;
    z-index: 5;
    clip-path: polygon(0 0, 23.5px 11.4px, 0 23px);
    background-color: white;
}
.liveshop-esc-button {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border-width: 0;
    padding: 0px;
    position: absolute;
    justify-content: center;
    align-items: center;
    justify-self: flex-end;
    display: flex;
    box-shadow: 1.5px -0.5px 1px rgba(0, 0, 0, 0.28);
    align-items: center;
    right: -5px;
    top: -5px;
    z-index: 5;
    background-color: white;
}
.liveshop-esc-button-text {
    font-size: 13px;
    color: rgb(218, 41, 28);
    background-color: transparent;

    font-weight: bold;
    margin: 0;
    padding: 0;
}
.liveshop-cancel-icon {
    width: 19px;
    height: 19px;
}
.liveshop-close-text {
    color: #b90a05;
    width: 100%;
    height: 40px;
    background-color: white;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: underline;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.liveshop-checkbox {
    width: 24px;
    height: 24px;
    padding: 1px;
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}
.liveshop-checkbox[aria-pressed="true"] {
    background-color: #dc3545;
    border: 1px #dc3545;
}
.liveshop-checkbox[aria-pressed="false"] {
    background-color: white;
    border: 1px solid;
}
.liveshop-checkbox[aria-pressed="true"] ~ .asap-text {
    display: flex;
    padding-top: 10px;
}

.liveshop-checkbox[aria-pressed="false"] ~ .asap-text {
    display: none;
}
.cb-checkbox-container.hidden {
    display: none;
}
.cb-checkbox-container.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.liveshop-padding-bottom {
    padding-bottom: 45px;
}
.liveshop-missing-value {
    color: #b90a05;
    background-color: #fdc9c4;
    border-color: #b90a05;
}
.liveshop-phone-warning {
    color: #b90a05;
    background-repeat: no-repeat;
    background-size: contain;
}

.liveshop-phone-info {
    display: flex;
    flex-direction: column;
}

.liveshop-phone-warning::before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.liveshop-button {
    border-radius: 5px;
    cursor: pointer;
}
.liveshop-button.secondary {
    border: 1px var(--a1-primary) solid;
}
