﻿.tooltip-icon {
    position: relative;
}

    .tooltip-icon::after {
        position: absolute;
        top: 0px;
        content: url('/Commons/images/lot/i.png');
        padding-left: 5px;
        cursor: help;
    }

/*TOOLTIP STYLE*/
.ui-tooltip {
    background-color: #e4e4e4 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    border: 0px !important;
    border-radius: 0 !important;
    padding: 15px !important
}

/*END TOOLTIP STYLE*/
.user-badge {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: -5px .5em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 50%;
    font-style: normal;
    color: #ffffff;
    background-color: #caaf3e;
}

.checkbox label input[type="checkbox"] + input + .cr > .cr-icon,
.checkbox label input[type="checkbox"] + label + input + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + input + .cr > .cr-icon,
.checkbox label input[type="checkbox"]:checked + label + input + .cr > .cr-icon {
    opacity: 1;
}

.about-area .text-area {
    max-width: none;
}

.opacity {
    background-color: rgba(0, 0, 0, 0.20);
}

.lotti-search, .lotti-search:focus {
    max-width: 1024px;
}

.detail .value {
    font-size: 14px;
}

#privacy_opt-error,
#privacy_opt1-error,
#PrivacyConsentUpdate-error {
    position: absolute;
    left: 0;
    bottom: -58px;
}

#registerForm #privacy_opt-error,
#userDataForm #PrivacyConsentUpdate-error {
    bottom: -13px !important;
}

#contactForm #privacy_opt1-error {
    bottom: -56px !important;
}

.prebid-details .callmeoption {
    margin: 15px 0px;
}


#userDataForm a {
    position: static;
    bottom: unset;
}

@media (max-width: 1024px) {
    #privacy_opt-error, #privacy_opt1-error, #PrivacyConsentUpdate-error {
        bottom: -133px !important;
        font-size: 15px;
        line-height: 16px;
    }

    #registerForm #privacy_opt-error,
    #contactForm #privacy_opt1-error,
    #userDataForm #PrivacyConsentUpdate-error {
        bottom: -13px !important;
    }

    #contactForm #privacy_opt1-error {
        bottom: -56px !important;
    }
}

.table-borderless td, .table-borderless th {
    border-color: white !important; 
}