.captcha {
    padding: 0px;
    width: 100px;
}

.captcha img {
    width: 100%;
    height: 49px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cl10 {
    padding-top: 15px;
}

.fll2 {
    margin-left: 20px;
}

.bottool {
    display: flex;
    justify-content: space-around;
}

.ds-center {
    display: flex;
    justify-content: space-around;
}

.clearbg {
    background: none;
}

.clearpadding {
    padding: 0px;
}

.alink {
    color: white;
}

.alink:hover {
    color: #ffea49;
}

.imgborder {
    border: 1px solid;
    border-radius: 5px;
}

.textaleft {
    text-align: left !important;
}

/* ----------------------------------------------- */
.input-group input {
    border: 1px solid #008ea4;
    border-left: none;
}

.input-group .input-group-addon {
    border: 1px solid #008ea4;
    border-right: none;
}

.input-group .captcha {
    border-right: 1px solid #008ea4 !important;
    border-left: none;
}

.form-control:focus {
    border-color: #008ea4;
}

.dataTables_filter input {
    border: 1px solid #008ea4;
    height: 23px;
    padding: 3px;
    border-radius: 4px;
}

.paginate_button.current,
.paginate_button:hover {
    background: #008ea4 !important;
    border: 1px solid #008ea4 !important;
    border-radius: 5px;
}

/* ------------------------------------------------------------ */
.fll {
    margin-left: 0px;
}

.fll2 {
    margin-left: 0px;
}

.copy {
    color: #008ea4 !important;
}

/* ----------------------------logo-------------------------- */
@font-face {
    font-family: fzfont;
    src: url("/assets/fonts/Fz2.ttf");
}

.logo-tt {
    z-index: 10;
    /* text-transform: uppercase; */
    letter-spacing: 0.5em;
    border: 1px double #008ea4;
    border-width: 4px 0;
    padding: 5px 0em;
    margin: 0 0 0 0;
    font-size: 20px;
}

.logo-tt span {
    /* font-family: fzfont; */
    font: 300 2em/1 "Oswald", fzfont;
    /* font: 300 2em/1 "Oswald", sans-serif; */
    letter-spacing: 5px;
    padding: 0.25em 0 0.325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    background: url("/assets/images/animated-text-fill.png") repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* ----------------------------end logo---------------------- */

.fix-size {
    font-size: 16px;
    font-weight: bold;
}

.text-note {
    font-size: 16px;
}

.note-list {
    font-size: 16px;
    font-weight: bold;
}

.note-list .blue-text {
    color: blue;
}

.dataTables_wrapper {
    overflow: auto;
}

#sb-site,
.mp-pusher {
    background-color: rgb(255, 255, 255) !important;
}

.form-login {
    position: absolute;
    background-color: #ffffff;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    /* border-radius: 12px; */
    left: 50%;
    transform: translate(-50%, 0);
    /* top: -80px; */
    z-index: 2;
    width: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
}

.form-login form {
    width: -webkit-fill-available;
    padding: 20px 10px;
}

.form-login form .input-group-addon,
.form-login form input {
    height: 50px;
}

.body-content {
    position: relative;
}

.image-logo {
    height: 120px;
}

.fl-center {
    display: flex;
    justify-content: center;
}

.box-captcha {
    box-sizing: content-box;
}


.giftcodeparent {
    padding-top: 30px;
}

@supports (-webkit-overflow-scrolling: touch) {}

@supports not (-webkit-overflow-scrolling: touch) {

    html,
    body {
        height: 100% !important;
    }

    .container {
        height: -webkit-fill-available;
    }

}

.row.body-content{
    min-height: 650px;
}

.head_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    background: #00000000;
}

.head_logo .logo{
    width: 30%;
}
@media only screen and (max-width: 769px) {
    .head_logo .logo{
        width: 50%;
    }
    
}
.active_button{
    border-bottom: #008ea4 2px solid;
}
.user_info{
    display: flex;
    /* padding: 10px 20px; */
    /* border-radius: 25px; */
    /* border: 2px solid #008ea4; */
    /* margin-right: 5px; */
}

.user_info span, .user_info i{
    color: #ef0000;
    margin-right: 20px;
}
.bank_info{
    display: none;
}
.btn_nap{
    background-color: #008ea4;
    width: 150px;
    height: 40px;
    margin-top: 5px;
    color: #fff;
}
.gfdgsdfg{
    padding-left: 10px;
}

.hide_bg{
    background-color: #00000000;
}
.swal2-show{
    border-radius: 0px !important;
    border: 2px double #008ea4;
}

.swal2-show button{
    border-radius: 0px !important;
    border: none !important;
    background-color: #008ea4 !important;
}
.form-control.slect{
    border: 1px solid #008ea4;
}