@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}

.navbar-vertical.navbar-expand-lg .navbar-collapse {
    border-right: 1px solid #d5dadd;
    background: #222;
}
.navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
    padding: 1rem 1.5rem;
    justify-content: flex-start;
    color: #fff;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.main-content {
    position: relative;
    z-index: 11;
    color: #000;
    display: inline-block;
    min-height: 100px;
    float: left;
    width: 100%;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: flex;
    justify-content: space-between;
}
.stepwizard {
    width: 100%;
    position: relative;
    justify-content: space-around;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 16px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 87%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-top: 1px dashed #ccc;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.LogoArea {
    min-height: 100vh;
    color: #000;
    border-right: 1px solid #ddd;
    position: fixed;
    left: 0;
    width: 35vw;
    overflow: auto;
    display: flex;
    align-items: center;
    /*padding: 50px 0;
    flex-direction: column; */
    height: 100vh;
}
.CardBackground {
    margin: 3rem 0;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5rem 0 0;
    margin: auto;
}
.LogoArea .logo {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 100px;
}
.LogoArea .logo img {
    width: 100%;
}
.CardContent .CardName h4 {
    margin-bottom: 15px;
}
.stepwizard-step a {
    border: 1px solid #1b468e;
    color: #1b468e;
    font-size: 18px;
    padding: 0;
    background: #fff;
}
.stepwizard-step a:hover{
    border-color: #ccc;
    color: #ccc;
    background: #fff;
}
.CardCreate {
    border-radius: 10px;
    /* width: 85%; */
    margin: 0 auto;
    background: #fff;
    min-height: 180px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px 0 rgb(49 49 93 / 13%), 0 15px 35px 0 rgb(49 49 93 / 10%);
    display: table;
    margin: 0 auto;
    max-width: 526px;
    /*padding-bottom: 10px*/
}
.main-content #preview_container .CardCreate {
    width: 85%;
}
.sticky-card-content #sponsered_by_sec {
    position: relative;
    top: 80px;
}
.CardCreate .CardCover {
    min-height: 100px;
    border-radius: 8px 8px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 190px;
    overflow: hidden;
}
.CardCreate .CardCover .CoverImg {
    background: transparent;
    padding: 0;
    align-items: center;
    overflow: hidden;
    margin: auto;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0;
    max-height: 190px;
}
.CardCreate .CardCover .CoverImg:after {
    content: "";
    /*background: rgba(0,0,0,.25);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.CardCreate .CardCover .CoverImg.rounded-img {
    border-radius: 250px;
    width: 220px;
    max-height: 220px;
    min-height: 220px;
    margin-top: 1rem;
    padding: 0
}
.CardCreate .CardCover .CoverImg.rounded-img img {
    width: 100%;
    position: static;
    min-height: 220px;
}
.CardCreate .CardCover .CoverImg img {
    width: 100%;
    position: static;
    min-height: auto;
    max-height: 205px;
    max-width: 100%;
    object-fit: cover;
}
.CardCreate .CardCover .upload-btn-wrapper {
    padding: 0.5rem 0.875rem;
    font-size: .875rem;
    line-height: 1.5;
    background: transparent;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: all .3s;
    position: relative;
}
.CardCreate .CardCover .upload-btn-wrapper {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9;
}
.CardCreate .CardCover .upload-btn-wrapper .btn {
    border: 0;
    color: gray;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    min-width: 160px;
    height: 38px;
    background: #fff;
    margin: 0 auto;
}
.CardCreate .CardCover .upload-btn-wrapper .btn img {
    position: static;
    width: 18px;
    margin: -5px 0 0 0;
}
.CardCreate .CardCover .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.CardCreate .CardCover img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 13px;
}
.CardCreate .CardLogo {
    width: 80px;
    margin: 0 auto;
    height: auto;
    position: absolute;
    display: flex;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
}
.CardCreate .CardLogo img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.CardCreate .CardCover img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
.CardName {
    width: 100%;
    text-align: left;
}
.CardName h5 {
    font-size: 1.1rem;
}
.CardName.with-icon h5 {
    margin: 0;
    font-weight: 400;
}
.CardName h2 {
    margin: 0;
    font-size: 1.8rem;
}
.contact-icon {
    width: 35px;
    height: 35px;
    background: #1b468e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
    flex-shrink: 0;
}
.contact-icon svg {
    width: 20px;
}
.stepwizard-step a.btn-primary, .btn.btn-primary, .CardContent.card-preview .btn.btn-primary{
    background: #1b468e;
    color: #fff;
    border-color: #1b468e;
}
ul.field-items {
    list-style: none;
    padding: 5px;
    margin: 0;
    display: inline-block;
}
ul.field-items li {
    text-align: center;
    display: inline-block;
}
ul.field-items li a, ul.field-items li button, ul.field-items li, ul.field-items li.security-option, ul.field-items li.security-option span.field-popup-sec{
    background: #f5f5f5;
    color: #1b468e;
    border-radius: 4px;
    width: 110px;
    margin: 5px;
    padding: 12px 0px;
    transition: 0.5s ease;
    border: 0;
    float: left;
    cursor: pointer;
}
/*.CardName.with-icon span {
    line-height: normal;
}*/
#preview_accreditations span.badge.bg-light,
#preview_services span.badge.bg-light,
#preview_accreditations span.badge,
#preview_services span.badge {
    background: #e6e8ea !important;
    font-weight: normal;
    padding: 2px 5px;
    line-height: normal;
    border-radius: 5px;
    font-size: 12px;
}


ul.field-items li a:hover, ul.field-items li button:hover {
    box-shadow: 0px 0px 5px #888;
}
ul.field-items li a.disabled svg, ul.field-items li a.disabled span, ul.field-items li button.disabled svg, ul.field-items li button.disabled span {
    color: #acb9be;
}
ul.field-items li span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #000;
    margin: 3px 0 0 0;
}
ul.field-items li a svg, ul.field-items li button svg {
    color: #000;
}

