.formation-entries-wrap a {
    text-decoration: none;
}
.formation-entries-wrap {
    width: 100%;
}
.formation-left-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.formation-entries-forms span.select2-selection.select2-selection--single {
    width: auto;
}
ul.formation-entries-list {
    display: flex;
    flex-wrap: wrap;
}
ul.formation-entries-list > li {
    width: 100%;
    display: inline-flex;
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}
ul.formation-entries-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.formation-entries-list-header span {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}
.formation-entries-list-header {
    display: flex;
    border-radius: 10px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px;
    padding: 15px 20px;
    margin-bottom: 30px;
    background: #fff;
}
ul.formation-entries-list {
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #CFCDD4;
}
.formation-entries-list-header span:first-child, ul.formation-entries-list > li > span:first-child, ul.formation-entries-list > li span.formation-form-id {
    flex: 0 0 200px;
}
.formation-entries-list-header span:nth-child(2), ul.formation-entries-list > li > span:nth-child(2), ul.formation-entries-list > li span.formation-form-id {
    flex: 0 0 400px;
}
.formation-entries-list-header span:nth-child(3), ul.formation-entries-list > li > span:nth-child(3), ul.formation-entries-list > li span.formation-form-id {
    flex: 0 0 100px;
}
.formation-entries-list-header span:nth-child(4), ul.formation-entries-list > li > span:nth-child(4), ul.formation-entries-list > li span.formation-form-id {
    flex: 0 0 100px;
}
ul.formation-entries-list > li > span:nth-child(3), ul.formation-entries-list > li span.formation-form-id {
    margin-left: 10px;
}
ul.formation-entries-list > li > span:nth-child(4), ul.formation-entries-list > li span.formation-form-id {
    margin-left: 20px;
}
.formation-entries-list-header span:last-child, ul.formation-entries-list > li > span:last-child, ul.formation-entries-list > li span.formation-form-id {
    text-align: end;
}
.formation-entries-list-header span, ul.formation-entries-list > li span {
    flex: 1 0 0%;
}
ul.formation-other-settings {
    display: flex;
    opacity: 0;
}
ul.formation-other-settings > li {
    padding-left: 5px;
    padding-right: 8px;
    position: relative;
}
.formation-entries-list > li:hover ul.formation-other-settings {
    opacity: 1;
}
.formation-single-entry {
    display: flex;
    flex-wrap: wrap;
}
.formation-single-header {
    font-size: 15px;
    font-weight: 600;
	padding: 30px;
    background: #fff;
	margin-bottom: 30px;
    color: #000000;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px;
    margin: 0 30px 30px;
    margin-right: 0;
}
.formation-each-entry {
    padding: 15px 15px 15px 30px;
    border-bottom: solid 1px #ddd;
    margin: 0 30px;
    margin-right: 0;
}
.formation-each-entry label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #000000;
    font-size: 15px;
}
.formation-left-content {
	width: calc(50% - 30px);
    padding-right: 30px;
}
.formation-right-content {
    width: 50%;
}
ul.formation-entry-info > li {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}
ul.formation-entry-info > li:last-child {
	border-bottom: 0px;
}
ul.formation-entry-info > li label {
    width: 50%;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}
ul.formation-entry-info {
    padding-left: 30px;
    margin: 0 30px 50px;
    margin-right: 0;
}
ul.formation-entry-info > li span {
    font-weight: 400;
	width: 50%;
}
.af-heart.filled {
    color: #ff3e3e;
}
ul.formation-entry-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
a.formation-entry-prev i {
    transform: rotate(180deg);
    display: inline-block;
}
ul.formation-entry-nav li:not(:last-child) a {
    margin-right: 10px;
}
a.formation-entry-next i {
    margin-left: 10px;
}
a.formation-make-fav {
	box-shadow: none;
}
a.formation-make-fav.liked {
    color: #fb4848;
}
a.formation-make-fav i, a.formation-make-fav img {
    height: 30px;
    width: 30px;
}
a.formation-make-fav img {
	height: 25px;
	width: 25px;
}
a.formation-make-fav.processing i {
	display: none;
}
.formation-no-entries {
    padding: 30px;
    text-align: center;
    background: #fff;
    margin-top: 20px;
}
.formation-no-entries p {
    font-size: 14px;
}
.formation-entries-wrap.processing {
	position: relative;
}
.formation-entries-wrap.processing > img.formation-entry-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
	margin: 0 auto;
}
.formation-entries-wrap.processing .formation-entries-list {
	opacity: 0;
}
.formation-entries-pagination {
    display: flex;
    justify-content: end;
}
.formation-entries-pagination ul {
    display: inline-flex;
}
.formation-entries-fav-wrap {
    margin-left: auto;
    margin-right: 50px;
}
.formation-entries-pagination ul li a, .formation-entries-pagination ul li span {
  color: black;
  box-shadow: none;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: solid 1px #f1f1f1;
}
.formation-entries-pagination ul li a:hover, .formation-entries-pagination ul li.active .current {
  background-color: #1967d2;
  color: white;
}
.formation-entries-pagination ul li.active a:hover:not(.current),
.formation-entries-pagination ul li.active .current.prev,
.formation-entries-pagination ul li.active .current.next {background-color: #ddd;}
.formation-entries-header span.select2-dropdown.select2-dropdown--below {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px 0px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 2px;
}
.formation-entries-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px 0px;
    padding: 10px 20px;
    border-radius: 3px;
	height: 20px;
    background: #fff;
}
.formation-entries-header .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.formation-entries-header .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.formation-entries-filter-wrap select.formation-select.formation-entries-filter, .formation-entries-fav-wrap select.formation-select.formation-entries-fav,
.formation-input-group .formation-entries-search {
    color: #000;
    height: 40px;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px 0px;
    padding: 10px 20px;
    border-radius: 3px;
}
.formation-entries-header-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.formation-input-group {
    position: relative;
}
.formation-input-group .formation-entries-search {
    border: transparent;
	padding-left: 30px;
}
.formation-input-group > span:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}