﻿@import url("client-styles/costco-icons-rwd.css");

@import url("client-styles/slick.css");
@import url("client-styles/slick-theme.css");

@import url("client-styles/site.css");
@import url("client-styles/standard.css");

@import url("client-styles/bootstrap.css");

/* fix the footer in device index */
.accordion.panel-group .panel .panel-heading .panel-title {
    width: 100%;
}


/* cm_ts styles overwriting this - quick fix */
.CarouselLink {
    color: black !important;
}

/* need to override this - .active class is used on tab panels and the client styles is setting the background of this to grey */
.active {
    background: unset;
}

    .active::after {
        content: none;
    }

/* styles provided to us don't match the style guide - just adding a few here */
h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 18px;
}

@media only screen and (max-width: 769px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .feedback-container-with-shadow {
        flex-direction: row;
        margin: 0px !important;
        margin-left: 0px !important;
        justify-content: center;
        align-items: center;
    }

        .feedback-container-with-shadow button {
            margin-top: 8px;
        }

    .feedback-container {
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
        padding-left: 15px;
        /*width: 100vw !important;*/
    }

    .feedback-title{
        padding:0px !important;
        padding-left:8px !important;
    }

    .feedback-btn-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        padding: 0px !important;
    }
    .feedback-thumbs-up,
    .feedback-thumbs-down {
        margin: 0px !important;
    }
    .feedback-btn-mobile button {
        width: 60px;
        padding: 4px;
    }
    /* 
    .feedback-btn-mobile button {
        width: 100px;
    }
    */
}

/* feedback styling */
.feedback-container-with-shadow {
    border: 1px solid #2F71A8;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
    /*max-height: 100px;*/
    /*border-top: 3px solid #3071a9;*/
    /*border-bottom: 2px solid #d9d9d9;*/
    display: flex;
    float: left;
    width: 330px;
    margin-left: 15px;
    color: #000;
}

.feedback-section {
    width: 100%;
}

.feedback-container {
    margin: 0px !important;
}

.feedback-hint-container-with-shadow {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 11px 20px 8px 5px;
    border-top: 3px solid #3071a9;
    border-bottom: 2px solid #d9d9d9;
    display: flex;
    width: fit-content;
}



/**/
/*  Rollover image styles  */
.feedback-btn-mobile button {
    position: relative;
    width: 60px;
    max-width: 100%;
}
.feedback-btn-mobile button p{
    padding-left:20px !important;
}
.feedback-thumbs-up, .feedback-thumbs-up p, .feedback-thumbs-down, .feedback-thumbs-down p {
    padding: 0px !important;
    margin: 0px !important;
}

.feedback-btn-mobile .feedback-thumbs-up img,
.feedback-btn-mobile .feedback-thumbs-down img {
    position: absolute;
    top: 10px;
    right: 0;
    left: 5px;
    bottom: 0;
    object-fit: contain;
    transition: opacity .2s;
}

.thumbs-up-hover, .thumbs-down-hover {
    opacity: 0;
}

.feedback-thumbs-up:hover .thumbs-up-hover {
    opacity: 1;
}
.feedback-thumbs-down:hover .thumbs-down-hover {
    opacity: 1;
}
.feedback-thumbs-selected {
    opacity: 1;
}
/**/
.feedback-hint-container-with-shadow a {
    color: #2F71A8 !important;
}

    .feedback-hint-container-with-shadow img {
        height: 16px;
        width: 16px;
        margin: 0px 10px;
    }

.feedback-thumbs-down,
.feedback-thumbs-up {
    background-color: #eaeaea !important;
    color: #3071a9 !important;
    font-weight: bolder;
    border: none !important;
    vertical-align: middle !important;
    padding-top: 5px;
}

.feedback-thumbs-down:hover,
.feedback-thumbs-up:hover{
    background-color: #3071a9 !important;
    color: #FFF !important;
}

.feedback-thumbs-up:hover {
    content: "\customer\resources\images\int\thumbs-up-white.svg";
}
.feedback-thumbs-down:hover {
    content: "\customer\resources\images\int\thumbs-down-white.svg";
}

