/**
 *  Copyright (C) Prestalia - All Rights Reserved
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential
 *
 *  @author    Prestalia <prestalia.it>
 *  @copyright 2022 - 2024 Prestalia
 *  @license   Commercial
 */
#contactSupport .modal-content {
    background-color: #f1fbfb;
    padding: 10px 20px;
}
#contactSupport .modal-content .btn-close {
    background-color: white !important;
    border: 2px solid #1b867e;
    color: #1b867e;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231b867e'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/* Language and domain bar */
#sf_lang_selector, #sf_domain_selector {flex:auto;}
#sidebar_actions {
    margin-bottom: 10px;
}
.pm_hidden {
    display: none;
}
.sf-align-right {
    text-align: right;
}
.sf-align-left {
    text-align: left;
}

.sniper-card-header {
    border-bottom: none;
    padding: 10px 16px 10px 16px;
}

.sniper-accordion-button {
    padding: 10px 16px 10px 16px;
}

.sniper-accordion-button > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 5px);
}

.sniper-accordion-button::after {
    display: none;
}

#upload_methods {
    margin-top: 20px;
}
.tab-pane {
    padding: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
#subscription_summary {
    width: 100%;
}
.file_explanation_header {
    max-width: 800px;
}
.cron_line {
    display: inline-block;
}
.cron_time_line {
    padding: 5px 0px;
}
#cron_time_list {
    list-style: none;
}
#cron_setup .card-body,
#export_request .card-body {
    min-height:240px;
}
.table tr td{
	vertical-align: middle!important;
}
pre code {
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}
#search_results_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 5px 0 5px;
    gap: 10px
}
#search_widget {
    width: 40%;
    align-self: center;
    padding: 10px 20px 10px 40px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #28bfb3;
    box-sizing: border-box;
}
#search_widget input {
    /* Allow the icon to be shown side by side */
    width: calc(100% - 50px);
}

#search_results_intro {
    width: 60%;
}
@media (max-width: 768px) {
    #search_results_wrapper {
        flex-direction: column;
    }
    #search_widget {
        width: 100%;
        order: -1;
        margin-bottom: 10px;
    }
    #search_results_intro {
        width: 100%;
    }
}

@media (max-width: 600px) {
    #dataUploaderTab .nav-link {
        padding:0.5rem 0.7rem
    }
}
.sf_container {
    margin-top: 15px;
}

.site-preview {
    border: 2px solid #28bfb3;
    border-radius: 5px;
    z-index: 0;
}

.iframe-overlay {
    z-index: 1;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 32px;
    text-align: center;
}
.sf_res_width_warning {
    color: orange;
    font-size: 20px;
    display: flex;
}
.sf_res_width_warning::before {
    max-width: 20px;
    max-width: 20px;
}

#categories-content .tree .form-check-input:not(:checked)[type=checkbox] {
    border-radius: .25em;
    background-color: red;
    border-color: red;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2.5 2.5 15 15'%3E%3Cg transform='rotate(45 10 10)'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8M10 6v8'/%3E%3C/g%3E%3C/svg%3E");
}

.input-group input[type="color"].form-control.form-control-color {
    max-width: 40px;
}

.grab-handle {
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
}

.sniperfast-checkbox.form-check-input {
    width: 30px;
    height: 30px;
    border-radius: .25em;
    background-color: transparent;
    border: none;
}

.sniperfast-checkbox.form-check-input:not(:checked)[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ff0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='15' y1='9' x2='9' y2='15'%3E%3C/line%3E%3Cline x1='9' y1='9' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");
}

.sniperfast-checkbox.form-check-input:checked[type=checkbox] {
    border-radius: .25em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300ff00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
}

/* .sniperfast-checkbox.form-check-input:not(:checked)[type=checkbox] {
    border-radius: .25em;
    background-color: red;
    border-color: red;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2.5 2.5 15 15'%3E%3Cg transform='rotate(45 10 10)'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8M10 6v8'/%3E%3C/g%3E%3C/svg%3E");
} */

.position-counter {
    width: 50px;
    text-align: center;
}

.text-title {
    color: #17857e;
}

.text-green {
    color: #00ff6c;
}

header#animated_bg_column {
    position: relative;
    overflow: hidden;
}

header#animated_bg_column .overlay-interface {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 767px) {
    header#animated_bg_column .overlay-interface {
        top: 0;
        left: 0;
        min-height: 100vh;
        align-content: end;
    }

    header#animated_bg_column .overlay-interface .d-flex {
        justify-content: flex-end!important;
    }
}

@media screen and (max-width: 767px) {
    header#animated_bg_column.overlay-interface {
        transform: translateX(-50%);
    }

    header#animated_bg_column .overlay-interface .d-flex {
        justify-content: end!important;
    }

    #bottom_center_btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 5px;
    }
}


header#animated_bg_column video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header#animated_bg_column .container {
    position: relative;
    z-index: 2;
}

header#animated_bg_column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: black; */
    opacity: 0.7;
    z-index: 1;
}

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
    header#animated_bg_column {
        background: url('/img/login_bg.jpg') #068e87 no-repeat;
        background-size: cover;
    }

    header#animated_bg_column video {
        display: none;
    }
}

