﻿/* 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: 'SiemensSans_Prof_Bold';
    src: url(../woff2/SiemensSans_Prof_Bold-cbe587a0.woff2) format('woff2');
}

@font-face {
    font-family: 'font_two';
    src: url(../woff2/SiemensSans_Prof_Black-616fb6d5.woff2) format('woff2');
}

@font-face {
    font-family: 'font_three';
    src: url(../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2) format('woff2');
}

@font-face {
    font-family: 'font_four';
    src: url(../woff2/SiemensSans_Prof_BoldItalic-dbe57068.woff2) format('woff2');
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0087be;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    margin: 10px;
    min-width:50px;
}*/
.btn-danger {
    color: #fff;
    background-color: #ef0137;
    border-color: #ef0137;
    margin: 10px;
}

.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;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.form-group-input{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-evenly;
    margin-top:2rem;
    max-width:30rem;
}


.lang-btn {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgb(0, 148, 255),#242582);
    position: fixed;
    bottom: 30%;
    right: 3vw;
    color: #fff;
    z-index: 9999;
    outline: none;
    border: 1px solid #0366d6;
    border-radius:100%;
    opacity:0.7;
    transition:all 0.5s;
}

.lang-btn:hover{
    opacity:1;
}

.lang-btn:focus{
    outline:none;
}

.lang-container {
    width: auto;
    height: auto;
    padding: 20px;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 35%;
    right: 0px;
    border-radius: 3px;
    z-index: 9998;
    display: none;
}

.button-lang {
    width:200px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgb(0, 148, 255),#242582);
    margin: 10px;
    padding: 10px 20px;
    color: #fff;
    outline: none;
    border: 1px solid #0366d6;
    border-radius: 3px;
    letter-spacing:1px;
}

.button-lang:focus{
    outline:none;
}

.show-lang{
    display:flex;
    flex-direction:column;
}

/*
Error page*/

.container-fluid {
    padding: 0;
    margin: 0;
  
}

.error-page-main {
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, rgba(0,85,124,1) 0%, rgba(0,135,190,1) 100%);
}

.error-layer {
    width: 100%;
    height: 100vh;
    background-color: rgb(255,255,255,0.1);
    position: relative;
}

.error-number {
    font-size: 15vw;
    color: #333353;
    font-weight: 900;
}

.Oops-control {
    font-size: 2vw;
    color: #fff;
    font-weight: 900;
}

.text-align-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    min-height: 100vh;
}

.Something-para {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 500;
}

.error-back-button {
    background: #fff;
    padding: 8px 29px;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    color: #000;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight:600;
}

    .circle-one {
        width: 100%;
        height: 100%;
        transform: none;
        position: fixed;
        left: 0;
        top: 0;
        border-radius: 0;
    }
}

/*  Akash (Busy Indicator CSS) Start  */

.MandatoryIndication {
    color: #ef0137;
    font-size: 14px;
    font-weight: bold;
}

/* Absolute Center Loader */
.ParentLoadingPanel {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    /*overflow: show;*/
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .ParentLoadingPanel:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(223,223,217,0.4);
        /*background-color: #c5c5b8;*/
    }

.CircleSpinner {
    border: 10px solid #dfdfd9;
    border-radius: 50%;
    border-top: 10px solid #00d7a0;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.LoaderText {
    white-space: nowrap;
    font-size: 30px;
    color: #000028;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'font_three';
}

/* Akash (Busy Indicator CSS) End  */

.error-page-process {
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, rgba(0, 100,110,1) 0%, rgba(0, 175, 142,1) 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.error-text-1 {
    font-family: 'font_three';
    font-size: 5vw;
    font-weight: 300;
    letter-spacing: 1px;
}

.error-text-2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'font_two';
}

.error-text-3 {
    font-family: 'SiemensSans_Prof_Bold';
    font-size: 12vw;
    letter-spacing: 1px;
}

.error-text-button {
    padding: 6px 10px;
    font-size: 16px;
    background-color: #fff;
    color: #00646e !important;
    font-weight: 600;
    letter-spacing: 1px;
}

