:root {
    --color1: #3073ed;
    --color2: #1f2333;
    --color3: #333951;
    --color4: #12c781;
    --color5: #b4bacb;
    --color6: #6a7082;
}

img.img-responsive {
    max-width: 100%;
    height: auto;
}

a, a:hover, img, img:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body {
    font-family: 'Gilroy', sans-serif;
    background: #e7e9f1;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
}

header {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fff;
}

header .search .input-group.border {
    border: 2px solid #e7e9f1 !important;
    border-radius: 30px;
}

header .input-group-text.bg-transparent.border-0 {
    color: #b7bccd;
    padding: 0px 0px 0px 20px;
}

header input.form-control {
    font-size: 16px;
    color: var(--color5);
    height: 48px;
}

header a.btn {
    background: #9842ff;
    margin-left: 18px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 9.5px 27px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

header a.btn:hover {
    background: #8621fe ;
    color: #fff;
}

header a.btn.btn-green {
    background: #12c781;
}

header a.btn.btn-green:hover {
    background: #10b374;
    color: #fff;
}

header a.btn.btn-yellow {
    background: #edb91c;
}

header a.btn.btn-yellow:hover {
    background: #dcaa11;
    color: #fff;
}

header a.btn i {
    margin-right: 10px;
    font-size: 18px;
}

header ul.social {
    margin-left: 18px;
}

header ul.social li a {
    border: 2px solid #e7e9f1;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 10px;
    color: var(--color5);
    font-size: 18px;
}

header ul.social li a:hover {
    background: #e7e9f1;
    color: #828ca8;
}

header ul.social li:last-child a {
    margin-right: 0px;
}

section.menu {
    background: var(--color1);
}

section.menu li {
    flex-grow: 1;
    text-align: center;
}

section.menu li a {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 24px 18px;
    width: 100%;
}

section.menu li a:hover,
section.menu li:last-child a {
    background: #2a66d2;
}

section.menu li a i {
    padding-right: 10px;
}

.bisection {
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 36px 0px rgb(46 49 65 / 20%);
    box-shadow: 0px 0px 36px 0px rgb(46 49 65 / 20%);
    width: 100%;
}

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #3073ed;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 9999;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #fff;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    margin-top: 15px;
    border: none;
    background: #fff;
    color: #3073ed;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #fff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #3073ed;
    display: none;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}


.br-3 {
    border-radius: 3px;
}

.bg-white {
    background: #fff;
}

.bg-green {
    background: var(--color4);
}

.bg-blue {
    background: var(--color1);
}

.text-green {
    color: var(--color4);
}

.text-blue {
    color: var(--color1);
}

.line-height-0 {
    line-height: 0;
}

.content_top_coin-container {
    border-radius: 3px;
}

.content_top_coin-container .swiper-slide .item, .content_top_slider-container .item, .content_coupon_slider-container .swiper-slide .item {
    line-height: 0px;
}

.content_top_slider-container .item img {
    height: 363px;
    width: 100%;
    object-fit: cover;
}

.content_coupon_slider-container .item img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.content_coupon_slider-container .swiper-slide .item .bottom, .content_top_slider-container .item .bottom {
    height: 180px;
    background: url('../img/fadegradientblack.png') top center repeat-x;
    color: #fff;
    position: absolute;
    line-height: 1;
    bottom: 0px;
    text-align: left;
    width: 100%;
}

