.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.mk-ulright.newcustbutton {
    margin-left: 75%;
    /* margin-left: 70%; */
}

.mk-ulright.oldcustbutton {
    /* margin-left: 87%; */
    margin-left: 70%;
}

.mk-fl-left {
    float: left;
}
.mk-fl-right {
    float: right;
}
.text-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.cur-pointer {
    cursor: pointer;
}

.m0 {
    margin-left: 0px;
    margin-right: 0px;
}

.p0 {
    padding: 0px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}
.p-15 {
    padding: 15px;
}
.p-l-0 {
    margin-left: 0px;
}

/*search bar css*/
.search {
    width: 100%;
    position: relative;
    display: flex;
    color: #67757c;
}
.searchTerm {
    width: 100%;
    border: 1px solid #ccc;
    border-right: none;
    padding: 5px 10px;
    height: 38px;
    border-radius: 2px 0 0 2px;
    outline: none;
    float: right;
}
.searchTerm:focus {
    color: #67757c;
    border-color: #80bdff;
}
.searchButton {
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    background-color: transparent;
    color: #67757c;
    padding: 5px 10px;
}
.searchButton:hover {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}
/* only for Firefox */
@-moz-document url-prefix() {
    .searchTerm {
        width: 81%;
    }
}
/*search bar css ends*/
.mandatory-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.user-list .badge-info {
    width: 70px;
}

/* Authentication - Starts */

.back-to-login:hover,
.to-forget-pass:hover {
    color: #f62d51 !important;
}

.mk_color {
    color: #f62d51;
}

input.form-control:-internal-autofill-selected {
    background-color: #f62d5129 !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#f62d51),
            to(#f62d51)
        ),
        -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#f62d51, #f62d51),
        -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#f62d51, #f62d51),
        -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#f62d51, #f62d51),
        linear-gradient(#d9d9d9, #d9d9d9);
}

/* Authentication - Ends */

/* Dashboard - Starts */

.dropdown-item {
    font-weight: 300;
    padding: 8px 1rem;
    color: #99abb4;
}

.mk_edit_menu i {
    padding-right: 10px;
}

.mk_edit_menu a {
    font-size: 14px;
}

.mk:hover i {
    color: #680fb3;
}

.add_market_div {
    padding-top: 50px;
}

.btn_add_market {
    color: #ffffff !important;
    background: #f62d51 !important;
    width: 90%;
    border: 1px solid #f62d51;
    font-size: 12px;
}

.btn_add_market:hover,
.el-card-footer a.edit:hover {
    color: #f62d51 !important;
    background: #ffffff !important;
}

.btn_add_market i {
    font-size: 12px;
    margin-right: 5px;
}

.mk_sidebar_nav > ul > li > a i {
    font-size: 16px;
}

.el-card-footer a.edit,
.btn-login {
    color: #ffffff !important;
    background: #f62d51 !important;
    border: 1px solid #f62d51;
}

.el-card-footer a {
    font-size: 12px;
    padding: 5px 7px;
}

.el-card-footer a i,
.el-card-content .dropdown-menu a i {
    font-size: 10px;
    margin-right: 5px;
}

.el-card-footer a.edit {
    width: 56px;
}

.el-card-footer a.del {
    width: 68px;
}

.el-card-footer a.del:hover,
.btn-login:hover {
    color: #f62d51 !important;
    background-color: #fff !important;
}
.mk-table-ht {
    height: 340px;
    overflow-y: auto;
}

.mk-comment-ht {
    height: 330px;
    overflow-y: auto;
}

/* Dashboard - Ends */

/*create marketplace css*/
.mk-border-right {
    border-right: 1px solid #ccc;
}

/*Categories section css starts*/
.tickheight {
    height: 7px !important;
}
.categories-scroll {
    max-height: 430px;
    overflow: auto;
}
.changeablediv {
    max-width: 200px;
    min-width: 100px;
}
.changeablediv .changecontent {
    visibility: hidden;
    margin-bottom: 0;
    font-size: 13px;
}
.changeablediv .changecontent a {
    color: #67757c;
}
.changeablediv .changecontent a.popular-inactive {
    color: #f62d51;
}
.changeablediv .changecontent a:hover {
    /* color:#007bff; */
    color: #f62d51;
}
.changeablediv:hover .changecontent {
    visibility: visible;
}
/*Categories section css ends*/

.manageseller a {
    color: #67757c;
}
.manageseller a:hover {
    color: #f62d51;
}

/*Media section css starts*/
.mediatab {
}
.mediatab .col-md-3 {
    margin-left: auto;
}
.mediatab li a.nav-link:hover {
    border-color: transparent;
}
.mediatab li a.nav-link.active {
    /* border-bottom: 2px solid #009efb!important;
    color: #009efb!important; */
    background-color: transparent;
    border: 0px;
}
.review-deletebtn {
    font-size: 1rem;
    background: transparent;
    border: 0px solid #fc4b6c;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #fc4b6c;
    font-weight: 300;
}
.star-colour i {
    /* color:#f2b01e; */
    color: #f62d51;
}
/*Media section css ends*/

/*Products Page css starts*/
.productstab li a.nav-link.active {
    border-bottom: 2px solid #f62d51 !important;
    color: #f62d51 !important;
    background-color: transparent;
    border: 0px;
}
.category-btn,
.category-btn:hover {
    border: none;
    color: #67757c;
    font-size: 1rem;
}
.category-btn:hover,
.category-btn:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.category-checkbox label,
.products-color a {
    color: #67757c !important;
}
.category-checkbox .dropdown-item:active {
    color: #67757c;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
#accordion1 a,
#accordian-3 a {
    width: 100%;
    display: block;
}
#accordion1 .card-header {
    padding: 10px 10px;
}
.variationdiv {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    /* height:100vh; */
    /* height:395px; */
    margin: 10px 0px 0px 0px;
    float: left;
    padding: 15px;
    width: 100%;
}
.variationdiv p {
    font-size: 13px;
}
.variationdiv p a {
    color: #9ca2f2;
    text-decoration: none;
}
.variationdiv-addnew {
    background-color: #f9f9f9;
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    /* height:100vh; */
    /* height:395px; */
    width: 100%;
    margin: 10px 0px 0px 0px;
    float: left;
    padding: 15px;
}
.variationdiv-addnew .plus {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: #009688; */
    background-color: #f62d51;
    position: absolute;
    top: 39%;
    left: 32%;
}
.variationdiv-addnew .plus i {
    font-size: 40px;
    color: #fff;
    left: 25%;
    top: 15%;
    position: absolute;
}
.imagediv {
    float: left;
    margin-right: 5px;
}
.videourl {
    width: 100%;
    position: relative;
    display: flex;
    color: #67757c;
}
.videourlsearch {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    height: 38px;
    border-radius: 2px 0 0 2px;
    outline: none;
    float: right;
}
.videourlsearch:focus {
    color: #67757c;
    border-color: #80bdff;
}
.videourlbtn {
    border: 0px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    color: #67757c;
    padding: 5px 10px;
}
.mediaitems {
    width: 100%;
    float: left;
    /* border:1px solid #ccc; */
    height: 150px;
    overflow: hidden;
    position: relative;
}
.mediaitems img {
    width: 100%;
    height: 100%;
}
.mediaitems .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
.mediaitems:hover .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
}
.i-left {
    position: absolute;
    bottom: -25px;
    left: 30px;
    font-size: 20px;
}
.i-right {
    position: absolute;
    bottom: -25px;
    right: 30px;
    font-size: 20px;
}
.prelative {
    position: relative;
}
.product-media .vtabs .tabs-vertical {
    border-right: 0px;
}
.product-media .customvtab .tabs-vertical li .nav-link.active,
.product-media .customvtab .tabs-vertical li .nav-link:hover,
.product-media .customvtab .tabs-vertical li .nav-link:focus {
    border-right: 0px solid #f62d51;
    color: #f62d51;
}
.product-save {
    margin-left: auto;
    padding: 8px 10px;
    height: 35px;
    margin-top: 10px;
}

