img {
    max-width: 100%;
}
table#myTable,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin: 15px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 1em !important;
}
.profile-area .card-inner {
    padding: 0;
    margin-bottom: 20px;
}
.user-card {
    display: flex;
    align-items: center;
}
.profile-area .user-avatar {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #798bff;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
}
.user-card .user-info {
    color: #8094ae;
    margin-left: 1rem;
}

ul.profile-social {
    margin: 0;
    padding: 0;
}

ul.profile-social li {
    display: inline-block;
}

ul.profile-social li a {
    font-size: 20px;
}
textarea.form-control {
    height: inherit !important;
}
.user-top-profile {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #6777ef;
    font-size: 18px;
    font-weight: 700;
}
.laundryka-admin-language {
    width: auto;
    min-width: 100px;
}
.special-text {
    background: #79b91c40;
    padding: 8px;
    color: #fff;
    -webkit-text-fill-color: #79b91c40;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
/* Short Link Css */
.is-invalid {
    background-image: none !important;
}

.alert-dismissible .close,
.alert {
    padding: 5px 0 0;
}

/*  */
div#copymessage h5 {
    font-weight: 700;
    color: #fff;
    font-size: 100px;
}
.zoomanimation {
    animation-name: zoom;
    animation-duration: 1.2s;
}

@keyframes zoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
body {
    overflow-x: hidden;
}
/* vcard css */
.vcard_customs_add span {
    width: 40px;
    height: 40px;
    border: 1px solid #63ed7a;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #63ed7a;
    color: #fff;
}
span.vcard-close-btn {
    position: absolute;
    right: 25px;
    top: -6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b21f2d;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px #7c343c;
    background-color: #bd2130;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}
.gallery_image .gallery_remove {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gallery_image {
}
.gallery_single_image {
    display: inline-block;
    width: 31.33%;
    padding: 3px;
    position: relative;
}

.gallery_single_image a.btn.text-danger {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 99;
    background: #000;
    border-radius: 0;
}
/* admin order */

.admin-order-single-info-wrape {
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}

.admin-order-single-info-wrape span {
    padding: 15px;
    border-left: 1px solid #e1e1e1;
    word-break: break-word;
    display: block;
    width: 55%;
}

.admin-order-single-info-wrape b {
    width: 45%;
    padding: 15px;
    font-size: 14px;
}
.admin-order-billing-wraper .admin-order-single-info-wrape b {
    width: 30%;
    display: inline-flex;
    padding: 15px;
    font-size: 14px;
}
.admin-order-info-wraper .card {
    background-image: -moz-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -webkit-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -ms-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
}
.admin-order-info-wraper .card h5 {
    margin-bottom: 0;
}
/* pricing table css */
/* Laundryka Pricing Table Area css */

.laundryka-pricing-table-area {
    overflow: hidden;
}

.pricing-area {
    padding-top: 100px;
}

.pricing-area.pricing-area-3 {
    margin-top: 0px;
}

ul.price-nav {
    display: inline-block;
    border: 2px solid #e7e7e7;
    border-radius: 30px;
}

ul.price-nav li {
    display: inline-block;
    margin: 0;
}

.price-header h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    color: #30323d;
    font-family: "Poppins", sans-serif;
}

ul.price-nav li a {
    padding: 20px 40px;
    line-height: 1;
    color: #878991;
    border-radius: 30px 0px 0px 30px;
    font-size: 15px;
    font-weight: 700;
}

ul.price-nav li a.active {
    border-radius: 30px 0px 0px 30px;
    background-image: -moz-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -webkit-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -ms-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    color: #fff;
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -ms-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
}

ul.price-nav li:nth-child(2) a {
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
}

.pricing-area {
    margin-bottom: -240px;
}

.single-price-area {
    background: transparent;
    border: 1px solid #f2f2f2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.laundryka-pricing-table-area .col-xl-4:nth-child(odd) .single-price-area {
    margin-top: 40px;
}

.single-price-area .badge-popular {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 112px;
    width: 130px;
    text-align: center;
    z-index: 1;
    right: 0;
    border-top-right-radius: 7px;
    visibility: hidden;
    opacity: 0;
}

.single-price-area .popular {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 0px 10px 30px;
    width: 190px;
    text-align: center;
    display: block;
    position: absolute;
    left: -15px;
    top: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(44deg);
}

.single-price-area.active .badge-popular {
    visibility: visible;
    opacity: 1;
}

.single-price-area:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-price-area:hover .price-header h2 {
    color: #7142f7;
}

.single-price-area.active .price-header h4,
.single-price-area.active .price-header h2 {
    color: #fff;
}

.single-price-area.active {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.price-header {
    position: relative;
    padding: 25px;
    margin-bottom: 35px;
    background: #d2f3ff;
}

.single-price-area.active .price-header {
    background-image: -moz-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -webkit-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -ms-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
}

.price-header:before {
    content: "";
    background-image: linear-gradient(
        to right bottom,
        #2f32d4 0%,
        #7142f7 50%,
        transparent 50%
    );
    position: absolute;
    width: 100%;
    height: 35px;
    top: 102%;
    left: 0px;
}

.price-header:after {
    content: "";
    background-image: linear-gradient(
        to right bottom,
        #d2f3ff 0%,
        #d2f3ff 50%,
        transparent 50%
    );
    position: absolute;
    width: 100%;
    height: 35px;
    top: 100%;
    left: 0px;
}

.single-price-area.active .price-header:before,
.single-price-area.active .price-header:after {
    visibility: hidden;
    opacity: 0;
}

.price-header > span {
    font-size: 18px;
    color: #30323d;
    margin-bottom: 15px;
    font-weight: 600;
}

.price-header h2 {
    font-size: 60px;
    color: #02a0e7;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s;
}

.price-header h2 > span.sep {
    font-size: 18px;
    color: #30323d;
}

.single-price-area.active .price-header h2 > span {
    color: #fff;
}

.price-header h2 > span {
    font-size: 18px;
    color: #30323d;
}

.price-item-list ul li {
    font-size: 17px;
    margin-bottom: 17px;
    list-style: none;
}

.price-item-list ul li:last-child {
    margin-bottom: 0px;
}
/* btn */

.btn-typ3 {
    position: relative;
    overflow: hidden;
    background-image: -moz-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -webkit-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -ms-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding: 25px 50px;
    text-transform: capitalize;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    border-radius: 0;
    z-index: 1;
}
