/* 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. 
*/

* {
    box-sizing: border-box;
}


#case-form,
#reg-form,
#upload-form,
#paymentForm {
    background-color: #ffffff;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 20px;
    /* width: 95%; */
}
}

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;
    }

    body {
        background: rgb(33,95,135);
        background: linear-gradient(180deg, rgba(33,95,135,1) 0%, rgba(33,95,135,0.3) 52%, rgba(199,215,225,1) 100%);
        min-height: 1080px;
    }
    /*        background-image: linear-gradient(to bottom, rgba(33,95,135,1.0), rgba(33,95,135,0.1));*/
    #case-form,
    #reg-form,
    #upload-form,
    #paymentForm {
        background-color: #ffffff;
        margin: 50px auto;
        padding: 40px;
        width: 70%;
        min-width: 300px;
        border-radius: 6px;
    }
    .ffffont {
        color: #fff !important;
        font-family: Raleway;
    }

}

.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);
}

.inb{
    display: inline-block !important;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;

}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 90%;
}

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 */
}


/* Forms
-------------------------------------------------- */



h1 {
    text-align: center;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

input[type=radio]{
    width: 25px;
}
    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }


/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

    button:hover {
        opacity: 0.8;
    }

#prevBtn {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    font-family: Raleway;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04aa6d;
}

.ffffont {
    color: #000;
    font-family: Raleway;
}

input:disabled {
    background-color: #c9c9c9 !important;
    opacity: 0.5;
}

.hide{
    display: none;        
}

.show{
    display: block;
}

.clear{
    clear: both !important;
}

.clearl {
    clear: left !important;
}

.clearr {
    clear: right !important;
}

/* Form progress bar end */


/* form elements */

.form-group {
    position: relative;
}

.required {
    color: red;
    /* display: inline-block; */
    margin-left: -30px;
    font-size: 0.7em;
    position: absolute;
    top: 10%;
    
    
/* display: flex; *//* align-items: center; */position: absolute;top: 10%;}

.required2 {
    color: red;
    /* display: inline-block; */

    font-size: 0.7em;
}

.b {
    /* border: 1px solid blue; */
}

.g {
    border: 1px solid green;
}

.r:after {
    margin-bottom: -5px;
    font-size: 2em;
    content: "&#9733;";
    color: red;
}



#progressbar a{
    color: #fff;
}

#progressbar a:hover {
    color: #fff;
}

#progressbar a:visited {
    color: #fff;
}

#progressbar .disabled {
    pointer-events: none;
}

#progressbar .enabled {
    pointer-events: auto;
}




.left{
    float: left;
}

.right{
    float: right;
}


.headindex {
    margin-top: 5%;
    margin-bottom: 5%;
    background-image: url("../img/banner2.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 175px;
    padding-left: 175px;
}

.headindex h1 {
    font-size: 4rem;
    text-align: left;
}

.headindex h2 {
    font-size: 2.5rem;
    text-align: left;
}

#home:hover {
    opacity: 0.5;
}

.nobull {
    list-style: none;
}

.form-box-border {
    padding: 10px;
    font-size: 1.2em;
    border: 1px solid #aaa;
    display: block;
}

.form-box-border a:hover {
    text-decoration: underline;
}





.amount-container {
    display: grid;
    grid-template-columns: repeat(6, 2.5rem);
    gap: 0.5rem;
    position: relative;
    cursor: text;
    outline: none;
}

.digit-box {
    width: 2.5rem;
    height: 3rem;
    border: 1px solid #ccc;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 0.25rem;
    background: #f9f9f9;
}

.hidden-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
