﻿/*FONTS*/

body {
    font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.625;
    color: #0D0D0D;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #0D0D0D;
}

h4 {
    font-size: 24px; /* = 1.5rem since 1rem = 16px = base */
    font-weight: bold;
}

h6 {
    font-size: 1rem; /* = 1rem since 1rem = 16px = base */
    font-weight: 600;
}

a, .text-primary, .btn-link, .text-link {
    color: #3f80ea;
}

a.text-reset {
    text-decoration: none !important;
}

a, .bi, img {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h5 > .bi, .btn-block > .bi, .top-bar .bi, .top-close-bar .bi, .characteristics-container .bi {
    font-size: 18px;
}

h6 > .bi {
    font-size: 16px;
}

.bi-lg {
    font-size: 22px;
}

.bi-xl {
    font-size: 36px;
}

/*COLORS*/

.text-danger {
    color: #ED694A !important;
}

.text-warning {
    color: #E89528 !important;
}

.text-success {
    color: #4CD964 !important;
}

.text-dark {
    color: #0D0D0D !important;
}

.text-purple {
    color: #6f42c1!important;
}

.text-gray-200, .text-grey-200 {
    color: #e2e8f0 !important;
}

.text-gray-300, .text-grey-300 {
    color: #cbd5e1 !important;
}

.text-gray-400, .text-grey-400 {
    color: #94a3b8 !important;
}

.text-gray-500, .text-grey-500 {
    color: #64748b !important;
}

.btn {
    text-transform: capitalize!important;
}

.btn-sm, .btn-dark, .btn-outline-dark, .badge, .form-control, .form-select, .sidebar-footer > .btn, .horizontal-card .btn,
    .fixed-bottom .btn {
    border-radius: 50rem;
}

textarea {
    border-radius: 1rem!important;
}

.btn-light, .bg-light {
    background-color: #F8F8F8 !important;
}

.btn-light-grey, .bg-light-grey, .btn-light-gray, .bg-light-gray {
    background-color: #F2F2F2 !important;
}

.btn-primary, .btn-outline-primary:hover, .btn-outline-primary.active, .bg-primary {
    background-color: #3f80ea !important;
    border-color: #3f80ea !important;
}

.btn-danger, .btn-outline-danger:hover, .btn-outline-danger.active, .bg-danger {
    background-color: #ED694A !important;
    border-color: #ED694A !important;
}

.btn-warning, .btn-outline-warning:hover, .btn-outline-warning.active, .bg-warning {
    color: #fff !important;
    background-color: #E89528 !important;
    border-color: #E89528 !important;
}

.btn-success, .btn-outline-success:hover, .btn-outline-success.active, .bg-success {
    color: #fff !important;
    background-color: #4CD964 !important;
    border-color: #4CD964 !important;
}

.btn-dark {
    background-color: #202020!important;
    color: #fff;
}

.btn-outline-success {
    border-color: #4CD964 !important;
    color: #4CD964 !important;
}

.bg-danger-light {
    background-color: #FFF5F1 !important;
    border-color: #FFF5F1 !important;
}

.bg-dark {
    background-color: #202020!important;
    color: #fff;
}

.badge-danger {
    background-color: #ED694A !important;
}

.badge-light {
    color: #7C7C7C !important;
    background-color: #F8F8F8 !important;
}

.btn-purple {
    color: #fff !important;
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
}

.btn-indigo {
    color: #fff !important;
    background-color: #6610f2 !important;
    border-color: #6610f2 !important;
}

/*NAV*/

.dropdown-item {
    cursor: pointer;
}

/*CARDS*/

.horizontal-card {
    /*height: 160px;*/
    cursor: pointer;
}

.horizontal-card .img-left {
    object-fit: cover;
    /*object-position: top;*/
    object-position: center;
    border-radius: 15px 0 0 15px;
    /*height: 156px;*/
    height: 190px;
    width: 100%;
}

.horizontal-card span.btn {
    position: absolute;
    left: 10px;
    /*top: 94px;*/
    top: 10px!important;
    height: 30px;
    border: none !important;
    padding: 4px 12px;
    font-size: 14px;
}

.card-date {
    background-color: #F8F8F8;
}

/* TOAST */

.custom-toast {
    display: none;
    position: fixed;
    z-index: 1031;
    margin: auto;
    min-width: 220px;
    max-width: 960px;
    bottom: 105px;
    left: 0;
    right: 0;
    transition: visibility .3s linear, opacity .3s linear;
}

.custom-toast.visible {
    display: block;
}

.toast-container {
    opacity: 0.8;
    margin: 0 auto;
    background-color: #0D0D0D;
    text-align: center;
    border-radius: 50rem;
    color: #F2F2F2;
    padding: .375rem .75rem;
}

/* NAV */

.custom-nav-menu .nav-item .nav-link {
    border-radius: 50rem;
    color: #202020;
}

.custom-nav-menu .nav-item .nav-link.active {
    background-color: #202020!important;
    color: #fff;
}

.custom-nav-menu .nav-item .nav-link.disabled {
    color: #64748b;
    font-weight: bold;
}

/* CARDS */

.cards-group {
    cursor: pointer;
    margin-bottom: 36px;
}

.cards-group h4.intertitle, .content > h4.intertitle, .website-main .content > .row > .col > h4.intertitle {
    margin-bottom: 24px;
    text-transform: capitalize;
    color: #333333;
    cursor: pointer;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 15px;
    /*box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 5%);*/
}

.cards-group .card.large {
    height: 270px;
    border-radius: 15px;
}

.card-header {
    background-color: transparent;
    cursor: pointer;
}

.card-footer {
    border: none;
    background-color: transparent;
    padding: 1.25rem 0 0;
}

.card-footer .card-text {
    font-weight: normal;
}

.card-title, .card-text {
    text-transform: capitalize;
}

.cards-group .card > img, .cards-group .card > .card-body {
    width: 100%;
    height: 134px;
    border-radius: 15px;
    object-fit: cover;
}

.cards-group .bi-chevron-down, .cards-group .bi-chevron-right, td > .bi {
    font-size: 18px;
}

.card-date {
    background-color: #F8F8F8;
}

.card-bg-right {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.card-bg-center {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


li.media, ul.status-message-container li, div.status-message-container, .cards-group .media, .info-card, .validation-message {
    border: none;
    background-color: #F8F8F8;
    border-radius: 15px;
    cursor: pointer;
    padding: 15px;
    margin-bottom: 15px;
}

li.media img, .media-img, .cards-group .media img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

li.media.multiple-images img:first-child {
    margin-left: 0px;
}

li.media.multiple-images img {
    margin-left: -20px;
}

.cards-group .media-body p {
    font-size: 12px;
    font-weight: normal;
    color: #7C7C7C;
    margin-bottom: 0;
}

.cards-group .media-footer .badge-container {
    text-align: right;
    height: 14px;
    margin-bottom: 16px;
}

.cards-group .media-footer .bi {
    font-size: 1.2rem;
    color: #f7f9fc;
    text-shadow: -1px 0 #a1a1a1, 0 1px #a1a1a1, 1px 0 #a1a1a1, 0 -1px #a1a1a1;
}

.cards-group .media .bi.active {
    text-shadow: -1px 0 #f7f9fc, 0 1px #f7f9fc, 1px 0 #f7f9fc, 0 -1px #f7f9fc;
}

.cards-group .media .bi.bi-star-fill.active {
    color: #e5a54b;
}

.cards-group .media .bi.bi-check.active, .cards-group .media .bi.bi-check-lg.active {
    color: #4bbf73;
}

.info-card td, .info-card td a {
    word-break: break-all;
}

.info-card tr.brand-row {
    padding-right: 16px;
}

.info-card h6 {
    margin-bottom: 1.5rem;
}

/* Source horizontal scrolling container: https://codeburst.io/how-to-create-horizontal-scrolling-containers-d8069651e9c6 */

.container-h-scroll {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.container-h-scroll::-webkit-scrollbar {
    display: none;
}

.h-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.h-scroll:hover {
    overflow-x: auto;
    padding-bottom: 4px;
}

.h-scroll > .card {
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
    border-radius: 15px;
}

.h-scroll .card.thumbnail {
    height: 160px;
}

.h-scroll > .card.narrow {
    width: 110px;
}

.h-scroll > .card.wide {
    width: 270px;
}

.h-scroll > .card > img, .h-scroll > .card > .card-body, .h-scroll > .card > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    background-color: #F8F8F8;
}

.h-scroll > .card.thumbnail .btn-circle, .h-scroll > .card.thumbnail .rounded-pill, .horizontal-card .img-overlay {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 30px;
    border: none !important;
}

.horizontal-card .img-overlay .btn-circle {
    /*bottom: 10px!important;*/
    height: 30px;
    border: none !important;
    margin-right: 10px;
}

.cards-group .card.thumbnail .btn-circle, .cards-group .card.thumbnail .rounded-pill, .horizontal-card .rounded-pill {
    position: absolute;
    left: 10px;
    top: 94px;
    height: 30px;
    border: none !important;
}

.horizontal-card .rounded-pill {
    top: 10px!important;
}

.h-scroll > .card.thumbnail .btn-circle, .cards-group .card.thumbnail .btn-circle, .horizontal-card .btn-circle {
    width: 30px;
    padding: 4px 0 0;
    font-size: 16px;
}

.h-scroll > .card.thumbnail .rounded-pill, .cards-group .card.thumbnail .rounded-pill, .horizontal-card .rounded-pill {
    padding: 4px 12px;
    font-size: 14px;
}

.text-small, .text-small > .bi {
    font-size: 12px !important;
}

/* OVERLAYS */

.overlay {
    position: absolute;
    border-radius: 15px;
    top: 0;
    cursor: pointer;
    height: 134px;
    width: 100%;
}

.horizontal-card .overlay {
    height: 100%!important;
}

.h-scroll .overlay {
    width: 110px !important;
    height: 160px !important;
}

.h-scroll .wide .overlay {
    width: 270px !important;
}

.overlay-icon-container {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 2px 4px 4px 8px;
    border-radius: 0px 5px 0px 15px;
}

.overlay-icon-container .bi {
    font-size: 16px;
    color: #fff;
}

.boost-overlay {
    border: 4px solid #6f42c1 !important;
}

.boost-overlay .overlay-icon-container {
    background-color: #6f42c1 !important;
}

.version-overlay {
    border: 4px solid #3f80ea !important;
}

.version-overlay .overlay-icon-container {
    background-color: #3f80ea !important;
    color: #fff;
}

.card .placeholder-overlay {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 15px;
    object-fit: cover;
    padding-top: 50px;
}

.card .placeholder-overlay h6 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 100%;
}

.card .placeholder-overlay .bi {
    color: #fff;
    width: 100%;
}

/*DETAIL*/

.detail-page {
    margin-top: 0px!important;
}

.detail-description-layout {
    margin-bottom: 25px;
}

.description-container {
    overflow-y: hidden;
    margin-bottom: 25px;
}

.description-container.shrunk {
    max-height: 150px;
}

.expand-shrink-label {
    margin-top: -40px;
    position: relative;
    display: block;
}

.expand-shrink-label > a {
    padding: 8px;
    background-color: #fff !important;
}

.shrink-overlay {
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    height: 150px;
    margin-top: -150px;
    position: relative;
    display: block;
    width: 100%;
}

.object-contain {
    object-fit: contain !important;
}

/* DETAIL */

.detail-with-fab {
    display: inline-block;
    margin-top: -35px !important;
    width: 100%;
}

.btn-boost, .btn-fab {
    position: relative;
    z-index: 999;
    float: right;
    margin-top: -35px;
    margin-right: 10px;
    display: inline;
}

.btn-fit-image {
    display: inline;
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 1;
}

.btn-fit-image .bi {
    font-size: 32px;
}

.detail-block h4 {
    font-style: italic;
}

h6.intertitle {
    font-style: normal;
    text-transform: uppercase;
    color: #ED694A;
    margin-top: 24px;
    margin-bottom: 20px;
}

.detail-description {
    font-weight: normal;
}

.v-scroll {
    overflow-y: auto;
}

.detail-block {
    border-radius: 15px;
    margin-top: -15px;
    position: relative;
    padding: 40px 20px;
    background-color: #fff;
}

/*CAROUSEL*/

.carousel.slide {
    min-height: 175px;
}

.carousel.slide, .carousel.slide img {
    object-position: top;
}

.carousel-indicators {
    bottom: 15px;
    cursor: pointer;
}

.carousel-indicators button {
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border: none;
    margin-right: 2px;
    margin-left: 2px;
    opacity: 0.5;
    background-color: #fff;
    padding: 3px 3px;
}

.carousel-indicators button.active {
    width: 11px;
    border-radius: 10rem;
    padding: 3px 7px;
}

.carousel-control-prev, .carousel-control-next {
    cursor: pointer;
}

.carousel-inner, .carousel-item {
    overflow: hidden;
}

.carousel-item img {
    margin: auto;
}

section .carousel-item, section .carousel-item img {
    border-radius: 15px;
}

.detail-page .carousel-item, .detail-page .carousel-item img {
    border-radius: 0px!important;
}

.carousel-caption {
    position: unset;
    color: #0D0D0D;
}

.carousel-caption h5 {
    margin-bottom: 1rem !important;
}

.characteristics-container .card-header {
    background-color: #F8F8F8;
    border-radius: 15px;
    padding: 15px !important;
}

.characteristics-container .card-header, .characteristics-container .list-group-item {
    border: none !important;
}

.characteristics-container .list-group-item {
    padding: 0.75rem 15px !important;
}

.characteristic-title {
    font-weight: normal !important;
    font-size: 14px !important;
}