﻿/*body {
    display: grid;
    position: relative;
    overflow: hidden;
    background-image: url("/images/background-kpi.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -26px;
    background-color: #0f1416;
}

#login-container {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 100%;
    margin-top: 12%;
    margin-right: 4%;
}

#login-content {
    background-color: transparent;
    width: 460px;
    padding: 44px;
    height: 358px;
}

#login-content img {
  max-height: 60px;
}

#login-content input {
  margin-bottom: 15px;
  text-align: center;
  border-radius: 20px;
  border-color:transparent;
  background-color: white;
}

.login-title {
    color: #d2d2d2 !important;
    font-size: 30px;
}

.btn-login {
    background-color: #fcc500;
    color: black;
    border-radius: 20px;
}
    .btn-login:hover {
        color: white;
    }

footer {
  display: none;
  bottom: 0;
  position: absolute;
  width: 100vw;
  padding-right: 20px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  height: 40px;
  line-height: 40px;
}

footer img {
  height: 30px;
}

.field-validation-error {
  color: red;
  text-align: center;
  font-style: italic;
  display: block;
  width: 100%;
}

@media (max-width: 870px) {
    #login-container {
        background-color: #7c7c7c3d !important;
        margin-top: 35% !important;
        margin-bottom: 100% !important;
        margin-right: 0% !important;
        border-radius: 20px;
        backdrop-filter: blur(3px);
    }

    #login-content {
        width: 100% !important;
        padding: 10px !important;
        height: 100% !important;
    }
}*/

html, body {
    height: 100%;
    background-image: url("/images/background-kpi-modifi.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #0f1417;
    background-position-y: 50%;
    background-position-x: 4vh;
    margin-bottom: 0px !important;
}

.am-wrapper {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.container {
    max-width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#specificView main {
    padding-bottom: 0 !important;
    padding: 0 !important;
    height: 100%;
}

.card {
    box-shadow: unset;
}

.input-wrapper {
    position: relative;
    width: 320px;
}

.custom-input {
    background-color: #33373a;
    border-color: #33373a;
    color: #ffffff;
    padding-left: 40px;
    height: 36px;
    border-radius: 4px;
}

    .custom-input::placeholder {
        color: #bfbfbf !important;
        opacity: 1;
    }

    .custom-input:focus::placeholder {
        color: #808080 !important;
    }

.icon-for-input {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.input-wrapper:focus-within .icon-for-input {
    color: #808080;
}

.form-control:focus {
    box-shadow: rgb(255 255 255 / 44%) 0px 0px 0px 2px;
}

.btn-login {
    color: black;
    background-color: #fdbd28;
    width: 180px;
    height: 35px;
    border-radius: 4px;
    transition: transform 0.1s ease-in-out;
}

    .btn-login:hover {
        transform: scaleX(1.01) scaleY(1.03);
    }

    .btn-login:active {
        transform: scale(0.98, 0.98);
    }

    .btn-login:disabled {
        background-color: #000 !important; 
        color: #fff !important; 
        opacity: 1 !important; 
    }

        .btn-login:disabled .spinner-border {
            border-color: #ffcb13 !important; 
            opacity: 1 !important; 
        }

.field-validation-error {
    color: #3b9aff;
    text-align: center;
    font-style: italic;
    display: block;
    width: 100%;
}

.validation-summary-errors li {
    color: red;
    text-align: center;
    font-style: normal;
}

.validation-summary-errors ul {
    list-style-type: none !important;
    padding-left: 0;
    margin-left: 0;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus {
    border-color: currentColor;
    box-shadow: 0 0 0 0.03rem currentColor !important;
    transform: translateY(-1px);
}

.form-control:focus, .form-check-input:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.13rem transparent !important;
}

/* Spinner HTML: <div class="loader"></div> */
.spinner-border {
    display: inline-block;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2.4px solid #ffcb13;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )
    }

    12.5% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )
    }

    25% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )
    }

    50% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    62.5% {
        clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    75% {
        clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )
    }

    100% {
        clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}
