/* © Made for rbxzone only, 2020-02-04 */
@import url('https://rsms.me/inter/inter.css');
body { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
    body { font-family: 'Inter var', sans-serif; }
}

* {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
    /*font-family: 'Inter var', sans-serif;*/
}

@font-face {
    font-family: 'Cocogoose';
    src: URL('../fonts/cocogoose-new.ttf') format('truetype');
}

.cocogoose {
    font-family: Cocogoose !important;
}

.modal-dialog {
    align-content: center;
}

body {
    background-color: #f1f4f8;
        background-image: url(https://i.imgur.com/sczbnmM.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-position-x: center;
    background-size: 850px;
    padding-bottom: 140px;
    background-attachment: fixed;
}
.main-navbar {
    color: white;
    line-height: 2.6;
    letter-spacing: 0.4px;
    font-size: 15px;
    font-weight: 500;
    background-color: #108d4e;
    background: #108d4e;
    /* 0868d0 */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10) !important;
    transition: line-height 0.4s ease-out, font-size 0.4s ease-out;
}
.second-navbar {
    color: white;
    line-height: 2;
    letter-spacing: 0.4px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    background: #264f67;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: line-height 0.4s ease-out, font-size 0.4s ease-out;
}
.navbar-brand {
    font-weight: 400;
    font-family: 'Montserrat';
}
.navbar-brand,.navbar-brand:hover {
    color: white;
}
.navbar-brand {
    padding-top: unset;
    padding-bottom: unset;
    margin-left: 52px;
}
.nav-item {
    margin-right: 10px;
}
.main-navbar .nav-link, .main-navbar .nav-link:hover {
    color: white;
}
.second-navbar .nav-link {
    color: #d4d4d4;
    padding-top: 5px !important;
}
.nav-link p, .nav-link {
    font-family: Cocogoose !important;
}
.robux-icon {
    background-image: url('../img/robuxsvg.svg');
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0 50%;
    vertical-align: middle;
    display: inline-block;
    /*filter: invert(100%); */
    width: 28px;
    height: 28px;
    transition: background-position 0.2s, filter 0.5s;
}
.account-balance:hover > .robux-icon {
    filter: none;
    background-position: 0 50%;
    animation: rotation 1.5s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.main-navbar .dropdown-menu {
    top: 65px
}
.lg-notification-badge {
    padding: 2px 4px 1.5px;
    position: absolute;
    top: 10px;
    margin-left:8px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
.sm-notification-badge {
    padding: 15px 15px 15px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
button:focus {
    outline: 0px;
}
.navbar-toggler {
    position: absolute;
    right: 5px;
}
.navbar-toggler:active,.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
}
.navbar-toggler .icon-bar {
    background: #ffffff;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}
.main-container {
    background-color: white;
    box-shadow: 0px 2px 5px 0px #0000002b;
}

.account-balance {
    padding: 0.05rem 0.375rem;
}
.btn-primary {
    border-color: #23a22d;
    background-color: #23a22d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: #1e4642;
    background-color: #1e4642;
}

.login-btn, .signup-btn{
    font-size: 18px;
    font-weight: 600;
}
.btn {
    outline: none !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5)
}
.btn-xlg {
    margin-top: 2.5rem;
    padding: 1rem 3rem;
    font-size: 2rem;
    line-height: 2;
    border-radius: .3rem;
}
.btn-success {
    background-color: #17b823 !important;
    border-color: #17b823;
}
.btn-light {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 2px 2px #8a8585;
}
.btn-light:hover {
    background-color: #d5dae0 !important;
    border-color: #d5dae0 !important;
}
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #aab0b6;
    border-color: #aab0b6;
}
.btn-success:hover {
    background-color: #139c1d !important;
    border-color: #139c1d !important;
}
.content {
    margin-top: 3rem;
}
.jumbotron {
    color: white;
    background-color: #23a22d;
}
.text-success-hero {
    color: #00ff13 !important;
}
.landing-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    font-family: 'Riffic';
    background-color: #021523;
    background-position: top bottom;
    background-image: url('https://i.imgur.com/uNrFY1K.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.text-uppercase {
    text-transform: uppercase;
}
.bg-primary {
    background-color:#23a22d !important
}
.bg-warning {
    background-color: #c79811  !important;
}
.landing-second {
    margin-top: 20px;
}
.main-navbar .dropdown-menu {
    padding: unset;
    border: unset;
    margin-top: -2px;
    background: white;
    border-radius: unset;
    box-shadow: 0px 2px 5px 0px #0000002b;
}
.main-navbar .dropdown-item, .main-navbar .dropdown-item:hover {
    font-size: 18px;
    padding: unset;
    color: black;
    background-color: white;
}
.main-navbar .dropdown-divider {
    margin: unset;
    border-top-width: 2px;
}
.landing-method {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px #0000002b;
    transition: transform 0.2s;
}
.landing-method-games {
    background-color: #28a745 !important;
}
.landing-method-videos {
    background-color: #dc3545 !important;
}
.landing-method-surveys {
    background-color: #23a22d !important;
}
.landing-method-contests {
    background-color: #d4a111 !important;
}
.landing-how-does-it-work-message {
    font-size: 20px;
}
.modal-header {
    color: white;
    background-color: #23a22d;
    border-bottom: unset !important;
}
.modal-header .close {
    color: white;
}
/* .modal-footer {
	background-color: #23a22d;
}
*/
.text-primary {
    color: #23a22d !important;
}
.btn-primary-bright {
    color: white !important;
    border-color: #0388e2;
    background-color: #0388e2 !important;
    box-shadow: 0px 2px 2px #005c9a;
}
.btn-primary-bright:hover {
    color: white !important;
    border-color: #0079cc !important;
    background-color: #0079cc !important;
}
.btn-primary-bright:active {
    color: white !important;
    border-color: #0262a5 !important;
    background-color: #0262a5 !important;
}
.btn-success {
    box-shadow: 0px 2px 2px #118619;
}
.auth-google-btn {
    background-color: #4285F4 !important;
    box-shadow: 0px 2px 2px #1f54ad;
}
.auth-google-btn:hover {
    background-color: #376cc3 !important;
}
.auth-google-btn:active {
    background-color: #2c5496 !important;
}
.auth-discord-btn {
    background-color: #7289da;
    box-shadow: 0px 2px 2px #4d5b8e;
}
.auth-discord-btn:hover {
    background-color: #5e71b3;
}
.auth-discord-btn:active {
    background-color: #4d5b8f;
}
.centered-line-words {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 0.25em;
}
.centered-line-words span {
    background:#eef5f9;
    padding:0 10px;
}
.modal-content {
    background-color: #eef5f9 !important;
}

.fw-500 {
    font-weight: 500;
}
.no_underline {
    text-decoration: unset !important;
}
/*input[type="email"], input[type="password"], input[type="text"] {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25)
}*/
.page-footer {
    /*	margin-top: 70px;*/
    padding-top: 1rem;
}
ul {
    padding-left: unset;
    list-style-type: none;
}
.footer-container h3 {
    margin-bottom: 15px;
}
footer ul li i, footer ul li svg {
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
    width: 16px;
    text-align: center;
}
footer ul li {
    margin-bottom: 2.5px;
}
a button {
    text-decoration: none !important;
}
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
.page-footer {
    flex-shrink: 0;
    background-image: url(https://i.imgur.com/Buiqd1q.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: center;
    background-size: cover;
}
.nav-container {
    color: black !important;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px #0000002b;
}
.nav-container a {
    color: black;
}
.main-navbar .nav-link .fas, .main-navbar .nav-link .fab {
    margin-right: 20px;
    font-size: 16px;
    vertical-align: middle;
    width: 16px;
    text-align: center;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.ba-container {
    width: 80%;
    margin: 0 auto;
}
.card {
    box-shadow: none;
    border: none;
    border-bottom: 3px solid rgb(208 208 208);
}
.border-primary {
    border-color: #23a22d;
}
.top-badge {
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    color: white;
    padding: 2.5px 5px;
    font-size: 15px;
    font-weight: 700;
}
.landing-method:hover {
    transform: scale(1.05);
}
.link-no-effect {
    text-decoration: none !important;
}
.method-card {
    border-radius: 10px;
}
.method-card .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.method-card .btn {
    font-size: 18px;
    font-weight: 500;
}
.method-card .card-body {
    font-size: 18px;
}
.bg-danger {
    background-color: #c53341 !important
}
.btn-danger:hover {
    color: #fff;
    background-color: #962833 !important;
    border-color: #962833 !important;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.offer-card {
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,.3);
}

.stats-card {
    display: flex;
    font-family: "Nunito", sans-serif;
    padding: 18px 32px;
    margin-bottom: 30px;
    background-color: white;
    border-radius: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.stats-figure {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    font-size: 2rem;
    float: right;
}

.stats-title {
    font-size: 1.5rem;
    font-weight: 500;
}

a:not(.btn) {
    text-decoration: none;
}

.section-header {
    color: #2d383c;
    font-weight: 500;
    font-size: 1.5rem;
}

.offerwall-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    min-height: 120px;
    max-width: 400px;
    text-align: center;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    transform: scale(1);
    transition: transform 0.2s;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.text-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    min-height: 120px;
    max-width: 400px;
    text-align: center;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    transform: scale(1);
    transition: transform 0.2s;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.offerwall-card:hover, .text-card:hover {
    transform: scale(1.05);
}

.offerwall-title {
    display: flex;
    width: 100%;
    margin-top: auto;
    justify-content: center;
    align-items: center;
}

.offerwall-image {
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.offerwall-badge {
    display: inline-flex;
    position: absolute;
    font-size: 14px;
    top: 10px;
    right: 10px;
}

.badge {
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.bg-yoursurveys {
    background-color: #80bd00 !important;
}


.bg-adgate {
    background-color: #369ee0 !important;
}

.bg-pollfish {
    background-color: #e54046;
}

.bg-cpxresearch {
    background-color: #597dfe;
}

.bg-offertoro {
    background-color: #2a303c;
}

.bg-ayet {
    background-color: #233649;
}

.bg-hcaptcha {
    background-color: white;
}

.bg-theorem {
    background-color: #350d89;
}

.bg-ogads {
    background-color: #1e2952;
}

.bg-adgem {
    background-color: #ffffff;
}

.bg-lootably {
    background-color: #30b0d5 !important;
}

.bg-bitlabs {
    background-color: black !important;
}

.bg-inbrain {
    background-color: #16191e !important;
}

.bg-timebucks {
    background-color: #2a303c !important;
}

.bg-yunosurveys {
    background-color: #41afa5 !important;
}

.bg-default {
    background-color: white;
}

.bg-giveaway {
    background-color: #8413bd;
}

.bg-youtube {
    background: url('../img/youtube-thumbnail.jpg');
    background-size: cover;
}

.bg-discord {
    background: url('../img/discord-thumbnail.jpg');
    background-size: cover;
}

.bg-twitter {
    background: url('../img/twitter-thumbnail.jpg');
    background-size: cover;
}

.bg-instagram {
    background: url('../img/instagram-thumbnail.jpg');
    background-size: cover;
}

.bg-top-users {
    background: url('https://cdn.discordapp.com/attachments/431672155814756372/671134001901076490/user-card2.png');
    background-size: cover;
    background-color: #3999d6;
    background-position: top;
}

.bg-top-offers {
    background: url('https://cdn.discordapp.com/attachments/431672155814756372/671133997635600395/offers-card2.png');
    background-size: cover;
    background-color: #4cafa6;
    background-position: top;
}

.bg-top-referrals {
    background: url('https://cdn.discordapp.com/attachments/431672155814756372/671133999388819457/referrals-card2.png');
    background-size: cover;
    background-color: #b72d7a;
    background-position: top;
}

.bg-top-giveaways {
    background: url('https://cdn.discordapp.com/attachments/431672155814756372/671134000483401729/gift-card2.png');
    background-size: cover;
    background-color: rgba(191, 139, 0, .85);
    background-position: top;
}

.bg-top-captchas {
    background: url('https://cdn.discordapp.com/attachments/431672155814756372/671253605931679747/bot-card.png');
    background-size: cover;
    background-color: rgba(191, 139, 0, .85);
    background-position: top;
}

.bg-top-offers2 {
    background: url('https://cdn.discordapp.com/attachments/431672155814756372/671133997635600395/offers-card2.png');
    background-size: cover;
    background-color: rgba(191, 139, 0, .85);
    background-position: top;
}

.bg-dark {
    background-color: #272727 !important;
}

.bg-yuno {
    background: url('../img/yunosurvey.jpg?cb=2');
    background-size: cover;
}

.wpx-60 {
    width: 60px !important;
}

td {
    font-size: 1.2rem;
}

td a {
    color: #0361c5;
}

th {
    font-weight: 500;
}

.banner {
    padding: 5px;
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #2d3b4c;
}

.bg-success, a.bg-success:hover {
    background-color: #2dac38 !important;
}

.close:hover {
    color: white;
}

.withdrawals .list-group-item, .giveaway-participants .list-group-item {
    padding: 5px;
    font-size: 1.2rem;
    box-shadow: 0 0px 2px rgba(0,0,0,.25);
}

.withdrawals .active {
    color: black;
    background-color: white;
    border:  1px solid rgba(0, 0, 0, 0.125);
    border-left: 5px solid #17b823;
}

.giveaway-participants .active {
    color: black;
    background-color: white;
    border:  1px solid rgba(0, 0, 0, 0.125);
    border-left: 5px solid #23a22d;
}

.withdrawal-instructions li {
    margin-bottom: 5px;
}

.giveaways-bg {
    background-image: url(https://i.imgur.com/O02l76B.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-color: #242627;
}

.carousel-caption {
    position: static !important;
    padding: 2.2rem 0;
}

.ga-1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
    margin: unset;
}

.ga-2 {
    text-align: center;
    font-size: 1.9rem;
    margin: unset;
}

.ga-3 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.3rem;
}

.ga-holder {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.nav-tabs {
    border-bottom-color: #bec3c7;
}

.nav-tabs .nav-link {
    color: black;
    font-size: 22px;
}

.nav-tabs .nav-item {
    margin-bottom: -3px;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #23a22d;
    border: none;
    border-bottom: 3px solid #23a22d;
    background-color: transparent;
}

.task-card {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    /*box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0px 2px 4px rgba(0,0,0,.25);
    background-color: white;
}

.task-desc {
    width: 70%;
    margin-right: 30px;
}

.task-actions {
    width: 20%;
    margin: 0 auto;

}

.task-title{
    font-size: 1.3rem;
    font-weight: 400;
}

button:disabled {
    cursor: default;
}

.form-control {
    border-width: 2px;
    box-shadow: none;
    border-radius: 4px;
    border-color: #e2e2e2;
    height: 56px;
    font-size: 1.475em;
}

.avatar-circle {
    border-radius: 50%;
    width: 120px;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}

.text-orange {
    color: #f49407!important;
}

.bg-help {
    background-color: #1b3c50;
    border-bottom: unset !important;
}

.list-group-item {
    border-radius: 0 !important;
    border-bottom: unset;
}

#next_page:hover, #previous_page:hover {
    cursor: pointer;
}

.entry_card {
    background-color: white; padding: 5px;border-radius: 5px;font-size: 1.3rem;border-bottom: solid;border-bottom-color: #00f926;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: .6rem
}

.history_card_divider {
    width: 100%;
}

.notification-card{
    width: 100%;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #ababab;
    box-shadow: 0px 2px 5px 0px #0000002b;
}
.unread-notification{
    border-left: 5px solid #1e88e5;
}

.btn-main, .btn-main2, .btn-main3, .btn-main-blue, .btn-main-disabled {
    outline:unset;
    color:white;
    border: unset;
    border: solid;
    font-size: 1.6rem;
    font-weight: 600;
    background: #05c703;
    border-color: #05c703;
    padding: .3rem 3rem;
    /*-webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);*/
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.btn-main:hover {
    background:#32e62d;
    border-color:#32e62d;
}
.btn-main2 {
    background: #1d88e5;
    border-color: #1d88e5;
    font-size: 1rem;
    padding: .2rem 1rem;
}

.btn-main2:hover {
    background:#41a3f9;
    border-color:#41a3f9;
}
.btn-main3 {
    background: #ff3d3d;
    border-color: #ff3d3d;
    font-size: 1rem;
    padding: .2rem 1rem;
}

.btn-main3:hover {
    background:#f76363;
    border-color:#f76363;
}

.btn-main-blue {
    background: #1d88e5;
    border-color: #1d88e5;
}

.btn-main-blue:hover {
    background:#41a3f9;
    border-color:#41a3f9;
}

.site-bg {
    background-image: url('https://i.imgur.com/sczbnmM.png');
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-position-x: center;
    background-size: 850px;
    padding-bottom: 140px;
    background-attachment: fixed;
}

.choice-card {
    border-radius: 8px;
}

.btn-blue {
    background-color: #1759b8;
    border-color: #1759b8;
}

.btn-blue:hover {
    background-color: #0f4086;
    border-color: #0f4086;
}

.selectors button {
    background-color: #108d4e;
}


/* waste no space */
@media (min-width: 768px) and (max-width: 992px) {
    .container, .container-sm, .container-md {
        max-width: 992px;
    }
}

@media screen and (max-width: 1361px) {
    .footer-container {
        max-width: 80% !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
    .main-navbar,.navbar-brand {
        font-size: 16px;
        line-height: 2.5;
    }
    .account-balance {
        padding: 0.3rem 0.75rem;
    }
    .nav-item .fas, .nav-item .fa, .nav-item svg {
        display: none;
    }
    /*.robux-icon {
        display: none;
    }*/
    .lg-notification-badge {
        top: 10px;
        margin-left:8px;
        font-size: 11px;
    }
    .main-navbar .nav-item:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .25s ease, background-color .25s ease;
    }
    .main-navbar .nav-active:after,.main-navbar .nav-item:hover:after {
        width: 100%;
        background: white;
    }
    .landing-hero {
        height: 14rem;
    }
    h1 {
        font-size: 2rem!important;
    }
    .btn-xlg {
        margin-top: 1.5rem;
        padding: .5rem 1rem;
        font-size: 1.4rem;
        line-height: 2;
        border-radius: .3rem;
    }
    .landing-second .row div h2 {
        font-size: 1.2rem
    }
    .landing-second .row div span {
        font-size: 3rem !important
    }
    .landing-how-does-it-work-message {
        font-size: 16px;
    }
    .landing-methods {
        margin-top: 25px;
    }

}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    .main-navbar,.navbar-brand {
        font-size: 12px;
        line-height: 2.5;
    }

    .navbar-brand img {
        height: 26px !important;
    }

    .login-btn, .signup-btn {
        font-size: 12px;
        font-weight: 600;
    }
}

@media screen and (min-width: 991px) {
    .main-navbar .nav-item:after, .main-navbar .dropdown-item:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .25s ease, background-color .25s ease;
    }
    .main-navbar .nav-active:after,.main-navbar .nav-item:hover:after, .main-navbar.dropdown-item:hover:after {
        width: 100%;
        background: white;
    }

    .main-navbar .dropdown-item:hover {
        background: #ececec;
        transition: background .2s
    }
}

@media screen and (max-width: 768px) {
    .pending_withdrawals_widget {
        bottom:70px !important;
        right:30px !important;
    }
}

@media screen and (min-width: 768px) {
    .withdraw-col-separator {
        border-right: 1px solid gray;
    }

    .history_card_divider {
        width: 50%;
    }
}


@media screen and (max-width: 991px) {
    .second-navbar {
        padding-left: unset;
    }
    .second-navbar .navbar-collapse {
        background: #264f67;
    }
    .nav-item {
        margin-right: 5px;
    }
    .main-navbar .nav-link {
        border: 1px solid transparent;
        padding-left: 10px !important;
        margin-bottom: 7.5px;
    }
    .main-navbar .nav-active>.nav-link,.main-navbar .nav-link:hover {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.31);
    }
    .navbar-nav.mr-auto {
        padding: 5px;
    }
    .navbar-nav.ml-auto {
        padding: 5px;
    }
    .navbar-mobile-padding {
        padding: 24px !important;
    }
    .navbar-collapse {
        background: #263844;
        box-shadow: 1rem 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
    }
    .account-balance {
        display: block;
        margin: 21px;
        margin-bottom: unset;
        padding: 0.2rem 0.75rem;
        background: #17b823;
        font-size: 18px;
        line-height: unset;
        border: unset;
        border-radius: 5px;
    }
    .main-navbar .dropdown-menu {
        border: 1px solid #1f2d36;
        margin-top: unset;
        background: #1f2d36;
        border-radius: 5px;
        box-shadow: 0px 2px 5px 0px #0000002b;
    }
    .main-navbar .dropdown-item, .main-navbar .dropdown-item:hover {
        padding: 0.5rem 0.5rem;
        color: white;
        background-color: #1f2d36;
    }
    h1 {
        font-size: 1.5rem;
    }
    .landing-hero {
        height: 12rem;
    }
    .btn-xlg {
        margin-top: 1rem;
        padding: .25rem .5rem;
        font-size: 1rem;
        line-height: 2;
        border-radius: .3rem;
    }
    .landing-second {
        max-width: 100%;
        margin-top: unset !important;
    }
    .landing-how-does-it-work-message {
        font-size: 17px;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
    }

    .task-title{
        font-size: 1.1rem;
        font-weight: 400;
    }

    .task-prize {
        font-size: 15px;
    }

    h1 {
        font-size: 1.4rem!important;
    }

    tr {
        font-size: 14px !important;
    }

    td {
        font-size: 14px !important;
    }

    .form-control {
        border-width: 2px;
        box-shadow: none;
        border-radius: 4px;
        border-color: #e2e2e2;
        height: 42px;
        font-size: 1em;
    }
}


@media screen and (max-width: 550px) {
    .ga-1 {
        color: #ffffff;
        font-weight: 600;
        font-size: 1.5rem;
        margin: unset;
    }

    .ga-2 {
        text-align: center;
        font-size: 1.2rem;
        margin: unset;
    }

    .ga-3 {
        text-align: center;
        font-size: 1rem;
        line-height: 2.3rem;
    }
}

.recently-sold-carousel {
    display: flex;
}

.recently-sold-text {
    font-size: 0.87em;
}

.recently-sold-carousel .owl-item {
    height: 80px;
    max-height: 80px;
    background-color: white;
    /*border: 1px solid rgb(209, 208, 208);*/
    border-radius: 20px;
    font-weight: 500;
}

.recently-sold-carousel .owl-item .item {
    height: 100%;
    border-radius: 8px;
}

.recently-sold-carousel .inner-item {
    padding: 12px;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    border: none;
    border-bottom: 3px solid rgb(208 208 208);
}

.recently-sold-item-name {
    color: rgb(0, 132, 255);
}

.owl-dots {
    display: none;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}

/*@media (min-width: 993px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}*/

@media (min-width: 768px) {
    .o-card {
        max-width:225px;
    }
}

.nav-pills {
    background: white;
    border-radius: 30px;
    border-bottom: 3px solid rgb(208 208 208);
}

.nav-pills > .nav-link {
    cursor: pointer;
    text-align: left;
    border-radius: 30px;
    border-radius: 30px;
    color: #007bff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #108d4e;
}

.tabs-to-dropdown .dropdown-toggle,
.tabs-to-dropdown .dropdown-item {
    font-size: 1.1rem;
}



.tabs-to-dropdown .nav-wrapper a {
    color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills .nav-link.active {
    background-color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
    margin-right: 30px;
}

.tabs-to-dropdown .tab-content .container-fluid {
    max-width: 1250px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tabs-to-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
    padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
    color: var(--white);
}

.pages-header {
    display: flex;
    align-items:center;
    margin-top:25px;margin-bottom:-10px;
}
.pages-header .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(-90deg,#4fe944,rgba(99,107,160,0));
    filter: drop-shadow(0 0 6.63235px rgba(81,103,238,.15));
    border-radius: 6.63235px;
    flex: 1;
}
.pages-header .line-right {
    transform: scaleX(-1);
}
.pages-header .middle-box {
    width: 263px;
    height: 37px;
    position: relative;
    margin: 0 auto;
}
.pages-header .middle-box .inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #10a158;
    /* border: 0.829044px solid #33a953; */
    /* box-shadow: 0 0 5px rgb(0 0 0 / 35%); */
    border-radius: 20px;
    /* animation: glow 2s infinite alternate; */
    border-bottom: 3px solid rgb(20 138 29);
}
.pages-header .middle-box .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: white;
    text-shadow: 0 0 15px rgb(83 237 84 / 20%);
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.offer_item:hover .image {
    opacity: 0.3;
}

.offer_item:hover .middle {
    opacity: 1;
}

.offer_item_cover_container {
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.offer_item_cover_container .cover {
    display: flex;
    object-fit: cover;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 30px;
}

.offer_item {
    padding: 8px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

@media (min-width: 992px) {
    .row-cols-lg-8 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .row-cols-lg-8 > * {
        flex: 0 0 16.5%;
        max-width: 16.5%;
    }
}

@media (min-width: 1400px) {
    .row-cols-lg-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

.custom-gutter > [class*='col'] {
    padding-right:4px;
    padding-left:4px;
}


.modal-content {
    border-radius:30px;
}
.modal-header {
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}
.modal-title {
    font-family: 'cocogoose';
}
.navbar-collapse {
    background: unset !important;
}
@media  screen and (max-width: 1361px) {
    .lower_on_smaller {
        font-size:16px;
    }
    .mid_on_smaller {
        font-size: 18px;
        line-height: 1.5;
    }
}
.modal_button {
    border-radius:20px;
    box-shadow:none;
    border:unset;
    border-bottom:2px solid #d7d7d7;
}
.modal_button:active {
    border-bottom:none;
    margin-top:2px;
}
.modal_input {
    border-radius:20px;
    border:unset;
    border-bottom:2px solid #d7d7d7;
}
.form-control {
    border-width: 2px;
    box-shadow: none;
    border-radius: 4px;
    border-color: #e2e2e2;
    height: 56px !important;
    font-size: 1.475em !important;
}
.modal-body {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.offer-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-info-details {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    white-space: nowrap;
}

.offer-info-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 165%;
    text-align: center;
    color: #646464;
}

.offer-info-provider {
    display: flex;
    align-items: center;
}

.offer-info-provider-logo {
    margin-right: 4px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

.offer-info-provider-name {
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.bg-black {
    background-color: #108d4e;
}

@media (max-width: 991px) {
    .footer .footer-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer .footer-top {
        padding-top: 25px;
        padding-bottom: 5px;
    }
}
.footer .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.col-6{flex:0 0 auto;width:50%;}
.col-12{flex:0 0 auto;width:100%;}
@media (min-width: 576px){
.col-sm-4{flex:0 0 auto;width:33.33333333%;}
}
@media (min-width: 992px){
.col-lg-2{flex:0 0 auto;width:16.66666667%;}
.col-lg-4{flex:0 0 auto;width:33.33333333%;}
}
.col-6,.col-12,.col-sm-4,.col-lg-2,.col-lg-4{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;}
@media (min-width: 576px){
.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
}
@media (min-width: 992px){
.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
}
.castro-img{max-width:60%;}
.white-color{color:#ffffff;}
.links-white a:not(:hover){color:rgba(255, 255, 255);}
.links-white a:hover{color:#ffffff;}
.white-color-light{color:rgba(255, 255, 255);}
.footer .footer-title{margin-bottom:20px;font-size:18px;font-weight:600;}
.footer .links-white a:not(:hover){color:rgba(255, 255, 255);}
.footer .footer-link-1{margin:0;}
.footer .footer-link-1 li{margin:0 0 10px;}
.footer .footer-link-1 li a{position:relative;}
.footer .footer-link-1 li a:after{content:"";position:absolute;bottom:0;right:0;left:auto;width:0px;height:1px;-moz-transition:ease all 0.35s;-o-transition:ease all 0.35s;-webkit-transition:ease all 0.35s;transition:ease all 0.35s;background:currentColor;}
.footer .footer-link-1 li a:hover:after{width:100%;left:0;right:auto;}
.footer .footer-link-1 li:last-child{margin-bottom:0;}
.social-icon a{margin:0 4px;-moz-transition:ease all 0.35s;-o-transition:ease all 0.35s;-webkit-transition:ease all 0.35s;transition:ease all 0.35s;}
.social-icon a:first-child{margin-left:0px;}
.social-icon a:last-child{margin-right:0px;}
.social-icon.si-30 a{width:30px;height:30px;line-height:30px;text-align:center;font-size:13px;padding-top:0px;}
.social-icon.white a{background-color:#ffffff;color:#15bc15;border:1px solid #ffffff;}
.social-icon.white a:hover{background-color:#15bc15;color:#ffffff;}
.social-icon.round a{border-radius:7px;}
.m-15px-tb{margin-top:15px;margin-bottom:15px;}
.m-15px-t{margin-top:15px;}
.p-25px-b{padding-bottom:25px;}
.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.border-style {
    position: relative;
}
.font-small {
    font-size: .875rem;
    line-height: 1rem;
}
.m-0px {
    margin: 2px;
}
.badge-primary {
    background-color: #15bc15 !important;
}
a:hover {
    text-decoration: unset !important;
}
.border-style.light:after {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}
.border-style:after {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
}
.border-style.top:after {
    top: 0;
}