.tl_logged_out .tl_register_button {
    background: linear-gradient(35deg,#06892f,#1ed858,#06892f);
    border-radius:5px;
}

/* Notification Neon - Baslangic */

.notification_icon {
    background: 0 0;
    animation: blinkneon 2s ease infinite
}

@keyframes blinkneon {
    0%,100% {
        text-shadow: 0 0 5px #06892f,0 0 20px #06892f,0 0 20px #06892f,0 0 15px #06892f,0 0 15px #06892f,2px 2px 2px #06892f;
        color: #fff
    }

    50% {
        text-shadow: 0 0 2px #06892f,0 0 5px #06892f,0 0 5px #06892f,0 0 5px #06892f,0 0 2px #06892f,4px 4px 2px #06892f;
        color: #fff
    }
}

/* Bitis */

.ternBtn{
    background: linear-gradient(35deg,#1f2b38,#7d7d7d,#1f2b38);
    border-radius:5px !important;
    color:#fff;
}

.tl_head_promos .bonus_request{
    background: linear-gradient(35deg,#1f2b38,#7d7d7d,#1f2b38);
    border-radius:5px !important;
}

.tl_head_promos a{
    background: linear-gradient(35deg,#06892f,#1ed858,#06892f);
    border-radius:5px;
}

.ternBtn:hover{
    color:#fff;
}

.primBtn, .tl_btn.primBtn{
    background: linear-gradient(35deg,#06892f,#1ed858,#06892f);
    border-radius:5px;
}

.tl_btn, a.tl_btn, .tl_acc_lang{
    background: linear-gradient(35deg,#1f2b38,#7d7d7d,#1f2b38);
    border-radius:5px !important;
    color:#fff;
}

.tl_popup_header{
    background: linear-gradient(35deg,#06892f,#1ed858,#06892f);
}

.tl_head_text{
    color:#fff;
}

.tl_head_close{
    color:#fff;
}

.primBtn{
    border-radius:5px !important;
}

.dynamic_icon-arrow{
    color:#fff !important;
}

.tern, a.tern{
    background: linear-gradient(35deg,#06892f,#1ed858,#06892f);
    border-radius:5px !important;
    color:#fff;
}

.tl_logged_in .tl_deposit_mail > i{
    color:#fff;
}

.dropdownColor, .header__dropdown-menu .dynamic_icon-arrow{
    color:#fff;
}

a.tl_my_acc_nav_item.active, a.tl_my_acc_nav_itemsp.active{
    background: linear-gradient(35deg,#06892f,#1ed858,#06892f);
}

.tl_payment_block, .tl_payment_block_inter, .tl_payment_inner_block{
    border:1px solid #e1e1e1;
background: linear-gradient(to bottom, #ffffff, #e7e7e7);
}

.tl_gh .tl_gh_result .tl_gh_result_heading, .rslt_tbl_heading{
    border-radius:5px !important;
}

.insufficient_founds_popup_select, .tl_input_popup_reg{
    background:#fff;
    border-radius:5px;
    border:1px solid #d0d2d5 !important;
}

.bonus_tab_list>li a:hover, .bonus_tab_list>li a.active{
    border-bottom-color:#1f2b38;
}

.tl_deposit_button{
    background: linear-gradient(35deg,#06892f,#1ed858,#06892f) !important;
    border-radius:5px !important;
}

.tl_input{
    border-radius:5px !important;
    background:#fff;
    border:1px solid #d0d2d5 !important;
}

.tl_input_popup{
    border-radius:5px !important;
    background:#fff;
    border:1px solid #d0d2d5 !important;
}


.profile a {
border:1px solid #e1e1e1;
background: linear-gradient(to bottom, #ffffff, #e7e7e7);
}

.profile{
    border-radius:7px;
}

/* BETWILD WEB ACILIR SOSYAL MEDYA 220826_2910_pc14122133123123123213 */
@keyframes bw2_social_in {
    from {
        opacity: 0;
        transform: translate(0, 120px);
    }

    to {
        opacity: 1;
        transform: translate(0, -22px);
    }
}

.social_icons_fixed a {
    width: 84px !important;
    margin-left: 0 !important;
    text-decoration: none !important;
    transform: translate(0, -22px) !important;
    transition: transform .42s cubic-bezier(.22, .61, .36, 1) !important;
    animation: bw2_social_in .5s cubic-bezier(.22, .61, .36, 1) .12s backwards !important;
}

.social_icons_fixed a:hover {
    transform: translate(0, -70px) !important;
}

.social_icons_fixed .social_text {
    position: relative !important;
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: -3px !important;
    border-radius: 20px 20px 0 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .6px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    background: #26333f !important;
    color: rgba(255, 255, 255, 0) !important;
    box-shadow: inset 0 3px 0 #1ed858 !important;
    transition: height .42s cubic-bezier(.22, .61, .36, 1), color .14s ease !important;
}

.social_icons_fixed a:hover .social_text {
    height: 48px !important;
    color: rgba(255, 255, 255, 1) !important;
    transition: height .42s cubic-bezier(.22, .61, .36, 1), color .2s ease .16s !important;
}

.social_icons_fixed .social_icon-img {
    height: 58px !important;
    background-color: #1f2b38 !important;
    box-shadow: inset 0 3px 0 #1ed858, 1px 0 0 #1f2b38, -1px 0 0 #1f2b38 !important;
    transition: background-color .42s ease, border-radius .3s ease .35s !important;
}

.social_icons_fixed a:first-child .social_icon-img {
    border-radius: 0 20px 0 0 !important;
}

.social_icons_fixed a:last-child .social_icon-img {
    border-radius: 20px 0 0 0 !important;
}

.social_icons_fixed a:hover .social_icon-img {
    background-color: #26333f !important;
    transition: background-color .42s ease, border-radius .1s ease 0s !important;
}

.social_icons_fixed a:first-child:hover .social_icon-img,
.social_icons_fixed a:last-child:hover .social_icon-img {
    border-radius: 0 !important;
}

.social_icons_fixed .social_icon-img::before {
    height: auto !important;
    width: auto !important;
    background-image: none !important;
    font-family: "iconsDinamicMenu" !important;
    font-size: 54px !important;
    line-height: 1 !important;
    color: rgba(255, 255, 255, .84) !important;
    transition: transform .3s cubic-bezier(.22, .61, .36, 1), color .3s ease !important;
}

.social_icons_fixed .twetter .social_icon-img::before {
    content: "\E431" !important;
}

.social_icons_fixed .instagram .social_icon-img::before {
    content: "\E172" !important;
}

.social_icons_fixed .telegram .social_icon-img::before {
    content: "\E427" !important;
}

.social_icons_fixed .whatsapp .social_icon-img::before {
    content: "\E175" !important;
}

.social_icons_fixed a:hover .social_icon-img::before {
    transform: rotate(90deg) scale(1.16) !important;
    color: #fff !important;
    transition: transform .42s cubic-bezier(.34, 1.56, .64, 1), color .3s ease !important;
}

@media (prefers-reduced-motion: reduce) {
    .social_icons_fixed a {
        animation: none !important;
    }
}
