/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.btn-theme{
    padding: 10px 40px;
    border-radius: 50px;
    background: #FFC107;
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    text-transform: uppercase;
}
.btn-theme2{
    background: #01a479;
    color: #fff;
    font-size: 13px;
    padding: 10px;
}
.hero_single .card {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: transparent;
    border: 0;
}
.hero_single .card-header {
    background: rgb(255 255 255 / 80%);
    color: #1d2b34;
    border: 0;
    border-radius: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 5px solid #FFC107;
}
.hero_single .card-body {
    min-height: 80px;
    background: #ffffff;
}
.hero_single .form-control{
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-bottom: 3px solid #504f4f;
}

.chat-box {
    position: relative;
    width: 100%;
    max-height: 500px;
    background-color: #ffffff;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    height: calc(100vh - 20px);
}
.compose{
    text-align:right
}

.chat-conversation-box-scroll {
    position: relative;
    margin: auto;
    width: 100%;
    height: calc(100% - 0px);
    overflow-x: hidden !important;
    overflow-y: scroll!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    word-wrap: break-word;
}

.bubble {
    -moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
    -o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
    transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}

.bubble {
    font-size: 14px;
    position: relative;
    clear: both;
    margin: 2px 0px;
    padding: 6px 6px;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    word-break: break-word;
    max-width: 370px;
}

.bubble.me {
    width: 100%;
    color: #3F51B5;
    background-color: #ffffff;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -moz-animation-name: slideFromRight;
    -webkit-animation-name: slideFromRight;
    animation-name: slideFromRight;
    -webkit-box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
    box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
}

.bubble.me:nth-child(even){
    background-color:#dddddd;
}

.bubble.me span{
    display: block;
    font-size:10px;
    text-align: right;
    color: #7E6A6C;
}

.chat-footer{
    display: block;
    padding: 6px 10px;
    background: #fff;
    border-bottom-right-radius: 6px;
    border: 1px solid #d8d8d8;
    border-bottom-left-radius: 6px;
}

.chat-form {
    position: relative;
}

.chat-input i {
    position: absolute;
    color: #888ea8;
    font-size: 20px;
    left: 6px;
    top: 4px;
    fill: rgba(0, 23, 55, 0.08);
    overflow: hidden;
    vertical-align: middle;
}

.chat-input input {
    font-size: 16px;
    width: 100%;
    color: #3b3f5c;
    border: 0;
    outline: none;
    padding: 12px 16px 12px 43px;
    border: 1px dashed #888ea8;
    background: #fafafa;
}

.description{
    background: linear-gradient(#ffffff,#fefefe);
    box-shadow: 0px 1px 10px #577783;
    padding: 10px;
    display: block;
}

.profile ul li a{
    margin: 0 auto;
}

.survey-list ul li{
    display: inline-block;
    width: 23%;
    margin: 5px 5px;
}

.survey-list ul li img{
    max-width: 100%;
    border: 2px solid #92278f;
    border-radius: 6px;
}

.chat-box .header-shift{
    padding: 10px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    background: #ffffff;
    width: 100%;
    position: absolute;
    z-index: 1;
    font-size: 22px;
}
.card .card-header {
    border-bottom: 0;
}
.card .card-header h4 {
        font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 18px;
    text-transform: capitalize;
    position: relative;
}
.card .card-header h4:before {
        bottom: -12px;
    left: 0;
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #4527a4;
}
#c_shoutbox {
    position: fixed;
    left: -403px;
    top: 100px;
}

#c_shoutbox .chat-box .header-shift{
    width: 70%;
}

#c_shoutbox .header-shift {
    left: 285px;
    top: 50%;
    transform:rotate(90deg);
    cursor:pointer;
    z-index: 99999;	
}

#c_shoutbox:hover {
    left:0;
    transition:ease-in 0.3s
}

.mega-menu {
    width:400px;
}