ul.field-items li a.disabled:hover, ul.field-items li button.disabled:hover{
    cursor: not-allowed;
}

.CardName span a, .CardName.with-icon span a {
    color: #222;
    text-decoration: none;
}
.CardContent {
/*    overflow: auto;
*/    position: relative;
    z-index: 1;
    margin-top: 0;
    display: inline-block;
    width: 100%
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="file"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0.4em;
    background-color:#fff !important;
    resize: none;
    outline: none;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="url"]:hover {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0.4em;
    background: #fff;
    resize: none;
    outline: none;
}
#card_control select#card_type {
    height: 44px;
}
input[type="text"]#by_column_value {
    height: auto;
    padding: 0.4375rem 0.75rem;
}
  input[type="text"]:focus + label[placeholder]:before,
  input[type="email"]:focus + label[placeholder]:before,
  input[type="password"]:focus + label[placeholder]:before,
  textarea[type="password"]:focus + label[placeholder]:before,
  input[type="utl"]:focus + label[placeholder]:before {
    color: #1b468e;
  }
  
  input[type="text"]:focus + label[placeholder]:before,
  input[type="text"]:valid + label[placeholder]:before,
  input[type="email"]:focus + label[placeholder]:before,
  input[type="email"]:valid + label[placeholder]:before,
  input[type="password"]:focus + label[placeholder]:before,
  input[type="password"]:valid + label[placeholder]:before,
  input[type="url"]:focus + label[placeholder]:before,
  input[type="url"]:valid + label[placeholder]:before,
  textarea:focus + label[placeholder]:before,
  textarea:valid + label[placeholder]:before {
    transition-duration: 0.2s;
    transform: translate(0, -1.5em) scale(0.9, 0.9);
  }
  .popover-body input[type="text"]:focus + label[placeholder]:before,
  .popover-body input[type="text"]:valid + label[placeholder]:before,
  .popover-body input[type="email"]:focus + label[placeholder]:before,
  .popover-body input[type="email"]:valid + label[placeholder]:before,
  .popover-body input[type="password"]:focus + label[placeholder]:before,
  .popover-body input[type="password"]:valid + label[placeholder]:before,
  .popover-body textarea:focus + label[placeholder]:before,
  .popover-body textarea:valid + label[placeholder]:before {
    transition-duration: 0.2s;
    transform: translate(0, -2.0em) scale(0.9, 0.9);
  }
  input[type="text"] + label[placeholder],
  input[type="email"] + label[placeholder],
  input[type="password"] + label[placeholder],
  input[type="url"] + label[placeholder]{
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3.1em - 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}
  input[type="url"] + label[placeholder]{
    margin-top: calc(-3.7em - 2px);
}
  input[type="text"] + label[placeholder]:before,
  input[type="email"] + label[placeholder]:before,
  input[type="password"] + label[placeholder]:before,
  input[type="url"] + label[placeholder]:before{
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(.2em + 2px);
    padding: 0 2px;
    color: #898989;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-position: center;
    padding: 0 5px;
    background-color: #fff;
  }

textarea.form-control {
    min-height: calc(7.5em + 1.75rem + 2px);
    margin-bottom: 15px;
}
.popover-body textarea:valid + label[placeholder]:before {
    transition-duration: 0.2s;
    transform: translate(0, -8.1em) scale(0.9, 0.9);
    font-size: 16px;
}
textarea + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3.1em - 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}
textarea + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(.2em + 2px);
    padding: 0 2px;
    color: #898989;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-position: center;
    padding: 0 5px;
    background-color: #fff;
  }  
  .or {
    text-align: center;
    height: 1px;
    background: #ddd;
    width: 100%;
}
.or span {
    background: #fff;
    position: relative;
    top: -19px;
    padding: 0 10px;
    font-size: 22px;
}
.social-login a {
    text-align: center;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #555;
}
.social-login a svg {
    width: 30px;
}
.qr-code {
    width: 150px;
    margin: 0 auto;
}
.qr-code img{
    width: 100%;
}
.download-link a {
    text-decoration: none;
}
.fix-buttons {
    display: flex;
    justify-content: space-between;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    background: hsla(0,0%,100%,.9);
    position: sticky;
    bottom: 0;
    z-index: 10;
    align-items: center;
}
.btn-primary.nextBtn {
    min-width: 200px;
}
.add-field .border-1 {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
}
.add-field .border-1 h6, .add-field .border-1 h4 {
    background: #eee;
    padding: 10px 15px;
    margin: 0;
    line-height: normal;
    overflow: hidden;
}
.modal-backdrop {
    --bs-backdrop-bg: none;

}
ul.field-items li i {
    font-size: 24px;
}
.lets-content h2 {
    color: #fff;
}
.lets-content p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
}
.select2-container{
    z-index: 9999
}
.ProfileImg .btn:before {
    background-color: rgba(0,0,0,.1);
}
i.fa-solid.fa-times.text-danger.position-absolute {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.accreditations_sec {
    max-height: 75vh;
    overflow: auto;
    padding: 0 15px 0 0px;
}
.CardName.with-icon span.badge.bg-light {
    line-height: normal;
    font-weight: 600;
    font-size: 14px;
    height: auto;
}
.CardContent.card-preview a {
    text-decoration: none;
    color: #222;
    padding: 0.35rem 0.5rem;
}
.CardContent.card-preview a h5 {
    font-weight: 500;
    font-size: 1rem;
}
.CardContent.card-preview a{border:0;}
.CardContent.card-preview a:hover {
    /*background: #FCD6D5;*/
    border: 0;
    border-radius: 5px;
}
.CardContent.card-preview .CardName, .CardContent.card-preview .card-select{
    border:0;
}
.CardContent.card-preview .CardName:hover, .CardContent.card-preview .card-select{
    border:0;
}
.CardContent.card-preview .StaticDetails {
  padding: 0 .69rem;
  margin-top: 10px;
}
.CardContent.card-preview .StaticDetails h5 {
    font-weight: 500;
    font-size: 1.1rem;
}
/*.CardCreate.admin-card,*/
.sticky-card-content {
    position: sticky;
    top: 80px;
    margin: 0 auto;
    max-width: 526px;
    padding-bottom: 80px
}
.CardContent.card-preview {
    padding-bottom: 0;
    display: inline-block;
    width: 100%
}
.CardContent.card-preview small, .CardContent.card-preview small{
    font-size: .875em;
    color: #525f66;
}
/*#card_preview {
    max-width: 526px;
}*/
.nav-item a.nav-link .header-menu {
    width: 75%;
    display: inherit;
}
ul.field-items li.security-option {
    position: relative;
    padding: 0;
    background: transparent;
}
ul.field-items li span.field-security {
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px -10px 0 0px;
    border: 1px solid #ccc;
    border-radius: 80%;
    width: 22px;
    height: 22px;
    z-index: 1;
    background: #fff;
}
ul.field-items li span.field-security.locked-field {
    background: #1b468e;
    color: #fff;
    border-color: transparent;
}
ul.field-items li.security-option span.field-security-sec {
    position: absolute;
    right: 0;
    top: 0;
}
ul.field-items li span.field-security i {
    font-size: 11px;
}
ul.field-items li.security-option.team-side:hover:after {
    content: "Locked";
    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.9);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: no-drop
}
.add-field h1 {
    display: inline-block;
}