.service-save {
    padding: 8px 10px;
    height: 35px;
    margin-top: 10px;
}
/*Products Page css ends*/

/* Marketplace - Starts */

.div-error-mes {
    position: absolute;
    right: 20px;
    font-size: 12px;
    display: none;
}

.div-error-danger {
    color: #f62d51;
    font-weight: 300;
}

.div-error-success {
    color: #22bb33;
    font-weight: 700;
}

.error-divtop13 {
    top: 13px;
}

.error-divtop108 {
    top: 100px;
}
.error-divtop24 {
    top: 71px;
    right: 40px;
}
.error-divtop132 {
    top: 136px;
    right: 40px;
}
.error-divtop242 {
    top: 260px;
    right: 40px;
}

.error-divtop203 {
    top: 191px;
}

.marketplace-table table tr td:last-child,
.marketplace-table table tr td:nth-child(5) {
    /* padding: 5px 12px; */
}

.mk-dn {
    display: none;
}

form .dropify-wrapper .dropify-message p {
    text-align: center;
}

.btn-link-addnew {
    /* color:#26a69a; */
    color: #f62d51;
    padding: 5px 0px;
}

.btn-link-addnew:hover {
    /* color:#26a69a; */
    color: #f62d51;
    text-decoration: underline;
}

.btn-link-addnew:focus,
.btn-sm:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
    outline: 0;
}

.bootstrap-tagsinput {
    width: 100%;
}

.product-accordian .card {
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.product-accordian .card .card-header {
    border-radius: 4px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.el-card-content .dropdown-item:focus,
.el-card-content .dropdown-item:hover {
    color: #f62d51 !important;
    text-decoration: none;
    background-color: #f8f9fa;
}

.btn-mk:hover {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-mk {
    cursor: pointer;
}

.el-card-content .dropdown-menu a {
    font-size: 12px;
    padding: 5px 7px;
    /* color: #99abb4 !important; */
}

.btn-marketplace {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}

.btn-marketplace:hover {
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 0, 0, 0.4),
        0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 0, 0.4);
    box-shadow: 0 14px 26px -12px rgba(255, 0, 0, 0.4),
        0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 0, 0.4);
}

.input-inside-table {
    width: 90px;
    background-color: transparent;
    border-color: transparent;
}

