﻿/* ONLY MEMBER START */


/* cancel firefox red box shadow for input */

body {
    background-color: #f0f0f0 !important;
    font-family: sans-serif;
}


.font-selection {
    font-family: 'Inter', -apple-system, system-ui, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}


.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}



/*.tabiat-ana-logo {
    width: 205px;*/
    /* height: 46px; */
    /*margin-bottom: 34px !important;
}

    .tabiat-ana-logo .sun {
        width: 42px;
        z-index: 0;
        display: block;
        position: relative;
        left: 165px;
    }

    .tabiat-ana-logo .type {
        z-index: 2;
        position: relative;
        margin-top: -40px;
    }*/


.loadign-process {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    list-style: none;
    margin: 30px 0px 0px 0px;
    display: block;
    text-align: center;
    font-size: 90%;
}

input:required {
    box-shadow: none;
}

/*.tabiat-ana-logo-admin {
    width: 195px;
    margin-bottom: 24px !important;
}

    .tabiat-ana-logo-admin .sun {
        width: 38px;
        z-index: 0;
        display: block;
        position: absolute;
        left: 158px;
        margin-top: -1px;
    }

    .tabiat-ana-logo-admin .type {
        z-index: 2;
        position: relative;
    }
*/

.in-member {
    width: 1180px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    padding: 20px 30px 0px 30px;
    min-height: 300px;
    box-shadow: 0 1px 2px 0 rgba(85,85,85,.5);
}

    .in-member .member-title-block {
        position: relative;
        width: 100%;
        margin-top: 30px;
        float: left;
        border-bottom: 1px solid #ddd;
    }

        .in-member .member-title-block:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            height: 4px;
            width: 100%;
            background-color: #f6f6f6;
        }

.member-title-block .in-member-title {
    font-size: 21px;
    font-weight: 600;
    color: #00782b;
    font-family: Roboto, sans-serif;
    padding-right: 12px;
    height: 30px;
    float: left
}

.in-member .member-title-block .in-member-title i {
    margin-right: 12px
}


.in-member .member-title-block .member-message {
    font-size: 14px;
    color: #444;
    margin-top: 40px;
    display: block;
    padding-bottom: 20px;
}





.in-member .member-title-block .text-button {
    padding: 0px 16px 0px 26px;
    height: 44px;
    background: #0d7533;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    width: 140px;
    display: inline-block;
    float: right;
}

    .in-member .member-title-block .text-button:hover {
        background: #0654ba;
        color: #ffffff;
    }

    .in-member .member-title-block .text-button a {
        color: #fff;
    }

.in-member .new-member {
    width: 50%;
    position: relative;
    z-index: 1;
    border-right: solid 1px #ddd;
    float: left;
}

    .in-member .new-member .form {
        background: #ffffff;
        padding: 20px 30px 20px 30px;
        overflow: hidden;
        margin-top: 30px;
    }

        .in-member .new-member .form .member-error {
            font-size: 12px;
            color: #ff0000;
            margin: 10px 0px 40px 0px;
            font-family: Verdana;
            text-align: left;
            font-weight: bold;
        }

        .in-member .new-member .form .control-group {
            margin-bottom: 24px;
        }

        .in-member .new-member .form .input,
        .remind-password .form .input {
            width: 96%;
            border: solid 2px #acacac;
            font-size: 13px;
            color: #000000;
            height: 44px;
            padding: 2px 0px 0px 10px;
        }

            .in-member .new-member .form .input:hover {
                border: solid 2px #0078d7;
                height: 44px;
            }

            .in-member .new-member .form .input:focus {
                border: solid 2px #0078d7;
                height: 44px;
            }



        /* Animate Input Start---------------------------------------------------- */

        .in-member .new-member .form .control-group .controls {
            position: relative;
        }

        .in-member .new-member .form .control-group {
            margin-bottom: 24px;
        }

        .in-member .new-member .form .animate-input {
            box-sizing: border-box;
            transition-duration: .3s;
            line-height: 12px;
            background-color: transparent;
            z-index: 1;
            font-size: 12px;
            font-family: verdana;
            /*height: 34px;*/
        }

            .in-member .new-member .form .animate-input .input:focus + label {
                top: -8px !important;
                color: #0078d7;
                font-weight: bold;
            }

            .in-member .new-member .form .animate-input .input:valid + label {
                top: -8px;
            }

            .in-member .new-member .form .animate-input .input:disabled + label {
                top: -8px;
            }

            .in-member .new-member .form .animate-input label {
                transition: all .2s ease-in;
                display: inline-block;
                padding: 0 10px;
                background-color: #FFF;
                font-size: 13px;
                font-family: verdana;
                color: #000;
                position: absolute;
                top: 16px;
                left: 6px;
                z-index: 1;
                width: auto;
                pointer-events: none;
                line-height: 10px;
            }



        .in-member .new-member .form .show-hide-checkbox {
            height: 32px;
            width: 34px;
            position: absolute;
            top: -3px;
            right: -5px;
            background-color: #fff;
            opacity: 0;
            cursor: pointer;
        }


        .in-member .new-member .form .show-hide-pass {
            background-image: url(../../Image/pass-eye-icon.png);
            background-repeat: no-repeat;
            background-position: right;
            height: 32px;
            width: 34px;
            display: block;
            cursor: pointer;
            position: absolute;
            top: 3px;
            right: 6px;
        }
        /* Animate Input End---------------------------------------------------- */

        /* Password Eye Start ---------------------------------------------------- */

        .in-member .new-member .form .field-icon {
            float: right;
            margin-right: 30px;
            margin-top: -38px;
            position: relative;
            z-index: 2;
            cursor: pointer;
            font-size: 22px
        }



.fa {
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7d7d7d;
}

    .fa:hover {
        color: #ff0000;
    }

    .fa:focus {
        color: #ff0000;
    }


.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

/* Password Eye End ---------------------------------------------------- */

.in-member .new-member .block-register {
    height: 34px;
    width: 96%;
    display: block;
    margin: 22px 12px 0px 0px;
}



.button-member, .in-member .new-member .button-member {
    padding: 0px 12px 0px 12px;
    height: 40px;
    background-color: #0d7533;
    color: #fff;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
    line-height: 40px;
    text-decoration: none;
    max-width: 180px;
}

    .button-member:hover,
    .in-member .new-member .button-member:hover {
        background: #0d7533;
        color: #fff;
        /*opacity: 0.7;*/
    }





.in-member .new-member .agreement-block {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 0px 3px 0px;
    border: 0;
    color: #000;
    /* line-height: 30px; */
    width: 98%;
    /* margin-bottom: 25px; */
    display: block;
}


    .in-member .new-member .agreement-block a {
        color: #0078d7;
        font-weight: 600;
    }

        .in-member .new-member .agreement-block a:hover {
            color: #009936;
            font-weight: 600;
        }

.in-login .login .password-reguest-note,
.in-member .new-member .password-reguest-note {
    background-color: #fbdddd;
    font-weight: 500;
    padding: 4px 10px;
    width: 96%;
    display: none;
}

.in-login .login .input-pass:focus ~ .password-reguest-note,
.in-member .new-member .input-pass:focus ~ .password-reguest-note {
    display: block;
}


.in-login .login .password-reguest-note ul,
.in-member .new-member .password-reguest-note ul {
    padding: 0px;
}

    .in-login .login .password-reguest-note ul li,
    .in-member .new-member .password-reguest-note ul li {
        font-size: 11px;
        font-weight: 500;
        color: #000;
        line-height: 19px;
    }

        .in-login .login .password-reguest-note ul li i,
        .in-member .new-member .password-reguest-note ul li i {
            font-size: 14px;
            color: #ff0000;
        }