.add-field span.add-new-field-security i, span.color-field-security i {
    background: #eee;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    position: relative;
    top: -2px;
    border: 1px solid #ccc;
    cursor: pointer;
}
span.color-field-security i.fa-solid.fa-lock, .add-field span.add-new-field-security i.fa-solid.fa-lock {
    background: #1b468e;
    border-color: transparent;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 23px;
}
span.color-field-security i.fa-solid.fa-unlock {
    z-index: 1;
}
.team-side {
    position: relative;
}
.team-side:after {
    content: "";
    background: rgba(255,255,255,.7);
    position: absolute;
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;

}
#card_preview .CardCreate.admin-card {
    width: 100%;
    position: sticky;
    top: 80px;
    margin-bottom:10px
}

/*#header_image_sec #header_img_preview_area img#header_img_preview {
    width: 100%;
}
img#profile_img_preview {
    max-width: 100%;
}*/
.add-field h3 {
    display: inline-block;
}
#header_remove_img_btn, #profile_remove_img_btn{
    cursor: pointer;
}


.form-control:focus {
    background-color: #fff;
    border-color: rgb(255 0 0);
    outline: 0;
    box-shadow: none;
    
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: rgb(255 0 0 );
    box-shadow: none;
}
.CardName {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 2px 0;
    position: relative;
}
a#update_field_btn {
    position: absolute;
    right: 30px;
    display: none;
}
a.over-ride-icon {
    position: absolute;
    right: 10px;
}
a.image-over-ride-icon {
    z-index: 1;
    left: 5px;
    position: absolute;
}
a.image-over-ride-icon i {
    color: #fff;
    font-size: 18px;
}
.CardName:hover,.card-select {
    border: 1px solid red;
    cursor: pointer;
}
.CardName:hover a#update_field_btn{
    display: block;
}
.CardName p {
    margin: 0;
}

.disable-field-option{
    color: var(--neutral-400) !important;
    user-select:none !important;
    position: relative !important;
    pointer-events: none;
}
.disable-field-option:before{
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 0rem !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255,255,255,.5);
}
.CardCreate .CardCover .color-cover {
    position: relative;
    width: 100%;
    min-height: 100px;
    position: absolute;
    top: 0;
    max-height: 100%;
    height: 100%;
}
.CardCreate .CardCover .color-cover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: #1b468e;
    mix-blend-mode: screen;
    opacity: .38;
    width: 75%;
    padding-top: 75%;
    transform-origin: center;
    transition: transform .2s;
    transition: background .2s;
}
.form-colorinput-color{
    box-shadow: none;
    border: 0;
    width: 2rem;
    height:2rem;
}
.popover {
    min-width: 600px;
}
.ProfileImg {
    position: absolute;
    right: 20px;
    top: auto;
    border-radius: 50px;
    overflow: hidden;
    z-index: 9;
    bottom: 40px;
    background-color: #fff
    
}
.ProfileCardSec.ProfileCard .ProfileImg .upload-btn-wrapper {
    width: 165px;
    height: 165px;
    box-shadow: none;
    border-radius: 100%;
    margin: 0 auto;
    transition: none;
}
.ProfileCardSec.ProfileCard .ProfileImg .upload-btn-wrapper:hover  {
    z-index: 99;
}
.ProfileImg:hover .upload-btn-wrapper {
    z-index: 99;
    background: transparent;
}
/*.CardCreate .CardCover .upload-btn-wrapper {
    display: none !important;
}
.CardCreate .CardCover:hover .upload-btn-wrapper {
    display: block !important;
}*/

