﻿/* 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. */

@font-face {
    font-family: VisbyBold;
    src: url('/fonts/Visby-Bold.woff2');
}

@font-face {
    font-family: VisbyMedium;
    src: url('/fonts/Visby-Medium.woff2');
}

@font-face {
    font-family: VisbyLight;
    src: url('/fonts/Visby-Light.woff2');
}

@font-face {
    font-family: CupertinoIcons;
    src: url('/fonts/CupertinoIcons.woff2');
}


body {
    background: none;
    font-family: VisbyMedium;
}

::selection {
    background: #f26063; /* WebKit/Blink Browsers */
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

::-moz-selection {
    background: #f26063; /* Gecko Browsers */
}

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;
    font-family: VisbyMedium;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/


/* Date Icon 
-------------------------------------------------- */
.DateIcon {
    margin: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 15px;
    position: relative;
}

    .DateIcon header {
        width: 100%;
        height: 25px;
        position: absolute;
        background-color: #ff3566;
        font: bold 15px/23px VisbyMedium;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: center;
        border-start-start-radius: 15px;
        border-start-end-radius: 15px;
    }

    .DateIcon footer {
        width: 100%;
        height: 21px;
        position: absolute;
        bottom: 3px;
        font: bold 15px/23px VisbyMedium;
        letter-spacing: 0.5px;
        color: #ff3566;
        text-align: center;
    }

    .DateIcon section {
        width: 100%;
        position: absolute;
        top: 22px;
        font: bold 48px/60px VisbyMedium;
        color: #4c566b;
        text-align: center;
        z-index: 10;
    }

.validationError {
    position:absolute;
    color: #ff3566;
    font-size:0.85rem;
    /*min-height:1rem;*/
    /*line-height:1.2;*/
}

.cardElement {
    background-color: #383455;
    padding: 7px 10px;
    border: 1px #ffffff40 solid;
    border-radius: 4px;
    height: 35px;
}

.CardNumberField {
    width: 10px;

}

.rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #ffffff40;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}

.rating-upper {
    color: #c52b2f;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
}

.nav-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: #b4b0cf 2px solid;
    box-shadow: 0 0 15px 2px #ff3566;
}

.nav-avatar-small {
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.75em;
    border: #b4b0cf 1px solid;
    box-shadow: 0 0 5px 1px #ff3566;
}

.btn-dialogheader {
    height: 2.2rem;
    width: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1rem;
}

@keyframes shakeAnimation {
    0%, 100% {
        transform: translateY(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateY(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateY(10px);
    }
}

.dragDropUploadAnimation {
    animation: shakeAnimation 2s ease-in-out infinite;
}

.dragDropHighlight {
    background-color: #ff356626;
}

.rz-datatable-emptymessage-row {
    border-bottom: none;
}

.rz-datatable-emptymessage {
    border-bottom: none !important;
}

.cursor-pointer{
    cursor:pointer;
}

.menu-divider {
    background-color:#ffffff40;
    margin:0;
}

.danger-menu-item {
    color: #ff3566;
}

danger-menu-item:hover{
    color:#fff;
}

@keyframes qrCodeOpacityAnimation {
    0%, 100% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.2;
    }
}

.qrCodeLoadingAnimation {
    animation: qrCodeOpacityAnimation 1.5s ease-in-out infinite;
}



.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #242037;
    opacity: 0.9;
    text-align: center;
    font-size:1.5rem;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #ff9cb4 !important;
    // Your custom active color border-color: #cccc00 !important;
    // Optionally, update border color
}

.btn-secondary:active,
.btn-secondary.active {
    background-color: #9b67dd !important;
    // Your custom active color border-color: #cccc00 !important;
    // Optionally, update border color
}