html {
    min-height: 100vh;
}

body {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}

/* class for hiding stuff */
.hidden {
    display: none;
}

/* banner */
.banner {
font-family: "Montserrat", sans-serif;
font-size: 1.5rem;
color: white;
text-align: center;
padding-top: 4vh;
padding-bottom: 4vh;
background: rgb(67, 66, 68);
background: linear-gradient(180deg, rgba(67,66,68,1) 0%, rgba(255,153,0,1) 100%);
box-shadow: 0px 0px 0.5rem gray;
}

.page-title {
font-weight: 600;
}

.title-image-link {
    transition: transform 1s;
}

.title-image-link:hover {
    transform: scale(1.15);
}

/* login body */
.login_body {
text-align: center;
padding-top: 19vh;
padding-bottom: 18vh;
}

.login_warning_text{
    text-align: center;
    color: red;
    font-weight: 600;
    margin-bottom: 0;
    }

.login_body form input{
    display: inline-block;
    border: none;
    border-bottom: 2px solid gray;
}

.login_body .submit_btn {
color: rgb(67,66,68);
padding: 0.5rem 1rem 0.5rem 1rem;
margin-top: 2vh;
border: 2px solid rgb(255,153,0);
border-radius: 5px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
background: white;
}

.login_body .submit_btn:hover{
    background: rgba(255,153,0, 0.25);
    }

input {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#ps{
    width: 10rem;
}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  text-align: center;
}

/*  status body & login link */
.status-body {
padding: 4rem;
}

.login-link{
padding-top: 2rem;
padding-right: 4rem;
text-align: right;
font-weight: 600;
}

.login-link a:hover{
color: rgba(84,163,245,1);
}

.login-link a{
text-decoration: none;
color: rgba(34,113,195,1);
font-weight: 400;
}


/* web-container & web-item */
.web-item {
width: 25.5rem;
/* padding: 3.49rem; */
padding: 1.74rem;
margin-bottom: 2rem;
margin-right: 2rem;
overflow-wrap: break-word;
display: inline-block;
vertical-align: top;
background: rgb(67, 66, 68,0.2);
border-radius: 0.3rem;
transition: height 5s;
}

.details-btn {
    text-align: center;
    color: rgba(34,113,195,1);
    font-weight: 400;
}

.details-btn:hover{
    color: rgba(84,163,245,1);
    cursor: pointer;
}

    
.details h6{
    font-weight: 600;
    text-align: center;
}

.item_overal_progress{
    border-radius: 0.3rem;
    background: rgba(255,255,255,1);
    padding: 1rem;
}


/* No order footer */
.no-status{
text-align: center;
padding-top: 10vh;
}


/* MAIL */

.email-container {
    width: 53.25rem;
    padding: 2rem;
    border-radius: 0.3rem;
    background-color: rgba(255,153,0,0.25);
}

.email-container .col,
.email-container h1,
.email-container .form-control,
.email-container button {
    margin-bottom: 1rem;
}


/* Fotter */

.fotter {
    text-align: center;
    color: rgb(153,153,153);
    padding: 4rem;
    padding-bottom: 1.5rem;
    background-color: rgba(67,66,68,1);
    margin-bottom: 0;
}

.contact-info-container p {
    margin-left: 2rem;
    display: inline-block;
}

.fotter a {
    color: rgb(153,153,153);
    text-decoration: none;
}

.fotter-made-by {
    margin-bottom: 0;
}


/**/
.badge {
    font-size: 25px;
    font-weight: 200
}

.badge i {
    font-size: 20px;
    font-weight: 200
}

.about-rating {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px
}

.total-ratings {
    font-size: 12px
}

.bg-custom {
    background-color: #b7dd29!important
}

.progress {
    margin-top: 10px
}

.container {
    padding-left: none!important;
}