/*Start Block1*/
.iti__flag {
    background-image: url("../images/login/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../images/login/flags@2x.png");}
}


.main-container {
    width: 1180px;
    margin: auto;
}

.block1-form {
    padding: 1px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

@media (max-width: 1199px) {
    .main-container {
        width: 950px;
        margin: auto;
    }


}

@media (max-width: 991px) {
    .main-container {
        width: 710px;
        margin: auto;
    }


}


@media (max-width: 767px) {
    .main-container {
        width: 570px;
    }
    .block1-form-link {
        margin-top: 6vw;
        padding-bottom: 3vw;
    }
    .block1-form-container {
        width: 525px;
        padding: 30px 70px;
        background: #fff;
        margin: 50px auto;
    }
}


@media (max-width: 576px) {
    .main-container {
        width: 100%;
        margin: auto;
        padding: 0 15px
    }
    .block1-form-head {
        font-size: 5vw;
        margin-bottom: 6vw;
    }
    body {
        padding: 0px;
    }
}
header {
    text-align: center;
    padding: 10px;
    background-color: rgba(13, 18, 39, 1);
    color: #fff;
    font-weight: bold;
    margin-bottom: 19px;
    font-size: 2rem;
    font-family: italic;
    border-radius: 0%;
    padding-top: 100px;
}

header img {
    width: 240px;

}

.table-sec {
    /*width: 100%;*/
    overflow-x: scroll;
    margin-top: 15px;
    padding: 10px;
}

table {
    table-layout: fixed;
    margin: 0 ;
    background-color: #fff ;
    border-spacing: 0;
    border-collapse: unset;
    /*margin-top: 5%;*/
}

th {
    padding: 12px 0;
    font-family: Montserrat, sans-serif !important;
    color: rgba(13, 18, 39, 1);
    text-align: center;
}

td {
    text-align: center;
    font-family: Roboto, sans-serif !important;

}

.meta-info {
    text-align: center;
    margin-bottom: 1.5%;
    font-weight: bold;
    padding-top: 100px;
}

.meta-info span {
    display: block;
    font-family: Montserrat, sans-serif !important;

    /*margin: 1px;*/
}

.inline-flex {
    display: inline-flex;
    position: relative;
}

.inline-flex img {
    margin-right: 30px;
    width: 21px;
    height: auto;
    position: absolute;
    left: -35px;
}
.inline-flex img.calendar {
    top: -3px;
}
.inline-flex img.location {
    top: -5px;
}
@media (max-width: 1000px) {
    
    th {
        padding: 5px 5px !important;
        width: 60px;
    }

    td {
        padding: 5px 5px !important;
    }
}
.fabutton {
    background: none;
    padding: 0px;
    border: none;
}