.remember-pass-title {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.in-login .remember-pass-title .rem-icon {
    background-color: #0654ba;
    height: 20px;
    width: 20px;
    display: inline-block;
    float: left;
    margin-top: 7px;
    border-radius: 5px;
    border: solid 2px #0654ba;
}


.in-login .remember-pass-title span {
    font-family: arial, helvetica;
    font-weight: 600;
    font-size: 20px;
    float: left;
    padding: 6px 10px 4px 10px;
    width: 84%;
    color: #000;
}

.in-login .remember-text {
    font-size: 13px;
    color: #444;
    margin-top: 10px;
    display: block;
}

.in-login .security-code {
    width: 140px;
    float: left;
    border: solid 1px #7d7d7d;
    font-size: 13px;
    color: #000000;
    height: 44px;
}

.in-login .update-code {
    width: 44px;
    float: left;
    margin-right: 18px;
    /* margin-left: 18px; */
    border: solid 1px #7d7d7d;
    height: 44px;
    font-size: 11px;
    text-align: center;
    color: #7d7d7d;
    background: #fff;
    padding-top: 3px;
    cursor: pointer;
}


    .in-login .update-code span {
        font-size: 20px;
        color: #009936;
    }

    .in-login .update-code:hover span {
        color: #ff0000;
    }


.in-login .security-input {
    width: 150px;
    border: solid 2px #acacac;
    font-size: 13px;
    color: #000000;
    height: 44px;
    padding: 0px 0px 0px 10px;
}

    .in-login .security-input:hover {
        border: solid 2px #0078d7;
        height: 44px;
    }

    .in-login .security-input:focus {
        border: solid 2px #0078d7;
        height: 44px;
    }

.in-login .security-label {
    font-size: 14px;
    color: #000000;
    padding: 0px 0px 12px 0px;
    font-weight: 600;
}

.in-login .success {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

    .in-login .success .process-success-icon {
        text-align: center;
    }

        .in-login .success .process-success-icon img {
            /*width: 40px;*/
            height: 40px;
        }

    .in-login .success .process-success-text {
        font-size: 16px;
        color: #000000;
        margin-top: 20px;
        font-weight: 600;
    }


        .in-login .success .process-success-text span {
            color: #00782b;
            font-weight: 600;
        }

    .in-login .success .process-success-text-note {
        font-size: 12px;
        color: #ff0000;
        margin-top: 20px;
    }


.in-login .login-link {
    padding: 3px 0px 3px 0px;
    border: 0;
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .in-login .login-link ul {
        padding: 0px;
        list-style-type: none;
        text-align: center;
    }

        .in-login .login-link ul li {
            float: left;
            height: 18px;
            width: 50%;
        }

            .in-login .login-link ul li:first-child {
                text-align: right;
                padding-right: 10px;
            }

            .in-login .login-link ul li:last-child {
                text-align: left;
                border-left: 1px solid #7d7d7d;
                padding-left: 10px;
            }



    .in-login .login-link a {
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        color: #0654ba;
    }

        .in-login .login-link a:hover {
            color: #0d7533;
            text-decoration: underline;
        }


.in-member .new-member .newletter-accept-block {
    display: block;
    width: 96%;
    margin-top: -20px;
}
/* Switch Css Start */

.in-member .new-member .switch-accept {
    margin-top: 10px;
    border: none;
    margin-bottom: 24px;
}


.in-member .new-member .switch-input {
    display: none;
}

.in-member .new-member .switch-label {
    position: relative;
    display: inline-block;
    min-width: 220px;
    cursor: pointer;
    font: 500 13px Roboto, sans-serif;
    text-align: left;
    /*margin-left: 12px;*/
    padding: 16px 0 16px 60px;
}

    .in-member .new-member .switch-label span {
        font: 600 13px Roboto, sans-serif;
        color: #0654ba
    }


    .in-member .new-member .switch-label:before, .switch-label:after {
        content: "";
        position: absolute;
        margin: 0;
        outline: 0;
        top: 50%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .in-member .new-member .switch-label:before {
        left: 1px;
        width: 46px;
        height: 20px;
        background-color: #acacac;
        border-radius: 10px;
    }

    .in-member .new-member .switch-label:after {
        left: 0;
        width: 23px;
        height: 23px;
        background-color: #ddd;
        border-radius: 50%;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
        border: solid 1px #7d7d7d;
    }

    .in-member .new-member .switch-label .toggle--on {
        display: none;
    }

    .in-member .new-member .switch-label .toggle--off {
        display: inline-block;
    }

.in-member .new-member .switch-input:checked + .switch-label:before {
    background-color: #72d073;
}

.in-member .new-member .switch-input:checked + .switch-label:after {
    background-color: #0d7533;
    -ms-transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border: solid 0px #f4c500;
}

.in-member .new-member .switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}

.in-member .new-member .switch-input:checked + .switch-label .toggle--off {
    display: none;
}
/* Switch Css End */

/* Member Description Start */

.in-member .member-description-block {
    width: 43%;
    float: left;
    padding: 0px;
    margin-left: 54px;
    margin-top: 50px;
}


    /*.in-member .member-description-block .title {
                width: 100%;
                    font-size: 14px;
                    margin-top: 0px;
                    padding: 10px 0px;
                    color: #404040;
                    font-weight: 600;
                    float: left;


                }*/
    .in-member .member-description-block ul li {
        margin-bottom: 54px;
    }

        .in-member .member-description-block ul li figure {
            width: 90px;
            margin: 0 10px 10px 0;
        }

            .in-member .member-description-block ul li figure img {
                width: 100%;
                height: 100%;
            }


        .in-member .member-description-block ul li .description-title {
            width: 100%;
            font-size: 15px;
            margin-top: 0px;
            padding: 0px 0px 5px 0px;
            color: #000;
            font-weight: 600;
            float: left;
            letter-spacing: 0.5px;
        }

            .in-member .member-description-block ul li .description-title i {
                font-size: 24px;
                color: #7d7d7d;
                margin-right: 6px;
            }


        .in-member .member-description-block ul li .description-text {
            font-size: 14px;
            margin-bottom: 10px;
            color: #404040;
            /*width: calc(100% - 110px)*/
        }


/* Member Description End*/

/* Login Security Control Start */



.security-control {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    display: table;
}


    .security-control p {
        text-align: center;
        color: #acacac;
    }

        .security-control p span {
            color: #ff0000;
            text-align: center;
            font-size: 12px;
            font-weight: 600;
            padding: 0px 12px
        }

    .security-control .captcha {
        float: left;
        margin: 24px 0px 0px 0px;
        width: 100%;
    }

        .security-control .captcha .change-captcha {
            width: 60px;
            margin: 0px 20px 0px 10px;
            float: left;
            background-color: #f1f1f1;
            height: 44px;
            text-align: center;
            cursor: pointer;
        }

            .security-control .captcha .change-captcha i {
                font-size: 18px;
                color: #ff6a00;
                text-align: center;
                /* margin-bottom: 6px; */
                padding: 4px 0px;
            }


            .security-control .captcha .change-captcha c-text {
                font-size: 12px;
                color: #000;
                text-align: center;
            }


/* Login Security Control End */


/* Agreements Modal*/

#overlay-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #333;
    opacity: .80;
}


.modal-aydinlatma-metni,
.modal-kullanici-sozlesmesi,
.modal-gizlilik-sozlesmesi,
.modal-cerez-politikasi {
    display: none;
    position: fixed;
    top: 10%;
    left: 33.333%;
    width: 33.333%;
    height: auto;
    background-color: #ffffff;
    padding: 25px 10px 25px 25px;
    z-index: 9999;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}


    .modal-aydinlatma-metni .active,
    .modal-kullanici-sozlesmesi .active,
    .modal-gizlilik-sozlesmesi .active,
    .modal-cerez-politikasi .active {
        display: block;
    }




    .modal-aydinlatma-metni .close,
    .modal-kullanici-sozlesmesi .close,
    .modal-gizlilik-sozlesmesi .close,
    .modal-cerez-politikasi .close {
        cursor: pointer;
        display: block;
        position: absolute;
        right: -36px;
        top: 0px;
        z-index: 1;
        font-size: 22px;
        background-color: #fff;
        padding: 6px 10px 2px 14px;
    }


        .modal-aydinlatma-metni .close:hover,
        .modal-kullanici-sozlesmesi .close:hover,
        .modal-gizlilik-sozlesmesi .close:hover,
        .modal-cerez-politikasi .close:hover {
            color: #ff0000;
        }

/* Aydınlatma Metni Start */
.aydinlatma-metni {
    width: 100%;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    height: 600px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    padding: 0px 20px 20px 0px;
}

    .aydinlatma-metni .big-title {
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0px;
    }

    .aydinlatma-metni .aydinlatma-metni-body {
        margin: 0px 0px;
        color: #000;
        font-size: 12px;
    }

.sub-title {
    font-size: 16px;
    font-weight: 600
}

.aydinlatma-metni .aydinlatma-metni-body .left {
    text-align: left;
}

.aydinlatma-metni .aydinlatma-metni-body .space {
    height: 22px;
    width: 100%;
    float: left;
    display: block;
}

.aydinlatma-metni .aydinlatma-metni-body .product-block {
    margin: 20px 0px;
    width: 100%;
}

.aydinlatma-metni .aydinlatma-metni-body .list-number {
    color: #196836;
    font-size: 14px
}

.aydinlatma-metni .aydinlatma-metni-body .list-text {
    color: #196836;
    font-size: 14px;
    font-weight: bold;
}

.aydinlatma-metni .aydinlatma-metni-body .c-block {
    margin: 20px 20px;
    width: 100%;
}

.aydinlatma-metni .aydinlatma-metni-body .bold {
    font-weight: 500;
    text-decoration: underline;
}

/* Aydınlatma Metni End */

/* ONLY MEMBER END */

/* LOGIN and MEMBER START */



.in-login .member-tab-menu .new-member {
    width: 100%;
    position: relative;
    z-index: 1;
    float: left;
}

    .in-login .member-tab-menu .new-member .form {
        background: #ffffff;
        padding: 20px 0px 20px 0px;
        overflow: hidden;
        margin-top: 30px;
    }



        .in-login .member-tab-menu .new-member .form .control-group {
            margin-bottom: 24px;
        }

        .in-login .member-tab-menu .new-member .form .input {
            width: 100%;
            border: solid 2px #acacac;
            font-size: 13px;
            color: #000000;
            height: 44px;
            padding: 2px 0px 0px 10px;
        }

            .in-login .member-tab-menu .new-member .form .input:hover {
                border: solid 2px #0078d7;
                height: 44px;
            }

            .in-login .member-tab-menu .new-member .form .input:focus {
                border: solid 2px #0078d7;
                height: 44px;
            }

        /* Animate Input Start---------------------------------------------------- */

        .in-login .member-tab-menu .new-member .form .control-group .controls {
            position: relative;
        }

        .in-login .member-tab-menu .new-member .form .control-group {
            margin-bottom: 24px;
        }

        .in-login .member-tab-menu .new-member .form .animate-input {
            box-sizing: border-box;
            transition-duration: .3s;
            line-height: 12px;
            background-color: transparent;
            z-index: 1;
            font-size: 12px;
            font-family: verdana;
            /*height: 34px;*/
        }

            .in-login .member-tab-menu .new-member .form .animate-input .input:focus + label {
                top: -8px !important;
                color: #0078d7;
                font-weight: bold;
            }

            .in-login .member-tab-menu .new-member .form .animate-input .input:valid + label {
                top: -8px;
            }

            .in-login .member-tab-menu .new-member .form .animate-input .input:disabled + label {
                top: -8px;
            }

            .in-login .member-tab-menu .new-member .form .animate-input label {
                transition: all .2s ease-in;
                display: inline-block;
                padding: 0 10px;
                background-color: #FFF;
                font-size: 13px;
                font-family: verdana;
                color: #000;
                position: absolute;
                top: 16px;
                left: 6px;
                z-index: 1;
                width: auto;
                pointer-events: none;
                line-height: 10px;
            }

/* Error Alert Star */
.in-login-error {
    width: 440px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 30px 0px 30px;
    box-shadow: 0px 1px 2px 1px rgba(255,0,0,.5);
    display: table;
    margin-bottom: 20px;
}


.message-error {
    color: #ff0000;
    margin-bottom: 20px;
}


    .message-error i {
        font-size: 28px;
        color: #ff0000;
        float: left;
        padding: 4px 0px 0px 0px;
    }

.error-message-text {
    margin-left: 40px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
}

/* Error Alert End */

.container-login {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 100%;
    max-width: 460px;
}

    .container-login .in-login {
        width: 100%;
        background-color: #fff;
        padding: 50px 40px 40px 40px;
        border: solid 1px #ddd;
        border-radius: 12px;
        display: inline-block;
    }

        .container-login .in-login .login-title-block {
            position: relative;
            width: 100%;
            margin-top: 30px;
            float: left;
            border-bottom: 1px solid #ddd;
        }

            .container-login .in-login .login-title-block:after {
                content: "";
                position: absolute;
                bottom: 0px;
                left: 0px;
                height: 4px;
                width: 100%;
                background-color: #f6f6f6;
            }

            .container-login .in-login .login-title-block .in-login-title {
                font-size: 21px;
                font-weight: 600;
                color: #00782b;
                font-family: Roboto, sans-serif;
                padding-right: 12px;
                height: 30px;
                float: left
            }

.login-cover .in-login .login-title-block .in-login-title i {
    margin-right: 12px
}


.container-login .in-login .login-title-block .login-message {
    font-size: 14px;
    color: #444;
    margin-top: 40px;
    display: block;
    padding-bottom: 20px;
}





.container-login .in-login .login-title-block .text-button {
    padding: 0px 16px 0px 26px;
    height: 44px;
    background: #0d7533;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    width: 140px;
    display: inline-block;
    float: right;
}

    .container-login .in-login .login-title-block .text-button:hover {
        background: #0654ba;
        color: #ffffff;
    }

    .container-login .in-login .login-title-block .text-button a {
        color: #fff;
    }

.container-login .in-login .login {
    width: 100%;
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 20px;
}

    .forgot-pass
    .container-login .in-login .login .forgot-pass {
        margin-bottom: 40px;
    }

    .container-login .in-login .login .form .login-error {
        font-size: 12px;
        color: #ff0000;
        margin: 10px 0px 40px 0px;
        font-family: Verdana;
        text-align: left;
        font-weight: bold;
    }

    .container-login .in-login .login .form .control-group {
        margin-bottom: 24px;
    }

    .container-login .in-login .login .form .input {
        width: 100%;
        border: solid 2px #acacac;
        font-size: 13px;
        color: #000000;
        height: 44px;
        padding: 2px 0px 0px 10px;
    }

        .container-login .in-login .login .form .input:hover {
            border: solid 2px #0078d7;
            height: 44px;
        }

        .container-login .in-login .login .form .input:focus {
            border: solid 2px #0078d7;
            height: 44px;
        }


.container-login-member {
    background-color: #f0f0f0;
    padding: 50px 0px;
}

.container-remember-password {
    padding: 50px 0px;
}

/*.text-danger {
    width: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 15px;
    display: block;
    color: #842029;
     background-color: #f8d7da; 
     border-color: #f5c2c7;
     opacity:0;
}*/

/* Password Eye Start ---------------------------------------------------- */



:: -ms-reveal {
    display: none;
}

button#toggle-password {
    position: absolute;
    right: 4px;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: 0;
    border: 0;
    margin-top: -54px;
}

    button#toggle-password:active,
    button#toggle-password:focus,
    button#toggle-password:hover {
        cursor: pointer;
    }

    button#toggle-password:focus {
        outline: none !important;
    }

