/* @import url(''); */

/* Modern Add Device Modal */
.modern-device-modal .modal-header {
    background: #ffffff;
    border-bottom: none;
    padding: 40px 40px 20px;
    text-align: center;
}

.modern-device-modal .modal-header-content {
    text-align: center;
}

.modern-device-modal .success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-device-modal .success-icon i {
    font-size: 42px;
    color: #ffffff;
}

.modern-device-modal .modal-title {
    font-size: 28px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}

.modern-device-modal .modal-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

.modern-device-modal .modal-body {
    padding: 20px 40px 40px;
}

.modern-device-modal .steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.modern-device-modal .step-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.modern-device-modal .step-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.modern-device-modal .step-number {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    background: #0a0a0a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-device-modal .step-number span {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.modern-device-modal .step-title {
    font-size: 18px;
    font-weight: 600;
    color: #0a0a0a;
    margin: 0 0 16px 0;
}

.modern-device-modal .qr-code-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin: 0 0 16px 0;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.modern-device-modal .qr-code-img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.modern-device-modal .step-description {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.modern-device-modal .step-info {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    font-style: italic;
    margin-top: 8px;
}

.modern-device-modal .final-step {
    text-align: center;
    padding: 24px;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 12px;
    border: 2px dashed #d1d5db;
}

.modern-device-modal .final-step p {
    font-size: 15px;
    color: #374151;
    margin: 0;
    font-weight: 500;
}

.modern-device-modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.5;
    font-size: 28px;
    transition: opacity 0.2s ease;
}

.modern-device-modal .close:hover {
    opacity: 1;
}

/* Old customHorrya styles (deprecated) */
.customHorrya .modal-body {
    margin-top: 21%;
}
div.small-box {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(166 139 215 / 40%)), color-stop(1, rgb(227 211 255 / 20%))) !important;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    color: #673AB7;
}

.WarningPending {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999999;
    background: #dd4b39;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: calc(100% - 20px);
}

.WarningPending i {
    position: absolute;
    left: 12px;
    top: 15px;
    font-size: 50px;
    color: #ee7364;
}

.WarningPending h3 {
    margin: 0 0px 10px 0;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 900;
}

