html,
body {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #191919;

    scroll-behavior: smooth;
    scroll-padding-top: 10px;
}
body {
    max-width: 1080px;
    margin: 0 auto;
}
body > * {
    opacity: 1;
    transition: all .2s;
}
.logo {
    padding: 40px 0px 20px 0px;
    max-height: 180px;
}
.logo img {
    max-width: 170px;
    object-fit: cover;
}

/* loading */
.loading > * {
    opacity: 0;
}
.loader {
    display: none;
    opacity: 1 !important;
}
.loading .loader {
    display: flex !important;
}
.loader {
    position: absolute !important;
    top: 50%;
    left: 50%;
    color: #ED1E79;
    font-size: 10px;
    margin: 0px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 123;
}
@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}




/* card */
.card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
    padding-bottom: 100px;
    gap: 40px;
}

.card-wrap-left {
    width: calc(60% - 20px);
}

.card-wrap-right {
    width: calc(40% - 20px);
}

.card {
    width: 100%;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
}

.card-title {
    display: flex;
    align-items: center;
}

.card-title p {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}

.card hr {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    border: unset;
    height: 1px;
    background-color: #ededed;
    margin: 30px 0px;
}

/* card field row  */
.card-title {
    margin-bottom: 33px;
}

.card-field-row:last-child {
    margin-bottom: 0px;
}

.card-field-row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.card-field-row .card-field+.card-field {
    margin-left: 20px;
}

/* card field */
.card-field {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-field label {
    font-size: 13px;
    padding: 0px 0px 5px 5px;
    font-weight: 500;
    color: #777777;
}

.card-field input, #c_stripe, .card-field .select {
    outline: 0;
    border: 1px solid #e7e2e2;
    border-radius: 8px;
    height: 40px;
    font-size: 17px;
    padding: 0px 10px;
    color: #191919;
    background-color: #ffffff;
}

.card-field input:focus {
    border: 2px solid #ED1E79;
}
.card-wrap-left .card:not(:last-child),
.card-wrap-right .card:not(:last-child) {
    margin-bottom: 20px;
}

/* select field */
.card-field .select {
    position: relative;
    padding: 0px;
    width: 100%;
}
.select-focus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: 0;
}
.card-field select {
    position: relative;
    z-index: 1;
    width: calc(100% - 10px);
    height: 100%;
    border: 0;
    padding: 0px 10px;
    font-size: 17px;
    color: #191919;
    background-color: #ffffff;
    border-radius: 8px;
}
.card-field select:focus {
    outline: 0;
}
.card-field select:focus + .select-focus {
    outline: 2px solid #ED1E79;
}
.card-field-checkbox {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    margin-top: -15px;
    margin-bottom: 15px;
}
.card-field-checkbox input {
    transform: scale(1.8);
    margin-right: 15px;
    margin-left: 10px;
}

.card-field-checkbox label {
    padding: 0px;
}

/* stripe field */
#c_stripe {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* card loading */
.card-loading {
    position: relative;
    overflow: hidden;
    cursor: wait;
}
.card-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    cursor: wait;
    opacity: 0.4;
    z-index: 123123123;
}

.card-disable {
    position: relative;
    overflow: hidden;
    cursor: not-allowed;
}
.card-disable::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.6;
    z-index: 123123123;
}

/* custom cards */
.card-client-info {}

.card-checkout {}

.card-billing {
}
.card-telephonic-account {
}
.card-yournumber {
}
.card-orderinfo {
}

/* card button */
.card button {
    width: 100%;
    height: 45px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ED1E79;
    border: unset;
    letter-spacing: 1px;
    cursor: pointer;
}

[clickable] {
    transform: scale(1);
    transition: all .05s;
}

[clickable]:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

[clickable]:active {
    transform: scale(1);
    opacity: 0.9;
    transition: all .01s;
}


/* plan picker */
.card-plan-picker {
    display: flex;
    flex-direction: column;
    margin: 0px;
    gap: 15px;
}

.card-plan-picker-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
}

.card-plan-picker-item[selected] {
    outline: 3px solid #ED1E79;
}

.card-plan-picker-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ED1E79;
    opacity: 0.04;
    z-index: 0;
}

.card-plan-picker-item[selected]:hover::before {
    opacity: 0.04;
}

.card-plan-picker-item[selected]:hover {
    transform: scale(1) !important;
}

.card-plan-picker-item:hover::before {
    opacity: 0.07;
}

.card-plan-picker-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #ffffff;
    margin-right: 15px;
    border-radius: 8px;
    z-index: 1;
}

.card-plan-picker svg path {
    fill: #ED1E79;
    background-color: #ffffff;
}

.card-plan-picker-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card-plan-picker-info p:nth-child(1) {
    font-weight: 600;
    color: #191919;
    font-size: 17px;
}

.card-plan-picker-info p:nth-child(2) {
    font-weight: 400;
    color: #777;
    font-size: 14px;
}


/* number picker */
.card-number-picker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    margin-top: 30px;
}

.card-number-picker::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ED1E79;
    opacity: 0.04;
    z-index: 0;
}

.card-number-picker-info p:nth-child(1) {
    font-weight: 600;
    color: #191919;
    font-size: 17px;
    padding-left: 10px;
}

.card-number-picker-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 8px;
    z-index: 1;
}

.card-number-picker svg path {
    fill: #ED1E79;
    background-color: #ffffff;
}

.summary {
    width: 100%;
}
.summary-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}
.summary-data:not(:first-child) {
    margin-top: 15px;
}
.summary-title {
    font-size: 15px;
    font-weight: 500;
}
.summary-title-lg {
    font-size: 20px;
}
.summary-description {
    font-size: 13px;
    color: var(--textLight);
}
.summary-result {
    opacity: 0.8;
}

.field-error[type=text], .field-error[type=password] {
    border: 2px solid #fb8080;
}

.card-info-p {
    font-size: 13px;
    opacity: 0.5;
    font-weight: bold;
}

/* message */
.message-area {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    z-index: 100000000000;
}
.message {
    position: absolute;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 2px 8px 0 rgb(99 99 99 / 20%);
    border-radius: 12px;
    padding: 20px;
    top: 0px;
    opacity: 0;
    transition: all .2s ease;
}
.message p {
    font-weight: 500;
    opacity: 0.8;
    padding-top: 1px;
    line-height: 150%;
}
.message-animate {
    top: 65px;
    opacity: 1;
}
.message-error {
    border-left: 5px solid red;
}
.message-error svg {
    fill: red;
    margin-right: 20px;
}
.message-success {
    border-left: 5px solid green;
}
.message-success svg {
    fill: green;
    margin-right: 20px;
}


/* small screen */
@media (max-width: 1200px) {
    body {
            padding: 0px 20px;
    }
}

/* tablet */
@media (max-width: 980px) {
    .card-wrap {
        flex-direction: column;
        align-items: center;
    }
    .card-wrap > * {
        width: 90%;
    }
}

/* mobile */
@media (max-width: 660px) {
    body  {
        padding-bottom: 150px;
    }
    .logo {
        padding: 20px 0px 10px 0px;
    }
    .card-wrap > * {
        width: 100%;
    }
    .card-wrap {
        gap: 20px;
    }
    .card-field-row {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .card-field-row .card-field+.card-field {
        margin-left: 0px;
    }
    .card-field-row .card-field {
        margin-bottom: 20px;
    }
    .message {
        width: calc(100% - 40px);
    }
    *  {
        scroll-padding-top: 50px;
    }
}