.input-password {
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(15px + 12px) calc(15px + 12px);
}

    .input-password[type=password]:valid {
        background-image: url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
    }

    .input-password[type=text]:valid {
        background-image: url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
    }




/* Login Tab Menu Start*/
.in-login .member-tab-menu > input, .member-tab-menu section > div {
    display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2 {
    display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2 {
    color: #0654ba;
}
/* Visual Styles */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.in-login .member-tab-menu {
    margin: 0 auto;
    float: left;
    width: 100%;
}

    .in-login .member-tab-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

        .in-login .member-tab-menu ul li {
            width: 100%;
            display: inline-block;
        }


            .in-login .member-tab-menu ul li label,
            .in-login .member-tab-menu ul li label a {
                font-family: arial, helvetica;
                font-weight: 600;
                font-size: 16px;
                cursor: pointer;
                width: 100%;
                color: #7d7d7d;
                background-color: #f2f2f2;
                display: block;
                height: 40px;
                text-align: center;
                line-height: 42px;
                width: 100%;
                text-align: center;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                border-top-left-radius: 0px !important;
                border-bottom-left-radius: 0px !important;
                text-decoration: none;
            }


                .in-login .member-tab-menu ul li label:hover,
                .in-login .member-tab-menu ul li label a:hover {
                    color: #000;
                    background-color: #63bd00
                }

                .in-login .member-tab-menu ul li label:active {
                    background: #ffffff;
                }

                .in-login .member-tab-menu ul li label span {
                    font-family: Roboto, sans-serif;
                    font-weight: 400;
                    font-size: 12px;
                    float: left;
                    padding: 13px 25px;
                    display: contents;
                }

            .in-login .member-tab-menu ul li:not(:last-child) label {
                border-right-width: 0;
            }

    .in-login .member-tab-menu section {
        clear: both;
    }


#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label {
    position: relative;
    background: #ee9b00;
    color: #000;
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 42px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}




    #tab1:checked ~ nav .tab1 label:after,
    #tab2:checked ~ nav .tab2 label:after {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ffffff;
        left: 0;
    }



