﻿html body {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/bg-opt.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

.mt-20 {
    margin-top: 25vh;
}

.mt-15 {
    margin-top: 15vh;
}

.mb-20 {
    margin-bottom: 25vh;
}

.opacity-50 {
    opacity: 0.5;
}

.bg-warning-rgp {
    background: #ffb320 !important;
}

.text-warning-rgp {
    color: #ffb320 !important;
}

.dark-overlay {
    background: rgba(0, 0, 0, .35);
    text-align: center;
    padding: 45px 0 66px 0;
    opacity: 1;
    -webkit-transition: opacity .25s ease;
}

.bg-black {
    background: #131313;
    clear: both;
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #ffb320;
}

.bg-black2 {
    background: #131313;
    clear: both;
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px solid #ffb320;
}

.fs-10 {
    font-size: 15pt;
    color: black !important;
}

.custom-textbox {
    font-size: 10pt;
    height: 100%;
    padding: 6px;
}

.custom-textbox2 {
    font-size: 10pt;
    height: 50%;
    padding: 6px;
}

.custom-selectbox {
    font-size: 10pt;
    height: 100%;
    padding: 4px;
}

.custom-selectbox2 {
    font-size: 10pt;
    height: 50%;
    padding: 4px;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: rgb(142, 31, 38);
    height: 1px;
}

.custom-image {
    height: 150px;
    width: 100%;
}

#profile-upload {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #profile-upload:hover input.upload {
        display: block;
    }

    #profile-upload:hover .hvr-profile-img {
        display: inline-block;
    }

    #profile-upload .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #profile-upload:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #profile-upload input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #profile-upload .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #profile-upload .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #profile-upload:hover .fa:after {
        height: 100%;
    }

#selfie-id {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #selfie-id:hover input.upload {
        display: block;
    }

    #selfie-id:hover .hvr-profile-img {
        display: inline-block;
    }

    #selfie-id .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #selfie-id:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #selfie-id input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #selfie-id .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #selfie-id .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #selfie-id:hover .fa:after {
        height: 100%;
    }

#primary-id {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #primary-id:hover input.upload {
        display: block;
    }

    #primary-id:hover .hvr-profile-img {
        display: inline-block;
    }

    #primary-id .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #primary-id:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #primary-id input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #primary-id .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #primary-id .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #primary-id:hover .fa:after {
        height: 100%;
    }

#secondary-id {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #secondary-id:hover input.upload {
        display: block;
    }

    #secondary-id:hover .hvr-profile-img {
        display: inline-block;
    }

    #secondary-id .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #secondary-id:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #secondary-id input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #secondary-id .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #secondary-id .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #secondary-id:hover .fa:after {
        height: 100%;
    }

#d_primary-id {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #d_primary-id:hover input.upload {
        display: block;
    }

    #d_primary-id:hover .hvr-profile-img {
        display: inline-block;
    }

    #d_primary-id .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #d_primary-id:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #d_primary-id input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #d_primary-id .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #d_primary-id .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #d_primary-id:hover .fa:after {
        height: 100%;
    }

#d_secondary-id {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #d_secondary-id:hover input.upload {
        display: block;
    }

    #d_secondary-id:hover .hvr-profile-img {
        display: inline-block;
    }

    #d_secondary-id .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #d_secondary-id:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #d_secondary-id input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #d_secondary-id .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #d_secondary-id .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #d_secondary-id:hover .fa:after {
        height: 100%;
    }

#d_selfie-id {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #d_selfie-id:hover input.upload {
        display: block;
    }

    #d_selfie-id:hover .hvr-profile-img {
        display: inline-block;
    }

    #d_selfie-id .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #d_selfie-id:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #d_selfie-id input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #d_selfie-id .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #d_selfie-id .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #d_selfie-id:hover .fa:after {
        height: 100%;
    }

