.MaterialButton {
    text-decoration: dashed;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    letter-spacing: .01em;
    font-size: 13px !important;
    font-family: Roboto-Regular !important;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    margin-left: 15px;
    text-align: center;
    width: auto;
    cursor: pointer;
    float: right;
    white-space: nowrap;
    border-radius: 4px;
    background-color: #8a7736;
    background-color: #2196f3;
    background-color: #695A27;
    border: none;
    min-width: 60px;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    padding: 1px 6px;
    color: white;
    letter-spacing: 1px;
    background-color: #dedede;
    color: #6d5d28;
    padding: 0px;
}

    .MaterialButton:disabled {
        background-color: #f1f1f1;
        color: #bbbbbb;
    }



.MaterialLink {
    text-decoration: dashed;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    letter-spacing: .01em;
    font-family: Roboto-Regular !important;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: auto;
    cursor: pointer;
    float: right;
    white-space: nowrap;
    border-radius: 4px;
    color: #b18f00;
    border: none;
    min-width: 60px;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    text-decoration: underline;
    cursor: pointer !important;
    text-underline-position: under;
    font-size: 15px;
    letter-spacing: 0.5px;
}


a.MaterialButton {
    text-decoration: none;
}

button:not([disabled]):hover, button:not([disabled]):hover {
    background: #c1c1c1;
    color: #6d5d28;
}

a.MaterialButton:not([disabled]):hover, button:not([disabled]):hover {
    background: #c1c1c1;
    color: #6d5d28;
}

.MaterialButton.Disabled {
    background: #b1b1b1;
}

    .MaterialButton.Disabled:hover {
        background: #b1b1b1;
    }


.MaterialButtonTN {
    width: Calc(100% - 2px) !important;
    float: right;
    margin-top: 20px;
    background: #fff;
    color: #6d5d28;
    border: 1px solid #a8903f;
    padding: 0px;
    margin: 0px;
}

button:not([disabled]):hover, button:not([disabled]):hover {
    /*color:white;*/
}

.NextPageButton {
    width: 200px;
    border: 1px solid #f1f1f1;
    width: 120px !important;
    padding-left: 30px;
    border: none !important;
    right: 40px;
    z-index: 10;
    position: absolute;
    bottom: 30px;
}

.PreviewPageButton {
    margin-left: 0px;
    border: 1px solid #f1f1f1;
    background-color: #eeeeee;
    padding-right: 30px;
    padding-left: 20px;
    width: 120px !important;
    border: none !important;
    left: 40px;
    z-index: 10;
    position: absolute;
    bottom: 30px;
}

.MiddlePageButton {
    text-align: center;
    width: 90px !important;
    margin-left: 0px;
    border: none !important;
    z-index: 10;
    /*position: absolute;*/
    bottom: 30px;
    left: calc(50% - 75px);
    float: left;
}

.MiddlePageButtonHelp {
    text-align: center;
    width: 120px !important;
    border: none !important;
    z-index: 10;
    /*position: absolute;*/
    bottom: 30px;
    left: calc(50% - 175px);
    background: white;
    border-left: 2px solid #797979 !important;
    border-radius: 0px;
    width: 80px !important;
    margin-left: 0px;
    float: right;
    margin-left: 0px;
}





.NextPageButton img {
    height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 40px;
    margin-right: 20px;
    content: url('/Content/Images/Next.png');
}

.PreviewPageButton img {
    height: 20px;
    float: left;
    margin-top: 10px;
    content: url('/Content/Images/Preview.png');
}


.MaterialButton.Pulsate {
    color: white !important;
}

    .MaterialButton.Pulsate:hover {
        background-color: #dedede !important;
        color: #6d5d28 !important;
        -webkit-animation: none !important;
    }


@font-face {
    font-family: 'Roboto-Light';
    src: url('/content/Fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-display: auto;
}

@font-face {
    font-family: 'markpro';
    src: url('/content/fonts/MarkPro.ttf') format('truetype'),
}


@font-face {
    font-family: 'Roboto-Regular';
    src: url('/content/Fonts/ProximaNovaW08Regular.ttf') format('truetype');
    font-display: auto;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.9,0.9);
        opacity: 0.5;
    }

    80% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

.PasswordView {
    float: right;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
}

.TitlePinInfo {
    float: right;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 5px;
}

.DemoIdCard {
    display: none;
    height: 190px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: -35px;
    z-index: 200;
    border-radius: 8px;
    border: 1px solid #dedddd;
}

.flex-container .FlexBlock {
    width: 45%;
    float: left;
    min-width: 200px;
}

.flex-container {
    display: flex;
    justify-content: center;
}