.input-inside-table:focus {
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

.el-element-overlay-app .el-card-item {
    padding-bottom: 0px !important;
}

.el-element-overlay-app .el-card-footer {
    /* padding: 3px 10px; */
    padding: 0px 5px;
}

.btn-link-app {
    color: #67757c;
    padding: 5px 0px;
}

.btn-link-app:hover {
    color: #f62d51;
}

.pl25 {
    padding-left: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.media-div a {
    color: #99abb4;
}

.media-div a:hover {
    color: #f62d51;
}

.switch label input[type="checkbox"]:checked + .lever.switch-col-mk {
    background-color: #fd9c9c;
}

.switch label input[type="checkbox"]:checked + .lever.switch-col-mk:after {
    background-color: #f62d51;
}

.btn-marketplace:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

.customvtab {
    width: 100%;
}

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
    border-right: 2px solid #f62d51;
    color: #f62d51;
}

.notificationsubdiv {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin: 10px 0px 0px 0px;
    float: left;
    padding: 15px;
}

.card-outline-info .card-header {
    background: #eaf1f5;
    border-color: #eaf1f5;
}

.mk-dash-traffic .card-subtitle {
    margin-top: 5px;
    margin-bottom: 7px;
}

.light-logo {
    margin-top: -5px;
}

.navbar-header .navbar-brand span {
    font-weight: 500;
    color: #fff;
}

.hidden {
    display: none;
}

.m-t-8per {
    margin-top: 8%;
}

.m-t-10per {
    margin-top: 10%;
}

.m-t-12per {
    margin-top: 12%;
}

.review-deletebtn {
    height: 40px;
    margin-top: 8px;
}

.close:focus {
    outline: 0;
}

.do-not-open:hover {
    cursor: not-allowed !important;
    color: unset !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background: #f62d51 !important;
}

.swal2-popup .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(246, 45, 81, 0.4) !important;
}

a.btn-marketplace {
    color: #fff !important;
}
a.btn-danger-cust {
    padding: 7px 0px !important;
}
a.btn-danger-cust:hover,
.btn-delete:hover {
    color: #f62d51 !important;
}

html body .p-b-15-imp {
    padding-bottom: 15px !important;
}

#accordian-3faq a {
    width: 100%;
}

.htalign {
    padding-bottom: 0px !important;
}

.modal-add-product {
    max-height: 500px;
    overflow-x: auto;
}

.cust-h4 {
    line-height: 22px;
    font-size: 18px !important;
    font-weight: 400;
    color: #455a64;
}

/* .variationdiv .form-control
{
    border: 1px solid transparent;
} */

.variationdiv .form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.remove-field {
    float: right;
    border: 0px;
    background: transparent;
    cursor: pointer;
    color: #67757c;
}
.remove-field:hover {
    color: #f62d51;
}
.remove-field:focus {
    outline: 0;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
    background: #f62d51;
    border-color: #f62d51;
}

#Video .el-element-overlay .el-card-item .el-overlay-1:hover img,
#Audio .el-element-overlay .el-card-item .el-overlay-1:hover img,
#Image .el-element-overlay .el-card-item .el-overlay-1:hover img {
    -ms-transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.badge-info {
    padding: 5px !important;
}

.label-many {
    padding: 5px 10px;
}

.wid80per {
    width: 80%;
}

.div-coming-soon {
    padding: 15%;
    text-align: center;
}

.div-coming-soon img {
    width: 50%;
}

.div-cat-list {
    max-height: 140px;
    overflow-y: auto;
}

.demo-radio-button-cust label {
    min-width: 45px !important;
    margin-bottom: 0px !important;
}

.footable-first-visible span {
    cursor: pointer;
}

.payment-logo {
    padding: 20%;
}

.bt-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.editpaypalModal i {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.editpaypalModal i.success {
    color: #28a745;
}

.change_pass label span {
    color: red;
    margin-left: 5px;
}

#accordian-3 .card-header {
    padding: 2px;
    /* background-color: rgba(0,0,0,.03); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#accordian-3 .card {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0);
    margin-bottom: 5px;
}

.integ_succ {
    background: #00a65a;
    border: 1px solid #3c763d;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.sk_integ_mn_div {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 11px 12px;
    margin-bottom: 15px;
    transition: all 0.3s ease-out 0s;
    display: flex;
}
.sk_integ_mn_div:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.sk_integ_mn_div_act {
    background-color: #f8f8f8;
}
.sk_integ_mn_div img.sk_integ_fav_img {
    flex: 0 0 auto;
    border-radius: 0.2rem;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.sk_integ_mn_div .sk_integ_cnt_div {
    flex: 1 1 0;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.3rem;
    margin-right: 12px;
}
.sk_integ_mn_div .sk_integ_btn {
    height: 36px;
    font-weight: 600;
}
.sk_integ_txt {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.sk_integ_txt strong {
    font-weight: 600;
}
.opc {
    opacity: 0.7;
}

.tickmark {
    color: #32cd32;
    font-weight: 600;
    font-size: 14px;
}

.lbl_mk_img .dropify-wrapper {
    margin-top: 0.5rem;
    height: 190px;
    width: 285px;
}

#cname .form-group label {
    font-weight: 400;
}

#cname h2 {
    margin-bottom: 0px;
}

#cname p {
    font-size: 14px;
}

.form-group label span {
    color: red;
}

.prof_first_le {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #556080;
    display: inline-block;
    position: relative;
    top: 9px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
    max-width: 140px;
    overflow: hidden;
}

.alert-danger {
    position: absolute;
    right: 20px;
    margin-top: 20px;
    z-index: 1;
}

.alert-danger div {
    font-weight: 400;
}

.confirmation-modal .modal-header {
    display: block;
}

.skl_help_txt {
    font-size: 12px;
    color: #f53f4b;
}

.mk_tlb_head p {
    color: #f62d51;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    margin-top: 5px;
}

.mkp .el-card-avatar img {
    max-height: 190px;
    /* min-height: 190px; */
}

