@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    width: 1080px !important;
    height: 1920px !important;
    border: 0px solid #111111 !important;
}

select option {
    background: #303030;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #303030;
}

body {
    /*overflow: scroll;*/
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

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;
    
    font-size:1.5em;
    text-align: center;
    height: 200px;
    background-color: #000000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/********************
*** Customization ***
********************/
/*
svg {
    background: red;
}*/

/*Link*/
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

/*Card event*/
.card-event {
    width: 100%;
    height: 400px;
    border: 1px solid #808080;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.card-event img {
    margin:0px!important;
}

.card-pass {
    width: 100%;
    height: 400px;
    border: 1px solid #808080;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.card-pass img {
    margin: 0px !important;
}

a:active {
    background-color: #202020;
}

.buttonAdmin {
    background-color: Transparent;
    background-repeat: no-repeat;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 0px;
    border-left: 0px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    display: block;
    height: 40px;
    width: 40px;
}


#components-reconnect-modal {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

#components-reconnect-modal.components-reconnect-show {
    display: block;
}

#components-reconnect-modal.components-reconnect-show div.reconnecting {
    display: block;
}

div.reconnecting {
    display: none;
}

#components-reconnect-modal.components-reconnect-failed {
    display: block;
}

    #components-reconnect-modal.components-reconnect-failed div.failedToConnect {
        display: block;
    }

div.failedToConnect {
    display: none;
}

#components-reconnect-modal.components-reconnect-rejected {
    display: block;
}

    #components-reconnect-modal.components-reconnect-rejected div.connectionRejected {
        display: block;
    }

div.connectionRejected {
    display: none;
}

#components-reconnect-modal.components-reconnect-hide {
    display: none;
}
