
/*=======================================================*/
option[value=""][disabled] {
    display: none;
}

.pro:hover {
    background-color: #bcc11d !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-lightw {
    background-color: #f5f5f5 !important;
}

.bg-white {
    background-color: #fff !important;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 11px;
}

.dropdown-menu {
    position: absolute !important;
}

.input_img {
    position: relative;
    left: 10px;
    bottom: 28px;
}

.fs14 {
    font-size: 14.3px !important;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #1c1c1c !important;
}

.hov a, .hov h3 {
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}

.hov:hover a,
.hov:active a {
    color: #bcc11d !important;
    text-decoration: none;
}

.hov:hover {
    color: #bcc11d !important;
    text-decoration: none;
}

.search {
    width: 60% !important;
    font-size: 13px !important;
    height: 30px !important;
    border: none !important;
    box-shadow: none !important;
}

.search_icon {
    position: relative;
    bottom: 44% !important;
    right: 15% !important;
    color: #000 !important;
}

.large_search_icon {
    position: relative;
    top: 30.5px !important;
    left: 3% !important;
    color: #000 !important;
}

.fs13 {
    font-size: 13px;
}

.logo_img {
    width: 230px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 700;
}

ul {
    margin-left: -25px;
}

.text-warning {
    color: #faec0f;
}

.br-black-1 {
    border: 1px solid #000;
}

input:disabled {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    border-color: rgba(118, 118, 118, 0.3);
    color: #b30b0b !important;
}

body {
    color: #ffff;
    FONT-SIZE: 14px;
}




h3 {
    font-size: 24px;
}

p {
    font-size: 14px;
}


.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(.75rem + .75rem + 2px);
    padding: 1px 0px 1px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: #fff url("../images/down.png") no-repeat right .75rem center/8px 10px !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select1 {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    display: inline-block;
    width: 100%;
    height: calc(.75rem + .75rem + 2px);
    padding: .175rem 1.75rem .175rem .75rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: #fff url("down-arrow.png") no-repeat right .75rem center/8px 10px !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    font-size: 14px !important;
}

.width_form {
    width: 18% !important;
}

.bg-grey {
    background-color: #1c1c1c;
}

.width_form2 {
    width: 80% !important;
}

.width_form3 {
    width: 56% !important;
    float: right;
}

