﻿﻿ /* 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;
}

@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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.btn.btn-sm.btn-primary:hover {
    background-color: #2d366d;
    background-position: 100% 0;
}

.btn.btn-sm.btn-primary {
    background-image: linear-gradient(to right, #6272e0 0%, #1e3094 50%,#3f53c3 100%);
    font-size: 14px;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    text-transform: uppercase;
    border-radius: 30px !important;
    box-shadow: 0px 4px 7px 0px #1e3be4c2;
    border: none;
    letter-spacing: 0.5px;
    padding: 13px 23px;
}

btn.btn-primary:hover:not(#Signin) {
    background-color: #2d366d;
    background-position: 100% 0;
}

.btn.btn-primary:not(#Signin) {
    line-height: 1;
    background-image: linear-gradient(to right, #6272e0 0%, #1e3094 50%,#3f53c3 100%);
    font-size: 14px;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    text-transform: uppercase;
    border-radius: 30px !important;
    box-shadow: 0px 4px 7px 0px #1e3be4c2;
    border: none;
    letter-spacing: 0.5px;
    padding: 13px 23px;
}

.myimg img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}


.btn-success {
    line-height: 2 !important;
    font-size: 16px;
    position: relative;
    box-shadow: 3px 4px 12px 0px #62b966;
    transition: all .2s ease-in-out;
    background: #000000;
    background: linear-gradient(to right, #73ca75, #33a738);
    border-radius: 21px;
    letter-spacing: 0.5px;
    border: none;
    background-position: 100% 0;
}

    .btn-success:hover {
        background: linear-gradient(to right, #0dda14,#73ca75);
        background-position: 100% 0;
    }

.btn-warning {
    font-size: 16px;
    position: relative;
    box-shadow: 3px 4px 12px 0px #dd613e !important;
    transition: all .2s ease-in-out;
    background: #000000;
    background: linear-gradient(to right, #f91100, #ff6060);
    border-radius: 21px;
    letter-spacing: 0.5px;
    border: none;
    background-position: 100% 0;
}

    .btn-warning:hover {
        background: linear-gradient(to right, #ff7070, #fb1d0d);
        background-position: 100% 0;
    }

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    margin-bottom: 14px;
    padding: 12px 10px;
}

.navbar-vertical .navbar-nav .nav-link {
    font-size: 17px;
    color: white;
    border-radius: 9px;
    box-shadow: 6px 0px 13px 2px rgb(109 210 255 / 46%);
    background: #1193ef;
    /* font-size: 0.875rem; */
    /* font-weight: 600; */
    /* padding-right: 1rem; */
    /* padding-left: 1rem; */
    /* padding-bottom: 16px; */
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link:hover {
    background: #005AA7;
    background: -webkit-linear-gradient(to right, #FFFDE4, #005AA7);
    /* background: linear-gradient(to right, #8b9bf5a1, #3c8ed4f0); */
    /* background: #5e72e4; */
    color: white;
    background: linear-gradient( 87deg, #11cdef 0, #1171ef 100%) !important;
    font-size: 17px;
}

.navbar-nav {
    padding: 12px !important;
}

.navbar.navbar-top.navbar-expand.navbar-dark.bg-primary.border-bottom {
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
/*New theme design change*/
/*.navbar.navbar-top.navbar-expand.navbar-dark.bg-primary.border-bottom {
    height: 68px;
}
.header.bg-primary {
    height: 53px;
}
.breadcrumb.breadcrumb-links.breadcrumb-dark {
    padding: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.col-lg-6.col-7 {
    padding-top: 0px;
    margin-top: -15px;
}*/
