@charset "UTF-8";
/*!
 * QRcdr - php QR Code generator
 * Copyright 2015-2020 Nicola Franchini
 * item sold on codecanyon https://codecanyon.net/item/qrcdr-responsive-qr-code-generator/9226839
 */
a:hover, a:focus, a:active{
    text-decoration: none;
}
hr{
    border-color: #c7c7c7;
}
.form-control{
    background-color: rgba(0,0,0,0.01);
}
.btn:disabled{
    opacity: 0.2;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}

img{
    max-width: 100%;
    height: auto;
}
textarea.form-control{
    margin-bottom: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.custom-file-label{
    border:none;
}
label.custom-file-label:after{
    content: "\f093" !important;
    font-family:'FontAwesome';
    width: 100%;
    border: none;
    text-align: center;
    border-radius:.25rem;
}
.custom-file-label:after{
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;

}
.nav-pills > li > a span{
    font-size: .8em;
}
.dropdown-menu {
    z-index: 1022;
}
.navbar-dark .navbar-toggler{
    border-color: transparent;
}
.logoselecta img{
    min-height: 2em;
    min-width: 2em;
    max-width: 2em;
    max-height: 2em;
}
.btn.custom-watermark{
    padding: 0;
}
.custom-watermark img{
    max-width: 100%;
    height: 2em;
    margin: .375rem .75rem;
}
.styleselecta img{
    width: 2.5em;
}
.styleselecta label{
    min-width: 2.5em;
}
.btn-group-toggle .btn{
    border-radius: 0;
}
.btn-check:active + .btn, .btn-check:checked + .btn{
    background-color: #dae0e5;
    border-color: #dae0e5;
}
/* 
* Google map
*/
#map-canvas img { 
    max-width: none; 
}
#map-canvas {
    width: 100%;
    height: 350px;
    padding: 0px;
    float: left;
}
.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input, #latlong input{
    background-color: #fff;
    padding: 0 11px 0 13px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}
#pac-input{
    width: 50%;
}
#latbox, #lngbox{
    width: 20%;
}
#pac-input:focus, #latlong input:focus {
    border-color: #4d90fe;
}