.ProfileCardSec.ProfileCard button.btn {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-color: transparent;
}
.ProfileCardSec.ProfileCard .upload-btn-wrapper img.camera-img {
    display: block;
    width: 45px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.ProfileCardSec.ProfileCard .ProfileImg {
    bottom: 0;
    top: 10px;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    transition: transform .2s;
    box-shadow: 0 0 10px rgb(0 0 0 / 35%), 0 2px 5px rgb(0 0 0 / 10%);
    transform: scale(1.02);
    border: 2px solid #fff;
}
.ProfileImg .upload-btn-wrapper {
    position: relative;
    /*overflow: hidden;*/
    display: inline-block;
    z-index: 1;
    background: #fff;
    transition: transform .2s;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%), 0 1px 3px rgb(0 0 0 / 10%);
    transform: scale(1.02);
    width: 70px;
    height: 70px;
}
.ProfileImg .btn {
    border: 0;
    color: gray;
    padding: 0;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    width: 70px;
    height: 70px;
    box-shadow: none;
}
.ProfileImg .btn img.camera-img:before {
    content: "";
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ProfileImg .upload-btn-wrapper img.camera-img{
    display: block;
    width: 45px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
}

.ProfileImg .upload-btn-wrapper:hover img.camera-img {
    display: block;
    position: absolute;
    width: 45px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
}
.ProfileImg .upload-btn-wrapper:hover img.camera-img:before {
    content: "";
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ProfileImg .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.ProfileImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 11
}
.form-floating input[type="text"]:hover, .form-floating input[type="email"]:hover, .form-floating input[type="number"]:hover  {
    height: calc(3.5rem + 2px);
}
.phone-input-field span.select2.select2-container.select2-container--default {    
    width: 30% !important;
    float: left;
}
.catalog-item-dropdown span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link span.nav-link-icon {
    opacity: 1
}
.phone-input-field input#value {
    width: 55%;
    float: left;
    border-radius: 0;
    margin: 0 0px 0 -1px;
    height: 44px
}
.phone-input-field input#value:last-child {
    border-radius: 0 0.4em 0.4em 0;
}
.phone-input-field input#phone_ext {
    width: 15%;
    float: left;
    border-radius: 0 0.4em 0.4em 0;
    margin: 0 0 0 -1px;
    height: 44px
}
.phone-input-field {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.phone-input-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.phone-input-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    top: 0;
}
.phone-input-field .select2-container .select2-selection--single {
    height: 44px;
    float: left;
    width: 100%;
    display: inline-block;
    margin: 0;
    border-radius: 0.4em 0 0 0.4em;
}

span.select2-dropdown.select2-dropdown--below {
    width: 280px !important;
}
.phone-input-field .select2-container .select2-selection--single span img {
    margin: 0 10px 0 0px;
}
.CardName.with-icon span.preview_phone_ext {
    margin: 2px 0 0 10px;
    color: #999;
    font-size: 14px;
}
.ProfileImg.ProfileCard {
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.ProfileImg.ProfileCard button.btn {
    width: 160px;
    height: 160px;
}
.ProfileCardSec {
    display: inline-block;
    margin-bottom: -51px;
    width: 100%;
    min-height: 76px;
    position: relative;
}

.ProfileCardSec.ProfileCard {
    margin: 0;
    min-height: 160px;
}
.card-list.list-group-item.active a.text-body {
    color: #fff !important;
}
.card-list.list-group-item.unpublish a.text-body{
    color: #444 !important
}
.w-35 {
    width: 35%;
}
.w-10 {
    width: 10%;
}
/*.BottomPopUp .share-close-icon .modal-body {
    padding: 0;
}*/
.card.service-rec-popup .card-body {
    padding: 0;
}
.BottomPopUp .share-close-icon .modal-header {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 0
}
.BottomPopUp .share-close-icon .modal-header button.close {
    color: #fff;
}
.BottomPopUp .share-close-icon .modal-header button.close span {
    top: -5px;
}
.BottomPopUp .share-close-icon .ShareTypeCard h5, .BottomPopUp .share-close-icon #share_card_sec h4 {
    color: #fff;
}
.sponsored-sec p#sponsered_by_sec {
    font-size: 16px;
}
.ButtonBottomSave button.card-btn.mobile {
    display: none;
}

.card-list.list-group-item.unpublish {
    color: #ccc;
    border: 0;
}
#listing_cards .text-truncate a {
    font-size: 14px;
}
#listing_cards .text-truncate{
    padding-left: 0
}
.card-list.list-group-item.publish.active {
    background: #fff;
    color: #000;
    border-color: transparent;
}
#listing_cards .text-truncate a {
    font-size: 14px;
    color: #000 !important;
    width: 155px;
    overflow: hidden;
    display: inline-block !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-list.list-group-item.unpublish:after {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 18px
}
.card-list.list-group-item.publish {
    border: 0;
}
.card-list.list-group-item.publish:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: lightgreen;
}
.card-list.list-group-item.unpublish.active {
    color: #999;
    background: #fff;
}
/*select.form-control, input.form-control {
    height: calc(3em + 2px);
}*/
.country_code{height:50px; }
.country_list .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 50px;
    width: 100%;
}
.img-drop-area {
    min-height: 200px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    max-width: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 420px;
    margin: 0 auto;
    border: 2px dashed #999;
    position: relative;
}
.img-preview-area {
    min-height: 420px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    max-width: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 420px;
    margin: 0 auto;
    border: 2px solid #999;
    overflow: auto;
}
.img-drop-note {
    color: #1b468e;
    text-align: center;
}
.img-popover {
    text-align: center;
}
.img-popover .img-drop-area {
    margin: 10px auto 15px;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    font-size: 16px
}
.img-popover .img-drop-area i.fa-solid.fa-file-image {
    color: #1b468e;
    font-size: 35px;
    margin: 0 0 10px 0;
}
input#header_card_img, input#profile_card_img, input#banner_upload_input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    height: auto;
}
.img-drop-note span.text-secondary {
    font-size: 12px;
}
#header_change_img_btn{cursor: pointer;}
.img-preview-area{
    align-items: flex-start
}

/*#header_image{overflow: hidden;}*/

