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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #798bff;
    letter-spacing: 0.06em;
    -ms-flex-negative: 0;
        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;
}
.apork-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 {
    -webkit-animation-name: zoom;
            animation-name: zoom;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
                transform: scale(2);
        opacity: 0;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
                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;
    -webkit-box-shadow: 0 2px 6px #a8f5b4;
            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;
    -webkit-box-shadow: 0 2px 6px #7c343c;
            box-shadow: 0 2px 6px #7c343c;
    background-color: #bd2130;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery_image .gallery_remove {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px;
    font-size: 14px;
}
.admin-order-info-wraper .card {
    background-image: -ms-linear-gradient(
        178deg,
        rgb(255, 153, 165) 0%,
        rgb(255, 96, 163) 100%
    );
    background-image: -webkit-linear-gradient(
        178deg,
        rgb(255, 153, 165) 0%,
        rgb(255, 96, 163) 100%
    );
}
.admin-order-info-wraper .card h5 {
    margin-bottom: 0;
}
/* plan table css */

/* plan table area css */

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

.plan-area.plan-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;
}

.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;
}

ul.price-nav li a.active {
    border-radius: 30px 0px 0px 30px;
    background-image: -ms-linear-gradient(
        178deg,
        rgb(255, 153, 165) 0%,
        rgb(255, 96, 163) 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;
}

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

.single-price-area {
    background: transparent;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
}

.single-price-bg {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.single-price-area:hover .price-header:before,
.single-price-area:hover .price-header:after {
    background: #ff60a3;
}

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

.single-price-area:hover .single-price-bg {
    opacity: 0.7;
    visibility: visible;
    bottom: -10px;
}

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

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

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

.single-price-area.active .single-price-bg {
    opacity: 0.7;
    visibility: visible;
    bottom: -10px;
}

.single-price-area.active .price-header:before,
.single-price-area.active .price-header:after {
    background: #ff60a3;
}

.single-price-area.active .btn-type-5 {
    background-image: -ms-linear-gradient(
        178deg,
        rgb(255, 153, 165) 0%,
        rgb(255, 96, 163) 100%
    );
    color: #fff;
}

.single-price-area.active .btn-type-5 i {
    color: #fff;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}

.price-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #f6f2fe;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.price-header:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1a2b3c;
    right: 0;
    bottom: -3px;
    border-radius: 100%;
}

.price-header:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #1a2b3c;
    left: 0;
    bottom: -3px;
    border-radius: 100%;
}

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

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

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

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

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

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


.single-productinfo-wrape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: -1px;
}
.single-productinfo-wrape span img {
    width: 70px;
}
/* ggggggggg */
select.form-control {
    min-width: 130px;
}

@media (max-width: 1199px) {
.single-price-area {
    margin-top: 30px;
}
.admin-order-billing-wraper{
    margin-top: 30px;
}

}
/* Custom style */
.height-40{
    height: 40px;
}
.width-40{
    width: 40px !important;
}
.width-50{
    width: 50px;
}
.width-70{
    width: 70px;
}
.width-100{
    width: 100px;
}
.w-20{
    width: 20% !important;
}
.w-15{
    width: 15% !important;
}
/*
text-danger
d-block
w-100 */
