@charset "UTF-8";

#toyota-cw-mask {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

#toyota-cw {
    position: absolute;
    z-index: 1000001;
    bottom: 0;
    left: 0;
}

.toyota_global_styling #toyota-cw {
    position: relative;
    margin-top: 50px;
}

#toyota-cw * {
    color: #282830;
}

#toyota-cw p {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
}

#toyota-cw button {
    min-width: 148px;
    margin-bottom: 20px;
    padding: .655rem 1.4rem;
    border: none;
    background-color: #515256;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    cursor: pointer;
    border-radius: 30px;
}

#toyota-cw input[type="checkbox"], .toyota-cw__checkmark {
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 2;
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

#toyota-cw input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

#toyota-cw label {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-family: 'ToyotaType-Semibold', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
    vertical-align: middle;
}

#toyota-cw label + p {
    margin-left: 23px;
}

.toyota-cw__wrapper {
    overflow: auto;
    max-width: 610px;
    margin: 0 auto;
    padding: 20px 30px 0 30px;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.toyota-cw__title {
    font-size: 16px !important;
    font-family: 'ToyotaType-Semibold', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.toyota-cw__content a {
    color: #f02 !important;
}

.toyota-cw__footer {
    margin-top: 20px;
    font-size: 13px;
}

.toyota-cw--read-more {
    top: 10%;
    right: 0;
}

@media screen and (max-width: 610px) {
    .toyota-cw__buttons {
        text-align: center;
    }

    .toyota-cw__buttons button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px !important;
        width: 100% !important;
        padding: 1rem 2rem !important;
    }
}

@media screen and (min-width: 610px) {
    #btnMoreInfo, #btnSave, #btnRejectAll {
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    .toyota-cw--read-more {
        top: 0;
    }
}
