/*Import amaranth font*/
@import url('https://fonts.googleapis.com/css?family=Amaranth&display=swap');

/*Import verdana font*/
@font-face {
    font-family: "Verdana";
    src: url("/app-assets/fonts/verdana/verdana.ttf") format("truetype");
}

body.price-body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

body.price-body .content {
    flex: 1;
}

.title-upper {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.mini-image {
    height: 50px;
    display: inline-flex;
    margin: 5px;
    border-radius: 5px;
}

.mini-image img {
    height: 50px;
    border-radius: 5px;
}

.event-text {
    font-size: 20px;
}

.chip-close {
    margin-top: 4px !important;
    cursor: pointer;
}

.btn-edit-address {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    line-height: 2rem;
    text-align: center;
}

.dropdown-content {
    width: fit-content !important;
}

.microtext {
    font-size: 12px !important;
    white-space: nowrap !important;
}

body {
    width: 100vw;
    overflow-x: hidden !important;
}

.bold {
    font-weight: bold !important;
}

.modal-full-screen {
    max-height: 100%;
    height: calc(100% - 56px) !important;
    width: 100%;
    top: 56px !important;
    border-radius: 0px !important;

}



.tox-shadowhost.tox-fullscreen,
.tox.tox-tinymce.tox-fullscreen {
    z-index: 9999 !important;
}

.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen~.tox.tox-tinymce-aux {
    z-index: 9999 !important;
}

.vehicle-card .card-content {
    min-height: 350px;
}

.chip {
    height: auto !important;
}

#card-login {
    border-radius: 1.5rem !important;
}

#modal-request-data-pending,
#modal-tickets,
#modal-add-ticket {
    top: 0 !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    width: 100vw !important;
}

.datepicker-modal {
    z-index: 100000 !important;
}

#modal-add-ticket {
    z-index: 99999 !important;
}

.delete-row-btn {
    cursor: pointer;
}

#toast-container {
    z-index: 999999 !important;
}

#modal-add-ticket .datepicker-modal,
#ticket-edit .datepicker-modal {
    min-height: 450px !important;
}

#modal-add-ticket .datepicker-modal .modal-content.datepicker-container {
    min-height: 100% !important;
}

#add-ticket-footer input,
#edit-ticket-footer input {
    height: 2rem !important;
    width: 50% !important;
    text-align: end !important;
}


#modal-tickets .modal-content {
    overflow-y: hidden !important;
}

#modal-tickets .collection {
    overflow-y: auto !important;
}

#ticket-edit {
    max-height: calc(100vh - 196px) !important;
    overflow-y: auto !important;
}

#ticket-view {
    max-height: calc(100vh - 196px) !important;
    overflow-y: hidden !important;
}

.btn-more {
    /*bottom: 15px;
    left: 5%;
    width: 90% !important;
    position: fixed;*/
}

#modal-add-event {
    z-index: 10000 !important;
}

.btn-delete:hover {
    cursor: pointer;
    color: red !important;
}

tbody tr:hover {
    cursor: pointer;
}

.modal-alert {
    z-index: 10001 !important;
    max-width: 350px !important;
}

.modal {
    border-radius: .5rem;
}

.card-width {
    cursor: pointer;
}

#img-transmission {
    height: 25px !important;
    width: 30px !important;
}

#img-transmission-small {
    height: 20px !important;
    width: 25px !important;
}

.navbar-fixed {
    margin-bottom: 0px !important;
    z-index: 9999 !important;
}

#message_tab {
    font-size: 12px !important;
    margin-top: .5rem !important;
}

.img-gallery {
    max-width: 100%;
}

.img-gallery.small {
    cursor: pointer;
    transition: transform .5s ease-out;
}

.img-gallery.small.selected {
    filter: brightness(1.5);
}

.img-gallery.small:hover {
    transform: scale(1.1);
}

.card-image {
    height: 100%;
    width: 100%;
}

.card-image img {
    height: 100%;
    width: 100%;
}

.gallery-vehicles img {
    width: 200px;
    height: 200px;
    margin-left: 15px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    border-radius: .5rem;
}

@media only screen and (max-width: 601px) {
    .gallery-vehicles img {
        width: 50%;
        height: 200px;
        margin-left: 10px;
    }
}

#image-header {
    height: 64px;
    padding: 3px;
}

@media only screen and (max-width: 599px) {
    #image-header {
        height: 40px !important;
        margin-top: 11px !important;
    }
}

@media only screen and (max-width: 992px) {
    #image-header {
        margin-top: 6px;
    }
}


::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #263238;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #37474f;
}

.settings-card {
    padding: 1rem;
}

.navbar input.search-input {
    font-size: 16px;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 8px 8px 65px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    border-radius: 3px;
    outline: none;
    background: rgba(255, 255, 255, .3);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.navbar input.search-input:hover {
    background: rgba(255, 255, 255, .5);
}

.navbar input.search-input:focus,
.navbar input.search-input:active {
    color: #333 !important;
    border-bottom: none !important;
    background: #fff !important;
    box-shadow: none !important;
}

.navbar .navbar-dark .search-wrapper input.search-input {
    color: #fff;
    border: 1px solid rgba(230, 230, 230, .05);
    background: rgba(230, 230, 230, .3);
}

.navbar .navbar-dark .search-wrapper input.search-input:hover,
.navbar .navbar-dark .search-wrapper input.search-input:active,
.navbar .navbar-dark .search-wrapper input.search-input:focus {
    border: 1px solid rgba(230, 230, 230, .1);
    background: rgba(230, 230, 230, .1);
}

.navbar input.search-input {
    font-size: 16px;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 8px 8px 65px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    border-radius: 3px;
    outline: none;
    background: rgba(255, 255, 255, .3);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.navbar .navbar-dark .search-wrapper input.search-input {
    color: #fff;
    border: 1px solid rgba(230, 230, 230, .05);
    background: rgba(230, 230, 230, .3);
}

.navbar .navbar-dark .search-wrapper i {
    color: #fff;
}

.navbar .search-wrapper i {
    font-size: 24px;
    line-height: 32px !important;
    position: absolute;
    top: 6px;
    left: 24px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.underline {
    text-decoration: underline;
}

#img-stamp {
    max-width: 200px !important;
}

.button-header {
    height: 64px;
    text-align: center;
    line-height: 64px;
}

.title-center {
    height: 300px;
    line-height: 300px;
    margin: 0;
    font-size: 5rem;
}

@media only screen and (max-width: 992px) {
    .title-center {
        font-size: 3.5rem;
    }
}

.navbar .search-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 360px);
    height: 40px;
    margin: 10px auto 0 75px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar .sideNav-lock .search-wrapper {
    width: calc(100% - 560px);
    margin: 10px auto 0 260px;
}

.horizontal-layout .navbar .search-wrapper {
    width: calc(100% - 630px);
}

#header .search-wrapper {
    margin: 10px auto 0 260px;
}

