*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
.validate-box {
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .validate-box {
        /* height: 100dvh; */
        height: initial;
    }
}
.address-validate {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 767px) {
    .address-validate {
        padding: 0 16px 24px;
	    max-width: initial;
        height: initial;
    }
}
.go-back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #50535A;
    text-decoration: underline;
    margin-bottom: 24px;
    cursor: pointer;
    /* max-width: 1100px; */
    padding: 20px 0;
    margin: 0 auto;
}
.go-back img{
    margin-right: 4px;
}
@media (max-width: 767px) {
    .go-back {
        padding: 20px 16px 24px;
    }
}

.address-validate h2 {
    font-size: 2.5rem;
    line-height: 48px;
    color: #313235;
    margin-bottom: 32px;
    font-weight: inherit;
}
@media (max-width: 767px) {
    .address-validate h2 {
        margin-bottom: 32px;
        font-size: 1.75rem;
        line-height: 36px;
    }
}
.address-validate h3 {
    font-size: 1.25rem;
    line-height: 28px;
    color: #313235;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .address-validate h3 {
        margin-bottom: 8px;
        font-size: 1rem;
        line-height: 24px;
    }
}
.view-users {
    padding: 24px;
    width: 70%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 24px;
}
.view-users h2 {
    font-size: 2rem;
    line-height: 38px;
    color: #313235;
    margin-bottom: 32px;
    font-weight: inherit;
}
@media(max-width: 767px) {
    .view-users {
        width: 100%;
    }
    .view-users h2 {
        font-size: 1.5rem;
        line-height: 32px;
    }
    .address-validate h2 {
        margin-bottom: 32px;
        font-size: 1.75rem;
        line-height: 36px;
    }
}

.form{
    position: relative;    
    width: 100%;
}
.col-1 {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
}

.col-1-btn {
    display: flex;
    justify-content: end;
    grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 767px) {
    .col-1 {
        display: flex;
        flex-direction: column;
    }
}
.col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 24px;  
}
@media (max-width: 767px) {
    .col-2 {
        display: flex;
        flex-direction: column;
    }
}
.col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 24px;  
}
@media (max-width: 767px) {
    .col-3 {
        display: flex;
        flex-direction: column;
    }
}

.col-4 {
    display: grid;
    grid-template-columns: 30.5% 19% 19% 19%;
    grid-gap: 30px;
    margin-bottom: 24px;  
}
@media (max-width: 767px) {
    .col-4 {
        display: flex;
        flex-direction: column;
    }
}
.d-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}
.mb-0 {
    margin-bottom: 0!important;
}

/* Succesful Registration Page */
.successful-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 730px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
    .successful-box {
        padding: 40px 16px;
	    max-width: initial;
        height: initial;
        margin: 0 16px;
        width: initial;
    }
}
@media (max-width: 767px) {
    .successful-box img {
        width: 60%;
    }
}

.successful-box h2 {
    color: #019DF4;
    font-size: 2.5rem;
    line-height: 48px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .successful-box h2 {
        font-size: 2rem;
        line-height: 40px;
    }
}
.successful-box p {
    color: #50535A;
    font-size: 1.25rem;
    line-height: 28px;
}
@media (max-width: 767px) {
    .successful-box p {
        font-size: 1rem;
        line-height: 24px;
    }
}
/* Succesful Registration Page */

/* Color */
.bg-gray-light {
    background-color: #EEEEEE;
}

.bg-white {
    background-color: #fff;
}

/* Fonts */
.roboto-extralight {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}  
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}  
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}  
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}  
.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.bg-blue-dark-agenda {
    /* background-color: #25344d; */
    background-color: #15202e;
}