@import "../fonts/helveticarounded/style.css";
@import "../fonts/arialroundedmt/styles.css";
@import "../fonts/Cormorant-Garamond/styles.css";
@import "../fonts/Montserrat/styles.css";
@import "../fonts/Quicksand/styles.css";

body {
    overflow-x: hidden;
}
#app {
    background: #C4C4C4;
    border-radius: 10.6589px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#app img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}
#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.vertical-align-list {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


element.style {
    margin-left: 29%;
    margin-right: 3%;
}

.vertical-align-bottom {
    display: flex;
    justify-content: end;
    align-content: center;
    flex-direction: column;
}
.vertical-align-top {
    display: flex;
    justify-content: start;
    align-content: center;
    flex-direction: column;
}

/* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: #ffffff;
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    padding: 15px 0;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.container-test {
    margin: 0 32vw;
}


/* Navbar links */
#navbar a {
    float: left;
    display: block;
    color: #9F9F9F;
    text-align: center;
    text-decoration: none;
    flex: 1;
    text-align: center;
    font-family: 'Arial Rounded MT';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
}
#navbar a.active-tab {
    color: #3CCEC9;
}

.list-group-item.active {
    color: #3CCEC9!important;
}

#navbar a.list-group-item.active img {
    filter: invert(65%) sepia(72%) saturate(382%) hue-rotate(129deg) brightness(94%) contrast(89%);
    height: 100%;
}

#navbar a.active-tab img {
    filter: invert(65%) sepia(72%) saturate(382%) hue-rotate(129deg) brightness(94%) contrast(89%);
    height: 100%;
}

#navbar a img {
    filter: invert(77%) sepia(9%) saturate(10%) hue-rotate(328deg) brightness(83%) contrast(81%);
    height: 100%;
}

/* How it Works */
#template-how-it-works .video-link{
    text-decoration: underline;
    color: #000;
}

/* Page content */
.content {
    padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-padding-top {
    padding-top: 3rem;
}
.main-padding-bottom {
    padding-bottom: 3rem;
}

.btn-add-text {
    background: #E5E5E5;
    border: 1.59883px solid #B4B2B2;
    box-sizing: border-box;
    border-radius: 10.6589px;
    font-family: 'Helvetica';
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

.btn-upload {
    background: #E5E5E5;
    border: 1.59883px solid #B4B2B2;
    box-sizing: border-box;
    border-radius: 10.6589px;
    font-family: 'Helvetica';
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

.personalise-btn, .btn-add-sticker {
    background: #E5E5E5;
    border: 1.59883px solid #B4B2B2;
    box-sizing: border-box;
    border-radius: 10.6589px;
    font-family: 'Helvetica';
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

.personalise-btn.active {
    border: 3px solid #00C8CE;
}

.kinokuniya-gift-cards-input {
    cursor: pointer;
}

.btn-main-download, .kinokuniya-add-cart-button {
    background: #00C8CE;
    border-radius: 13.5952px;
    font-family: 'Helvetica';
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
}
.btn-redirect {
    background: #00C8CE;
    border-radius: 13.5952px;
    font-family: 'Helvetica';
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
}

.list-group-item, .list-group-item.active, .list-group-item:hover {
    padding: 0;
    background: unset;
    border: unset;
}

.kinokuniya-add-cart-button{
    width:100%;
    border:0;
}



@media (max-width:767px) {
    .btn-redirect {
        width: 80%;
    }
}

.btn-download-disabled {
    background: #adadad;
}
.btn-download.btn-download-disabled:focus,.btn-download.btn-download-disabled:hover {
    color: #FFFFFF!important;
}

.btn-browse {
    background: #07303A;
    border-radius: 42.2838px;
    padding: 10px 30px;
    font-family: 'Helvetica';
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.btn-delete {
    background: red!important;
    color: #FFFFFF;
}
.btn-browse:hover, .btn-browse:focus {
    color: #FFFFFF!important;
}

.social-media-link {
    cursor: pointer;
}

.main-offset {
    padding-left: 25px;
    padding-right: 25px;
}
.main-offset-nav {
    padding-left: 10px;
    padding-right: 10px;
}
h5 {
    font-family: 'Helvetica';
    font-size: 16px;
}
a.no-link {
    text-decoration: none;
}
a.no-link:hover {
    text-decoration: none;
}
.footer-modal-p,.footer-modal-a {
    color: #000000!important;
}

@media (max-width: 767px) {
    .container-test {
        margin: 0;
    }
    .container-test {
        width: 70vw;
        margin: 0 auto;
    }
    .main-offset {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 500px) {
    .container-test, .order-summary-container {
        width: unset !important;
        margin: 0 !important;
	}
}

.custom-btn-grey {
    background: #E5E5E5;
    color: black;
}

.custom-btn-grey:hover {
    background: #B4B2B2;
    /* color: white; */
}

.custom-br-10 {
    border-radius: 10.6589px;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}