.img-gallery-product {
    max-width: 100%;
}

.img-gallery-product:hover {
    filter: blur(1px);
}

#main {
    overflow-x: auto !important;
    min-height: auto !important;
    margin-bottom: 1rem !important;
}

.container-store {
    max-width: 80%;
    min-height: calc(100vh - 64px);
}

@media only screen and (max-width: 992px) {
    .container-store {
        max-width: 100%;
    }

    #modal-cart {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        border-radius: 0 !important;
        z-index: 10000 !important;
        margin: 0px !important;
        padding: 0px !important;
        transform: none !important;
        max-height: 100%;
    }
}

#modal-cart .modal-content {
    height: calc(100% - 64px);
    border-radius: 0;
    overflow-x: hidden;
    /*max-width: calc(100% - 32px);*/
}

.card-product {
    cursor: pointer;
}

.container-store nav i {
    line-height: 56px;
    height: 56px;
}

#price-order-store {
    padding: 1.2rem;
}

#price-order-store i {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.btn-delete-gallery {
    position: absolute;
    z-index: 999999;
    cursor: pointer;
    float: right;
    background: white;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    padding: 4px;
    margin: 5px;
    webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

@media only screen and (max-width: 601) {
    .img-gallery-container {
        border: 1px solid #ccc;
        margin: 5px;
        width: 70px;
        padding: 0;
        display: inline-flex;
        cursor: pointer;
        webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }
}

#carousel-index {
    height: calc(100vw / 2.56) !important;
}

main {
    padding: 0 !important;
}

.carousel-item {
    min-height: 50px !important;
}

.img-gallery-container:hover {
    filter: blur(1px);
}

.img-gallery-container {
    border: 1px solid #ccc;
    margin: 5px;
    width: 100px;
    height: 80px;
    padding: 0;
    display: inline-flex;
    cursor: pointer;
    webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}



.card-car-min {
    width: 100%;
    border-radius: .2rem;
    margin: 10px;
}

.car-container {
    display: inline-block;
}

.card-car-min img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
}

.card-car-min .btn {
    margin: 5px;
}

.card-car-min .row {
    margin-bottom: 0px !important;
}

.horizontal-1253-img-container {
    padding-left: 0rem !important;
    overflow-x: visible;
    white-space: nowrap;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 3;
    left: 0;
    margin: auto;
    right: 0;
}

.card-car {
    width: auto;
    border-radius: .2rem;
    margin: 10px;
}

.card-car img {
    display: block;
    width: 450px;
    height: 346px;
}

@media only screen and (max-width: 901px) {
    .card-car {
        width: 380px !important;
        border-radius: .2rem;
        margin: 10px;
    }

    .card-car img {
        display: block;
        width: 380px !important;
        height: 292px;
    }
}

@media only screen and (max-width: 601px) {
    .card-car {
        width: 320px !important;
        border-radius: .2rem;
        margin: 10px;
    }

    .card-car img {
        display: block;
        width: 320px !important;
        height: 240px;
    }

    #nav-mobile i,
    .menu-icon {
        line-height: 56px !important;
        height: 56px !important;
    }
}

@media only screen and (max-width: 992px) {
    header nav.navbar-color ul.left {
        left: 10px !important;
    }
}

.sidenav:not(.sidenav-fixed) {
    top: 56px !important;
    max-width: 300px;
    width: 95%;
}

#slide-out-filter {
    overflow-y: auto !important;
    height: calc(100vh - 56px);
    padding-bottom: 1rem;
}

@media only screen and (max-width: 371px) {
    .card-car {
        width: 220px !important;
        border-radius: .2rem;
        margin: 10px;
    }

    .card-car img {
        display: block;
        width: 220px !important;
        height: 165px;
    }
}

.card-car .btn {
    margin: 5px;
}

.card-car .row {
    margin-bottom: 0px !important;
}


/* text align for the body */


/* image dimension */
#imageListId img {
    height: 200px;
    width: 350px;

}

@media only screen and (min-width: 992px) {
    #imageListId img {
        height: 150px !important;
        width: 250px !important;
    }

    .listitemClass {
        height: 150px !important;
        width: 250px !important;
        margin: 5px;
    }
}


/* imagelistId styling */
#imageListId {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#imageListId div {
    display: inline-block;
}

/* Output order styling */
#outputvalues {
    margin: 0 2px 2px 2px;
    padding: 0.4em;
    padding-left: 1.5em;
    width: 250px;
    border: 2px solid dark-green;
    background: gray;
}

.listitemClass {
    webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    width: 350px;
    height: 200px;
    margin: 5px;
}

.height {
    height: 10px;
}

#outputDiv {
    width: 100%;
}