/* 
* QR code placeholder 
*/
.wrapresult, .resultholder{
    position: relative;
    text-align: center;
}
.resultholder svg{
    max-width: 100%;
    height: auto;
}
.placeresult{
    float: left;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    position: relative;
}
.placeresult .linksholder .btn{
    font-size: 2.5rem;
}
.preloader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 36px;
    display: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.preloader .fa-cog{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.was-validated .form-control:valid {
  background-image: none;
  border-color: #ced4da;
}
.was-validated .custom-select:valid{
  border-color: #ced4da;   
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label{
  color: inherit;   
}
.form-group{
    margin-bottom: 1rem;
}
.overlay-gradient{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.vertical-middle{
    vertical-align: middle;
}
#infomarker_admin {
    width: 24px;
    height: 24px;
    border: 2px solid #950000;
    border-radius: 3em;
    background-color: #0FF;
    opacity: 0.5;
    cursor: move;
}
.venomap{
    width: 100%;
    height: 400px;
}
.form-control.no-validate:valid,
.form-control.no-validate:invalid {
    border-color: #ced4da;
    padding-right: .75rem;
    background: none;
}
/*
 * OL controls
 */
.ol-attribution *{
  font-size: 9px;
}
.ol-control{
  padding: 0;
}
.ol-control.ol-zoom,
.ol-control.ol-zoom:hover{
  background:none;
  z-index: 9;
}

.ol-control button,
.ol-control button:focus, .ol-control button:hover{
  background-color: #393939;
}
.ol-control button:focus, .ol-control button:hover{
  opacity: .8;
}
/* Toast Alert */
.alert_placeholder{
    position: fixed; bottom: 15px; right: 15px;
    z-index: 1021;
    transition: visibility .15s linear;
    visibility: hidden;
}
.alert_placeholder.show{
    visibility: visible;
}
.icon-spin{
    -webkit-animation:icon-spin 2s infinite linear;
    animation:icon-spin 2s infinite linear
}
@keyframes icon-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

input[type=range].qrcdr-slider-input {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  opacity: 0.7;
}
input[type=range].qrcdr-slider-input:focus {
  outline: none;
}
input[type=range].qrcdr-slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range].qrcdr-slider-input:focus::-webkit-slider-runnable-track {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #d3d3d3;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range].qrcdr-slider-input::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].qrcdr-slider-input::-ms-fill-lower {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range].qrcdr-slider-input::-ms-fill-upper {
  background: #d3d3d3;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}

.form-control, .form-select{
    border-radius: 0;
}

input[type=range].qrcdr-slider-input::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 50px;
  background: #0083fd;
  cursor: pointer;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-lower {
  background: #d3d3d3;
}
input[type=range].qrcdr-slider-input:focus::-ms-fill-upper {
  background: #d3d3d3;
}
.input-group > .sp-colorize-container{
    flex: 1 1 auto;
    width: 1%;
}

/*
 * CropIt
 */
.image-editor{
    width: 248px;
}
.cropit-preview img{
    max-width: none;
}
.cropit-preview {
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 25px;
    border: 1px solid #E4E1E6;
}
.cropit-preview-image-container {
    cursor: move;
}
input.cropit-image-input {
    visibility: hidden;
    display: none;
}
.cropit-preview-background {
    opacity: .2;
}
input.cropit-image-zoom-input {
    position: relative;
}

.cropit-image-zoom-input, .cropit-preview{
  display: none;
}

.cropit-preview.cropit-image-loaded{
  display: block;
}
.cropit-image-loaded.cropit-image-zoom-input:not([disabled]){
  display: inline-block;
}

.accordion {--bs-accordion-border-width: 0;}

.ltr{
    direction: ltr;
}

/*
 * Restawa theme override
 */
:root {
    --restawa-teal: #53999f;
    --restawa-teal-light: #6bb5bc;
    --restawa-teal-dark: #3d7a7f;
    --restawa-navy: #162535;
    --restawa-coral: #c35151;
    --restawa-bg-soft: #f8fbfc;
    --restawa-text: #1a2836;
    --restawa-text-soft: #4a5d6e;
    --restawa-border: rgba(22, 37, 53, 0.12);
    --restawa-shadow-sm: 0 10px 30px rgba(22, 37, 53, 0.08);
    --restawa-shadow-md: 0 18px 44px rgba(22, 37, 53, 0.14);
}

body.qrcdr {
    font-family: 'Outfit', system-ui, -apple-system, sans-serif;
    color: var(--restawa-text);
    background:
        radial-gradient(circle at 9% 8%, rgba(83, 153, 159, 0.18), transparent 34%),
        radial-gradient(circle at 92% 18%, rgba(195, 81, 81, 0.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, var(--restawa-bg-soft) 80%);
}

.restawa-nav {
    position: relative;
    z-index: 1200;
    background: rgba(22, 37, 53, 0.9) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 1.75rem;
    padding-right: 1.25rem;
}

.restawa-nav .navbar-brand {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.restawa-nav .navbar-brand:hover,
.restawa-nav .navbar-brand:focus {
    color: #fff;
}

.restawa-hero {
    background: linear-gradient(120deg, var(--restawa-navy) 0%, #22384f 50%, var(--restawa-teal) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.restawa-hero .display-1 {
    margin-bottom: 0.6rem;
    font-size: clamp(2.2rem, 4.8vw, 4rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.restawa-hero p {
    max-width: 52ch;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
}

.restawa-kicker {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.overlay-gradient {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%);
}

.placeresult {
    background: #fff !important;
    border: 1px solid var(--restawa-border);
    border-radius: 18px;
    box-shadow: var(--restawa-shadow-md);
    overflow: hidden;
}

.preloader {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
}

.generate_qrcode.btn-primary,
.btn-primary {
    border-radius: 14px !important;
    border: none;
    background: linear-gradient(135deg, var(--restawa-teal) 0%, var(--restawa-teal-light) 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(83, 153, 159, 0.35);
}

.generate_qrcode.btn-primary:hover,
.btn-primary:hover {
    background: linear-gradient(135deg, var(--restawa-teal-dark) 0%, var(--restawa-teal) 100%);
}

.btn-outline-primary {
    border: none;
    color: var(--restawa-teal-dark);
    background: rgba(83, 153, 159, 0.08);
}

.btn-outline-primary:hover {
    border: none;
    background: rgba(83, 153, 159, 0.12);
    color: var(--restawa-teal-dark);
}

.btn-outline-primary:focus,
.btn-outline-primary:active {
    border: none;
    box-shadow: none;
}

.nav-pills {
    gap: 0.45rem;
}

.nav-pills .nav-link {
    border-radius: 12px;
    border: 1px solid rgba(22, 37, 53, 0.12);
    color: var(--restawa-text-soft);
    background: rgba(255, 255, 255, 0.72);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--restawa-teal) 0%, var(--restawa-teal-light) 100%);
}

.accordion-item {
    border: 1px solid var(--restawa-border);
    border-radius: 16px;
    margin-bottom: 0.6rem;
    background: #fff;
    box-shadow: var(--restawa-shadow-sm);
    overflow: hidden;
}

.accordion-item .btn {
    border-radius: 0 !important;
}

.form-control,
.form-select,
.input-group-text {
    border-radius: 12px !important;
    border-color: rgba(22, 37, 53, 0.16);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--restawa-teal);
    box-shadow: 0 0 0 0.2rem rgba(83, 153, 159, 0.2);
}

.btn-group-toggle .btn {
    border-radius: 10px;
    border: 1px solid rgba(22, 37, 53, 0.12);
}

.btn-check:active + .btn,
.btn-check:checked + .btn {
    background: rgba(83, 153, 159, 0.16);
    border-color: rgba(83, 153, 159, 0.4);
}

input[type=range].qrcdr-slider-input::-webkit-slider-thumb,
input[type=range].qrcdr-slider-input::-moz-range-thumb,
input[type=range].qrcdr-slider-input::-ms-thumb {
    background: var(--restawa-coral);
}

.alert_placeholder .toast-header {
    background: var(--restawa-navy);
    color: #fff;
}

.alert_placeholder .toast-body {
    background: #fff;
    color: var(--restawa-text);
}

.footer a {
    color: var(--restawa-teal-dark);
    font-weight: 600;
}

.restawa-seo-block {
    margin-top: 0.75rem;
    padding: 1rem;
    border: 1px solid var(--restawa-border);
    border-radius: 5px;
    background: #fff;
    box-shadow: var(--restawa-shadow-sm);
}

.restawa-seo-block h2,
.restawa-seo-block h3 {
    color: var(--restawa-navy);
    font-weight: 800;
}

.restawa-seo-block h2 {
    font-size: 1.35rem;
    margin-bottom: 0.6rem;
}

.restawa-seo-block h3 {
    font-size: 1.05rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.restawa-seo-block p,
.restawa-seo-block li {
    color: var(--restawa-text-soft);
}

.restawa-seo-block ul {
    margin-bottom: 0;
}

.restawa-main {
    margin-top: 1.25rem;
}

.restawa-preview-col nav.navbar.sticky-top {
    padding: 0;
    margin: 0;
    top: 1rem;
}

.restawa-builder-card {
    border: 1px solid var(--restawa-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--restawa-shadow-sm);
    padding: 1rem;
}

.tab-content {
    border: 1px solid var(--restawa-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--restawa-shadow-sm);
    padding: 1rem;
}

.tab-pane h4 {
    margin-bottom: 0.9rem;
    font-weight: 800;
    color: var(--restawa-navy);
}

.toast {
    border: 1px solid var(--restawa-border);
    box-shadow: var(--restawa-shadow-sm);
}

.linksholder .btn {
    border-radius: 12px;
    border: 1px solid rgba(22, 37, 53, 0.14);
}

.linksholder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.restawa-nav .dropdown-menu {
    z-index: 1300;
    border-radius: 12px;
    border: 1px solid rgba(22, 37, 53, 0.16);
    box-shadow: var(--restawa-shadow-sm);
}

.restawa-lang .restawa-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 0.5rem;
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
}

.restawa-lang .restawa-lang-toggle::after {
    margin-left: 0.2rem;
}

.restawa-lang .lang-code {
    min-width: 1.4rem;
    text-align: center;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.lang-flag-svg {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.restawa-lang .restawa-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 170px;
    padding: 0.35rem;
}

.restawa-lang .restawa-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    font-weight: 600;
    color: var(--restawa-text);
    padding: 0.48rem 0.58rem;
}

.restawa-lang .restawa-lang-option.active,
.restawa-lang .restawa-lang-option:hover {
    background: rgba(83, 153, 159, 0.12);
    color: var(--restawa-teal-dark);
}

.restawa-lang .lang-name {
    line-height: 1.1;
}

#collapseSettings .accordion-item:first-child {
    margin-top: 0.7rem;
}

#collapseSettings .accordion-item > .btn.mb-2 {
    margin-bottom: 0 !important;
}

#collapseSettings .accordion-item .collapse,
#collapseSettings .accordion-item .collapsing {
    padding: 0;
}

#collapseSettings .accordion-item .collapse > *,
#collapseSettings .accordion-item .collapsing > * {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
}

#collapseSettings .accordion-item .collapse > *:first-child,
#collapseSettings .accordion-item .collapsing > *:first-child {
    padding-top: 0.8rem;
}

