/*!
 * 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-label {
    border: none;
}

label.custom-file-label:after {
    content: "\f093" !important;
    font-family: 'FontAwesome';
    width: 100%;
    border: none;
    text-align: center;
    border-radius: .25rem;
}

.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;
}

/* 
* Headings
*/
h1 {
    font-size: 2.1rem;
}

.display-4 {
    font-size: 2.5rem;
}

.display-3 {
    font-size: 3rem;
}

.display-2 {
    font-size: 3.5rem;
}

.display-1 {
    font-size: 4rem;
}

@media (min-width: 576px) {
    h1 {
        font-size: 2.2rem;
    }

    .display-4 {
        font-size: 3rem;
    }

    .display-3 {
        font-size: 3.5rem;
    }

    .display-2 {
        font-size: 4rem;
    }

    .display-1 {
        font-size: 4.5rem;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.3rem;
    }

    .display-4 {
        font-size: 3.5rem;
    }

    .display-3 {
        font-size: 4rem;
    }

    .display-2 {
        font-size: 4.5rem;
    }

    .display-1 {
        font-size: 5rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.4rem;
    }

    .display-4 {
        font-size: 4rem;
    }

    .display-3 {
        font-size: 4.5rem;
    }

    .display-2 {
        font-size: 5rem;
    }

    .display-1 {
        font-size: 5.5rem;
    }
}

@media (min-width: 1200px) {

    h1 {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 4.5rem;
    }

    .display-3 {
        font-size: 5rem;
    }

    .display-2 {
        font-size: 5.5rem;
    }

    .display-1 {
        font-size: 6rem;
    }
}

/* 
* 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;
}

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;
}


/* New style 29 july*/
ul.nav.nav-pills.nav-fill {
    background: #dfe4e8 !important;
    border-radius: 10px !important;
}

.nav-pills .nav-link {
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 1rem 10px !important;
    white-space: nowrap !important;
    background: transparent !important;
}

.bg-primary,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
label.custom-file-label:after {
    color: #4f4abb !important;
    background-color: transparent !important;
    border-bottom: 2px solid #4f4abb !important;
    border-radius: 5px !important;
}

.btn-outline-primary,
.btn-outline-primary:disabled,
a.btn-outline-primary {
    border-color: #878787 !important;
    color: #666 !important;
}

.form-control,
.rounded-0,
select.form-select.custom-select {
    border-radius: 10px !important;
}

.rounded-pill {
    border-radius: 1rem !important;
}

a.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    border-color: #878787 !important;
    color: #fff !important;
    background: var(--Grediant, linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%), linear-gradient(132deg, #02c7f3 0, #6f16e2 95.81%)) !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control,
.was-validated .custom-select:valid,
.was-validated .custom-select:valid,
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #878787 !important;
    height: 50px;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #8b8b8b !important;
}

.bg-primary,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
label.custom-file-label:after {
    background-color: transparent !important;
}

ul.nav.nav-pills.nav-fill a.nav-link.active.rounded-pill {
    background: transparent !important;
}

.generate_qrcode.rounded-pill {
    background: var(--Grediant, linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%), linear-gradient(132deg, #02c7f3 0, #6f16e2 95.81%));
    color: #fff;
}

.was-validated .custom-select:valid {
    border-color: #878787;
}

span.input-group-text,
button.btn.btn-outline-primary.venomaps-get-coordinates {
    border-color: #7858b2 !important;
    color: #fff !important;
    background: var(--Grediant, linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%), linear-gradient(132deg, #02c7f3 0, #6f16e2 95.81%)) !important;
    border-radius: 10px !important;
    overflow: hidden;
    margin-left: 10px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

label {
    font-size: 14px;
}

ul.nav.nav-pills.nav-fill a.nav-link.active.rounded-pill {
    color: #fff !important;
    background: var(--Grediant, linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%), linear-gradient(132deg, #02c7f3 0, #6f16e2 95.81%)) !important;
    border-radius: 10px !important;
}