.CopyText {
    margin: 0 auto;
    /*display: flex;
    justify-content: space-between;*/
    position: relative;
}
.copy-content {
    display: flex;
    align-items: center;
}
.copy-content i.fa-solid.fa-link {
    float: left;
    width: 25px;
}
.CopyText span#card_url {
    max-width: 80%;
    float: left;
    font-size: 12px;
}
.CopyText .list-heading {
  color: #e93937;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
  padding-left: 20px;
}
.CopyText li {
  color: #636363;
  line-height: 1.2em;
  padding-top: 10px;
  font-weight: 500;
  padding: 5px 20px ;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
}
.CopyText li:first-child {
  border-top: 1px solid #EFEFEF;
}
.CopyText li:hover {
  background-color: #EFEFEF;
}
.CopyText li:hover:after {
  bottom: 0;
}
.CopyText li:hover .copy-btn {
  opacity: 1;
  right: 0;
}
.CopyText li .copy-btn {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  text-align: center;
  transition: all 0.2s ease;
  right: -100%;
  bottom: 0;
  padding: 15px;
  background-color: #636363;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  border: none;
  outline: none;
}
.CopyText li .copy-btn:before {
  content: "";
  width: 20px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position-y: center;
}
.CopyText li .copy-btn:after {
  content: "click to copy";
  display: inline-block;
  vertical-align: middle;
}
.PhoneText {
  color: #636363;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.2s ease-out;
  border: 2px solid transparent;
}
.PhoneText:hover {
  cursor: pointer;
  border: 2px solid #636363;
}
.PhoneText:hover:before {
  opacity: 1;
}
.PhoneText:before {
  content: "Just the number";
  display: inline-block;
  position: absolute;
  opacity: 0;
  text-transform: uppercase;
  right: -92%;
  transition: all 0.2s ease;
  top: -2px;
  background-color: #636363;
  padding: 2px 4px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
}
.PhoneText:after {
  content: "";
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
.success {
  position: absolute;
  right: 2px;
  cursor: pointer;
  top: 0;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  bottom: 0;
  padding: 2px 15px;
  background-color: #fff;
  color: #1d60b0;
  text-transform: uppercase;
  transition: all 0.1s ease;
  font-weight: 600;
  transform: scale(0.1);
  border-radius: 100%;
}
.success:before {
  content: "";
  width: 20px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position-y: center;
}
.success:after {
  content: "Copied!";
  display: inline-block;
  vertical-align: middle;
}
.success.show {
  transform: scale(1);
  border-radius: 0;
}
.p-success:hover {
  border: 2px solid #E93937;
}
.p-success:before {
  content: "Copied";
  background: #E93937;
  width: 92px;
  text-align: center;
}

.CopyText button.copy-btn {
    text-decoration: none;
    margin-left: 23px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 8px;
}
.ShowQRCode a, .ShowQRCode a:hover {
    text-decoration: none;
    font-size: 12px;
}
.CopyText button:focus, .CopyText button:focus-visible, .ShowQRCode a:focus, .ShowQRCode a:focus-visible, .btn:focus:not([disabled]):not(.disabled){
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
.QrCodeImg{
    width: 64px;
}
.QrCodeImg img{
    width: 100%
}
.ShareLink .ShareIconEmail {
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 10px 0 0px;
}
.ShareLink .ShareIconEmail i{
    font-size: 15px;
    float: left;
}
.ShareMediaLnk a {
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 0;
    color: #333;
}
.ShareLink {
    font-size: 14px;
    text-decoration: none;
}
.ShareMediaLnk a i{
    font-size: 14px
}
.ShareMediaLnk a:hover{
    background: #eee;
}
.ShareLink .ShareIconEmail.LinkedIn{
    background-color: #3367AA
}
.card-header{
    position: sticky;top: 0;z-index: 5;background-color: #fff;
}
[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text)
}
.CardName.with-icon h5:focus-visible {
    outline: none;
}

a.ContactIcon {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    margin-top: 13px;
}
.SMSText {
    text-align: left;
    background: rgba(0,0,0,.2);
    padding: 10px 0 20px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    align-items: end;
}
.SMSText span {
    width: calc(100% - 60px);
}
.ButtonBottomSave.SendSMS:after {
    display: none;
}
.ButtonBottomSave.SendSMS a {
    background: #000 !important;
}
#send_card_email input.form-control:hover {
    border-radius: 0.375rem;
}
.SMSText input[type="text"], .SMSText input[type="email"], .SMSText input[type="number"] {
    margin: 0;
    border:0;
}
.BottomPopUp .SMSText  input[type="email"]:hover, .BottomPopUp .SMSText input[type="text"]:hover, .BottomPopUp .SMSText input[type="number"]:hover {
     border-radius: 0.4em; 
     padding: 1rem
}
.form-switch .form-check-input:checked{
    background-color: #6c757d;
    border-color: #6c757d;
}
.img-update {
    height: 140px;
    background: rgba(0,0,0,.3);
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
}
.img-card {
    width: 100%;
    height: 138px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: cover;
}
.img-ctrl {
    position: relative;
    height: 140px
}
.img-ctrl:hover .img-update{
    display: flex;
}
#hd_1 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}


#hd_1 .HeaderImage {
    width: 100%;
    max-height: unset;
    overflow: unset;
    position: relative;
    min-height: 200px;
    background: #f3f5f5;
    text-align: center;
}
#hd_1 .HeaderImage img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    max-height: 295px;
    min-width: 100%;
    display: block;
}


#hd_2 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
#hd_2 .HeaderImage {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    background: #f3f5f5;
}

#hd_2 .HeaderImage {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    min-height: 150px;
    background: #f3f5f5;
}
#hd_2 .HeaderImage img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
}


#hd_3 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}


#hd_3 .HeaderImage {
    width: 100%;
    max-height: unset;
    overflow: unset;
    position: relative;
    min-height: 150px;
    background: #f3f5f5;
}
#hd_3 .HeaderImage img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    display: block;
}


#hd_4 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#hd_4 .HeaderImage {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    min-height: 150px;
    background: #f3f5f5;
}
#hd_4 .HeaderImage img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
}

#hd_4 .ProfileLogo {
    width: 140px;
    height: 80px;
    margin: -40px 20px 0;
    border-radius: 10px;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#hd_4 .ProfileLogo img {
    width: 100%;
}





