/*==========================================================================
DEFAULT
===========================================================================*/
:root, [data-bs-theme=light]{
    --ct-logo-lg-height: 50px;
    --ct-logo-sm-height: 50px;
}
[data-menu-color="dark"] .leftside-menu{
    --ct-border-color: #464f5b;
}
body{
    --input-fz: 15px;
    --input-lh: 20px;
    --input-pd: 9px;
    --input-pd-hz: 16px;
    --input-cl: var(--ct-dark);
    --input-bora: .25rem;
    --btn-cl: var(--ct-white);
    --btn-bg: #727cf5;
    --btn-bg-h: #6973e3;
}
h1, h2, h3, h4, h5, h6{
    /*color: var(--ct-dark);*/
    margin: 0 0 1rem;
}
img{
    max-width: 100%;
}
select{
    cursor: pointer;
}
input[type="color"]{
    cursor: pointer;
    padding: 0;
    border: none;
    height: 30px;
    min-height: auto !important;
    border-radius: 0;
}
body:not(.open-vcard-layout) .body-overlay{
    opacity: 0;
    visibility: hidden;
}
.body-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    transition: .3s;
    z-index: 1000;
}
/* sidebar */
.simplebar-content-wrapper .simplebar-content{
    height: 100%
}
.simplebar-content-wrapper .simplebar-content .card{
    height: 100%;
    padding-top: 0 !important;
}
.simplebar-content-wrapper .simplebar-content #sidebar-user{
    padding-bottom: 1rem;
}
.offcanvas-footer{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.leftside-menu .logo{
    border-bottom: 1px solid var(--ct-border-color);
}
.leftside-menu .logo > * > span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--ct-topbar-height);
    padding: 5px;
}
.leftside-menu .logo > * img{
    max-height: 100%;
}
.nav-tabs{
    font-size: 15px;
    line-height: 20px;
    color: var(--ct-dark);
}
.nav-tabs .nav-link.active{
    color: var(--ct-dark);
}
pre{
    display: block;
    padding: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin: 0 0 25px;
    overflow: auto;
}
pre code{
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.nav-user .user-name{
    font-weight: inherit;
    text-transform: capitalize;
}
.wrapper{
    height: auto;
}
.leftbar-user img{
    width: 46px;
}
.leftbar-user .leftbar-user-name{
    text-transform: capitalize;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .content-page{
    min-height: calc(100vh - var(--ct-topbar-height) - 2px);
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu{
    position: fixed;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .simplebar-content-wrapper{
    overflow: hidden scroll !important;
}
.form-check-input,
.form-check-label{
    cursor: pointer;
}
.message a{
    text-decoration: underline;
}
.btn{
    --ct-btn-font-size: var(--input-fz);
    --ct-btn-line-height: var(--input-lh);
    --ct-btn-padding-x: var(--input-pd-hz);
    --ct-btn-padding-y: var(--input-pd);
}
.btn .icon{
    font-size: calc(100% + 1px);
}
.form-select{
    font-size: var(--input-fz);
    line-height: var(--input-lh);
    padding: var(--input-pd) var(--input-pd-hz);
    padding-inline-end: calc(var(--input-pd-hz) + 12px);
    background-position: right calc(var(--input-pd-hz) - 4px) center;
}
.form-control{
    font-size: var(--input-fz);
    line-height: var(--input-lh);
    padding: var(--input-pd) var(--input-pd-hz);
    color: var(--input-cl);
}
.form-select:focus,
.form-control:focus{
    color: var(--ct-dark);
    border-color: var(--ct-dark);
}
.form-checkbox .form-check-input{
    margin-top: .1em;
    margin-inline-end: .2em;
}
.form-checkbox-submit > span{
    display: block;
    margin: 0 0 10px;
}
.form-label{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: .2rem;
}
.form-label.required:after{
    content: '*';
    color: rgba(var(--ct-danger-rgb), var(--ct-link-opacity, 1));
    margin-inline-start: .3em;
}
.form-label .sub{
    font-weight: 400;
    font-size: calc(100% - 1px);
    opacity: .7;
}
textarea.form-control{
    height: auto;
    min-height: auto;
}
.page-title-button{
    display: inline-block;
    vertical-align: top;
    font-size: calc(100% - 1px);
    text-decoration: underline;
}
.navbar-custom .page-title{
    margin: 0;
}
@media (min-width: 1200px){
    /* width */
    body ::-webkit-scrollbar{
        width: 3px;
        height: 3px;
    }
    /* Track */
    body ::-webkit-scrollbar-track{
        background-color: var(--dark_cl_4);
        border-radius: 90px;
    }
    /* Handle */
    body ::-webkit-scrollbar-thumb{
        background-color: var(--dark_cl_3);
        border-radius: 90px;
    }
    body ::-webkit-scrollbar-thumb:hover{
        background-color: var(--dark_cl);
    }
    /* Button */
    body ::-webkit-scrollbar-button{
        width: 0;
        height: 0;
    }
}
/*==========================================================================
LIST
===========================================================================*/
/* table */
.card-table tbody tr{
    transition: .1s;
}
.card-table tbody tr:hover{
    background-color: rgba(var(--ct-tertiary-bg-rgb), 1);
}
.card-table .card-avatar{
    width: 1%;
}
.card-table .card-avatar .avatar{
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}
.card-table .card-avatar .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-table .card-name form{
    margin: 0;
}
.table > :not(caption) > * > *{
    padding: .8rem .9rem;
}
.card-table .card-name form button{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: inherit;
    padding: .8rem;
    margin: -.8rem;
}
.card-table .card-name .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 2px 0;
    margin: 0;
}
.card-table .card-name .title .sub{
    color: var(--ct-dark);
    font-weight: 400;
}
.card-table .card-name .actions{
    overflow: hidden;
    transition: .2s;
    margin-top: 3px;
}
.card-table .card-name .actions a{
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
}
.card-table .card-name .actions span{
    display: inline-block;
    vertical-align: top;
    opacity: .5;
    margin: 1px 5px;
}
.card-table .card-visibility{
    text-align: center;
    text-transform: capitalize;
}
.card-table td.card-number{
    text-transform: uppercase;
}
.card-table th:not(.card-avatar):not(.card-name),
.card-table td:not(.card-avatar):not(.card-name){
    text-align: center;
}
/* qr-code */
.card-table .card-qr{
    width: 130px;
}
.card-table .qr-code{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.card-table .qr-code-image{
    width: 100%;
}
.card-table .qr-code-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-table .qr-code-btn .btn{
    --ct-btn-font-size: calc(var(--input-fz) - 2px);
    --ct-btn-line-height: calc(var(--input-lh) - 4px);
    --ct-btn-padding-x: calc(var(--input-pd-hz) - 6px);
    --ct-btn-padding-y: calc(var(--input-pd) - 4px);
}
@media (min-width: 1200px){
    /*.card-table tbody tr:not(:hover) .card-name .actions{*/
    /*    height: 0;*/
    /*    opacity: 0;*/
    /*}*/
    .card-table .qr-code-btn:not(:hover){
        opacity: 0;
    }
}
@media (max-width: 1199px){
    .card-table .card-qr{
        width: auto;
    }
    .card-table .card-avatar .avatar{
        width: 80px;
        height: 80px;
    }
    .card-table .card-name .title{
        font-size: 16px;
        line-height: 22px;
        padding: 0;
    }
    .table > :not(caption) > * > th{
        padding: .8rem .5rem;
    }
    .table > :not(caption) > * > td{
        padding: .5rem;
    }
    .card-table .card-name .actions{
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .card-table .card-name .title{
        font-size: 14px;
        line-height: 20px;
    }
    .card-table .card-name .actions{
        font-size: 13px;
    }
    .card-table .card-name .actions a{
        padding: 1px 0;
    }
    .vcard-table .table > * > * > td{
        padding: .25rem;
    }
    .vcard-table .table > * > * > td:first-child{
        padding-inline-start: 0;
    }
    .vcard-table .table > * > * > td:last-child{
        padding-inline-end: 0;
    }
}
/* content-page */
.content-page{
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    overflow: hidden;
}
.content-page > .content,
.content-page > .content > .container-fluid,
.content-page > .content > .container-fluid > .card,
.content-page > .content > .container-fluid > .card > .card-body{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.content-page > .content > .container-fluid > .card > .card-body > .card-table{
    flex: 1 1 auto;
}
/* vcard-status */
.vcard-status{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1.2rem;
}
.vcard-status form{
    margin: 0;
}
.vcard-status .button{
    font-size: inherit;
    line-height: inherit;
    border: none;
    padding: 0;
    background-color: transparent;
    color: rgba(var(--ct-link-color-rgb), var(--ct-link-opacity, 1));
}
.vcard-status .button:hover{
    --ct-link-color-rgb: var(--ct-link-hover-color-rgb);
}
.vcard-status .button span{
    color: var(--ct-body-color);
}
.vcard-status .button.active{
    color: var(--ct-dark);
}
/* vcard-control */
.vcard-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.vcard-control .control-title{
    margin: 0;
}
.vcard-control > *{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
}
.vcard-control .vcard-per-page{
    flex: 1 1 auto;
    justify-content: flex-end;
    text-align: end;
}
.vcard-control form{
    margin: 0;
}
.vcard-control select{
    width: auto;
}
.vcard-control #vcard-search-form{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 1%;
}
.vcard-control #vcard-search-form .form-control{
    width: 270px;
}
.vcard-control #vcard-search-form button{
}
.vcard-control .vcard-results-count{
    gap: 0 5px;
    margin: 0;
}
.vcard-control .vcard-pagination{
    flex: 1 1 auto;
    text-align: end;
    justify-content: flex-end;
    font-size: 14px;
}
.vcard-control .vcard-pagination ul{
    display: flex;
    flex-wrap: wrap;
    text-align: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.vcard-control .vcard-pagination ul li{
    display: contents;
}
.vcard-control .vcard-pagination ul .page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 0.15rem;
    color: var(--ct-light);
    background-color: var(--ct-primary);
}
.vcard-control .vcard-pagination ul .dots.page-numbers{
    color: inherit;
    background-color: transparent;
    width: auto;
}
.vcard-control .vcard-pagination ul a.page-numbers{
    color: inherit;
    background-color: transparent;
}
.vcard-control .vcard-pagination ul a.page-numbers:hover{
    color: var(--ct-primary);
    background-color: var(--ct-tertiary-bg);
}
/*==========================================================================
FORM
===========================================================================*/
.vcard-form{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 30px;
    --card-form-gap: 16px;
}
.vcard-form label.error{
    font-size: calc(100% - 1px);
    margin-top: 2px;
    color: var(--ct-danger);
}
.vcard-form-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--card-form-gap);
}
.vcard-form .vcard-content{
    /*flex: 1 1 auto;*/
    /*width: 1%;*/
    width: 420px;
}
.vcard-form .form-title{
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px;
    border-bottom: 2px solid var(--ct-border-color);
}
.vcard-form .form-title .sub{
    font-weight: 400;
    color: var(--ct-body-color);
}
.vcard-form .form-desc{
    margin-top: 20px;
}
/* images */
.form-images{
    text-align: center;
    margin-bottom: 5px;
}
.form-images .img-thumbnail{
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.form-images .form-avatar .form-label-image{
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: calc(150px * 6 / 10 * -1) 0 0;
}
/* content */
.vcard-form .vcard-content > .nav-tabs{
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
}
.vcard-form .vcard-content > .nav-tabs .nav-link:not(.active){
    display: none;
}
.nav-tabs.nav-bordered li a{
    padding: 5px 15px;
}
.vcard-form .vcard-content .form-field{
    width: 100%;
}
.vcard-form .vcard-content .form-field-sm{
    width: calc(50% - var(--card-form-gap) / 2);
}
.vcard-form .vcard-content .form-field-md{
    width: calc((100% - var(--card-form-gap) * 2) / 3 * 2 + var(--card-form-gap));
}
.vcard-form .vcard-content .form-field-xs{
    width: calc((100% - var(--card-form-gap) * 2) / 3);
}
.vcard-form .form-label-image{
    width: 100%;
    cursor: pointer;
    position: relative;
}
.vcard-form .form-label-image:not(:hover) .edit-btn{
    opacity: .8;
}
.vcard-form .form-label-image .edit-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 12px;
    color: var(--main_cl_t);
    background-color: var(--main_cl);
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 400;
}
.vcard-form .form-label-image .edit-btn span{
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 1px;
}
.vcard-form .form-avatar .form-label-image .edit-btn{
    top: auto;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 3px 0;
    width: 30px;
    border: 2px solid var(--ct-body-bg);
}
.vcard-form .form-label-image .avatar-preview{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.vcard-form .form-check-submit{
    width: 100%;
    border-top: 1px solid var(--ct-border-color);
    padding-top: 30px;
    margin-top: 2.5rem;
    text-align: center;
}
.vcard-form .form-check-submit .form-check-title{
    font-size: 15px;
    line-height: 20px;
    color: var(--ct-dark);
    border-bottom: 2px solid var(--ct-border-color);
    margin-bottom: 1rem;
}
.vcard-form .form-check-submit .form-check-title span{
    display: inline-block;
    vertical-align: top;
    padding: .625rem 1.25rem;
    border-bottom: 2px solid var(--ct-primary);
    margin-bottom: -2px;
}
.vcard-form .form-check-submit label{
    font-weight: 400;
}
.vcard-form .form-check-submit .qr-code{
    padding: .2rem 0 .8rem;
}
.vcard-form .form-check-submit .qr-code-image img{
    border: 3px solid var(--ct-black);
    border-radius: 5px;
}
.vcard-form .form-check-submit .qr-code-btn{
    text-transform: uppercase;
    font-weight: 700;
}
.vcard-form .form-submit{
    min-width: 180px;
}
/* socials */
.form-socials .form-title{
    margin-bottom: 20px;
}
.form-socials .form-field{
    display: flex;
    align-items: center;
    gap: 4px 5px;
    background-color: var(--ct-body-bg);
    padding: 5px;
    border: var(--ct-border-width) solid var(--ct-border-color);
    border-radius: .25rem;
    font-size: 14px;
    line-height: 18px;
}
.form-socials .vcard-form-wrap .form-image{
    width: 40px;
    height: 40px;
    position: relative;
}
.form-socials .vcard-form-wrap .form-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.form-socials .vcard-form-wrap .form-image:not(:hover) .icon{
    opacity: .7;
}
.form-socials .vcard-form-wrap .form-image .icon{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    background-color: var(--ct-link-color);
    border-radius: 50%;
    transition: .2s;
}
.form-socials .vcard-form-wrap .form-label{
    flex: 1 1 auto;
    width: 1%;
    text-transform: capitalize;
    margin: 0;
}
.form-socials .vcard-form-wrap .form-control{
    width: 62%;
    font-size: inherit;
    line-height: inherit;
    padding: 8px 12px;
}
.form-socials .vcard-form-wrap .form-close{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 3px;
}
.form-socials .input-social-icon{
    display: none;
}
.form-socials .social-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form-socials .social-item{
    border: var(--ct-border-width) solid var(--ct-border-color);
    border-radius: .25rem;
    position: relative;
}
.form-socials .social-item.active,
.form-socials .social-item:hover{
    border-color: var(--ct-link-color);
}
.form-socials .social-item:not(.active) .social-checked{
    opacity: 0;
}
.form-socials .social-item img{
    width: 40px;
    height: 40px;
}
.form-socials .social-item .social-checked{
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    background-color: var(--ct-link-color);
    font-size: 10px;
    line-height: 1;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s;
}
.form-socials .social-item:not(:hover) .social-tooltip{
    opacity: 0;
    margin-bottom: 3px;
}
.form-socials .social-item .social-tooltip{
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    right: 0;
    border-radius: inherit;
    transition: .2s;
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.form-socials .social-item .social-tooltip:after{
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid var(--ct-link-color);
    border-inline-start: 5px solid transparent;
    border-inline-end: 5px solid transparent;
    margin: auto;
}
.form-socials .social-item .social-tooltip span{
    display: block;
    white-space: nowrap;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--ct-link-color);
    padding: 1px 9px;
    border-radius: inherit;
    font-size: 14px;
}
/* about */
.form-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: var(--card-form-gap);
}
.form-buttons a{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    box-shadow: 0 0 0 1px inset;
    border-radius: .25rem;
}
.form-buttons a .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 1px inset;
    border-radius: 50%;
}
.form-field-group{
    margin-top: var(--card-form-gap);
    border: 1px solid var(--ct-border-color);
    border-radius: .25rem;
    padding: var(--input-pd) var(--input-pd-hz);
    gap: 5px;
}
.form-field-group .form-field{
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
}
.form-field-group .form-label{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.form-field-group .form-label:after{
    content: ':';
}
.form-field-group .form-control{
    flex: 1 1 auto;
    width: 1%;
    border: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}
.form-field-group textarea.form-control{
    min-height: 40px;
}
.form-field-group{}
.form-field-group{}
.form-field-group{}
.form-buttons{}
.form-buttons{}
.form-buttons{}
.form-buttons{}
/* layout */
.vcard-form .vcard-preview{
    overflow: hidden;
    flex-direction: column;
}
.vcard-form .vcard-preview .cover .edit-card{
    display: none;
}
.vcard-form .vcard-demo{
    width: 468px;
    margin-inline-end: -140px;
    margin-bottom: -283px;
}
.vcard-form .vcard-demo-inner{
    position: relative;
    transform: scale(.7);
    transform-origin: top left;
}
.vcard-form #ictu-vcard{
    position: absolute;
    top: var(--offset);
    bottom: var(--offset);
    left: var(--offset);
    right: var(--offset);
    max-width: calc(100% - var(--offset) * 2);
    max-height: calc(100% - var(--offset) * 2);
    --offset: 24px;
}
.vcard-form .vcard-demo-mobile{
    position: relative;
    pointer-events: none;
}
/* colors */
.vcard-form .vcard-layout{
    width: 260px;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    gap: 20px;
}
.vcard-form .vcard-layout .form-field{
    width: 100%;
}
.vcard-form .vcard-layout .field-color{
    display: flex;
    align-items: center;
    gap: 10px;
}
.vcard-form .vcard-layout .field-color .form-control{
    width: 24px;
    height: 24px;
    border-radius: 3px;
}
.vcard-form .vcard-layout .field-color .form-label{
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
}
.vcard-form .vcard-layout .field-color .reset-color{
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px;
    margin: -2px -5px;
}
.vcard-form .vcard-submit{
    width: 100%;
}
/* nav */
.tab-pagination{
    display: flex;
    gap: var(--card-form-gap);
    margin: calc(var(--card-form-gap) + 5px) 0 0;
}
.tab-pagination a{
    flex: 1 1 auto;
    /*width: 1%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab-pagination .tab-finish,
.tab-pagination .tab-prev[data-step="1"],
.tab-pagination .tab-next[data-step="7"]{
    display: none;
}
.tab-pagination .tab-finish:before,
.tab-pagination .tab-next:before{
    content: attr(data-step);
    order: 1;
    margin-inline-start: .3rem;
}
.tab-pagination .tab-finish:after,
.tab-pagination .tab-next:after{
    content: '/7';
    order: 1;
}
.tab-pagination .tab-finish[data-step="1"]:before,
.tab-pagination .tab-next[data-step="1"]:before,
.tab-pagination .tab-finish[data-step="1"]:after,
.tab-pagination .tab-next[data-step="1"]:after{
    display: none;
}
.tab-pagination .form-submit{
    flex: 1 1 auto;
    /*width: 1%;*/
    min-width: auto;
}
@media (max-width: 767px){
    .tab-pagination .tab-finish[data-step="7"]{
        display: flex;
    }
}
/* cropper image */
#crop-image-modal .modal-content{
    border: none !important;
}
#crop-image-modal .modal-body{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 20px);
    padding: 0;
    margin: 10px;
}
#crop-image-modal .modal-header,
#crop-image-modal .modal-footer{
    padding: 6px 10px;
}
#crop-image-modal .modal-title{
    font-size: 16px;
}
#crop-image-modal .btn-close{
    font-size: 10px;
}
#crop-image-modal .modal-footer{}
#crop-image-modal{}
#crop-image-modal{}
.modal-lg, .modal-xl{
    --ct-modal-width: 320px;
}
@media (min-width: 992px){
    .modal-lg, .modal-xl{
        --ct-modal-width: 450px;
    }
    #crop-image-modal .modal-body{
        max-width: calc(100% - 30px);
        margin: 15px;
    }
    #crop-image-modal .modal-header,
    #crop-image-modal .modal-footer{
        padding: 10px 15px;
    }
}
/*==========================================================================
ACCOUNT
===========================================================================*/
.vcard-account.action-none .content-page .container-fluid{
    flex-direction: row;
}
/*----- ACCOUNT -----*/
.vcard-user{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--ct-gutter-x);
}
.vcard-user .user-profile{
    width: 25%;
    min-width: 250px;
}
.vcard-user .user-profile .card-body{
    display: flex;
    flex-direction: column;
}
.vcard-user .user-profile .user-avatar{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.vcard-user .user-profile .display-name{
    flex: 1 1 auto;
    width: 1%;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--ct-dark);
    margin: 0;
}
.vcard-user .user-profile .user-content{
    flex: 1 1 auto;
    margin: var(--ct-gutter-x) 0 0;
}
.vcard-user .user-profile .user-content > *{
    margin: 0 0 .5rem;
}
.vcard-user .user-profile .user-content > *:last-child{
    margin-bottom: 0;
}
.vcard-user .user-profile .user-content > * strong{
    margin-inline-end: .5rem;
}
.vcard-user .user-profile .logout{
    margin: var(--ct-gutter-x) 0 0;
}
.vcard-user .user-form{
    flex: 1 1 auto;
    width: 1%;
}
.vcard-user .user-form .account-desc{
    text-align: inherit;
}
.vcard-user .user-form .vcard-account-form{
    padding: 0;
    max-width: 400px;
}
.vcard-user .user-form .edit-user-title{
    margin: 0 0 1rem;
}
/* nav */
.vcard-nav-user .account-user-avatar{
    width: 46px;
    height: 46px;
}
.vcard-nav-user .account-user-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vcard-nav-user .user-name{
    font-size: 16px;
    /*color: var(--ct-dark);*/
    margin: 0;
}
.vcard-nav-user .user-name :not(:hover){
    color: inherit;
}
.user-logout{
    margin: 0;
}
.user-logout .logout{
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    border: none;
    background: none;
    color: rgba(var(--ct-link-color-rgb));
}
.user-logout .logout:hover{
    color: rgba(var(--ct-link-hover-color-rgb));
}
.vcard-nav-user .user-logout .logout{
    font-size: 12px;
}
@media (max-width: 1199px){
    .vcard-user .user-profile .user-avatar img{
        width: 68px;
    }
    .vcard-user .user-profile .display-name{
        font-size: 26px;
    }
    .vcard-user .user-form .edit-user-title{
        margin-bottom: .75rem;
    }
}
@media (max-width: 767px){
    .vcard-user .user-profile{
        width: 100%;
    }
    .vcard-user .user-profile .user-avatar img{
        width: 68px;
    }
    .vcard-user .user-profile .display-name{
        font-size: 26px;
    }
    .vcard-user .user-form .edit-user-title{
        margin-bottom: .75rem;
    }
}
/*----- LOGIN -----*/
.vcard-account{
    height: 100%;
    display: flex;
}
/* content */
.vcard-account-content{
    width: 480px;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: var(--ct-light);
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
.vcard-account-content .logo{
    position: static;
    margin-bottom: 10px;
}
.vcard-account-content .copyright{
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid var(--ct-border-color);
}
/* form */
.vcard-account-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vcard-account-form .logo img{
    max-width: 100px;
}
.vcard-account-form .form-text-or{
    display: block;
    text-align: center;
}
.vcard-account-form form + .form-text-or,
.vcard-account-form .login-forgot-password + .form-text-or{
    margin-top: -7px;
}
.vcard-account-form input[type="text"],
.vcard-account-form input[type="email"],
.vcard-account-form input[type="password"],
.vcard-account-form input[type="tel"],
.vcard-account-form input[type="search"],
.vcard-account-form input[type="url"],
.vcard-account-form input[type="number"],
.vcard-account-form input[type="date"]{
    width: 100%;
    font-size: var(--input-fz);
    line-height: var(--input-lh);
    padding: var(--input-pd) var(--input-pd-hz);
    color: var(--input-cl);
    background-color: var(--ct-input-bg);
    border-radius: var(--input-bora);
    border: var(--ct-border-width) solid var(--ct-border-color);
}
input[type="date"]{
    cursor: pointer;
}
.vcard-account-form input[type="text"]:focus,
.vcard-account-form input[type="email"]:focus,
.vcard-account-form input[type="password"]:focus,
.vcard-account-form input[type="tel"]:focus,
.vcard-account-form input[type="search"]:focus,
.vcard-account-form input[type="url"]:focus,
.vcard-account-form input[type="number"]:focus,
.vcard-account-form input[type="date"]:focus{
    color: var(--ct-dark);
    border-color: var(--ct-dark);
}
.vcard-account-form button,
.vcard-account-form input[type="submit"]{
    width: 100%;
    font-size: var(--input-fz);
    line-height: var(--input-lh);
    padding: var(--input-pd) var(--input-pd-hz);
    color: var(--btn-cl);
    background-color: var(--btn-bg);
    border-radius: var(--input-bora);
    border: var(--ct-border-width) solid transparent !important;
}
.vcard-account-form button:hover,
.vcard-account-form input[type="submit"]:hover{
    background-color: var(--btn-bg-h);
}
.vcard-account-form .btn{
    width: 100%;
}
.vcard-account-form .btn-go-to{
    margin-top: 9px;
    text-align: center;
}
.vcard-account-form label{
    font-weight: 400;
}
.vcard-account-form .nav-tabs{
    display: flex;
    justify-content: center;
}
.vcard-account-form .nav-tabs .nav-item.show .nav-link,
.vcard-account-form .nav-tabs .nav-link.active{
    background-color: transparent;
}
.vcard-account-form .login-username label,
.vcard-account-form .login-password label{
    display: none;
}
.vcard-account-form .login-remember label{
    width: 100%;
    cursor: pointer;
}
.vcard-account-form .login-remember label:hover{
    color: var(--ct-primary);
}
.vcard-account-form .tab-content{
    position: relative;
}
.vcard-account-form .login-forgot-password{
    position: absolute;
    top: 112px;
    right: 0;
}
.vcard-account-form .login-forgot-password:not(:hover){
    color: inherit;
}
.vcard-account-form .account-desc{
    text-align: center;
}
.vcard-account-form .account-desc:last-child{
    margin: 0;
}
.vcard-account-form .back-to-login{
    display: block;
    text-align: center;
    margin: 8px 0 0;
}
.vcard-account-form .back-to-login .icon{
    display: inline-block;
    vertical-align: top;
}
.vcard-account-form-wrap{
    position: relative;
}
.vcard-account-form .validate-label{
    font-size: calc(100% - 1px);
    margin-top: 5px;
}
.vcard-account-form label.error{
    font-size: calc(100% - 1px);
    margin-top: 5px;
    color: var(--ct-danger);
}
.vcard-account-form .error ~ .validate-label{
    display: none;
}
.vcard-account-form #loginform{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin: 0;
}
.vcard-account-form #loginform > *{
    width: 100%;
}
.vcard-account-form #loginform .login-remember{
    width: calc(50% - 10px);
}
.vcard-account-form #loginform .login-forgot{
    width: calc(50% - 10px);
    text-align: end;
}
.vcard-account-form #loginform .login-forgot a:not(:hover){
    color: inherit;
}
.vcard-account-form #reset-form{
    margin: 0;
}
.vcard-account-form #loginform{}
.vcard-account-form{}
.vcard-account-form{}
.vcard-account-form{}
/* form */
.vcard-account-form{
    flex: 1 1 auto;
    padding: 30px 60px;
}
/* cover */
.vcard-account-cover{
    flex: 1 1 auto;
    width: 1%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vcard-account-cover img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.vcard-account-cover:after{
    position: absolute;
    /*content: '';*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}
.vcard-account-cover .lines{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.vcard-account-cover .line{
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.vcard-account-cover .line::after{
    content: '';
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.vcard-account-cover .line:nth-child(1){
    margin-left: -40%;
}
.vcard-account-cover .line:nth-child(1)::after{
    animation-delay: 1s;
}
.vcard-account-cover .line:nth-child(3){
    margin-left: 40%;
}
.vcard-account-cover .line:nth-child(3)::after{
    animation-delay: 2s;
}
.vcard-account-cover .line:nth-child(4){
    margin-left: -20%;
}
.vcard-account-cover .line:nth-child(4)::after{
    animation-delay: 3s;
}
.vcard-account-cover .line:nth-child(5){
    margin-left: 20%;
}
.vcard-account-cover .line:nth-child(5)::after{
    animation-delay: 4s;
}
@keyframes drop{
    0%{
        top: -50%;
    }
    100%{
        top: 110%;
    }
}
/* nav-user */
body div.nsl-container .nsl-button-google[data-skin="light"]{
    border-radius: var(--input-bora);
}
body div.nsl-container-block-fullwidth .nsl-container-buttons a{
}
body div.nsl-container-block-fullwidth .nsl-container-buttons a .nsl-button{
    font-size: var(--input-fz);
    line-height: var(--input-lh);
    color: var(--btn-cl);
    padding: 0;
    box-shadow: var(--ct-btn-box-shadow) rgba(var(--ct-primary-rgb),.5);
    border: var(--ct-border-width) solid transparent;
    border-radius: var(--input-bora);
    background-color: var(--btn-bg) !important;
}
body div.nsl-container-block-fullwidth .nsl-container-buttons a:hover .nsl-button{
    background-color: var(--btn-bg-h) !important;
}
body div.nsl-container .nsl-button-default div.nsl-button-label-container{
    padding: var(--input-pd) 0;
}
body div.nsl-container .nsl-button-default .nsl-button-svg-container{
    padding: 7px;
    border-radius: inherit;
    background-color: var(--btn-cl);
}
@media (max-width: 1199px){
    .vcard-account-content{
        width: 370px;
    }
    .vcard-account-form{
        padding: 30px;
    }
    .vcard-account-form .nav-tabs{
        margin-bottom: 1rem;
    }
    p{
        margin-bottom: .75rem;
    }
    body div.nsl-container .nsl-container-buttons{
        padding: 3px 0;
    }
}
@media (max-width: 767px){
    .vcard-account-content{
        width: 100%;
    }
    .vcard-account-form{
        padding: 20px;
        max-width: 420px;
        margin: auto;
    }
    .vcard-account-cover{
        display: none;
    }
    p{
        margin-bottom: .5rem;
    }
    body div.nsl-container .nsl-container-buttons{
        padding: 0;
    }
}
@media (max-width: 479px){
    .vcard-account-form{
        padding: 15px;
    }
}
/*==========================================================================
ACCOUNT
===========================================================================*/
.vcard-account{
}
/*==========================================================================
LOGIN
===========================================================================*/
.vcard-account .form-pwd{
    position: relative;
}
.vcard-account .show-pwd{
    position: absolute;
    top: 0;
    right: 0;
    font-size: var(--input-fz);
    line-height: var(--input-lh);
    padding: var(--input-pd) 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.vcard-account .show-pwd:hover{
    color: var(--ct-primary);
}
.vcard-account .form-pwd.show-password > .show-pwd:before{
    content: "\ecb5";
}
/*==========================================================================
RESPONSIVE
===========================================================================*/
@media (min-width: 768px){
    .vcard-submit .tab-back,
    .button-open-layout,
    .button-close-layout{
        display: none;
    }
    .vcard-form .form-check-submit .form-check-title,
    .vcard-form .form-check-submit .qr-code{
        display: none;
    }
}
@media (max-width: 1199px){
    :root{
        --ct-topbar-height: 60px;
        --ct-footer-height: 50px;
    }
    .card{
        --ct-card-spacer-y: 20px;
        --ct-card-spacer-x: 20px;
        margin-bottom: 1.2rem;
    }
    .topbar-menu{
        gap: 1rem !important;
    }
    .content-page{
        padding-top: 1rem;
    }
    .navbar-custom,
    .content-page{
        padding-inline-start: .5rem;
        padding-inline-end: .5rem;
    }
    .vcard-nav-user .account-user-avatar{
        width: 42px;
        height: 42px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        --ct-gutter-x: 1rem;
    }
    .card-table .card-user,
    .card-table .card-license,
    .card-table .card-hard,
    .card-table .card-number{
        display: none;
    }
    .navbar-custom .button-toggle-menu{
        width: 40px;
    }
    .vcard-control #vcard-search-form .form-control{
        width: 220px;
    }
}
@media (max-width: 991px){
    .card {
        --ct-card-spacer-y: 15px;
        --ct-card-spacer-x: 15px;
    }
}
@media (max-width: 767px){
    :root{
        --ct-topbar-height: 50px;
        --ct-footer-height: 40px;
    }
    .card{
        --ct-card-spacer-y: 15px;
        --ct-card-spacer-x: 15px;
        margin-bottom: .8rem;
    }
    .topbar-menu{
        gap: .8rem !important;
    }
    .vcard-nav-user{
        display: none;
    }
    .content-page{
        padding-top: .8rem;
    }
    .navbar-custom,
    .content-page{
        padding-inline-start: .4rem;
        padding-inline-end: .4rem;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        --ct-gutter-x: .8rem;
    }
    .table{
        margin-bottom: 1rem;
    }
    .mb-3{
        margin-bottom: 1rem !important;
    }
    .navbar-custom .logo-topbar{
        display: none !important;
    }
    .navbar-custom .button-toggle-menu{
        width: auto !important;
        padding: 0 !important;
        padding-inline-end: 10px !important;
    }
    .vcard-control{
        gap: 10px;
    }
    .vcard-status{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: .7rem;
        gap: 6px 10px;
    }
    .vcard-control .vcard-per-page{
        width: 100%;
        justify-content: flex-start;
        text-align: start;
    }
    /* mobile form */
    .vcard-form{
        column-gap: 15px;
        --card-form-gap: 10px;
    }
    .vcard-list.action-add .content-page,
    .vcard-list.action-add .container-fluid,
    .vcard-list.action-edit .content-page,
    .vcard-list.action-edit .container-fluid{
        padding: 0 !important;
    }
    .vcard-list.action-add .card,
    .vcard-list.action-edit .card{
        margin: 0 !important;
    }
    .vcard-list.action-add .card-body,
    .vcard-list.action-edit .card-body{
        padding-bottom: 56px !important;
    }
    .vcard-list.action-add .navbar-custom,
    .vcard-list.action-edit .navbar-custom{
        min-height: auto;
        padding: 0;
        position: static;
    }
    .vcard-list.action-add .footer,
    .vcard-list.action-add .navbar-custom .topbar-action > *:not(.button-toggle-menu),
    .vcard-list.action-add .navbar-custom .topbar-menu > *:not(:nth-child(2)),
    .vcard-list.action-edit .footer,
    .vcard-list.action-edit .navbar-custom .topbar-action > *:not(.button-toggle-menu),
    .vcard-list.action-edit .navbar-custom .topbar-menu > *:not(:nth-child(2)){
        display: none !important;
    }
    .vcard-list.action-add .navbar-custom #light-dark-mode:not(:hover),
    .vcard-list.action-add .navbar-custom .button-toggle-menu:not(:hover),
    .vcard-list.action-edit .navbar-custom #light-dark-mode:not(:hover),
    .vcard-list.action-edit .navbar-custom .button-toggle-menu:not(:hover){
        opacity: .8;
    }
    .vcard-list.action-add .navbar-custom #light-dark-mode,
    .vcard-list.action-add .navbar-custom .button-toggle-menu,
    .vcard-list.action-edit .navbar-custom #light-dark-mode,
    .vcard-list.action-edit .navbar-custom .button-toggle-menu{
        position: absolute;
        top: 0;
        left: 0;
        width: 40px !important;
        height: 40px !important;
        color: var(--main_cl_t);
        background-color: var(--main_cl);
        border-radius: 5px;
        font-size: 20px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .vcard-list.action-add .navbar-custom #light-dark-mode,
    .vcard-list.action-edit .navbar-custom #light-dark-mode{
        top: 45px;
    }
    .vcard-list.action-add .navbar-custom #light-dark-mode .ri-moon-line,
    .vcard-list.action-edit .navbar-custom #light-dark-mode .ri-moon-line{
        font-size: inherit !important;
    }
    body.vcard-finish .vcard-content > *:not(.form-images){
        display: none;
    }
    body.vcard-finish .form-check-submit{
        display: block;
    }
    .vcard-form .form-check-submit,
    .vcard-form .vcard-preview{
        display: none;
    }
    .vcard-form .form-check-submit{
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
    .vcard-form .form-check-submit .form-checkbox{
        margin: 0;
    }
    .button-open-layout:not(:hover){
        opacity: .8;
    }
    .button-open-layout{
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 12px;
        color: var(--main_cl_t);
        background-color: var(--main_cl);
        text-transform: capitalize;
        border-radius: 5px;
        font-weight: 400;
        z-index: 1;
    }
    .button-open-layout span{
        display: inline-block;
        vertical-align: top;
        margin: -1px 0 1px;
    }
    body:not(.open-vcard-layout) .vcard-form .vcard-layout{
        transform: translateX(calc(100% + 1px));
    }
    .vcard-form .vcard-layout{
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: var(--ct-card-bg);
        box-shadow: 0 0 20px 0 rgba(154, 161, 171, 0.3);
        transition: .2s;
        display: flex;
        flex-direction: column;
        z-index: 1000;
        gap: 0;
    }
    .vcard-form .vcard-layout .form-title{
        padding: 10px 1.2rem;
        border-bottom-width: 1px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .vcard-form .vcard-layout .form-title span{
        flex: 1 1 auto;
        width: 1%;
    }
    .vcard-form .vcard-layout .vcard-form-wrap{
        flex: 1 1 auto;
        height: 1%;
        padding: 1.2rem;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .vcard-form .form-images{
        margin-top: calc(var(--ct-card-spacer-y) * -1);
        margin-left: calc(var(--ct-card-spacer-x) * -1);
        margin-right: calc(var(--ct-card-spacer-x) * -1);
    }
    .vcard-form .vcard-submit,
    .vcard-form .tab-pagination{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px var(--ct-card-spacer-x);
        background-color: var(--ct-card-bg);
        box-shadow: 0 0 20px 0 rgba(154, 161, 171, 0.3);
        z-index: 1;
    }
    .vcard-form .vcard-submit{
        display: flex;
        gap: 16px;
    }
    .vcard-form .vcard-submit > *{
        flex: 1 1 auto;
        width: 1%;
    }
    .tooltip{
        display: none !important;
    }
    /* mobile list */
    .table > :not(caption) > * > *{
        padding: .5rem;
    }
    .card-table .card-avatar .avatar{
        width: 60px;
        height: 60px;
    }
    .card-table .card-avatar .avatar img{
        margin-inline-end: 1rem !important;
    }
    .card-table .card-qr{
        width: 90px;
    }
    .card-table .qr-code{
        width: auto;
    }
    .card-table .qr-code-image{
        width: 80px;
        height: 80px;
    }
    .card-table .qr-code-btn{
        --input-fz: 14px;
        --input-lh: 18px;
        --input-pd: 7px;
        --input-pd-hz: 12px;
    }
}
@media (max-width: 400px){
    .form-socials .vcard-form-wrap .form-label{
        display: none;
    }
    .form-socials .vcard-form-wrap .form-control{
        width: 58%;
        flex: 1 1 auto;
    }
    .vcard-form .vcard-demo{
        width: 438px;
        margin-inline-end: -120px;
        margin-bottom: -260px;
    }
    .vcard-control #vcard-search-form .form-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .card-table .card-avatar .avatar{
        width: 46px;
        height: 46px;
    }
    .card-table .card-name .actions span{
        margin: 0 2px;
    }
}
.vcard-admin-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 1.2rem;
}
.vcard-admin-actions > *{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: inherit;
}
.vcard-admin-actions .block-start{
    flex: 1 1 auto;
    max-width: 100%;
}
.vcard-admin-actions #import-form{
    display: flex;
    flex-wrap: wrap;
    gap: inherit;
    margin: 0;
    max-width: 100%;
}
.vcard-admin-actions #import-form .form-control{
    width: auto;
    max-width: 100%;
}
.vcard-admin-actions #import-message:not([class]){
    display: none;
    color: red;
}
.vcard-admin-actions #import-message{
    flex: 1 1 auto;
    width: 1%;
}
.vcard-admin-actions #import-message p{
    display: inline;
    margin: 0;
}
.vcard-admin-actions #import-message .reload-page{
    text-decoration: underline;
}
.vcard-admin-actions #import-message:not(.text-success) .reload-page{
    display: none;
}
body .button-close-fullsidebar{
    width: 40px;
    text-align: center;
}
@media (max-width: 767px){
    .vcard-admin-actions{
        margin-bottom: .8rem;
    }
}