@media (max-width: 576px) {
    .main-card {
        width: 100%!important;
        max-width: 100%!important;
        height: 100%!important;
        margin: 0px;
        padding: 0px;
        border: none;
        overflow-x: initial;
        overflow-y: initial;
    }

    div.left-column {
        background-color: #f1fbfb;
    }

    .column-options {
        flex-direction: column!important;
        row-gap: 5px;
    }
}

.column-options {
    gap: 10px;
}

@media (max-width: 767px) {
    header#animated_bg_column.right-column {
        min-height: 360px!important;
    }

    .brain-logo {
        max-height: 275px;
    }

    .overlay > div {
        top: 45%!important;
    }

    .overlay-interface .row {
        justify-content: center;
    }
}

@media (max-width: 1366px) and (min-width: 768px) {
    .col-register-form {
        width: 66.66666667%;
        flex: 0 0 auto;
    }

    .bg-column-register {
        width: 33.33333333%;
        flex: 0 0 auto;
    }
}

.overlay-text {
    z-index: 3!important;
    opacity: 100!important;
}

.form-check-input::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='3' fill='%2325beb4' stroke='%2325beb4'/%3E%3C/svg%3E");
}

.form-check-input:checked::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='3' fill='%2325beb4'/%3E%3C/svg%3E");
}

.btn-support {
    width: 100%;
    max-width: 150px;
}

.breadcrumb-item.active {
    color: #42ff00 !important;
}

.form-switch.sniperfast-switch .form-check-input{
    width: 3.8em;
    height: 1.70em;
}

.form-switch.sniperfast-switch .form-check-input:not(:checked)[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2325beb4'/%3e%3c/svg%3e");
}

.btn-outline-primary {
    background-color: white;
}

.modal-backdrop {
    background-color: #37b4ac;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.banner-empty {
    background-color: #f2f2f2;
    min-height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
}

.sniperfast-transparent-btn {
    padding: 0.15rem 0.4rem;
    border: none;
    --bs-bg-opacity: 1;
    background-color: transparent!important;
    font-size: 1.25rem;
}

#contactSupportLabel {
    font-weight: 400;
}

.contact-support-icon {
    width: 30px!important;
    height: 30px!important;
}

.sidebar-footer {
    position: sticky;
    bottom: -1px;
    background-color: #25beb3;
}

#sidebar .content {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    /* 73px is the height of the header */
    height: calc(100% - 73px);
}

.btn-sub-warning {
    background-color: #f5ff02;
}

.sub-warning {
    color: #f5ff02;
}

.progress-safe {
    background-color: #3efe05;
}
.sn_nocredit_wrapper {
    align-items: center;
}
.sn_nocredit_wrapper hr {
    margin: 0;
    padding: 0;
}
.sn_color {
    color: #28bfb3;
}
.sn_nocredit_wrapper h6 {
    margin: 0;
    padding: 5px 0;
    line-height: 20px;
}

.brain-transparent {
    opacity: 0.2;
}

.grecaptcha-badge-left .grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
    bottom: 100px!important;
}

.grecaptcha-badge-left .grecaptcha-badge:hover {
    width: 256px !important;
}

div[type="font-picker"] .dropdown-button {
    background-color: rgb(255, 255, 255)!important;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(206, 212, 218);
    border-radius: 4px;
    height: 40px;

    font-size: 1rem;
}

div[type="font-picker"] {
    box-shadow: none!important;
}


.font-list-item {
    background-color: #fff;
}

.table-crossselling td {
    width: unset;
}

.table-crossselling tbody td:last-child {
    display: flex;
    gap: 3px;
}

@media screen and (max-width: 400px) {
    #style-tab-pane .btn-device-switch {
        display: none;
    }
}

#slider_preview {
    position: sticky;
    top: 30vh;
}

iframe.site-preview {
    --iframe-scale: 0.85;
    zoom: --iframe-scale;
    width: calc(100% / var(--iframe-scale))!important;
    height: calc(100% / var(--iframe-scale))!important;
    -webkit-transform: scale(var(--iframe-scale));
    transform: scale(var(--iframe-scale));
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    iframe.site-preview {
      --iframe-scale: 1;
    }
}

.progress-bar-animated {
    background-size: 20px 20px;
    animation: scroll 1s linear infinite;
}

@keyframes scroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -20px 0;
    }
}

.large-snpf-tooltip .tooltip-inner {
    min-width: 450px;
}

.tooltip-inner {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
#website_logo_label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.configuration_status > h4 {
    margin: 0;
}

.configuration_status span[config-status="unconfigured"] {
    color: #707070!important;
}

.configuration_status span[config-status="configured"] {
    color: #42ff00!important;
}
.snpf_new_plugin {
    color: red;
    font-weight: bold;
}

#onpage_text_table .input-group-text,
#onpage_picture_table .input-group-text {
    min-width: 40px;
    justify-content: center;
}
#attributes_for_group_table th,
#attributes_for_group_table td {
    padding: 2px 10px;
}
.afg_delete_row {
    cursor: pointer;
}
.contact-support {
    cursor: pointer;
}