﻿
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


html {
    font-family: 'Roboto';
}

body {
    background-color: #f2f2f2;
    min-width: 320px;
    color: #707070;
}


/********************************************************
  
    HEADER

********************************************************/

header {
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    border-bottom: 8px solid #bf004e;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    header .container {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    header .logo {
        width: 180px;
        height: 60px;
        background: url(../img/logoTXT.svg) no-repeat
    }

    header .date-time {
        color: #858383;
        font-size: 18px;
        font-weight: 600;
    }


/********************************************************
  
    WRAPPER

********************************************************/

.wrapper {
    background: url(../img/gridTopLeft.png) left top/280px no-repeat, url(../img/gridTopRight.png) right top/280px no-repeat;
    /*min-height: 300px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 0 30px 0;
}

    .wrapper .container {
        width: 71%;
        display: flex;
        flex-direction: row;
        background-color: #ffffff;
        box-shadow: 0 0 20px #bbbbbb;
        border: 1px solid #c4c4c4;
        border-radius: 5px;
    }


/********************************************************
  
    SIDES

********************************************************/

.left-side,
.right-side {
    width: 50%;
    padding: 40px 40px 20px 40px;
}

    .left-side .title,
    .right-side .title {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 2px solid #707070;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 22px;
    }

        .left-side .title .icon,
        .right-side .title .icon {
            margin-right: 10px;
            width: 40px;
            height: 40px;
        }


.icon.icon-info {
    background: url(../img/details.svg) no-repeat;
}

.icon.icon-login {
    background: url(../img/user.svg) no-repeat;
}

.icon.icon-wallet {
    background: url(../img/wallet.svg) no-repeat;
}



/********************************************************
  
    LEFT SIDE

********************************************************/

.left-side {
    border-right: 1px solid #c4c4c4;
}

    .left-side .acquirer-logo {
        display: block;
        width: 200px;
        height: 100px;
        margin: 30px auto 20px auto;
        overflow: hidden;
        text-align: center;
    }

        .left-side .acquirer-logo img {
            width: 200px;
        }

    .left-side .info-detail {
        font-size: 14px;
        color: #5f6368;
        padding: 0 6px 0 6px;
    }

        .left-side .info-detail p {
            line-height: 18px;
            padding: 14px 13px 14px 20px;
            display: flex;
        }

            .left-side .info-detail p:nth-child(1) {
                border-radius: 3px 3px 0 0;
            }

            .left-side .info-detail p:nth-child(1),
            .left-side .info-detail p:nth-child(3) {
                background: #EEEEEE;
            }

            .left-side .info-detail p:nth-child(2),
            .left-side .info-detail p:nth-child(4) {
                background: #FAFAFA;
            }

            .left-side .info-detail p:nth-child(5) {
                background-color: #000051;
                color: #ffffff;
            }

            .left-side .info-detail p span:nth-child(1) {
                width: 40%;
                display: inline-block;
                font-weight: bold;
            }

            .left-side .info-detail p span:nth-child(2) {
                width: 60%;
            }




/********************************************************
  
    RIGHT SIDE

********************************************************/


.right-side .title {
    justify-content: space-between;
}

    .right-side .title p {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .right-side .title p:nth-child(2) {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 16px;
            color: red;
            font-weight: 500
        }


.right-side .gate-timer {
    margin-left: 10px;
}


.right-side .tc-logo {
    display: block;
    width: 100px;
    height: 100px;
    margin: 40px auto 30px auto;
    overflow: hidden;
    text-align: center;
    background: url(../img/logo.svg) no-repeat;
}

.right-side .fn-logo {
    display: block;
    width: 100px;
    height: 100px;
    margin: 40px auto 30px auto;
    overflow: hidden;
    text-align: center;
    background: url('../img/finest/logo.png') no-repeat;
}

.right-side .login-form,
.right-side .login-form form {
    padding: 0 7px 0 7px;
    display: flex;
    flex-direction: column;
}

.right-side .wallet-form {
    padding: 40px 6px 0 6px;
    display: flex;
    flex-direction: column;
    line-height: 18px;
}

.wallet-form .calculate {
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 20px;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

    .wallet-form .calculate.bg-wallet {
        background: url(../img/walletBig.svg) no-repeat center center;
        opacity: .4;
        background-size: 170px;
    }

        .wallet-form .calculate.bg-wallet p {
            visibility: hidden;
        }

    .wallet-form .calculate p {
        line-height: 18px;
        padding: 13px 13px 14px 20px;
        display: flex;
        border-bottom: 1px solid #E0E0E0;
    }

        .wallet-form .calculate p:nth-child(4) {
            background-color: #FAFAFA;
        }

        .wallet-form .calculate p span:nth-child(1) {
            width: 46%;
            display: inline-block;
            font-weight: bold;
        }

        .wallet-form .calculate p span:nth-child(2) {
            width: 54%;
            font-size: 15px;
        }


        .wallet-form .calculate p.deposit {
            background-color: #ffebee;
            color: #5f6368;
        }

        .wallet-form .calculate p.withdraw {
            background-color: #E8F5E9;
            color: #5f6368;
        }

    .wallet-form .calculate span.commission {
        color: #D32F2F;
    }

    .wallet-form .calculate span.bonus {
        color: #2E7D32;
    }

    .wallet-form .calculate span b {
        color: #a4a4a4;
        margin-left: 5px;
        font-size: 14px;
    }


.wallet-form .button-group {
    margin-bottom: 100px;
}

#walletError {
    height: 17px;
    color: red;
    font-size: 13px;
    margin-bottom: 18px;
}

#txtFinalAmount {
    font-weight: bold !important;
}

#lblCoBoAmount b {
    font-size: 13px;
}

