@import url(./all.min.css);
.page-content {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}
h3 {
    font-family: "DM Sans", sans-serif;
}
.page-content {
    padding: 0px;
}
.wp-admin #wpcontent {
    padding-left: 0;
}
#wpbody-content {
    background-color: #F6F6F6;
}
a {
    color: #6104FF;
    transition: all 0.3s;
}
.tabbed {
    overflow-x: hidden;
    margin: 32px 0;
    margin-top: 0;
    padding-bottom: 16px;
}
.tabbed [type="radio"] {
    display: none;
}
.tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}
.tabs .tab {
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
    line-height: 4;
}
.tabs .tab label {
    cursor: pointer;
}
.tabs .tab label:hover {
    color: #6104FF;
}
.tabbed [type="radio"]:nth-of-type(1):checked .tab>label {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}
.tab:hover label {
    border-top-color: #333;
    color: #333;
}
.tab-content {
    display: none;
    color: #55536a;
}
.tab-content p {
    margin-top: 0;
}
.pxtr-content-subtitle {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    color: #6104FF;
    letter-spacing: 1px;
    font-weight: 700;
}
.pxtr-right-area-desc {
    margin-bottom: 8px;
}
/* first */
.pxtr-content-title {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
}
a.pxtr-content-btn {
    background: #6104FF;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: 0.35s;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
}
a.pxtr-content-btn:hover {
    background-color: #000;

}
.pxtr-content-description {
    font-size: 15px;
    margin-bottom: 34px;
    font-weight: 500;
}
.pxtr-getstart-image img {
    border-radius: 5px;
    width: 100%;
}
.pxtr-wrapper.second img {
    width: 100%;
}
.pxtr-right-area {
    gap: 25px;
    align-content: flex-start;
}
.pxtr-right-box{
    border: 1px solid #f6f0ff;
    padding: 10px;
    background: #f6f0ff52;
    border-radius: 5px;
}
.pxtr-right-area-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
}
.pxtr-right-area-desc {
    font-size: 14px;
}
.pxtr-right-icon {
    display: flex;
}
.pxtr-right-icon svg {
    width: 28px;
    height: auto;
    fill: #6104FF;
}
.pxtr-right-icon svg path {
    fill: #6104FF;
}
a.pxtr-btn-link {
    color: #6104FF;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.31s;
    font-size: 13px;
    font-weight: 500;
}
.pxtr-icon-btn {
    width: 0;
    transition: width 0.3s;
}

.pxtr-btn-link:hover .pxtr-icon-btn {
    width: 20px;
}

.pxtr-icon-btn svg {
    width: 20px;
    height: 20px;
    stroke: #6104FF;
    opacity: 0;
    visibility: hidden;
}

.pxtr-btn-link:hover .pxtr-icon-btn svg {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s;
}

.pxtr-icon-btn svg path {
    stroke: #6104FF;
}

