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



.view-default-top {
    margin-top: 80px;
}

.view-default-top-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.tooltip button {
    background-color: transparent;
    border: none;
}

.tooltip {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.tooltip svg {
    height: 30px;
    height: 30px;
}

.view-default-top-title span {
    color: #e65f1d;
    margin-left: 7px;
}

.faqs-title {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    border-top: 1px solid rgb(212 212 216/1);

    display: flex;
    align-items: center;
    gap: 8px;
}

.faqs-title::before {
    content: "";
    background-image: url(faq-plush.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: unset;
    background-size: contain;
    display: inline-block;
    height: 12px;
    width: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.faqs-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.spec-collapse-chevron-icon {
    transition: all 0.3s ease-in-out;
    animation: keyframe-left-right 0.9s infinite;
    display: flex;
    position: absolute;
    top: 050%;
    transform: translateY(-050%);
    left: -53px;
}

.faqs-title span {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.faqs-title .text-primary {
    color: #e65f1d;
}

.spec-collapse-chevron-icon svg {
    fill: #e65f1d;
    width: 25px;
    height: 1.4em;
    margin-right: -16px;
}



.inner-content-item {
    margin-right: 8px;
    margin-bottom: 8px;
    height: 100%;

}

.inner-content-item .collapse-head {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: #cccccc;
    border-radius: 4px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    padding: 10px 0;
}

.inner-content-item .collapse-head:hover {
    border-color: #e65f1d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

}

span.collapse-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.spec-choice-price {
    color: #e65f1d;
}

.faq-content-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}

.collapse-head .faq-inner-title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 4px;
}

.spec-choice-price {
    font-size: 14px;
}

.content-main {
    display: block;
    padding-bottom: 16px;
}

.faqs-title .title-small-text {
    font-size: 12px;
}

.unlock-btn {
    display: inline-block;
}

.unlock-btn img {
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}

.faq-content-inner.faq-unlock-btn .inner-content-item {
    display: inline-block;
    width: 198px;
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #e65f1d;
    border-radius: 4px;
}

.price-btn-main {
    display: flex;
    gap: 20px;
}

.price-check {
    position: relative;
}

.price-check {
    position: relative;
    max-width: 198px;
    width: 100%;
    border: 1px solid #e4e4e7;
    color: #000;
    border-radius: 4px;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.price-check:hover {
    border-color: #e65f1d;
    color: #e65f1d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.price-check input {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.spec-choice-image-container-release img {
    display: block;
    width: 70px;
    height: 40px;
    object-fit: contain;
    margin: auto;
}

.faqs-content-main .price-btn-main {
    margin-top: 10px;
    justify-content: center;
}

#devicesContainer {
    justify-content: center;
}

.faqs-content-main {
    display: flex;
    flex-wrap: wrap;
}

.faqs-content .price-btn-main {
    min-width: 206px;
}

.specification-release_year .faqs-content-main {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.specification-release_year .faqs-content-main .faqs-content {
    max-width: calc(25% - 12px);
    width: 100%;
}

.specification-release_year .faqs-content-main .faqs-content .price-check {
    max-width: 100%;
    padding: 0;
    border: 0;
}

.specification-release_year .faqs-content-main .faqs-content .price-label {
    margin-bottom: 0;
}

.specification-release_year .faqs-content-main .faqs-content .price-btn-main {
    min-width: unset;
    max-width: 150px;
    margin: 10px auto 0;
}

.specification-release_year .faqs-content-main .inner-content-item {
    border: 1px solid #e4e4e7;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}

.specification-release_year .faqs-content-main .inner-content-item:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 1px solid #e65f1d;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 300ms;
    cursor: pointer;
}

.specification-release_year .faqs-content-main .price-check:hover {
    box-shadow: unset;
}

.specification-release_year .faqs-content-main .inner-content-item.selected {
    border: 1px solid #e65f1d;
}

.faqs-content-main .inner-content-item label {
    margin-bottom: 0;
}

.faq-content-inner .price-check {
    padding: 8px 10px;
}

@keyframes keyframe-left-right {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 8px;
    }

    100% {
        margin-left: 0;
    }

}

@media(max-width:767px) {
    .specification-release_year .faqs-content-main .faqs-content {
        max-width: calc(50% - 12px);
        width: 100%;
    }

    .faqs-content-main :is(.faqs-content, .price-check) {
        /* width: 48%; */
    }
}

@media(max-width:575px) {
    .specification-release_year .faqs-content-main .faqs-content {
        max-width: 100%;
        width: 100%;
    }

    .faqs-content-main :is(.faqs-content, .price-check) {
        width: 100%;
        max-width: 100%;
    }

    .spec-collapse-chevron-icon,.spec-collapse-chevron-icon {
        left: -35px;
    }

    .faq-content-inner {
        padding-top: 0;
    }
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

@media only screen and (min-width:512px) {
    #botmanWidgetContainer {
        position: relative !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2147483647;
        box-sizing: content-box;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
        width: 370px;
        display: none;
    }

    div#botmanWidgetRoot > div {
        padding-bottom: 60px !important;
        left: 0 !important;
        max-width: 100% !important;
        background: #fff !important;
        top: 0 !important;
        transform: none !important;
    / / translate(- 50 %, 0 %) !important;
        height: 370px !important;
        width: calc(100% - 20px) !important;
        border: 1px solid lightgray;
        position: relative !important;
    }

    div#botmanWidgetRoot > div div + div {
        height: 350px !important;
    }
}
/*
@media only screen and (max-width:1370px) {

    div#botmanWidgetRoot>div div+div,
    div#botmanWidgetRoot>div {
        height: 330px !important;
    }
}

@media only screen and (max-width:991px) {

    div#botmanWidgetRoot>div div+div,
    div#botmanWidgetRoot>div {
        height: 250px !important;
    }
}
*/
.desktop-closed-message-avatar {
    display: none !important;
}
