/*!
 * QRcdr - php QR Code generator
 * Copyright 2024 SECNP, LLC
 */
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;
}
a,
a:hover {
    color: #000;
}

.btn-primary {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #000;
    border-color: #000;
}

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




/* ==================== Dashboard Css Start ==================== */

.dashboard-page-content form.qr-code-form {
    justify-content: space-between;
    padding: 0 15px;
}
.dashboard-page-content form.qr-code-form .qr-search-filter {
    display: flex;
    align-items: center;
    gap: 15px;
}
.dashboard-page-content .table .thead-dark a {
    color: #fff;
}
.dashboard-page-content form.qr-code-form select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 22px;
    height: auto;
    display: block;
    padding: 10px 45px 10px 15px;
}

.dashboard-menu {
    max-width: 160px;
    position: sticky;
    background-color: rgb(245, 243, 241);
    /* height: 100%; */
    width: 100%;
    padding: 30px 10px;
    overflow-y: auto;
}
.dashboard-page-content {
    max-width: calc(100% - 160px);
    width: 100%;
}
.dashboard {
    width: 100%;
    overflow: hidden;
    align-items: stretch;
    display: flex;
}
.dashboard-menu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
}
.dashboard-menu ul li:last-child {
    border: 0;
}
.dashboard-menu ul li a {
    color: #000;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 5px 0;
}
.dashboard-menu ul li a.active,
.dashboard-menu ul li a:hover {
    background: rgba(126, 104, 78, 0.16);
}
.dashboard-menu ul li:first-child {
    margin-top: 0;
}
.dashboard-menu ul li:last-child {
    margin-bottom: 0;
}
.dashboard-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.dashboard-menu::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.dashboard-menu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.dashboard-page-content .container {
    max-width: 100%;
}
.dashboard-content-main .nav .nav-item {
    max-width: calc(100% / 5);
    width: 100%;
    padding: 0 10px;
}
.dashboard-content-main .nav .nav-item .nav-link {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    color: #000;
    gap: 5px;
    border: 2px solid rgba(126, 104, 78, 0.24);
    border-radius: 0;
    height: 100%;
    justify-content: end;
}
.dashboard-content-main .nav .nav-item .nav-link span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.dashboard-content-main .nav {
    align-items: stretch;
    row-gap: 10px;
    margin: 0 -10px;
}
.dashboard-content-main .nav .nav-item .nav-link i {
    font-size: 21px;
}
.dashboard-content-main .nav .nav-item .nav-link:hover {
    border-color: rgb(183, 180, 174);
}
.dashboard-content-main .nav .nav-item .nav-link.active {
    border-color: #000;
}
.dashboard-content-main .tab-content .tab-pane .form-group select {
    padding: 10px 45px 10px 15px;
    background-position: 10px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 22px;
    height: auto;
}
.dashboard-content-main .tab-content .tab-pane input {
    font-size: 16px;
    line-height: 22px;
    height: auto;
    padding: 10px 15px;
}
.dashboard-content-main .accordion .accordion-item button {
    border: 1px solid #000;
    color: #000;
    position: relative;
    padding: 10px 50px 10px 15px;
    display: flex;
    align-items: center;
}
.dashboard-content-main .accordion .accordion-item button .arrow-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms linear;
}
.dashboard-content-main .accordion .accordion-item button:not(.collapsed) .arrow-icon {
    transform: translateY(-50%) rotate(180deg);
    transition: 300ms linear;
}
.dashboard-content-main .accordion .accordion-item button span {
    margin-left: 10px;
}
.dashboard-content-main .accordion .accordion-item button:hover {
    background: #fff;
}
.dashboard-content-main .accordion .accordion-item input {
    padding: 10px 15px;
    cursor: pointer;
}
.dashboard-content-main .accordion .accordion-item button {
    padding: 10px 15px;
    background: #fff;
}
.dashboard-content-main .accordion .accordion-item .image-editor {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
}
.dashboard-content-main .accordion .accordion-item .image-editor .cropit-preview.cropit-image-loaded {
    width: 200px !important;
    height: 200px !important;
    margin: 0;
}
.dashboard-content-main .accordion .accordion-item .styleselecta {
    display: flex !important;
    flex-wrap: wrap;
}
.dashboard-content-main .accordion .accordion-item .styleselecta label.btn {
    width: 60px;
    height: 60px;
    margin: 5px;
    border: 2px solid rgba(126, 104, 78, 0.24);
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.dashboard-content-main .accordion .accordion-item .styleselecta label.btn.active {
    border-color: #000;
}
.dashboard-content-main .accordion .accordion-item .styleselecta label.btn svg {
    width: 30px;
    height: 30px;
}
.dashboard-content-main .accordion .accordion-item input[type=range] {
    opacity: 1;
    padding: 0;
    margin: 20px 0 10px;
}
.dashboard-content-main .accordion .accordion-item .qrcdr-slider label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.dashboard-content-sidebar .placeresult .resultholder {
/*    width: 50;*/
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.dashboard-content-sidebar .placeresult {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    box-shadow: none;
    background: transparent !important;
    height: 100%;
}
.dashboard-content-sidebar .navbar {
    background: rgb(249, 247, 246);
    justify-content: center;
    height: 100%;
}
.dashboard-content-sidebar,
.dashboard-content-main,
.dashboard-page-content .container,
.dashboard-page-content .container > .row {
    height: 100%;
}
.dashboard-content-main .tab-content .tab-pane .input-icon i {
    position: absolute;
    bottom: 10px;
    font-size: 20px;
    left: 15px;
}
.dashboard-content-main .tab-content .tab-pane .input-icon {
    position: relative;
}
.dashboard-content-main .tab-content .tab-pane .input-icon input {padding: 10px 15px 10px 45px;}
.dashboard-content-main .tab-content .tab-pane#email .input-icon i,
.dashboard-content-main .tab-content .tab-pane#sms .input-icon i {
    left: 25px;
    bottom: 12px;
}
.dashboard-content-main .tab-content .tab-pane#location .input-icon button i {
    position: relative;
    bottom: unset;
    left: unset;
}
.dashboard-content-main .tab-content .tab-pane#paypal .input-icon i {
    left: 25px;
    bottom: 32px;
}
.qr-view h3 {
    padding: 0;
    margin-bottom: 20px;
}
.qr-view p {
    font-size: 14px;
}
#edit_qr_code .edit_qr_code-field select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 22px;
    height: auto;
    display: block;
    padding: 10px 45px 10px 15px;
}
#edit_qr_code .edit_qr_code-field input,
#edit_qr_code .edit_qr_code-field textarea {
    padding: 10px 15px;
}
.data-chart-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}
.data-chart-main-inner {
    max-width: calc(50% - 15px);
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: 15px;
    background: #f5f5f5a1;
}
.data-chart-main-inner h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0;
}
.dashboard-page-content table tbody tr td:last-child a,.dashboard-page-content table tbody tr td:last-child button {
    display: inline-flex;
    border: 1px solid #000;
    margin: 0 3px 3px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    /*padding: 5px 10px;*/
    width: 35px;
    height: 30px;background-color:#ffffff;
}
.qr_code_link-copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qr_code_link-copy p {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.qr_code_link-copy #qr_code_link {
    max-width: 75%;
    width: 100%;
    display: block;
    word-break: break-all;
    background: #f9f7f6;
    padding: 2px 5px;
}
.qr_code_link-copy .btn#copy_qcg_url {
    max-width: 25%;
    width: 100%;
}
.file-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.file-dropdown a {
    max-width: 30%;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.file-dropdown a:hover {
    background: #000;
    color: #fff;
}

.copy-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    bottom: 30px;
    z-index: 100;
    display: none;
}