/*#tab1:checked ~ nav .tab1 span,
#tab2:checked ~ nav .tab2 span {
    background-color: #0654ba;
    height: 20px;
    width: 20px;
    display: inline-block;
    float: left;
    margin-top: 7px;
    border-radius: 5px;
    border: solid 2px #0654ba;
}


#tab1 ~ nav .tab1 span,
#tab2 ~ nav .tab2 span {
    height: 20px;
    width: 20px;
    display: inline-block;
    float: left;
    margin-top: 7px;
    border-radius: 5px;
    background-color: #d4d4d4;
}*/


.in-login .member-tab-menu .active a {
    background-color: #fff;
    border-bottom: 0;
}

.in-login .member-tab-menu .tabs-inner {
    background: #fff;
    padding: 0px 0px;
    margin-bottom: 14px;
}


.button-sign-block {
    /* width: 100%; */
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

    .button-sign-block a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    .button-sign-block a {
        padding: 0px 16px 0px 26px;
        height: 50px;
        background-color: #0d7533;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        display: block;
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        letter-spacing: 0.5px;
        cursor: pointer;
        border: none;
        width: 100%;
        float: left;
    }



        .button-sign-block a:hover {
            background-color: #63bd00;
            color: #000;
        }


.button-sign {
    background: #ef9c00;
    padding: 7px 20px 4px 20px;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: normal;
    -moz-transition: all 0.3s linear;
    margin-top: 30px;
    cursor: pointer;
    border: 0px;
    font-weight: 700;
}

    .button-sign:hover {
        background: #00782b;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        color: #fff
    }


.contract-member {
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 30px;
    display: inline-block;
}

    .contract-member a {
        font-size: 12px;
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

        .contract-member a:hover {
            font-size: 12px;
            color: #ff0000;
        }

.in-login .forget-password-label {
    font-family: arial, helvetica;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    color: #000;
    background: #ee9b00;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
}

.validation-summary-errors {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

    .validation-summary-errors ul {
        width: 100%;
        padding: 0;
        list-style-type: none;
        display: block !important;
    }

        .validation-summary-errors ul li {
            width: 100%;
            float: left;
        }


.container-login .in-login .success-block {
    width: 100%;
    text-align: center;
}


    .container-login .in-login .success-block ol {
        list-style-type: none;
        padding: 0px;
    }



    .container-login .in-login .success-block i {
        color: #00782b;
        font-size: 40px;
    }

    .container-login .in-login .success-block .check-text {
        font-size: 18px;
        color: #00782b;
        margin-top: 30px;
        font-weight: 700;
    }

    .container-login .in-login .success-block .check-desc {
        font-size: 14px;
        margin-bottom: 60px;
    }

/* Login Tab Menu end*/



/* Login Animate Input Start---------------------------------------------------- */
.in-login .login .form .control-group .controls {
    position: relative;
}

.in-login .login .form .control-group {
    margin-bottom: 24px;
}

.input-login, .in-login .login .input-login {
    height: 40px;
    border: solid 1px #ccc;
    width: 100%;
    padding: 0px 12px;
    border-radius: 8px;
    background-color: #f1f1f1;
    font-weight: 600;
}

    .input-login:hover,
    .in-login .login .input-login:hover {
        border: solid 2px #7d7d7d;
        background-color: #f0f0f0;
    }

.input-login:focus,
.in-login .login .input-login:focus {
    border: solid 3px #0d7533;
    background-color: #fff;
}


.textarea-login {
    border: solid 1px #ccc;
    width: 100%;
    padding: 12px 12px;
    border-radius: 8px;
    background-color: #f1f1f1;
    font-weight: 600;
}

    .textarea-login :hover {
        border: solid 2px #7d7d7d;
        background-color: #f0f0f0;
    }

    .textarea-login :focus {
        border: solid 3px #0d7533;
        background-color: #fff;
    }

.in-login .login .forgot-pass .checkbox-title {
    line-height: 24px;
    padding-bottom: 12px;
    height: 24px;
    vertical-align: top;
    padding-left: 6px;
}


.in-login .login .forgot-pass label {
    font-size: 13px;
    color: #000;
    background-color: #fff;
    height: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: left;
    /* padding-left: 0px; */
    color: #7d7d7d;
}

    .in-login .login .forgot-pass label:hover {
        background-color: #fff;
        color: #000;
    }


.remember-link,
.remember-link a,
.in-login .login .forgot-pass .remember-link,
.in-login .login .forgot-pass .remember-link a {
    font-size: 14px;
    color: #7d7d7d;
    text-decoration: none;
    text-align: right;
    font-weight: 600;
}

   .remember-link:hover,
   .remember-link a:hover,
    .in-login .login .forgot-pass .remember-link:hover,
    .in-login .login .forgot-pass .remember-link a:hover {
        color: #ff0000;
    }


.in-login .login .form .animate-input .input:focus + label {
    top: -8px !important;
    color: #0078d7;
    font-weight: bold;
}

.in-login .login .form .animate-input .input:valid + label {
    top: -8px;
}

.in-login .login .form .animate-input .input:disabled + label {
    top: -8px;
}

.in-login .login .form .animate-input label {
    transition: all .2s ease-in;
    display: inline-block;
    padding: 3px 10px;
    background-color: #FFF;
    font-size: 13px;
    font-family: verdana;
    color: #000;
    position: absolute;
    top: 13px;
    left: 6px;
    z-index: 1;
    width: auto;
    pointer-events: none;
    line-height: 10px;
}


.in-login .member-tab-menu .new-member .form .show-hide-checkbox
.in-login .login .form .show-hide-checkbox {
    height: 32px;
    width: 34px;
    position: absolute;
    top: -3px;
    right: -5px;
    background-color: #fff;
    opacity: 0;
    cursor: pointer;
}


/*.in-login .login .form .show-hide-pass {
            background-image: url(../../Image/pass-eye-icon.png);
            background-repeat: no-repeat;
            background-position: right;
            height: 32px;
            width: 34px;
            display: block;
            cursor: pointer;
            position: absolute;
            top: 3px;
            right: 6px;
        }*/
/* Login Animate Input End---------------------------------------------------- */

/* Password Eye Start ---------------------------------------------------- */



.in-login .member-tab-menu .new-member .form .field-icon,
.in-login .login .form .field-icon {
    float: right;
    margin-right: 15px;
    margin-top: -38px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 22px
}



.fa {
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #7d7d7d;
}

    .fa:hover {
        color: #ff0000;
    }

    .fa:focus {
        color: #ff0000;
    }


.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

/* Password Eye End ---------------------------------------------------- */


.in-login .member-tab-menu .new-member .block-register,
.in-login .login .block-register {
    height: 34px;
    width: 100%;
    display: block;
    margin: 22px 12px 0px 0px;
}




.button-open-store {
    padding: 0px 20px 0px 20px;
    height: 40px;
    background-color: #ee9b00;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    max-width: 170px;
    /* float: right; */
    width: 100%;
}

    .button-open-store:hover {

        background-color: #ffc107;
    }


.vendor-member {
    padding: 0px 20px 0px 20px;
    height: 36px;
    background-color: #0d7533;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    float: right;
}

    .vendor-member:hover {
        background-color: #63bd00;
        color: #000;
        /*opacity: 0.7;*/
    }


.button-member-back {
    padding: 0px 16px 0px 16px;
    height: 36px;
    background-color: #fffbef;
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 600;
    /* display: block; */
    text-align: center;
    /* line-height: 50px; */
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    /* width: 100%; */
    float: left;
    border: solid 2px #ee9b00;
}


.button-cancel-process:hover,
.button-member-back:hover {
    background-color: #ff0000;
    color: #fff;
    /*opacity: 0.7;*/
}


.button-cancel-process {
    padding: 0px 30px 0px 30px;
    height: 36px;
    background-color: #ffffff;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 600;
    /* display: block; */
    text-align: center;
    /* line-height: 50px; */
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    /* width: 100%; */
    float: left;
    border: solid 2px #dfdfdf;
}

.in-login .block-button {
    height: 34px;
    width: 100%;
    display: block;
    margin: 22px 12px 0px 0px;
}


.in-login .button-send-email {
    padding: 0px 16px 0px 26px;
    height: 40px;
    background: #0654ba;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    width: 100%;
    float: left;
}



    .in-login .button-send-email:hover {
        background: #0d7533;
        color: #fff;
        /*opacity: 0.7;*/
    }



.in-login .member-tab-menu .new-member .block-register,
.in-login .login .block-register {
    height: 34px;
    width: 100%;
    display: block;
    margin: 22px 12px 0px 0px;
    max-width:180px;
}


    

    .button-member:hover,
    .in-login .member-tab-menu .new-member .block-register .button-member:hover,
    .in-login .button-member:hover {
        background-color: #63bd00;
        color: #000;
        /*opacity: 0.7;*/
    }

.in-login .login .remember-password-block {
    padding: 3px 0px 3px 0px;
    border: 0;
    width: 100%;
    display: block;
    margin-top: -18px;
    margin-bottom: 30px;
}


    .in-login .login .remember-password-block a {
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        color: #7d7d7d;
    }

        .in-login .login .remember-password-block a:hover {
            color: #0d7533;
        }



.in-login .member-tab-menu .agreement-block {
    padding: 3px 0px 3px 0px;
    border: 0;
    width: 100%;
    display: block;
    margin-top: -18px;
    margin-bottom: 30px;
}


    .in-login .member-tab-menu .agreement-block a {
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        color: #000;
    }

        .in-login .member-tab-menu .agreement-block a:hover {
            color: #0654ba;
        }



.in-login .member-tab-menu .new-member .password-reguest-note {
    background-color: #fbdddd;
    font-weight: 500;
    padding: 8px 10px 0px 12px;
    width: 100%;
    display: none;
}

.in-login .member-tab-menu .new-member .input-pass:focus ~ .password-reguest-note {
    display: block;
}

.in-login .member-tab-menu .new-member .password-reguest-note ul {
    padding: 0px;
}

    .in-login .member-tab-menu .new-member .password-reguest-note ul li {
        font-size: 11px;
        font-weight: 500;
        color: #000;
        line-height: 19px;
    }


        .in-login .member-tab-menu .new-member .password-reguest-note ul li i {
            font-size: 14px;
            color: #ff0000;
        }


.in-login .member-tab-menu .new-member .newletter-accept-block {
    display: block;
    width: 96%;
    margin-top: -20px;
}
/* Switch Css Start */

.member-tab-menu .new-member .switch-accept {
    margin-top: 10px;
    border: none;
    margin-bottom: 24px;
}

.member-tab-menu .new-member .switch-input {
    display: none;
}

.member-tab-menu .new-member .switch-label {
    position: relative;
    display: inline-block;
    min-width: 220px;
    cursor: pointer;
    font: 500 13px Roboto, sans-serif;
    text-align: left;
    /*margin-left: 12px;*/
    padding: 16px 0 16px 60px;
}

    .member-tab-menu .new-member .switch-label span {
        font: 600 13px Roboto, sans-serif;
        color: #0654ba
    }

    .member-tab-menu .new-member .switch-label:before, .switch-label:after {
        content: "";
        position: absolute;
        margin: 0;
        outline: 0;
        top: 50%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }


    .member-tab-menu .new-member .switch-label:before {
        left: 1px;
        width: 46px;
        height: 20px;
        background-color: #acacac;
        border-radius: 10px;
    }


    .member-tab-menu .new-member .switch-label:after {
        left: 0;
        width: 23px;
        height: 23px;
        background-color: #ddd;
        border-radius: 50%;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
        border: solid 1px #7d7d7d;
    }

    .member-tab-menu .new-member .switch-label .toggle--on {
        display: none;
    }

    .member-tab-menu .new-member .switch-label .toggle--off {
        display: inline-block;
    }


.member-tab-menu .new-member .switch-input:checked + .switch-label:before {
    background-color: #72d073;
}

.member-tab-menu .new-member .switch-input:checked + .switch-label:after {
    background-color: #0d7533;
    -ms-transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border: solid 0px #f4c500;
}

.member-tab-menu .new-member .switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}

.member-tab-menu .new-member .switch-input:checked + .switch-label .toggle--off {
    display: none;
}
/* Switch Css End */

/* LOGIN and MEMBER END */


/* Header S */

#header-container-account {
    width: 100%;
    background-color: #fff;
    /* border-bottom: solid 1px #ddd; */
    /* box-shadow: 0 1px 2px 0 rgb(85 85 85 / 50%); */
}


#header-account.fixed-type,
#page-account {
    max-width: 1200px;
    margin: auto;
}

