.main-content-container{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
}

@media only screen and (max-width: 767px) {
    .main-content-container {
        margin: 0px;
    }
}

input[type=checkbox] {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    padding: 10px;
    margin-right: 10px;
}

.form-check-label{
    position: relative;
    top: 3px;
    display: inline;
}

.cookie-container {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background: #007af7;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-size: 1rem;
    gap: 2rem;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
    right: 0;
    left: 0;
}

.cookie-container.hide {
    opacity: 0;
    visibility: hidden;
}

.cookie-container a {
    color: #fff;
}

.cookie-container .cookie-text {
    flex: 8 768px;
}

.cookie-container .agree {
    flex: 1 150px;
    text-align: center;
}

.agree button {
    background: #fff;
    color: #007af7;
    border: none;
    padding: 0.4rem 1.2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1rem;
}

#navbarNavAltMarkup {
    justify-content: space-between !important;
}

.admin-card-col{
    display: flex;
    justify-content: center;
    margin: 20px;
}

.admin-card-col a{
    text-decoration: none;
    color: black;
}

.card-img-top{
    padding: 50px;
}

.crud-option{
    width: 7rem;
    display: inline-block;
    margin: 15px;
}

.crud-option>img{
    padding: 20px;
}

.btn-nostyle{
    border: none;
    background: transparent;
}

.crud-option-form{
    display: inline-block;
}

fieldset{
    padding: 25px !important;
    margin: 20px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 20px !important;
}

.label-wrapper{
    height: 48px;
    display: flex;
    align-items: flex-end;
}

.label-wrapper-checkbox{
    display: inline;
}

#submitDescriptionForm{
    padding-top: 10px;
    padding-bottom: 10px;
}

.submit-btn-wrapper{
    margin: 0 15px;
}

.flex-center{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 400px) {
    .label-wrapper {
        height: auto;
    }
}