input.input-error {
    background: #FFEEEE;
}

.tpc-coupon-title {
    overflow: hidden;
}

.two-lines-max {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tpc-coupons-con {
    display: none;
    min-height: 500px;
}

#tpc_coupons_wrapper > div.current {
    display: block;
}

#coupon_widget {
    margin-top: 20px;
}

.ll-coupons {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    display: flex;

}

.ll-coupons p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: normal;
    margin-top: 0;
}

.ll-coupon {
    align-items: center;
    background-color: white;
    border: 1px dashed #dddddd;
    border-radius: 20px;
    box-shadow: 0px 10px 25px -20px rgba(0, 0, 0, 0.5);
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 10px;
    padding: 10px 10px 50px;
    flex: 0 0 270px;
    height: 200px;
    overflow: hidden;
}

.ll-coupon>* {
    flex: 1;
}

.ll-coupons.unclipped>.ll-coupon.clipping {
    opacity: 0.25;
    pointer-events: none;
}

.ll-coupons.unclipped>.ll-coupon.clipped {
    pointer-events: none;
}

.ll-coupons.unclipped>.ll-coupon.clipped:after {
    content: 'Clipped!';
    display: flex;
    position: absolute;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    font-size: 24px;
    color: grey;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #ffffffe6;
}

.ll-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 150px;
}

.ll-image-wrapper>img {
    max-height: 100%;
    object-fit: contain;
}

.ll-details {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
}

.ll-details.top {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30px, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 25px;
}

.ll-details.bottom {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30px, rgba(255, 255, 255, 1) 100%);
    padding-top: 25px;
}

.ll-details * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    max-width: 100%;
}