.btn-upload-img {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #67757c;
    padding: 0px;
    font-size: 14px;
}

.btn-upload-img i {
    font-size: 40px;
}

.btn-upload-img:hover {
    color: #67757c;
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(
        135deg,
        #f6f6f6 25%,
        transparent 25%,
        transparent 50%,
        #f6f6f6 50%,
        #f6f6f6 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        -45deg,
        #f6f6f6 25%,
        transparent 25%,
        transparent 50%,
        #f6f6f6 50%,
        #f6f6f6 75%,
        transparent 75%,
        transparent
    );
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

.image-library-menu ul {
    /* width: 225px !important; */
}

.pop-up-img img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.img_lib_mn_div [type="radio"]:not(:checked),
.img_lib_mn_div [type="radio"]:checked {
    position: unset;
    left: unset;
    opacity: unset;
}

.pad-pop-up {
    padding: 5px 10px;
    /* padding: 50px 10px; */
    /* padding: 20px 10px; */
    /* padding: 14px 5px; */
}

.ht255px {
    height: 104px;
}

.ht255px .mdi-cloud-upload {
    margin-top: 2%;
}

.uppercase {
    text-transform: uppercase;
}

.alert-login {
    margin-top: 48%;
    padding: 0px;
    background-color: unset;
    border: 0px;
    right: 14%;
    color: #f62d51;
}

.customtab .nav-link,
.customvtab .nav-link {
    font-size: 14px;
}

.form-control,
.input-group-text {
    font-size: 13px;
}

.btn-login:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
}

/* .table th:first-child 
{
    width:52px;
} */

.profile-dropify .dropify-wrapper {
    height: 140px;
}

.table-responsive {
    overflow-x: hidden;
}

.hype_edit_menu .dropdown-item {
    font-weight: 400 !important;
}

.change_pass .form-group {
    margin-bottom: 15px;
}

#YouTube .form-group,
#audioAmazon .form-group,
#audioDropbox .form-group,
#audioyourown .form-group,
#Vimeo .form-group,
#Amazon .form-group {
    margin-bottom: 10px;
}

#YouTube label,
#audioAmazon label,
#audioDropbox label,
#audioyourown label,
#Vimeo label,
#Amazon label {
    margin-bottom: 0px;
}

.m-t-45-per {
    margin-top: 45%;
}

.m-t-6-per {
    margin-top: 6%;
}

.m-t-5-per {
    margin-top: 5%;
}

.videopoptitle {
    font-size: 13px;
    color: #f62d51;
}

.videopopcreated span {
    font-weight: bold;
}

.width100 {
    width: 100%;
}

.video_popup_list {
    height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
}

.audio_popup_list {
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-import-upload {
    float: right;
}

.div_popup_box {
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

.image-library-menu .tab-content,
#reviews .tab-content {
    padding-top: 0px;
}

.logo-div {
    /* background-color: #f62d51; */
}

.logo-div img {
    width: 100%;
    padding: 50px 90px 0px;
}

.add_new_input {
    font-size: 15px;
}

.dynamic_variation_div .form-group,
.input_fields_wrap .form-group {
    margin-bottom: 10px;
}

.dynamic_variation_div {
    padding-bottom: 45px;
}

.div-selecttype,
.divclose-btn {
    margin-top: 35px;
}

.div-features {
    padding-top: 255px;
    padding-bottom: 255px;
}

.div-features-product {
    padding-top: 219px;
    padding-bottom: 219px;
}

.div-features-product-no-externallink
{
    padding-top: 181px;
    padding-bottom: 181px;
}

.b-b-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.b-t-1 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.logo-width {
    width: 200px;
}

.topbar {
    background: #f62d51;
    background: -moz-linear-gradient(left, #660fb5 0%, #f62d51 100%) !important;
    background: -webkit-linear-gradient(
        left,
        #660fb5 0%,
        #f62d51 100%
    ) !important;
    background: linear-gradient(to right, #660fb5 0%, #f62d51 100%) !important;
}

.btn_move_icon i {
    color: #f62d51;
    font-size: 20px;
}

.div-file-name i {
    color: #f62d51;
    margin-left: 5px;
}

#notifications .vtabs .tabs-vertical {
    width: 170px;
}

.editorwidth {
    width: 100%;
}

.editorwidth ul.wysihtml5-toolbar a.btn {
    padding: 10px;
}

/* Switch Starts */
.switch {
    position: relative;
    display: inline-block;
    /* width: 60px;
    height: 34px; */
    width: 20px;
    height: 13px;
    margin-bottom: -2px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f62d51;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    /* height: 26px;
    width: 26px; */
    height: 8px;
    width: 8px;
    /* left: 4px;
    bottom: 4px; */
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    /* background-color: #2196F3; */
    background-color: #51a351;
}

input:focus + .slider {
    /* box-shadow: 0 0 1px #2196F3; */
    box-shadow: 0 0 1px #51a351;
}

input:checked + .slider:before {
    /* -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); */
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

/* Rounded sliders */
.slider.roundd {
    border-radius: 34px;
}

.slider.roundd:before {
    border-radius: 50%;
}

/*Switch Ends*/

.div-category {
    height: 210px !important;
    /* overflow-y: auto !important; */
}
.div-inner
{
    height:135px;
    overflow-y: auto;
}
.div-tags {
    height: unset !important;
}

.offcoupons_box .form-group
{
    margin-bottom: 10px;
}

.add_field_button {
    color: #f62d51;
    padding: 0;
    text-align: center;
    width: 100%;
}

.info-message {
    font-weight: 500;
    font-size: 11px;
}

.btn_question_remove i {
    color: #f62d51;
    /* transition: all 0.4s; */
}

/* .btn_question_remove:hover i
{
    transition: all 0.7s;
    -webkit-transform: rotate(6.28rad);
    -ms-transform: rotate(6.28rad);
    transform: rotate(6.28rad);
} */

.add_field_button:hover {
    text-decoration: underline;
    color: #f62d51;
}
.add_field_button:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.info-message {
    font-size: 12px;
}

.table_description {
    width: 170px;
    height: 36px;
    overflow: hidden;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f62d51 !important;
    border-color: #f62d51 !important;
}

.page-item.active .page-link:hover {
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 0, 0, 0.4),
        0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 0, 0.4);
    box-shadow: 0 14px 26px -12px rgba(255, 0, 0, 0.4),
        0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 0, 0.4);
}