.brand-logo img {
    height: 48px !important;
    margin-top: 4px !important;
}

@media only screen and (min-width: 992px) {
    .brand-logo img {
        height: 56px !important;
        margin-top: 0px !important;
    }

    header .brand-logo {
        height: 64px !important;
        margin: 0px !important;
    }

}

header .brand-logo {
    height: 56px;
    padding: 0px !important;
    padding-top: 4px !important;
    padding-left: 4px !important;
}

#nav-mobile {
    margin: 0px;
    padding: 0px;
    display: contents;
}

#modal-view-all {
    z-index: 99999 !important;
    top: 0% !important;
    width: 100vw !important;
    min-height: 100vh !important;
    border-radius: 0px !important;
    background: rgba(0, 0, 0, .9) !important;
    will-change: opacity;
}

#carousel-view-all {
    height: 80vh !important;
}

#carousel-view-all .carousel-item {
    height: 80vh;
    width: calc((100vh * 2.56)/3);
    max-width: 80vw;
}

#carousel-view-all .carousel-item img {
    margin: auto;
    position: fixed;
    top: 0;
    display: block;
    bottom: 0;
}

.btn-floating-close {
    margin: 12px;
}

@media only screen and (max-width: 371px) {


    #carousel-view-all .carousel-item img {
        width: calc((100vh * 2.56)/2);
        margin: auto;
        position: fixed;
        top: 0;
        display: block;
        bottom: 0;
    }
}


@media only screen and (max-width: 992px) {
    .sidenav-main .sidenav {
        top: 64px;
        width: 250px;
        bottom: 0;
        max-height: calc(100vh - 64px);
    }

}

@media only screen and (max-width: 600px) {
    .sidenav-main .sidenav {
        top: 56px;
        width: 250px;
        bottom: 0;
        max-height: calc(100vh - 56px);
    }
}


.section-data-tables a.modal-trigger {
    border-radius: 1rem !important;
    background-color: #4caf50;
    font-weight: 800 !important;
}

.card-default {
    border-radius: 1rem;
    background-color: white;
}

.card-default .card-content h4 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 2px;
    padding: 1rem;
    border-bottom: 2px solid #ccc;
}

#modal-edit-packages,
#modal-edit-boxes_request,
#modal-update-packges-excel {
    width: 100vw;
    height: 100vh;
    border-radius: 0px !important;
    min-height: calc(100% - 64px) !important;
    top: 64px !important;
    min-width: 100vw !important;
}

/*.fixed-action-btn:not(#btn-floating-calc){
    right: 50% !important;
    transform: translateX(50%) !important;
}*/


.card {
    border-radius: .5rem;
}

#packages-container-header {
    background-color: #9E75CE;
}

.icon-container,
.image-container {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    font-size: 5rem;
    margin-left: auto;
    margin-right: auto;
}

#header nav {
    background-color: black !important;
}

.page-footer {
    background-color: #3C3C3B !important;
}
.kr-footer-title {
    font-size: 1.5rem;
    color: white;
}

#main {
    overflow-x: hidden !important;
}

.package-card .card {
    display: block !important;
    padding: 1rem;
}

.address-card .card {
    display: block !important;
    padding: 1rem;
}

.package-card .divider {
    margin: 4px;
}

.package-card .checkbox {
    position: absolute;
    top: 0;
    right: 0;
}

.package-card .checkbox [type='checkbox'].filled-in:not(:checked)+span:not(.lever):after {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.package-card .checkbox [type='checkbox'].filled-in:checked+span:not(.lever):after {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.special-green {
    background-color: #00A6A4 !important;
}

.special-blue {
    background-color: #9E75CE !important;
}

.special-pink {
    background-color: #EA808A !important;
}

.special-blue-text {
    color: #9E75CE !important;
}

.btn-request-box {
    width: fit-content !important;
    height: 4rem !important;
    padding: 0 28px !important;
    border-radius: 2rem !important;
    line-height: 4rem !important;
    text-align: center !important;
}

#modal-add-packages {
    border-radius: 1rem;
}

.address-text {
    font-size: 20px;
}

#modal-add-packages .modal-content {
    padding: 2.5rem;
}

#modal-packages-info {
    max-width: 550px !important;
}

.chip-cot {
    width: 100%;
}

.cot-container {
    cursor: pointer !important;
}

.badge-money {
    font-weight: bold !important;
    padding: 3px;
    border-radius: 7px;
    font-size: 12px;
}

.img-landing-t {
    border-radius: 50%;
    max-width: 350px;
    width: -webkit-fill-available;
    max-height: 350px;
    float: left;
}

.img-landing-t-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.extra-bold {
    font-weight: bolder !important;
}

.text-landing {
    font-size: 1.3rem;
}

.line-right {
    border-right: 1px solid #ccc !important;
}

.line-left {
    border-left: 1px solid #ccc !important;
}

.tiny-text {
    font-size: 12px;
}

.tiny-text-14 {
    font-size: 14px;
}

.btn-spaces {
    display: inline-block;
    width: auto;
}

.image-gallery img {
    max-width: 100%;
}

.label-icon {
    width: auto !important;
}

.image-gallery .btn-floating {
    position: absolute;
    float: right;
    margin: 5px;
}

.circle-corners {
    border-radius: 1rem !important;
}

.pointer {
    cursor: pointer !important;
}

.modal-product .carousel-item {
    width: auto !important;
}

.btn-status {
    font-size: 1.4rem !important;
    letter-spacing: 1px;
    transition: background-color .5s ease-out;
}

.btn-status.selected {
    background-color: green !important;
    color: white !important;
}

.btn-status:hover {
    background-color: green !important;
    color: white !important;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.btn-copy {
    font-size: 16px;
    line-height: 32px;
    float: right;
    padding-left: 8px;
    cursor: pointer;
}

.chip i {
    font-size: 16px;
    line-height: 32px;
    float: right;
    padding-left: 8px;
}

.btn-copy:hover {
    color: blue !important;
}

#money-details:before {
    content: "@";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
}

