﻿/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) {
    @media {

        .input-default {
            font-size: 35px !important;
            min-height: 52px !important;
        }

        .form-error {
            left: 18px;
        }

        .top_up_form-error{
            left:0px !important;
        }

        input:disabled {
            -webkit-text-fill-color: #fff;
            -webkit-opacity: 1;
            color: #fff;
        }

        .my-2 {
            margin-top: 1.5rem !important;
        }

        .mt-4 {
            margin-top: 6.5rem !important;
        }

        .mtop {
            margin-top: -50px;
        }

        .globe-modal {
            display: block;
            text-align: center;
            min-height: 50% !important;
            /*max-height: 105px;*/
            margin-top: 20px !important;
            /*margin-bottom: 25px;*/
        }

        .safari-msg-btn {
            margin-top: 20px !important;
        }

        .mob-verify {
            display: block;
        }

        .safari-dash-div {
            /*display:inherit !important;*/
            position: relative;
            margin-top: 105px;
        }

        .lbl-doc {
            position: relative;
            top: -40px;
        }

        .lbl-success {
            position: relative;
            margin-top: -25px;
        }

        .safari-upload-btn {
            min-width: 230px !important;
        }

        .safari-detail {
            margin-top: 15px !important;
        }
        /*.header-margin {
        margin-top:70px !important;
    }*/
        .atm-or {
            margin-top: 0px !important;
        }

        .ctrl-no.d-block {
            position: relative;
            top: -35px;
        }

        .l-user {
            margin: 0px !important;
            padding-top: 30px;
        }

        .ilogin {
            margin: 0px;
            margin-top: 15px;
        }

        .ishow-password, iforgot-password {
            margin: 0px !important;
        }

        .ishow-password {
            right: 15px;
        }

        .navbar {
            position: relative;
            top: 0px;
        }

        #consent {
            top: 2px !important;
        }

        #myAccountVerifyPageMenu {
            top: 20px !important;
        }

        .apple-qr {

        }
    }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
    .navbar {
        position: relative;
        top: 0px;
    }

    #checkbox {
        top: 2px;
    }
}


/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
    .select-from {
        padding: 0 25px 0 115px;
    }

    .input-default {
        min-height: 52px !important;
    }

    .logo-wrapper {
        top: 65% !important;
        width: 550px;
    }

    .browser-failed {
        display: none !important;
    }
}


/*
    Mozilla Firefox
*/

@-moz-document url-prefix() {
    .select-from {
        text-indent: 2em;
        line-height: 48px;
    }

    .input-default {
        padding: 0 12px;
    }

    .select-from {
        padding: 7px 25px;
    }

    .logo-wrapper {
        top: 65% !important;
        width: 550px;
    }

    .browser-failed {
        display: none !important;
    }
}




input::-ms-input-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

.table-review tr td:last-child {
    border-right: 1px solid #1313ce;
}

.btn-block {
    background: transparent;
}



/*Internet Explorer 11*/
@media all and (-ms-high-contrast:none) {

    input:-ms-input-placeholder {
        color: #9d9da4;
    }

    *::-ms-backdrop, .loader {
        margin: 0 !important;
    }

    *::-ms-backdrop, .btn, .btn-large, .btn-small, .btn-flat {
        height: 46px !important;
        line-height: 29px !important;
    }

    *::-ms-backdrop, .btn-login .join-now {
        height: 46px !important;
        line-height: 34px !important;
    }

    *::-ms-backdrop, .modal {
        background-color: transparent !important;
        max-height: none !important;
        width: 100% !important;
        overflow-y: unset !important;
    }

    *::-ms-backdrop, .child-lines {
        /*padding: 0 0 !important;
            background: none!important;*/
        border-radius: 8px;
        margin-top: 11px !important;
        height: 25px !important;
        min-height: 50px;
    }

    *::-ms-backdrop, .cphone {
        bottom: 0px !important;
    }

    *::-ms-backdrop, .lphone {
        position: relative !important;
        bottom: 0px !important;
    }

    *::-ms-backdrop, .cnumber {
        position: relative !important;
        bottom: -2px !important;
    }

    *::-ms-backdrop, .mtop {
        margin-top: 6.5rem !important;
    }
}