#hd_5{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#hd_5 .HeaderImage {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    min-height: 150px;
    background: #f3f5f5;
}
#hd_5 .HeaderImage img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
}

#hd_5 .ProfileLogo {
    width: 90px;
    height: 90px;
    margin: -40px 20px 0;
    border-radius: 100%;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#hd_5 .ProfileLogo img{
    width: 100%
}




#hd_6 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#hd_6 .HeaderImage {
    width: 100%;
    max-height: unset;
    overflow: unset;
    position: relative;
    min-height: 150px;
    background: #f3f5f5;
}
#hd_6 .HeaderImage img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    display: block;
}

#hd_6 .ProfileLogo {
    width: 90px;
    height: 90px;
    margin: -40px 20px 0;
    border-radius: 100%;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#hd_6 .ProfileLogo img{
    width: 100%
}


#hd_7 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
#hd_7 .HeaderImage {
    width: 100%;
    max-height: unset;
    overflow: unset;
    position: relative;
    min-height: 150px;
    background: #f3f5f5;
}
#hd_7 .HeaderImage img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    display: block;
}
#hd_7 .ProfileLogo {
    width: 140px;
    height: 80px;
    margin: -40px 10px 0;
    border-radius: 10px;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#hd_7 .ProfileLogo img {
    width: 100%;
}

#hd_8 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
#hd_8 .HeaderImage {
    width: 100%;
    max-height: unset;
    overflow: unset;
    position: relative;
    min-height: 300px;
    background: #f3f5f5;

}
#hd_8 .HeaderImage img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    display: block;
    height: 100%;
    object-fit: cover;
}
#hd_8 .ProfileLogo.ProfileImage {
    float: left;
    border-radius: 50%;
    width: 100px;
    overflow: hidden;
    height: 100px;
    margin: -40px 20px 0;
}

#hd_8 .ProfileLogo {
    width: 140px;
    height: 80px;
    margin: -30px 20px 0;
    border-radius: 10px;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    overflow: hidden;
}
#hd_8 .ProfileLogo img {
    width: 100%;
}

#company_logo_img.img-card {
    background-size: cover;
    background-color: #f4f4f4;
}
/*#card_preview #hd_8 .ProfileLogo.ProfileImage {
    margin-top: -50px;
}
#card_preview #hd_8 .ProfileLogo{
    margin-top: -40px;
}*/



#hd_default .header_default {
    position: relative;
    width: 100%;
    min-height: 100px;
    position: absolute;
    top: 0;
    max-height: 100%;
    height: 100%;
}
#hd_default .header_default:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: #1b468e;
    mix-blend-mode: screen;
    opacity: .38;
    width: 75%;
    padding-top: 75%;
    transform-origin: center;
    transition: transform .2s;
    transition: background .2s;
}


#hd_default {
    /* overflow: auto; */
    position: relative;
    z-index: 1;
    margin-top: 0;
}
#hd_default .Carddefault {
    min-height: 100px;
    border-radius: 8px 8px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 190px;
    overflow: hidden;
}
#hd_default  .bg-default {
    position: relative;
    width: 100%;
    min-height: 100px;
    position: absolute;
    top: 0;
    max-height: 100%;
    height: 100%;
}
#hd_default  .bg-default:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: #1b468e;
    mix-blend-mode: screen;
    opacity: .38;
    width: 75%;
    padding-top: 75%;
    transform-origin: center;
    transition: transform .2s;
    transition: background .2s;
}
.ChangeLayout .item {
    width: 210px;
    height: 250px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.ChangeLayout .item .HeaderImage {
    width: 100%;
    max-height: 140px;
    overflow: hidden;
    position: relative;
    min-height: 140px;
    background: #f3f5f5;
}
.ChangeLayout .item .HeaderImage img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
.ChangeLayout .item #hd_slider_3 .HeaderImage img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
.ChangeLayout .item #hd_slider_4 .HeaderImage img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%;
}
.ChangeLayout .item #hd_slider_4 .ProfileLogo {
    width: 70px;
    height: 35px;
    margin: -15px 20px 0;
    border-radius: 4px;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ChangeLayout .item #hd_slider_5 .HeaderImage img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%;
}
.ChangeLayout .item #hd_slider_5 .ProfileLogo {
    width: 60px;
    height: 60px;
    margin: -30px 20px 0;
    border-radius: 100%;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.ChangeLayout .item #hd_slider_6 .ProfileLogo {
    width: 60px;
    height: 60px;
    margin: -30px 20px 0;
    border-radius: 100%;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ChangeLayout .item #hd_slider_6 .ProfileLogo img{
    width: 100% 
}
.ChangeLayout .item #hd_slider_6 .HeaderImage img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%;
}
.ChangeLayout .item #hd_slider_7 .ProfileLogo {
    width: 90px;
    height: 50px;
    margin: -25px 20px 0;
    border-radius: 5px;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ChangeLayout .item #hd_slider_7 .ProfileLogo img{
    width: 100%
}
.ChangeLayout .item #hd_slider_7 .HeaderImage img{
    height: auto;
    width: 100%
}
.ChangeLayout .item #hd_slider_8{
    display: inline-block;
    width: 100%
}
.ChangeLayout .item #hd_slider_8 .HeaderImage img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%;
}
.ChangeLayout .item #hd_slider_8 .ProfileLogo {
    width: 90px;
    height: 50px;
    margin: -30px 15px 0;
    border-radius: 5px;
    border: 2px solid #ddd;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    overflow: hidden;
}
.ChangeLayout .item #hd_slider_8 .ProfileLogo img{
    width: 100%
}

