/*! Place your custom styles here */
.modal-footer .btn{
	padding-left: 12px;
	padding-right: 12px;
}
#user-profile-dropdown button{
    padding-left: 12px;
    padding-right: 12px;
}
.licence-cards .card-group{
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
}
.licence-cards .col-md-4.flex-height{
    margin-bottom: 2em;
    display: flex;
}
.licence-cards .flex-height .card__body{
    flex: 1 1 auto;
}
.licence-cards .flex-height .card{
    display: flex;
    flex-direction: column;
}
.licence-cards .buyLink{
    float: right  !important;
}
.flex-height { display: flex; }
.licence-cards .card__top {
    width: 100%;
    height: 233px;
    border-radius: 6px 6px 0 0;
    border: 1px solid #ECECEC;
}
.licence-cards .card__top img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.licence-cards .card i.icon-Euro-Sign2 {
    margin-left: -7px;
}
.licence-cards .card.card-2 {
    width: 100%;
}
.main-container{
    margin-top: 90px;
}
.login-button{
  background: #ffb400;
  border-color: #ffb400 !important;
}
.login-button:hover {
  background: #e6a200 !important;
}

.login__text{
    color: #fff;
    font-weight: bold;
}

.vacatures-job-box {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ml-0 { margin-left: 0 !important; }
.mb-10 { margin-bottom: 10px;}