.tap-target-wave::before,
.tap-target-wave::after {
    background-color: transparent !important;
}

.up_target {
    z-index: 4;
}

.tap-target-wrapper.open {
    z-index: 2 !important;
}

.tap-target-wave {
    display: none !important;
}

.tap-target-content {
    padding-top: 60px !important;
}

.vertical-divider {
    height: -webkit-fill-available;
    width: 1px;
    display: flex;
    background-color: gray;
    position: absolute;
}

.step-text {
    font-weight: bold;
    font-size: 1.3rem;
    color: black;
    text-align: left;
}

#table-uploaded-data table {
    table-layout: fixed;
    width: 100%;
}

#table-uploaded-data table tr td {
    border: 1px solid #eee;
}

#zone-value p label span {
    font-size: 1.1rem;
}

#amipoints-span {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bolder;
    margin-left: 0 !important;
}

#dynamic-weight-boxes {
    font-size: 19px !important;
    height: auto !important;
}

.date-from,
.date-due {
    font-size: 11px;
}

.date-from::before {
    content: " ";
    height: 18px;
    width: 5px;
    margin-top: 4px;
    background: #4caf50;
    right: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    margin-left: 1rem;
}

.date-due::before {
    content: " ";
    height: 18px;
    width: 5px;
    margin-top: 0px;
    background: #af4c54;
    right: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    margin-left: 1rem;
}

.date-due {
    margin-left: 0.5rem;
}

.date-from {
    margin-left: 0.5rem;
}

.green-amicasa {
    background-color: #b4e1be;
}

@media only screen and (max-width: 403px) {
    #modal-add-boxes {
        width: 95% !important;
    }

    .small-header-create-box {
        display: grid !important;
        font-size: 27px !important;
        text-align: center !important;
        color: black !important;
    }
}

.small-text {
    font-size: 12px;
}

.btn-cart-color {
    background-color: #ae509e !important;
    color: white !important;
}

.switch label input[type=checkbox]:checked + .lever.btn-cart-color:after {
    background-color: #ffffff;
}

.btn-cart-label{
    font-size: 16px;
    font-weight: bold !important;
}

#modal-cart tr th{
    font-size: 14px !important;
}

.normal-text {
    font-weight: normal !important;
}

.astist-text {
    font-size: 14px;
}


.astist-text span.badge.new{
    font-size: 10px;
}

.card-product .image-p, .card-product .info-p{
    padding: 0px !important;
    margin: 0px !important;
}

.card-product .image-p, .card-product .info-p .col{
    padding-left: 0px !important;
    
}


#carousel-product-info {
    /*height: 400px !important;*/
    border-radius: 1rem !important;
    padding: 1rem !important;
}

#modal-product-info {
    border-top-right-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
    max-height: 60% !important;
}

#modal-product-info .modal-footer {
    text-align: center !important;
}

#carousel-product-info .carousel-item {
    /*height: 400px !important;*/
    width: 100% !important;
}

#carousel-product-info .carousel-item img {
    border-radius: 1rem !important;
}

#modal-product-info {
    max-width: 60%;
    margin: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 600px) {
    #modal-product-info {
        max-width: 100%;
        margin: auto;
        left: 0;
        right: 0;
    }
}

.indicator-item {
    background-color: #000 !important;
}

.indicator-item.active {
    background-color: #0e0e0eaa !important;
}

.pink-store {
    background-color: #FE5BAC !important;
    color: white !important;
}

.upper-small {
    font-size: 10px;
    text-transform: uppercase !important;
}

#product-disclaimer {
    font-size: 17px;
    text-align: center;
}