.WarningPending a {
    background-color: #fff;
    padding: 5px 10px;
    float: right;
    color: #dd4b39;
    font-size: 15px;
    border-radius: 5px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.WarningPending p {
    width: calc(100% - 100px);
    display: inline-block;
    padding-left: 60px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 100;
}

@keyframes blink {
    0% {background-color: #dd4b39}
    100% {background-color: #f34812}
}

.WarningPending {animation: blink 1s infinite;}

div#modal-add-device{
    
}
.customHorrya .modal-content {
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
}

p.login-box-msg {
    display: none;
}
div.small-box .icon {
    color: #b6a3d9!important;
}

.small-box>a.small-box-footer {
    background-color: #7b31ff52;
}

.customHorrya i.fa.fa-arrow-down {
    color: #7b31ff;
    font-size: 212px;
    margin-bottom: 13px;
}

.customHorrya span.info {
    font-size: 11px;
    display: block;
    margin-top: 9px;
}
div.small-box:hover {
    background: #7b31ff!important;
    color: #fff;
}


p, h1, h2, h3, h4, h5, a, div {
    font-family: 'Inter', sans-serif;
}

.pmtBtn.Crypto.PayETH {
    width: 100%;
    text-align: left;
    margin-top: -20px;
}

.pmtBtn.Crypto.PayETH.pl-YEAR .PaySorry {
    display: none;
}

.pmtBtn.Crypto.PayETH.pl-MONTH .PayOK {
    display: none!important;
}

.pmtBtn.Crypto.PayBTC.PayETH.pl-MONTH {
    display: inline-block!important;
}

.pmtBtn.Crypto.PayBTC {
    width: 100%;
    text-align: left;
    margin-top: -20px;
}

.pmtBtn.Crypto.PayBTC.pl-YEAR .PaySorry {
    display: none;
}

.pmtBtn.Crypto.PayBTC.pl-MONTH .PayOK {
    display: none!important;
}

.pmtBtn.Crypto.PayBTC.PayETH.pl-YEAR {
    display: none!important;
}

.pmtBtn.PayPaypal {
    max-width: 220px;
    margin: 0 auto;
}

div#paypal-button-container-39 {}

.col-12.Paymethod {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.col-12.Paymethod label {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    margin: 5px 10px;
    opacity: 1;
    overflow: hidden;
}

.col-12.Paymethod label.activepay {
    border-color: #2a0455;
    background-color: #fff;
    opacity: 1;
}

.col-12.Paymethod label img {
    display: block;
    max-height: 46px;
    margin-bottom: 15px;
}

.col-12.Paymethod label small {
    position: absolute;
    width: calc(100% + 4px);
    left: -2px;
    background: #ccc;
    color: #000;
    border: solid #ccc;
    bottom: -2px;
    font-size: 13px;
    font-weight: 100;
}

.col-12.Paymethod label.activepay small {
    background-color: #2a0455;
    border-color: #2a0455;
    color: #fff;
    font-weight: 500;
}

.col-12.Paymethod label input {
    /* opacity: 0; */
    z-index: 111;
    /* height: 100%; */
    /* width: 100%; */
    position: absolute;
    left: 4px;
    top: 0;
}

.col-12.LetsPay {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}

.popularNow {
    position: absolute;
    top: -11px;
    right: 15px;
    background: #e69fff;
    font-size: 10px;
    padding: 3px 7px;
    z-index: 9;
    border-radius: 7px;
}

.FinalStep, .FinalStepimgs {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    display:none;
}

.FinalStepimgs img {
    max-height:24px;
    width:auto;
    margin: 15px 3px;
    display: inline-block;
    vertical-align: middle;
}

.FinalStep a {
    font-weight: 600;
}

h2.TitCus {
    text-align: center;
    color: #6d00e7;
    font-size: 22px;
    margin-top: 40px;
}

h2.greyDo {
    font-weight: bold;
    color: #000;
}

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 19px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #7b31ff;
}
.user-panel {
    display: none;
}

.timeline-body {
    word-wrap: break-word;
}

.timeline-footer {
    display: flex;
    flex-flow: row wrap;
}

.timeline-footer label {
    padding: 0.5rem 0.6rem;
}

.stepsPage footer.main-footer {
    display: none;
}

.login-logo, .register-logo {
    height: 60px;
    overflow: hidden;
}

.home .form-control:focus {
    border: 1px solid #2a0455;
}

textarea {
    max-width: 100%;
    max-height: 100%;
    resize: vertical;
}

.dropzone {
    border: 2px dashed #0087F7
}

@media only screen and (max-width: 1400px) {

    body.home:before {
        
        background-position: 69% center;
    }

}


.skin-yellow-light .main-header .navbar {
    background-color: #ffffff;
}

.skin-yellow-light .main-header .logo, .skin-yellow-light .main-header .logo:hover {
    background-color: #ffffff;
}

.content-wrapper {
    background-color: white!important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #324438!important;
}


.login-logo a, .register-logo a {
    height: 87px;
    overflow: hidden;
    display: block;
}

.register-logo a {
    display: none;
}

body.home:after {
    position: absolute;
    display: block;
    content: "";
    background: rgb(72,9,121);
    background: linear-gradient(90deg, rgba(72, 9, 121, 1) 9%, rgba(255, 255, 255, 0.18393294817927175) 55%);
    width: calc(85% - 360px);
    height: 100%;
    opacity: 0.7;
}

.login-logo img, .register-logo img {
    width: auto!important;
    height: 60px!important;
}

.btn-primary {
    background-color: #290454!important;
    border-color: #290454!important;
}

a.btn.btn-primary.btn-lg.btn-pay.payCard {
    background-color: #07bd6b !important;
    border-color: #07bd6b !important;
}

.box.box-primary {
    border-top-color: #6d00e7;
}

a {
    color: #7b31ff;
}

.login-page, .register-page {
    background-color: #f6eeff!important;
}

.skin-yellow-light .main-header .navbar .nav>li>a {
    color: #000;
}

.skin-yellow-light .main-header .navbar .sidebar-toggle {
    color: #000;
}

ul.sidebar-menu.tree {
    padding: 20px;
    margin-top: 7px;
}

.skin-yellow-light .sidebar-menu>li:hover>a, .skin-yellow-light .sidebar-menu>li.active>a {
    background: #290454;
    border-radius: 10px;
    color: #fff;
}
ul.sidebar-menu.tree li:last-child a {
    background-color: #7b31ff;
    color: #fff!important;
    border-radius: 10px;
    font-weight: 600;
}
.skin-yellow-light .sidebar-menu>li {
    margin: 5px 0;
}

.skin-yellow-light .sidebar-menu>li>a {
    font-weight: 500;
    padding: 10px;
    transition: 0.1s all ease-in-out;
    font-size: 14px;
}
.modal-dialog {
    z-index: 99;
}

div#modal-add-device {
    background-color: transparent;
}

div#modal-add-device img {
    width: 100%;
}