.div-up-img {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 2px;
    width: 100%;
    text-align: center;
}

.width50 {
    width: 50px;
}

.div_assign_ht {
    height: 310px;
    overflow-y: auto;
}

.imagetab .tab-content {
    padding: 20px 0px;
}
#TB_title {
    margin-right: -0.5px;
}

.btn-add-media {
    color: #fff;
    background: #f62d51;
    /* width: 90%; */
    border: 1px solid #f62d51;
    font-size: 12px;
    padding: 7px 22px;
}
.btn-add-media:hover {
    color: #f62d51;
    background: #fff;
}

.btn-add-media-dropdown-menu {
    min-width: 51%;
}

/* .btn-add-media::after
{
    float: right;
    margin-top: 7px;
} */

.imagetab .card {
    margin-bottom: 10px;
}
.imagetab .el-card-item .el-card-avatar {
    margin-bottom: 0px;
}

.imagetab .el-card-item {
    padding-bottom: 0px;
}

.popular-active i,
.popular-active:hover i,
.popular-inactive:hover i {
    color: #51a351 !important;
}

#media_append {
    max-height: 500px;
    overflow-y: auto;
}

.btn_add_new_feature {
    color: #f62d51;
    padding: 0px;
    margin: 0px;
}
.btn_add_new_feature:hover {
    text-decoration: underline;
    color: #f62d51;
}
.btn_add_new_feature:focus,
.btn-marketplace-link:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}
.btn_remove_variant {
    position: absolute;
    right: 25px;
    top: 15px;
}

.disp-none {
    display: none;
}

.btn_video_popup,
.btn_video_popup:hover {
    background: #f62d51;
    color: #ffffff;
    padding: 12px 15px 10px;
    border-radius: 0.25rem;
}

.div_video_info p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
}

.padd-8 {
    padding: 0px 8px;
}

.btn-marketplace-link {
    color: #f62d51;
    border: 1px solid #f62d51;
    border-radius: 0.25rem;
    padding: 8px 10px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
}

.btn-marketplace-link:hover {
    background: #f62d51;
    color: #fff;
}

.m-auto {
    right: 20px;
    position: absolute;
    top: 30px;
}

.btn-all-services {
    margin-left: auto;
    margin-right: 10px;
    right: 150px;
    position: absolute;
}

.cust-font ul.wysihtml5-toolbar a.btn {
    font-size: 12px;
    padding: 6px;
}

.cust-font ul.wysihtml5-toolbar a.btn i {
    font-size: 12px;
}

.theme-box {
    width: 15px;
    height: 15px;
    background-color: #f62d51;
}

.background-radio label {
    min-width: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px !important;
}

.mk_sidebar_nav_theme ul li a {
    padding-left: 0px;
}

.div-line {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    width: 100%;
    margin: 10px 0;
}

.d-unset {
    display: unset !important;
    padding: 10px !important;
    margin-top: 5px;
}

.btn_left {
    background-color: #333;
    color: #f62d51;
    border-radius: 0px 10px 10px 0px;
    /* position: absolute; */
    position: fixed;

    z-index: 2;
}

#btn-proceed.active{
    color:#119e46;
}

.el-card-item.active{    
    box-shadow: 1px 1px 3px rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}

.btn_left_hide {
    left: 240px;
    bottom: 0px;
}

.btn_left_show {
    left: 0px;
    bottom: 0px;
}

.btn_left_hide_editor {
    left: 440px;
    bottom: 36px;
}

.width440 {
    width: 440px !important;
}

.btn_left_show_editor {
    left: 240px;
    bottom: 36px;
}