.card-product img {
    /* Aspect ratio 1:1*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#order-direction {
    cursor: pointer;
}

#order-direction-container {
    height: 56px !important;
    padding-top: 16px !important;
}

.upload-div {
    border: 1px dashed #000 !important;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

#imagePreview {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card .card-action {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

@media screen and (max-width: 600px) {
    #modal-show-cotization.fsm {
        max-height: 100%;
        height: calc(100% - 56px) !important;
        width: 100%;
        top: 55px !important;
        border-radius: 0px !important;
    }

}

.mini-image .materialboxed.active:not(#events-container .materialboxed) {
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
}

#events-container .materialboxed.active {
    position: fixed !important;
    top: -10px !important;
    bottom: 0px !important;
}

@media screen and (max-width: 600px) {
    #events-container .materialboxed.active {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        width: 100% !important;
        height: auto !important;
    }

}

.floating {
    float: left;
}

/*New*/
.card-landing-htu {
    border-radius: 4rem !important;
    text-align: center !important;
    border: 4px solid #00A6A4 !important;
    margin-top: 5rem !important;
}

.card-landing-htu a {
    color: #00A6A4 !important;
}

.text-landing-hts {
    font-size: 2rem !important;
    font-weight: bold !important;
    color: #000 !important;
}

@media screen and (max-width: 600px) {
    .text-landing-hts {
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 992px) {
    .text-landing-hts {
        font-size: 1.8rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .text-landing-hts {
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 1300px) {
    .text-landing-hts {
        font-size: 1.5rem !important;
    }
}

.card-landing-htu .box--2--except img {
    margin-top: -3.5rem !important;
}


.card-landing-htu img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /*Over pass the top border*/
    margin-top: -5rem !important;
}



@media only screen and (max-width: 992px) {
    .card-landing-htu img {
        margin-top: 1rem !important;
        max-width: 180px !important;
    }

    .box--2--except img {
        margin-top: 1rem !important;
        max-width: 180px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .card-landing-htu img {
        margin-top: 1rem !important;
    }

    .box--2--except img {
        margin-top: 1rem !important;
    }
}


.fixed-action-btn.store-floating-btn {
    /*Top left*/
    top: 80px !important;
    left: 0 !important;
    position: fixed !important;
    bottom: auto !important;
    right: auto !important;
    transform: translateX(5%) !important;
}

.fixed-action-btn.store-floating-btn .btn-floating {
    width: fit-content;
    text-align: center;
    color: white !important;
    border-radius: 22px;
    padding-left: 25px;
    padding-right: 25px;
    height: auto !important;
    display: inline-grid;
    padding-top: 25px;
}

.fixed-action-btn.store-floating-btn .btn-floating i {
    line-height: 0px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px !important;
}

.tabs.tabs-new,
.tabs.tabs-new .tab {
    border-radius: 28px;
    height: 56px;
    background-color: #F5F0F0 !important;
    color: #000 !important;
    padding: 0 !important;
}


.tabs.tabs-new.address {
    border-radius: 0px;
    height: 69px;
    background-color: transparent !important;
}

.tabs.tabs-new.address .tab {
    border-radius: 0px;
    height: 40px;
    background-color: transparent !important;
    padding: 3px;
}

.tabs.tabs-new.address .tab a{
    line-height: 40px !important;
}


.tabs.tabs-new .tab a {
    color: #000 !important;
    line-height: 56px !important;
    border-radius: 28px;
}

.tabs.tabs-new .tab a.active {
    border-radius: 28px;
    background-color: #FFDAD9 !important;
    color: #000 !important;
}

.tabs.tabs-new .tab a.active.special-pink {
    border-radius: 28px;
    background-color: #EA808A !important;
    color: white !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.tabs.tabs-new .tab a.active.special-green {
    border-radius: 28px;
    background-color: #00A6A4 !important;
    color: white !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.tabs.tabs-new .indicator {
    display: none !important;
}

.big-price-text {
    font-size: 54px !important;
    font-weight: bold !important;
    display: grid;
    margin: 0px !important;
    color: #00A6A4 !important;
}

@media screen and (max-width: 600px) {
    .big-price-text {
        font-size: 40px !important;
    }
}

.big-price-text span {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #371E1F !important;
    font-family: 'Verdana', sans-serif !important;
}

.big-price-text span.extra-text,
h5.extra-text {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #371E1F !important;
}

.big-price-text span.title-text {
    font-size: 25px !important;
    font-weight: normal !important;
    color: #000 !important;
}


.table-text-right {
    text-align: right !important;
}

.table-text-left {
    text-align: left !important;
    font-weight: bold !important;
    color: #000 !important;
}

.text-info-services {
    font-size: 17px !important;
    font-weight: bold !important;
}

.text-info-services.left {
    text-align: left !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-info-services.right {
    text-align: right !important;
}

.info-assistance {
    border: 5px solid #262724;
    border-radius: 30px;
}

.info-assistance .big-price-text {
    font-size: 54px !important;
    color: #00A6A4 !important;
    border-top: 1px solid #00A6A4 !important;
}

.info-assistance .big-price-text.unlined--top {
    border-top: 0px !important;
}

.info-assistance {
    color: #262424 !important;
    font-size: 21px !important;
}

.title-extras-services {
    color: #00A6A4 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}


.header-new {
    color: #00A6A4 !important;
    font-size: 46px !important;
    font-family: 'Verdana', sans-serif !important;
}

#img-store-btn {
    max-height: 60px;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    padding: 5px;
}

#img-megaphone {
    max-height: 100px;
}

.navbar .navbar-main {
    padding: 0 !important;
}

.card-landing-htu h4 {
    font-family: 'Amaranth', sans-serif !important;
    font-size: 46px;
    color: #EA808A !important;
}

.text-landing-hts {
    font-family: 'Muli', sans-serif !important;
}

.hts-title {
    text-transform: uppercase !important;
    font-family: 'Verdana', sans-serif !important;
}

.notices-text {
    font-size: 18px !important;
    font-family: 'Verdana', sans-serif !important;
    color: #371E1F !important;
}

.title-tabs,
.container-prices p:not(.big-price-text) {
    color: #371E1F !important;
}

.title-tabs {
    font-size: 40px !important;
    font-family: 'Verdana', sans-serif !important;
}

footer.page-footer {
    background-color: #031C18 !important;
}

.title-tabs {
    font-family: 'Verdana', sans-serif !important;
    font-size: 40px !important;
}

#extras .table-text-left {
    color: #00A6A4 !important;
    font-weight: bold !important;
}

.extras-title {
    font-size: 30px !important;
    font-weight: bold !important;
}

#extras .table-text-right {
    color: #031C18 !important;
    font-weight: bold !important;
}

.container-prices .tab,
.container-services .tab {
    text-transform: capitalize !important;
}

@media screen and (max-width: 600px) {
    .title-tabs {
        font-size: 30px !important;
    }

    .big-price-text span.extra-text,
    h5.extra-text {
        font-size: 18px !important;
    }

    .tiny-text-14 {
        font-size: 10px !important;
    }

    .number-steps-services {
        font-size: 35px !important;
    }
}



.custom-pink {
    background-color: #FFDAD9 !important;
}

.number-steps-services {
    color: #EA808A !important;
    font-size: 54px !important;
}

.text-info-services {
    color: #371E1F !important;
}

.card-info-services {
    border: 3px solid #00A6A4;
    border-radius: 56px;
}

.card-info-services-inter {
    border: 3px solid #EA808A;
    border-radius: 56px;
}

.text-info-services-inter {
    color: #00A6A4 !important;
}

.number-steps-services-inter {
    color: #00A6A4 !important;
    font-size: 54px !important;
}


@media screen and (max-width: 1024px) {
    .number-steps-services {
        font-size: 40px !important;
    }
}

.btn-redirect-hts {
    font-size: 1.2rem !important;
}

.login-btn-large {
    font-size: 15px !important;
}

form.calculator-amicasa input {
    border: 1px solid #371e1f !important;
    border-radius: 16px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-shadow: none !important;
    width: 70% !important;
    width: calc(100% - 4rem) !important;
}

form.calculator-amicasa .input-field label {
    margin-left: 3.8rem !important;
    width: calc(100% - 2rem - 1.5rem) !important;
}

form.calculator-amicasa .input-field label.active {
    margin-top: -0.5rem !important;
}

.btn--calculator--amicasa {
    background-color: #00A6A4 !important;
}

@media only screen and (max-width: 600px) {
    form.calculator-amicasa input {
        padding-right: 0px !important;
        width: 70% !important;
        width: calc(100% - 4rem) !important;
    }
}

@media only screen and (max-width: 900px) {
    form.calculator-amicasa input {
        padding-right: 0px !important;
        width: 70% !important;
        width: calc(100% - 4rem) !important;
    }
}

@media only screen and (max-width: 1024px) {
    form.calculator-amicasa input {
        padding-right: 0px !important;
        width: 70% !important;
        width: calc(100% - 4rem) !important;
    }
}

.badge-store {
    height: 22px !important;
    display: inline-block !important;
    float: none !important;
    border-radius: 11px !important;
    font-weight: bold !important;
    padding: 6px 16px !important;
    line-height: 11px !important;
    margin-bottom: 5px;
}

.dashedprice {
    font-size: 14px;
    text-decoration: line-through !important;
    margin-right: 8px !important;
}

div#modal--welcome {
    max-height: 450px;
}

#btn-start-welcome-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

#welcome-target-1 {
    z-index: 99;
    position: sticky;
}

.z-index-0 {
    z-index: 0 !important;
}

#btn-help,
#btn-go-to-profile, #btn-contact {
    z-index: 9;
}

.tap-target,
.tap-target-wrapper {
    width: 200px;
    height: 200px;
}

#wt-1 .tap-target-content {
    inset: initial !important;
    text-align: center !important;
    font-weight: bold;
    padding-top: 30px !important;
}