.head-top-items .tabs .tab label a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.head-top-items .tabs .tab label a:focus {
    box-shadow: none;
}
.head-top-items .tabs .tab label a:hover {
    color: #6104FF;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked~.head-top-items .tabs .tab:nth-of-type(1)::before,
.tabbed [type="radio"]:nth-of-type(2):checked~.head-top-items .tabs .tab:nth-of-type(2)::before,
.tabbed [type="radio"]:nth-of-type(3):checked~.head-top-items .tabs .tab:nth-of-type(3)::before,
.tabbed [type="radio"]:nth-of-type(4):checked~.head-top-items .tabs .tab:nth-of-type(4)::before,
.tabbed [type="radio"]:nth-of-type(5):checked~.head-top-items .tabs .tab:nth-of-type(5)::before {
    visibility: visible;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.head-top-items .tabs .tab:nth-of-type(1) label a,
.tabbed [type="radio"]:nth-of-type(2):checked~.head-top-items .tabs .tab:nth-of-type(2) label a,
.tabbed [type="radio"]:nth-of-type(3):checked~.head-top-items .tabs .tab:nth-of-type(3) label a,
.tabbed [type="radio"]:nth-of-type(4):checked~.head-top-items .tabs .tab:nth-of-type(4) label a,
.tabbed [type="radio"]:nth-of-type(5):checked~.head-top-items .tabs .tab:nth-of-type(5) label a {
    color: #6104FF;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.pxtr-main-area .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked~.pxtr-main-area .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked~.pxtr-main-area .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked~.pxtr-main-area .tab-content:nth-of-type(4), 
.tabbed [type="radio"]:nth-of-type(5):checked~.pxtr-main-area .tab-content:nth-of-type(5) {
    display: block;
}

/* extra */
.head-top-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.head-top-items {
    border: none;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px 0px;
    /* margin: 70px; */
    padding: 5px 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.head-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.head-item .site-icon img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    /* border-radius: 50%; */
    object-fit: cover;
}

.pxtr-main-area {
    margin: 20px;
    border: none;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px 0px;
    padding: 30px;
}

.pxtr-main-area {
    margin: 20px;
    border: none;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px 0px;
    padding: 30px;
}

/* .pxtr-main-area {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    margin-top: 50px;
} */
.tab-content:nth-child(1) {
    /* max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    margin-top: 50px; */
}

.item-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    border-bottom-width: 1px;
    border-color: rgb(221, 221, 221);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    opacity: 1;
}

.item-content .heading-content {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: normal;
}

.text-content {
    flex: 0 0 60%;
}

.text-content p {
    width: 90%;
    font-size: 14px;
}

.text-content p:has(+ .heading-content) {
    margin-bottom: 0;
}

.buttons {
    margin-top: 25px
}

.btn-default {
    display: inline-block;
    text-decoration: none;
    padding: 11px 25px;
    background: #6104FF;
    color: #fff;
    border-radius: 6px;
}

.btn-default:hover {
    background-color: #000;
    color: #fff;
}

.btn-default:nth-child(2) {
    background-color: #000;
}

.btn-default:nth-child(2):hover {
    background-color: #6104FF;
    color: #fff;
}

.eshop-media {
    width: 100%;
}

.eshop-media img {
    width: 100%;
    border-radius: 10px;
}

.eshop-media iframe {
    height: 250px;
    border-radius: 10px;
    width: 100%;
}

.esh-item-icon {
    width: 45px;
    height: 45px;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    display: inline-block;
}

.esh-item-icon svg {
    width: 25px;
    height: auto;
}

.esh-item-icon path {
    stroke: #fff;
}

.esh-item-icon:not(:has(~ .esh-title)) {
    margin-bottom: 15px;
    line-height: 62px;
}

/* demo modal */
.modal-main .modal-image {
    position: relative;
}

.modal-main .overlay {
    filter: blur(5px);
}

.modal-main .overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0.4;
}

.modal-popup-content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.modal-icon img {
    width: 60px;
    margin-bottom: 20px;
}

.modal-popup-content div>h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0px;
}

.modal-popup-content div>p {
    margin-bottom: 0px;
    color: white;
    font-size: 15px;
    font-weight: 400;
}

.modal-main .modal-image img {
    width: 100%;
}

.modal-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-popup-content {
    background: transparent;
    padding: 50px 30px;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
    /* box-shadow: 0px 32px 60px -20px rgba(0, 0, 0, 0.5); */
    backdrop-filter: blur(50px);
    background-image: linear-gradient(120deg, rgb(0 114 255 / 22%) 0%, #ca2d8c8a 100%);
}

/* block-dashboard-form */
#block-dashboard-form .pxtr-admin-filter-nav {
    margin-bottom: 30px;
}

#block-dashboard-form .pxtr-admin-filter-nav .navigation__inner .btn {
    padding: 8px 15px;
    border-radius: 5px;
    background-color: transparent;
    color: #000000;
    display: inline-flex;
    gap: 5px;
    border: 1px solid #e1e1e1;
}

#block-dashboard-form .pxtr-admin-filter-nav .navigation__inner .btn.active {
    background-color: #6104ff;
    color: #fff;
    border-color: #6104ff;
}
#block-dashboard-form .pxtr-admin-filter-nav .navigation__inner .btn .head-icon svg,
#block-dashboard-form .pxtr-admin-filter-nav .navigation__inner .btn .head-icon svg path {
    color: #000;
}
.pxtr-admin-wid-tittle-area h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.pxtr-admin-wid-tittle-area h5 a {
    color: #00082c;
}
#block-dashboard-form p.submit {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.pxtr-admin-widget {
    padding: 25px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    position: relative;
}
.pxtr-admin-widget.pro::after {
    content: attr(data-item);
    position: absolute;
    background: red;
    right: 20px;
    top: -10px;
    color: #fff;
    padding: 2px 10px;
    text-transform: capitalize;
    border-radius: 4px;
}
.pxtr-admin-widget .form-input {
    display: flex;
    position: relative;
}
.pxtr-admin-widget.pro .form-input a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* for  form toggle  */
.pxtr-admin-widget input[type="checkbox"] {
    position: relative;
    width: 35px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    background: #D6D6D6;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    margin: 0;
}
.pxtr-admin-widget input[type="checkbox"]:focus {
    box-shadow: none;
}
.pxtr-admin-widget.pro input[type="checkbox"]::after {
    content: "\f023";
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    transition: 0.8s;
    color: #031036;
}
input[type="checkbox"]:checked::after {
    transition: 0.1s;
    opacity: 0;
}

