/* General */

.close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #3146a1;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 1.4px 5px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 2px 1px #000;
}

/* Packs */

.card h2 {
    color: #000;
}

.relative {
    position: relative;
}

.more-text p {
    padding: 10px;
    color: #c52e59;
    font-weight: 600;
}

.image-circale {
    border-radius: 50% !important;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex > div {
    margin: 0 10px;
    text-align: left;
    font-weight: bold;
    color: #000;
}

.back_btn {
    background: #c52e59;
    border: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}

.read-more {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c52e59;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.price_for {
    margin: 10px 0 -10px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.container_packs {
	font-family: 'Assistant', sans-serif;
}

.boost_pack {
    margin: 0 0 35px;
    text-align: center;
}

.single.boost_pack {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
}

.boost_pack > div:first-child {
    margin: 0 auto;
    background: #f2f2f2;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    min-height: 350px;
	-webkit-perspective:1000px /*yoshida12ko12*/
}

.boost_pack h2 {
    font-size: 20px;
    margin: 0;
}

.boost_pack h2 a {
    color:#000
}

.boost_pack img {
    margin: 0;
}

input[type=range] {
    margin: 25px 0 0;
    position: relative;
    z-index: 0;
    height: 160px;
    touch-action: none;
    background: transparent;
    -webkit-appearance: none;
    width: 240px;
    writing-mode: unset !important;
}

input[type=range]:after {
    content: '';
    height: 4px;
    width: 90%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 78px;
    z-index: 1;
    border-radius: 5px;
}
input[type=range]:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: 8px;
    top: 73px;
}

input[type=range]:focus {
    outline: none
}


input[type=range]::-moz-range-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3) inset;
    background: linear-gradient(to right, #37449d, #ac2a53);
    border-radius: 20px;
    border: .2px solid #010101;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border: 0;
    background-image: url('/wp-content/uploads/2018/10/scroll-icon.png');
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .8);
    position: relative;
    z-index: 2000;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3) inset;
    background: linear-gradient(to right, #37449d, #ac2a53);
    border-radius: 20px;
    border: .2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border: 0;
    background-image: url('/wp-content/uploads/2018/10/scroll-icon.png');
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .8);
    position: relative;
    z-index: 2000;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: transparent;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border: 0;
    background-image: url('/wp-content/uploads/2018/10/scroll-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 100;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3) inset;
    background: linear-gradient(to right, #37449d, #ac2a53);
    border-radius: 20px;
    border: .2px solid #010101;
    color: transparent;
}

output {
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    background: #6f3c83;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.44);
    letter-spacing: .5px;
    font-family: 'Assistant', sans-serif;
    position: absolute;
    right: 15px;
    top: 0;
    width: 110px;
    transition: .1s linear all;
}

output:after {
    content: '';
    border-top: 12.5px solid transparent;
    border-right: 25px solid #6f3c83;
    border-bottom: 12.5px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    transform: rotate(-90deg);
    z-index: 0;
}

.buy {
    border: 0px;
    padding: 5px 20px;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    background: #c52e59;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.44);
    letter-spacing: 2.5px;
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
    border-radius: 25px;
}

[data-sale] {
    background: #c52e59;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: none;
    margin-top: -35px;
    padding: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #c52e59;
    border-radius: 50px;
    bottom: -10px;
    line-height: 17px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    z-index: 2;
}

[data-sale] span {
    display: block;
    line-height: 15px;
    font-size: 20px;
}

[data-sale]:after {

    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .2);
    border-radius: 50px;
}

button:focus {
    outline: 0;
}

#breadcrumbs {
    margin-bottom: 20px;
}

#breadcrumbs > span {
    background: #6e7dbd;
    padding: 2px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
}

#breadcrumbs > span a {
    color: #fff;
}

.popup {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    z-index: 9999;
    right: 0;
    left: 0;
    box-shadow: -1px 8px 14px 4px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    padding-top: 5%;
    text-align: center;
    overflow-y: auto;
}

.popup_content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
    max-width: 100%;
}

.close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #3146a1;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 1.4px 5px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 2px 1px #000;
}

span.back {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ba305f;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 1.4px 5px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 2px 1px #000;
}

.popup_content > input {
    width: 100%;
    text-align: center;
    border: 1px solid gray;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.35);
    font-size: 16px;
    padding: 5px;
}