#wt-4.tap-target,
.tap-target-wrapper,
#wt-5.tap-target,
#wt-6.tap-target,
#wt-7.tap-target,
#wt-8.tap-target,
#wt-9.tap-target {
    width: 450px;
    height: 450px;
}

#wt-4 .tap-target-content,
#wt-5 .tap-target-content,
#wt-7 .tap-target-content,
#wt-6 .tap-target-content {
    inset: 10px 0px 0px !important;
    font-weight: bold;
    font-size: 16px;
    padding: 50px !important;
}

#wt-8 .tap-target-content {
    inset: 170px 200px 0px !important;
    font-weight: bold;
    font-size: 16px;
}

#wt-9 .tap-target-content {
    inset: 175px 0px 0px !important;
    font-weight: bold;
    font-size: 16px;
}

#wt-6 .tap-target-content{
    inset: 10px 0px 0px !important;
    font-weight: bold;
    font-size: 16px;
    padding: 60px !important;
}


div.tap-target-wrapper:has(#wt-9):not(.open){
    right: 0 !important;
}

#btn-floating-add-boxes-welcome, #btn-request-assistant-target{
    z-index: 9999;
}

#modal--welcome-target-menu {
    top: 50% !important;
}

#tabs-major-items.indexed-welcome {
    z-index: 9999 !important;
    position: sticky;
}

#tabs-major-items.tabs .tab a.intermittent-animation {
    animation: colorChange .5s infinite !important;
}



@keyframes colorChange {

    0%,
    100% {
        color: white;
        /* Initial and final color */
    }

    50% {
        color: #9E75CE;
        /* Color to change to (red in this case) */
    }
}

#tabs-major-items.tabs .tab a {
    color: white;
    line-height: 64px !important;
    height: 64px;
}

.oy-none {
    overflow-y: hidden;
}


.ox-none {
    overflow-x: hidden;
}




@media only screen and (max-width: 601px) {

    #wt-4.tap-target,
    .tap-target-wrapper,
    #wt-5.tap-target,
    #wt-7.tap-target,
    #wt-8.tap-target,
    #wt-9.tap-target {
        width: 400px;
        height: 400px;
    }


    #wt-6.tap-target,
    .tap-target-wrapper.open:has(#wt-6) {
        width: 440px;
        height: 440px;
    }

    #modal--welcome-target-menu {
        bottom: 80px !important;
        top: initial !important;
    }

    #wt-2 .tap-target-content {
        inset: 50px 0 0 !important;
        text-align: center !important;
        font-weight: bold;
    }

    #wt-6 {
        background: #434343;
    }

    #wt-4 .tap-target-content,
    #wt-5 .tap-target-content,
    #wt-6 .tap-target-content,
    #wt-8 .tap-target-content {
        inset: 50px 0 0 !important;
        font-weight: bold;
        font-size: 16px;
        padding-top: 40px !important;
    }

    #wt-8 .tap-target-content {
        inset: 200px 0px 0px 180px !important;
        font-weight: bold;
        font-size: 14px;
        padding-top: 20px !important;
    }

    #wt-7 .tap-target-content {
        inset: 50px 0 0 !important;
        font-weight: bold;
        font-size: 16px;
        padding-top: 30px !important;
    }

    #wt-9 .tap-target-content {
        inset: 200px 0px 0px 10px !important;
        font-weight: bold;
        font-size: 14px;
        padding-top: 10px !important;
    }


}

a#btn-store-width-animated.btn.rounded img.left{
    height: 60px;
    width: 60px;
    left: 0px;
    position: relative;
    transition: left .5s ease-out;
}

a#btn-store-width-animated.btn.rounded.active {
    padding-left: 15px !important;
    text-align: initial;
    width: 175px !important;
}