#header-account {
    height: 95px;
}

.container-login .tabiat-ana-logo-account {
    width: 100%;
    text-align: center;
    padding: 60px 0px 40px 0px;
}

.container-login .tabiat-ana-logo-account-store {
    width: 100%;
    /* text-align: center; */
    padding: 60px 0px 10px 0px;
}
    .container-login .tabiat-ana-logo-account-store img {
        height: 35px;
        margin-bottom: 12px
    }


/* Header E */


.help-customer {
    text-align: right;
    font-size: 14px;
    margin-top: 16px;
    color: #ff2525;
    cursor: pointer;
}

    .help-customer:hover {
        color: #0d7533;
    }


.help-content {
    padding: 60px 20px 60px 50px;
}

    .help-content .number-title {
        font-size: 30px;
        color: #009537;
        margin: 10px 0px 0px 0px;
        font-weight: 600;
    }

    .help-content .customer-title {
        width: 100%;
        margin: 30px 0px 10px 0px;
        font-size: 18px;
        font-weight: 600;
    }

.get-home-page {
    display: flex;
    margin-top: 50px;
}

    .get-home-page a {
        border: none !important;
        text-align: center !important;
        background-color: #f1f1f1 !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        color: #7d7d7d !important;
        text-decoration: none;
        padding: 0px 12px;
        border-radius: 6px;
        height: 34px;
        line-height: 34px;
    }

        .get-home-page a:hover {
            background-color: #ddd !important;
            color: #000 !important;
        }


    .get-home-page img {
        width: 34px;
    }


.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}



/* Footer Member Login Start */

 .login-footer {
    width: 100%;
    text-align: center;
}



    .login-footer ul {
        padding: 0px;
        list-style-type: none;
    }


       .login-footer ul li {
            padding: 0px 10px;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            display: inline-block;
            margin-top: 20px;
        }


          .login-footer ul li a {
                color: #7d7d7d;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
            }


               .login-footer ul li a:hover {
                    color: #000;
                }



   .login-footer span {
        width: 100%;
        font-size: 11px;
        font-weight: 400;
        color: #000;
        text-align: center;
        float: left;
        margin-bottom: 20px;
        color: #7d7d7d;
    }