#d_profile-upload {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    border: 1px dashed rgb(128, 128, 128);
    position: relative;
    overflow: hidden;
}

    #d_profile-upload:hover input.upload {
        display: block;
    }

    #d_profile-upload:hover .hvr-profile-img {
        display: inline-block;
    }

    #d_profile-upload .fa {
        margin: auto;
        position: absolute;
        bottom: -4px;
        left: 0;
        text-align: center;
        right: 0;
        padding: 6px;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transform: scale(.75);
    }

    #d_profile-upload:hover .fa {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    #d_profile-upload input.upload {
        z-index: 1;
        left: 0;
        margin: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        opacity: 0;
        outline: none;
        cursor: pointer;
        position: absolute;
        background: #ccc;
        width: 100%;
        display: none;
    }

    #d_profile-upload .hvr-profile-img {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        vertical-align: middle;
        position: relative;
        background: transparent;
    }

    #d_profile-upload .fa:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
        transition: height 0.3s;
    }

    #d_profile-upload:hover .fa:after {
        height: 100%;
    }

#ajax-loader-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../images/ajax-loading2018.gif") 50% 50% no-repeat;
}

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.box-otp {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
}

.swal-tall {
    height: 550px !important;
}

.swal2-container {
    z-index: 9999;
}

.content {
    display: none;
}

.back {
    display: none;
}

/*#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

    #footer ul.social li a i {
        margin-right: 5px;
        font-size: 25px;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

    #footer ul.social li:hover a i {
        font-size: 30px;
        margin-top: -10px;
    }

    #footer ul.social li a,
    #footer ul.quick-links li a {
        color: #ffffff;
    }

        #footer ul.social li a:hover {
            color: #eeeeee;
        }

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

    #footer ul.quick-links li:hover {
        padding: 3px 0;
        margin-left: 5px;
        font-weight: 700;
    }

    #footer ul.quick-links li a i {
        margin-right: 5px;
    }

    #footer ul.quick-links li:hover a i {
        font-weight: 700;
    }

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}*/
/* ----------------------------------------- FOOTER ----------------------------------------------------------------------------*/
footer {
    background: white;
    /* background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A); */
    color: #000000;
}

    footer h4 {
        font-size: 13pt;
        font-weight: bold;
    }

    footer a {
        color: #000000;
        font-size: 10pt;
        transition-duration: 0.2s;
    }

        footer a:hover {
            color: #FA944B;
            text-decoration: none;
        }

.copy {
    font-size: 7px;
    padding: 5px;
    border-top: 1px solid #FA944B;
}

    .copy p {
        font-size: 9pt;
    }

.footer-middle {
    padding-top: 1em;
    color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoInstagram:hover {
    background: #ffb320;
    background: -moz-linear-gradient(45deg, #ffb320 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #ffb320 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #ffb320 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb320', endColorstr='#bc1888',GradientType=1 );
}

.social-network a.icoTwitter:hover {
    background: #00ACEE;
}

.social-network a.icoYoutube:hover {
    background: #FF0000;
}

.social-network a.icoTiktok:hover {
    background: rgb(105,201,208);
    background: linear-gradient(13deg, rgba(105,201,208,1) 46%, rgba(238,29,82,1) 65%);
}

    .social-network a.icoFacebook:hover i,
    .social-network a.icoInstagram:hover i,
    .social-network a.icoTwitter:hover i,
    .social-network a.icoYoutube:hover i,
    .social-network a.icoTiktok:hover i {
        color: #fff;
    }

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

.bg-main-inplay {
    background-color: #000;
}

.regulatory-img {
    width: 200px;
    height: 40px;
}

ul li a {
    color: #fff;
}
/* ----------------------------------------- END FOOTER ----------------------------------------------------------------------------*/
.termsx {
    overflow-y: scroll;
    height: 500px;
    width: 100%;
    border: 1px solid #DDD;
    padding: 30px;
}

ol {
    padding-left: 10px;
}

.sticky-container {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 100px;
    width: 220px;
    z-index: 99;
}

.sticky li {
    list-style-type: none;
    color: #ffffff;
    height: 75px;
    border-radius: 4px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

    .sticky li:hover {
        margin-left: -115px;
    }

    .sticky li.notes:hover {
        margin-left: -200px;
    }

    .sticky li.chat:hover {
        margin-left: -170px;
    }

    .sticky li a {
        color: #ffffff;
        text-decoration: none;
        line-height: 85px;
        padding: 0 7px;
        white-space: nowrap;
    }

.descbutton {
    padding-left: 14px;
}

.chat {
    background-color: #ffb320;
}

.news {
    background-color: #495b94;
}

.notes {
    background-color: #e26869;
}
.swal2-container {
    z-index: 99999 !important;
}