.form-input input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 1%;
    box-shadow: 0px 3px 2px rgb(3 16 54 / 30%);
    margin: 0;
    transform: translateX(4px) translateY(-50%);
    transition: 0.5s;
}

input[type="checkbox"]:checked::before {
    transform: translateX(19px) translateY(-50%);
    background: #fff;
}

input[type="checkbox"]:checked {
    background: #610ff4;
    box-shadow: none;
}

input.button.submit.pri {
    background: #6104FF;
    display: inline-block;
    padding: 5px 22px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: 0.35s;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
}
input.button.submit.pri:hover{
    background-color: #000000;
}
.pxtr-admin-wid-btn-area a.doc,
.pxtr-admin-wid-btn-area a.edit {
    color: #000;
}
.pxtr-admin-wid-btn-area a.doc svg, .pxtr-admin-wid-btn-area a.edit svg{
    width: 16px;
    height: 16px;
}

.pxtr-admin-wid-title-icon {
    text-align: center;
}
.pxtr-admin-wid-title-icon img{
    width: 25px;
    height: 25px;
}
.heading .tittle {
    font-weight: 700;
    font-size: 18px;
    margin: 1em 0;
}
.search-wrapper .search-bar {
    position: relative;
    margin-right: 1rem;
    height: 38px;
}
.search-wrapper input.search {
    width: 250px;
    border-radius: 5px;
    padding: 10px;
    padding-right: 40px;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    font-size: 13px;
    line-height: 0;
}
.search-wrapper input.search::before {
    content: "\f002";
}
.search-wrapper {
    display: flex;
    align-items: center;
}
.search-wrapper .search-bar a {
    position: absolute;
    right: 0;
    padding: 0.688rem 0.875rem;
    color: #BDBDBD;
    font-size: 14px;
}
.search-wrapper .search-bar a::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #BDBDBD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/* ---tab slider-- */
.slide-btn {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(#610ff4, 0.15), 0 6px 12px 0 rgba(#610ff4, 0.15);
    border-radius: 5px;
    z-index: 1;
    background: #e9e9e9;
    padding: 5px;
}
input[type="radio"] {
    display: none;
}
.slide-btn .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 120px;
    font-size: 0.89rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    color: #000;
}
.slide-btn .glider {
    position: absolute;
    display: flex;
    height: 30px;
    width: 120px;
    background-color: #610ff4;
    z-index: -1;
    border-radius: 5px;
    transition: 0.25s ease-out;
}
.slide-btn input[type="radio"]:checked+label {
    color: #fff;
}
.slide-btn input[id="radio-1"]:checked~.glider {
    transform: translateX(0);
}
.slide-btn input[id="radio-2"]:checked~.glider {
    transform: translateX(100%);
}
.slide-btn input[id="radio-3"]:checked~.glider {
    transform: translateX(0);
}
input[id="radio-4"]:checked~.glider {
    transform: translateX(100%);
}
/* right */
.right-top-area {
    display: flex;
    align-items: baseline;
    gap: 40px;
}
.right-top-area>div {
    position: relative;
}
.right-top-area>div:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: #ccc;
    right: -20px;
}
.head-icon {
    line-height: 1;
}
.head-icon svg {
    width: 15px;
    height: auto;
}
.right-top-area .feature_pro a {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #fff;
    background-color: #6104FF;
    border-radius: 6px;
    padding: 6px 13px;
}
.right-top-area .version span {
    color: #666;
    display: inline-block;
}
.right-top-area .whats-new button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
}
/* bottom area */
.esh-item-feature {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    border-bottom-width: 1px;
    border-color: rgb(221, 221, 221);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 3px 3px 15px 0px;
}
.esh-item-feature .esh-img img {
    height: 45px;
    border-radius: 0%;
    margin-right: 8px;
    object-fit: cover;
}
.esh-item-feature .esh-img {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.esh-item-feature .esh-img-heading {
    font-size: 1.5em;
    margin: 0;
}
.esh-item-feature .esh-title {
    margin-bottom: 10px;
}
.esh-item-feature .esh-paragraph {
    margin-top: 0;
}
.esh-btn-link {
    text-decoration: none;
    display: inline-block;
    background: rgb(246 244 255);
    color: #6104FF;
    padding: 0.45rem 0.8125rem;
    border-radius: 0.375rem;
    margin-top: 0.25rem;
}
.esh-btn-link:hover {
    color: #6104FF;
}
.esh-sm-link {
    text-decoration: none;
    display: inline-block;
    color: #6104FF;
    margin-top: 0.25em;
}
.esh-sm-link:hover {
    color: #6104FF;
}

.pxtr-site-builder-container {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    gap: 30px;
}

.pxtr-site-builder-tabs {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pxtr-site-builder-tabs button {
    padding: 10px 15px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    outline: none;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    color: #666;
}
.pxtr-site-builder-tabs button.active {
    border-color: #6104FF;
    background-color: #f3f0ff;
    color: #6104FF;
}
.pxtr-site-builder-tabs button:hover{
    border-color: #6104FF;
    background-color: #f3f0ff;
    color: #6104FF;
}
.pxtr-site-builder-tabs-content {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}
.pxtr-site-builder-tabs-content .pxtr-site-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
}
.pxtr-site-builder-tabs-content .pxtr-site-heading .pxtr-heading{
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.pxtr-site-builder-create-template,
.pxtr-site-builder-create-template-head-foot {
    background: #6104FF;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.pxtr-template-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #000;
}
.pxtr-template-control span>.dashicons,
.pxtr-template-control .pxtr-edit-action .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.pxtr-template-control .pxtr-edit-action, .pxtr-template-control .dupe-temp, .pxtr-template-control .delete-temp {
    width: 20px;
    height: 20px;
    line-height: 24px;
    background: #f3f0ff;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}
.pxtr-template-control .pxtr-edit-action .dashicons, .pxtr-template-control .dupe-temp .dashicons, .pxtr-template-control .delete-temp .dashicons{
    line-height: 20px;
}
.pxtr-template-control .delete-temp .dashicons{
    color: #e90b0b;
}

.pxtr-edit-action:hover {
    color: #6104FF;
    text-decoration: none;
}

.pxtr-template-control span:has(.dashicons) {
    cursor: pointer;
}

.pxtr-template-type .pxtr-template-control {
    display: flex;
    align-items: center;
    position: relative;
    gap: 12px;
    min-height: 26px;
}

.pxtr-template-control span.status-temp {
    padding: 2px 4px;
    color: #666;
    background: #f3f0ff;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    font-size: 14px;
    text-transform: capitalize;
}
.pxtr-template-control span.status-temp.publish {
    border-color: #6104FF;
    background-color: #f3f0ff;
    color: #6104FF;
}

.pxtr-template-type.hidden {
    display: none;
}

/* Select Template Type Popup  */

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 8px;
    z-index: 1000;
    max-width: 516px;
    width: 100%;
    height: fit-content;
}

#popup h2 {
    margin: 0 0 15px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
}
.button:hover {
    background-color: #0056b3;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    background: #e74c3c;
    color: white;
    border: none;
    padding: 1px 5px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}
.close:hover {
    background: #c0392b;
}
/* ------   feature table --- */
.pxtr-admin-tb-heading {
    margin-bottom: 1.5rem;
    text-align: center;
}
.pxtr-admin-tb-tittle {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    padding: 5px 10px;
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.pxtr-admin-tb-tittle .pxtr-admin-tb-list {
    font-weight: 600;
}
.pxtr-admin-tb-offer {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}
.pxtr-admin-table .checkable h5 {
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 15px 0 0 0;
    color: #031036;
    background: #fff;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
}
.pxtr-admin-table .checkable h5.pro {
    color: #FF0000;
    box-shadow: 10px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 26%);
}
.pxtr-admin-table .checkable i.fa-check {
    color: #2649f9;
    padding: 0px 17px;
}
.pxtr-admin-table .checkable .fa-times {
    color: #FF0000;
    padding: 0px 17px;
}
.pxtr-admin-tb-tittle .header {
    flex: 1;
}
.pxtr-admin-tb-heading .tittle {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 5px;
}
.pxtr-admin-table {
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    background: #f6f0ff;
    border: 2px solid #610ff4;
}
.pxtr-admin-tb-offer .checkable h5 {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}
.pxtr-admin-table .pxtr-admin-tb-tittle.pri {
    background-color: #610ff4;
    padding: 10px;
}
.pxtr-admin-tb-offer .dashicons {
    padding-right: 17px;
    line-height: 40px;
}
.pxtr-admin-table .pxtr-admin-tb-tittle .header h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}
.pxtr-admin-tb-tittle:nth-of-type(odd) {
    background-color: #fff;
}
.starter-sites .algrid-wrap {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}
.starter-sites .grid-item {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 3%);
    border-radius: 5px;
    position: relative;
    transition: all 300ms;
    padding: 12px;
    border: 1px solid #e6e6e6;
    transition: all 400ms;
}
.starter-sites .grid-item .alribbon{
    background: #FF3D00;
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 8px 2px 8px;
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 5;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.9px;
}
.starter-sites .grid-item-images {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.starter-sites .grid-item-images img{
    width: 100%;
    height: 100%;
}
.starter-sites .grid-item-content {
    padding: 15px 0 4px 0;
    position: relative;
}
.starter-sites .grid-item-content h5{
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
    margin-top: 5px;
}
.starter-sites .grid-item-content h5 a{ 
    color: #222; 
}
.starter-sites .grid-item-content .import{
	font-size: 14px;
    font-weight: 500;
    background: #6104FF;
    color: #ffffff;
    border: 1px solid #6104FF;
    padding: 5px 10px;
    border-radius: 4px;
}
.starter-sites .grid-item-content .import:hover { 
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}
.starter-sites .grid-item-content .pro-demos-link{
	font-size: 14px;
    font-weight: 500;
    background: #6104FF;
    color: #ffffff;
    border: 1px solid #6104FF;
    padding: 5px 10px;
    border-radius: 4px;
}
.starter-sites .grid-item-content .pro-demos-link:hover { 
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}
.starter-sites .grid-item-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(9, 30, 66, .7);
    opacity: 0;
    transition: opacity 300ms;
}  
.starter-sites .grid-item-overlay .demos-link{ 
    background: #ffffff;
    color: #461CFB;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 400ms;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
} 
.starter-sites .grid-item-overlay .demos-link:hover {
    background: #6104FF;
    color: #fff;
    border-color: #6104FF;
}
.starter-sites .grid-item-overlay .demos-preview-link{ 
    background: #ffffff00;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 5px;
    transition: all 400ms;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
} 
.starter-sites .grid-item-overlay .demos-preview-link:hover {
    background: #6104FF;
    color: #fff;
    border-color: #6104FF;
}
.starter-sites .grid-item-overlay > ul {
    display: flex;
    margin-top: 10px !important;
}
.starter-sites .grid-item:hover .grid-item-overlay {
    opacity: 1;
}
.starter-sites .grid-item:hover {
    border: 1px solid #461cfb;
}
.ins-ant-site-spin {
	margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}

