/*!
 * QRcdr - php QR Code generator
 * Copyright 2015-2020 Nicola Franchini
 * item sold on codecanyon https://codecanyon.net/item/qrcdr-responsive-qr-code-generator/9226839
 */

/* Start CSS For mobile background image With QR */

#upload-mobile-background .image-upload-vcard {
	width: 100% !important;
	/* height: auto; */
}


.i-bg {
    position: relative;
  }
  .i-bg i {
    position: absolute;
    background: #ddd;
    color: #000;
    padding: 11px;
    text-align: center;
    width: 35px;
    border-radius: 5px 0 0 5px;
  }
  .i-bg  .form-control{
    padding-left: 42px;
  }
  .i-bg  .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #ced4da;
    box-shadow: none;
  }
  .social_span img{width:20%;}

#download {
    background: #3259ca;
    border: 0;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 2px #666;
  }
.select-Qr.row.mt-3 {
	height: 274px;
	overflow-y: scroll;
}
.data-qr-shape.cover-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}

.url-img-for-bg.url-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}

.profile-img-for-bg.profile-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}
.data-img2.cover-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}
.data-qr-img2.cover-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}

.url-img-for-bg.url-active {
	border-color: #2f47a7 !important;
}
.profile-img-for-bg.profile-active {
	border-color: #2f47a7 !important;
}
.data-img2.cover-active {
	border-color: #2f47a7 !important;
}

.data-qr-img2.cover-active {
	border-color: #2f47a7 !important;
}
.data-qr-shape.cover-active {
	border-color: #2f47a7 !important;
}
#imageWithQr .data-img2 {
	border: solid 1px #e9ebf4;
	padding: 4px;
}

.data-qr-shape {
	border: solid 1px #e9ebf4;
	padding: 4px;
}

.profile-img-for-bg {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
}
.profile-img-for-bg {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
	border: solid 1px #e9ebf4;
	padding: 4px;
}

.url-img-for-bg {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
}

.url-img-for-bg {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
	border: solid 1px #e9ebf4;
	padding: 4px;
}

.data-img2 {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
}
.data-qr-img2 {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
}

.data-qr-shape {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
}
/* End CSS For mobile background image With QR */

a:hover, a:focus, a:active{
    text-decoration: none;
}
hr{
    border-color: #c7c7c7;
}
.form-control{
    /* background-color: rgba(0,0,0,0.01); */
	background-color: rgb(187 187 187 / 14%);
    border: 1px solid #ccc;

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


#collapseSettings {
	width: 100%;
}
#dataTabs {
	width: 100% !important;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl{
	/*display:block; */
}
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;
}


/* Custom CSS We adding  */
   /*.avatar {
	border: 0.3rem solid rgba(#fff, 0.3);
	margin-top: -2rem;
	margin-bottom: 1rem;
	max-width: 9rem;
	position: relative;
}*/
.avatar {
	border: 0.3rem solid rgba(#fff, 0.3);
	margin-top: -2rem;
	margin-bottom: 1rem;
	max-width: 9rem;
	position: relative;
    /* left:24%; */
	left: 30%;
	right:auto;
	width: auto;
	height: auto;
}
.bg-primary.position-relative .row.py-5 {
	padding: 20px !important;
}
    #design_secondary_color_card img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        
    }
    
    .card_list {
        margin: 0;
        padding: 0;
    }

    .sm-t {
        font-size: 12px;
    }

    .rg-t.one-line.notranslate {
        color: #141A22;
    }

    ul.card_list li {
        list-style: none;
        padding: 10px 0;
        margin: 0;
        border-bottom: solid 1px #ECEEF7;
        text-align: left;
    }
    ul.pr_web_cards li{
        text-align: center !important;
    }