a#btn-store-width-animated.btn.rounded {
    width: 60px;
    height: 60px;
    border-radius: 30px !important;
    line-height: 60px;
    padding-left: 0px !important;
    transition: width .5s ease-out, padding-left .5s ease-out, height 0.2s ease-out !important; /* Adjust transition properties */
}

a#btn-store-width-animated.btn.rounded.active img.left{
    left: -15px;
}


  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
  }

  .animated-element-pulse {
    width: 175px;
    height: 60px;
    background-color: pink;
    animation: pulse 2s linear infinite;
  }

  #modal-news-view{
    max-height: 100%;
    height: 678px;
    top: 5% !important;
    width: 85%;
    max-width: 350px !important;
  }

  #modal-news-view .modal-content{
    overflow-y: hidden;
  }

  #modal-news-view img{
    width: 350px;
  }

  .tiny-special{
    margin-top: 2px;
    font-size: 19px;
    line-height: 19px;
  }

  .card-panel{
    border-radius: 1rem;
  }

  #card-info-store{
    background-color: #e3ffff;
  }


#main.container{
    max-width: 70% !important;
}

.navbar #profile-dropdown.store-drop {
    width: 160px;
    border-radius: 1rem !important;
    top: 55px !important;
    width: fit-content !important;
    right: 12px !important;
    left: auto !important;
}

.image-store img#image-header{
    height: 56px !important;
    margin-top: 4px !important;
}

  @media screen and (max-width: 601px) {


    .horizontal-chips{
        width: 100%;
        text-align: left !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px;
        display: flex;
    }

    .horizontal-container .scroller-container {
        width: 100%;
        text-align: left !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px;
        display: flex;
    }

    .horizontal-container .card {
        height: 220px;
        width: 140px;
        min-width: 140px;
        margin-right: 20px;
        border-radius: 0.7rem !important;
        border: none !important;
    }

    .horizontal-container .card .card-image {
        height: 140px;
        width: 140px;
        border-radius: 0.7rem !important;
        border: none !important;
    }

    #product-disclaimer {
        font-size: 12px;
        text-align: center;
    }

    #main.container{
        max-width: 95% !important;
    }

    #carousel-products-top .carousel-item{
        height: 200px !important;
        width: 200px !important;
    }

    #carousel-products-top{
        height: 200px !important;
    }

    .image-store img#image-header{
        height: 44px !important;
        margin-top: 6px !important;
    }
  }

.horizontal-chips{
    width: 100%;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding: 10px;
    display: flex;
}

.horizontal-container .scroller-container {
    width: 100%;
    text-align: left !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    display: flex;
}

.horizontal-container .card .card-image {
    height: 150px;
    width: 150px;
    border-radius: 0.7rem !important;
    border: none !important;
}

.horizontal-container .card {
    height: 260px;
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
    border-radius: 0.7rem !important;
    border: none !important;
}

.horizontal-container .card .card-content{
    padding: 16px !important;
}

.horizontal-container .card .card-content .card-title {
    line-height: 24px;
    font-size: 16px !important;
}

.horizontal-chips::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

.horizontal-chips::-webkit-scrollbar-thumb {
    background: #263238;
    border-radius: 7px;
}

.horizontal-chips span {
    font-size: 14px;
    display: inline-flex;
    margin-left: 12px;
    margin-right: 12px;
    width: 100%;
    font-weight: bold;
    white-space: pre;
}

#horizontal-chips .chip{
    height: 32px !important;
    white-space: nowrap !important;
}

.search-bar-new{
    border-radius: 30px !important;
    height: 60px !important;
    line-height: 60px;
    border: 1px solid black;
}

.search-bar-new i{
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0px;
}

.search-bar-new .input-field input[type=search]:focus:not(.browser-default) {
    border-radius: 30px !important;
    height: 58px !important;
    line-height: 60px;
}

.container-store .card-product{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#carousel-products-top .carousel-item{
    opacity: 1 !important;
    height: 300px;
    width: 300px;
}


#carousel-products-top{
    height: 350px !important;
}

.special-pink-store{
    color: #AF134F;
}

a.special-pink-store{
    font-size: 16px;
}

.hasthag{
    color: #8F00FF;
}

.unclickable{
    pointer-events:none !important;
}

.image-store{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: 100%;
}

.sold-out::before {
    content: "Sold Out";
    display: block;
    position: relative;
    background-color: red;
    color: white;
    padding: 0px;
    width: 80px;
    font-size: 14px;
    transform: rotate(-45deg);
    text-align: center;
    top: 30px;
    left: -20px;
    height: 20px;
    margin-top: -20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.last-units::before {
    content: "Last units";
    display: block;
    position: relative;
    background-color: rgb(80, 158, 97);
    color: white;
    padding: 0px;
    width: 80px;
    font-size: 14px;
    transform: rotate(-45deg);
    text-align: center;
    top: 30px;
    left: -20px;
    height: 20px;
    margin-top: -20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.micro-img{
    max-width: 200px;
    max-height: 200px;
}

#carrousel-index{
    height: 600px !important;
}

#carrousel-index .carousel-item{
    padding: 10px;
}

.fixed-action-btn.swith-accounts-floating-btn {
    top: 80px !important;
    right: 0 !important;
    position: fixed !important;
    bottom: auto !important;
    left: auto !important;
    transform: translateX(5%) !important;
}

