* {
    box-sizing: border-box;
}
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
label,
li,
ol,
p,
span,
ul {
    margin: 0;
    padding: 0;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}
a {
    text-decoration: none;
    color: #1d2740;
    font-weight: 600;
}
li,
ol,
ul {
    list-style: none;
}
img {
    max-width: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1500px;
    display: block;
    width: 100%;
    padding: 0 20px;
}
.dashboard-section {
    display: block;
    width: 100%;
    position: relative;
}
.dashboard-section .header {
    padding: 5px 0;
    border: 1px solid #ebebeb;
    text-align: center;
    width: 45%;
    margin-left: 372px;
}
.dashboard-section .header .logo img{
    width: 40%;
}
.dashboard-section .header h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #1d2740;
    font-weight: 500;
}
.dashboard-section .main-section {
    display: flex;
    width: 100%;
    background: #ffffff;
    flex-wrap: wrap;
}
.dashboard-section .main-section .navigation-menu {
    display: block;
    width: 275px;
    background: #fff;
    padding: 20px 0;
}
.navigation-menu .user-profile {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 10px;
}
.navigation-menu .user-profile .user-info {
    display: block;
    width: 100%;
}
.navigation-menu .user-profile .user-info span {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    height: 25px;
}
.navigation-menu .user-profile .user-info label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.navigation-menu .user-profile .user-info a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.navigation-menu .user-profile .company-name {
    display: block;
    width: 100%;
    color: #0061fe;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0 0 0;
}
.navigation-menu ul {
    display: block;
    width: 100%;
}
.navigation-menu ul li {
    display: block;
    width: 100%;
}
.navigation-menu ul li a {
    display: block;
    width: 100%;
    padding: 5px 20px;
}
.navigation-menu ul li a img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 6px 0 0;
}
.navigation-menu ul li a span {
    display: inline-block;
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}
.navigation-menu ul li.paymentLink a {
    background: #fec32b;
}
.navigation-menu ul li.paymentLink a:hover {
    background: #fec32b;
}
.navigation-menu ul li.paymentLink a:hover img {
    filter: invert(1) brightness(0) invert(1);
}
.navigation-menu ul li.paymentLink:first-child a img {
    filter: invert(1) brightness(0) invert(1);
}
.navigation-menu ul li a:hover {
    background: #dfe1ed;
}
.navigation-menu ul li.active a {
    background: #dfe1ed;
}
.dashboard-section .main-section .main-content-area {
    display: block;
    width: calc(100% - 0px);
    padding: 10px 20px 30px;
}
.dashboard-section .main-section .main-content-area .content-area {
    display: block;
    width: 100%;
    background: #fff;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.form-row .form-group {
    display: block;
    width: 50%;
    padding: 0 5px;
}
.form-group {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
.vcard-form-section form .form-details .form-group .edit-field-icon {
    position: absolute;
    top: 40%;
    right: 5px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 10px;
    outline: 0;
}
.form-group label {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #095392;
    margin: 0 0 5px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #095392;
    color: #095392;
}
.form-control[type="file"] {
    padding: 10px;
}
textarea.form-control {
    height: auto;
    font-family: Roboto, sans-serif;
    padding: 10px 10px;
}
.vcard-form-section {
    display: block;
    width: 100%;
}
.vcard-form-section form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vcard-form-section form .form-details {
    display: block;
    width: 50%;
    padding: 40px 70px 0;
    border-right: 1px solid #cfcfcf;
}
.vcard-form-section form .form-details:nth-of-type(2) {
    border: none;
}
.profile-preview {
    display: inline-block;
    width: auto;
}
.profile-preview strong {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.profile-preview span {
    display: block;
    max-width: 150px;
    max-height: 150px;
}
.profile-preview span img {
    display: block;
    width: 100%;
}
.profile-preview .save-photo-btn {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    background: #2993c7;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}
.vcard-form-section form .btn-section {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
}
.vcard-form-section form .btn-section .submitBtn {
    display: inline-block;
    background: #7c87f0;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 80px;
    cursor: pointer;
}
.vcard-form-section form .btn-section .submitBtn:hover {
    box-shadow: 2px 2px 3px #333;
}
.vcard-dashboard-container {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.vcard-dashboard-container .vcard-dashboard {
    display: inline-block;
    width: 500px;
    padding: 0;
    border: 2px solid #23262f;
    border-radius: 3px;
}
.vcard-dashboard-container .vcard-dashboard .profile-section {
    display: block;
    width: 100%;
}
.vcard-dashboard-container .vcard-dashboard .profile-section .img {
    display: inline-flex;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px #cfcfcf;
    margin: 0 0 10px 0;
}
.vcard-dashboard-container .vcard-dashboard .profile-section h3 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.vcard-dashboard-container .vcard-dashboard .profile-section span {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #777;
}
.vcard-dashboard-container .vcard-dashboard .social-connect {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cfcfcf;
    margin: 25px 0 10px 0;
    padding: 0 0 10px 0;
}
.vcard-dashboard-container .vcard-dashboard .social-connect li {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 3px;
}
.vcard-dashboard-container .vcard-dashboard .social-connect li a {
    display: flex;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.vcard-dashboard-container .vcard-dashboard .social-connect li:nth-child(4n + 1) a {
    background: #1b47b0;
}
.vcard-dashboard-container .vcard-dashboard .social-connect li:nth-child(4n + 2) a {
    background: #27a84b;
}
.vcard-dashboard-container .vcard-dashboard .social-connect li:nth-child(4n + 3) a {
    background: #6f42c1;
}
.vcard-dashboard-container .vcard-dashboard .social-connect li:nth-child(4n + 4) a {
    background: #e72525;
}
.vcard-dashboard-container .vcard-dashboard .company-info {
    display: block;
    width: 100%;
    text-align: center;
}
.vcard-dashboard-container .vcard-dashboard .company-info ul {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.vcard-dashboard-container .vcard-dashboard .company-info ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.vcard-dashboard-container .vcard-dashboard .company-info ul li a {
    display: block;
    width: 100%;
}
.vcard-dashboard-container .vcard-dashboard .company-info ul li a i {
    display: inline-flex;
    vertical-align: top;
    width: 35px;
    height: 35px;
    background: #6f42c1;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 6px;
}
.vcard-dashboard-container .vcard-dashboard .company-info ul li a span {
    display: inline-block;
    width: 82%;
    font-size: 15px;
    color: #000;
    margin: 0 0 0 8px;
    padding: 5px 0 0;
    font-weight: 700;
}
.vcard-dashboard-container .btn-section {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
}
.vcard-dashboard-container .btn-section button {
    display: inline-block;
    background: #7c87f0;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 80px;
    cursor: pointer;
}
.vcard-dashboard-container .btn-section button:hover {
    box-shadow: 2px 2px 3px #333;
}
.contact-tiles {
    display: block;
    width: 100%;
    margin: 30px 0 15px 0;
}
.contact-tiles ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-tiles ul li {
    display: block;
    width: 49%;
    margin: 0 0 7px 0;
}
.contact-tiles ul li a {
    display: block;
    width: 100%;
    background: #6c757e;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 0;
    font-size: 15px;
    border: 1px solid #6c757e;
}
.contact-tiles ul li:nth-child(1) a {
    background: #eaeaec;
    color: #000;
}
.contact-tiles ul li:nth-child(2) a {
    background: #25a84a;
}
.company-more-info {
    display: block;
    width: 100%;
    text-align: left;
}
.company-more-info label {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #cfcfcf;
}
.company-more-info ul {
    display: block;
    width: 100%;
}
.company-more-info ul li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 20px;
    font-size: 15px;
    background: #f8f8f8;
    justify-content: space-between;
    text-align: left;
}
.company-more-info ul li:last-child {
    border-bottom: none;
}
.company-more-info ul li span:first-child {
    color: #666;
}
.company-more-info ul li span {
    display: block;
    width: 50%;
}
.dashboard-section .main-section .main-content-area .content-area .filter-dropdown {
    display: inline-block;
    width: 200px;
}
.dashboard-section .main-section .main-content-area .content-area .filter-dropdown select.form-control {
    background: #fff;
    outline: 0;
}
.vcard-dashboard-container.multi-user-dashboard {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px 30px;
}
.vcard-dashboard-container.multi-user-dashboard .multi-user-vcard {
    display: block;
    width: 48%;
    margin: 0 0 25px;
}
.vcard-dashboard-container.multi-user-dashboard .multi-user-vcard .btn-section {
    margin: 20px 0 30px;
}
.vcard-dashboard-container.multi-user-dashboard .multi-user-vcard .vcard-dashboard {
    display: block;
    width: 100%;
}
.themes-section-main {
    display: block;
    width: 100%;
    padding: 40px;
}
.themes-section-main .theme-section {
    display: block;
    width: 100%;
}
.themes-section-main .theme-section ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.themes-section-main .theme-section ul li {
    display: block;
    width: 22%;
    margin: 0 14px 35px;
    text-align: center;
}
.themes-section-main .theme-section ul li .img-area {
    display: block;
    width: 100%;
    text-align: center;
}
.themes-section-main .theme-section ul li i {
    display: block;
    width: 100%;
    font-style: normal;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.themes-section-main .theme-section .btn-section {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
}
.themes-section-main .theme-section .btn-section button {
    display: inline-block;
    background: #7c87f0;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 80px;
    cursor: pointer;
}
.themes-section-main .theme-section .btn-section button[disabled] {
    cursor: default;
    opacity: 0.5;
    background-color: #cacaca;
}
.themes-section-main .theme-section .btn-section button:hover {
    box-shadow: 2px 2px 3px #333;
}
.themes-section-main .theme-section .btn-section button[disabled]:hover {
    box-shadow: none;
}
.social-link-section {
    display: block;
    width: 100%;
    padding: 30px 10px;
}
.social-link-section .links-list {
    display: block;
    width: 100%;
}
.social-link-section .links-list ul {
    display: block;
    width: 100%;
}
.social-link-section .links-list ul li {
    display: flex;
    border: 1px solid #cfcfcf;
    flex-wrap: wrap;
    border-bottom: none;
    font-size: 14px;
}
.social-link-section .links-list ul li:nth-child(even) {
    background: #f2f2f2;
}
.social-link-section .links-list ul li.list-header {
    font-weight: 700;
}
.social-link-section .links-list ul li:last-child {
    border-bottom: 1px solid #cfcfcf;
}
.social-link-section .links-list ul li span {
    display: block;
    width: 30%;
    border-right: 1px solid #cfcfcf;
    padding: 10px;
}
.social-link-section .links-list ul li span a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
.social-link-section .links-list ul li span:last-child {
    border-right: none;
    width: 10%;
}
.social-link-section .add-link-section {
    display: block;
    width: 100%;
    text-align: right;
    margin: 16px 0 0 0;
}
.social-link-section .add-link-section .add-link-icon {
    display: inline-block;
    background: #009788;
    color: #fff;
    padding: 8px 150px;
    font-size: 13px;
}
.social-link-section .add-link-form {
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
    width: 100%;
}
.social-link-section .add-link-form .form-section {
    display: inline-block;
    width: 35%;
    text-align: left;
}
.social-link-section .add-link-form .btn-section {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
}
.social-link-section .add-link-form .btn-section button {
    display: inline-block;
    background: #2993c7;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
.social-link-section .add-link-form .btn-section .next-btn {
    display: inline-block;
    background: 0 0;
    border: 1px solid #2993c7;
    color: #2993c7;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 0 0 10px;
}
.social-link-section .add-link-form .btn-section button:hover {
    box-shadow: 2px 2px 3px #333;
}
.social-link-section .add-link-form .btn-section .next-btn:hover {
    box-shadow: 2px 2px 3px #333;
}
.custom-social-link {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    border-top: 1px solid #cfcfcf;
    padding: 20px 0 0 0;
}
.custom-social-link p {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #434343;
    margin: 0 0 6px 0;
}
.custom-social-link b {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #434343;
}
.domain-availability-msg {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin: 6px 0 0 0;
    font-weight: 700;
}
.domain-availability-msg.available {
    color: #208e39;
}
.domain-availability-msg.unavailable {
    color: #e80f0f;
}
.new-domain {
    display: block;
    width: 100%;
}
.new-domain p {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0 0 5px;
    color: #434343;
}
.new-domain b {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
}
.form-group label i {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.error-message-section {
    display: block;
    width: 100%;
    text-align: center;
}
.error-message-section span {
    display: inline-block;
    width: 60%;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 12px 10px;
    border-radius: 5px;
}
.sign-up-container {
    display: block;
    width: 100%;
    background: #f3f3f3;
}
.sign-up-container .sign-up-section {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #cfcfcf;
}
.sign-up-container .sign-up-section .sign-up-box {
    display: inline-block;
    width: 380px;
    background: #fff;
    text-align: left;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px #a2a2a2;
}
.sign-up-container .sign-up-section .sign-up-box .box-header {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}
.sign-up-container .sign-up-section .sign-up-box .box-header h3 {
    display: inline-block;
    font-weight: 700;
    color: #434343;
}
.sign-up-container .sign-up-section .sign-up-box .sign-up-form {
    display: block;
    width: 100%;
}
.sign-up-container .sign-up-section .sign-up-box .sign-up-form .login-link {
    display: inline-block;
    color: #0061fe;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.sign-up-container .sign-up-section .sign-up-box .sign-up-form label span {
    color: red;
    font-size: 13px;
    margin: 0 0 0 4px;
    text-transform: capitalize;
}
.sign-up-container .sign-up-section .sign-up-box .sign-up-form label {
    text-transform: uppercase;
    font-size: 14px;
}
.sign-up-container .sign-up-section .sign-up-box .sign-up-form .btn-section {
    display: block;
    width: 100%;
}
.sign-up-container .sign-up-section .sign-up-box .sign-up-form .btn-section .submit-btn {
    display: block;
    background: #0061fe;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}
.sign-up-container .sign-up-section .sign-up-box .sign-up-form .other-links {
    display: flex;
    justify-content: space-between;
}
.otp-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.otp-input .otp-field {
    display: block;
    width: 23%;
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #095392;
    color: #095392;
    text-align: center;
}
.reset-otp-link {
    display: block;
    width: 100%;
    text-align: left;
    margin: 7px 0 0 0;
}
.reset-otp-link .reset-otp {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #0061fe;
}
.footer {
    text-align: center;
    border: 1px solid #ebebeb;
    width: 45%;
    margin-left: 372px;

}
.footer .content {
    display: block;
    text-align: center;
    padding: 10px 0;
}
.footer .content .footer-logo {
    display: inline-block;
    width: 30%;
}
.footer .content .footer-logo a {
    display: block;
    width: 100%;
}
.footer .content .footer-logo a img {
    display: block;
    width: 100%;
}
.footer .content .terms-condition {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.footer .content .terms-condition span {
    display: block;
    width: 100%;
    color: #666;
    font-size: 15px;
}
.footer .content .terms-condition i {
    display: block;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}
.footer .content .terms-condition i a {
    color: #3063e3;
}
.no-template-container {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 100px 0;
}
.no-template-container .caution-icon {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
.no-template-container .caution-icon img {
    display: inline-block;
    opacity: 0.8;
}
.no-template-container p {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #434343;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.no-template-container a {
    display: inline-block;
    background: #7c87f0;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 80px;
    cursor: pointer;
}
.no-template-container a:hover {
    box-shadow: 2px 2px 3px #333;
}
.dashboard-section .main-section .main-content-area .content-area .header-section {
    display: flex;
    width: 100%;
    padding: 30px 20px;
    align-items: center;
    justify-content: space-between;
}
.dashboard-section .main-section .main-content-area .content-area .header-section h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.dashboard-section .main-section .main-content-area .content-area .header-section a {
    display: inline-block;
    background: #2fb1f1;
    color: #fff;
    padding: 13px 20px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #2f9bd0;
}
.dashboard-section .main-section .main-content-area .content-area .header-section a:hover {
    background: #2f9bd0;
}
.add-user-form {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px 20px;
}
.add-user-form .form-group .edit-field-icon {
    position: absolute;
    top: 40%;
    right: 5px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 10px;
    outline: 0;
}
.add-user-form .form-group.profile-preview {
    display: inline-block;
    width: auto;
}
.add-user-form form .btn-section {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
}
.add-user-form form .btn-section .submitBtn {
    display: inline-block;
    background: #7c87f0;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 80px;
    cursor: pointer;
}
.add-user-form form .btn-section .submitBtn:hover {
    box-shadow: 2px 2px 3px #333;
}
.manage-users-section {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px 20px;
}
.manage-users-section .user-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.manage-users-section .user-cards .card {
    display: block;
    width: 30%;
    text-align: center;
    padding: 0;
    margin: 0 15px 25px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 4px #f1f1f1;
    border-radius: 7px;
    transition: all ease 0.5s;
    position: relative;
    top: 0;
}
.manage-users-section .user-cards .card:hover {
    transition: all ease 0.5s;
    box-shadow: 0 5px 4px #e0dfdf;
    top: -5px;
}
.manage-users-section .user-cards .card .img-section {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 15px 10px;
    position: relative;
}
.manage-users-section .user-cards .card .img-section span {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.manage-users-section .user-cards .card .img-section span img {
    display: block;
    width: 100%;
}
.manage-users-section .user-cards .card .edit-profile-link {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
}
.manage-users-section .user-cards .card .edit-profile-link img {
    display: block;
    width: 100%;
    filter: grayscale(1);
    transition: all ease 0.5s;
}
.manage-users-section .user-cards .card .edit-profile-link:hover img {
    filter: grayscale(0);
    transition: all ease 0.5s;
}
.manage-users-section .user-cards .card .user-details {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 15px 5px;
}
.manage-users-section .user-cards .card .user-details label {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px 0;
}
.manage-users-section .user-cards .card .user-details ul {
    display: block;
    width: 100%;
}
.manage-users-section .user-cards .card .user-details ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    color: #666;
    flex-wrap: wrap;
}
.manage-users-section .user-cards .card .user-details ul li:last-child {
    border: none;
}
.manage-users-section .user-cards .card .user-details ul li span {
    display: block;
    text-align: left;
}
.manage-users-section .user-cards .card .user-details ul li span:last-child {
    text-align: right;
}
.manage-users-section .user-cards .card .options-section {
    display: flex;
    width: 100%;
    background: #f1f1f1;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.manage-users-section .user-cards .card .options-section a {
    display: block;
    width: 50%;
    text-align: center;
    padding: 10px 20px;
}
.manage-users-section .user-cards .card .options-section a span {
    display: inline-block;
    margin: 0 0 4px;
    width: 20px;
    filter: grayscale(1);
}
.manage-users-section .user-cards .card .options-section a span img {
    display: block;
    width: 100%;
}
.manage-users-section .user-cards .card .options-section a i {
    display: block;
    width: 100%;
    font-size: 13px;
    font-style: normal;
}
.manage-users-section .user-cards .card .options-section a:hover {
    background: #6729ff;
}
.manage-users-section .user-cards .card .options-section a:hover span {
    filter: grayscale(0) brightness(0) invert(1);
}
.manage-users-section .user-cards .card .options-section a:hover i {
    color: #fff;
}
.modal {
    z-index: 999;
}
@media screen and (max-width: 768px) {
    .dashboard-section .main-section .navigation-menu {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        z-index: 9999;
        box-shadow: 0 0 10px #000;
        transition: all ease 0.5s;
    }
    .dashboard-section .main-section .navigation-menu.show {
        right: 0;
        transition: all ease 0.5s;
    }
    .dashboard-section .header .hamburger-menu {
        display: flex;
        position: absolute;
        width: 35px;
        height: 100%;
        flex-flow: column;
        top: 0;
        right: 25px;
        justify-content: center;
        padding: 14px 0;
        cursor: pointer;
    }
    .dashboard-section .header .hamburger-menu span {
        display: block;
        width: 100%;
        background: #000;
        height: 3px;
        margin: 4px 0;
    }
    .dashboard-section .main-section .main-content-area {
        width: 100%;
    }
    .bg-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9997;
        display: none;
    }
    .vcard-dashboard-container .vcard-dashboard {
        width: 100%;
        max-width: 500px;
    }
    .vcard-form-section form .form-details {
        padding: 40px 30px 0;
    }
    .manage-users-section .user-cards .card {
        width: 45%;
    }
    .vcard-dashboard-container.multi-user-dashboard .multi-user-vcard .vcard-dashboard {
        margin: 0 auto;
    }
}

@media screen and (max-width: 2560px) {
    .dashboard-section .header{
        width: 24%;
        /*margin-left: 980px;*/
        margin: 0 auto;
    }
    .footer {
        width: 24%;
        /*margin-left: 980px;*/
        margin: 0 auto;
    }
}

@media screen and (max-width: 1440px) {
    .dashboard-section .header{
        width: 44%;
        /*margin-left: 376px;*/
        margin: 0 auto;
    }
    .footer {
        width: 44%;
        /*margin-left: 376px;*/
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .dashboard-section .header{
        width: 59%;
        /*margin-left: 211px;*/
        margin: 0 auto;
    }
    .footer {
        width: 59%;
        /*margin-left: 211px;*/
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .dashboard-section .header{
        width: 78%;
        /*margin-left: 83px;*/
        margin: 0 auto;
    }
    .footer {
        width: 78%;
        /*margin-left: 83px;*/
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        width: 100%;
        margin-left: unset;
    }
    .dashboard-section .header {
        width: 100%;
        margin-left: unset;
        padding: 5px ;
    }
    .dashboard-section .header .logo {
        text-align: center;
    }
    .dashboard-section .header .logo img {
        width: 50%;
    }
    .dashboard-section .header h1 {
        text-align: center;
        font-size: 12px;
    }
    .content p{
        font-size: 12px;
    }
    .vcard-green-white .ebusiness-card .vCard-header .profile label {
        font-size: 18px;
        font-weight: 500;
    }
    .vcard-green-white .ebusiness-card .vCard-header .profile span {
        font-size: 12px;
    }
    .vcard-green-white .ebusiness-card .vCard-header .image-area span {
        display: inline-block;
        width: 100px;
        height: 100px;
    }
    .vcard-green-white .ebusiness-card .vCard-header .social-area ul li a {
        width: 35px;
        height: 35px;
        padding: 5px;
    }
    .vcard-green-white .ebusiness-card .vCard-header .social-area ul li a img {
        max-width: 70px;
    }
    .footer .content .footer-logo {
    	width: 29%;
	}
    .dashboard-section .main-section .main-content-area {
        padding: 15px 10px 15px;
    }
    .vcard-dashboard-container {
        padding: 10px;
    }
    .vcard-form-section form .form-details {
        width: 100%;
        padding: 20px 10px 0;
    }
    .themes-section-main {
        padding: 20px;
    }
    .themes-section-main .theme-section ul li {
        width: 100%;
    }
    .themes-section-main .theme-section .btn-section button {
        padding: 15px 0;
        width: 100%;
    }
    .social-link-section .links-list ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        border: 1px solid #cfcfcf;
    }
    .social-link-section .add-link-section .add-link-icon {
        width: 100%;
        text-align: center;
        padding: 8px 0;
    }
    .social-link-section .add-link-form .form-section {
        width: 100%;
    }
    .social-link-section .links-list ul li {
        display: table-row;
    }
    .social-link-section .links-list ul li span {
        display: table-cell;
    }
    .custom-social-link b {
        word-break: break-all;
    }
    .form-row .form-group {
        width: 100%;
    }
    .dashboard-section .main-section .main-content-area .content-area .header-section {
        padding: 20px 10px;
    }
    .dashboard-section .main-section .main-content-area .content-area .header-section a {
        padding: 13px 10px;
    }
    .dashboard-section .main-section .main-content-area .content-area .header-section h3 {
        font-size: 16px;
    }
    .dashboard-section .main-section .main-content-area .content-area .filter-dropdown {
        width: 130px;
    }
    .add-user-form {
        padding: 0 10px 20px;
    }
    .manage-users-section .user-cards .card {
        width: 100%;
        margin: 0 0 25px;
    }
    .vcard-dashboard-container.multi-user-dashboard {
        padding: 10px;
    }
    .vcard-dashboard-container.multi-user-dashboard .multi-user-vcard {
        width: 100%;
    }
    .new-domain b {
        word-break: break-all;
    }
    .modal-box {
        margin-left: 0;
        transform: translateX(-50%);
    }
}
