/*
for url /vignettes/buy/select
*/
.vignette-modal-error > div:nth-of-type(1) {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.vignette-modal-error > div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.vignette-modal-error > div:nth-of-type(3) {
    text-align: center;
}

.vignette-category-svg {
    margin-left: 7px;
    margin-bottom: 4px;
}

.vignette-content-wrapper {
    margin-left: 80px;
    margin-right: 80px;
}

.vignette-type-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vignette-type-wrapper > div {
    margin-top: 5%;
    margin-bottom: 2%;
}

.vignette-type-inner-wrapper {
    border: 1px solid black;
    overflow: auto;
    cursor: pointer;
    height: 78px;
}

.vignette-type-inner-wrapper > div:nth-of-type(1) {
    border-right: 1px solid black;
    height: 76px;
}

.vignette-type-inner-wrapper > div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.vignette-type-inner-wrapper > div > span {
    margin-top: 15px
}

.vignette-type-inner-wrapper > div > button {
    margin-top: 15px
}

.vignette-type-description {
    margin-top: 2%;
    color: #595959;
    font-size: 1.5rem;
}

.vignette-type-clicked {
    background-color: black;
    color: white;
}

/*individual vignette boxes*/
@media only screen and (max-width: 1025px) {
    .vignette-available-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

@media only screen and (min-width: 1026px) {
    .vignette-available-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 38px;
    }
}

.vignette-available-wrapper > div {
    border: 1px solid black;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}

.vignette-price {
    text-align: center;
}

.vignette-type-box:hover {
    background-color: black;
    color: white;
    fill: white;
}

.vignette-type-box:hover .img-holder {
    border-right: 1px solid white;
}

.vignette-price > span:nth-of-type(1) {
    font-weight: bold;
    font-size: 35px;
}

.vignette-price > span:nth-of-type(2) {
    font-size: 16px;
}

.vignette-duration {
    text-align: center;
    font-size: 24px;
    padding: 0;
}

.vivacom-icon.icon-calendar:hover {
    cursor: pointer;
}

/*form css*/
#vignetteForm {
    margin-top: 5%;
    margin-bottom: 5%;
}

.vignette-form-label-wrapper {
    display: flex;
    justify-content: flex-start;
}

.vignette-form-label-wrapper > label {
    padding-left: 8px;
}

.vignette-form-msisdn {
    display: flex;
    justify-content: flex-start
}

.vignette-terms-and-conditions-wrapper {
    margin-top: 2%;
}

.vignette-terms-and-conditions-wrapper > div > label {
    position: relative;
    top: 8px;
}

.vignette-terms-and-conditions-wrapper > div > span:nth-last-of-type(1) {
    text-decoration: underline;
}

.vignette-form-btn-white {
    color: black;
    border: 1px solid black;
    background-color: white;
}

.vignette-form-btn-white:hover {
    background-color: black;
    color: white;
}

.vignette-content-wrapper button {
    margin-top: 3%;
}

/*banner*/
.vignette-banner-widget {
    margin-bottom: 5%;
}

/*
for url /vignettes/check
*/
.vignette-check-form-margin {
    margin-top: 2%;
}

.vignette-check-description {
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
}

.vignette-check-buy-redirect-wrapper {
    background-color: #f2f2f2;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.vignette-check-buy-redirect-wrapper > div:nth-of-type(1) {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}

/*
for url /vignettes/check/result
*/
.vignette-check-result-title-success {
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
}

.vignette-check-result-title-success > span {
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
    color: #0033ff;
}

.vignette-check-result-title-error {
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
}

.vignette-check-result-title-error > span {
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
    color: #ff4456;
}

.vignette-icon-mail {
    background-image: url('../img/mail.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}
.vignette-icon-car {
    background-image: url('../img/car-black.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.vignette-icon-phone {
    background-image: url('../img/mobile-phone.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.member-of-ug-png {
    background-image: url('../img/member-of-UG.png');
    background-repeat: no-repeat;
    width: 250px;
    height: 50px;
}

.accessibility-png {
    background-image: url('../img/accessibility.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.vignette-icon-close-x-in-circle-thick-red-full {
    background-image: url('../img/close-ic-red.png');
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}

.vignette-check-result-cell-image {
    display: flex;
    align-content: flex-start;
    column-gap: 10px;
    margin-bottom: 1.5%;
}

.vignette-check-result-cell-image > div:nth-of-type(2) {
    padding-top: 10px;
}

.vignette-check-result-cell-text {
    display: flex;
    align-content: flex-start;
    column-gap: 10px;
    margin-bottom: 1.5%;
}

.vignette-check-result-cell-text > div:nth-of-type(1) {
    padding-left: 15px;
}

.vignette-check-result-cell-info > div:nth-of-type(1) {
    color: #909090;
    font-size: 16px;
}

.vignette-check-result-cell-info > div:nth-of-type(2) {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.vignette-check-result-cell-info-date {
    margin-bottom: 15px;
}

.vignette-check-result-success-circle {
    width: 20px;
    height: 20px;
    background-color: #0033ff;
    display: inline-block;
    border-radius: 20px;
}

.vignette-check-result-error-circle {
    width: 20px;
    height: 20px;
    background-color: #ff4456;
    display: inline-block;
    border-radius: 20px;
}

/*vignettes/buy/confirm*/
.vignettes-buy-confirm-small-text {
    font-size: 16px;
}

/* last page css */
.finalize-message-container-status {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 85%;
    text-align: center;
    border-radius: 7px;
    padding: 20px;
    margin-top: 25px;
}

.finalize-message-container-success-message-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin-top: 15px;
    width: 80%;
}

.font-bold {
    font-weight: bold;
}

.vignette-margin{
    margin-top: 3px;
    margin-left: 10px;
}

.vignette-margin-text-left{
    margin-bottom: 0 !important;
    margin-left: 8px;
}

.font-size-22{
    font-size: 22px;
}

.vignette-info-label {
    font-size: 60%;
    color: #595959;
}

.margin-right-8 {
    margin-right: 8px;
}

.success-vignette-message {
    color: white;
    background: #0033ff;
}

.error-vignette-message {
    color: white;
    background: #ff4456;;
}

.error-vignette-text h1 {
    color: #ff4456;;
}
.padding-top-4 {
    padding-top: 4px;
}
.padding-left-8 {
    padding-left: 8px !important;
}
/* last page css */
#PayBannerMobile {
    display: none;
}
@media (max-width: 568px){
    #PayBannerWeb {
        display: none;
    }
    #PayBannerMobile {
        display: block;
    }
    .step-progress-bar-text {
        width: 100% !important;
    }
    .responsive-text {
        font-size: 90%;
    }
    .vignette-content-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
    .four-step-progress-bar-wrapper .step-progress-bar-timeline-holder-vignette{
        width: 100%;
        max-width: 100%;
    }
    .un-active-step{
        display: none;
    }
    .active-step{
        display: block;
    }
    .four-step-progress-bar-wrapper-wrapper {
        padding: 0 0 0 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .vignette-type-inner-wrapper > div:nth-of-type(1) {
        border-right: none !important;
    }
    .vignette-type-responsive-box {
        margin-left: 16.66666667%;
        width: 66.66666667%;
    }
    .vignette-available-wrapper {
        padding: 20px 0 20px 0
    }
    .country-dropdown{
        padding-bottom: 8px;
    }
}
@media (max-width: 319px) {
    .vignette-category {
        font-size: 90%;
        padding-left: 0;
        padding-right: 0;
    }
}