/* shop form */

.map-container__layer {
    background-color: rgb(206, 254, 255, 0.2) !important;
}

.login-btn {
    display: block;
    background: #7ac142;
    width: 11em;
    margin: 1em auto;
    color: white;
    padding: 1em;
    border-radius: 1em;
}

a.shop-panel-but.shop-new-shop {
    float: left;
    margin-top: -3em;
    background: transparent;
    color: #5e5e5e;
}

.login-btn:hover {
    display: block;
    background: #83c056;
    color: white;
}

.pay-status {
    background-color: rgb(203 203 203);
    color: #505050;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 0.2em;
    font-weight: bold;
}

.pay-status.payed {
    background-color: rgb(79, 173, 84);
    color: white;
}

.pay-status.payed svg {
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.5em;
}

.row input.btn-submit,
.row .shop-new-add,
button.pay.btn-submit {
    width: 50%;
    background: green;
    background: linear-gradient(45deg, #43bb5e, #23a68c);
    display: block;
    border: none;
    margin: 1em auto;
    color: white;
    padding: 0.5em 1em;
    cursor: pointer;
}

.shop-panel-but {
    display: inline-block;
    background-color: pink;
}

.shop-products-dash-title {
    margin: 1em 0;
    padding: 0 0.5em;
}

.shop-register-form .rejected-fields {
    background: #fff;
    padding: 2em;
    border-radius: 0.3em;
    margin-bottom: 2em;
    border-right: 7px solid #e37070;
    box-shadow: 0 0 1em #e1e1e1;
    display: none;
}

.shop-register-form .rejected-fields::before {
    content: "";
    width: 3em;
    height: 3em;
    background-image: url(../img/close-circle.svg);
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 3em;
    top: 3em;
}

span.rejected-field {
    background: #e37070;
    padding: 0.3em 2em;
    border-radius: 2em;
    color: white;
    margin: 1em 0 0;
    display: inline-block;
    margin-left: 0.6em;
    cursor: pointer;
}

a.shop-panel-but.shop-new-add {
    /* background: white;
    color: gray;
    border: 2px solid gray;*/
    border-radius: 3em;
    width: 47%;
    position: absolute;
    left: 1em;
    top: 1em;
}
.row .teke-progress {
    display: none;
    width: 50%;
    margin: 1em auto;
    height: 1em;
    background: #dedede;
    position: relative;
}

.row .teke-progress .bar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #43bb5e;
    background: linear-gradient(45deg, #43bb5e, #23a68c);
    border-radius: 1em;
    width: 50%;
}

.shop-business-license {
    display: none;
}

.form-group.invalid * {
    color: red;
}

.ltr-field {
    direction: ltr;
}

.form-group.invalid > .col-form-label::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 1em;
    background-color: red;
    display: inline-block;
    vertical-align: middle;
    animation: blink 500ms infinite alternate;
    margin-left: 0.5em;
}

