.clcme-title {
    font-weight: 900;
    font-size: 21px;
    line-height: normal;
    margin: 20px 0 10px;
}
.clcme-title-warn {
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    color: #f4042e;
}
.clcme-innerow {
    display: flex;
    flex-flow: row;
    margin-bottom: 10px;
    max-width: 300px;
}
.clcme-vcard-innerow,
.clcme-usrimg-innerow {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
}
.clcme-usrimg-cont {
    width: 300px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
.clcme-usrimg-cont.card {
    margin: 0;
}
.clcme-usrimg-innerow {
    margin-bottom: 10px;
}
.clcme-vcard-namerow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.clcme-vcard-innerow input[type='text'] {
    width: calc(100% - 5px);
    margin-bottom: 10px !important;
    padding-right: 20px;
}
/* .clcme-vcard-innerow:not(.custom) input:nth-child(2n-1) {
    margin-right: 10px;
} */
.clcme-vcard-innerow.custom input:nth-child(2n) {
    margin-right: 10px;
}
.clcme-vcard-namerow input[type='text'] {
    width: calc(100% - 5px);
}
#save-profile-name, #clcme-customurl {
    width: calc(50% - 5px);
}
.clcme-vcard-namerow input:nth-child(3) {
    margin-left: 5px;
}
.clcme-vcard-namerow .second-row {
    grid-column-start: 1;
}
.clcme-grid-inner {
    position: relative;
}
:not(.clcme-vcard-namerow) > .clcme-grid-inner {
    width: 50%;
    display: inline-block;
}
.clcme-lock-check {
    visibility: hidden;
    position: absolute;
    right: 8px;
}
.clcme-innerow .clcme-lock-check {
    right: 0;
}
.clcme-hidden-check {
    visibility: hidden;
}
.clcme-lock-check:after {
    content: url('/wp-content/plugins/clcme-smartcard/img/unlock.png');
    visibility: visible;
}
.clcme-lock-check:checked:after {
    content: url('/wp-content/plugins/clcme-smartcard/img/lock.png');
}
.clcme-hidden-check:after {
    content: url('/wp-content/plugins/clcme-smartcard/img/view.png');
    visibility: visible;
}
.clcme-hidden-check:checked:after {
    content: url('/wp-content/plugins/clcme-smartcard/img/hidden.png');
}
.clclme-popup-cont {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: gainsboro;
    display: none;
    padding: 20px;
    flex-wrap: wrap;
    z-index: 10000;
}
.clclme-popup-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}
.clcme-popup-btn {
    width: 100px;
    height: 40px;
    margin: 20px auto 0;
}
.clcme-usrimg-innerow span {
    width: 100%;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.clcme-innerow span {
    width: 30%;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.clcme-innerow input:not([type='submit']),
.clcme-innerow select {
    width: 80%;
}
.clcme-innerow input[type='submit'] {
    width: 33%;
    margin-left: 10px;
}
.clcme-addnew-cont {
    background: grey;
    display: flex;
    width: 300px;
    height: 84px;
    margin: 0 15px;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.clcme-show-pw svg{
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
.clcme-addnew-cont p {
    transition: all 0.2s;
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Lastica_bold', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
}
.clcme-smalltitle {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}
#addNewCard {
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s linear;
}
/* #addNewCard.show{
    
    height: auto;
    transition: height 0.5s linear;
} */
.clcme-buttons {
    display: flex;
    width: 300px;
    height: 84px;
    margin: 0 auto 20px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    cursor: pointer;
}
.clcme-button-text-container {
    margin-left: 84px;
    margin-top: 1.1vw;
    margin-bottom: 1.1vw;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.clcme-usr-img,
.woocommerce img.clcme-usr-img,
.woocommerce-page img.clcme-usr-img {
    width: 150px;
    height: 150px;
    max-width: unset !important;
    position: absolute;
}
#usr_img {
    display: none;
}
label[for='usr_img'] {
    background: rgba(0, 0, 0, 0.07);
    border: 1px solid grey;
    color: black;
    border-style: outset;
    padding: 1px 6px;
    border-radius: 2px;
}
/* .clcme-usr-img.clcme-def-img{
    filter: invert(1);
} */
.clcme-button-text {
    transition: all 0.2s;
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Lastica_bold', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.clcme-button-text:hover {
    width: 90%;
    transition: all 0.2s;
}
.clcme-settings-buttons-container {
    position: relative;
    display: flex;
    flex-flow: row;
    transition: width 0.5s linear;
}
.clcme-settings-button {
    width: 330px;
    z-index: 1;
    max-height: 104px;
}
.clcme-button-edit-fields {
    position: relative;
    margin-right: 0px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: width 0.6s ease, opacity 0.15s ease, visibility 0.15s ease;
    width: 0;
}
.clcme-button-edit-fields.open {
    visibility: visible;
    opacity: 1;
    width: 270px;
    margin-right: 20px;
    overflow: visible;
    white-space: nowrap;
}
.clcme-settings-button-edit {
    position: relative;
    vertical-align: middle;
}
.btn-light {
    width: 40px;
    height: 40px;
}
.clcme-button-vcard {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_nfc_nevjegy.png'), linear-gradient(90deg, #800000 0%, #f4042e 53%);
}
.clcme-button-facebook {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_facebook_2021.png'), linear-gradient(90deg, #3d3d3d 0%, #0285d1 53%);
}
.clcme-button-linkedin {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_linkedin_2021.png'), linear-gradient(90deg, #2d2d2d 0%, #006d99 53%);
}
.clcme-button-url {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_url_link.png'), linear-gradient(90deg, #2d1d1d 0%, #545454 53%);
}
.clcme-button-instagram {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_instagram_2021.png'), linear-gradient(90deg, #fcb400 0%, #ce0078 53%);
}
.clcme-button-youtube {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_youtube_2021.png'), linear-gradient(90deg, #560b00 0%, #f4042e 53%);
}
.clcme-button-tiktok {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_tiktok_2021.png'), linear-gradient(90deg, #586363 0%, #000000 53%);
}
.clcme-button-pinterest {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_pinterest_2021.png'), linear-gradient(90deg, #540000 0%, #c8232c 53%);
}
.clcme-button-twitter {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_twitter_2022.png'), linear-gradient(90deg, #165ba0 0%, #26a7de 53%);
}
.clcme-button-twitch {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_twitch_2022.png'), linear-gradient(90deg, #400c68 0%, #6441a5 53%);
}
.clcme-button-pdf {
    background-image: url('/wp-content/plugins/clcme-smartcard/img/pdf-file-icon.png'), linear-gradient(90deg, #3d3d3d 0%, rgba(90, 90, 90, 1) 53%);
}
.clcme-button-tel{
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_telnr.png'), linear-gradient(90deg,#800000 0%,#f4042e 53%);
}
.clcme-button-email{
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_email.png'), linear-gradient(90deg,#2d1d1d 0%,#545454 53%);
}
.clcme-button-address{
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_local.png'), linear-gradient(90deg,#3c3c39 0%,#118493 53%);
    position: relative;
}
.clcme-button-html{
    background-image: url('/wp-content/plugins/clcme-smartcard/img/clcme_html.png'), linear-gradient(90deg,#3c3c39 0%,#118493 53%);
}
.clcme-html-cont{
    display: none;
    max-width: unset!important;
}
.clcme-maps-cont{
    display: none;
}
:not(.has-edit > .clcme-settings-button) > .map-open.clcme-maps-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    
}
.clcme-html-cont #insert-media-button{
    padding: 0px 10px;
    font-size: 14px;
}
.clcme-html-cont input[type="button"]{
    display: inline-block;
    width: auto;
}
.clcme-html-popup{
    display: none;
}
.vcard-hide{
    display: none;
}
.clcme-html-popup.popup-open{
    position: fixed;
    display: block;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 800px;
    max-width: 100%;
}
.clcme-close-html-popup{
    display: flex;
    justify-content: end;
    padding-right: 10px;
}
.clcme-close-html-popup::after{
    display: inline-block;
    content: "\00d7";
    font-size: 30px;
    font-weight: 600;
}
.clcme-viewcard-cont,
#clcme-deletecard-form {
    width: 330px;
    align-content: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.clcme-viewcard-cont button {
    background-image: linear-gradient(90deg, #2d2d2d 0%, rgba(61, 61, 61, 0.85) 100%);
    border: 0;
    padding: 10px 20px;
    color: #fff;
}
#clcme-deletecard-form .clcme-popup-trig {
    /* /* background-image: linear-gradient(90deg,#800000 0%,#f4042e 100%); */
    background-color: transparent;
    border: 0;
    color: #3d3d3d;
}
.clcme-hide{
    display: none;
}
input[name="clcme-bulk-submit"]{
    margin-top: 10px;
}
.clcme-tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    background-color: #f4042e;
    color: #fff;
    border-radius: 50%;
    border-radius: 50%;
    padding: 0px 6px;
    line-height: normal;
}

.clcme-tooltip .clcme-tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  bottom: -80px;
  left: -125px;
  z-index: 1;
  border: 1px solid #f4042e;
}

.clcme-tooltip:hover .clcme-tooltiptext {
  visibility: visible;
}
.clcme-settings-buttons-container.has-edit {
    height: 104px;
}
.clcme-settings-buttons-container.has-edit.open {
    height: 170px;
}
.clcme-settings-buttons-container.has-edit.open.custom:not(.inv) {
    min-height: 200px;
    height: auto;
}
.clcme-small-span {
    width: 100% !important;
    font-size: 12px;
}
.clcme-usr-title {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lastica_regular', Helvetica, Arial, Lucida, sans-serif;
}
.clcme-usr-bio {
    width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500 !important;
    font-family: 'Lastica_light', Helvetica, Arial, Lucida, sans-serif;
}
.clcme-usrimg-size-cont {
    display: flex;
    justify-content: center;
    max-width: 300px;
    margin-top: 10px;
}
.ed-img-minus-btn {
    margin-right: 5px;
    padding: 0 10px;
}
.ed-img-plus-btn {
    margin-left: 5px;
    padding: 0 10px;
}
.ed-move-cont {
    position: relative;
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    border-radius: 20px;
    margin: auto;
}
.clcme-cards-drag-cont {
    display: flex;
    flex-flow: column;
}
.clmce-btn {
    background-image: linear-gradient(90deg, #800000 0%, #f4042e 100%);
    border: 0;
    padding: 10px 20px;
    color: #fff;
    width: 300px;
}
.clcme-nopad{
    padding: 0;
}
.clcme-short-btn{
    width: auto;
}
.clcme-main-cont a,
.clcme-main-cont input[type='submit'],
.clcme-main-cont button,
.clcme-addnew-cont {
    cursor: pointer !important;
}
.clcme-settings-buttons-container.has-edit .clcme-buttons {
    cursor: all-scroll;
}
.clclme-popup-confirm-cont {
    background: gainsboro;
    display: none;
    flex-flow: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
input[name='clcme-delete-confirm-pw'] {
    max-width: 200px;
}
.clcme-edit-img-cont {
    display: none;
}
#clcme-main {
    max-width: 300px;
}
.clcme-edit-img-btn {
    display: block;
    margin: 10px auto;
}
#canvas2 {
    display: none;
}
.clcme-edit-img-save-btn {
    display: block;
    margin: 10px auto 20px;
}
.clcme-cards-template-default .et_pb_section {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.et_pb_row {
    padding-top: 7px !important;
    padding-bottom: 16px !important;
}
.clcme-cards-template-default .clcme-usrimg-cont {
    margin: 0px auto 20px !important;
}
.lds-roller-out {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 150px;
    height: 150px;
    transform: translateX(50%);
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    border-radius: 15px;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
span.usrImgFileName {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    width: 205px;
    margin-right: 0;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
thead.sticky-top {
    top: 25px;
}
#orders {
    padding: 20px;
}
.clcme-export-filter-container {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
}
.clcme-export-filter-inner-container {
    border-right: 1px solid #dee2e6;
    padding-right: 20px;
    margin-left: 20px;
    width: 100%;
}
.clcme-export-filter-inner-container label {
    font-weight: 600;
    font-size: 16px;
}
.clcme-customcard-movecont {
    border-radius: 15px;
    overflow: hidden;
    width: 300px;
    height: 187px;
    position: relative;
    border: 1px dashed black;
    box-sizing: content-box;
}
.clcme-customcard-placeholder {
    position: absolute;
    max-width: unset !important;
}
.clcme-cardfront-size-cont {
    display: flex;
    margin: 10px 0;
}
.clcme-customcard-submit {
    display: block;
    margin-bottom: 10px;
}
#canvas3 {
    display: none;
}
#gform_wrapper_1,
#clcme-cardbuilder {
    display: none;
}
#clcme-subs-list {
    list-style: none;
    padding: 0;
}
.clcme-delete-sub {
    margin-left: 15px;
}
.clcme-subs-list-id,
.clcme-subs-list-name {
    font-weight: 600;
}
.clcme-subs-list-name {
    border-left: 1px solid #000;
    padding-left: 5px;
}