.fixed-action-btn.swith-accounts-floating-btn a{
    height: auto;
    display: inline-flex;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-break: anywhere;
    background: #4e2408;
    color: white !important;
    font-weight: bold;
    padding: 9px;
    font-size: 13px;
    text-align: center;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.swith-accounts-floating-btn a span{
    padding: inherit !important;
    font-size: 14px;
}

.fixed-action-btn.swith-accounts-floating-btn img{
    width: 60px;
    height: auto;
    margin: auto;
}

@media only screen and (max-width: 601px) {
    .tabs-new.chipset{
        display: contents;
    }
    
    
    .tabs-new.chipset .col{
        width: auto !important;
        margin-top: 5px;
    }

    .fixed-action-btn.swith-accounts-floating-btn a{
        height: auto;
        display: inline-flex;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        line-break: anywhere;
        background: #4e2408;
        color: white !important;
        font-weight: bold;
        padding: 5px;
        font-size: 10px;
        text-align: center;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    }
    
    .fixed-action-btn.swith-accounts-floating-btn img{
        width: 40px;
        height: auto;
        margin: auto;
    }
    
}

#img-store {
    height: 32px;
    margin-bottom: 5px;
    position: relative;
}

.btn-store-menu{
    display: inline-flex;
    background: white;
    border-radius: 26px;
}

.login-btn{
    border-radius: 26px;
}

.btn-store-menu:hover{
    background-color: white !important;
    transform: scale(1.1);
}

.show-on-large.btn.btn-store-menu{
    margin-top: 24px;
}

@media only screen and (max-width: 1161px){

    nav a:not(.sidenav-trigger) i.material-icons:not(.dropdown-content i):not(.show){
        display: none;
    }
}


@media only screen and (max-width: 992px){
    .show-on-large.btn.btn-store-menu{
        margin-top: 0px;
    }

    a.login-btn i.material-icons{
        display: block !important;
    }
}

@media only screen and (max-width: 600px){
    nav .nav-wrapper ul.icon-header-container.left{
        left: 0px !important;
        top: 0px !important;
        margin: 0px !important;
    } 
    
    nav .nav-wrapper ul.icon-header-container.left a{
        padding-right: 0px !important;
    }

    nav .nav-wrapper ul li a:not(.dropdown-content a){
        border-right: 1px solid white;
        height: 46px;
        line-height: 46px !important;
    }

    nav .nav-wrapper ul li{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .btn-store-menu{
        background-color: transparent !important;
        margin-right: 0px !important;
        background: transparent !important;
        box-shadow: none;
        height: 56px;
        margin-right: 1px !important;
        margin-left: 1px !important;
        border-right: 2px solid white;
        border-radius: 0px;
        margin-top: 10px !important;
    }

    .btn-store-menu img{
        height: 32px !important;
    }

    .btn-store-menu i{
        margin-right: 0px !important;
        padding-top: 5px !important;
    }

    i.flag-i{
        display: block;
        position: absolute;
        right: 0%;
        font-size: 12px;
        top: -15px;
    }

    .navbar-list.right.valign-wrapper li a{
        font-size: 14px !important;
    }

    .navbar .nav-wrapper .navbar-list > li > a {
        padding: 0 3px;
    }
}

#side-menu-icon-container{
    height: 90px;
    margin-top: 10px;
}

#side-menu-icon-container a img{
    
    height: 70px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    margin-bottom: 9px !important;

}

.img-blog{
    width: 100%;
    border: 1px #c5c5c5 solid;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.special-green-text {
    color: #00A6A4 !important;
}

.group-name-span{
    font-size: 12px !important;
}

.special-light-pink{
    background-color: #f7e6ec;
}

img.responsive{
    max-width: 100%;
}

#modal-how-to-buy{
    z-index: 99999 !important;
}

#table-addresses tr td a.btn{
    min-width: 150px;
}

.material-tooltip{
    z-index: 999999 !important;
}

td.left{
    text-align: left;
}

#address-data-head .switch label{
    font-size: 21px;
    color: #2e2e2e;
}

#address-data-head .switch label input[type=checkbox]:checked + .lever:after {
    background-color: #3f5d9f;
}

#address-data-head .switch label input[type=checkbox]:checked + .lever {
    background-color: #445a9c61;
}

i.semi_medium {
    font-size: 3rem;
}

p#quote-comment {
    color: black;
    background: #3ea3a424;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #ccc3;
}

#address-data-head .lever{
    background: #3ea3a4 !important; 
}

.col.s12.m7.info-p {
    height: inherit;
}

/* Efecto de shake infinito */
.shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) infinite;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.shake-vertical {
    animation: shake-vertical 0.5s infinite;
}

@keyframes shake-vertical {
    0%, 100% { transform: translateY(0); }
    20% { transform: translateY(-5px); }
    40% { transform: translateY(5px); }
    60% { transform: translateY(-3px); }
    80% { transform: translateY(3px); }
}

/* Efecto de balanceo (sube y baja) */
@keyframes see-saw {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.seesaw {
    display: inline-block;
    animation: see-saw 1.5s ease-in-out infinite;
    transform-origin: bottom center; /* Punto de pivote en la base */
}

@keyframes violent-shake {
    0%, 50%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    10%, 30% {
        transform: translateX(-6px) rotate(-4deg);
    }
    20%, 40% {
        transform: translateX(6px) rotate(4deg);
    }
}

.violent-shake {
    display: inline-block;
    animation: violent-shake 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: center center;
}
.tipo-tag {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 16px;
    background-color: #e0e0e0;
    color: #333;
    display: inline-block;
    margin: 4px;
}  

.insurance-description h4 {
    font-size: 1.5rem !important; /* smaller than default h4 */
    margin-top: 20px;
    margin-bottom: 10px;
    color: #00a6a4; /* optional: make it colorful */
}

.insurance-description p {
    font-size: 1.2rem !important; /* increase paragraph font size */
    line-height: 1.6;
    margin-bottom: 12px;
    color: #333;
}

.insurance-description li {
    font-size: 1.2rem !important; /* increase paragraph font size */
    line-height: 1.6;
    margin-bottom: 12px;
    color: #333;
    margin-bottom: 8px;
}