﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'mtavruli';
    src: url('../../fonts/mtavruli.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
}

.border-box {
    box-sizing: border-box;
}

.specificDoc-checkIcon {
    color: #008000;
}

.specificDoc-notSupported {
    color: rgb(255, 0, 0)
}

.div-center {
    margin: 0 auto;
}

.altaLocation {
    border: 0;
}

.navbar {
    top: 0 !important;
}

.navbar-brand {
    padding-top: 10px;
}

.nav > .nav-item > .nav-link {
    padding-top: 10px;
}

.languages-switch {
    width: 120px;
    margin-top: 10px;
    text-align: center;
}

.linkHover ul li a {
    color: #757575;
}

.navbar .nav .nav-link {
    font-weight: 600;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.nav-item .nav a {
    white-space: nowrap;
}

.psd2Api .card {
    background-color: #ffffff;
    min-height: 415px;
}

.main-content .card .row {
    position: absolute;
    bottom: 0;
    width: 100%
}

body, ul li {
    font-family: Roboto-Regular;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto-Medium;
}

.cards-shadow-hover:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cards-shadow-hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
}

.cards-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.little-cards-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.field-items .table-bordered td, .field-items .table-bordered th, .field-items .table thead th, .field-items .table td {
    border-color: #d9dcde !important;
}

.field-items .table th {
    border-top: 1px solid;
}

.btn {
    font-size: 13px;
    letter-spacing: normal !important;
    font-weight: 400 !important;
    text-transform: none;
}

.ptag-fontsize p, li {
    font-size: 15px;
}

.contact_font {
    font-weight: 300;
    font-size: 15px;
    color: #6F8BA4;
    line-height: 28px;
}

.nav-navbar .nav {
    min-width: 4rem;
}

.GeorgianRegulations {
    white-space: pre-wrap;
}

.language-swicher {
    width: 22px;
    height: 18px;
    border-radius: 3px;
}

.footerLogo {
    max-height: 40px;
}

@media (min-width: 992px) {
    .language-picker {
        margin-left: auto;
    }

    .index .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 1200px) {
    .nav-navbar .nav-link {
        padding-left: 0.725rem;
        padding-right: 0.725rem;
    }
}

/*FAQ start*/

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

    .faq-title h2::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 60px;
        height: 2px;
        background: #E91E63;
        bottom: -25px;
        margin-left: -30px;
    }

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

    .faq .card {
        border: none;
        background: none;
        border-bottom: 1px dashed #CEE1F8;
    }

        .faq .card .card-header {
            padding: 0px;
            border: none;
            background: none;
        }

            .faq .card .card-header :hover {
                color: white !important;
                border-color: #091ACF;
                padding-left: 10px;
            }

            .faq .card .card-header .faq-title {
                width: 100%;
                text-align: left;
                padding: 0px;
                padding-left: 30px;
                padding-right: 30px;
                font-weight: 400;
                font-size: 15px;
                letter-spacing: 1px;
                color: #3B566E;
                text-decoration: none !important;
                cursor: pointer;
                padding-top: 20px;
                padding-bottom: 20px;
            }

                .faq .card .card-header .faq-title .badge {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    line-height: 14px;
                    float: left;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    text-align: center;
                    background: #0c3c60;
                    color: #fff;
                    font-size: 12px;
                    margin-right: 20px;
                }

        .faq .card .card-body {
            font-size: 15px;
            padding: 30px;
            padding-left: 35px;
            padding-bottom: 16px;
            color: #6F8BA4;
            line-height: 28px;
            border-top: 1px solid #F3F8FF;
        }

            .faq .card .card-body p {
                margin-bottom: 14px;
            }

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

        .faq .card .card-header .faq-title {
            line-height: 26px;
            margin-top: 10px;
        }
}

/*FAQ end*/

/*certViewer button start*/
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    padding: 7px 18px;
    cursor: pointer;
}

/*certViewer button end*/

/*gettingstarted list start*/
.sandbox-login i{
    font-size:16px;
    margin-right:8px;
}
.sandbox-login .login-password {
    line-height: 30px;
    background-color: #fcfdfd;
    padding: 12px;
    border: 1px solid #f1f2f3;
    border-left: 3px solid #50a1ff;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 87.5%;
    color: #212529;
}

