﻿.button-wrap {
    display: inline-table;
}

.text-orange {
    color: #fddf78 !important;
}

.text-darkorange {
    color: #937b2c !important;
}

.text-align-center {
    text-align: center !important;
}

a.link-offer-details {
    font-size: 0.6em;
    vertical-align: middle;
}

.swiper-offer-text-1 {
    color: steelblue;
    border: 0.6px solid steelblue;
    padding: 0.5em;
    margin-top: 1.5em !important;
    border-radius: 4px;
}

@media (min-width: 1600px) {
    .swiper-slider-6 .swiper-slide-caption {
        padding-bottom: 105px;
    }
}

#divOfferDetails {
    /*padding-bottom : 0px !important;*/
}

    #divOfferDetails .container {
        background-color: aliceblue;
        padding: 4em;
        border: 0.5px solid #ddd2a7;
        border-radius: 2px;
    }

.swiper-slider-5 {
    min-height: unset;
}

.margin-top-5em {
    margin-top: 5em;
}

.stepper input, .stepper input[type="number"] {
    background: #fff;
    border-color: #ced4da;
}

ul.benefit-list {
    list-style: disc;
}

    ul.benefit-list li {
        display: list-item;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: left;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    text-align: left;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }


.calc-entry {
    display: table;
    width: 100%;
    height: 2rem;
    border-bottom: 1px solid lightgrey;
}

    .calc-entry.borderless {
        border-bottom: none;
    }

    .calc-entry span {
        display: table-cell;
        vertical-align: middle;
    }

    .calc-entry small {
        display: table-cell;
        vertical-align: middle;
    }

    .calc-entry .description {
        width: 75%;
        text-align: left;
    }

    .calc-entry .value {
        width: 25%;
        text-align: right;
    }

.swiper-title-2 .swiper-title-2-1 {
    font-size: 80%;
    color: beige;
    font-weight: 400;
    padding-bottom: 0.2em;
    display: block;
}

.swiper-title-2 .swiper-title-2-2 {
    font-size: 90%;
    color: #e1e1a2;
    font-weight: 400;
    padding-bottom: 0.2em;
    display: block;
}

.label {
    border: 1px solid #000;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.link-play-creative .icon {
    font-size: 50px;
}
.context-dark .card-corporate, .bg-gray-dark .card-corporate, .bg-primary .card-corporate {
    color: #fcf9f9c2;
}