/* ==================== Dashboard Css End ==================== */


/*========================== Responsive start  ===================*/


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

    .dashboard-content-main .col-9.pb-2 {
        max-width: 100%;
        flex: 100%;
    }



}

@media screen and (max-width: 991px) {
    .dashboard-page-content table tbody tr td a {
        margin: 0 0px 3px;
    }

    .dashboard-menu {
        max-width: 120px;
        padding: 0;
        overflow-y: auto;
    }

    .dashboard-page-content {
        max-width: calc(100% - 120px);
    }

    .dashboard-page-content form.qr-code-form select {
        min-width: 180px;
    }

}


@media screen and (max-width: 767px) {
    .dashboard {
        flex-wrap: wrap;
    }

    .dashboard-page-content {
        max-width: 100%;
    }

    .dashboard-menu .dashboard-menu-icon {
        width: 40px;
        height: 40px;
        display: inline-block;
        background: rgb(245, 243, 241) url(./images/menu-icon.svg) no-repeat center;
        background-size: 32px;
        margin: 10px 10px 0px;
    }

    .dashboard-menu ul {
        position: fixed;
        width: 120px;
        z-index: 99;
        background: rgb(245, 243, 241);
        left: -130px;
        transition: all ease-in-out 0.5s;
        height: 100%;
        top: 127px;
        height: calc(100vh - 127px);
        overflow: auto;
    }

    .menu-open .dashboard-menu ul {
        left: 0;
    }

    .dashboard-menu {
        max-width: 120px;
        padding: 0;
        overflow-y: auto;
        z-index: 1;
        background: transparent;
    }

    .menu-open {
        overflow: hidden;
    }

    .dashboard-content-main .nav .nav-item {
        max-width: calc(100% / 3);
    }

    .dashboard-content-main .accordion .accordion-item button span {
        margin-left: 10px;
        font-size: 16px;
    }

    .dashboard-content-main .accordion .accordion-item button .arrow-icon {
        width: 14px;
    }


    .dashboard-content-main .accordion .accordion-item .styleselecta label.btn {
        width: 40px;
        height: 40px;
        margin: 2px;
        padding: 5px !important;     
    }

    .dashboard-content-main .accordion .accordion-item .styleselecta label.btn svg {
        width: 20px;
        height: 20px;
    }

    .dashboard-page-content .h3, .dashboard-page-content h3 {
        font-size: 1.25rem;
        margin: 0 !important;
    }

    form {
        margin-bottom: 30px;
    }

    .data-chart-main-inner {
        max-width: 100%;
        width: 100%;     
    }


    #footer-info {
        padding-bottom: 0px;
    }

    td.cls-action {
        min-width: 175px;
    }

}

.bootbox.modal{
    top : 150px !important;
}
.page-link,.page-item.disabled .page-link {
    border: 1px solid #000;
    color: #000;
}
.page-link:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.page-item.active .page-link {
    background: #000;
    border-color: #000;
}
.page-item.disabled .page-link {
    opacity: 0.4;
}
.modal-open .modal-backdrop.show {
    display: none;
}
.modal {
    background: rgba(0,0,0,0.5)
}
.modal .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%) !important;
    width: 100%;
}
.daterangepicker .ranges li.active,.daterangepicker td.active, .daterangepicker td.active:hover{
        background: #000 !important;
}
@media (max-width: 767px) {
    .modal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
}
  .template-item:hover {
        transform: scale(1.05);
    }
    .template-item:hover .hover-overlay {
        opacity: 1 !important;
    }
    .template-item input:checked + .hover-overlay {
        background: rgba(0, 128, 0, 0.7);
    }
    .template-grid {
        margin: 0 auto;
        max-width: 1200px;
    }
    .hover-overlay {
        z-index: 2;
    }