/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    background-color: #f7fdff;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f7fdff;
}

.navbar {
    background-color: #1b6ec2;
}

    .navbar .nav-link {
        font-size: 15px;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.selectpicker {
    /*color: #fff;
    border-radius: 30px;
    width: 100%;
    border-color: #111;
    background-color: #8f8579;
    border: none;
    height: 45px;
    padding: 0 20px;
     remove the original arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.language-select {
    height: 25px;
    padding: 0px 9px;
    width: 81px;
    background-color: #ffffff;
    border: none;
    color: #315ac8;
    font-weight: 500;
    cursor: pointer;
}

    .language-select:focus {
        background-color: #90c5fb;
        color: #315ac8;
    }

    .language-select option {
        background-color: white;
        color: #616161;
    }

        .language-select option:hover {
            color: white;
        }

.fa {
    position: absolute;
    pointer-events: none;
    top: 8px;
    right: 10px;
    color: #616161;
}

.language-fa {
    position: absolute;
    pointer-events: none;
    top: 8px;
    right: 7px;
    color: #315ac8;
}

.fa.fa-forgetPassword {
    right: 45px;
}

.validation-summary ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 4px;
    font-weight: 500;
}

.dialCodeContianer {
    padding-right: 0;
}

.inputContainerWithCheck {
    padding-right: 8px;
}

.paidYesRadio {
    margin-right: 25px;
}

.forgetPasswordSelect {
    padding-right: 30px;
}

.validation-summary-errors {
    min-width: 45%;
    font-size: 14px;
    padding: 10px;
}

    .validation-summary-errors ul {
        padding-left: 4px;
        padding-right: 4px;
    }

.logout-btn {
    height: 28px;
    padding: 1px 16px;
    border: 2px solid #315ac8;
    color: #315ac8;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    transition: all .5s ease;
}

.fa-login {
    position: unset;
    color: #315ac8;
    font-size: 14px;
    transition: all .5s ease;
}

.salesform-section-container {
    border: 2px solid #b5d6ff;
    border-radius: 5px;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 30px;
    background-color: #ffffff;
}

    .salesform-section-container .salesform-title-container {
        transform: translateY(-50%);
    }

        .salesform-section-container .salesform-title-container h5,
        .salesform-section-container .salesform-title-container h6 {
            display: inline;
            padding: 3px 15px 3px 15px;
            background-color: #b5d6ff;
            border-radius: 4px;
        }

.credit-limit-delete-btn {
    text-decoration: none;
    background-color: #ff7d7d;
    padding: 3px 6px;
    border-radius: 4px;
    color: #FFF;
}

.required-field {
    color: red
}

/*----------------------------------------------------------------------------------------*/
.login-box {
    overflow: hidden;
    background-color: white;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    transition: transform 300ms, box-shadow 300ms;
    box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
}

    .login-box:before, .login-box:after {
        content: '';
        position: absolute;
        width: auto;
        height: auto;
        border-top-left-radius: 40%;
        border-top-right-radius: 45%;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 40%;
        z-index: -1;
    }

    .login-box:before {
        content: '';
        position: absolute;
        width: 600px;
        height: 600px;
        border-top-left-radius: 40%;
        border-top-right-radius: 45%;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 40%;
        z-index: -1;
        left: 60%;
        bottom: -30%;
        background-color: rgba(69, 105, 144, 0.1);
        animation: wawes 6s infinite linear;
    }

    .login-box:after {
        content: '';
        position: absolute;
        width: 600px;
        height: 600px;
        border-top-left-radius: 40%;
        border-top-right-radius: 45%;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 40%;
        z-index: -1;
        left: 55%;
        bottom: -30%;
        background-color: rgba(2, 128, 144, 0.1);
        animation: wawes 7s infinite;
    }


@keyframes wawes {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .fx-rates-container {
        width: 50%;
    }
}
