.nbtu-all_content_hide {
    border: 1px dotted #e37863;
    background: #f5d8d666;
    padding: 10px;
}

.csm-coupon-btn-holder {
    position: relative;
    margin: 20px;
    background: #f3f1ff;
    border: 1.5px dashed #e37863;
    box-sizing: border-box;
    border-radius: 50px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 4px;
    flex-basis: 290px;
    padding-left: 20px;
    padding-right: 35px;
}

.csm-coupon-btn-holder.withoutcopy {
    padding-right: 20px;
}

.csm-coupon-btn-holder span {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.03em;
    color: #333745;
    position: relative;
    top: 2.5px;
    left: 0;
}

.csm-coupon-btn-holder a,
.csm-coupon-btn-holder a:hover,
.csm-coupon-btn-holder a:focus,
.csm-coupon-btn-holder a:active {
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    text-align: right;
    background: #e37863;
    border-radius: 50px;
    display: block;
    padding: 8px 20px 8px 50px;
    position: relative;
    right: -19px;
    background-image: url(../images/copy.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 19px 21px;
    transition: all linear 200ms;
    color: #fff !important;
    opacity: 1;
}

.csm-coupon-btn-holder a:hover,
.csm-coupon-btn-holder a:focus,
.csm-coupon-btn-holder a:active {
    background-color: #a20a18;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: auto;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-family: avenir next;
    line-height: 16px;
    top: -30px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.nbtu-getcode {
    display: inline-block;
    margin: 10px;
    font-size: 13px;
}

.nbtu-getcode .getcode-button_download-icon img {
    height: 15px;
    width: auto;
}

.nbtu-getcode .getcode-button_download {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    border: none;
    background-color: var(--nbtu_color);
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.nbtu-getcode article a.getcode-button_download {
    width: 200px;
    color: #fff;
}

.nbtu-getcode .getcode-button_download-main {
    width: 70%;
    border-right: 1px solid #fff;
    padding: 15px 20px;
    min-width: 140px;
    color: #fff;
}

.nbtu-getcode .getcode-button_download-icon {
    width: 30%;
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.nbtu-getcode .getcode-border-top-bottom {
    border: 1px dotted var(--nbtu_color);
}

.nbtu-getcode #getcode-form_pass button {
    background: var(--nbtu_color);
    color: #fff;
    height: 40px;
    line-height: 40px;
    opacity: 1;
}

.nbtu-getcode #getcode-form_pass input {
    height: 40px;
}

.nbtu-getcode .csm-coupon-btn-holder {
    background-color: #fff;
    position: relative;
    margin: 20px;
    border: 1.5px dashed var(--nbtu_color);
    box-sizing: border-box;
    border-radius: 50px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 4px;
    flex-basis: 290px;
    padding-left: 20px;
    padding-right: 35px;
}

.nbtu-getcode .csm-coupon-btn-holder span {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: .03em;
    color: #333745;
    position: relative;
    top: 2.5px;
    left: 0;
}

.nbtu-getcode .csm-coupon-btn-holder a,
.nbtu-getcode .csm-coupon-btn-holder a:hover,
.nbtu-getcode .csm-coupon-btn-holder a:focus,
.nbtu-getcode .csm-coupon-btn-holder a:active {
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    text-align: right;
    background: var(--nbtu_color);
    border-radius: 50px;
    display: block;
    padding: 8px 20px 8px 50px;
    position: relative;
    right: -19px;
    background-image: url('../images/copy.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 19px 21px;
    transition: all linear 200ms;
    color: #fff !important;
    opacity: 1;
}

.nbtu-getcode .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: auto;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 12px;
    font-family: avenir next;
    line-height: 16px;
    top: -30px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.nbtu-getcode .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.nbtu-getcode .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: .8;
}

#countdown_nb {
    display: inline-block;
}

.nbtu-getcode .pass_cop {
    display: inline-block;
    margin-left: 5px;
}

@media only screen and (max-width: 600px) {
    .nb-hide-in-mb {
        display: none !important;
    }
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.8;
}

.csm-coupon-btn-holder.withoutcopy {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.page-load-status {
    display: none;
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.see-more button:disabled,
.see-more button[disabled] {
    display: none;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #e37863;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

#convert-form_pass button {
    background: #e37863;
    color: #fff;
    opacity: 1;
    height: 40px;
    line-height: 1;
}

#convert-form_pass input {
    height: 40px;
}

#convert-form_pass button:hover {
    background: #47a4a5;
}

#nbtu_notice_pass {
    display: none;
}

.nbtu_notice_pass_success {
    color: #09bd09;
    display: block;
    margin: 10px auto;
    max-width: max-content;
    padding: 5px 20px;
    border-bottom: 1px solid #09bd09;
    font-weight: bold;
    display: block!important;
}

.nbtu_notice_pass_error {
    color: red;
    display: block;
    margin: 10px auto;
    max-width: max-content;
    padding: 5px 20px;
    border-bottom: 1px solid red;
    font-weight: bold;
    display: block!important;
}

.d-block {
    display: block!important;
}