.content_coupon_slider-container .item .bottom .in .post-title span.big {
    background: rgb(0 0 0 / 20%);
    padding: 6px 14px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

.content_coupon_slider-container.greengradient .swiper-slide .item .bottom {
    background: url('../img/fadegradientgreen.png') top center repeat-x;
}

.content_coupon_slider-container .item .bottom .in {
    position: absolute;
    bottom: 30px;
    width: calc( 100% - 195px );
    left: 40px;
}

.content_coupon_slider-container .item .bottom .in .post-title span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.content_coupon_slider-container .item .bottom .in .post-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.content_coupon_slider-container .content_top_slider-left {
    left: inherit;
    right: 90px;
}


.content_top_coin-container .swiper-slide .item .bottom, .content_top_slider-container .item .bottom {
    height: 180px;
    background: url('../img/fadegradientblack.png') top center repeat-x;
    color: #fff;
    position: absolute;
    line-height: 1;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.content_top_coin-container .swiper-slide .item .bottom .in {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.content_top_slider-container .item .bottom .in {
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.content_top_coin-container .swiper-slide .item .bottom .in .price {
    font-size: 22px;
    margin-top: 8px;
    font-weight: 400;
}

.content_top_coin-container .swiper-slide .item .bottom .in .title {
    font-weight: 500;
    font-size: 18px;
}

.content_top_slider-container .swiper-slide .item .bottom .in .post-title {
    font-weight: 500;
    font-size: 26px;
    width: 80%;
    line-height: 1.2;
    margin: 0 auto;
}

.content_top_slider-container .swiper-slide .item .bottom .in a {
    color: #fff
}

.content_top_slider-left {
    position: absolute;
    bottom: 18px;
    left: 14px;
    background: #fff;
    z-index: 99;
    color: #6a7082;
    padding: 8px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 30px;
}

.content_top_slider-right {
    position: absolute;
    bottom: 18px;
    right: 14px;
    background: #fff;
    z-index: 99;
    color: #6a7082;
    padding: 8px 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 30px;
}

.content_top_slider_pagination {
    position: absolute;
    bottom: 36px !important;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content_top_slider_pagination span.swiper-pagination-bullet {
    width: 54px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
}

.content_top_coin-left {
    position: absolute;
    bottom: 18px;
    left: 0;
    background: #fff;
    z-index: 99;
    color: #6a7082;
    padding: 8px 13px;
    font-size: 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content_top_coin-right {
    position: absolute;
    bottom: 18px;
    right: 0;
    background: #fff;
    z-index: 99;
    color: #6a7082;
    padding: 8px 13px;
    font-size: 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popular .item {
    margin-bottom: 17px;
}

.popular .item .img {
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.popular .item .img,
.popular .item .img img {
    width: 110px;
    height: 90px;
    min-width: 110px;
    min-height: 90px;
    object-fit: cover;
}

.popular .item .title {
    max-height: 80px;
    overflow: hidden;
}

.popular .item .title a {
    color: var(--color2);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}

.texthvr {
    display: inline !important;
}

.item:hover .texthvr, .sidebarposts ul li:hover .texthvr {
    background-image: linear-gradient(
            0deg, rgb(48 115 236 / 15%), rgb(47 115 235 / 15%));
    background-size: 4px 4px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.popular .item .img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.popular .item:hover .img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.sidebarposts .title {
    padding: 13px;
    margin-top: -23px;
}

.sidebarposts .title .icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 18px;
}

.sidebarposts .title span.text-white {
    font-size: 16px;
    font-weight: 500;
}

.sidebarposts ul li .img, .itempost .img {
    position: relative;
    overflow: hidden;
}

.sidebarposts ul li .img::before, .itempost .img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(
            -25deg
    );
    transform: skewX(
            -25deg
    );
}

.sidebarposts ul li:hover .img::before, .itempost:hover .img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.sidebarposts ul li .img, .sidebarposts ul li img {
    width: 96px;
    height: 74px;
    min-width: 96px;
    min-height: 74px;
    object-fit: cover;
}

.sidebarposts ul li a {
    color: var(--color2);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    display: block;
    max-height: 79px;
    overflow: hidden;
}

.sidebarposts ul li .titles {
    display: block;
    max-height: 79px;
    overflow: hidden;
}

.tabs .nav-tabs .nav-link {
    color: #6a7082;
    font-size: 14px;
    font-weight: 500;
    border: 0px;
    background: transparent;
    position: relative;
    padding: 21px 11px !important;
    text-align: center;
    justify-content: center;
}

.tabs .nav-tabs .nav-link i {
    font-size: 22px;
    margin-right: 15px !important;
}

.tabs .nav-tabs .nav-link.active {
    color: #1f2333;
}

.tabs .nav-tabs .nav-link.active i {
    color: var(--color4);
}

.tabs .nav-tabs .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: 0px;
    height: 4px;
    width: 100%;
    background: var(--color4);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    left: 0px;
}

.itempost .img, .itempost .img img {
    width: 242px;
    height: 161px;
    min-width: 242px;
    min-height: 161px;
    object-fit: cover;
}

.itempostlg .img, .itempostlg .img img {
    width: 291px;
    height: 196px;
    min-width: 291px;
    min-height: 196px;
    object-fit: cover;
}


.itempost {
    display: flex;
    align-items: center;
    position: relative;
}


.itempost .title {
    color: var(--color2);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.itempost p {
    color: #333951;
    font-size: 15px;
    line-height: 20px;
}

.itempost span:not(.badge) {
    border: 2px solid #e7e9f1;
    font-size: 13px;
    color: #b4bacb;
    font-weight: 500;
    padding: 4px 7px;
    border-radius: 30px;
}

.itempost span.badge {
    position: absolute;
    right: -11px;
    top: 20px;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.itempost span.badge i {
    margin-right: 5px;
}

.itempostlg {
    height: 100%;
}

.itempostlg span.badge {
    z-index: 99;
    right: 10px;
    top: 30px;
}

.itempostlg .img img, .itempost .img img {
    width: 100%;
}

.load-more {
    font-size: 34px;
    color: #b4bacb;
}

.load-more i {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.load-more i.norotate {
    -ms-transform: rotate(0deg)!important;
    animation-name: none!important;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    } to {
          -ms-transform: rotate(360deg);
      }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    } to {
          -moz-transform: rotate(360deg);
      }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    } to {
          -webkit-transform: rotate(360deg);
      }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}

.load-more span {
    font-size: 18px;
    font-weight: 400;
}

.topfooter {
    background: #1f2333;
    border-bottom: 1px solid #292e42;
}

footer {
    background: #1f2333;
    color: #fff;
}

.topfooter ul.social li a {
    background: #949cb0;
    height: 48px;
    width: 48px;
    display: block;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 3px;
}

.topfooter ul.social li a i {
    font-weight: normal;
}

.topfooter ul.social li a:hover {
    background: #6b7691;
}

footer .title {
    font-size: 16px;
    font-weight: 500;
}

footer p {
    font-size: 14px;
    line-height: 20px;
    color: #b4bacb;
    margin-bottom: 15px;
    text-align: justify;
}

footer ul li {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    position: relative;
}

footer ul li a {
    color: #b4bacb;
    font-size: 14px;
    padding-left: 20px;
}

footer ul li a span {
    color: var(--color1);
    font-size: 50px;
    line-height: 0px;
    position: absolute;
    left: 0px;
    margin-top: -6px;
}

footer ul li a:hover {
    color: var(--color1);
}

.copyright {
    background: #191d2b;
    color: #b4bacb;
    font-size: 13px;
    padding: 20px 0px;
}

.ntitle {
    color: #333951;
    font-size: 26px;
    font-weight: 400;
}

a.btn.btn-homepage {
    background: #333951;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 30px;
    margin-top: 30px;
}

a.btn.btn-homepage i {
    margin-left: 30px;
}

a.btn.btn-homepage:hover {
    background: #272c3f;
}

section.catdetail {
    background: #333951;
    color: #fff;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}

section.catdetail i {
    font-size: 30px;
}

img.img-contain {
    object-fit: contain !important;
    border: 2px solid #edf0f5;
    padding: 20px;
}

a.btn.btn-code {
    border: 2px solid #3073ed;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    margin-top: 20px;
    width: 100%;
    background: #3073ed;
    position: relative;
}

a.btn.btn-code > * {
    flex-grow: 1;
    max-width: 50%;
}

a.btn.btn-code .code {
    color: #231f20;
    font-weight: 600;
    padding-left: 6px;
    padding-right: 0px;
    position: relative;
    background: #fff;
    padding: 10px 26px;
    overflow: hidden;
}

a.btn.btn-code .open {
    position: relative;
    background: #3073ed;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    left: 0px;
    transition: all 0.3s ease;
}

input.form-control.input-code {
    border: 2px solid #3073ed;
    padding: 12px 20px 12px 20px;
    height: auto;
    font-weight: 600;
    font-size: 16px;
}

button#button-addon2 {
    background: #3073ed;
    color: #fff;
    border: 1px solid #3073ed;
}

.kuponpost.sidebarkuponpost .img, .kuponpost.sidebarkuponpost .img img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
}


.cpnimg {
    padding: 6%;
    border: 2px solid #e7e9f1;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn.btn-code .open::before {
    position: absolute;
    content: "";
    top: -15px;
    height: 100%;
    border-bottom: 46px solid #3073ed;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    z-index: 33;
    left: 100%;
}

.itempost:hover a.btn.btn-code .code {
    transform: scale(1);
}

.itempost a.btn.btn-code .code i {
    font-weight: normal;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

ul.nav-tabs li {
    flex-grow: 1;
}

.kuponpost .img, .kuponpost .img img {
    width: 170px;
    height: 170px;
    min-width: 170px;
    min-height: 170px;
    object-fit: contain;
}

.kuponpost .img img {
    padding: 6%;
    border: 2px solid #e7e9f1;
}

a.btn.btn-code-full {
    border: 2px solid #3073ed;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    margin-top: 20px;
    background: #3073ed;
    width: 100%;
}

a.btn.btn-code-full .open {
    background: #3073ed;
    color: #fff;
    padding: 14px 40px 14px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popularcoupon span.badge-white {
    background: #fff;
    color: #000;
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.popularcoupon a.title {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(33, 33, 33, 0.56);
}

.popularcoupon span.badge:not(.badge-white) {
    position: absolute;
    margin: 0 auto;
    top: -14px;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.popularcoupon .detail {
    bottom: 20px;
}

.kuponpost.flex-column .img, .kuponpost.flex-column .img img {
    width: 100% !important;
    height: 140px;
    min-width: 100% !important;
    min-height: 140px;
    object-fit: cover;
    border: none;
}

.kuponpost.flex-column .img img {
    padding: 14%;
}

.kuponpost.flex-column .detail {
    margin-top: 20px;
    text-align: center;
}

.kuponpost.flex-column a.btn.btn-code {
    width: 100%;
    justify-content: space-between;
}

.kuponpost.flex-column a.btn.btn-code .open {
    padding: 14px 102px 14px 20px;
}

.kuponpost.flex-column a.btn.btn-code .code {
    padding-right: 26px;
}

.companydetail h1 {
    font-size: 24px;
    color: #333951;
    font-weight: 600;
    margin-bottom: 10px;
}

.companydetail p {
    color: #333951;
    font-size: 15px;
    line-height: 20px;
}

.companydetail .logo {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}

.companydetail .logo p {
    font-size: 16px;
    font-weight: 500;
}

.companydetail .logo img {
    max-width: 300px;
    height: auto;
}

.gallerypost {
    position: relative;
    overflow: hidden;
}

.gallerypost .detail {
    height: 180px;
    background: url(../img/fadegradientblack.png) top center repeat-x;
    color: #fff;
    position: absolute;
    line-height: 1;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.gallerypost:not(.dreampost) img {
    height: 360px;
    object-fit: cover;
}
.gallerypost.whatpost img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.dreampost img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.gallerypost .detail a {
    position: absolute;
    left:0;
    right:0;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.popularcoupon {
    position: relative;
}

.gallerypost.dreampost .detail {
    height: 57px!important;
    background-image: linear-gradient(
            180deg
            , rgba(0,0,0,0) 5%, rgba(0,0,0,1) 70%);
    color: #fff;
    position: absolute;
    line-height: 1;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.gallerypost.dreampost .detail a {
    position: absolute;
    left:0;
    right:0;
    bottom: 8px!important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}

.gallerypost:hover img {
    transform: scale(1.05);
}

.gallerypost .detail.left a {
    left: 0px;
    border-left: 4px solid #3073ed;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    bottom: 20px;
}

.gallerypost .detail.left {
    text-align: left;
}

.alphabet .page-link {
    border: none;
    color: #1c2131;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px!important;
    padding: 0px!important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topwhat {
    padding-top: 90px;
    padding-bottom: 40px;
    background: url('../img/topwhat-bg.png') center center no-repeat;
    color: #fff;
}

.topwhat.dream {
    padding-top: 90px;
    padding-bottom: 40px;
    background: url('../img/dreambg.png') center center no-repeat;
    color: #fff;
}

.topwhat h1 {
    font-size: 28px;
}

.topwhat input.form-control.form-control-lg {
    height: 60px;
    color: #b4bacb;
    font-size: 16px;
    border-right: 1px solid #e8eaef!important;
}

.topwhat input.form-control.form-control-lg::placeholder {
    color: #b4bacb;
}

.topwhat .text-dark {
    color: #b4bacb!important;
    font-size: 18px;
    font-weight: bold;
}

.topwhat .slider .title {
    font-weight: 500;
}

.topwhat .slider .paginatio > * {
    font-size: 18px;
    cursor: pointer;
}

.top_what-container a.item {
    background: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #3073ed;
    padding: 30px 10px;
    border-radius: 3px;
}

.top_what-container a.item:hover {
    background: #3073ed;
    color: #fff;
}

.top_what-container.dream-container a {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-weight: 400;
    padding: 20px;
    color: #232533;
}

.top_what-container.dream-container a b, .top_what-container.dream-container a strong {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.top_what-container.dream-container a:hover {
    background: #232533;
    color: #fff;
}

.postdetail h1 {
    font-size: 26px;
    color: #333951;
    font-weight: 600;
}

.postdetail h2 {
    font-size: 23px;
    color: #333951;
    font-weight: 600;
}

.postdetail h3 {
    font-size: 20px;
    color: #333951;
    font-weight: 600;
}

.postdetail h4 {
    font-size: 18px;
    color: #333951;
    font-weight: 600;
}

.postdetail h5 {
    font-size: 16px;
    color: #333951;
    font-weight: 600;
}

.postdetail p, .postdetail li {
    font-size: 17px;
    color: #6a7082;
    font-weight: 400;
    line-height: 26px;
}

.postdetail p a {
    color: #6a7082;
    font-weight: 500;
}

.postdetail img {
    border-radius: 3px;
    max-width: 100%!important;
    height: auto;
    max-height: 100%;
}

.postdetail .wp-caption {
    max-width: 100%;
}

.postdetail .text ul {
    list-style: disc;
    padding-left: 30px;
}

.postdetail .text > * {
    margin-top: 20px;
}

.postdetail b, .postdetail strong {
    font-weight: bold;
}

.sstext {
    left: 0px;
}
.postdetail ul.top {
    margin-top: 30px;
    margin-left: -1px;
}

.postdetail ol {
    list-style: decimal;
    padding-left: 20px;
}

.postdetail ul.top li a i, .postdetail ul.social li a i {
    font-size: 28px;
    margin-bottom: 5px;
}

.postdetail ul.top li:first-child a {
    background: #3073ed;
    display: inline-block;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.postdetail ul.top li:nth-child(2) a {
    margin-top: 10px;
    background: #333951;
    display: inline-block;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.postdetail ul.top li:nth-child(2) a:hover {
    background: #272c3f;
}

.postdetail ul.social {
    margin-left: -1px;
}

.postdetail ul.social li a {
    background: #b4bacb;
    display: inline-block;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #cbcfdb;
}

.postdetail ul.social li a:hover {
    background: #cbcfdb;
}

.postdetail ul.social li:last-child a {
    border-bottom: 0px;
    border-bottom-right-radius: 3px;
}

.postdetail ul.social li:first-child a {
    border-top-right-radius: 3px;
}

.bg-gray {
    background: #e7e9f1;
}

a.like.bg-gray {
    padding: 45px 0px 15px;
    width: 100%;
    text-align: center;
    color: #333951;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top:10px;
}

a.like.bg-gray i {
    font-size: 40px;
    position: absolute;
    top: -20px;
}

a.like.bg-gray:hover {
    color: #fff;
    background: #000000;
}

a.like.bg-gray:hover span.badge {
    background: rgb(255 255 255 / 30%);
    color: #fff;
}

.postlike .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 10px;
}

a.like.bg-gray span.badge {
    position: absolute;
    top: 10px;
    background: rgb(255 255 255 / 40%);
    color: #191d2b;
    z-index: 99;
    right: 10px;
    font-weight: 400;
    font-size: 13px;
}

.commenttop {
    border-bottom: 1px solid #e7e9f1;
}

.commenttop .icon {
    height: 48px;
    width: 48px;
    background: #3073ed;
    color: #fff;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 10px;
}

.commenttop span {
    font-weight: 600;
    font-size: 16px;
}

.commenttext label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.commenttext .form-control {
    font-size: 15px;
    border: 2px solid #e8ebf2;
    height: auto;
    padding: 10px;
    color: #1f2333;
    margin-bottom: 20px;
}

button.btn.btn-success, p.form-submit input.submit {
    background: #12c781;
    border: 0px;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
}

button.btn.btn-success:hover, p.form-submit input.submit:hover {
    background: #0e9b64;
    color: #fff;
}

p.logged-in-as {
    display: none;
}

p.logged-in-as a {
    color: var(--color2);
    font-weight: 500;
}

.commentlist ul li {
    border-top: 1px solid #e7e9f1;
    font-size: 16px;
    line-height: 26px;
    color: #6a7082;
    line-break: anywhere;
}

.commentlist ul li i.ri-user-2-fill {
    background: #e7e9f1;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 20px;
    color: #a3a4a9;
}

.commentlist ul li b {
    font-weight: 600;
}

.postpagination {
    background: #e7e9f1;
    padding: 10px 4px;
    border-radius: 3px;
}

.postpagination ul.pagination li {
    text-align: center;
    margin-left:3px;
    margin-right:3px;
}

.postpagination .page-item > * {
    padding: .5rem .75rem;
}

.postpagination ul.pagination li a, .postpagination ul.pagination li span {
    background: transparent;
    border: 0px;
    color: #434450;
    font-size: 16px;
    font-weight: 500;
}

.postpagination .page-item span, .postpagination .page-item:hover > * {
    background: #fff!important;
    color: #3073ed!important;
    border-radius: 3px;
}

.postpagination ul.pagination li:first-child a, .postpagination ul.pagination li:last-child a {
    color: #000;
}

.postpagination ul.pagination li:first-child a:hover, .postpagination ul.pagination li:last-child a:hover {
    color: inherit;
    background: transparent;
}

.postpagination ul.pagination li:first-child a {
    text-align: left;
}


.postpagination ul.pagination li:last-child a {
    text-align: right;
}

.astroheader {
    background: #7c5ac2;
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.astroheader .icon {
    background: #fff;
    height: 44px;
    width: 44px;
    color: #7c5ac2;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.astroheader span {
    font-size: 16px;
    font-weight: 500;
}

.astroheader a {
    color: #fff;
    font-weight: 500;
}

.nav-astro {
    border-bottom: 2px solid #7c5ac2;
    border-left:2px solid #7c5ac2;
    border-right: 2px solid #7c5ac2;
}

.nav-astro li {
    margin-top: -1px;
    flex-grow: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-astro a {
    display: block;
    width:100%;
    height: 100%;
    border-radius: 0px!important;
    border: 0px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
}

.nav-astro a.active {
    background: #7c5ac2!important;
}

.astrotext p, .astrotext li {
    font-size: 16px;
    color: #6a7082;
    font-weight: 400;
    line-height: 24px;
}

.astrotext p a {
    font-size: 16px;
    color: #6a7082;
    font-weight: 600;
}

.astrotext .title {
    font-size: 18px;
    font-weight: 600;
    color: #7c5ac2;
    margin-bottom: 10px;
}

.astrotext ul {
    margin-top: 15px;
}

.astrotext li {
    border-top: 1px solid #e7e9f1;
    padding-top: 6px;
    padding-bottom: 6px;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: 100%!important;
}

.top_what-container a.item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    display: none;
}

.sticky-top {
    z-index: 9!important;
}

.menubar__links {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
}

.menubar__links li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: inset 0 3px transparent;
    box-shadow: inset 0 3px transparent;
    border-top: 4px solid #b4bacb;
}

.menubar__links li a {
    text-decoration: none!important;
    outline: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    color: #6a7082;
    font-weight: 500;
    border-right: 1px solid #dbe4ec;
    padding: 12px 8px;
}

.menubar__links li.active {
    border-top: 4px solid #3073ed;
}
.menubar__links li.active a, .menubar__links li.active a i {
    color: #3073ed;
}

.menubar__links li a i {
    color: #7a90a0;
    font-size: 24px;
    margin-bottom: 3px;
}

.mobileheader {
    display: none;
    background: #3073ed;
    width: 100%;
    top: 0px;
    left:0;
    right:0;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.mobileheader svg {
    height: 36px!important;
    width: auto!important;
    padding-left:10px;
}

.mobileheader .mobileMenuBtn {
    background: #2365dd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    color: #fff;
    font-size: 20px;
}

section.mobilemenu {
    display: none;
    background: #fff;
    z-index: 99999;
    top: 0px;
    width: calc( 100vw - 68px );
    height: 100vh;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    position: fixed;
}

section.mobilemenu span {
    font-size: 14px;
    font-weight: 600;
    color: #333951;
    padding-left: 18px;
    padding-top: 20px;
    display: block;
    padding-bottom: 19px;
}

section.mobilemenu ul li {
    border-top: 1px solid #f2f3f8;
    width: 100%;
    padding-left: 18px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 18px;
}

section.mobilemenu ul li a {
    color: #333951;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

section.mobilemenu ul li a i {
    color: #b4bacb;
    margin-right: 10px;
    font-size: 18px;
}

img.featuredimg {
    width: 100%;
    height: auto;
}


section.menu li:last-child ul.sub-menu {
    margin-left: -192px;
}

ul#menu-footer-menu li a {
    font-size: 14px;
    color: #fff;
    margin: 10px;
}

.postdetail .text table td a {
    font-size: 17px;
    color: #6a7082;
    font-weight: 400;
}

.postdetail h1 a, .postdetail h2 a, .postdetail h3 a, .postdetail h4 a {
    font-size: 20px;
    color: #333951;
}

.postdetail .text table td {
    font-size: 17px;
    color: #6a7082;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #e3e5ed;
}


ul.sub-menu {
    position: absolute;
    z-index: 99;
    background: #2a65d0;
    width: 300px;
    display: none;
}

ul.sub-menu li a {
    padding: 14px 20px!important;
    justify-content: flex-start!important;
    border-bottom: 1px solid rgb(0 0 0 / 10%)!important;
    font-size: 15px;
}

ul.sub-menu li a:hover {
    background: rgb(0 0 0 / 10%)!important;
}

ul.sub-menu li:last-child a {
    border-bottom: 0px!important;
}

section.menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

div#toc_container {
    background: #3073ed;
    padding: 20px;
    border-radius: 3px;
    color: #fff;
    display: none;
}

p.toc_title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

ul.toc_list {
    list-style: none!important;
    padding: 0px!important;
}

ul.toc_list li a {
    color: #fff;
    padding: 2px 0px;
    display: block;
    font-size: 16px;
}

ul.toc_list li ul {
    list-style: none!important;
}

.wpvqgr-wrapper .row > * {
    flex-grow: 1!important;
    width: 100%!important;
    max-width: 100%!important;
}

.wpvqgr-wrapper div.wpvqgr-question div.wpvqgr-answer {
    border: 2px solid #b4bacb!important;
    background: #fff!important;
    border-radius: 3px!important;
    color: #6a7082!important;
    padding: 7px!important;
    margin: 0 0 15px 0;
}

div.wpvqgr-selected-answer {
    background-color: #3073ed !important;
    color: #fff!important;
    border: 2px solid #3073ed!important;
}

div.wpvqgr-checkbox {
    display: flex;
    align-items: center;
}

.wpvqgr-sharing {
    display: flex;
}

.wpvqgr-sharing > * {
    margin-right: 5px!important;
    margin-left: 5px!important;
    border-radius: 3px!important;
}

.wpvqgr-wrapper div.wpvqgr-results {
    padding: 20px;
    border: 1px solid #dddddd;
    margin: 30px 0 20px 0;
    border: 2px solid #b4bacb!important;
    background: #fff!important;
    border-radius: 3px!important;
    color: #6a7082!important;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #28a745!important;
    background: #28a745!important;
    padding: 11px!important;
    color: #fff!important;
    text-align: center!important;
    border-radius: 3px!important;
}

.wpcf7-response-output {
    border-color: #ffb900!important;
    background: #ffb900!important;
    padding: 11px!important;
    color: #fff!important;
    text-align: center!important;
    border-radius: 3px!important;
}

section.coinlist {
    background: #202334;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.coinlist ul li {
    background: #303550;
    border-radius: 3px;
    padding: 6px 10px;
    margin-right:10px;
}

section.coinlist ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

section.coinlist ul li a .name {
    font-size: 16px;
    font-weight: 600;
}

section.coinlist ul li a .price {
    font-size: 12px;
    color: #7F839D;
    font-weight: 600;
}

section.coinlist ul li .right span {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 3px;
}

section.coinlist ul li .right i {
    font-size: 20px;
    line-height: 20px;
}

section.coinlist ul li .right.up span {
    background: #12C782!important;
}

section.coinlist ul li .right.up i {
    color: #12C782!important;
}

section.coinlist ul li .right.down span {
    background: #FF1038!important;
}

section.coinlist ul li .right.down i {
    color: #FF1038!important;
}

.jctkr-wrapper {
    height: 50px!important;
}

a.affiliate-btn {
    background: #3173ED;
    color: #fff;
    width: 170px;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

a.affiliate-btn:hover {
    background: #135bdf;
}

.js-conveyor-1::before {
    position: absolute;
    height: 100%;
    width: 90px;
    left: 0px;
    top: 0px;
    content: "";
    z-index: 12;
    background: rgb(32, 35, 52);
    background: linear-gradient(
            270deg
            , rgba(32,52,89,0) 0%, rgb(32, 35, 52) 84%)!important;
}

.js-conveyor-1::after {
    position: absolute;
    height: 100%;
    width: 90px;
    right: 0px;
    top: 0px;
    content: "";
    z-index: 12;
    background: rgb(32, 35, 52);
    background: linear-gradient(
            90deg
            , rgba(32,52,89,0) 0%, rgb(32, 35, 52) 84%)!important;
}

.js-conveyor-1 {
    position: relative;
}

table#table {
    margin: 0px;
}

table#table td, table#table th {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

table#table th {
    border-bottom: 1px solid #F2F4F6;
    cursor: pointer;
}

table#table thead th {
    padding: 11px 18px;
    font-size: 12px;
    color: #303550;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
}

table#table thead th.mw-400 {
    min-width: 400px!important;
}

table#table tbody td {
    padding: 8px 18px;
    font-size: 16px;
    color: #303550;
    font-weight: 600;
    border-bottom: 1px solid #F2F4F6;
    line-height: 20px;
}

table#table tbody tbody td:nth-child(2n) {
    background: #FBFDFF;
}

table#table tbody td a:not(.ads) img {
    border-radius: 100%;
    margin-right: 10px!important;
    max-width: 27px;
    max-height: 27px;
}

table#table tbody td a:not(.ads) span {
    margin-top: -3px;
}

td.volume {
    color: #888CA3!important;
}

table#table thead th:first-child {
    width: 65px;
}

table#table td:last-child, table#table th:last-child {
    border-right: 0px;
}

table#table td.ads {
    border-top: 0px;
}

table#table tbody td a {
    font-size: 15px;
    color: #393e4c;
    font-weight: 600;
}

table#table tbody td {
    height: 100%;
    vertical-align: middle;
}

table#table tbody td svg {
    margin-right: 6px;
}

span.up i, span.down i {
    font-size: 17px;
    position: absolute;
    top: 0px;
    left: calc( 100% + 5px );
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

span.up i {
    color: #fff;
    background: #21d475;
}

span.down i {
    color: #fff;
    background: #f30235;
}

span.up {
    color: #21d475;
    position: relative;
}

span.down {
    color: #f30235;
    position: relative;
}

table#table thead th i.active {
    color: #393e4c;
}

ul.coinmenu li a {
    background: #303550;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-right: 1px solid #202334;
}

ul.coinmenu li:first-child, ul.coinmenu li:first-child a {
    border-top-left-radius: 3px;
}

ul.coinmenu li:last-child, ul.coinmenu li:last-child a {
    border-top-right-radius: 3px;
}

ul.coinmenu li a.active {
    background: #3173ED;
    border-right: 1px solid #3173ED;
}

ul.coinmenu li:last-child a {
    border-right: 0px;
}

ul.smallcoinmenu li a {
    background: #303550;
    color: #fff;
    padding: 18px 10px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-right: 1px solid #202334;
}

ul.smallcoinmenu li:first-child, ul.smallcoinmenu li:first-child a {
    border-top-left-radius: 3px;
}

ul.smallcoinmenu li:last-child, ul.smallcoinmenu li:last-child a {
    border-top-right-radius: 3px;
}

ul.smallcoinmenu li a.active {
    background: #3173ED;
    border-right: 1px solid #3173ED;
}

ul.smallcoinmenu li:last-child a {
    border-right: 0px;
}

table.table-small tbody td {
    padding: 8px 5px!important;
    font-size: 14px!important;
    color: #303550;
    font-weight: 600;
    border-bottom: 1px solid #F2F4F6;
    line-height: 20px;
}

a.affiliate-btn.affiliate-btn-small {
    width: auto;
    padding: 8px 13px;
    font-size: 14px;
}

a.coin-more-btn {
    background: #fff;
    color: #303550;
    border: 1px solid #e7e9f1;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    width: auto;
    padding: 8px 13px;
    font-size: 14px;
}