.btn-floating.btn-primary.add_to_contact.primary_wrapper_color.primary-color-bg {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	height: 47px;
	position: relative;
	/* z-index: 1; */
	z-index: 10;
	vertical-align: middle;
	/* display: ; */
	overflow: hidden;
	transition: all .2s ease-in-out;
	margin: 10px;
	cursor: pointer;
	width: 123px !important;
	display: inline-flex !important;
	/* font-size: 11px !important; */
	border-radius: 60px !important;
	padding: 7px 7px 7px 7px !important;
	float: right;
	text-decoration: none;
}
    .card .fa.fa-phone-square {
        margin-top: 26px;
        color: #483340;
        font-size: 20px;
    }
    .card {
        margin-top: 20px;
    }

    .btn-floating.btn-primary.add_to_contact i.fa.fa-address-book {
        line-height: 34px !important;
        background: #00000059 !important;
        border-radius: 50px !important;
        margin: 0 0px 0 4px !important;
        width: 60px !important;
    }

    .image-upload-vcard > input {
        display: none;
    }
	.owl-carousel.owl-theme .item li {
	list-style-type: none;
}

.owl-carousel.owl-theme {
	display: flex;
	align-items: center;
}
.owl-carousel.owl-theme .item li a i {
	border-radius: 100px;
	width: 44px;
	height: 44px;
	margin: auto;
	padding: 11px 0;
	background: #1b74eb;
	color: #fff;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	line-height: 1.2;
}

.owl-carousel.owl-theme .item li a {
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.owl-carousel.owl-theme .item {
	margin-right: 25px;
}
.data-img.cover-active i {
	font-size: 24px;
}


.image-upload-vcard label {

	margin: 5px;

}
.image-upload-vcard label i {
	font-size: 29px;
}
.image-upload-vcard {
	background-size: cover;
	height: calc(100% - 10px);
	background-position: center;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#collapseOne .data-img {
	border: solid 1px #e9ebf4;
	padding: 4px;
}


#collapseOne .col-md-2 {
	padding-right: 8px;
    padding-left: 8px;
}
.data-img.cover-active {
	border-color: #2f47a7 !important;
}

.profile-img.profile-active {
	border-color: #2f47a7 !important;
}
.profile-img.profile-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}

.vcard-profile-img.vcard-profile-active {
	border-color: #2f47a7 !important;
}


.vcard-profile-img.vcard-profile-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 10px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}
.data-img.cover-active::before {
	content: "\f00c";
	position: absolute;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	left: 5px;
	background: #2A43A5;
	color: #fff;
	border-radius: 30px;
	padding: 3px 0 0 4px;
	font-size: 9px;
	width: 16px;
	height: 16px;
}
.owl-carousel.owl-theme .item li a:hover span {
	color: #e5e3e3;
}
.card-header {
	border-bottom: none;
	border-bottom: solid 1px #e8eaf3;
}
/*.order-last .navbar:first-child {
	padding: 0;
	width: 100%;
	min-height: 567px;
	color: #808ea7;
	max-height: 567px;
	overflow: auto;
	margin-top: 2rem;
	background-color: #5888FB !important;
	background: #136a8a;
	background: -webkit-linear-gradient(to right, #267871, #136a8a);
	background: linear-gradient(to right, #267871, #136a8a);
}*/
.order-last .navbar#placeholder-preview {
	padding: 0;
	width: 100%;
	min-height: 567px;
	color: #808ea7;
	max-height: 567px;
	overflow: auto;
	margin-top: 2rem;
	background-color: #5888FB !important;
	background: #136a8a;
	background: -webkit-linear-gradient(to right, #267871, #136a8a);
	background: linear-gradient(to right, #267871, #136a8a);
}
.topbg_cover {
	margin: 0 -15px;
	max-height: 230px;
	min-height: 230px;
	overflow: hidden;
}

#design_primary_color_card {
	position: relative;
	min-height: 200px;
	margin: -30px -15px 0 -15px;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.data-img {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
}

.placeresult.bg-light.d-grid {
	margin: 20px 0;
}
#collapseSettings {
	margin-top: 35px;
}
#design_primary_color_card  ul {
	margin: 0;
	padding: 0;
	display: block;
}