.customHorrya h1 {
    color: #7f12c6;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 800;
}

.customHorrya p {
    font-size: 18px;
    font-weight: 100;
    width: 80%;
    display: block;
    margin: 0px auto 20px;
}

.customHorrya ol {
    font-size: 13px;
    font-weight: 100;
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 0;
}

.customHorrya ol li {
    width: 47%;
    display: inline-block!important;
    vertical-align: top;
    padding: 1% 3%;
    box-sizing: border-box;
}

.customHorrya ol li small {
    background: #8322da;
    font-size: 22px;
    border-radius: 50%;
    font-weight: bold;
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.SubscribeWidgetOption.Period {
    background: #ffffff;
    border: 1px solid #7c31ff;
    padding: 15px 10px;
    border-radius: 8px;
    margin: 1% 3% 1% 0;
    color: #000;
    font-size: 17px;
    text-align: center;
    width: 22%;
}

.SubscribeWidgetOption.Period.activePeriod {
    background: #f3ecff;
    transform: scale(1.1);
    border:2px solid #7c31ff;
}

.SubscribeWidgetOption.Period span {
    color: #7c31ff;
    display: inline-block;
    width: 100%;
    
.SubscribeWidgetOption.Period
    column-span: small;.SubscribeWidgetOption.Period
    column-span: small;.SubscribeWidgetOption.Period
    column-span: smal;.SubscribeWidgetOption.Period
    column-span: sma;.SubscribeWidgetOption.Period
    column-span: sm;.SubscribeWidgetOption.Period
    column-span: unset;.SubscribeWidgetOption.Period
    column-span: unset;.SubscribeWidgetOption.Period
    column-span: s;
    font-size: 27px;
    text-align: center;
}

.SubscribeWidgetOption.Period span.PriceDetail small {
    font-size: 13px;
    display: block;
    width: 100%;
    margin-top: -5px;
}

.SubscribeWidgetOption.Period input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity:0;
}

.customHorrya ol li:first-child img {
    padding: 11px;
}

.customHorrya ol li.lastStep {
    width: 94%;
    font-size: 11px;
    margin-top: 23px;
}

.customHorrya ol li.lastStep a {
    background: #7b31ff;
    color: #fff;
    width: initial;
    display: block;
    position: initial;
    margin: 5px auto 15px;
    width: fit-content;
    padding: 6px 30px;
    font-size: 17px;
    font-weight: 900;
    border-radius: 5px;
}

p {
}

header.main-header {
    border-bottom: 30px solid #f3ecff;
}

.content-wrapper {border-radius: 14px 0 0 0!important;}


#Horryacanvas {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
}

.skin-yellow-light .wrapper, .skin-yellow-light .main-sidebar, .skin-yellow-light .left-side {
    background: #f3ecff;
}
body {
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #673AB7;
    border-color: #673AB7;
}


.skin-yellow-light .main-sidebar {
    background-color: #f3ecff;
    border-right: 1px solid #f3ecff;
}

hr {
    border-top: 1px solid #d4ccc3;
}

b, strong {
    font-weight: 600;
}

img.classyQR {
    width: 74%;
    margin: 0 auto;
    display: block;
    margin-top: -26px;
}


.ZoneHolder {
    position: absolute;
    left: 45px;
    top: 14px;
}

a.creditZone {
    color: #dd930c;
    font-size: 12px;
    background: #fff2da;
    padding: 1px 0px 1px 10px;
    border-radius: 10px;
    border: 1px solid #dd930c;
    display: inline-block;
}