.width_form4 {
    width: 27% !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(.75rem + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000 !important;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control::placeholder {
        color: #000 !important;
    }

input,
select {
    border-radius: 0px !important;
}

.border-black {
    border: 1px solid black;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        .navbar .nav-item {
            padding: .5rem .5rem;
            margin: 0 .25rem;
        }

        /* makes the dropdown full width  */
        .navbar .dropdown {
            position: static;
        }

        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            /*  height of nav-item  */
            top: 82px;
            display: block;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0.4s, opacity 1s linear;
        }

    .nav-link {
        color: #fff !important;
    }


    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .nav-item:focus,
    .nav-item:hover,
    .navbar-nav .nav-link:hover,
    .nav-item:active {
        color: #bcc11d !important;
    }

    .active .nav-link {
        color: #bcc11d !important;
    }

    .navbar .dropdown-menu {
        border: none;
        border-radius: 0px;
        background-color: #fff;
        position: absolute;
        width: 600px;
        top: 74px;
        left: 17px;
    }
}

.navbar .nav-item {
    padding: .5rem 10px;
    margin: 0 .25rem;
    position: relative;
}

.dropdown-toggle::after {
    display: none;
}

.form-check-input {
    margin-top: 20px;
    transform: scale(2.0, 2.0);
    border: none;
    border-radius: 0px;
    margin-left: -18px;
}

.btn {
    border-radius: 0px;
    background-color: #bcc11d;
    color: #000 !important;
    font-weight: 700;
}

.btn-lgreen {
    border-radius: 0px;
    border: 2px solid #a0cc5b;
    background-color: transparent !important;
    color: #a0cc5b !important;
    font-weight: 700;
}

.btn-green {
    border-radius: 0px;
    border: 2px solid rgb(58, 255, 23);
    background-color: rgb(58, 255, 23) !important;
    color: #000 !important;
    font-weight: 700;
}

.btn-redline {
    border-radius: 0px;
    border: 2px solid #b30b0b;
    background-color: #b30b0b !important;
    color: #000 !important;
    font-weight: 700;
}

.btn-innergreen {
    border-radius: 0px;
    background-color: #1f6600 !important;
    color: #fff !important;
    font-weight: 700;
}

.side-link {
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    padding: 10px 0px 10px 18%;
    font-weight: 700;
}



    .side-link:focus,
    .side-link:hover,
    .side-link .side-link:hover,
    .side-link:active {
        color: #000 !important;
        background-color: #f5f5f5;
        font-weight: 700;
    }

.active .side-link {
    color: #000 !important;
}

.col-12 .active {
    color: #000 !important;
    background-color: #f5f5f5 !important;
    font-weight: 700 !important;
}




.side2-link {
    color: #000;
    text-decoration: none !important;
    font-size: 16px;
    padding: 10px 0px 10px 18%;
    font-weight: 700;
}



    .side2-link:focus,
    .side2-link:hover,
    .side2-link .side-link:hover,
    .side2-link:active {
        color: #000 !important;
        background-color: #fff;
        font-weight: 700;
    }

.active .side2-link {
    color: #000 !important;
}

.col-12 .active1 {
    color: #000 !important;
    background-color: #fff !important;
    font-weight: 700 !important;
}

.btn-black {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    font-weight: 400;
}

.c-red {
    color: #b30b0b;
}

.c-green {
    color: rgb(58, 255, 23);
}

.c-darkgreen {
    color: #1f6600;
}

.search_icon2 {
    left: 7% !important;
    color: #000 !important;
    top: 10px;
}

.monthly {
    bottom: 36px;
    left: 25%;
}

.padd-center {
    padding: 65px 0px;
    margin: 2% auto;
}

.c-gold {
    color: #BCC11D;
}

.underline {
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
}

.underline1 {
    text-decoration: underline;
}

h1 {
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 0px;
}

.btn-transparent {
    background: none;
    background-color: transparent !important;
    color: #fff !important;
}

.text-yellow {
    color: #bcc11d !important;
}

.text-none {
    text-decoration: none;
}

    .text-none:hover {
        text-decoration: none;
    }

.br-0 {
    border-radius: 0px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.bg-red {
    background-color: #b30b0b !important;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border: none !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #555;
}

.text-white {
    color: #fff !important;
}

.bb {
    border: 2px solid #000;
}

@media screen and (max-width: 1025px) {
    .input_img {
        top: 35% !important;
    }
}

@media screen and (max-width: 890px) {
    .input_img {
        top: 40% !important;
    }

    .width_form {
        width: 100% !important;
    }

    .width_form2 {
        width: 100% !important;
    }
}

@media screen and (max-width: 575px) {
    .input_img {
        top: 30.5% !important;
    }

    .logo_img {
        width: 180px !important;
    }

    .monthly {
        bottom: 115px;
        left: 42%;
    }
}

@media screen and (max-width: 449px) {
    .input_img {
        top: 36% !important;
    }
}

@media screen and (max-width: 426px) {
    .input_img {
        top: 36.5% !important;
    }
}

.full_search {
    width: 100% !important;
    font-size: 13px !important;
    height: 30px !important;
    border: none !important;
    box-shadow: none !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #000;
}

.bg-white {
    background-color: #fff;
}

.bar1 {
    height: 124px;
}

.bar2 {
    height: 54px;
}

.c-dred {
    color: #a4000e !important;
}

.c-yellow {
    color: #fff000;
}

.bg-dred {
    background-color: #210003 !important;
}

.bg-dgreen {
    background-color: #061400 !important;
}

.cancel_img {
    position: absolute;
    width: 34px;
    float: right;
    text-align: center;
    justify-content: end;
    right: -16px;
    padding: 10px;
    top: -16px;
    background-color: #000;
    z-index: 9;
}

.expand_img {
    position: absolute;
    width: 34px;
    float: right;
    text-align: center;
    justify-content: end;
    right: -16px;
    padding: 10px;
    bottom: -16px;
    background-color: #000;
    z-index: 9;
}

.preview-white {
    width: 150px;
}

.br-black {
    border: 1px solid #000 !important;
}

.brb-black {
    border-bottom: 1px solid #000;
}


.c-black {
    color: #000 !important;
}

.usd_icon {
    left: 1% !important;
    color: #000 !important;
    top: 23px;
    font-weight: 700;
}

.br-white {
    border: 1px solid #fff;
}

.search2 {
    width: 95% !important;
}

.filter_icon {
    width: 20px;
    left: 6% !important;
    color: #000 !important;
    top: 30px;
    z-index: 1;
}

.fs-12 {
    font-size: 12px !important;
}

@media screen and (max-width: 1500px) {
    /*    .fs14{
    font-size: 11.3px!important;
}

    .fs13 {
    font-size: 10px;
}
    .fs-12{
    font-size:9px!important;
}

    p {
    font-size: 12px;
}
    h3 {
    font-size: 18px;
}

    label {
    font-size: 9px !important;
}*/


}

.bw {
    border: 2px solid #fff !important;
    color: #fff !important;
}


.bl {
    border: 2px solid #000 !important;
    color: #000 !important;
}


/*.table thead th {
vertical-align: bottom;
border-bottom: 1px solid #dee2e6;
}*/
.table td, .table th {
    padding: .15rem;
    vertical-align: middle;
    border: none;
}

input:focus::placeholder {
    color: transparent !important;
}

.border-left-0 {
    border-left: 0px !important;
}

.border-right-0 {
    border-right: 0px !important;
}

.modal-body {
    height: 95vh;
    overflow-y: auto;
}

.fs70 {
    text-align: center !important;
    font-size: 70px;
}

.hvrbbl:hover {
    color: #212529 !important;
    background-color: rgba(0,0,0,.075) !important;
    color: #000 !important;
}

input[type=search]:focus {
    border: 1px solid #000 !important;
}

.bordernone {
    border: none !important;
}

    .bordernone:focus {
        outline: none;
    }

    .bordernone:focus-visible {
        outline: none;
    }

.hovbtn:hover {
    background-color: #bcc11d !important;
    border: 1px solid #bcc11d !important;
    color: #000 !important;
}

.img-150 {
    width: 150px;
}

.cancelBtn {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .padd-center {
        padding: 65px 0px;
        margin: 0 auto;
    }

    .img-150 {
        width: 50px;
    }

    .fs70 {
        text-align: center !important;
        font-size: 42px;
    }

    h6 {
        font-size: 14px;
    }
}

.ul-list-decimal {
    list-style: decimal !important;
}

.ul-list-square {
    list-style: square !important;
}

.img-200f {
    width: 200px;
}

.w-50px {
    width: 50px;
}

.w-300 {
    width: 300px;
}

.ul-list-none {
    list-style: none !important;
}

.special-select {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
}

.w-18 {
    width: 18px;
}

.h-712 {
    height: 712px;
}

.h-540 {
    height: 540px;
}

.left-30 {
    left: 30px;
}

.h-33 {
    height: 33.5px !important;
}

.h-432 {
    height: 432px !important;
}

.h-780 {
    height: 780px !important;
}

.h-520 {
    height: 520px !important;
}
/*========================Added Front- 17 jan 2022 ============*/

/*.video.topVideo {
    position: absolute;*/
    /* max-width: 100vw; */
    /*height: 100% !important;
    object-fit: fill;*/
    /* width: 100%; */
    /*left: 0;
    top: 0;
    height: auto !important;
    transform: scale(1.15);
}

.metamaskImg {
    width: 30px;
}

.container-fluid.container-xxl {
    width: 92.25%;
}

body, html {
    overflow-x: hidden !important;
}

#header {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    position: relative;
}

.slide {
    padding: 5px;
}

.img-fluid.card-img-top {
    max-width: 70%;
}

.floatingSlider1 {
    display: block;
}

.floatingVideo {
    max-width: 345px;
    width: 100%;
    border-radius: 20px;
}

.video-slider {
    width: 345px;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 10;
    transform: translateY(-50%);
}

.video-slider2 {
    width: 345px;
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 10;
    transform: translateY(-50%);
}

.lity {
    z-index: 9990;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.btn.prevBtn.slick-arrow {
    background: unset;
    width: 40px !important;
    height: 40px;
    padding: 0 !important;
    min-width: unset;
    border-radius: 50%;
    border: unset;
    font-family: sans-serif;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.btn.nextBtn.slick-arrow {
    background: unset;
    width: 40px !important;
    height: 40px;
    padding: 0 !important;
    min-width: unset;
    border-radius: 50%;
    border: unset;
    font-family: sans-serif;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.slide img {
    border-radius: 50%;
}

body.nk-body.body-wider.bg-theme.mode-onepage.no-touch.nk-nio-theme.has-ovm.page-loaded.chrome {*/
    /* min-height: 100vh !; */
    /*overflow: hidden;
}

@media only screen and (max-width: 1601px) and (min-width: 1576px) {
    .ml {
        margin-left: 75px;
    }
}

@media only screen and (max-width: 1575px) and (min-width: 1551px) {
    .ml {
        margin-left: 65px;
    }
}

@media only screen and (max-width: 1550px) and (min-width: 1525px) {
    .ml {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1525px) and (min-width: 1500px) {
    .ml {
        margin-left: 55px;
    }
}*/
/* @media screen and (max-width:1600px){
    .video-slider{
		margin-left: 75px;
	}
	} */
/*@media screen and (max-width:992px) {
    .container-fluid.container-xxl {
        width: 100%;
    }

    .video.topVideo {
        position: absolute;
        max-width: unset !important;
        left: 0;
        top: 0;
        width: auto !important;
    }

    .video-slider {
        position: relative;
        width: 95%;
        height: auto !important;*/
        /* top: 247px; */
        /*transform: unset;
        left: 0;
        margin: auto;
    }

    .floatingVideo {
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
    }

    #floating-img {
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
    }
}



.sec-2-bg-vid, .sec-2-bg-vid video {
    height: 760px;
}

.sec-3-bg-vid, .sec-3-bg-vid video {
    height: 500px;
    width: 100%;
}

.sec-2-bg-vid video {
    height: 100%;
    margin-top: 20px;
}

.video-slider3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}*/


/*AHM*/
/*.bg-black {
    background: black;
    color: white;
}

.home-header h1 {
    font-weight: 900;
    font-size: 3em;
    margin-bottom: 20px;
}

.home-header p {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 50px;
}

.btn-gold {
    color: #000000 !important;
    border-width: 0px !important;
    border-radius: 1px;
    font-size: 16px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    background-color: #a5aa00;
}

.features-sec .col-md-4 {
    padding: 60px;
}

.features-sec h2 {
    font-weight: bolder;
}

.features-sec p {
    font-weight: 300;
    font-size: 21px;
}

.m20 > div {
    margin: 20px !important;
}

.m20 {
    margin: 0 !important;
    padding: 0 !important;
}*/

/*-------------Landingpage------------------*/
.video.topVideo {
    position: absolute;
    /* max-width: 100vw; */
    height: 100% !important;
    object-fit: fill;
    /* width: 100%; */
    left: 0;
    top: 0;
    height: auto !important;
    transform: scale(1.15);
}

.metamaskImg {
    width: 30px;
}

.container-fluid.container-xxl {
    width: 92.25%;
}

body, html {
    overflow-x: hidden !important;
}

#header {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    position: relative;
}

.slide {
    padding: 5px;
}

.img-fluid.card-img-top {
    max-width: 70%;
}

.floatingSlider1 {
    display: block;
}

.floatingVideo {
    max-width: 345px;
    width: 100%;
    border-radius: 20px;
}

.video-slider {
    width: 345px;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 10;
    transform: translateY(-50%);
}

.video-slider2 {
    width: 345px;
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 10;
    transform: translateY(-50%);
}

.lity {
    z-index: 9990;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.btn.prevBtn.slick-arrow {
    background: unset;
    width: 40px !important;
    height: 40px;
    padding: 0 !important;
    min-width: unset;
    border-radius: 50%;
    border: unset;
    font-family: sans-serif;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.btn.nextBtn.slick-arrow {
    background: unset;
    width: 40px !important;
    height: 40px;
    padding: 0 !important;
    min-width: unset;
    border-radius: 50%;
    border: unset;
    font-family: sans-serif;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.slide img {
    border-radius: 50%;
}

body.nk-body.body-wider.bg-theme.mode-onepage.no-touch.nk-nio-theme.has-ovm.page-loaded.chrome {
    /* min-height: 100vh !; */
    overflow: hidden;
}

@media only screen and (max-width: 1601px) and (min-width: 1576px) {
    .ml {
        margin-left: 75px;
    }
}

@media only screen and (max-width: 1575px) and (min-width: 1551px) {
    .ml {
        margin-left: 65px;
    }
}

@media only screen and (max-width: 1550px) and (min-width: 1525px) {
    .ml {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1525px) and (min-width: 1500px) {
    .ml {
        margin-left: 55px;
    }
}
/* @media screen and (max-width:1600px){
    .video-slider{
		margin-left: 75px;
	}
	} */
@media screen and (max-width:992px) {
    .container-fluid.container-xxl {
        width: 100%;
    }

    .video.topVideo {
        position: absolute;
        max-width: unset !important;
        left: 0;
        top: 0;
        width: auto !important;
    }

    .video-slider {
        position: relative;
        width: 95%;
        height: auto !important;
        /* top: 247px; */
        transform: unset;
        left: 0;
        margin: auto;
    }

    .floatingVideo {
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
    }

    #floating-img {
        max-width: 100%;
        width: 100%;
        border-radius: 20px;
    }
}



.sec-2-bg-vid, .sec-2-bg-vid video {
    height: 760px;
}

.sec-3-bg-vid, .sec-3-bg-vid video {
    height: 500px;
    width: 100%;
}

.sec-2-bg-vid video {
    height: 100%;
    margin-top: 20px;
}

.video-slider3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}


/*AHM*/
.bg-black {
    background: black;
    color: white;
}

.home-header h1 {
    font-weight: 900;
    font-size: 3em;
    margin-bottom: 20px;
}

.home-header p {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 50px;
}

.btn-gold {
    color: #000000 !important;
    border-width: 0px !important;
    border-radius: 1px;
    font-size: 16px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    background-color: #a5aa00;
}

.features-sec .col-md-4 {
    padding: 60px;
}

.features-sec h2 {
    font-weight: bolder;
}

.features-sec p {
    font-weight: 300;
    font-size: 21px;
}

.m20 > div {
    margin: 20px !important;
}

.m20 {
    margin: 0 !important;
    padding: 0 !important;
}


/*======================== Blazor=====================*/
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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 .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