#collapseSettings button {
	box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
}
.btn-floating.btn-primary.add_to_contact.primary_wrapper_color.primary-color-bg i {
	display: none;
}
.accordion > .card {
	overflow: hidden;
	padding-top: 0;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
	border: none;
}
.card {
	box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
	border: none;
}
.btn.btn-link.btn-block.text-left::after {
	content: "\f068";
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all 0.3s;
	font: normal normal normal 14px/1 FontAwesome;
}

.btn.btn-link.btn-block.text-left.collapsed::after {
	content: "\f067" !important;
}    
.data-img:hover {
	border: 1px solid #4b75f8 !important;
}

/* vcardpro */
.profile-img {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
	border: solid 1px #e9ebf4;
	padding: 4px;
}

.image-upload-vcard {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
	border: solid 1px #e9ebf4;
	padding: 4px;
}

.image-upload-vcard:hover {
	border: 1px solid #4b75f8 !important;
}

.profile-img:hover {
	border: 1px solid #4b75f8 !important;
}

/* vcard */
.vcard-profile-img {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: calc(100% - 10px);
	border-radius: 4px;
	border: solid 1px #e9ebf4;
	padding: 4px;
}

.vcard-profile-img:hover {
	border: 1px solid #4b75f8 !important;
}


#accordionExample br {
	display: none;
}

#design_primary_color_card h4 {
	color: #000;
}

#design_primary_color_card p {
	color: #000;
}

.card {
	border: solid 1px #88888a1a !important;
	box-shadow: 0px 0px 3px #88888a3a !important;
		border-radius: 4px;
}


body {

	background: #e5e3e3;
}
.placeresult.bg-light.d-grid {
	box-shadow: 1px 2px 5px #f9f9f9;
}

.card-header {
	border-bottom: none;
}

.owl-carousel.owl-theme .item li a:hover i {
	background: #fff;
	color: #0c81ff;
}
.bg-primary.position-relative {
	background: #136a8a;
	background: -webkit-linear-gradient(to right, #267871, #136a8a);
	background: linear-gradient(to right, #267871, #136a8a);
}

.logo_sec img {
	width: 100%;
	max-width: 86px;
}
.logo_sec {
	margin-bottom: 20px;
}

#hero-1 .badge.badge-warning {
	width: 100%;
	margin: 10% 0%;
	text-align: ;
	background-color: #345bcc;
}

#hero-1 .d-inline-block.d-sm-inline-block {
	color: #fff;
	font-size: 1.2rem;
	/* text-transform: uppercase; */
	padding-top: 10px;
}

#hero-1 .fa {
	font-size: 1.5rem;
    padding-right: 10px;
}


.accordion .card {
	background-color: #3259ca !important;
}
.accordion .card-header {
	padding: 0.5% !important;
}
.accordion .collapse {
	background-color: #fff !important;
	padding: 10px;
}
.btn.btn-link.btn-block.text-left {
	color: #fff !important;
	text-decoration: none;
}

.btn.btn-link.btn-block.text-left:hover {
	color: #f7cb07 !important;
	text-decoration: none;
}

#collapseSettings button {
	border-radius: 0px !important;
    padding-left: 6% !important;
	padding-top: 2.3% !important;
	color: #fff !important;
	border: 2px solid #3259ca;
	background-color: #3259ca;
	background-color: #128abd;
	border: 1px solid #0a5893;
}

.btn.btn-rose.tra-grey-hover.last-link {
	background-color: #3259ca !important;
	border: #3259ca;
}


#hero-1 {
    background-image: url("../admin/images/banner-2.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.accordion .fa {
	padding-right: 5px;
}

.active .d-inline-block.d-sm-inline-block {
	color: #277802 !important;
}

.gallery-remove i {
	padding: 0!important;
}

.gallery-remove i:hover {
	color: #fff;
}