#footer-member-login {
    font-size: 12px;
    background: #fff;
    width: 100%;
    background: #fff;
    border-top: solid 1px #d9d9d9;
    position: absolute;
    margin-top: 50px;
    height: 100%;
    max-height: 160px;
}

    #footer-member-login .inner {
        width: 960px;
        margin: auto;
        padding: 15px 0;
        text-align: center;
    }

        #footer-member-login .inner span {
            width: 100%;
            padding: 0px 20px;
            font-size: 11px;
            font-weight: 400;
            color: #000;
            text-align: center;
            float: left;
            margin-top: 20px;
        }


        #footer-member-login .inner ul {
            padding: 0px;
            list-style-type: none;
        }


    #footer-member-login ul li {
        padding: 0px 20px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        margin-top: 30px;
    }


    #footer-member-login .inner ul li a {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 600;
    }


        #footer-member-login .inner ul li a:hover {
            color: #0654ba;
        }




    #footer-member-login a {
        font-size: 11px;
        font-weight: bold;
    }

        #footer-member-login a:hover {
            color: #009936;
        }

    #footer-member-login .bar-menu-link {
        float: left;
        width: 200px;
    }

    #footer-member-login .tabiat-ana-logo img {
        width: 160px;
        height: auto;
    }

    #footer-member-login .center {
        float: left;
        line-height: 20px;
        padding-top: 10px;
        width: calc(100% - 440px);
    }


/* Footer  Member Login End */

/* Register Vendor*/

#header-container-vendor {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(85 85 85 / 50%);
}

#page-vendor {
    max-width: 1200px;
    margin: auto;
    height: 95px;
}


.dp-flex {
    display: flex;
}

.tabiat-ana-logo-rv {
    margin: 20px 62px 0 0;
    float: left;

}


.vendor-menu {
    padding-top: 40px;
    position: relative;
}


 .vendor-menu ul {
        padding: 0;
        list-style-type: none;
        text-align: right;
    }

.vendor-menu ul li {
    display: inline-block;
    padding: 0px 30px;
}

.vendor-menu ul li a {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        text-decoration: none;
    }


 .vendor-menu ul li a:hover {
            color: #2e8139;
        }

.vendor-info-title-auth {
    border-bottom: 1px dashed #999;
    margin-bottom: 30px;
    width: 100%;
    max-width: 445px;
    margin-top: 40px;
    margin-left: 12px;
}

    .vendor-info-title-auth span {
        font-size: 16px;
        color: #7d7d7d;
        /* margin-left: 12px; */
        font-weight: 600;
    }


.vendor-info-title img {
    float: left;
    margin-left: -6px;
    height: 56px;
}

.vendor-sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #7d7d7d;
}

    .vendor-sub-title::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #0d7533;
        margin-right: 4px;
        position: relative;
        display: inline-flex;
        border-radius: 3px;
    }

.vendor-info-title {
    font-size: 18px;
    font-weight: 600;
    color: #7d7d7d;
    margin-bottom: 20px;
    display: flex;
    /* justify-content: space-between; */
   /* height: 70px;*/
}

    .vendor-info-title .recourse-title {
        font-size: 16px;
        color: #787c7a;
        margin-left: 12px;
        font-weight: 600;
        padding-top: 20px;
        /* display: inline-block; */
    }

    .vendor-info-title span {
        font-size: 16px;
        color: #00782b;
        margin-left: 12px;
        font-weight: 600;
        padding-top: 30px;
        display: inline-block;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
    }
.vendor-info-title-in-comment {
    font-size: 13px;
    font-weight: 500;
    color: #7d7d7d;
    margin-left: 12px;
}

.vendor-info-title-in-comment a {
    color:#000;
    text-decoration:none
}

    .vendor-info-title-in-comment a:hover {
        color: #ff0000;
    }

.vendor-sub-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-family: arial;
    margin-top: 7px;
}

.security-captcha {
    /* justify-content: space-between; */
    /* display: flex; */
    width: 100%;
    background-color: #f8d7da;
    padding: 14px 14px;
    border-radius: 6px;
}

    .security-captcha .title {
        font-size: 14px;
        color: #000;
        text-align: center;
        font-weight: 600;
        width: 100%;
        background-color: #ffe5e7;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .security-captcha img {
        max-width: 200px;
        border-radius: 6px;
    }

    .security-captcha .input-login-sec {
        width: 120px;
        background-color: #fff !important;
        float: right;
        border: solid 2px #198754;
    }
/* Disable Form Buttons */



#MainLogin button:disabled {
    background: #adadad;
    cursor: not-allowed;
}

#RegisterStore_1 button:disabled {
    background: #adadad;
    cursor: not-allowed;
}


#Authorized button:disabled {
    background: #adadad;
    cursor: not-allowed;
}

#Firm button:disabled {
    background: #adadad;
    cursor: not-allowed;
}

#Person button:disabled {
    background: #adadad;
    cursor: not-allowed;
}

#PhoneVerify button:disabled {
    background: #adadad;
    cursor: not-allowed;
}

.store-name-alert {
    font-size: 13px;
    color: #ff0000;
    font-weight: 600;
    margin-top: 4px;
    display: block;
}

.store-name-alertt i {
    font-size: 15px;
    color: #ff0000;
    font-weight: 600;
}


.flashign-error-alert-white {
    color: #fff;
    -webkit-animation: flash linear 0.5s infinite;
    animation: flash linear 0.5s infinite;
}

.flashign-error-alert {
    color: #ff0000;
    -webkit-animation: flash linear 0.5s infinite;
    animation: flash linear 0.5s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}


.char-input-count-store {
    height: 36px;
    width: 34px;
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 600;
    background-color: #f1f1f1;
    color: #7d7d7d;
    float: right;
    margin-right: 3px;
    padding: 13px 10px;
    text-align: center;
    margin-top: -45px;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.char-count-store {
    height: 36px;
    width: 40px;
    font-size: 14px;
    font-family: roboto, sans-serif;
    font-weight: 600;
    background-color: #f1f1f1;
    color: #7d7d7d;
    float: right;
    margin-right: 2px;
    padding: 10px 6px;
    text-align: center;
    margin-top: -38px;
    position: relative;
}

.pass-block {
    width: 100%;
    justify-content: right;
    display: flex;
}
    .pass-block .show-hide-pswd-vendor {
        right: 54px;
        background: none;
        border: none;
        font-weight: 500;
        cursor: pointer;
        background-color: #d9d8d8;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        height: 40px;
        /* padding: 12px 0px; */
        justify-content: right;
        width: 75px;
        z-index: 1;
        border: 1px solid #ced4da;
        text-align: center;
        line-height: 40px;
    }

    .pass-block .right-radius-0 {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.show-hide-pswd-login {
    position: absolute;
    right: 54px;
    margin-top: -59px;
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 44px;
    padding: 12px;
}


/* Password validation Start */

.login #pswd_info,
.in-login .login #pswd_info {
    padding: 15px;
    font-size: .875em;
    /* border: solid 1px #c2ddf3; */
    display: none;
    background-color: #f3f2f2;
    margin-top: 10px;
    border-radius: 8px;
}

   .login #pswd_info .title-info,
    .in-login .login #pswd_info .title-info {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

.login .invalid,
.in-login .login .invalid {
    padding-left: 16px;
    line-height: 24px;
    color: #ec3f41;
    margin-right: 10px;
}

.login .valid,
.in-login .login .valid {
    padding-left: 0px;
    line-height: 24px;
    color: #3a7d34;
    margin-right: 10px;
}

.login .valid:before,
    .in-login .login .valid:before {
        content: "\f058";
        font-family: FontAwesome;
        color: #3a7d34;
        font-size: 18px;
    }

.login .invalid:before,
.in-login .login .invalid:before {
    content: "\f057";
    font-family: FontAwesome;
    color: #ff0000;
    font-size: 18px;
}

.login #pswd_info ul,
.in-login .login #pswd_info ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

 .login #pswd_info ul li,
    .in-login .login #pswd_info ul li {
        width: 100%;
        margin-bottom: 0px;
        display: flex;
    }

    .login #pswd_info ul li .alert-pass
    .in-login .login #pswd_info ul li .alert-pass {
        margin-top: -2px;
        position: absolute;
        margin-left: 20px;
        font-size: 13px;
    }

.space-v1 {
    height: 10px;
}

.in-login .login .disable-button {
    cursor: not-allowed;
}

.address-label {
    font-size: 13px;
    font-weight: 600;
    color: #009537;
    margin-top: 40px;
    /* margin-bottom: 4px; */
}

