﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}


    #blazor-error-ui .reload,
    #blazor-error-ui .dismiss {
        color: #006ee5 !important; /* Higher contrast color */
    }


    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*----------------------------------------------------*/

/*********************************************************/

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rb
{
    position: relative !important;
    left:0 !important;
    opacity: 0;
}

/* Screen reader only */
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*-----------------------------------*/

/*.....CardsList------------*/
/*..............................*/
body {
    font-family: "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    /*background-color: #251a5f; */
    background-color: #3b2e59 !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.ms-Grid {
    margin: 0px;
    padding: 0px;
}

.main-container {
    background-image: url("../img/background.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 436px;
    min-height: 845px;
    background-repeat: no-repeat;
}

.wrapper .btn-primary {
    color: #fff;
    background-color: #7C55BB;
    border: 1px solid #7c55bb;
    border-radius: 2px;
    padding: 10px 40px;
}

    .wrapper .btn-primary:hover {
        color: #fff;
        background-color: #6c44aa;
        border: 1px solid #6c44aa;
    }

    .wrapper .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #7C55BB;
        border: 1px solid #7c55bb;
        outline: 2px solid #ffffff;
        outline-offset: 3px;
    }

    .wrapper .btn-primary.disabled, .btn-primary:disabled {
        color: #000 !important;
        background-color: #fff !important;
        border-color: #fff !important;
        pointer-events: none;
    }

    .wrapper .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #5c3399;
        border: 1px solid #5c3399;
    }

        .wrapper .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.bg-blue {
    border-radius: 0;
    background: #3c2d59;
    background: -moz-linear-gradient(top, #3c2d59 0%, #3b2c58 100%);
    background: -webkit-linear-gradient(top, #3c2d59 0%, #3b2c58 100%);
    background: linear-gradient(to bottom, #3c2d59 0%, #3b2c58 100%);
}
/*---Navbar Styles start---*/

.navbar .nav-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.navbar .brand-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

    .navbar .brand-divider:before {
        content: "";
        display: inline;
        border-left: 2px solid;
        margin-right: 1rem;
    }

header .navbar-brand {
    padding-top: 0px;
}

.navbar .navbar-nav .nav-link {
    color: #fff !important;
    cursor: pointer;
    white-space: nowrap;
}

header .nav-pad {
    padding-left: 5%;
    padding-right: 5%;
}

.svg-ms {
    fill: #fff;
}

.navbar-nav a.nav-link:hover {
    text-decoration: underline;
}

.nav-align {
    margin-left: -380px;
}


/*---Navbar Styles end---*/


/*---Footer styles start---*/

footer {
    display: flex !important;
}

.footer {
    background-color: #000;
    color: #fff;
    position: relative;
    bottom: 0;
}

    .footer ul.links {
        color: #fff;
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: right;
    }

    .footer .lnge {
        float: left;
        display: contents;
    }

    .footer .glyphicon-globe {
        margin-right: 10px;
    }

    .footer ul.links li {
        float: left;
        display: block;
        padding: 0 10px;
    }

        .footer ul.links li a {
            color: #fff;
        }

    .footer .ms-Icon--World {
        padding-right: 10px;
        position: relative;
        top: 2px;
    }

    footer .foot-pad {
        padding: 20px 5%;
    }
   .privacychoice {
    color: #fff;
    transition: color 0.3s;
   }

    .privacychoice:hover {
        color: #fff;
        text-decoration: underline;
    }

    .link-space{
      margin-right: 1rem;
}
/*---Footer styles end---*/
/*---------- Media Queries start--------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footer ul.links {
        margin-top: 10px;
    }
    .navbar .nav-title {
        font-size: 14px;
    }

    .wrapper .navbar-brand {
        margin-right: 0.5rem;
    }

    .navbar .brand-divider:before {
        margin-right: 0.5rem;
    }

    .nav-align {
        text-align: center;
        margin: 0px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and max width 992px) */

@media only screen and (min-width: 600px) and (max-width:992px) {
    .footer ul.links {
        margin-top: 10px;
    }

    .navbar .nav-title {
        font-size: 14px;
    }

    .wrapper .navbar-brand {
        margin-right: 0.5rem;
    }

    .navbar .brand-divider:before {
        margin-right: 0.5rem;
    }

    .nav-align {
        text-align: center;
        margin: 0px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and max width 992px) */

@media only screen and (min-width: 992px) and (max-width:1200px) {

    .nav-align {
        margin-left: -33%;
    }
}

/*---------- Media Queries end--------------*/

/* Common styles */
.select-container {
    position: relative;
}

    .select-container::after {
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: ' ';
        display: inline-block;
        height: 0.4em;
        right: 0.7em;
        position: absolute;
        top: 0.8em;
        vertical-align: top;
        width: 0.4em;
        transform: rotate(135deg);
        justify-self: end;
        pointer-events: none;
        border-color: #eee;
        vertical-align: middle;
    }

select.filter-select {
    appearance: none;
    outline: 0;
    border: 1px solid #eee;
    box-shadow: none;
    font-size: 1em;
    flex: 1;
    padding: 0.3em 2.5em 0.3em 1em;
    color: #eee;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    width: 100%;
}

    select.filter-select:focus {
        border: 2px solid #7c55bb;
    }

    /* Remove IE arrow */
    select.filter-select::-ms-expand {
        display: none;
    }

    select.filter-select * {
        background-color: #241c36;
    }
/*-------h1,h2,h3,p---------*/
h1,h2,h3,h4,p{
    color:#fff;
}
/*---*/

.edison-button {
    border-radius: 2px;
    font-size: 1em;
    font-weight: 500;
    padding: 6px 24px;
}

    .edison-button.disabled, .primary-button.disabled, .large-button:disabled {
        color: #ddd;
        border-color: #555;
        pointer-events: none;
        background-color: #555;
    }

    .large-button {
        font-size: 1.1em;
        padding: 6px 24px;
    }

.edison-button img {
    margin-left: -4px;
    margin-right: 8px;
    width: 24px;
}

.default-button {
    border: 1px solid rgb(138, 136, 134);
    background-color: rgb(243, 242, 241);
    color: #222;
}
    .default-button:hover {
        background-color: rgb(233, 232, 231);
    }

    .default-button:active {
        background-color: rgb(223, 222, 221);
    }

.primary-button {
    border: 1px solid #7c55bb;
    background-color: #7c55bb;
    color: #fff;
}

    .primary-button:hover {
        background-color: #6c44aa;
    }

    .primary-button:active {
        background-color: #5c3399;
    }

/*---ms-High contrast---start--*/
@media screen and (-ms-high-contrast: black-on-white) {
    .svg-ms {
        fill: #000 !important;
    }
}
/*---ms-High contrast---End--*/

a:focus, a:hover {
    text-decoration: underline;
}

.blazored-modal-overlay {
    background-color: rgba(0,0,0,0.8) !important;
    overflow: auto;
}
