﻿/* 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: 1.95rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.3rem;
}

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: 213px;
    width: 100%;
}

.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-1 {
    padding-top: .75rem;
}

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

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

.pb-xs-1 {
    padding-bottom: .75rem;
}

.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;
}

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

.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;
}

.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: 2rem;
}

.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;
}

/* 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;
}

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

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

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

.img-swish {
    width: auto;
    height: 30px;
}

.bottom-text {
    position: absolute;
    bottom: 50px;
}

.p-bottom {
    position: absolute;
}

.footer {
    /* background-color: #31333D; */
    color: #989797;
    /* position: absolute; */
    bottom: 0;
    text-align: center;
}

/* Tooltip */
/*
.tick-tooltip-2 {
  
  border-radius: 10px;
  position: relative;
  margin-left: -5x;
  text-align: center;
}
.tick-tooltip-2::before {
  content: 'Medel ';
  top: 0;
left: 50%;
  transform:
   translate(-50%, calc(-100% - 10px)); 
   display: block;
   
}

.tick-tooltip-2:hover::before{
  display: block;
}
*/
.light-text {
    color: #fff;
}

.dark-shadow {
    box-shadow: 0px 0px 25px 0px rgb(52 58 64 / 25%);
}

.edit {
    position: absolute;
    right: 1em;
    font-size: 1.4em;
    color: #30d9c8;
}

.book-title {
    font-size: 1.2rem;
}

/* Tabs */
/* .tabbable-panel {
  padding: 10px;
}*/

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
            border-bottom: 4px solid #30d5c8;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 3px solid #30d5c8;
            position: relative;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.disabled{
    pointer-events: none;
    opacity: .65;
}

.text-reink {
    color: #30d9c8;
}

.f-black {
    font-weight: 800!important;
}



.mud-button-filled.mud-button-filled-primary {
    background-color: #30d9c8 !important;
    color: #000000 !important;
}

    .mud-button-filled.mud-button-filled-primary:hover {
        background-color: #30c5b0 !important;
    }

.mud-tabs-panels {
    background-color:#ffffff;
}

.mud-table-cell {
    display: table-cell;
    padding: 16px!important;
    font-size: .875rem;
    text-align: start;
    font-weight: 400;
    line-height: 1.43;
    border-bottom: 1px solid var(--mud-palette-table-lines);
    letter-spacing: .01071em;
    vertical-align: inherit;
}

.mud-tab.mud-tab-active {
    color: #000000!important;
    
}
    .mud-tab.mud-tab-active > h6 {
        font-weight:700;
    }

    .mud-tab-slider {
        background: rgb(48 217 200) !important;
    }

.grid-container {
    height:auto!important;
}

/* Loader */
.circle-loader {
    margin-bottom: 2em;
    margin-top: 2em;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-left-color: #2cbbb0;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #2cbbb0;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

.checkmark2 {
    display: block;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 8px solid #2cbbb0;
    border-top: 8px solid #2cbbb0;
    content: "";
    left: 1.3em;
    top: 3.5em;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}


/* wwwroot/css/editBookPlacement.css */
.fade‑spinner {
    opacity: 0; /* utgångsläge – osynlig */
    transition: opacity .25s; /* tona in / ut på 250 ms */
}

    .fade‑spinner.show {
        opacity: 1; /* synlig när klassen show finns */
    }



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

    .nav-link {
        padding: .5rem;
    }

    .list-group-item {
        padding: .5rem;
    }

    .item-image-wishlist {
        height: 90px;
    }

    .sm-icons {
        width: 90px;
    }
}

@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;
    }

    .btn-small {
        font-size: 1rem !important;
    }
}

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


@media all and (min-width:0px) and (max-width: 319px) {
    .sm-icons {
        width: 80px;
    }
}