.temp-store-address {
    font-size: 13px;
    display: flex;
}

#displayName {
    font-weight: 700;
    color: #000;
}


/* Password validation End */




/* Steps Progress s */

.steps-shopping {
    width: 100%;
    /* margin-top: 50px; */
    margin-bottom: 20px;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.steps-shopping .step-button {
    display: flex;
    background-color: #ffffff;
    color: #7d7d7d;
    font-size: 14px;
    /* width: 110px; */
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    border: solid 1px #d3d3d3;
    padding: 4px 12px;
    line-height: 14px;
}


.steps-shopping .steps .step-item .actives {
    color: #c56f04;
    border: solid 2px #ee9b00;
    font-weight: 600;
}

.steps-shopping .steps .step-item .done {
    color: #fff;
    border: solid 1px #009936;
    background-color: #009936;
}

.steps-shopping .step-item {
    z-index: 10;
    text-align: center;
}

.progress-line {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 3px;
    margin-left: 18px;
    background-color: #e1e1e1;
}

/* Steps Progress e */

.container-login .vendor-register {
    max-width: 620px;
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    border: solid 1px #ddd;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.mw-100 {
    max-width:280px!important;
}

.mt-50 {
   margin-top:50px;
}

.label-inside {
    font-size: 13px;
    color: #7d7d7d;
}

.let-03 {
    letter-spacing: -0.3px;
}
.head-title {
    background-color: #ddd;
    /* height: 50px; */
    border-radius: 10px;
    width: 100%;
    height: 42px;
    display: flex;
    margin-bottom: 12px;
    padding: 1px;
}

    .head-title .head-items {
        background-color: #fff;
        height: 40px;
        border-radius: 10px;
        width: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        font-weight: 600;
        color: #088613;
    }

    .head-title .head-items {
        background-color: #fff;
        height: 40px;
        border-radius: 10px;
        width: 50%;

        text-align: center;
        line-height: 40px;
        font-size: 17px;
        font-weight: 600;
        color: #088613;
    }

    .head-title .head-items-phone {
        background-color: #fff;
        height: 50px;
        border-radius: 10px;
        width: 50%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .head-title .head-items-phone i {
        font-size: 24px;
        margin-top: 6px;
        background-color: #f1f1f1;
        height: 38px;
        line-height: 38px;
        padding: 0px 8px;
        border-radius: 3px;
        margin-right:7px;
    }


    .head-title .head-items-link {
        /* height: 50px; */
        /* width: 50%; */
        height: 40px;
        color: #000 !important;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        height: 50px;
        width: 50%;
        /* height: 50px; */
        text-align: center;
        color: #8f8d8d;
    }

        .head-title .head-items-link:hover {
            color: #ff0000;
            font-weight: 500;
        }


/* Toggle Tab Menu s*/



/*.Toggle:after {
    content: "";
    clear: both;
    display: table;
}

.Toggle-items {
    position: relative;
    margin-bottom: 20px;
    background: #ccc;
    border-radius: 10px;
    float: left;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    border: solid 1px #ddd;
}

    .Toggle-items a {
        width: 100%;
        text-align: center;
        display: contents;
        color:#000;
    }

.Toggle-item {
    position: relative;
    z-index: 1;
    display: block;
    padding: 12px 20px 10px 20px;
    text-align: center;
    font-size: 18px;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.25s ease opacity, 0.5s ease color;
    font-family: "Hind";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;*/
    /* background-color: #fff; */
    /*font-weight: 600;
    font-family: sans-serif;
}

    .Toggle-item:hover {
        opacity: 1;
    }

.Toggle-item--active {
    color: #009537;
    opacity: 1;
}

.Toggle-background {
    background: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    border-radius: 10px;
    transition: 0.4s ease left, 0.2s ease width, 0.2s ease border;
    z-index: 0;
    will-change: left, width;
}*/

/* Toggle Tab Menu e*/

/* Add Document Upload Tax Plate s*/


.tax-plate-zone {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 110px;
    display: flex;
/*    padding: 12px 0px 0px 16px;*/
    position: relative;
    overflow: auto;
    /* margin: 0px 16px; */
    border-radius: 8px;
    max-width: 150px;
    margin-bottom: 20px;
    text-align: center;
}

.label-document-1 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 22px;
}

.label-document-2 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}



.tax-plate-zone > .preview-tax-plate {
    /* height: 120px; */
    /* width: 90px; */
    position: relative;
    /* margin-right: 5px; */
    float: left;
    /* margin-bottom: 5px; */
}
    .tax-plate-zone > .preview-tax-plate > .tax-plate-image-zone {
        width: 90px;
        /* height: 121px; */
        border: solid 1px #4caf50;
    }

        .tax-plate-zone > .preview-tax-plate > .tax-plate-image-zone > img {
            width: 100%;
            /* height: 100%; */
        }


    .tax-plate-zone > .preview-tax-plate > .tax-plate-cancel {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
        margin-right: 0px;
        cursor: pointer;
        /* display: none; */
        z-index: 100;
        width: 22px;
        height: 22px;
        background-color: #7d7d7d;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        line-height: 18px;
    }


        .tax-plate-zone > .preview-tax-plate > .tax-plate-cancel:hover {
            background-color: #ff0000;
            color: #fff;
        }


.preview-tax-plate:hover > .tax-plate-image-zone {
    cursor: move;
    opacity: .5;
}


.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

/* Upload Tax Plate e*/



/* Upload Signature Circular s*/


/*.signature-circular-zone {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 150px;
    display: flex;
    padding: 12px 0px 0px 16px;
    position: relative;
    overflow: auto;
    margin: 0px 16px;
    border-radius: 8px;
    max-width: 130px;
    margin-bottom: 20px;
    text-align: center;
}*/

.signature-circular-zone {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 140px;
    display: flex;
    /* padding: 12px 0px 0px 16px; */
    /* position: relative; */
    /* overflow: auto; */
    /* margin: 0px 16px; */
    border-radius: 8px;
    max-width: 110px;
    /* margin-bottom: 20px; */
    text-align: center;
}



.signature-circular-zone > .preview-signature-circular {
    position: relative;
    float: left;
}

    .signature-circular-zone > .preview-signature-circular > .signature-circular-image-zone {
        width: 90px;
        /* height: 121px; */
        border: solid 1px #4caf50;
    }

    .signature-circular-zone > .preview-signature-circular > .signature-circular-image-zone > img {
        width: 100%;
    }


    .signature-circular-zone > .preview-signature-circular > .signature-circular-cancel {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
        margin-right: 0px;
        cursor: pointer;
        z-index: 100;
        width: 22px;
        height: 22px;
        background-color: #7d7d7d;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        line-height: 18px;
    }


    .signature-circular-zone > .preview-signature-circular > .signature-circular-cancel:hover {
        background-color: #ff0000;
        color: #fff;
    }


.signature-circular-plate:hover > .signature-circular-image-zone {
    cursor: move;
    opacity: .5;
}


.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

/* Upload Signature Circular e*/



.upload-button-firm,
.upload-button-private {
    width: 100%;
    display: flex;
    margin: 12px 0px
}

    .upload-button-firm a {
        font-size: 14px;
        color: #7d7d7d;
        font-weight: 600;
        letter-spacing: 0.3px;
        /* padding: 10px 30px 10px 30px; */
        border: dashed 2px #ddd;
        height: 36px;
        text-align: center;
        margin-right: 20px;
        text-decoration: none;
        /* margin: 0px 12px; */
        display: block;
        width: 100%;
        min-width: 105px;
        line-height: 36px;
        max-width: 150px;
    }


    .upload-button-private a {
        font-size: 14px;
        color: #7d7d7d;
        font-weight: 600;
        letter-spacing: 0.3px;
        /* padding: 10px 30px 10px 30px; */
        border: dashed 2px #ddd;
        height: 40px;
        text-align: center;
        margin-right: 20px;
        text-decoration: none;
        margin: 0px 12px;
        display: block;
        width: 100%;
        max-width: 280px;
        line-height: 36px;
    }

        .upload-button-firm a:hover,
        .upload-button-private a:hover {
            font-size: 14px;
            color: #009936;
            border: dashed 2px #009936;
        }


        .upload-button-firm a i,
        .upload-button-private i {
            font-size: 18px;
           margin-right:8px;
        }