.spinning {
    display: inline-block;
	font-size: 14px;
	height: 14px;
	width: 14px;
	line-height: 14px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg) scaleX(-1);
    }
    100% {
        transform: rotate(360deg) scaleX(-1);
    }
}

/* Common */
.d-grid {
    display: grid;
    /* row-gap: 30px; */
}
.d-grid.column2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 2rem;
    padding: 0;
}
.d-grid.column3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 2rem;
    padding: 0;
    margin-bottom: 1em;
}
.d-grid.column4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 2rem;
    padding: 0;
}
.d-grid.column5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 2rem;
    padding: 0;
}
.d-grid.column6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 2rem;
    padding: 0;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-25 {
    gap: 25px;
}
.gap-30 {
    gap: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.f-dir-col {
    flex-direction: column;
}
/* Responsive */
@media(max-width: 991px) {

    .pxtr-getstart-inner.col-span-3,
    .pxtr-right-area {
        grid-column: span 4;
    }

    .pxtr-right-area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media(max-width: 575px) {
    .pxtr-wrapper .pxtr-getstart-content {
        grid-column: span 2;
        order: 2;
    }
    .pxtr-wrapper .pxtr-getstart-image {
        grid-column: span 2;
    }
}
@media(min-width: 1640px){
    .starter-sites .algrid-wrap{
        grid-template-columns: repeat(4, 1fr);
    } 
}
@media(max-width: 1120px){
    .starter-sites .algrid-wrap{
        grid-template-columns: repeat(2, 1fr);
    } 
}