@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    padding:0;
    margin:0;
    background-color:white;
}

.wrapper {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.wrapper .login {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.wrapper .login input {
    border-top:0;
    border-right: 0;
    border-left: 0;
    padding: 10px;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color:black;
}
.btn.blue,
.login input[type="submit"] {
    padding: 25px;
    height: 106px;
    background: linear-gradient(90deg, #1486D9 0%, #2BCCFF 100%);
    border-radius: 6px;
    border:none;
    font-weight: bold;
    font-size: 31px;
    text-decoration: none;
    color:white;
    text-align: center;
    line-height: 59px;
}
.btn.gray {
    padding: 25px;
    height: 106px;
    background: #B2BAC0;
    border-radius: 6px;
    border:none;
    font-weight: bold;
    font-size: 31px;
    text-decoration: none;
    color:white;
    text-align: center;
    line-height: 59px;
}
.login a {
    color:black;
    font-size: 21px;
    line-height: 25px;
}
.dropoff .overlay {
    display: flex;
}
.overlay {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background:rgb(255 255 255 / 69%);
    z-index: 1500;
}
.overlaypop {
    background:white;
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    padding: 30px;
    border: 2px solid #000000;
    border-radius: 16px;
    font-size: 26px;
    font-weight: bold;
}
.error {
    align-content:flex-start
}
.error .overlaypop {
    width: 100%;
    border-radius:0;
    height:100%;
}
.error .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex: 0 1 200px;
}
.error .actions .btn {
    width: 49%;
}
.error textarea {
    height: calc(100% - 200px);
    font-size: 26px;
    padding: 25px;
    border-radius: 22px;
    border: 2px solid black;
}
.overlaypop h2 {
    margin-bottom: 0;
    font-size: 36px;
}
.overlaypop span {
    display: block;
    margin-bottom: 42px;
}
.wrapper.dash {
    flex-wrap: wrap;
    flex-direction:row;
    align-content:flex-start;
}
.wrapper .main {
    display: flex;
    flex: 0 1 100%;
    height: calc(100% - 75px);
}
.wrapper .header {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    padding: 0 15px;
    flex: 0 1 100%;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}

.header .date {
    margin-left: auto;
    padding-right: 25px;
}

.left .point {
    background: #FFFFFF;
    border: 3px solid #000000;
    box-sizing: border-box;
    border-radius: 22px;
    margin-bottom: 25px;
    padding: 25px 0 25px 25px;
    display:flex;
    width: 100%;
    flex-wrap: wrap;
    justify: center;
}
.point.active {
    background:#125F97;
    border-color:#125F97;
    color:White;
}
.point strong {
    font-weight: bold;
    font-size: 31px;
    padding-bottom:7px;
}
.point p {
    font-weight: bold;
    font-size: 23px;
    padding:0;
    margin:0;
    line-height: 110%;
}

.left {
    height: 100%;
    overflow-y: scroll;
    padding: 25px;
    flex: 0 1 45%;
}

.right {
    flex: 0 1 55%;
    background:Red;
    position:relative;
}

#collection-map {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.right .start {
    position:absolute;
    z-index:500;
    bottom: 8%;
}

.right .start a {
    width: 400px !important;
    display:block;
    margin-left: 100px;
    text-align: center;
    line-height: 59px  
}

.date span {
    display: inline-block;
    padding: 0 15px
}
.main.collect {
    flex-wrap: wrap;
    align-items: flex-start
}
.textonly .main {
    align-content: space-between;
    padding-bottom: 45px;
}

.main .bincontent,
.main .status {
    padding: 0 25px;
    display:flex;
    flex: 0 1 100%;
}

.main .status {
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content:space-between
}

.status .problem {
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
    align-items: center   
}

.status .info p {
    font-weight: bold;
    font-size: 32px;
    margin-bottom:5px;
}
.status .info span {
    font-weight: bold;
    font-size: 26px;
}
.status .problem p {
    font-weight: bold;
    font-size: 32px;
}
.bincontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.bincontent .trash {
    border-radius: 22px;
    display: flex;
    flex: 0 1 32%;
    font-weight: bold;
    font-size: 31px;
    align-content: center;
    padding: 50px 25px;
    margin-bottom: 50px;
}

.bincontent .trash.green {
    background: #1CF217;
    border: 3px solid #1CF217;
}
.bincontent .trash.inactive {
    background: #FFFFFF;
    opacity: 0.25;
    border: 3px solid #000000;
    box-sizing: border-box;
    border-radius: 22px;
}

.btn.full {
    width: 100%;
    margin: 0 30px;
}

.textonly .bincontent {
    align-items: center;
    justify-content: center;
    font-size: 46px;
}