/* Add document show hide button */

#btn-private {
    display: none;
}

    #btn-firm.show,
    #btn-private.show {
        display: block;
    }


/* Add Document Upload e*/








.kvkk-label {
    font-size: 14px;
    line-height: 16px;
/*    margin-bottom: 20px;*/
    display: block;
    margin-left: 12px;
}


.form-check-input {
    width: 26px !important;
    height: 26px !important;
}

    .form-check-input:checked {
        background-color: #ee9b00 !important;
        border-color: #ee9b00 !important;
        width: 26px !important;
        height: 26px !important;
    }

.success-recourse {
    text-align:center;
}

.success-text {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.success-comment {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #009537;
    margin-bottom: 20px;
}

    .success-comment .t-c-1 {
        color: #009537
    }
    .success-comment .t-c-2 {
        color: #000
    }
    .success-comment .t-c-3 {
        color: #e205b4
    }


.recourse-number {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #7d7d7d;
}

.recourse-number span {
    font-size: 22px;
    font-weight: 700;
    color: #009537;
    padding-left: 10px;
}

u {
    text-decoration-color: #009e3c
}

/* My Account */

.ta_ContentCover {
    width: 100%;
    max-width: 1116px;
    margin: auto;
}

    .ik_ContentCover div {
        font-size: 16px;
    }

.ta_twinsCAll {
    clear: both;
    width: 100%;
    border: 1px solid #b9dcf6;
    border-radius: 10px;
    padding: 5px 10px 0 15px;
}

.contentHeader {
    color: #013682 !important;
    font-size: 28px !important;
    line-height: 28px;
    font-family: ProximaB;
    padding-bottom: 15px;
}

.ta_twinsC1Item {
    float: none;
    background-image: url(https://gorsel.isbank.com.tr/sttk/StaticFiles/Isbank/images/ik/checkico.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 8px;
    white-space: normal;
    min-height: 45px;
    line-height: 25px;
    width: 100% !important;
}

.ta_ContentCover div {
    font-size: 16px;
}


/* Verify Phone Number */

.head-verify {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    border: solid 1px #ddd;
}

.verify-title {
    padding: 12px 20px 10px 20px;
    text-align: center;
    font-size: 18px;
    font-family: "Hind";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
    background-color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}

.container-login .phone-in {
    max-width: 460px;
    background-color: #fff;
    padding: 50px 50px 40px 50px;
    border: solid 1px #ddd;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.recent-phone-title {
    font-size: 16px;
    font-weight: 700;
}

    .recent-phone-title .phone-number {
        font-size: 20px;
        font-weight: 500;
        color: #ff0000;
    }

.phone-number-alert {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 20px;
}

.w-max-460 {
    max-width: 460px;
}

.phone-block {
    width: 100%;
}

    .phone-block .phone-icon {
        display: block;
        float: left;
        margin-right: 20px;
    }

        .phone-block .phone-icon img {
            width: 36px;
            height: 61px;
        }

    .phone-block span {
        color: #0d7533;
        font-size: 15px;
        /* float: left; */
        margin-top: 10px;
        font-weight: 600;
    }

.send-phone-number {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    /* margin-left: 20px; */
    margin-top: 30px;
}


.accept-block {
    width: 100%;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    padding: 14px 14px;
    float: left;
    line-height: 44px;
    margin-bottom: 30px;
}

    .accept-block .remaining-time {
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        /* border-bottom: 1px dashed #7d7d7d; */
        margin-bottom: 10px;
    }

        .accept-block .remaining-time span {
            float: left;
            font-size: 16px;
            font-weight: 600;
            color: #444;
            margin-right: 20px;
        }

        .accept-block .remaining-time #countdwon {
            font-size: 20px;
            font-weight: 400;
            color: #ff2707;
        }

    .accept-block .accept-input {
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-weight: 600;
        color: #444;
    }

        .accept-block .accept-input .input-code {
            width: 110px;
            height: 38px;
            font-size: 16px;
            font-weight: 600;
            color: #000000;
            text-align: center;
            margin-left: 20px;
            border: solid 2px #7d7d7d;
            background-color: #fff;
            border-radius: 4px;
        }


            .accept-block .accept-input .input-code:hover {
                border: solid 3px #0d7533 !important;
                background-color: #fff1c6;
            }

.accept-buttons {
    margin-top: 30px;
    width: 100%;
}

    .accept-buttons #button-resend {
        padding: 0px 16px 0px 16px;
        height: 40px;
        background-color: #ee9b00;
        color: #000;
        font-size: 15px;
        font-weight: 700;
        display: block;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        cursor: pointer;
        border: none;
        width: 100%;
        display: none;
    }

        .accept-buttons #button-resend:hover {
            color: #ee9b00;
            background-color: #000;
        }

    .accept-buttons #button-accept {
        padding: 0px 16px 0px 16px;
        height: 40px;
        background-color: #0d7533;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        display: block;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        letter-spacing: 0.5px;
        cursor: pointer;
        border: none;
        width: 100%;
    }

        .accept-buttons #button-accept:hover {
            background-color: #81d8a1;
            color: #000;
        }

.w-max-720 {
    width: 100%;
    max-width: 720px;
}

.container-login .add-document-in {
    max-width: 720px;
    background-color: #fff;
    padding: 50px 50px 40px 50px;
    border: solid 1px #ddd;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.head-ad-document {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    border: solid 1px #ddd;
}

.head-document-title {
    padding: 12px 20px 10px 20px;
    text-align: left;
    font-size: 18px;
    font-family: "Hind";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 50%; */
    background-color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}

.store-process-admin-message {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 20px;
}

    .store-process-admin-message .title {
  
    }

    .store-process-admin-message .comment {
        margin-top:14px;
    }
        .store-process-admin-message .comment strong {
            color: #009537;
        }

.add-list-document {
    font-size:15px;
}

    .add-list-document span {
        font-weight: 600;
        margin-top: 35px;
        display: block;
        margin-bottom: 10px;
        color: #ff0000;
    }

.add-list-document ol {
    padding:0px;
    list-style-type:none;
}

    .add-list-document ol li {
        padding: 1px;
        list-style-type: none;
        font-weight: 600;
    }
        .add-list-document ol li:before {
            content: "- ";
            font-size: 15px;
        }

.upload-button-block {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.upload-button-block .btn-document {
    padding: 0px 30px 0px 30px;
    height: 50px;
    background-color: #0d7533;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    width: 100%;
}


    .upload-button-block .btn-document:hover {
        background-color: #63bd00;
        color: #000;
    }

.alert-file {
    font-size: 13px;
    font-weight: 600;
    color: #7d7d7d;
}

.alert-file span {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.confirmed-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 30px;
}

.registered-phone {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 45px;
    color:#ff0000
}

.registered-phone-send {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #009936;
}


/*Ender Confirm Code */
.code-block {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

    .code-block ul {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .code-block ul li {
            justify-content: space-between;
        }

            .code-block ul li .code-accept {
                width: 50px;
                height: 60px;
                border: solid 2px #ddd;
                border-radius: 4px;
                text-align: center;
                font-size: 28px;
                color: #009936;
                font-weight: 600;
            }

                .code-block ul li .code-accept:hover {
                    border: solid 2px #000;
                }

                .code-block ul li .code-accept:focus,
                .code-block ul li .code-accept:active {
                    border: solid 2px #1f972f !important;
                }


.timeing-code {
    width: 100%;
    margin: 30px 0px;
    text-align: center;

}

    .timeing-code #LoginTimer {
        padding: 6px 12px;
        text-align: center;
        background-color: #f1f1f1;
        font-size: 20px;
        border-radius: 4px;
    }
.verify-code-title {
    font-size: 18px;
    font-weight: 400;
    color: #7d7d7d;
    margin-bottom: 16px;
}

/* Disable Button Form */
#PhoneConfirmation button:disabled {
    background: #adadad;
    cursor: not-allowed;
}

.loadign-process {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    list-style: none;
    margin: 30px 0px 0px 0px;
    display: block;
    text-align: center;
    font-size: 90%;
}