.popup_title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 25px 0 30px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #3146a1, #c42e59);
    color: #fff;
    border-radius: 10px 10px 0 0;
}

[class*="step"] {
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0px 0 20px;
}

.step1,
.step2 {
    width: 600px;
}

.step2.photos {
    width: 600px;
}

.images {
    width: 95%;
    max-width: 100%;
    margin: 0 auto 20px;
}

.images div {
    width: 100px;
    height: 100px;
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
	z-index: 1;
}

.images div.active:after {
	content: "\f004";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    margin: auto;
    font-size: 45px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #65ff65;
    background: rgba(0, 0, 0, .5);
    padding-top: 25px;
    text-shadow: 0px 0px 10px white;
}

[data-img] span:after {
    content: " Likes ";
}

[data-img] span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    direction: ltr;
    font-size: 15px;
    padding: 0 2.5px;
    border-radius: 0 5px 0 0;
	z-index: 0;
}

.boost_pack .relative:before {
    content: "הזז את הטיל לבחירת הכמות הרצויה";
    position: absolute;
    top: 70px;
    font-size: 14px;
    width: 240px;
}

@media(min-width:991px) and (max-width:1199px) {
    .card {
        min-height: 390px !important;
    }
    .boost_pack h2 {
        height: 50px;
    }
}

@media(min-width:768px) {

}

@media(max-width:480px) {
    output {
        margin-right: -25px;
    }
}

@media(max-width:340px) {
    input[type=range],.boost_pack .relative:before {
        width: 200px;
    }
}

input[name="userData"],input[name="userDataAuto"],input[name="userPhone"] {
    padding: 10px 0px;
    text-align: center;
    width: 300px;
    border-radius: 25px;
    border: 1px solid #fff;
    box-shadow: 0 1.4px 5px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-family: inherit;
    font-size: 16px;
    max-width:100%;
}

input[name="userPhone"] {
    display: block;
    margin: 0px auto 20px;
    width: 280px;
    border:2px solid #3146a1;
    color:#3146a1;
}

.popup_title .totals {
    font-size: 16px;
    font-weight: normal;
}

.popupTrems {
    margin-top: 20px;
}

.popupTrems label {
    color: #000;
}

.popupTrems label a {
    color: #000;
    text-decoration: underline;
}

[data-result] {
    margin-bottom: 15px;
    font-weight: bold;
    color: red;
}

.tremCheckBox {
    position: relative;
}

.tremCheckBox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.tremCheckBox label {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer;
}

.tremCheckBox label::before,
.tremCheckBox label::after {
    position: absolute;
    content: "";

    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/

.tremCheckBox label::before {
    height: 20px;
    width: 20px;
    border: 1px solid;
    right: 0px;
    top: 3px;
    background: #ccc;
    border-color: #ccc;
}

/*Checkmark of the fake checkbox*/

.tremCheckBox label::after {
    height: 7px;
    width: 15px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    border-color: #3146a1;
    border-radius: 18px;
    transform: rotate(-45deg);
    right: 3px;
    top: 8px;
    display: none;
}

/*Unhide on the checked state*/

.tremCheckBox label:has(input:checked)::after {
    display: block;
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/

.tremCheckBox label:has(input:focus)::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.userImage img {
    border: 2px solid #fff !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5) !important;
    margin: 0px 0 20px;
    width: 150px;
    height: 150px !important;
}

.flex.marginTop {
    margin-top: -40px;
}

.flex.marginBottom {
    margin-bottom: 20px;
}

/* Robot */

.bgpink {
    background: url('/wp-content/uploads/2018/09/bg_pink.png');
    background-size: cover;
    width: 100%;
    padding: 1em 0;
}

.bgblue {
    background: url('/wp-content/uploads/2018/09/bg_blue.png');
    background-size: cover;
    width: 100%;
    padding: 1em 0;
}

.content_user {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

.content_user h1 {
    color: #fff;
    font-size: 20px;
}

.content_user h2 {
    color: #fff;
}

.content_user img.robot-image {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}

.instaData {
    width: 250px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.instaData #followers {
    margin-right: 15px;
}

.userCCdata {
    padding: 1em 0;
}

.userCCdata span {
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
}

.userCCdata span.robot-success {
    background: #0d9f47;
}

.userCCdata span a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.addPayment {
    border-radius: 8px;
    border: 1px solid #3146a1;
    background-color: #3146a1;
    padding: 5px 10px;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    cursor: pointer;
}

.addPayment i {
    transform: rotate(-20deg);
    padding-left: 5px;
}

.Userbots {
    margin: 20px 0;
}

.robot_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

p.robot_desc {
    margin: 5px 0 10px;
    font-size: 14px
}

.robotUsers {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    max-width: 100%;
}

.robotBlock {
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    flex: 1 auto;
    margin: 0 5px;
    padding: 20px 10px;
    position: relative;
    max-width: 200px;
}

.robotBlock img {
    width: 150px;
    height: 150px;
    max-width: 100%;
    border-radius: 50%;
    border: 2px solid #c42f59;
}

.robotBlock .delete {
    color: #c42f59;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
    cursor: pointer;
}

.robotBlock h3 {
    margin: 0;
}

.addRobot {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
}

.inputRobot {
    display: block;
    border: 2px solid #c42f59;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    height: 30px;
    margin: 10px auto 0;
    width: 150px;
}

label[for="robotAdd"] {
    font-size: 14px;
}

button.btnRobot {
    background: #fff;
    margin: 10px 0;
    border: 2px solid #c42f59;
    color: #c42f59;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 11px;
    padding: 0;
    cursor: pointer;
    outline: 0;
}

button {
    outline: 0;
}

.margin-40 {
    margin: 40px auto;
}

.UserLocationTarget {
    border: 2px solid #c42f59;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    height: 30px;
}

.robotPrice-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.robotPrice-popup-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.41);
    padding: 20px;
}

.robotPrice-popup-content .close {
    top: 5px;
    right: 5px;
}

.robotPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 10px;
}