.feedback-thumbs-up-selected,
.feedback-thumbs-down-selected {
    background-color: #3071a9 !important;
    color: #FFF !important;
    border: none !important;
}
.feedback-hint-container-with-shadow p {
    color: #000;
}
.breadcrumb-back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .breadcrumb-back-btn p {
        padding-top: 12px;
    }

.Chevy-left img {
    transform: rotate(90deg);
    margin-right: 8px;
}

#ot-sdk-btn {
    color: inherit;
}


.feedback-title {
    vertical-align: middle !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px;
    min-width: 190px;
    font-size:14px;

}

/* button styles */
.btn-primary {
    border-color: unset;
}

    .btn-primary:focus,
    .btn-primary.focus {
        border-color: unset;
    }

    .btn-primary:hover {
        border-color: unset;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        border-color: unset;
    }

    .btn-primary:hover {
        color: #fff !important;
        background-color: #2a6293 !important;
    }

    .btn-primary:focus {
        background-color: #2a6293 !important;
    }

.btn-secondary {
    color: #0060a9 !important;
    background-color: #eaeaea !important;
}

    .btn-secondary:hover {
        color: #0060a9 !important;
        background-color: #d9d9d9 !important;
    }

    .btn-secondary:focus {
        background-color: #d9d9d9 !important;
    }

.btn-outline-primary {
    color: #3071a9 !important;
    background-color: #fff !important;
}

    .btn-outline-primary:hover {
        background-color: #eee !important;
    }

    .btn-outline-primary:focus {
        background-color: #eee !important;
    }

/* end button styles */


/* end additional client styles */

/**/

.scen-tool-bar{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}

.scen-tool-bar .feedback-container-main{
    margin-bottom:0px;
}

.scen-tool-bar div.feedback-container-with-shadow{
    margin-left:0pc;
    padding:5px !important;
}
.scen-tool-bar div.feedback-container-with-shadow .feedback-title{
    padding:0px;
}

.displayNone{
    display:none;
}

.scen-tool-bar .scen-button.scen-button-step{
    margin-right:0px !important;
}

/*gdpr styles */

/* GDPR Banner Styling */
.gdpr-message-banner {
    position: fixed;
    left: 0;
    bottom: -200px;
    width: 100%;
    background-color: #eff7fb;
    color: #333;
    padding: 20px;
    font-size: 16px;
    animation: slideUp 1s ease-out forwards;
    border-top: 1px solid #3071A9;
    z-index: 10;
}

@keyframes slideUp {
    from {
        bottom: -200px;
    }

    to {
        bottom: 0;
    }
}

.gdpr-message-banner .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gdpr-message-item_content {
    font-size: 18px;
}

.gdpr-message-item_content strong {
    font-size: 22px;
    font-weight: 600;
    display: block;
    color: #3071A9;
}

.gdpr-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.gdpr-buttons .btn {
    font-size: 18px;
}

.gdpr-modal.modal {
    background: rgba(30, 30, 30, 0.4);
    backdrop-filter: none !important;
}

    .gdpr-modal.modal .modal-dialog {
        max-width: 628px;
    }

.gdpr-modal .modal-content {
    padding: 1em 2em;
}

.gdpr-list {
    padding: 0;
    list-style-type: none;
}

.gdpr-modal h4 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #3071A9;
}

.gdpr-modal-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 1em 0;
    border-top: 1px solid #C7C7C7;
    padding-top: 8px;
}

.gdpr-button-container {
    padding-top: 16px;
}

.gdpr-modal-container .gdpr-category {
    width: 35%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

    .gdpr-modal-container .gdpr-category input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 0;
    }

.gdpr-modal-container .gdpr-desc {
    width: 64%;
}

.gdpr-modal-container .btn {
    width: 49%;
}

.gdpr-modal-container a.btn {
    height: 40px;
    line-height: 165%;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .gdpr-modal .modal-content {
        max-height: 98vh;
        position: relative;
        overflow: auto;
    }

    .gdpr-modal-container {
        flex-wrap: wrap;
    }

.gdpr-modal-container .gdpr-category input[type="checkbox"] {
    margin: 12px 0 12px 12px;
}

.gdpr-modal-container .gdpr-category, .gdpr-modal-container .gdpr-desc {
    width: 100%;
}

.gdpr-modal-container .btn {
    width: 100%;
    margin-bottom: 1em;
    }
}
.fade.show {
    opacity: 1;
}