.ll-details h2,
.tpc-detail .tpc-coupon-brand,
.tpc-info .tpc-coupon-name {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.ll-details h3,
.tpc-detail .tpc-coupon-name,
.tpc-info .tpc-coupon-brand {
    font-size: 20px;
    color: #117bb8;
    font-weight: bold;
    text-transform: none;
}

.tpc-info .tpc-coupon-name {
    font-size: 18px;
}

.ll-details h4 {
    font-size: 14px;
}

.tpc-detail>p {
    margin: 5px 0;
}

.ll-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.ll-buttons>.button {
    border: none;
    box-sizing: content-box;
    color: white;
    cursor: pointer;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    padding: 10px;
    text-align: center;
    text-transform: none;
    min-width: 0;
    min-height: 0;
}

.ll-buttons>.button svg {
    margin-right: 10px;
}

.ll-buttons>.info-button,
.ll-buttons>.close-button {
    background-color: grey;
    border-radius: 0px 0px 0px 20px;
}

.ll-buttons>.clip-button,
.ll-buttons>.login-button {
    background-color: #117bb8;
    border-radius: 0px 0px 20px 0px;
    flex: 2;
}

.ll-buttons .button {

    font-family: Helvetica;
    margin: 0;
}

.ll-buttons>.button:hover {
    background: #474747;
    color: white;
}

.ll-coupons.clipped .ll-buttons>.clip-button {
    display: none;
}

.ll-coupon-popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.ll-coupon-popup.open {
    display: flex;
}

.ll-coupon-popup>.modal-backdrop {
    background-color: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ll-coupon-popup>.modal-backdrop>.modal {
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px 20px 60px;
    margin: 20px;
    position: relative;
    box-shadow: 0px 10px 25px -20px rgba(0, 0, 0, 0.5);
}

.ll-coupon-popup .ll-details-container {
    max-height: 300px;
    max-width: 300px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ll-coupon-popup .ll-details-container::-webkit-scrollbar {
    display: none;
}

.modal .ll-image-wrapper {
    position: static;
    height: 200px;
    width: 200px;
}

.modal p {
    margin-top: 20px;
}

#coupons_unclipped h2.message,
#coupons_clipped h2.message {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: normal;
    font-weight: bold;
    padding: 20px;
    margin-top: 100px;
    text-align: center;
}

.tpc-coupons-con .message,
.tpc-coupons-con.no-coupons .header-subcount {
    display: none;
}

.tpc-coupons-con.no-coupons .message {
    display: block;
}

.categories-dropdown {
    position: relative;
    z-index: 9;
}

.categories-dropdown.sticky {
    position: fixed;
    top: 0;
}

.coupons-header {
    background: #107bb8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
}

/****************************
 * Coupon Header
 ****************************/
.coupon-widget {
    background: white;
    position: relative;
}

.coupon-header-container {
    background: #1767e8;
}

.coupon-menu-item {
    position: relative;
    text-align: center;
}

button.coupon-menu-item,
.coupon-menu-item button {
    color: white;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.coupon-menu-item:hover,
.coupon-menu-item.show,
.coupon-menu-item.current {
    background-color: #474747;
}

.coupon-menu-item .menu-item-content {
    position: absolute;
    background-color: #f1f1f1;
    display: none;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 0px 0px 25px 25px;
}

.coupon-menu-item.show .menu-item-content {
    display: flex;
    padding: 10px;
    top: 100%;
    right: 0;
    z-index: 100;
}

button.coupon-menu-item,
.coupon-menu-item>button,
.coupon-submenu-item {
    background: transparent;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    border: 0;
}

.coupon-submenu-item {
    width: 56px;
}

button.coupon-menu-item:focus,
.coupon-menu-item button:focus {
    outline-width: 2px;
    outline-style: dashed;
    outline-color: red;
}

.coupon-menu-item {
    transition: none;
}

.coupon-menu-item.show {
    border-color: #474747;
}

.coupon-menu-item:hover {
    border: none;
}

.coupon-menu-item span,
.coupon-submenu-item span {
    display: inline-block;
    margin-bottom: 7px;
    width: 100%;
}

.coupon-menu-btn .menu-item-content {
    right: 0;
}

.coupon-menu-btn {
    display: inline-block;
    height: 67px;
    width: 70px;
    vertical-align: top;
}

.notification-circle {
    width: 26px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 2px solid #ffb25f;
    position: absolute;
    right: 0;
    top: 3px;
    background: #e86623;
    padding-right: 1px;
    box-sizing: border-box;
}

.coupon-submenu-item a,
a.coupon-submenu-item,
a.coupon-submenu-item:visited {
    color: #666;
}

.coupon-widget-drop {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.coupon-widget-drop.show {
    display: block;
}

/************
* Sign In
*/
.coupon-widget-overlay {
    display: none;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
}

.coupon-overlay-container {
    background-color: #fff;
    border-radius: 5px;
    min-height: 400px;
    min-width: 400px;
    position: relative;
    border-radius: 5px;
}

.coupon-widget-overlay.show {
    display: flex;
    margin-top: 35px;
}

.overlay-panel {
    background: white;
    border-radius: 5px;
}

.coupon-overlay-waiting {
    color: #5a5a5a;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay-message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.coupon-overlay-login {
    color: #5a5a5a;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 400px;
    width: 400px;
}

.coupon-overlay-msg {
    padding: 0 10px;
}

.coupon-overlay-subtitle {
    font-size: 16px;
    text-align: center;
}

#login_phone {
    width: 185px;
    font-size: 24px;
    text-align: center;
    width: 210px;
}

#verf_code {
    width: 100px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    padding: 0;
}

#coupon_btn_clipped,
.coupon-logout-btn,
.coupon-account-btn,
.button.clip-button,
#coupon_widget.logged .ll-coupons.clipped .button.clip-button,
.coupon-widget.logged .coupon-login-btn {
    display: none;
}

#coupon_widget.logged .coupon-logout-btn,
#coupon_widget.logged .coupon-account-btn,
#coupon_widget.logged .clip-button {
    display: block;
}

#coupon_widget.logged #coupon_btn_clipped {
    display: inline-block;
}

/*******************************/
.header-title {
    width: 100%;
}