a.creditZone span {
    background: #dd930c;
    border-radius: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
    margin-right: -2px;
}

.StatusZone {
    background: #00a65a;
    border-radius: 10px;
    padding: 2px 7px;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    margin-top: -1px;
}

.StatusZoneDis a {
    color:#fff;
}
.StatusZoneConnect {
    background: #f0400b;
    padding: 3px 9px;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    top: -1px;
    position: relative;
    border-radius: 16px;
}

.StatusZone i.fa.fa-paper-plane {
}
a.CHow {
    color: #a3a3a3;
    font-size: 11px;
    text-decoration: dotted!important;
}

.StatusZonePlace {
    display: inline-block;
}


select.SubscribeWidgetOption.price.col-md-12.col-sm-12 {
    padding: 14px;
    border-radius: 24px;
    font-size: 20px;
    text-align: center;
    background: #f3ecff;
    border: 2px solid #7c31ff;
    margin-top: 22px;
    margin-bottom: 5px;
}

.PricePlacePrice h1 {
    color: #6d00e7;
    font-weight: 900;
    margin-top: 55px;
    font-size: 70px;
}

.PricePlacePrice h1 small {
    font-size: 19px;
    color: #2a0455;
    margin-left: 5px;
    display: block;
}

.SubscribeWidgetHold {
    padding: 0 1%;
}

.PricePlacePrice {
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .select-user {
        width: 220px
    }


    a.CHow {
        display: none;
    }

    a.creditZone span {
        width: 74px;
        overflow: hidden;
        position: relative;
        height: 24px;
        display: inline-block;
        float: right;
        margin: -5px -1px -2px 7px;
    }

    a.creditZone {
        padding-top: 4px;
        padding-bottom: 2px;
    }
}

.PricePlace {
    display: none;
}

.PricePlace {
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}

.PricePlace.activePeriod {
}

.SubscribeWidgetOption.Period {
    /* display: none!important; */
}


.paypal-button-row.paypal-button-layout-vertical {
    display: none;
}


.SubscribeWidgetPeriod {
    text-align: center;
    background: #f3ecff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-radius: 40px;
    padding: 1px 4px;
    margin-bottom: 45px;
}

.SubscribeWidgetPeriod label {
    position: relative;
    margin: 0;
}
.ui-widget.ui-widget-content {
    border-color: #f3ecff;
    background: #f3ecff;
}

span.ui-slider-handle.ui-state-default.ui-corner-all {
    border: none;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 23px solid #6d00e7;
    background-color: transparent;
    box-shadow: none;
    top: -8px;
    outline: none;
}
.SubscribeWidgetPeriod span {
    color: #2a0455;
    padding: 6px 16px;
    font-size: 18px;
    margin: 1% 0;
    display: inline-block;
    border-radius: 40px;
    position: relative;
}

.SubscribeWidgetPeriod span small {
    color: #c422ec;
    font-size: 10px;
    margin-left: 1px;
    top: -2px;
    position: relative;
}

.SubscribeWidgetPeriod input:checked + span {
    background: #2a0455;
    color: #fff;
}

.SubscribeWidgetPeriod input {
    margin-right: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.col-12.SMSPlans-holder {
    padding: 0 1% 2% 2%;
    margin-top: -16px;
    background-color: #7c31ff;
    border: 20px solid #fff;
    border-radius: 28px;
    outline: 1px solid #7c31ff;
    outline-offset: -20px;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
}

.col-12.SMSPlans-holder {}

.SMSPlans-holder ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.SMSPlans-holder ul i {
    float: left;
    background: #ffff;
    color: #7c31ff;
    padding: 2px;
    font-size: 11px;
    border-radius: 50%;
    margin: 3px 7px 0 0;
}

.SMSPlans span {
    font-size: 13px;
    color: #f5adff;
    width: 100%;
    display: inline-block;
}

.SMSPlans span a {
    color: #f5adff;
    font-weight: 600;
}

.SMSPlans h3 {
    font-size: 38px;
    margin-bottom: 25px;
}


div.ui-slider-horizontal span:not(.ui-slider-handle) {
    margin-right: 0;
    top: 15px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    width: 25.5%;
    text-align: center;
    display: inline-block;
}

div.ui-slider-horizontal span:nth-child(4) {
    margin-right: 0px;
    text-align: right;
    width: 20%;
    position: relative;
    right: -18px;
}

div.ui-slider-horizontal span:nth-child(1) {
    text-align: left;
}

div.ui-slider-horizontal span:nth-child(2) {
    margin-left: -3.5%;
}

div.ui-slider-horizontal span:nth-child(3) {
    margin-left: 8.5%;
    width: 24%;
}




div#stepsMenu {
    text-align: center;
    font-size: 20px;
}