#collapseSettings .accordion-item .collapse > *:last-child,
#collapseSettings .accordion-item .collapsing > *:last-child {
    padding-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .restawa-hero .display-1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .navbar-brand span {
        font-size: 1rem;
    }

    .restawa-nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .restawa-lang .restawa-lang-toggle {
        margin-left: 0;
    }

    .restawa-lang .restawa-lang-menu {
        position: absolute !important;
        top: calc(100% + 8px);
        right: 0;
        left: auto;
    }

    .restawa-builder-card,
    .tab-content,
    .placeresult {
        border-radius: 14px;
    }

    .restawa-preview-col nav.navbar.sticky-top {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .restawa-main {
        margin-top: 0.8rem;
    }

    .restawa-builder-card {
        padding: 0.75rem;
    }

    .tab-content {
        padding: 0.75rem;
    }

    .restawa-hero .display-1 {
        font-size: 2rem;
    }

    .restawa-hero p {
        font-size: 0.95rem;
    }
}

/* Unified corner radius */
button,
.btn,
.form-control,
.form-select,
textarea,
input,
.input-group-text,
.card,
.accordion-item,
.tab-content,
.placeresult,
.restawa-builder-card,
.toast,
.modal-content,
.dropdown-menu,
.nav-pills .nav-link,
.btn-group-toggle .btn,
.rounded-pill,
.rounded-0 {
    border-radius: 5px !important;
}
