body {
    background: #f7f7f7;
    position: relative;
}

::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-thumb{
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #808080;
}
::-webkit-scrollbar-track{
    background-color: transparent;
}

.navbar-light .navbar-toggler {
    border: none !important;
}

.heading {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 300;
    color: rgba(0,0,0,.9);
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.card {
    border-radius: 1.5rem;
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(1.5rem - 1px);
    border-top-right-radius: calc(1.5rem - 1px);
}
.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(1.5rem - 1px);
    border-bottom-left-radius: calc(1.5rem - 1px);
}

.btn {
    border-radius: 1.5rem;
}

    /*------------------------------------------------------------------------*/
.category-card {
    user-select: none;
}
.category-card .card-img-top {
    object-fit: cover;
    height: 100px;
}
.category-card .category-card-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    border-radius: 10px;
    transition: 0.5s;
}

/*------------------------------------------------------------------------*/
.imageSlide {
    margin: auto;
    padding: 10px;
}
@media (min-width: 768px) {
    .imageSlide {
        background: #fff;
        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .imageSlide {
        height: 100vh;
        width: 100vw;
    }
    #swipebox-overlay {
        background: linear-gradient(135deg, rgba(255,210,176,1) 0%, rgba(245,202,202,1) 50%, rgba(226,177,137,1) 100%) !important;
    }
    .imageSlide .image-container {
        height: 70vh;
        max-width: 500px;
        max-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .imageSlide .image-container img {
        max-height: 100% !important;
    }
}

.imageSlide .image-container {
    position: relative;
    max-height: 500px;
    max-width: 500px;
}
.imageSlide .image-container img {
    border-radius: 10px;
    max-height: 100% !important;
    width: 100%;
}

.share-button {
    display: block;
    cursor: pointer;
    border-radius: 10px;
    padding: 25px;
    background: #ee6e52;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
}
.share-button:hover {
    text-decoration: none;
    color: #fff;
    background: #de6b50;
}

.giftcard-card .giftcard-card-image {
    object-fit: cover;
    height: 100%;
}
/*------------------------------------------------------------------------*/

.friend {
    text-align: center;
    cursor: pointer;
}
.friend .photo {
    width: 100%;
    user-select: none;
    border-radius: 50%;
    border: 3px solid #fff;
}

.friend.can_post0 .photo {
    border-color: #d3d3d3;
    opacity: 0.4;
}

.friend.selected .photo {
    border-color: #20cf64;
}

.send-image {
    width: 100%;
    border-radius: 10px;
}

.send-text {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e6e6e6;
}
.send-text:focus {
    outline: none;
    border-color: #ee6e52;
}
/*------------------------------------------------------------------------*/

.holiday .flag {
    width: 35px;
    height: 20px;
    line-height: normal;
    background-position: center;
    background-size: cover;
    cursor: help;
    display: inline-flex;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}