.header-title h1 {
    color: black;
    font-size: 32px;
    font-family: "Nexa", Helvetica, Arial, sans-serif;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.categories-btn {
    background-color: #117bb8;
    color: white;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
    min-width: 250px;
    transition: border-radius .5s;
}

.categories-dropdown.sticky .categories-btn {
    border-radius: 0px 0px 20px 0px;
}

.categories-dropdown.show .categories-btn {
    border-radius: 0px 20px 0px 0px;
}

.categories-dropdown.sticky.show .categories-btn {
    border-radius: 0px;
}

.categories-btn:hover,
.categories-dropdown.show .categories-btn {
    background-color: #474747;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    flex-direction: column;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 0px 0px 25px 25px;
    width: 100%;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content a:hover {
    color: white;
    background-color: grey;
}

.hide {
    display: none !important;
}

.categories-dropdown.show .dropdown-content {
    display: flex;
}

/*************************
 *    Member Area        *
 *************************/
.ll-account-form p {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 3px;
}

.ll-login {
    background: white;
    min-height: 600px;
    padding: 2px;
}

.ll-register-container {
    width: 540px;
    padding: 8% 0 0;
    margin: auto;
    margin-bottom: 125px;
}

.ll-register-container form {
    margin-bottom: 17px;
}

.ll-login-container {
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
    margin-bottom: 125px;
}

.tp-form-box {
    margin-top: 20px;
    margin-left: 0;
    padding: 18px 24px 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
}

.tp-form-box h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color:
        darkred;
    font-weight: bold;
}

.ll-register-container #submit {
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

.ll-login label {
    color: #72777c;
    cursor: pointer;
    font-size: 14px;
}

.ll-login select {
    color: #666;
}

.ll-login select:focus {
    color: #111;
}

.ll-login input[type="checkbox"] {
    margin: 0 7px 0 0;
}

.ll-login input[type="text"],
.ll-login input[type="password"],
.ll-login input[type="date"],
.ll-login select {
    background: #fbfbfb;
    box-sizing: border-box;
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 4px 6px 10px 4px;
}

.ll-login input[type="text"]:disabled,
.ll-login input[type="date"]:disabled {
    background: #dddddd;
}

.ll-login input[type="checkbox"]:focus,
.ll-login input[type="text"]:focus,
.ll-login input[type="password"]:focus,
.ll-login input[type="date"]:focus,
.ll-login select:focus {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    outline: 2px solid transparent;
}

.ll-login .button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
    box-shadow: 0 1px 0 #006799;
    box-sizing: border-box;
    color: #fff;
    height: 30px;
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 0 12px 2px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    vertical-align: baseline;
    white-space: nowrap;
    cursor: pointer;
}

.ll-login .button-primary:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}

.ll-login .button-primary:active {
    background: #0073aa;
    border-color: #006799;
    box-shadow: inset 0 2px 0 #006799;
    transform: translateY(1px);
    vertical-align: top;
}

.ll-login .page-message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.ll-login .page-message.error {
    border-left-color: #dc3232;
}

.ll-login p {
    margin-bottom: 0;
}

.login-form .register-link {
    float: right;
    margin-top: 10px;
}

.login-form .button-primary {
    float: left;
}

.ll-login h1 {
    font-size: 24px;
}

@media (max-width: 600px) {
    .coupons-header .header-title {
        text-align: center;
    }

    .ll-register-container {
        width: 100%;
    }

    .ll-login input[type="text"],
    .ll-login input[type="password"],
    .ll-login input[type="date"],
    .ll-login select {
        margin: 4px auto 10px auto;
    }
}

/*************************************
 * TPC redon css
 *************************************/
.tpc-content-wrapper .page-message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.tpc-content-wrapper .page-message.error {
    border-left-color: #dc3232;
}

.tpc-content-wrapper p {
    margin-bottom: 0;
}

.login-form .register-link {
    float: right;
    margin-top: 10px;
}

.tpc-content-wrapper h1 {
    font-size: 24px;
}