/* Fonts */
@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("fonts/NunitoSans-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("fonts/NunitoSans-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Nunito Sans", sans-serif;
    src: url("fonts/NunitoSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
}

body,
html {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
p {
    font-family: "Nunito Sans", sans-serif;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    font-size: 1rem;
    margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.font-weight-extrabold {
    font-weight: 800;
}
.font-weight-regular {
    font-weight: 400;
}

.center {
    text-align: center;
}

.grey-text {
    color: #989797;
}
.item-image {
    border-radius: 10px;
    box-shadow: 0 3px 6px #828282;
    height: 230px;
}

.item-image-wishlist {
    border-radius: 3px;
    box-shadow: 0 3px 6px #828282;
    height: 110px;
}

.item-image-reco {
    border-radius: 3px;
    box-shadow: 0 3px 6px #828282;
    margin-bottom: 24px;
    height: 230px;
    width: auto;
}

.reink-lg {
    height: 53px;
    width: auto;
}

.reink-admin-logo {
    height: 110px;
    width: auto;
}

.circles-bg {
    background-image: url(../img/circles-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
}

.circles2-bg {
    background-image: url(../img/circle-top.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-position-x: right;
}

.circle-bg {
    background-image: url(../img/bg-circle.svg);
    background-repeat: no-repeat;
    background-position: top;
}

.light-bg {
    background-color: #ffffff;
    border-radius: 0 20px 0 0;
}

.teal-bg {
    background-color: #30d9c8;
}

.card-wrap {
    background-color: #ffffff;
    flex: 1 1 auto;
    padding: 4rem 1.25rem 1rem 1.25rem;
    border-radius: 5px;
}

.card-wrap-small {
    background-color: #ffffff;
    flex: 1 1 auto;
    padding: 1rem;
    border-radius: 5px;
}

.check {
    width: 50%;
    height: auto;
}

.pt-xs-2 {
    padding-top: 2rem;
}

.pt-xs-3 {
    padding-top: 3rem;
}

.pb-xs-5 {
    padding-bottom: 5rem;
}

.mt-xs-2 {
    margin-top: 2rem;
}

.mb-xs-2 {
    margin-bottom: 2rem;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem;
}

.u-link {
    color: #000000;
    text-decoration: underline;
}

.href {
    color: #000000;
    text-decoration: none !important;
}
.f-right {
    float: right;
}

.star-rating .fa-star.noRate {
    color: #ddd;
}

.star-rating .fa-star.withRate {
    color: #fec321;
}

.fa-star {
    color: #fec321;
    /* font-size: 14px; */
    padding: 0 2px 0 0;
}

.block {
    display: inline-block;
}

.item-tags {
    font-size: 1rem;
}

.a-small {
    color: #000000;
    padding-left: 0.75rem;
}
.small {
    font-size: 14px;
}

.tag {
    display: inline-block;
    padding: 0.5em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    font-size: 1rem;
    margin-right: 1rem;
}

.tag-blue {
    background-color: rgb(0 160 212 / 45%);
}

.tag-red {
    background-color: rgb(255 13 13 / 45%);
}

.fa-eye {
    margin-left: 0.25rem;
}

.qrcode {
    height: 80px;
}

.validation-message {
    top: -20px;
    position: relative;
}

.validation-message-log {
    top: 0;
    position: relative;
}

.price {
    color: #bf1363;
    float: right;
    font-weight: 700;
    font-size: 1.2rem;
}

.review {
    display: inline-block;
    margin-bottom: 0.75rem;
}

.review-reco {
    display: inline-block;
    /* margin-bottom: 0.75rem; */
}

.buttons-w {
    margin-top: 4rem;
}

.entry-title {
    font-size: 4rem;
}

.item-description-wrap {
    /*width: 100%;
    position: relative; 
    min-height: 1px;*/
    padding: 15px;
    float: left;
}

.font-weight-bold {
    font-weight: 700;
}

.overlay-coming-soon {
    position: absolute;
    top: 44%;
    left: 44%;
    /* left: 50%; */
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
    background: #ffffff;
    opacity: 1;
    border-radius: 30px;
    border-radius: 30px;

    box-shadow: 0 0.5rem 2rem 4px rgb(0 0 0 / 15%);
    /* border-bottom: 5px solid #30d9c8; */
    /*    background-image: url(../img/analys-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;*/
    width: 400px;
    padding: 51px;
}
.card-over {
    background-color: #ffffff;
    
    border-radius: 30px;
    /*top: 140px;*/
    position: relative;
}

.coming-soon-text {
    font-weight: 800;
    text-align: center;
    font-size: 18px;
}

.overlay-page {
    background-color: rgb(2 2 2 / 22%);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    backdrop-filter: blur(1px);
}



/* buttons */
/*
.btn-primary {
    background-color: #30d5c8;
    color: #000000;
    border-radius: 5px;
    padding: 0.5rem 0 0.5rem 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    border: 2px solid #30d5c8;
}

.btn-primary-send {
    background-color: #30d5c8;
    color: #000000;
    border-radius: 5px;
    padding: 1rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid #30d5c8;
}

.btn-primary:hover,
.btn-primary-send:hover {
    background-color: #2cbbb0;
    color: #000000;
    text-decoration: none;
}

.btn-primary:focus,
.btn-primary-send:focus {
    background-color: #2cbbb0;
    color: #000000;
    text-decoration: none;
}

.btn-outline {
    background-color: #ffffff;
    color: #000000;
    padding: 0.5rem 0 0.5rem 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center;
    font-weight: 600;
    border: 2px solid #30d5c8;
    border-radius: 5px;
    font-size: 1.5rem;
    text-decoration: none;
}
    */
.social-media {
    display: flex;
    justify-content: space-between;
}

/* HR */
.separator {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.separator > span {
    position: relative;
    display: inline-block;
    color: #8c8c8c;
}

.separator > span:before,
.separator > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #8c8c8c;
}

.separator > span:before {
    right: 100%;
    margin-right: 15px;
}

.separator > span:after {
    left: 100%;
    margin-left: 15px;
}

.wrapper {
    width: 25%;
}

.profileIcon {
    color: #30d5c8;
}

.fa-lg {
    line-height: 0.8em;
}
.fa-chevron-right {
    color: lightgray;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #ffffff;
}

.incorrectCode {
    display: inline-block;
    padding: 1em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.5rem;
    font-size: 1rem;
    margin-right: 1rem;
    color: #ffffff;
}

.card {
    border: 0;
}
.card-body-book {
    min-height: 250px;
    min-width: 150px;
    margin-right: 15px;
    padding: 0;
}

.horizontal-scroll {
    overflow-x: auto;
    /* white-space: nowrap; */
}

.admin-login {
    max-width: 460px;
}

.admin-bg {
    max-width: fit-content;
}

.card-label {
    color: #30d5c8;
}

input:disabled {
    border: 0px !important;
    background-color: white !important;
}

/* joel.dygard css block */
/* Dynamic numbering */

.card-body {
    counter-reset: css-counter 1; /* initializes counter to 0; use -1 for zero-based numbering */
}

#author-one-wrapper .author-duplicate-card {
    counter-increment: css-counter 1; /* Increase the counter by 1. */
}

.author-duplicate-card #author-about:after {
    content: counter(css-counter) ". "; /* Apply counter before children's content. */
}

/* Dynamic numbering END */

.author-duplicate-btn {
    position: relative;
    right: 0;
    float: right;
}

.remove-author-duplicate-btn {
    position: absolute;
    float: right;
    right: 45px;
    margin-top: 15px;
    border: lightgray solid 1px;
    border-radius: 5px;
    padding: 5px 7px;
    cursor: pointer;
}

.author-duplicate-card {
    border: lightgrey solid 1px;
    border-radius: 10px;
    padding: 0px 20px;
    margin: 10px 0px;
}

.text-nowrap {
    white-space: nowrap;
}

/* Dynamic numbering experiment */

.card-body {
    counter-reset: css-counter 1; /* initializes counter to 0; use -1 for zero-based numbering */
}

#author-one-wrapper .author-duplicate-card {
    counter-increment: css-counter 1; /* Increase the counter by 1. */
}

.author-duplicate-card #author-about:after {
    content: counter(css-counter) ". "; /* Apply counter before children's content. */
}

/* Dynamic numbering experiment END */

.author-duplicate-btn {
    position: relative;
    right: 0;
    float: right;
}

.remove-author-duplicate-btn {
    position: absolute;
    float: right;
    right: 45px;
    margin-top: 15px;
    border: lightgray solid 1px;
    border-radius: 5px;
    padding: 5px 7px;
    cursor: pointer;
}

.author-duplicate-card {
    border: lightgrey solid 1px;
    border-radius: 10px;
    padding: 0px 20px;
    margin: 10px 0px;
}

.text-nowrap {
    white-space: nowrap;
}

#overview-main {
    width: 100vw !important;
}

@media (min-width:540px) {
    #overview-main {
        width: 88% !important;
    }
}

/* Small devices (landscape phones, max 320px) */
@media (max-width: 320px) {
    .img-fluid {
        max-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 425px) {
    .btn-primary {
        background-color: #30d5c8;
        color: #000000;
        border-radius: 5px;
        padding: 0.5rem 0 0.5rem 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block;
        text-align: center;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        border: 2px solid #30d5c8;
    }
}

@media (max-width: 768px) {
    .admin-bg {
        display: none;
    }
}