.mega-menu li{
    width: 50%;
    float: left;
}
.close_btn {
    display:none;
}
.footer_icon_socail .fa {
    margin:0;
}
.page-title .content-box .title-box p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}
@media (max-width:767px){
.offers_logo_item_box,
.point_item_section .card {
    margin-bottom: 10px !important;
}    
    .slider_offerwall .item {
        margin: 10px !important;
    }
    .cash_point_section .col-md-9,
    .cash_point_section .col-md-3 {
        padding: 0;
    }
    .img_user_profiles img,
    .img_user_profiles p span {
        width:100px !important;
    }
    .img_user_profiles {
        text-align: center;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        bottom: -100px;
        width: 100%;
    }
    .affiliate-link {
        margin-top: 23px;
    }
    .page-title .content-box .title-box h1 {
          font-size: 36px !important;
    line-height: 45px !important;
    }
    .page-title {
            padding: 80px 0px 200px 0px !important;
    }
    .header_sec {
     position: absolute;
    top: 0;
    width: 100%;   
    }
    .menu-btn {
        text-align:right;
    }
    .slider_offerwall .col-6:nth-child(odd) {
    padding-right:5px;
}
.slider_offerwall .col-6:nth-child(even) {
    padding-left:5px;
}
.close_btn {
    display:block !important;
        text-align: left;
}
.side-bar.active {
    display:none;
        z-index: 11;
            padding-right: 15px;
}

.menu-btn .icon-bar1 {
    position: relative;
    height: 2px;
    width: 30px;    background: #fff; display: block;
    margin-bottom: 5px;
    margin: 0 0px 5px auto;
}


.right_side_section {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.poin_system ul.nav {
    justify-content: left !important;
}
    
    .mega-menu {
        width: 100%;
    }
    
    .mega-menu li {
        width: 100%;
        float: unset;
    }
    
    #c_shoutbox{
        width: 85%;
        left: -304px;
    }
    
    #c_shoutbox .header-shift {
        left: 217px;
    }
    
    .mm-menu.mm-offcanvas {
        z-index: 9;
    }
    .chat-box {
        max-height: 500px;
    }
    
    .hero_single .card {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
    
    .description {
        background: transparent;
        box-shadow: none;
        padding: 10px 0;
    }
    
    .survey-list ul li{
        width: 29%;
    }
    
    .survey-list h3{
        font-size: 1rem;
        line-height: 33px;
    }
}
.right_side_section {
    margin-right: 250px;
    margin-left:0px;    
}
.heading001 {
        background: #554ccf linear-gradient(0deg, #3a31b7, #554ccf) repeat-x !important;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
        color: #fff;
}
.heading001 h3 {
        color: #fff;
    font-size: 14px;
}
.slider_offerwall {
    
}
.slider_offerwall .item {
    height: 70px;
    background: linear-gradient(150deg, #145dc3, #022964);
    border-radius: 8px;
    position: relative;
    padding: 10px;
    display: flex;    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.slider_offerwall .item img {
    width: 130px;
    height: 50px;
    object-fit: scale-down;
}
.slider_offerwall_section .slick-prev, .slider_offerwall_section .slick-next {
        top: -21px;
    right: 12px;
    background: #0b79dd;
    width: 35px;
    height: 35px;
    color: #fff;
    opacity: 1;
    border-radius: 10px;
}
.slider_offerwall_section .slick-prev {
    left: auto;
    right: 60px;
}
.chat_footer_icon {
        text-align: center;
}
.img_user_profiles {
        text-align: center;
            position: absolute;
}
.img_user_profiles img {
        width: 200px;
    background: #fff;
    padding: 6px;
}
.img_user_profiles p span {
        background: #fff;
    width: 200px;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    color:#000;
}
.page-title .content-box .title-box h1:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 130px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.page-title .content-box .title-box h1:after {
    position: absolute;
    content: '';
    background: #eaeaea;
    width: 45px;
    height: 4px;
    left: 0px;
    bottom: 0px;
}
.card-small {
    border: none;
    border-radius: 0;
    padding: 13px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 1px 15px 0px rgb(51 51 51 / 20%);
    background: #fff;
}
.share-text-field {
    width: 100%;
    border: none;
    display: block;
    height: 44px;
    padding: 13px 0px 13px 20px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0px 1px 10px 0px rgba(85, 85, 85, 0.2);
    box-shadow: inset 0px 1px 10px 0px rgba(85, 85, 85, 0.2);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50px !important;
}
.edit-btn {
        color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
        border: 0;
    padding: 11px 15px;
    display: inline-block;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #be0012;
}
.card_seccc {
    border: none;
    border-radius: 0;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.2);
}
.card_seccc .download-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    background: #4527a4;
    border-radius: 10px;
    padding: 10px 21px 14px 80px;
}
.card_seccc .download-btn a i {
    position: absolute;
    left: 30px;
    top: 14px;
    font-size: 36px;
    color: #fff;
    transition: all 500ms ease;
}
.card_seccc .download-btn a span {
    position: relative;
    display: block;
    font-size: 12px;
}
.page-title {
    position: relative;
    padding: 80px 0px 235px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
        z-index: -1;
            margin-bottom: 30px;
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.page-title .anim-icons .icon-1 {
    left: 50%;
    top: 260px;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}
.page-title .anim-icons .icon-2 {
    left: 60%;
    bottom: 150px;
}
.page-title .anim-icons .icon-3 {
    top: 200px;
    right: 400px;
}
.page-title .content-box .title-box h1 {
    position: relative;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 44px;
    margin-bottom: 30px;
}
.page-title .anim-icons .icon-4 {
    background-image: -webkit-linear-gradient(0deg, #fe40a0 0%, #6042aa 100%);
    width: 145px;
    height: 145px;
    right: 460px;
    bottom: 0px;
    border-radius: 50%;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
.offers_logo_item_box {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 8px;
    text-align: center;
    margin-bottom: 30px;
    width: 225px;
    margin-left: 40px;
}
.offers_logo_item_box a {
    display: block;
}
.offers_logo_item_box img {
        width: 100%;
    height: 50px;
    object-fit: scale-down;
}
.offers_logo_item_box p {
    margin: 0px;
    color: #3F51B5;
        font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.point_item_section .card {
    margin-bottom: 30px;
}
.daily_survey_card_item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.daily_survey_card_item .point_item {
        background: #4138bd;
    color: white;
    padding: 6px;
    
    border-radius: 5px;
    font-weight: 600;
    width: fit-content;
    margin: 5px auto;
}
.daily_survey_card_item p {
    margin: 0px;
    font-size: 12px;
}
.daily_survey_card_item img {
    width: 100%;
    height: 65px;
    object-fit: scale-down;
}
.daily_survey_card_item a {
    display: block;
}
.daily_survey_card_item h2 {
        font-size: 16px;
    margin: 10px 0px;
}