.img_gallery_wr img {
	height: 150px;
	width: 100%;
}


.gallery-remove i {
	padding: 0 !important;
}

.gallery-remove {
	position: absolute;
	background: #4e238c;
	border-radius: 50%;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -10px;
	right: 4px;
	font-size: 14px;
}

.wsmenu-list.nav-rose-hover .nl-simple a:hover {
	color: #ffd207 !important;
}

#upload-image-upload-gallery-upload {
	margin: 30px 0;
}
.card .fa.fa-phone-square {
	margin-top: 17px!important;

}

.btn-floating.btn-primary.add_to_contact.primary_wrapper_color.primary-color-bg {

	height: auto!important;

}

/* 22-07-2022 */

.linksholder .btn.btn-default {
	width: 23% !important;
	background-color: #ffd207;
	padding: 9px !important;
	border-radius: 12px;
	margin: 11px;
}
#upload-image-custom .image-upload-vcard {
	width: 100% !important;
}
#upload-image-custom-profile .image-upload-vcard {
	width: 100% !important;
}
.img_gallery_wr a {
	pointer-events: none;
}
#gallery-preview img {
	height: auto !important;
}

/*.btn-floating.btn-primary.add_to_contact.primary_wrapper_color.primary-color-bg {
	height: 60px !important;
	position: fixed;
	top:290px;
	z-index:999999;
	left: 80%; right:auto;
    font-size: 14px!important;
    visibility: visible;
    display: flex;
    align-items: center;
    font-weight:600;
}*/
/*.btn-floating.btn-primary.add_to_contact.primary_wrapper_color.primary-color-bg {
	height: 60px!important;
	position: absolute;
	top:400px;
	z-index:999999;
	left: 60%; right:auto;
    font-size: 14px!important;
    visibility: visible;
    display: flex;
    align-items: center;
    font-weight:600;
}*/

.btn-floating.btn-primary.add_to_contact.primary_wrapper_color.primary-color-bg {
    height: 60px!important;
    position: sticky;
    top: 85%;
    z-index: 10;
    left: auto;
    right: 0;
    font-size: 14px!important;
    visibility: visible;
    display: flex;
    align-items: center;
    font-weight: 600;
	text-decoration: none;
}

				#design_primary_color_card {

					position: sticky;
					top: 0;
					height: 100%;
					z-index: 99;
				}
@media only screen and (min-width:768px) and (max-width:989px){
	.avatar {
	margin-top: -2rem;
	left:10%;
    }
}	
				
@media only screen and (min-width:990px) and (max-width:1199px){
	.avatar {
	margin-top: -9rem;
	left:0%;
    }
}				
				
@media only screen and (min-width:1920px){
.btn-floating.btn-primary.add_to_contact.primary_wrapper_color.primary-color-bg {left: 60%; right:auto;}
}

#frame-select-main-wrap {
	display: none !important;
}
.top-icon-preview li {
	display: inline-block;
	width: 50px;
	height:50px;
	padding: 12px;
	border-radius: 50%;
	border: 2px solid #fff !important;
}
.top-icon-preview .fa {
	color: #fff !important;
	font-size:20px;
}
.col-md-2.image-check {
    width: 20% !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 5px;
}

.allQRTypes .type-card-insert {
	padding: 14px 0;
}

.allQRTypes .type-card-img {
	width: 25px;
}

.allQRTypes .type-card-img:hover {
	filter: hue-rotate(265deg);
}

.allQRTypes .type-card-title {
	font-size: 14px;
}

.allQRTypes .type-card-link:hover .type-card-insert {
	background: #eef2ff;
	background-color: #eef2ff;
	border: 1px solid #007bff;
	color: #007bff;
}

.allQRTypes .type-card-link.active .type-card-insert {
    background-color: #ffffff; 
    border: 1px solid #007bff; 
}

.allQRTypes .type-card-link.active .type-card-title {
    color: #007bff; 
}