.ChangeLayout .item #hd_slider_8 .ProfileLogo.ProfileImage {
    float: left;
    border-radius: 50%;
    width: 40px;
    overflow: hidden;
    height: 40px;
}
.ChangeLayout .item #hd_slider_8 .ProfileLogo.ProfileImage img{
    width: 100%
}
.ChangeLayout .item .BlankSpaceOne {
    height: 18px;
    background: #eee;
    width: 90%;
    border-radius: 10px;
}
.ChangeLayout .item .BlankSpaceTwo {
    height: 18px;
    background: #eee;
    width: 80%;
    margin-top: 10px;
    border-radius: 10px;
}
.BlankSpaces {
    width: 90%;
    margin: 20px auto 0;
}
.ChangeLayout .item .active{
    border-color: #2fb344;
}
.ChangeLayout .item .active:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 70px;
    background: #2fb344;
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
}

.ChangeLayout .item .active:before {
    content: "✔";
    position: absolute;
    top: 3px;
    right: -27px;
    width: 80px;
    height: 70px;
    transform: rotate(0deg);
    text-align: center;
    color: #fff;
    z-index: 1;
}

#header_img_preview_area,#banner_img_preview_area {
    width: 100%;
    height: 530px;
    padding-bottom: 25px;
}
.play {
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 1em;
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.play:hover {
  background: darkorange;
}

.play::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.ButtonBottomSave button {
    border: 0;
    background: transparent;
    line-height: normal;
}
span.BottomSave {
    float: left;
    font-size: 18px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ButtonBottomSave button span.SaveText, .ButtonBottomSave a span.SaveText {
    font-size: 10px;
    float: left;
    color: #000;
    height: 15px
}
.sponsored-sec {
    position: relative;
    top: 0;
    line-height: normal;
}
span.BottomSave i {
    font-size: 18px;
    color: #000;
}
.ButtonBottomSave a:hover {
    background-color: #00e0bb !important;
}
/*  Email Signature*/

.emailsignature-greylines .BlankSpaceOne {
    height: 15px;
    background: #eee;
    width: 50%;
    border-radius: 10px;
}
.emailsignature-greylines .BlankSpaceTwo {
    height: 15px;
    background: #eee;
    width: 40%;
    margin-top: 5px;
    border-radius: 10px;
}
.emailsignature-greylines .BlankSpaces {
    width: 90%;
    margin: 0 0 10px;
}
.emailsignature .form-floating input[type="text"]:hover, .emailsignature .form-floating input[type="email"]:hover, .emailsignature .form-floating input[type="number"]:hover {
    height: calc(3em + 2px);
}
.emailsignature .form-floating > .form-control, .form-floating > .form-select {
    height: calc(3em + 2px);
    line-height: 0;
    font-size: 12px
}
.emailsignature span.input-icons {
    z-index: 1;
    right: 0;
    top: 12px;
}
#dynamic_fields .form-floating:hover .input-icons {
    display: block;
}
#dynamic_fields .form-floating .input-icons {
    display: none;
}
.sorting-icon{
    position: absolute;
    left: -10px;
    top: 13px;
    cursor:grab;
    color: #888;
} 
#navbar-menu-top a.nav-link {
    color: #1e293b;
    padding: 0 10px;
    font-size: 14px;
}
.upload-box {
    border: 2px dashed #ccc;
    padding: 10px;
    text-align: center;
    margin-top: 5px;
    cursor:pointer;
    min-height: 90px
}
.upload-box input[type=file] {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    border: none;
    background-color: #f1f1f1;
} 
a.nav-link.d-inline-block.text-center:hover{
    color: #fff;
    background: #1e293b;
} 
a.nav-link.d-inline-block.text-center.active {
    color: #fff;
    background: #1e293b;
    font-size: 16px
}
#navbar-menu a.nav-link.d-inline-block.text-center.active {
    background: #fff;
    color: #1e293b;
}
.navbar-nav .nav-item a.nav-link {
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
}
.nav-link-icon {
    width: 1.5rem;
    height: 1.25rem;
    margin-right: 0.25rem;
    opacity: 1;
}
a.nav-link.d-inline-block.text-center.active span.nav-link-icon {
    opacity: 1;
}
.card-page {
    min-height: calc(100vh - 115px);
}
.email-signature-header{
    background: #1b468e;
}
.template .card.active {
    border: 2px solid #1b468e;
}
.card.card-sm.active:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 4px;
    color: green;
    font-size: 20px;
}
.social-icon-img-zoom img {
    transition: transform .1s ease;
    border-radius: 50%;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .social-icon-img-zoom:hover img {
    transform: scale(1.3);
  }
.form-floating.form-field.icon-field span.sorting-icon {
    top: auto;
    color: #888;
}
.form-floating.form-field.icon-field img {
    border-radius: 50%;
    margin: 0 10px;
}
.form-floating.form-field.icon-field.social-btn img {
    border-radius: 0;
    margin: 0 10px;

}
.btn-opt{
    display:none;position: absolute;left: 170px;top: 20px;z-index: 1;background: white;
}
.social-btn-img:hover .btn-opt{
    display: block;
}

.form-floating.form-field.icon-field > .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:  #999;
    opacity: 1; /* Firefox */
  }
  
.form-floating.form-field.icon-field > .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
  
.form-floating.form-field.icon-field > .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}
.form-floating.form-field.icon-field label.field-label {
    padding-left: 55px;
    color: #999;
}
.form-floating.form-field > .form-control:focus ~ label,
.form-floating.form-field > .form-control:not(:placeholder-shown) ~ label,
.form-floating.form-field > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.9rem) translateX(0.05rem);
}
.form-floating.form-field.icon-field > .form-control, 
.form-floating.form-field.icon-field > .form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}
span.input-icons {
    right: 0;
    display: none;
}
.form-floating.form-field.icon-field:hover span.input-icons{
    display: block;
}
header .nav-item.dropdown a.nav-link {
    font-size: 14px;
}
.modal-title.addon-modal {
    font-size: 25px;
    font-weight: 500;
}
.modal.right_modal {
    position: fixed;
    z-index: 99999;
  }
  
  .modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 90%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
