﻿.tooltipnew {
    position: relative;
    display: inline-block;
}

    .tooltipnew .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltipnew:hover .tooltiptext {
        visibility: visible;
    }

.field-validation-error, .validation-summary-errors {
    font-size: 16px;
    color: #ea2f10;
    margin-bottom: 20px;
}

.offermodalimage {
        width: 150px;
}


.lead {
    color: #e0004d;
    font-weight: 600;
}

    .lead small {
        font-weight: 300;
    }

strong {
    font-weight: 600;
}

label {
    font-weight: 600;
}

#campaignclosedbanner {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 500px;
}

.disabled {
    background-color: #33312f !important;
    border-color: #33312f !important;
}

input:focus, textarea:focus, .form-control:focus {
    border-color: rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset;
    outline: 0 none;
}

/* Feedback Form */

.feedbackForm {
    background: #FFF;
    box-shadow: 8px 8px 30px rgba(0,0,0,.05);
    margin-bottom: 1rem;
    height: auto;
    width: 300px;
    position: fixed;
    bottom: 20%;
    right: 1%;
}

.feedbackForm .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.feedbackForm .rating .star {
    cursor: pointer;
    color: #ababab;
}

    .feedbackForm .rating .star.active {
        color: orange;
        opacity: 0;
        animation: animate .5s .1s ease-in-out forwards; /*calc(var(--i) * .1s)*/
    }

@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.feedbackForm .rating .star:hover {
    transform: scale(1.1);
}

.feedbackForm textarea {
    width: 100%;
    background: #F5F5F5;
    padding: 1rem;
    border-radius: .5rem;
    border: none;
    outline: none;
    resize: none;
    margin-bottom: .5rem;
}

.giveFeedbackBtn {
    position: fixed;
    /* background: yellow; */
    top: 50%;
    right: -7%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
}

#feedback-Alert {
    display: none;
    position: fixed;
    right: 1%;
}

/* Mobile-specific styles */
@media (max-width: 767.98px) {
    .feedbackForm {
        right: 0% !important;
        margin-bottom: 0 !important;
        border-radius: 0!important;
        width: 100%!important;
        bottom: 0% !important;
    }

    .giveFeedbackBtn {
        display:revert;
    }

    #feedback-Alert {
        bottom: 0%;
        margin-bottom: 0%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 2000px) {
    .feedbackForm {
        width: 450px !important;
        bottom: 30% !important;
    }
}

/* Black Bar Cookie */
@font-face {
    font-family: "Roboto";
    src: url(https://consent.trustarc.com/get?name=RobotoRegular.ttf) format("truetype"),url(https://consent.trustarc.com/get?name=RobotoRegular.eot) format("embedded-opentype"),url(https://consent.trustarc.com/get?name=RobotoRegular.woff) format("woff"),url(https://consent.trustarc.com/get?name=RobotoRegular.otf) format("opentype"),url(https://consent.trustarc.com/get?name=RobotoRegular.woff2) format("woff2"),url(https://consent.trustarc.com/get?name=RobotoRegular.svg) format("svg");
}

@font-face {
    font-family: "Roboto";
    src: url(https://consent.trustarc.com/get?name=RobotoBold.ttf) format("truetype"),url(https://consent.trustarc.com/get?name=RobotoBold.eot) format("embedded-opentype"),url(https://consent.trustarc.com/get?name=RobotoBold.woff) format("woff"),url(https://consent.trustarc.com/get?name=RobotoBold.otf) format("opentype"),url(https://consent.trustarc.com/get?name=RobotoBold.woff2) format("woff2"),url(https://consent.trustarc.com/get?name=RobotoBold.svg) format("svg");
    font-weight: bold;
}

#truste-repop-msg element #truste-repop-msg {
    display: none;
}

#truste-consent-track {
    border: 1px solid #444;
    padding: 10px 20px;
    background-color: #444;
    direction: ltr;
    width: 100%;
    box-sizing: border-box;
    padding-left: 8.33%;
    padding-right: 8.33%;
}

.truste-messageColumn h2 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #f9f9f9;
    margin-top: 0;
}

.truste-messageColumn h1 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #f9f9f9;
    margin-top: 0;
}

#truste-consent-content {
    display: flex;
    align-items: center;
}

#truste-consent-text {
    opacity: 0.9;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #f9f9f9;
    margin: 0;
}

#truste-consent-button, #truste-consent-required {
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border-radius: 5px;
    border: none;
    color: #222 !important;
    font-family: "Roboto",Arial,Helvetica,Sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-shadow: none !important;
    text-transform: inherit;
    opacity: 1;
    padding: 12.5px 5px !important;
    margin-right: 12px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 185px;
    max-width: 185px;
    cursor: pointer;
    border: 2px solid #444;
}

    #truste-consent-button:focus:after, #truste-consent-required:focus:after, #truste-consent-button:hover:after, #truste-consent-required:hover:after {
        content: "";
        position: absolute;
        height: calc(100% - 6px);
        width: calc(100% - 6px);
        background: transparent;
        right: 2px;
        top: 2px;
        border-radius: 3px;
        border: 1px solid #444;
    }

#truste-show-consent {
    width: auto;
    height: 44px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9f9f9;
    background: transparent;
    box-shadow: none;
    border: none;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: underline;
}

.truste-button-divider {
    display: flex;
    align-items: normal;
}

#truste-privacy-button {
    color: #ffffff;
    text-decoration: underline;
}

    #truste-privacy-button:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.do-not-sell-link {
    color: #ffffff;
    text-decoration: underline;
}

    .do-not-sell-link:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.truste-messageColumn {
    font-family: "Roboto", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 15px 0px 15px 0px;
    float: left;
}

.truste-cookie-link {
    font-family: "Roboto", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    color: #fff;
}

.truste-buttonsColumn {
    float: right;
    margin: 10px 0px 0px 0px;
    font-size: 15px;
    font-family: "Roboto", Arial, Helvetica, Sans-serif;
    margin-top: 0;
    width: 100%;
    max-width: 385px;
    margin-left: 30px;
    min-width: 385px;
}
/* MOBILE ONLY */

@media screen and (min-width: 1px) and (max-width: 1000px) {
    #truste-consent-track {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1px) and (max-width: 750px) {
    #truste-consent-content {
        display: block;
    }

    .truste-buttonsColumn {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }

    #truste-consent-required {
        max-width: 50%;
        margin-right: 36px;
        min-width: 178px;
    }

    #truste-consent-button {
        max-width: 50%;
        min-width: 178px;
    }

    #truste-show-consent {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1px) and (max-width: 470px) {
    #truste-consent-required {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1px) and (max-width: 435px) {
    .truste-buttonsColumn {
        min-width: 1px;
    }

    .truste-button-divider {
        display: block;
    }

    #truste-consent-required {
        max-width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    #truste-consent-button {
        max-width: 100%;
    }
}  