.awesome-list {
    /* Create a new instance of a counter called "my-awesome-list" and set the counter to 0. */
    width: 100%;
    counter-reset: my-awesome-list;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}

.awesome-list-item {
    /* Increment the "my-awesome-list" counter for every list item. */
    counter-increment: my-awesome-list;
    margin: 1em 0;
    position: relative;
}

    .awesome-list-item::before {
        /* Display the counter and set the list style for the list. */
        content: counter(my-awesome-list, decimal-leading-zero);
        background: #FFF;
        color: darkblue;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border: 5px solid #FFF;
        border-radius: 50%;
        display: inline-block;
        font-weight: bold;
        font-size: 1.8em;
        line-height: 2.6em;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 2.6em;
        z-index: 2;
    }

    .awesome-list-item > .GettingStartStep {
        background-color: white;
        border-radius: 4px;
        display: inline-block;
        position: relative;
        margin: 0 0 0 -2em;
        min-width: 90%;
        max-width: 90%;
        padding: 1.2em 2em 1.2em 3em;
        vertical-align: middle;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
    }

        .awesome-list-item > .GettingStartStep:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .awesome-list-item > .GettingStartStep::after {
            background-color: white;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
            border-color: #2C3E50;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            transform: rotate(3deg);
        }

/*gettingStarted list end*/

/*for guide page start*/
.ais-flow-sequence-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ais-flow-sequence-img {
    height: 1200px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

@media (max-width:1000px) {
    .ais-flow-sequence-img {
        height: 600px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
/*for guide page end*/

/*metrics start*/
.metrics-table {
    margin-top: 50px;
    margin-bottom: 20px;
}

.metrics-selects-div select {
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
    border: none;
    padding-left: 3px;
}

    .metrics-selects-div select:focus {
        border: none !important;
        outline: none;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }

    .metrics-selects-div select:not(#SelectedInstances) {
        padding-top: 7px;
        padding-bottom: 7px;
        width: 100%;
    }

.metrics-dropdown-wrapper {
    text-align: center;
    top: 45px;
    left: 10px;
}

.metrics-selects-div {
    text-align: center;
}

    .metrics-selects-div select {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

.metrics-double-arrow {
    font-size: 20px;
}
/*metrics start*/

/*markdown start*/
blockquote {
    border-left: solid;
    padding: 10px !important;
    background: #eee;
    border-left-width: 10px;
    border-left-color: lightslategray;
}
/*markdown end*/

/*error page start*/

.error-message-div {
    background: #fff no-repeat;
    background-position: right center;
    width: 100% !important;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: inset 0 -39px 128px -45px rgb(49 49 49 / 22%);
    -webkit-box-shadow: 0 -39px 128px -45px rgb(49 49 49 / 22%) inset;
    -moz-box-shadow: 0 -39px 128px -45px rgba(49,49,49,.22) inset;
}

    .error-message-div h2 {
        color: #002882;
        font-weight: bold;
        text-align: left;
        font-family: Liberty-MT-Medium !important;
    }

    .error-message-div p {
        color: black;
        text-align: left;
    }

.fa-exclamation-circle {
    color: #db0011;
    font-size: 80px;
    margin: 0 auto;
}
/*error page end*/

@media screen and (max-width:1000px) {
    .nav-item .nav a {
        max-width: 250px;
        white-space: normal !important;
    }

    .nav li {
        border: none !important;
    }

    .navbar-expand-lg .nav-navbar:not(.nav-inline) > .nav-item > .nav {
        border: none !important;
    }

    .headerText {
        padding-left: 15px;
        padding-right: 15px;
    }

    .languages-switch {
        text-align: left !important;
        margin-left: 8px !important;
    }

    .awesome-list {
        width: 97%;
        left: 25px;
    }

    .error-message-div {
        width: 95% !important;
    }

    .fa-exclamation-circle {
        display: none;
    }

    .error-message-div p {
        white-space: normal !important;
    }
}

@media screen and (min-width:992px) and (max-width:1250px) {
    .nav li a {
        font-size: 11px !important;
    }
}