html {
    background-size: cover;
    font-weight: 500;
    font-family: Roboto-Regular;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background: linear-gradient(355deg, #3498EF 5.07%, #0059A7 96.82%), #FFF;
}

.AccountLayout {
    height: 700px !important;
    min-width: 500px !important;
    max-width: 1180px !important;
    width: Calc(100% - 40px) !important;
    background-color: #ffffff !important;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) !important;
    margin: 0 auto;
    box-shadow: 4px 1px 8px #333 !important;
    opacity: 0;
    position: relative;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}



.left-img {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

    .left-img img {
        width: 100%;
        height: 100%;
    }




.MaterialInput .Caption {
    color: #1268B3;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: markpro;
}

    .MaterialInput .Caption.Focus {
        color: #1268B3;
    }

.MaterialInput input {
    font-weight: bold;
    font-family: markpro;
}

.MaterialButton {
    font-size: 15px !important;
}



.MaterialLink.Selected {
    -webkit-animation: pulsate 1s alternate-reverse;
    -webkit-animation-iteration-count: infinite;
    color: #604e11;
}

    .MaterialLink.Selected:hover {
        -webkit-animation: none;
        color: red;
    }


.MaterialLink {
    color: black;
}

.Help {
    content: url(/Content/Images/Help.png);
    float: right;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: -70px;
    margin-top: -40px;
    bottom: -5px;
}

.CheckCircle2 {
    background-color: #ffffff !important;
    opacity: 1 !important;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
}


    .CheckCircle2:hover {
        background: #9f8735 !important;
    }

    .CheckCircle2.Checked {
        background-color: white;
        opacity: 1;
        background-color: white !important;
    }


.CheckCircle1 {
    background: #ffffff !important;
    border: 2px solid #9f8735;
}

    .CheckCircle1.Checked {
        background: #9f8735 !important;
        border: 2px solid #9f8735;
    }

    .CheckCircle1:not(.Disabled):hover {
        transform: matrix(2.8, 0, 0, 2.8, 0, 0);
        opacity: 0.2;
    }


.container {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 3rem;
}


    .container .logo-wrapper {
        display: flex;
        width: 100%;
        gap: 1rem;
    }

        .container .logo-wrapper .logo-img {
            width: 60px;
            height: 60px;
        }


        .container .logo-wrapper a {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            width: 200px;
            text-decoration: none;
            text-align: center;
            margin: auto;
        }




            .container .logo-wrapper a span {
                font-size: 10px;
                color: yellow;
                font-weight: 600;
            }



            .container .logo-wrapper a:first-child span {
                color: #8B7736;
            }

            .container .logo-wrapper a:nth-child(2) span {
                color: #1268B3;
            }

.sosial-media-link {
    color: #1268B3;
    font-size: 12px;
}

.header-icon {
    display: flex;
    width: 180px;
    height: 88px;
    padding: 12px 0px 14px 0px;
    justify-content: center;
    align-items: center;
}

.registration-number {
    color: #1268B3;
    margin-left: 10px;
    font-weight: 700;
}

.app-name {
    margin-top: 30px;
    text-align: center;
    font-family: markpro;
}

.text-font-family {
    font-family: markpro;
}

.app-name > span {
    font-weight: 700;
    text-align: justify;
    color: #1268B3;
    font-size: 32px;
    text-align: center;
}

.login-buttons-wrapper {
    margin: 40px 0;
    text-align: center;
    width: 100%;
    height: 145px;
}

    .login-buttons-wrapper .login-item-wrapper {
        height: 70px;
        width: 45%;
        float: left;
    }

        .login-buttons-wrapper .login-item-wrapper .login-item {
            text-decoration: none;
            color: black;
            font-size: 16px;
            display: flex;
            height: 60px;
            position: relative;
            top: 5px;
            border-radius: 8px;
            width: 491px;
            align-items: center;
            justify-content: center;
        }

            .login-buttons-wrapper .login-item-wrapper .login-item:hover {
                background-color: #e4e2e2;
            }

        .login-buttons-wrapper .login-item-wrapper span {
            position: relative;
            top: 10px;
        }

        .login-buttons-wrapper .login-item-wrapper.asanlogin {
            text-align: right;
            padding-right: 10px;
        }

            .login-buttons-wrapper .login-item-wrapper.asanlogin .login-item img {
                height: 45px;
                position: relative;
                top: 10px;
                right: 22px;
            }

        .login-buttons-wrapper .login-item-wrapper.application-number {
            text-align: left;
            padding-left: 10px;
        }

            .login-buttons-wrapper .login-item-wrapper.application-number .login-item {
                /*padding-bottom: 10px;*/
                border: 1px solid #1268B3;
                text-align: center;
            }

                .login-buttons-wrapper .login-item-wrapper.application-number .login-item img {
                    height: 30px;
                    position: relative;
                    top: 15px;
                    margin-bottom: 27px;
                    margin-right: 8px;
                }

                .login-buttons-wrapper .login-item-wrapper.application-number .login-item .caption {
                    /*      margin-left: 35px;
                    margin-top: -23px;
                    font-weight: 600;*/
                }

    .login-buttons-wrapper .horizontal-line {
        float: left;
        width: 100%;
        background-color: #BDD6EC;
        margin-top: 15px;
        height: 1px;
        border: none;
    }

    .login-buttons-wrapper .action-link {
        color: #5D5D5D;
        font-weight: bold;
        margin-top: 10px;
    }

        .login-buttons-wrapper .action-link img {
            height: 12px;
            position: relative;
            top: 2px;
            right: 7px;
        }

        .login-buttons-wrapper .action-link.credit-calculator {
            float: left;
            margin-left: 10px;
            border: 1px solid #1268B3;
            padding: 8px 24px 8px 24px;
            border-radius: 4px;
            color: #1268B3;
            text-decoration: none;
            margin-bottom: 25px;
        }

        .login-buttons-wrapper .action-link.change-mobile-number {
            float: right;
            border: 1px solid #1268B3;
            padding: 8px 24px 8px 24px;
            border-radius: 4px;
            color: #1268B3;
            text-decoration: none;
        }

.change-mobile-number:hover {
    background-color: #e4e2e2;
}

.credit-calculator:hover {
    background-color: #e4e2e2;
}


.sosial-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    gap: 10px;
    padding: 20px;
    background-color: #EFF7FE;
    border-radius: 15px;
    width: calc(100% - 40px);
    margin: 20px 0;
}

    .sosial-buttons .item {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        margin-bottom: 5px;
        width: 100%;
    }

        .sosial-buttons .item .icon {
            width: 16px;
            height: 16px;
        }



.left-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.right-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.asan-login-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    border-radius: 8px;
    top: 5px;
    left: 8px;
    position: relative;
    left: 50%;
    padding: 4px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    border: 1px solid #1268B3;
    margin-bottom: 10px;
    width: 484px;
    margin-left: -244px;
}

    .asan-login-icon:hover {
        background-color: #e4e2e2;
    }