.clcme-subs-list-item {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    width: fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
}
#delete-sub-modal {
    position: fixed;
    background: gainsboro;
    width: 650px;
    min-height: 150px;
    top: 20%;
    left: calc(50% - 325px);
    z-index: 1000;
    padding: 20px;
}
#delete-sub-modal h5 {
    margin-top: 10px;
}
#delete-sub-modal p {
    font-weight: 600;
    margin-bottom: 10px;
}
#delete-sub-modal .clcme-delete-sub-valid {
    margin-right: 15px;
}
.clcme-cart-smtxt {
    font-size: 10px;
    display: block;
}
.clcme-fileinp-cont,
.clcme-fileinp-cont-icon,
.clcme-color-cont {
    display: none;
}
.clcme-premium-button-cont {
    width: 330px;
    align-content: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 100%;
}
.clcme-premium-button {
    background-color: #800000;
    color: #fff;
    font-family: 'Lastica_regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 13px;
    padding: 15px 25px;
    width: 100%;
    display: block;
    text-align: center;
    max-width: 300px;
}
.clcme-premium-button-cont.add-more {
    justify-content: left;
}
.clcme-smalltitle.premium {
    width: 137px;
    margin-right: 15px;
}
#clcme_sub_adv {
    width: auto;
}
#clcme-premium-def-icons {
    margin-left: auto;
    width: 70%;
}
:not(.clcme-settings-buttons-container).inv {
    display: none;
}
#invCont {
    display: block;
    max-width: 300px;
    width: 100%;
    padding: 15px;
    background-color: #800000;
    color: #fff;
    font-family: 'Lastica_regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
}
#invCont p {
    margin-bottom: 15px;
}
input[name='invite_decline'] {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: 'Lastica_regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    margin-left: 15px;
    cursor: pointer;
    text-decoration: underline;
}
input[name='invite_accept'] {
    background-color: #000;
    padding: 10px;
    border: none;
    color: #fff;
    font-family: 'Lastica_regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    cursor: pointer;
}
input[name='clcme-load-profile-submit'] {
    margin-left: 20px;
    margin-bottom: 20px;
}
#clcme_bulk{
    display: none;
}
.clcme-bulk-btn{
    cursor: pointer;
    color: #f4042e;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    max-width: 300px;
}
input[name="partner_invite"]{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 300px;
    width: 100%;
}
#clcme-pin-pop-outter{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
#clcme-pin-pop-inner{
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}
#clcme-pin-pop-inner p{
    color: #800000;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.clcme-pin-pop-cancel, .clcme-pin-pop-unlock{
    width: 100px;
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-top: 10px;
}
.clcme-pin-pop-unlock{
    background-color: #f4042e;
    color: #fff;
    margin-right: 5px;
}
.clcme-pin-pop-cancel{
    background-image: linear-gradient(90deg, #2d2d2d 0%, rgba(61, 61, 61, 0.85) 100%);
    color: #fff;
    margin-left: 5px;
}
#clclme-subtype-cont{
    display: flex;
    flex-wrap: wrap;
}
label[for="clcme-subtype-m"], label[for="clcme-subtype-y"]{
    width: 90%;
}
.clcme-pinrow span:not(.clcme-show-pw){
    width: 121px;
}
/* #billing_vat_field{
    display: none!important;
} */
@media only screen and (max-width: 1235px) {
    .clcme-settings-buttons-container {
        transition: height 0.5s linear;
    }
    .clcme-settings-buttons-container.clcme-edit.open,
    .clcme-settings-buttons-container.has-edit.open {
        height: 305px;
    }
    .clcme-settings-buttons-container.custom.open:not(.inv) {
        height: 465px !important;
    }
    .clcme-button-edit-fields {
        position: absolute;
        margin-right: 20px;
        left: 20px;
        border: 0;
        bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail::before {
        display: none;
    }
}
@media only screen and (max-width: 469px) {
    .clcme-settings-buttons-container {
        flex-flow: column;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .clcme-settings-buttons-container.has-edit {
        height: 134px;
    }
    .clcme-settings-buttons-container.clcme-edit.open {
        height: 240px;
    }
    .clcme-settings-buttons-container.custom.open {
        height: 400px;
    }
    .clcme-settings-button,
    .clcme-settings-button-edit {
        max-width: 100%;
    }
    .clcme-button-edit-fields {
        bottom: 0;
    }
    .clcme-settings-button-edit {
        width: 330px;
    }
    .clcme-buttons {
        margin-bottom: 10px;
    }
    .clcme-settings-button-edit form {
        display: flex;
        width: 300px;
        margin: auto;
    }
}
@media only screen and (max-width: 412px) {
    .clcme-addnew-cont {
        margin: 0 auto;
    }
    .clcme-viewcard-cont,
    #clcme-deletecard-form,
    .clcme-buttons,
    .clcme-addnew-cont,
    .clcme-usr-title,
    .clcme-usr-bio {
        max-width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    #clcme-cardbuilder {
        margin-left: calc((100% - 300px) / 2);
    }
}