.right-side .no-account {
    width: 96%;
    border-top: 1px solid #ababab;
    margin-top: 30px;
    padding: 20px;
    color: #9b9b9b;
    font-size: 15px;
}

    .right-side .no-account a {
        color: #dc143c;
        text-decoration: none;
    }

        .right-side .no-account a:hover {
            color: red;
            text-decoration: underline;
        }



/********************************************************
  
    RESULT

********************************************************/
.result {
    display: flex;
    align-items: stretch;
}

.result-left {
    position: relative;
    width: 30%;
    background-color: #fdfdfd;
    position: relative;
    text-align: center;
    border-right: 3px solid #dfdfdf;
}

    .result-left:after, .result-left:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .result-left:after {
        border-color: rgba(253, 253, 253, 0);
        border-left-color: #fdfdfd;
        border-width: 20px;
        margin-top: -20px;
    }

    .result-left:before {
        border-color: rgba(223, 223, 223, 0);
        border-left-color: #dfdfdf;
        border-width: 24px;
        margin-top: -24px;
    }

    .result-left img {
        width: 80px;
        margin-top: 40%;
    }

    .result-left .success-text {
        text-align: center;
        display: block;
        color: #4d4d4d;
        line-height: 60px;
        font-size: 40px;
        font-weight: bold;
        color: #29702c;
    }

    .result-left button {
        position: relative;
        margin-top: 65px;
        padding: 10px 80px 10px 20px;
        border-radius: 3px;
        background-color: #189413;
    }

        .result-left button span {
            position: absolute;
            border-left: 1px solid #fff;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
            padding: 10px;
            background: url(../img/arrow-right.svg) no-repeat center center;
            background-size: 18px 18px;
        }


    .result-left .redirect-text {
        color: #2c782f;
        margin-top: 20px;
    }

        .result-left .redirect-text b {
            display: block;
            font-size: 16px;
            line-height: 40px;
        }


.result-right {
    width: 70%;
}

    .result-right .result-container {
        margin: 40px 40px 40px 60px;
    }

    .result-right .header {
        padding: 20px 30px 15px 30px;
        width: auto;
        background-color: #bf004e;
        color: #f9f9f9;
        border-radius: 5px 5px 0 0;
        line-height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.result .header .logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/transaction.svg) no-repeat;
    margin-right: 10px;
}

.result-right p {
    width: auto;
    padding: 12px 29px 12px 29px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

    .result-right p:nth-child(even) {
        background-color: #FAFAFA;
    }

    .result-right p:nth-child(odd) {
        background-color: #EEEEEE;
    }

    .result-right p span:nth-child(1) {
        width: 36%;
        display: inline-block;
        color: #5f6368;
        font-weight: 600;
    }

    .result-right p span:nth-child(2) {
        color: #989898;
    }

    .result-amount span,
    .result-right p:nth-child(10) span,
    .result-right p:nth-child(11) span {
        color: #bf004e !important;
    }

    .result-right p span b {
        color: #8c8c8c;
        margin-left: 5px;
        font-size: 14px;
    }





/********************************************************
  
    ALERT

********************************************************/
.alert {
    display: block;
    padding: 20px;
    background-color: #f44336;
    color: white;
    font-size: 16px;
    width: 65%;
    height: 20px;
}

    .alert strong {
        font-weight: bold;
    }



/********************************************************
  
    GENERAL

********************************************************/


.ml-10 {
    margin-left: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.text-bold {
    font-weight: bold !important;
}


.loader {
    left: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid #000;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.7s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.grecaptcha-badge {
    display: none;
}

.getway-verification-alert {
    display: flex;
    flex-direction: column
}

    .getway-verification-alert .verify-title {
        margin-top: 20px;
        font-size: 16px;
        font-family: inherit;
        color: #373737
    }

    .getway-verification-alert .verify-levels {
        display: flex;
        flex-direction: column;
        margin-top: 32px
    }

        .getway-verification-alert .verify-levels .level {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #e6e6e6;
            border-radius: 30px;
            height: 58px;
            padding: 0 17px 0 24px;
            margin-bottom: 20px
        }

            .getway-verification-alert .verify-levels .level i {
                font-size: 33px;
                color: #3da74e
            }

            .getway-verification-alert .verify-levels .level .required-status {
                background-color: #ffebee;
                color: #950038;
                padding: 5px 20px;
                border-radius: 50px
            }