#tree ul li a {
    color: #222;
    display: inline-block;
    margin: 0 0 0 10px;
    text-decoration: none;
    font-weight: 300;
}
#tree ul li a:hover{
    color: #1b468e
}
#tree ul li.banner-li.active a, #tree ul li.banner-li.active {
    color: #1b468e;
    font-weight: 500
}
  @media (min-width: 576px) {
    
    .right_modal .modal-dialog {
      max-width: 100%;
    }
  }

  
  .modal.right_modal .modal-body {
    padding: 15px 15px 0px;
  }
  
  
  .modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
  }
.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
    background: #f8fafc;
}
  
  .modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #eee;
    background-color: #fafafa;
  }
  .addon-popup .form-label h2 {
    font-weight: 400;
    color: #000
}
  .addon-popup .form-check-label {
    display: block;
    font-weight: 300;
    color: #000;
}
  .addon-popup  .modal.right_modal.fade.show .modal-dialog {
    background: #f8fafc;
}

#signature_preview td.profile_img_td {
    vertical-align: top;
}
.w-40{
    width: 40% !important
}
.w-60{
    width: 60% !important
}

.form-colorinput.SelectColor .form-colorinput-color, label.form-colorinput.SelectCustomColor .form-colorinput-color {
    width: 18px;
    height: 18px;
}
.form-label {
    display: block;
    font-weight: 400;
}
.form-fieldset, form#email_signarture_form {
    height: 100%;
    margin: 0
}
#apps_sec .sorting-icon {
    position: absolute;
    left: -15px;
    top: 6px;
    cursor: grab;
    color: #888;
}
#apps_sec a:hover {
    text-decoration: none;
}
.active-addon{
    width:96%; float:right;
}
  .addon-popup .modal-content {
    position: absolute;
    top: 0;
}
.active-addon a {
    color: #333;
}

.form-floating.form-field {
    margin-bottom: 5px;
}










#static_fields {
    position: relative;
}

.signature-content-lock:after {
    content: "Lock";
    background: rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
    z-index: 10;
    font-size: 20px;
    font-weight: 600px;
}
.signature-content-lock:hover:after{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
}
.element-content-lock{
    position: relative;
}
.element-content-lock:after{
    content: "";
    background: rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    font-size: 20px;
    font-weight: 600px;
    cursor: not-allowed;
}
.template-gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    padding: 0;
}
.template-gallery .template {
    display: inline-block;
    margin: 15px 0 0 0;
}
.template-gallery .template .card {
    border: 2px solid rgba(98, 105, 118, 0.16);
}
.card-es-sidebar {
    /*width: 94px;*/
    background: #eee;
}
.card-es-sidebar .navbar-nav .nav-item a.nav-link {
    color: #000;
    border-bottom: 1px solid #ddd;
}
.card-es-sidebar .navbar-nav .nav-item a.nav-link:hover{
    color: #fff
}
.template-section {
    height: calc(100vh - 200px);
    overflow: auto;
}
@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
    #hd_8 .HeaderImage {
    max-height: 210px;
}
}

@media screen and (max-width: 767px) {
.ButtonBottomSave {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 5px;
    column-gap: 0;
    border-top: 1px solid #ddd;
    font-size: 14px
}
#card_preview #hd_8 .ProfileLogo.ProfileImage {
    margin-top: -70px;
}
#card_preview #hd_8 .ProfileLogo {
    margin-top: -65px;
}
.ButtonBottomSave button.card-btn.desktop {
    display: none;
}
.ButtonBottomSave button.card-btn.mobile {
    display: block;
}
.ButtonBottomSave button.card-btn {
    padding: 0.4rem 0.2rem;
    font-size: 16px;
    width: 110px;
}
/*#dynamic_data .card:last-child {
    margin-bottom: 50px;
}*/
.sponsored-sec p#sponsered_by_sec {
    font-size: 14px;
}
    .CardCreate {
    width: 95%;
}
#card_preview .CardCreate.admin-card {
    width: 95%;
    top: 0;
}
.LogoArea .logo {
    position: static;
    margin: 10px auto 20px;
}
ul.field-items li a, ul.field-items li button, ul.field-items li {
    width: 95px;

}
.LogoArea {
    height: auto;
    width: 100%;
    position: static;
    padding: 20px 0;
}
.popover {
    min-width: 99%;
}
.fix-buttons{
    padding-bottom: 0
}
.order-2 {
    margin-top: 20px;
}
.CardContent.card-preview .StaticDetails {
    padding: 0 0.2rem;
}
.CardContent.card-preview a {
    padding: 0.35rem 0.5rem;
}
.CardContent.card-preview .StaticDetails h5 {
    font-size: 1rem;
}
.CardName {
    padding: 2px 5px;
}
.CardName.with-icon span.badge.bg-light {
    margin-bottom: 5px;
}

#card_preview {
    margin: 5px auto 0;
}
.BottomPopUp .modal-content {
    min-width: 100%;
    max-height: 635px;
}
.DownLoadCard {
    width: 100%;
}
.BottomPopUp .modal-content {
    left: 0;
}
.modal.bottom.show .modal-dialog {
    width: 98%;
}
.BottomPopUp .share-close-icon .modal-body {
    padding: 0;
}
.BottomPopUp .share-close-icon .modal-header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.BottomPopUp .share-close-icon .modal-header button.close {
    color: #fff;
}
.BottomPopUp .share-close-icon .modal-header button.close span {
    top: -10px;
}
.BottomPopUp .share-close-icon .ShareTypeCard h5, .BottomPopUp .share-close-icon #share_card_sec h4 {
    color: #fff;
}
.CardContent.card-preview .sortable {
    padding-bottom: 70px;
}
#hd_8 .ProfileLogo{
    float: none;
}

}
@media screen and (max-width: 480px) {
#hd_8 .HeaderImage {
    max-height: 220px;
    min-height: auto;
}
}