.asan-login-icon-img {
    height: 45px;
}


.phone-number-updated-message {
    font-weight: bold;
    padding: 3px;
    font-size: 18px;
    color: #00bd3a;
    border: 1px solid #00bd3a;
    margin-top: 15px;
    border-radius: 4px;
}


.tn-logo {
    height: 170px;
    width: 301px;
    margin: 0 auto;
}

.tn-logo-img {
    margin: 0 auto;
    height: 156px;
    margin-top: 10px;
}


.module-link {
    display: block;
    padding: 20px;
    background-color: white;
    font-size: 19px;
    text-decoration: none;
    margin-top: 15px;
    font-weight: bold;
    color: #584c11;
    height: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px 0px;
    width: 330px;
}

    .module-link:hover {
        box-shadow: rgb(0 0 0 / 24%) 0px 2px 15px 3px;
    }

.module-icon {
    float: left;
    width: 50px;
    margin-top: -20px;
}

.module-text {
    float: left;
    margin-left: 25px;
    color: #1268B3;
    font-family: "markpro";
}

.allowed-modules {
    height: 730px !important;
    max-width: 770px !important;
}

.video-link {
    text-decoration: none;
    float: left !important;
}


.social-accounts {
    bottom: 7px;
    display: flex;
    justify-content: center;
}

    .social-accounts .text {
        font-size: 13px;
    }



@media (max-width: 600px) {
    .AccountLayout {
        height: auto;
        min-width: 300px !important;
        width: 100% !important;
        position: relative;
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        width: 100%;
        border-radius: 0;
        overflow: auto;
        margin: 1rem;
    }


    .left-img {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 1rem;
    }

    .app-name {
        margin-top: 0px;
    }


        .app-name > span {
            font-size: 22px;
        }



    .container .logo-wrapper {
        margin-top: 1rem;
    }

        .container .logo-wrapper .logo-img {
            width: 50px;
            height: 50px;
        }


        .container .logo-wrapper a {
            width: 100%;
        }


    .header-icon {
        display: flex;
        width: 120px;
        height: 88px;
        padding: 12px 0px 14px 0px;
        justify-content: center;
        align-items: center;
    }




    .login-buttons-wrapper {
        width: 100%;
    }


    .asan-login-icon {
        width: 100%;
        margin-left: 0;
        left: 0;
        padding: 0;
    }


    .login-buttons-wrapper {
        margin: 20px 0;
        height: 245px;
    }


        .login-buttons-wrapper .login-item-wrapper {
            width: 100%;
        }

            .login-buttons-wrapper .login-item-wrapper .login-item {
                width: 100%;
            }


            .login-buttons-wrapper .login-item-wrapper.application-number {
                padding-left: 0;
            }




        .login-buttons-wrapper .action-link {
            color: #5D5D5D;
            font-weight: bold;
            margin-top: 10px;
        }


            .login-buttons-wrapper .action-link.credit-calculator {
                float: none;
                margin-left: 0;
                padding: 8px 24px 8px 24px;
                margin-bottom: 5px;
            }

            .login-buttons-wrapper .action-link.change-mobile-number {
                float: none !important;
                padding: 8px 16px;
            }
}

