@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body{
    background-color: #062949;
	overflow: hidden;
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
 	margin-top: 50px;
    justify-content: center;
}
.container .form{
    width: 85%;
}
.container .logo{
    text-align: center;
}
.container .logo img{
    width: 200px;
    display: inline-block;
    margin-bottom: 100px;
}
.container form{
    display: flex;
    width: 100%;
}
.container form input{
    height: 40px;
    width: 100%;
    padding-left: 15px;
    font-family: 'Roboto';
    font-weight: 900;
}
.container form button {
    text-transform: uppercase;
    height: 40px;
    padding: 0px 25px;
    background-color: #835335;
    color: #062949;
    border: none;
    font-family: 'Roboto';
    font-weight: 900;
    min-width: 150px;
}
.result_wrapper {
    margin-top: 50px;
	max-height: 350px;
	overflow: auto;
}
.result_wrapper .item {
    display: flex;
    width: 100%;
    background: #FFF;
    align-items: center;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 10px;
}
.result_wrapper .item .person {
    display: flex;
	width: 100%;
}
.result_wrapper .item .person > div{
    width: calc(100% / 3);
    text-align: center;
}
.result_wrapper .item button {
    text-transform: uppercase;
    height: 40px;
    background-color: #835335;
    color: #062949;
    border: none;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 14px;
    min-width: 15%;
	width: 15%
}
.result_wrapper .result_content .item > div {
    width: calc(15% - 20px);
    padding: 0px 10px;
}
.swal2-title,.swal2-html-container{
    font-family: 'Roboto' !important;
}
.swal2-modal.swal2-loading{
    width: 7em !important;
}

.container_flex{
    width: 95%;
    margin: 15px auto;
}
.container_flex .header{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.container_flex .logo img{
    width: 100px;
    display: inline-block;
}
.container_flex .header .title {
    color: #FFF;
    width: 100%;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 19px;
}
.container_flex .result_wrapper .item {
    display: flex;
    width: 100%;
    background: #FFF;
    align-items: center;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 10px;
}
.container_flex .result_wrapper .item .person {
    display: flex;
    width: 100%;
}
.container_flex .result_wrapper .item .person > div{
    width: calc(100% / 3);
    text-align: center;
}
.container_flex .result_wrapper .item button {
    text-transform: uppercase;
    height: 40px;
    padding: 0px !important;
    background-color: #835335;
    color: #062949;
    border: none;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 14px;
    width: 15%;
	min-width: 15%;
}
.float_button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #F6F6F6;
    padding: 10px 15px;
    border-radius: 5px;
}
.float_button a{
	color: #333;
	font-family: 'Roboto';
	text-decoration: none;
	font-weight: 900;

}
.container_flex .result_wrapper .item > div {
    padding: 0px 10px;
}
.container_flex .result_wrapper .item > div {
    padding: 0px 10px;
    width: calc(15% - 20px);
}
.check_is_invited{
    margin-top: 50px;
    margin-bottom: 250px;
}
.result_wrapper .header {
    display: flex;
    width: 100%;
    color: #FFF;
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 8px;
	margin-bottom: 0px !important;
}
.result_wrapper .header > div{
    width: calc(15% - 20px);
    padding: 0px 10px;
}
.result_wrapper .company {
    width: calc(20% - 20px) !important;
	padding: 0px 10px;
}
.result_wrapper .name {
    width: calc(35% - 20px) !important;
}
.container_flex .result_wrapper {
    max-height: 600px;
}
.result_content {
    margin-top: 15px;
}
.result_wrapper .item.full {
    width: 100%;
    min-height: 40px;
    align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 480px){
    .container .form {
        width: 85%;
    }
    .container form input{
        text-align: center;
    }
    .container form button,.container .result_wrapper button,.container_flex .result_wrapper button {
        order: 2;
        width: 100%;
        text-align: left;
        text-align: center;
    }
    .container form,.result_wrapper .item, .container_flex .result_wrapper .item{
        flex-wrap: wrap;
        padding: 0px;
    }
    .container .result_wrapper .person,.container_flex .result_wrapper .person{
        width: 100% !important;
        min-height: 40px;
        align-items: center;
        padding: 0px 15px;
    }
}