.form-group.invalid input,
.form-group.invalid textarea {
    border: 1px solid red;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.image-selector {
    cursor: pointer;
}

.image-selector input {
    display: none;
}

.image-selector label {
    cursor: pointer;
    margin: 0;
}

.image-selector img {
    display: none;
    padding: 1em;
    background: white;
    border: 2px dashed #d8d8d8;
    border-bottom: 0;
}

.editing-shop .image-selector img {
    display: block;
    width: auto;
}

.image-selector p.col-form-label {
    margin-bottom: 0.8rem;
}

.image-selector .file-name {
    background: white;
    border: 2px dashed #bdbdbd;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-padding-botom {
    padding: 1em 0;
}

.teke-card-box {
    text-align: center;
    background: white;
    border-radius: 1em;
    padding: 3em;
    max-width: 50vw;
    margin: 0 auto;
    box-shadow: 0 0 2em #e8e8e8;
    position: relative;
}

.teke-card-box::after {
    content: "";
    display: block;
    width: 6em;
    height: 0.5em;
    background-color: #7ac142;
    margin: 2em auto 0;
    border-radius: 1em;
}

.pay-box.teke-card-box::after {
    background-color: #27a887;
}

.pay-box svg {
    transition: 500ms ease-in-out;
}

.pay-box:hover svg {
    color: #27a887;
}

.teke-card-box.error::after {
    background-color: #ea2d3f;
}

button.pay.btn-submit {
    margin: 2em auto;
    border-radius: 0.1em;
}

.teke-card-box h1 {
    font-weight: bold;
    margin-bottom: 0.6em;
}

.teke-card-box svg {
    margin: 1em auto 2em;
    width: 100px;
    height: 100px;
}

.teke-card-box svg.checkmark {
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
    position: relative;
}

.teke-card-box .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4px;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.teke-card-box .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

/* //dash */
.shop-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.shop-dash h1 {
    width: 100%;
}

.teke-card-box.shop-panel-box {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 1.5em;
    margin: 1em 0.5em;
    border-top: 1em solid #3cb669;
}

.teke-card-box.shop-panel-box svg {
    margin: 0;
    width: 3em;
    height: auto;
    left: 2em;
    top: 1em;
}

.compact .teke-card-box.shop-panel-box svg {
    width: 2em;
}

.compact .teke-card-box .no-wrap {
    padding: 1em 0 0 0;
}

h1.shop-dash-title {
    font-weight: bold;
    margin: 1em 0;
    padding: 0 0.4em;
}

.teke-card-box.shop-panel-box::after {
    content: "";
    display: block;
    width: 2em;
    height: 1em;
    background: linear-gradient(45deg, #43bb5e, #23a68c);
    margin: 2em auto 0;
    border-radius: 1em;
    position: absolute;
    left: 1em;
    top: -1em;
}

.teke-card-box.shop-panel-box.settings::after {
    display: none;
}

.row .no-wrap {
    white-space: nowrap;
    width: auto;
    padding: 1em 0;
}

.row .no-wrap .shop-panel-but {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #676767;
    padding: 0.1em 1em;
}

.row .shop-panel-but {
    display: inline-block;
    text-align: center;
    border-radius: 1em;
}

button.plan-button[disabled] {
    opacity: 0.5;
}

.row .shop-panel-but:hover {
    color: rgb(56, 56, 56);
}

a.go-back-but {
    color: green;
    display: inline-block;
    padding: 0.2em 2em;
    border: 1px solid;
    margin: 0 1em;
    border-radius: 2em;
}

p.shop-panel-title {
    font-size: 0.8em;
    margin: 0.4em 0 0;
}

.shop-panel-data {
    text-align: right;
    font-size: 2em;
    color: #5e5e5e;
    font-weight: bold;
}

.compact .shop-panel-data {
    padding: 0;
}

.teke-card-box .pay-status {
    background-color: white;
    text-align: right;
    color: inherit;
    padding: 0;
}

/* plans */
.shop-plan.teke-card-box {
    max-width: 21em;
    margin: 1em auto !important;
    padding: 1em;
}

.shop-plan.teke-card-box::after {
    position: absolute;
    left: 0;
    width: 0.3em;
    height: 3em;
    top: 1em;
}

.shop-plan.teke-card-box p {
    line-height: 2em;
}

.shop-plan.teke-card-box .plan-icon {
    position: relative;
}

.shop-plan.teke-card-box .plan-icon::after {
    content: "";
    width: 3em;
    height: 3em;
    background-color: #353535;
    display: block;
    position: absolute;
    left: 49%;
    top: 43%;
    z-index: 1;
    opacity: 0.1;
    border-radius: 100%;
}

.shop-plan.teke-card-box .plan-icon svg {
    width: 5em;
    height: auto;
    vertical-align: middle;
    margin: 1em 0;
}

.shop-plan.teke-card-box svg {
    width: 1em;
    height: auto;
    vertical-align: middle;
    margin: 0 0.4em;
}

.shop-plan.teke-card-box p.price {
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5em;
    margin-bottom: 1.4em;
}

.shop-plan.teke-card-box span {
    vertical-align: middle;
}

button.plan-button {
    background: #23a68c;
    background: linear-gradient(45deg, #43bb5e, #23a68c);
    border: none;
    padding: 0.3em 3em;
    border-radius: 1em;
    color: white;
    cursor: pointer;
    line-height: 1em;
}

.teke-card-box .pay-status svg {
    display: none;
}

.shop-info-wrapper-title {
    display: flex;
    vertical-align: middle;
    line-height: 1em;
}

.shop-user-info {
    border-radius: 1em;
    background-color: white;
    /* box-shadow: 0 0 1em 0 0 6em #ebebeb; */
    box-shadow: 0 0 3em #ebebeb;
    max-width: 50vw;
    margin: 0 auto;
    padding: 2em;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 50px #7ac142;
    }
}

.shop-data-col {
    word-wrap: break-word;
    padding: 1em;
    line-height: 1.8;
    border-bottom: 1px solid #e8e8e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-info-wrapper-title svg {
    width: 2em;
    color: #262626;
    height: auto;
    vertical-align: middle;
    margin-left: 1em;
}

/* .shop-data-col:nth-child(even) {
	border-right: 1px solid #e1e1e1;
} */
.shop-data-col:last-child {
    border-bottom: 1px none;
}

.shop-info-title {
    font-weight: bold;
}

.col-md-6.responsive-padding.shop-data-col:before {
    content: "";
    display: inline-block;
    width: 1.5em;
    background: #e7e7e7;
    height: 1em;
    vertical-align: middle;
    margin: 0 0 0 0.2em;
    font-size: 0.4em;
}

.image-col {
    line-height: 1em;
    white-space: normal;
}

.image-col b {
    display: block;
    padding: 1em 0;
}

@media screen and (max-width: 1200px) {
    .compact .teke-card-box .no-wrap {
        padding: 1em 0 0 0;
        white-space: normal;
    }

    .compact .teke-card-box .no-wrap a {
        width: 48%;
        margin: 0.4em 0;
    }

    .teke-card-box.shop-panel-box.small-box {
        min-height: 17em;
        padding-top: 3em;
    }
}

@media screen and (max-width: 900px) {
    .teke-card-box.shop-panel-box.small-box {
        min-height: auto;
        padding-top: 1.5em;
    }

    .teke-card-box {
        max-width: 80vw;
    }

    section.shop-user-info {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 1em;
    }

    .shop-data-col {
        line-height: 3em;
    }
}

@media screen and (max-width: 500px) {
    a.shop-panel-but.shop-new-shop {
        float: none;
        text-align: center;
        width: calc(100% - 2em);
        display: block;
        background: #3cb669;
        color: white;
        border-radius: 1em;
        padding: 0.41em;
        font-size: 0.8em;
        margin: 0 auto;
    }

    .compact .teke-card-box .no-wrap a {
        width: 100%;
        margin: 0.4em 0;
    }

    .teke-card-box {
        max-width: 80vw;
    }

    .teke-card-box h1 {
        font-size: 1.5em;
    }

    .shop-register-form .rejected-fields {
        padding-top: 2em;
        text-align: center;
        margin-bottom: 2em;
    }

    .shop-register-form .rejected-fields::before {
        left: auto;
        top: auto;
        position: relative;
        display: block;
        width: 100%;
        background-position: center center;
        background-size: 3em;
        background-repeat: no-repeat;
        margin-bottom: 1em;
    }

    span.rejected-field {
        border-radius: 0.5em;
    }
}