div#stepsMenu a {
    display: inline-block;
}

div#stepsMenu a:after {
    display: inline-block;
    width: 55px;
    height: 1px;
    content: "";
    background: #ded8ef;
    vertical-align: middle;
    margin: 0 7px;
}

div#stepsMenu a:last-child:after {
    display: none;
}

div#stepsMenu a small {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

div#stepsMenu a.active small {
    color: #651ee1;
}

div#stepsMenu a span {
    width: 29px;
    height: 29px;
    background: #dac1ef;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
}

div#stepsMenu a {
    color: #dac1ef;
    cursor: initial;
}

div#stepsMenu a.active span {
    background: #651ee1;
}

.stepsMenu-content .hol {
    display: none;
}

.stepsMenu-content .hol.active {
    display: block;
}

.loader {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.checkmark {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.home .btn.btn-flat.spinner {
    position:relative;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  animation: spinner 1s linear infinite;
  left: 20px;
}

.spinner {
  padding-left: 30px!important;
}


img.loadTab {
    width: 364px;
    position: absolute;
    left: 50%;
    top: 5px;
    text-align: center;
    transform: translateX(-50%);translateX(-50%):;
}


div#stepsMenu-content {
    display: inline-block;
    background: #f8f0fe;
    width: 100%;
    margin: 5% 0px 2%;
    padding: 30px;
    border-radius: 21px;
    min-height: 310px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 200;
}

div#stepsMenu-content #qr-code {
    width: 216px;
    display: block;
    margin: 15px auto;
    background: #fff;
}

img.logowebstep {
    float: left;
    width: 100px;
    margin: 25px;
}

a.closenow.lasttoShopw {
    float: right;
    margin: 14px 25px;
    color: #651ee2;
    font-weight: 300;
    font-size: 14px;
    /* display: none; */
    margin-top: 23px;
    color: #8d8d8d;
    text-transform: none;
}


.app-item {
    display: inline-block;
    width: 23.5%;
    margin: 1% 0.5%;
    border-radius: 10px;
    overflow: hidden;
    background: #ededed;
    padding-bottom: 10px;
    position: relative;
    box-shadow: rgb(0 0 0 / 30%) -1px -9px 19px -13px;
    transition: 0.2s all linear;
    top: 0;
}

.app-item:hover {
    top: -8px;
}

.app-item h2, .app-item span {
    padding: 10px 10px 4px;
    margin: 0;
    font-size: 15px;
    color: #7c31ff;
}

.app-item span {
    font-size: 12px;
    font-weight: 300;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    min-height: 50px;
    color: #000;
}

.app-item img {
    width: 100%;
}

a.btn.btn-primary.app-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    padding: 5px 10px;
}

.inmobile {
    display: none;
}
@media only screen and (max-width: 1368px) {
    .app-item {
        width: 32%;
    }
}


@media only screen and (max-width: 998px) {
    .app-item {
        width: 48.5%;
    }

    .inmobile {
        display: block;
        top: 20px;
    }

    .desktop {
        display: none;
    }

    .SubscribeWidgetOption.Period {
        width: 46%;
        display: inline-block;
        margin: 1.5%;
    }

    .col-12.Paymethod label {
        width: 100%;
        max-width: 155px;
    }

    .PricePlace {
        max-width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .app-item {
        width: 48%;
    }
    .select-contacts-list {
        width: 125px
    }

    div#stepsMenu a small {
        display: none;
    }



    div#stepsMenu a:after {
        width: 24px;
    }

    .stepsMenu-content .hol {
        font-size: 14px;
    }

    body.home:after, body.home:body {
        display: none!important;
    }
    a.closenow.lasttoShopw {
        font-size:17px;
        margin-top:20px;
    }
}
