﻿body {
    background-color: #F1F2F6;
    font-family: 'Mulish-Light';
    overflow-x: hidden;
}

.dashboard-body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-body {
    padding: 15px;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 12px;
    background-color: #FFFFFF;
}

.login-body-sm {
    max-width: 800px;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 12px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/*** new login ****/
.container-ark01 {
    position: absolute;
    right: 0;
    width: 55%;
    height: 100%;
    /*background-image: url(../images/login-bg-2.png);*/
    background-image: url(/image?action=get-login-background);
    background-size: cover;
    background-position: left;
    overflow: hidden;
}

    .container-ark01:after {
        content: '';
        position: absolute;
        left: 0;
        width: 250px;
        height: 100%;
        background-image: url(../images/login-bg-split-2.png);
        background-size: cover;
        background-position: right;
    }

.wrap-ark01 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45%;
    background: #fff;
}




.right-panel {
    background-image: url('../images/rbck.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    background-color: transparent;
}

.method-btn {
    /*padding: 40px;*/
    color: white;
    display: block;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 120px;
    line-height: 120px;
}

    .method-btn:hover {
        text-decoration: none;
        color: white;
    }

    .method-btn img {
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.disabled {
    background-color: #373536;
    width: 100%;
}

    .disabled:hover {
        background-color: #494748;
        width: 100%;
    }

.enabled {
    background-color: #3190d4;
    width: 105%;
}

    .enabled:hover {
        background-color: #3190d4;
        width: 105%;
    }

.method-btn-parent {
    padding-right: 10px;
    padding-left: 0;
    min-height: 600px;
}

.method-btn-text {
    line-height: 15px;
    font-size: 13px;
}


.menu {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}

    .menu > li {
        display: block;
        /*margin-bottom: 1px;*/
    }

    .menu li a {
        position: relative;
        display: block;
        color: white;
        font-size: 14px;
        line-height: 18px;
        padding: 22px 8px;
        padding-left: 50px;
        margin-bottom: 3px;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

        .menu li a:hover {
            text-decoration: none;
        }


/*@media (min-width: 768px) {
    .menu {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .menu {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .menu {
        margin-top: 200px;
    }
}*/
.item {
    /*vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
    top: 18%;*/
}

    .item > img {
        position: absolute;
        left: 10px;
        top: 15px;
        width: 32px;
        height: 32px;
    }

.method {
    width: 100%;
}

    .method.login-box {
        width: 100%;
        max-width: 480px;
        margin: auto;
    }

.title-md {
    font-size: 20px;
    margin-bottom: 15px;
}

.logo-container {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.form-container {
    width: 100%;
    padding-top: 10px;
}

.pass-form {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    margin-top: 15px;
}

.control-label {
    font-size: 18px !important;
    font-weight: normal;
    color: #5d5959;
}

.login-btn {
    /*background-color: #cc5151;*/
    color: white;
    background-color: #4aa0cb;
    background-image: linear-gradient(to right, #4aa0cb, #79e8a0);
    border: none;
}

    .login-btn:hover {
        background-color: #cc7774;
        color: white;
    }

.info-text {
    color: #b5b0b0;
}

.info-box {
    background-color: #3190d4;
    /*border-radius: 6px;*/
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}
.info-box > ul > li {
    color: white;
}

.footer {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    background-color: white;
    height: 50px;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 50px;
}

    .footer > p {
        line-height: 50px;
    }

.header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    height: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.header-text-div {
    position: absolute;
    left: 98px;
    top: 0;
}

    .header-text-div > p {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 0px;
        color: #868daa;
    }

.header-logo-div {
    position: absolute;
    left: 10px;
    top: 0;
    background-color: white !important;
    border-radius: 50%;
    border-bottom: 1px solid #ccc;
}

    .header-logo-div > img {
        margin: 10px;
    }

.header-action-div {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px;
}

    .header-action-div > a {
        line-height: 52px;
        padding: 20px;
        border-left: 1px solid #ccc;
    }

        .header-action-div > a:hover {
            text-decoration: none;
        }


.dropbtn {
    line-height: 52px;
    padding: 20px;
    cursor: pointer
}

    .dropbtn:hover, .dropbtn:focus {
        text-decoration: none;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1;
    right: 0;
    top: 58px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd
        }

.show {
    display: block;
}

.app-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    /*margin: 4px;*/
    -webkit-box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
    -moz-box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
    box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
    margin: 10px;
    min-height: 215px;
}



.app-link {
    color: #5d5959;
}

    .app-link:hover {
        text-decoration: none;
        transform: scale(1.5);
    }

    .app-link > img:hover {
        text-decoration: none;
        transform: scale(1.05);
    }


    .app-link > p {
        color: black;
        font-size: 15px;
    }


    .app-link > img {
        padding-bottom: 4px;
        padding-top: 18px;
    }

.user-name {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 0px;
    color: #868DAA;
    border-left: none !important;
}

.log-container {
    background-color: white;
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #dedede;
}

.right-btn {
    max-width: 400px;
    margin: auto;
    margin-bottom: 5px;
    padding: 10px 15px;
    position: relative;
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 6px;
    cursor: pointer;
}

    .right-btn h4 {
        font-weight: bold
    }

.rigth-btn-icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
}

.form-control {
    box-shadow: none;
}

@media (max-width: 1600px) {
    .container-ark01 {
        width: 50%;
    }

    .wrap-ark01 {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .container-ark01 {
        width: 40%;
    }

    .wrap-ark01 {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .container-ark01 {
        width: 30%;
    }

    .wrap-ark01 {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .login-body {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .login-body-sm {
        margin-top: 0;
        border-radius: 0;
    }

    .container {
        padding: 0;
    }

    .login-box h2, .h2 {
        font-size: 20px;
    }

    .pass-form {
        padding-left: 0;
        padding-right: 0;
    }

    .item > img {
        position: inherit;
    }

    .menu li a {
        padding: 15px 6px;
        text-align: center;
    }

    /** **/
    .wrap-ark01 {
        top: 0px;
        width: 100%;
        background-position: center;
    }

    .container-ark01 {
        position: relative;
        width: 95%;
        margin: auto;
        margin-top: 15px;
        border-radius: 8px;
    }
}

#newMessageNotification {
    background-color: #f4f4f4 !important;
    color: black;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    position: absolute;
    z-index: 99999999999999 !important;
}


#spanCloseNotification {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 1%;
}

@media(max-width:450px) {
    #newMessageNotification {
        top: 13%;
        width: 100%;
    }
}

@media(min-width:451px) {
    #newMessageNotification {
        top: 1%;
        width: 50%;
        left: 25%;
    }
}

    .random-bg {
        /*position: absolute;
    width: 100%;
    height: 100vh;*/
        /*background: linear-gradient(70deg, rgb(255, 202, 227) 0%, rgb(255, 247, 231) 45%, rgb(199, 255, 238) 75%,rgb(202, 255, 251) 85%, rgb(237, 204, 255) 100%);*/
        /*background-size: cover;*/
        /*background-position: center;
    background-repeat: no-repeat;*/
        /*filter: grayscale(90%) blur(2px);*/
        /*filter: blur(5px);*/
        content: '';
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-position: center center;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
        z-index: -9;
        background-image: url(/image?action=get-dashboard-background);
    }

    .random-bg-0 {
        background-image: url('../rnimg/bg0.jpg');
    }

    .random-bg-1 {
        background-image: url('../rnimg/bg1.jpg');
    }

    .random-bg-2 {
        background-image: url('../rnimg/bg2.jpg');
    }

    .random-bg-3 {
        background-image: url('../rnimg/bg3.jpg');
    }

    #toast-container > div {
        opacity: 1;
    }

    .toast-message {
        font-size: 16px;
    }

    .remove-app-btn {
        display: block;
        position: relative;
        top: 0;
        float: right
    }

    details {
        overflow: hidden;
        margin-top: 0.125em;
        background: #ffffff;
        color: #333333;
        border-radius: 3px;
    }

        details summary {
            display: block;
            cursor: pointer;
            padding: .5em .5em .5em .7em;
            background: #3190d4;
            color: white;
            border-radius: 3px 3px 0 0;
        }

        details:not([open]) summary:hover,
        details:not([open]) summary:focus {
            background: #83b1d2;
            /*color: #454545;*/
        }

        details[open] summary ~ * {
            animation: sweep .5s ease-in-out;
        }

    @keyframes sweep {
        0% {
            opacity: 0;
            margin-left: -10px
        }

        100% {
            opacity: 1;
            margin-left: 0px
        }
    }

    /*Keyboard Başlangıç*/
    .keyboard {
        position: fixed;
        left: 48%;
        bottom: 20%;
        width: 15%;
        padding: 5px 0;
        background: #dae0e5;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
        user-select: none;
        transition: bottom 0.4s;
    }

    .keyboard--hidden {
        bottom: -100%;
    }

    .keyboard__keys {
        text-align: center;
    }

    .keyboard__key {
        height: 50px;
        width: 30%;
        max-width: 90px;
        margin: 3px;
        border-radius: 4px;
        border: 1px;
        background: rgba(255, 255, 255, 0.2);
        color: #116db2;
        font-size: 1.05rem;
        outline: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
        padding: 0;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

    .keyboard_delete {
        height: 50px;
        width: 60%;
        max-width: 180px;
        margin: 6px;
        margin-top: 3px;
        border-radius: 4px;
        border: 1px;
        background: rgba(255, 255, 255, 0.2);
        color: #116db2;
        font-size: 1.05rem;
        outline: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
        padding: 0;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

    .keyboard_shuffle {
        height: 50px;
        width: 95%;
        max-width: 270px;
        margin: 3px;
        border-radius: 4px;
        border: 1px;
        background: rgba(255, 255, 255, 0.2);
        color: #116db2;
        font-size: 1.05rem;
        outline: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: top;
        padding: 0;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

    .keyboard__key:active {
        background: rgba(255, 255, 255, 0.12);
    }

    .keyboard__key--wide {
        width: 12%;
    }

    .keyboard__key--extra-wide {
        width: 36%;
        max-width: 500px;
    }

    .keyboard__key--activatable::after {
        content: '';
        top: 10px;
        right: 10px;
        position: absolute;
        width: 8px;
        height: 8px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
    }

    .keyboard__key--active::after {
        background: #08ff00;
    }

    .keyboard__key--dark {
        background: rgba(0, 0, 0, 0.25);
    }

    @media only screen and (max-width: 1280px) {
        .keyboard {
            min-width: 40%;
        }
    }

    @media only screen and (max-width: 768px) {
        .keyboard {
            min-width: 50%;
        }
    }

    @media only screen and (max-width: 280px) {
        .keyboard {
            min-width: 65%;
        }
    }

    /*Keyboard Bitiş*/

    /*ErrorBox css*/
    .errorBox {
        color: red;
        margin-top: 5px;
        border-style: ridge;
        border-color: red;
        border-width: 3px;
        border-radius: 6px;
    }


    @media(max-width:575px) {


        .mobile-center {
            text-align: center;
        }


        .left-pad {
            padding-top: 5%;
            padding-left: 0;
        }

        .mb-bg {
            height: auto;
            margin-bottom: 15px;
            padding-bottom: 20px;
        }

        li.nav-item {
            border-bottom: 1px solid #CDCDCD;
            width: 100%;
            margin-left: -2px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            li.nav-item a {
                padding-left: 22px;
                color: black
            }

        a.nav-link.active {
            padding-left: 0;
            background-image: url(https://login.arksigner.com/content/img/link-bg.jpg);
            color: white;
            background-repeat: no-repeat;
            padding-left: 22px;
            padding-bottom: 10px;
        }

        button.navbar-toggle {
            color: rgba(0,0,0,.55);
            background-color: white;
            border-color: rgba(0,0,0,.1);
            border-radius: 53px;
            width: 43px;
            height: 43px;
        }

        .sol-baslik {
            color: white;
            background-color: #53AC12;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            text-align: center;
        }
        /* mobile ------------------------------- */
        .menu-bg {
            background-color: #53AC12;
            padding: 7px;
        }

        .navbar-toggler-icon {
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }

        .navbar-light .navbar-brand {
            color: white;
        }

        .offcanvas-body {
            flex-grow: 1;
            padding: 0;
            overflow-y: auto;
        }

        .navbar-toggler {
            color: rgba(0,0,0,.55);
            border-color: rgba(0,0,0,.1);
            padding: 7px;
            font-size: 1.25rem;
            line-height: 1;
            border: 1px solid transparent;
            border-radius: 123.25rem;
            transition: box-shadow .15s ease-in-out;
        }

            .navbar-toggler:focus {
                text-decoration: none;
                outline: 0;
                box-shadow: none;
            }

        .mt-75 {
            margin-top: 0
        }

        .navbar {
            position: relative;
            padding-top: 0;
            padding-bottom: 0.5rem;
        }
    }
    /* mobile bitiş ------------------------------- */


    .cardItem {
        background-color: white;
        border-radius: 8px;
        padding: 20px;
        border: 1px solid #dedede;
        margin-bottom: 0.5em;
    }


    .dashboardAppImg {
        max-width: 200px !important;
        max-height: 150px !important;
    }

.master-page__content--container {
    max-height: calc(100vh - 130px);
    overflow-y: overlay;
}

.master-page__content--footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}