html, body{
    height: 100%;
}
body {
    background: #2B58CA;
}
.list-body {
    background: #F2F6FF;
    line-height: normal;
}
.list-body h2 {
    margin-top: 70px;
}
.list-body h2.list-title {
    margin: 70px 0 10px 0;
    text-align: left;
}
.share-head {
    background: #2B58CA;
}

.share-head .logo{
    margin-bottom: 30px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.btn-primary {
    color: #ffffff;
    background: #F9AD03;
    line-height: 54px;
    border-radius: 36px;
    font-size: 18px;
    padding: 0 10px;
}

div.deal-title,
h1.deal-title {
    color: #393939;
    font-size: 18px;
    margin-bottom: 4px;
}
div.deal-agency,
h2.deal-agency {
    color: #2B58CA;
    font-size: 14px;
    margin-bottom: 4px;
}

div.deal-title {
    font-weight: 700;
}
div.deal-agency {
    font-weight: 500;
}

.deal-preview .btn-primary {
    margin-top: 20px;
}

.deal-preview .logo {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.deal-details {
    color: #8E94A3;
    font-size: 14px;
    margin-bottom: 0px;

}
.deal-preview .deal-card {
    width: 300px;
    height: 300px;
}

.deal-item {
    /*width: 300px;*/
    /*margin: 20px 5px;*/
    transition: transform .2s;
}
.deal-item:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.deal-card {
    /*width: 300px;*/
    /*height: 300px;*/
    background: #D9D9D9;
    padding: 0;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    filter: drop-shadow(0px 10px 10px rgba(139, 162, 196, 0.25));
}

.deal-paging {
    background: #2B58CA;
    color: #FFFFFF;
    font-size: 90px;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.justify-content-center {
    justify-content: center;
}
.deal-paging i:hover{
    text-decoration: none !important;

}
.store-links {
    width: 300px;
    margin-top: 20px;
}
.card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.deal-card-body {
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;

}

.agency-card-body {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    width: 140px;
    height: 140px;
    text-align: center;
}
.agency-card-body img{
    max-height: 100%;
    max-width: 100%;
    width: 100px;
}

.deal-price {
    text-align: center;
    font-size: 18px;
    background: #2B58CA;
    border-radius: 12px;
    padding: 3px 15px;
    color: #ffffff;
    font-weight: bold;
    right: 15px;
    top: -20%;
}

.deal-price span{
    font-size: 9px;
    display: block;
    font-weight: normal;
}

/**/
.plus {
    padding: 0 30px;
    font-size: 50px;
    color: #ffffff;
}
.partner-logo {
    width: 150px;
    height: 150px;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: -45px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20);
    padding: 10px;
}
.partner-logo a{
    padding: 0;
    margin: 0;
}
.modal-body * {
    line-height: normal;
}
.modal-body {
    background: #ffffff;
}
.modal-body .deal-title {
    font-size: 25px;
    margin-top: 20px;
}

.modal-body h2 {
    font-size: 18px;
    margin: 5px 0px 5px;
    text-align: left;
}
.modal-body .deal-price {
    top: 20px;
    font-size: 15px;
    font-size: 20px;
    border-radius: 12px;
    padding: 8px 10px;
}

.modal-body p {
    margin-top: 30px;
    margin-bottom: 90px;
}
.btn-download {
    background: url("../assets/images/site/download.svg") left center no-repeat;
    padding: 0 40px;
    font-weight: 700;
    color: #2B58CA;
}
.btn-download:hover {
    color: #2B58CA;
    opacity: 0.7;
}

.modal-body .deal-price span{
    font-size: 10px;

}
.modal-body .download-button {

    /*position: absolute;*/
    bottom: 10px;
    /*right: 10px;*/
    /*left: 10px;*/
    /*margin: 40px 0;*/

}

.modal-body .deal-text {

}

.download-button .btn{
    height: 40px;
    line-height: 40px;

}


.message-card {
    /*text-align: center;*/
    width: 300px;
    background: #ffffff;
    padding: 20px;
    border: 0;
    border-radius: 12px;
    filter: drop-shadow(0px 10px 10px rgba(139, 162, 196, 0.25));
}