.btn_left:hover i {
    color: #f62d51;
}

.page-wrapper {
    transition-property: margin-left;
    transition-duration: 0.2s;
}

.left-sidebar {
    transition-property: width;
    transition-duration: 0.2s;
}

.btn-mkp-theme {
    border: 1px solid #f62d51;
    color: #f62d51 !important;
    background-color: transparent;
    padding: 8px !important;
}
.btn-mkp-theme:hover {
    background-color: #f62d51;
    color: #fff !important;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 79%;
    border: 1px solid #67757c;
    background-color: transparent;
    color: #67757c;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 0px !important;
    left: 3px;
    width: 37px !important;
    height: 37px !important;
    border-radius: 3px;
    border: 0px;
}

.theme-text,
.theme-text:focus {
    background-color: transparent;
    border: 1px solid #67757c;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

.btn-header {
    border: 1px solid #798699;
    border-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-remove-banner {
    padding-right: 0px !important;
    text-align: right;
    font-size: 12px !important;
}

.div-url-header {
    border: 1px solid #798699;
    padding: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0px;
}

.div-url-header .demo-radio-button label {
    font-size: 12px !important;
}

.btn-layout {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
}

.btn-testimonial-layout1 {
    background-image: url(../images/1.svg);
    height: 30px;
    width: 30px;
}

.btn-testimonial-layout1:hover,
.btn-testimonial-layout1.active {
    background-image: url(../images/1s.svg);
}

.btn-testimonial-layout2 {
    background-image: url(../images/2.svg);
    height: 30px;
    width: 30px;
}

.btn-testimonial-layout2:hover,
.btn-testimonial-layout2.active {
    background-image: url(../images/2s.svg);
}

.btn-about-layout1 {
    background-image: url(../images/3.svg);
    height: 30px;
    width: 50px;
    background-repeat: no-repeat;
}

.btn-about-layout1:hover,
.btn-about-layout1.active {
    background-image: url(../images/3s.svg);
}

.btn-about-layout2 {
    background-image: url(../images/4.svg);
    height: 30px;
    width: 50px;
    background-repeat: no-repeat;
}

.btn-about-layout2:hover,
.btn-about-layout2.active {
    background-image: url(../images/4s.svg);
}

.btn-news-layout1 {
    background-image: url(../images/5.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}

.btn-news-layout1:hover,
.btn-news-layout1.active {
    background-image: url(../images/5s.svg);
}

.btn-news-layout2 {
    background-image: url(../images/6.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}

.btn-news-layout2:hover,
.btn-news-layout2.active {
    background-image: url(../images/6s.svg);
}

.btn-about-layout1:focus,
.btn-about-layout2:focus,
.btn-news-layout1:focus,
.btn-news-layout2:focus,
.btn-testimonial-layout1:focus,
.btn-testimonial-layout2:focus {
    outline: 0;
}

.mk_sidebar_nav_theme .switch label .lever {
    width: 30px;
    height: 12px;
}

.mk_sidebar_nav_theme .switch label .lever:after {
    width: 18px;
    height: 18px;
}

.mk_sidebar_nav_theme
    .switch
    label
    input[type="checkbox"]:checked
    + .lever:after {
    left: 16px;
}

.btn-img-arr {
    border: 0px;
    background-color: transparent;
    color: #798699;
    cursor: pointer;
}

.btn-img-arr:hover {
    color: #f62d51;
}

.btn-img-arr:focus {
    outline: 0px;
}

.banner-img-div div div {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    border-bottom-color: #798699;
}

.banner-img-div .div-active {
    border: 1px solid #798699;
    border-bottom: 0px;
}

.div-btn-img-arr {
    border-bottom: 1px solid #798699;
}

.sel-theme {
    border: 1px solid #67757c;
}
.spn_suc_msg {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 5px 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.div-service-history {
    margin-top: 20px;
    border: 1px solid #333;
    cursor: pointer;
}

.div-service-history.active {
    border-color: #f62d51;
}

.div-order-summary {
    border: 1px solid #333;
    padding: 20px;
}

.div-total {
    border: 1px solid #333;
    padding: 10px 10px;
}

.order_acc_div [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d9d9d9;
}

.sel-market {
    width: 60%;
}

.btn_del_market {
    color: #f62d51 !important;
    padding-top: 0px;
}

.btn_del_market:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.note-codable,
.note-editable {
    margin-top: 17px;
}

.df-cust {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.error-divtop100 {
    top: 100px;
}

.error-divtop190 {
    top: 190px;
}

.error-divtop320 {
    top: 320px;
}

.max_ht {
    max-height: 30px;
}

.div_bundle_tot strong {
    font-weight: 600;
}

.div_bundle_tot_row {
    background-color: #f3f1f1;
    margin: 0px;
    border-radius: 5px;
    padding: 10px 0px;
}

.marketplace-table table {
    font-size: 13px;
}

.marketplace-table table.dataTable thead th {
    border-bottom: 0px solid #dee2e6;
}

.inbox-panel .list-group .list-group-item.active,
.inbox-panel .list-group .list-group-item:hover {
    background: #f8f2f2;
    border-left: 3px solid #f62d51;
}

.btn-marketplace-publish {
    border: 1px solid #f62d51;
    color: #f62d51;
}

.btn-marketplace-publish:hover {
    border: 1px solid #f62d51;
    color: #fff;
    background-color: #f62d51;
}

.m-t-13-per {
    margin-top: 13%;
}

.div-orderid {
    padding: 10px;
    /* background-color: #f62d51;
    color:#fff;
    text-align: center; */
}

.div-orderid img {
    max-width: 65%;
}

.liveCls
{
    background-color: #51a351;
    color: #fff;
    padding: 0px 7px;
    width: fit-content;
    border-radius: 5px;
    font-size: 10px;
    margin-left: 5px;
}

.testCls
{    
    background-color: #f62d51;
    color: #fff;
    padding: 0px 7px;
    width: fit-content;
    border-radius: 5px;
    font-size: 10px;
    margin-left: 5px;
}

.div_service_name {
    /* font-size: 16px;
    font-weight: 500; */
}

.div_service_amt {
    /* font-weight: 600; */
}

.bundle_deal_order i {
    margin-top: 30px;
    color: #ddd;
}
.div_bundle_name {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
}

.bundle_deal_order {
    padding-left: 10px;
}

.div-bundle-check [type="checkbox"] + label {
    padding-left: 20px;
    font-size: 13px;
    height: 18px;
}

.m-t-25 {
    margin-top: 25px;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}
.p-t-25-imp {
    padding-top: 25px !important;
}

.div-addons {
    font-size: 10px;
    color: #808080;
}

.div-order-payment {
    /* height: 210px !important; */
    overflow-y: auto !important;
    position: relative;
    padding: 15px;
    overflow-x: hidden;
}

.div-order-payment-tot {
    /* position: absolute; */
    width: 100%;
    bottom: 0px;
    padding: 15px;
    background-color: #ddd;
    font-weight: 600;
    display: flex;
}

.download-blog-link {
    color: #f62d51;
    border: 1px solid #f62d51;
    padding: 7px 0px;
    text-align: center;
    width: 100%;
}

.download-blog-link:hover {
    color: #fff;
    background-color: #f62d51;
}

.color-red {
    color: #f62d51;
}

.color-green {
    color: #228b22;
}

.div_order_email {
    border: 1px solid #f62d51;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    color: #f62d51;
    font-weight: 500;
    margin-bottom: 10px;
}

.ribbon {
    z-index: 1;
}

.tr-inactive {
    background: #f2f4f8;
    opacity: 0.5;
}

.div_banner_popup_img {
    width: 100px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.div_order_img {
    width: 110px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.div_order_img img {
    vertical-align: center;
}

.mailbox .div-message-center {
    max-height: 250px;
    overflow: auto;
    position: relative;
}

.mailbox .div-message-center a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px;
}

.mailbox .div-message-center a:hover {
    background: #f2f4f8;
}

.mailbox .div-message-center a div {
    white-space: normal;
}

.mailbox .div-message-center a .user-img {
    width: 40px;
    position: relative;
    display: inline-block;
    margin: 0 10px 15px 0;
}

.mailbox .div-message-center a .user-img img {
    width: 100%;
}

.mailbox .div-message-center a .user-img .profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.mailbox .div-message-center a .user-img .online {
    background: #26c6da;
}

.mailbox .div-message-center a .user-img .busy {
    background: #fc4b6c;
}

.mailbox .div-message-center a .user-img .away {
    background: #ffb22b;
}

.mailbox .div-message-center a .user-img .offline {
    background: #ffb22b;
}

.mailbox .div-message-center a .mail-contnet {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
}

.mailbox .div-message-center a .mail-contnet h5 {
    margin: 5px 0px 0;
}

.mailbox .div-message-center a .mail-contnet .mail-desc,
.mailbox .div-message-center a .mail-contnet .time {
    font-size: 12px;
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #99abb4;
    white-space: nowrap;
}

.df {
    display: flex;
}

.comment-row .df h5 {
    margin-right: 10px;
}

.product-accordian .card-header {
    background-color: #fff !important;
}

.div_privacy_terms,
.div_privacy_terms a {
    color: #262424;
    font-weight: 500;
}

.div_privacy_terms a:hover {
    color: #f89621;
}

.div-market-list.el-element-overlay .el-card-item .el-card-avatar {
    display: table-cell;
    height: 190px;
    vertical-align: middle;
}

.plt_txt {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700 !important;
    position: relative;
    top: 0;
    text-transform: uppercase;
}
.cust-small {
    font-size: 70%;
    font-weight: 500;
}
.btn_add_video {
    color: #ffffff !important;
    background: #f62d51 !important;
    border: 1px solid #f62d51;
    font-size: 10px;
    padding: 1px 5px;
}

.btn-marketlist
{
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
}

.div_cust_media .el-card-avatar img
{
    min-height: 190px;
}

.btn-upload-img .row .col-md-7.txt-left{
    display: table-cell;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}

.btn-upload-img .row .col-md-7.txt-left img
{
    max-height:100px;
    max-width: 150px;
}

.div-flexipay
{
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 15px;
}

.div-flexi
{
    padding-top: 16px;
    padding-bottom: 40px;
    font-weight: 600;
}

.cust-small span
{
    color: #f62d51;
    font-weight: 600;
}

.flexipayon
{
    color: #f62d51 !important;
}

.div-other-box
{
    padding: 20px;
    background-color: #ddd;
    margin-bottom: 20px;
}

.m-t-150
{
    margin-top: 150px;
}

.m-b-50
{
	margin-bottom: 50px !important;
}

.a_visit_market
{
    float:right;
    font-weight: 500;    
}
.a_visit_market i
{
    font-weight: 600;
}

.a_visit_market:hover
{
    color: #f62d51;    
}

.custom-box-div
{
    min-height: 66px;
}

.dropdown-menu-pr-sr li a{   
    font-size: 12px;
    padding: 5px 7px;
    color: #67757c;
    font-weight: 400;
    display: block;
}
.dropdown-menu-pr-sr li a:hover {
    color: #f62d51 !important;
    text-decoration: none;
    background-color: #f8f9fa;
}

/* effect-shine */
a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }
  
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }

.p-r-50
{
    padding-right: 50px;
}

.div-flexipay .form-group
{
    margin-bottom: 10px;
}

.div-market-list-min-ht
{
    min-height: 450px;
}

.ms-list-product-div
{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.ms-parent-list-product-div
{
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}

.top_product label {
    margin-bottom: 0px;
}

.ms-parent-list-product-div .fa-angle-down, .top_product #span_tick i
{
    margin-top: 3px;
}

.ms-parent-list-product-div .fa-check
{
    color: #51a351;
}
.form-date-onoff
{
    text-align: right;
    margin-right: 40px;
}

.form-date-onoff label{
    float:left;
}

.m_top1 {
    margin-top: 10px;
}

#vat_per .form-group {
    margin-bottom: 20px !important;
}

#vat_per .form-group label
{
    width: 100%;
    text-align: right;
}

.btn-set-points {
    animation: color-me-in 2s infinite;
}
.btn-set-points:hover
{
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 0, 0, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 0, 0.4);
    box-shadow: 0 14px 26px -12px rgba(255, 0, 0, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 0, 0, 0.4);
}

@keyframes color-me-in {
    /* You could think of as "step 1" */
    0% {
        background-color: #f62d51;
        border-color: #f62d51;
        color: #fff;
    }    
    50% {        
        background-color: #f62d513F;
        color: #fff;
    }
    100% {        
        background-color: #f62d51;
        color: #fff;
    }
}

/* For backend rtl - Starts */

.temp-rtl input, .temp-rtl select, .temp-rtl textarea {
    direction: rtl;
    text-align: right;
}

.temp-rtl #cname_url, .temp-rtl #target_url {
    direction: ltr;
}

/* For backend rtl - Ends */

/* Seller's Report - Starts */
.div-sellername {
    font-weight: 600;
}

/* Seller's Report - Ends */

/* Cust button - Starts */

.btn-ps{
    color: #f62d51;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0.25em, transparent 0.25em) center/1em 1.2em;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    min-width: 280px;
    border-radius: 20px/50px;
    border: 2px solid #f62d51;
    transition: all 0.5s ease 0s;
}
.btn-ps:hover,
.btn-ps:focus{
    color: #fff;
    background: radial-gradient(circle, #f62d51 0.25em, transparent 0.25em) center/0.1em 0.1em;
    box-shadow: 4px 4px #f62d5133;
}
@media only screen and (max-width: 767px){
    .btn-ps{ margin-bottom: 20px; }
}

/* Cust button - Ends */

/* Header button - Starts */
.btn-top-header {
    background-color: #ffb22b;
    margin-top: 19px;
    padding: 5px 21px;
    transition: .5s;
}
.btn-top-header:hover{
    color: #fff;
    background-color: #8D0C88;
}

/* Header button - Ends */

/* Responsive - Starts */

/* media query for screen width 1920 */
@media screen and (min-width: 1920px) {
    .mkp .el-card-avatar img {
        max-height: 256px;
        min-height: 256px;
    }
}
/* media query for screen width 1440 */
@media only screen and (max-width: 1460px) and (min-width: 1440px) {
    .mkp .el-card-avatar img {
        max-height: 175px;
        min-height: 175px;
    }
}
/* media query for screen width 1366 */
@media only screen and (max-width: 1439px) and (min-width: 1366px) {
    .mkp .el-card-avatar img {
        max-height: 165px;
        min-height: 165px;
    }
}
/* media query for screen width 1280 */
@media only screen and (max-width: 1365px) and (min-width: 1280px) {
    .mkp .el-card-avatar img {
        max-height: 150px;
        min-height: 150px;
    }

    .mk_tlb_head p {
        font-size: 16px;
    }
    .btn_add_new_feature {
        font-size: 11px;
    }
}
/* media query for screen width 1024 */
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .btn-mk {
        padding: 5px;
    }
    .mkp .el-card-avatar img {
        max-height: 137px;
        min-height: 137px;
    }
    .btn-add-service {
        padding: 7px 8px;
    }
    .mk_tlb_head p {
        font-size: 14px;
    }
    .mk_tlb_bundle_head p {
        font-size: 13px !important;
        margin-top: 7px !important;
    }
    .btn-add-new-list {
        padding: 7px 4px;
    }

    .categories-scroll .table td,
    .categories-scroll .table th {
        padding: 12px 6px;
    }
    .btn_add_new_feature {
        font-size: 10px;
    }
}

/* Responsive - Ends */
