:root {
    --mp-result-border-radius: 10px
}

#gift-content.emptyContainer {
    background-color: #f0f0f0;
    border-radius: 10px!important;
    box-shadow: none!important;
    color: #214570;
    min-height: 30rem
}

#gift-content .error-exclamation {
    aspect-ratio: 1;
    background: hsla(0, 0%, 84%, .45);
    border-radius: 100%;
    font-size: 1.5rem;
    padding: 1rem
}

.gifts-card-left-bg:after {
    background-image: url(../images/gift-left-leaf.svg);
    background-repeat: no-repeat;
    background-size: 220px;
    content: "";
    height: 220px;
    inset-block-start: 500px;
    inset-inline-end: -200px;
    position: absolute;
    width: 200px;
    z-index: -1
}

#gift-templates,
.gift-occasions {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

#gift-templates::-webkit-scrollbar-thumb,
#gift-templates::-webkit-scrollbar-track,
.gift-occasions::-webkit-scrollbar-thumb,
.gift-occasions::-webkit-scrollbar-track {
    background: none
}

.gift-occasion-item {
    margin-block-end: 30px;
    margin-inline-end: 30px;
    position: relative
}

.gift-occasion-item img {
    border-radius: 35px;
    box-shadow: 0 0 0 2px #ccc;
    height: 180px;
    width: 145px
}

.gift-occasion-item:after {
    background-repeat: no-repeat;
    background-size: 60px;
    content: "";
    height: 65px;
    inset-block-end: -7px;
    inset-inline-end: -22px;
    position: absolute;
    width: 55px
}

.gift-occasion-item.gift-occasion-item--active img {
    box-shadow: 0 0 0 2px rgb(62 124 105);
}

.gift-occasion-item.gift-occasion-item--active:after {}

.donation-type-item {
    color: #21446f;
    margin-block-end: 20px;
    margin-inline-end: 20px;
    transition: background-color .3s;
    width: 120px
}

.donation-type-item img {
    max-height: 41px;
    max-width: 41px
}

.donation-type-item--active {
    background-color: rgb(62 124 105);
    color: #fff
}

.gift-thumbnail {
    margin-inline-end: 20px
}

.gift-thumbnail,
.gift-thumbnail img {
    box-shadow: none!important;
    outline: none!important
}

.gift-thumbnail img {
    border: 2px solid #dee2e6;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.gift-thumbnail.active-thumbnail img {
    border: 3px solid rgb(62 124 105)
}

.gift-color__item {
    margin-inline-end: 50px;
    position: relative
}

.gift-color__item label {
    border-radius: 50%;
    height: 40px;
    transition: box-shadow .2s;
    width: 40px
}

.gift-color__item.gift-color__item--active label {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgb(62 124 105)
}

.image-preview-popup {
    border: 2px solid #ccc;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    max-height: 70vh;
    max-width: 100%;
    width: auto!important
}

span.error {
    color: #dc3545;
    font-size: 13px
}

.nav-link {
    color: rgb(62 124 105)
}

.nav-pills .nav-link.active {
    background-color: rgb(62 124 105);
    color: #fff
}

.nav-link:focus,
.nav-link:hover {
    color: rgb(62 124 105)
}

@media(min-width: 768px) {
    .gift-thumbnail img {
        height: 200px;
        width: 150px
    }
}

@media(max-width: 767px) {
    #gift-templates,
    .gift-occasions {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }
    .gift-thumbnail {
        width: 210px
    }
    .gift-occasion-item,
    .gift-thumbnail {
        flex-shrink: 0;
        scroll-snap-align: center
    }
    .gift-occasion-item {
        margin-block-end: 0
    }
    .image-preview-popup {
        max-height: 60vh
    }
    .donation-type-item {
        margin-block-end: 8px;
        margin-inline-end: 8px;
        width: 95px
    }
}