.robotPopup-content {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.41);
    width: 980px;
    height: 520px;
    background: url(/wp-content/uploads/2019/01/DigitalRobotPopup.png);
    background-color: #fff;
    max-width: 100%;
    padding: 10px;
}

.robotPopup-content input {
    text-align: center
}

.robotPopup-content .close {
    top: 5px;
    right: 5px;
}

@media (max-width:768px) {
    .robotUsers {
        flex-direction: column;
        align-items: center;
    }
    .robotBlock {
        margin: 20px 0;
        width: 250px;
        max-width: 100%;
    }

}

/* Cant be rewirte */

.hidden {
    display: none;
}

.elementor-location-header [class*="icon-"]:not(.icon-autolikes) a:before {
    font-family: "Font Awesome 5 Brands";
    position: relative;
    background-color: transparent !important;
    height: auto;
    opacity: 1 !important;
    display: inline-block;
    margin-left: 10px;
    line-height: 2px;
    font-weight: 400;
}

.icon-facebook > a:before {
    content: "\f09a";
}

.icon-instagram > a:before {
    content: "\f16d";
}

.icon-tiktok > a:before {
    content: " ";
    background-image: url(https://digitalboost.co.il/wp-content/uploads/2020/02/tiktok-white.svg);
    width: 15px !important;
    height: 15px !important;
    background-repeat: no-repeat;
}
.icon-threads > a:before {
    content: " ";
    background-image: url(https://digitalboost.co.il/wp-content/uploads/2023/07/threads-logo-small.svg);
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
}

.robot-instagram-manage > a:before {
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    position: relative;
    background-color: transparent !important;
    height: auto;
    opacity: 1 !important;
    display: inline-block;
    margin-left: 10px;
    line-height: 2px;
    font-weight: 900;
}

.icon-youtube > a:before {
    content: "\f167";
}
.icon-autolikes > a:before {
    position: relative;
    background-color: transparent !important;
    height: auto;
    opacity: 1 !important;
    display: inline-block;
    margin-left: 10px;
    line-height: 2px;
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 900;
}


.robot-instagram > a:before {
    content: "\f135";
    font-family: "Font Awesome 5 Free";
    position: relative;
    background-color: transparent !important;
    height: auto;
    opacity: 1 !important;
    display: inline-block;
    margin-left: 10px;
    line-height: 2px;
    font-weight: 900;
}

/* .my-account {
    background-image: url(/wp-content/uploads/2018/09/bg_pink.png);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 0px;
} */

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
    background: #fff;
}
[data-loader-text], .IG-loader {
    display: block;
}
@media (max-width:600px) {
	.robotPrice-popup {
		display:block;
	}
}

.hidden { display:none }