@font-face {
  font-family: "SegoeUI";
  src: url("/font/SegoeUI.ttf");
}
@font-face {
  font-family: "Vag";
  src: url("/font/Vag.ttf");
}
@font-face {
  font-family: "Marvin";
  src: url("/font/Marvin.otf");
}
body {
  padding-top: 40px;
  background: #FAFAFA;
}

.custom.hidden {
  display: none !important;
}

.custom.float.left {
  float: left;
}

.custom.float.right {
  float: right;
}

.ui.button {
  margin: 0;
}

.ui.tertiary.button:hover,
.ui.tertiary.button:active,
.ui.tertiary.button:focus {
  box-shadow: none !important;
}

.ui.form .field .ui.input input {
  width: 10%;
}

.ui.center.aligned.labels {
  text-align: center;
}

.ui.list > .item {
  padding: 0.5em 0.5em;
}

.ui.avatar.image {
  margin: -7px 8px -7px;
}

.ui.vertical.menu {
  width: auto;
}

.ui.top.fixed.menu form .item {
  border: none;
  width: 100%;
  text-align: left;
}

.ui.top.fixed.menu form .item:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.ui.message > .close.icon {
  opacity: 1;
}

.ui.message .list:not(.ui) {
  opacity: 1;
}

.ui.message .header + p {
  opacity: 1;
  color: #fff;
}

.ui.info.message {
  background-color: #2185d0;
  color: #fff;
  box-shadow: none;
}

.ui.info.message .header {
  color: #fff;
}

.ui.success.message {
  background-color: #21ba45;
  color: #fff;
  box-shadow: none;
}

.ui.success.message .header {
  color: #fff;
}

.ui.warning.message {
  background-color: #f2711c;
  color: #fff;
  box-shadow: none;
}

.ui.warning.message .header {
  color: #fff;
}

.ui.error.message {
  background-color: #db2828;
  color: #fff;
  box-shadow: none;
}

.ui.error.message .header {
  color: #fff;
}

.ui.overlay.fullscreen.modal {
  top: 0 !important;
  bottom: 0 !important;
}

.scrolling.dimmable.dimmed > .dimmer {
  overflow: hidden !important;
}

.custom.article.modal {
  max-width: 960px;
  margin: 0 auto;
}

/*
.ui.modal > .scrolling.content {
    max-height: none !important;
    height: calc(90vh - 10rem);
}
*/
.ui.tiny.progress {
  margin-bottom: 0;
}

.ui.search.dropdown > .text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.ui.clearing.segment {
  height: 48px;
}

.ui.clearing.segment.custom.profile {
  height: auto;
}

.ui.segments:last-child {
  margin-bottom: 1rem;
}

.ui.table > thead > tr > th {
  font-size: 12px;
  text-transform: uppercase;
}

.ui.sortable.table > thead > tr > th {
  border-left: none;
}

.ui.selectable.table > tbody > tr,
.ui.selectable.table > tr,
.ui.table > tbody > tr > td.selectable,
.ui.table > tr > td.selectable {
  cursor: default;
}

body > .ui.grid.container {
  padding-bottom: 70px;
}

.custom.btn.preview {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 3px 3px #888888;
  text-align: center;
  font-family: "Marvin";
  font-weight: bold;
  font-size: 50px;
  filter: brightness(100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.field .custom.btn.preview {
  position: relative;
}

.custom.category.container .custom.btn.preview {
  position: absolute;
}

.custom.category.container .custom.btn.preview:hover {
  cursor: pointer;
  filter: brightness(90%);
  box-shadow: 4px 4px #888888;
}

.custom.profile {
  padding: 0;
}

.custom.profile > .ui.horizontal.cards {
  margin: 0;
}

.custom.profile > .ui.horizontal.cards > .card {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}

.custom.profile > .ui.horizontal.cards > .card > .image {
  width: 40%;
  background: white;
  padding: 7px 0 0 7px;
}

.custom.profile > .ui.horizontal.cards > .card > .image > img {
  border-radius: 0.28571429rem;
  height: auto;
  border: 1px solid #E0E0E0;
}

.custom.profile > .ui.horizontal.cards > .card > .content {
  border-top: 0;
  width: 60%;
}

.custom.profile .custom.left.column {
  width: 40%;
  padding: 7px 0 7px 7px;
}

.custom.profile .custom.left.column .ui.label {
  width: 100%;
  text-align: center;
  margin: 7px 0;
}

.custom.profile .custom.right.column {
  width: 60%;
  padding: 1em;
}

.custom.profile .custom.right.column .custom.inline.cleared.field {
  display: flow-root;
}

.custom.profile .custom.right.column .inline.field > label {
  margin-top: 9px;
}

.custom.profile .custom.right.column .inline.field > input,
.custom.profile .custom.right.column .inline.field > .ui.dropdown,
.custom.profile .custom.right.column .inline.field > .ui.calendar {
  width: 55%;
  float: right;
}

.custom.profile .image {
  background: white;
}

.custom.profile .image > img {
  width: 100%;
  border-radius: 0.28571429rem;
  height: auto;
}

[data-clickable] {
  position: absolute;
}

._active[data-clickable] {
  border: 3px solid #e0e1e2;
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.3);
}

._correct[data-clickable] {
  border: 3px solid #2185d0;
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.3);
}

[data-drag] {
  z-index: 999;
  max-width: 20%;
  vertical-align: top !important;
  margin-top: 0.2em !important;
}

[data-drag]:hover {
  cursor: pointer;
}

._drop {
  height: 150px;
  border: 3px dashed rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
}

._drop-active {
  border: 3px dashed rgba(34, 36, 38, 0.3);
}

._click_area {
  position: absolute;
  border: 3px solid #e0e1e2;
  border-radius: 0.28571429rem;
  background: rgba(255, 255, 255, 0.6);
}

._click_area button {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  border-radius: 16px;
  background: white;
  border: 3px solid #e0e1e2;
  padding: 0;
  text-align: center;
}

._click_area button:hover {
  cursor: pointer;
}

._click_area button .times.icon {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  font-size: 14px !important;
  line-height: inherit !important;
  margin: 0 !important;
}

div[data-faq-group] {
  display: none;
  margin: 0 !important;
}

.custom.ui.grid .column {
  padding-left: 0;
}

.custom.avatar {
  font-size: 27px;
  margin: -7px 8px -7px !important;
}

.custom.float.right > .ui.icon.button {
  margin-top: -6px !important;
}

.custom.account {
  position: fixed;
  top: 41px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  background-image: url("/img/account/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.custom.account * {
  box-sizing: border-box;
}
.custom.account .container {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding-top: 64px;
  content: "";
  clear: both;
  display: table;
  padding-bottom: 124px;
}
.custom.account .profile {
  margin-bottom: 64px;
}
.custom.account .profile .nav {
  position: relative;
  height: 56px;
  width: 100%;
  content: "";
  clear: both;
  display: table;
}
.custom.account .profile .nav .title {
  position: relative;
  display: inline-block;
  float: left;
  width: 200px;
  height: 100px;
  border-radius: 20px;
  background-color: #F29C46;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  color: #5D4332;
  padding-top: 16px;
  margin-left: 16px;
}
.custom.account .profile .nav .title .separator {
  display: block;
  position: absolute;
  top: 54px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.account .profile .nav .edit {
  position: relative;
  display: inline-block;
  float: right;
  width: 80px;
  height: 100px;
  border-radius: 40px;
  background-color: #F29C46;
  text-align: center;
  padding-top: 16px;
  margin-right: 16px;
}
.custom.account .profile .nav .edit .icon {
  height: 30px;
  width: 25px;
}
.custom.account .profile .nav .edit:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.custom.account .profile .content {
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  margin-top: -44px;
  padding: 40px;
  z-index: 99;
}
.custom.account .profile .content .top {
  content: "";
  clear: both;
  display: table;
  margin-bottom: 24px;
}
.custom.account .profile .content .top .left {
  float: left;
}
.custom.account .profile .content .top .right {
  float: right;
  background-color: rgba(255, 246, 222, 0.2);
  border: 5px solid rgba(169, 113, 75, 0.2);
  border-radius: 16px;
  padding: 10px 32px 10px 20px;
}
.custom.account .profile .content .bottom {
  width: 100%;
  background-color: rgba(255, 246, 222, 0.2);
  border: 5px solid rgba(169, 113, 75, 0.2);
  border-radius: 16px;
  text-align: center;
  padding: 8px;
}
.custom.account .profile .content .avatar {
  height: 236px;
  width: 236px;
  border-radius: 16px;
  margin-right: 32px;
}
.custom.account .profile .content .avatar.upload {
  height: auto;
  width: 236px;
  border-radius: 16px;
  margin-right: 32px;
}
.custom.account .profile .content .field {
  padding-bottom: 8px;
}
.custom.account .profile .content .field .label {
  font-family: "Vag";
  font-size: 14px;
  color: #5D4332;
  margin-top: 8px;
  text-transform: uppercase;
}
.custom.account .profile .content .field .label:after {
  content: "";
  margin-top: 4px;
  display: block;
  height: 1px;
  width: 100px;
  background-image: url("/img/register/tiny_separator.png");
  background-size: cover;
}
.custom.account .profile .content .field .value {
  font-family: "Vag";
  font-size: 14px;
  color: #5D4332;
  margin-top: 8px;
}
.custom.account .profile .content .survey {
  display: inline-block;
  font-family: "Vag";
  font-size: 16px;
  text-transform: uppercase;
  background-color: #8FD2EA;
  color: #0E4451;
  border-radius: 12px;
  padding: 8px 16px;
  margin: 4px 8px;
}
.custom.account .profile .content .corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.custom.account .tabs {
  position: relative;
  height: 56px;
  width: 100%;
  content: "";
  clear: both;
  display: table;
}
.custom.account .tabs .tab_activity {
  position: relative;
  display: inline-block;
  float: left;
  width: 200px;
  height: 100px;
  border-radius: 20px;
  background-color: #B58181;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  margin-left: 92px;
}
.custom.account .tabs .tab_activity a {
  padding-top: 16px;
  color: #D0D5D8;
  display: block;
  height: 56px;
}
.custom.account .tabs .tab_activity .separator {
  display: none;
  position: absolute;
  top: 54px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.account .tabs .tab_activity.active {
  background-color: #F29C46;
}
.custom.account .tabs .tab_activity.active a {
  color: #5D4332;
}
.custom.account .tabs .tab_activity.active .separator {
  display: block;
}
.custom.account .tabs .tab_activity:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.custom.account .tabs .tab_activity:hover .separator {
  top: 62px;
}
.custom.account .tabs .tab_survey {
  position: relative;
  float: right;
  display: inline-block;
  width: 200px;
  height: 100px;
  border-radius: 20px;
  background-color: #B58181;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  margin-right: 128px;
}
.custom.account .tabs .tab_survey a {
  padding-top: 16px;
  color: #D0D5D8;
  display: block;
  height: 56px;
}
.custom.account .tabs .tab_survey .separator {
  display: none;
  position: absolute;
  top: 54px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.account .tabs .tab_survey.active {
  background-color: #F29C46;
}
.custom.account .tabs .tab_survey.active a {
  color: #5D4332;
}
.custom.account .tabs .tab_survey.active .separator {
  display: block;
}
.custom.account .tabs .tab_survey.active + .edit {
  display: block;
}
.custom.account .tabs .tab_survey:hover:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.custom.account .tabs .tab_survey:hover:hover .separator {
  top: 62px;
}
.custom.account .tabs .edit {
  position: absolute;
  display: none;
  right: 0;
  width: 80px;
  height: 100px;
  border-radius: 40px;
  background-color: #F29C46;
  text-align: center;
  padding-top: 16px;
  margin-right: 16px;
}
.custom.account .tabs .edit .icon {
  height: 30px;
  width: 25px;
}
.custom.account .tabs .edit:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.custom.account .tab.activity {
  display: none;
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  margin-top: -44px;
  padding: 40px;
  z-index: 99;
}
.custom.account .tab.activity.active {
  display: block;
}
.custom.account .tab.activity .ui.accordion {
  background-color: #D37D2F;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  margin-bottom: 16px;
}
.custom.account .tab.activity .ui.accordion .title {
  display: block;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  line-height: 70px;
  margin: 0;
  padding: 0;
}
.custom.account .tab.activity .ui.accordion .title.active .drop {
  transform: rotate(90deg);
}
.custom.account .tab.activity .ui.accordion .title .drop {
  transition-duration: 0.3s;
  margin: 0 16px;
  vertical-align: middle;
}
.custom.account .tab.activity .ui.accordion .title .progress {
  float: right;
  margin-right: 16px;
  font-size: 18px;
}
.custom.account .tab.activity .ui.accordion .item {
  content: "";
  clear: both;
  display: table;
  background-color: rgba(255, 255, 255, 0.2);
  height: 60px;
  margin: 4px 16px 8px 64px;
  border-radius: 16px;
}
.custom.account .tab.activity .ui.accordion .item:hover {
  transform: scale(1.05);
}
.custom.account .tab.activity .ui.accordion .item .icon {
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 15px 16px;
}
.custom.account .tab.activity .ui.accordion .item .content {
  float: right;
  height: 60px;
  width: 400px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  line-height: 60px;
}
.custom.account .tab.activity .ui.accordion .item .status {
  float: right;
  margin: 15px 12px 15px 0;
  width: 30px;
  height: 30px;
}
.custom.account .tab.survey {
  display: none;
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  margin-top: -44px;
  padding: 40px;
  z-index: 99;
}
.custom.account .tab.survey.active {
  display: block;
}
.custom.account .tab.survey .field {
  margin-bottom: 32px;
}
.custom.account .tab.survey .field .label {
  display: block;
  font-family: "Vag";
  font-size: 19px;
  color: #5D4332;
  margin-top: 8px;
}
.custom.account .tab.survey .field .label:after {
  content: "";
  margin-top: 8px;
  display: block;
  height: 2px;
  width: 100%;
  background-image: url("/img/register/separator.png");
  background-size: cover;
  margin-bottom: 16px;
}
.custom.account .tab.survey .field .items {
  width: 100%;
  background-color: rgba(255, 246, 222, 0.2);
  border: 5px solid rgba(169, 113, 75, 0.2);
  border-radius: 16px;
  text-align: center;
  padding: 8px;
}
.custom.account .tab.survey .field .items.left {
  text-align: left;
}
.custom.account .tab.survey .field .items .item {
  display: inline-block;
  font-family: "Vag";
  font-size: 16px;
  text-transform: uppercase;
  background-color: #8FD2EA;
  color: #0E4451;
  border-radius: 12px;
  padding: 8px 16px;
  margin: 4px 8px;
}
.custom.account .tab.survey .field .items .item_list {
  display: block;
  width: 160px;
  font-family: "Vag";
  font-size: 16px;
  text-transform: uppercase;
  background-color: #8FD2EA;
  color: #0E4451;
  border-radius: 12px;
  padding: 8px 16px;
  margin: 4px auto;
}
.custom.account .tab.survey .field .items .item_proposition {
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  padding: 8px 16px;
  margin: 4px 8px;
}

.custom.default.picture {
  width: 212px;
  height: 212px;
}

.custom.default.picture {
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  margin-bottom: 7px;
  border: 1px solid #E0E0E0;
  position: relative;
}

.custom.default.picture .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom.default.picture .icon:before {
  margin-top: 18px;
}

.custom.category.background.img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.custom.category.body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom.category.container {
  position: relative;
  margin: auto;
}

.custom.category.foreground.img {
  width: 100%;
}

.custom.category.btn.img {
  position: absolute;
  z-index: 2;
}

.custom.default.background + img,
.custom.default.foreground + img {
  width: 100%;
  max-height: 300px;
  background-color: white;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.default.background,
.custom.default.foreground {
  width: 100%;
  height: 300px;
}

.custom.default.background,
.custom.default.foreground {
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  margin-bottom: 7px;
  border: 1px solid #E0E0E0;
  position: relative;
}

.custom.default.background .icon,
.custom.default.foreground .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom.default.background .icon:before,
.custom.default.foreground .icon:before {
  margin-top: 18px;
}

.custom.img.preview.category {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  margin-bottom: 7px;
  text-align: center;
}

.custom.img.preview.category [data-image-category=placeholder] {
  position: relative;
  height: 100%;
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.category .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[data-image-category=placeholder] + [data-image-category=image] + [data-image-category=image] {
  display: none;
}

.custom.img.preview.category [data-image-background=image],
.custom.img.preview.category [data-image-foreground=image] {
  max-height: 287px;
  max-width: 293px;
}

.custom.img.preview.category > img[data-image-background=image] {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
  max-height: 287px;
  max-width: 293px;
}

.custom.img.preview.category > img[data-image-foreground=image] {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-height: 287px;
  max-width: 293px;
}

.custom.register {
  position: fixed;
  top: 41px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
}
.custom.register * {
  box-sizing: border-box;
}
.custom.register .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.custom.register.student {
  background-image: url("/img/register/background_student.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*
  .container {
      background-image: url('/img/register/characters.png');
      background-size: auto 578px;
      background-repeat: no-repeat;
      background-position: right 146px center;
      background-attachment: fixed;
  }
  */
}
.custom.register.student .students_img {
  height: 500px;
  padding-left: 32px;
}
.custom.register.teacher {
  background-image: url("/img/register/background_teacher.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.custom.register.teacher .students_img {
  display: none;
}
.custom.register .container {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding-top: 64px;
  content: "";
  clear: both;
  display: table;
  padding-bottom: 124px;
}
.custom.register .container .left_column {
  position: relative;
  float: left;
  width: 640px;
}
.custom.register .steps {
  position: relative;
  height: 56px;
}
.custom.register .steps .step {
  display: inline-block;
  width: 200px;
  height: 100px;
  border-radius: 20px;
  background-color: #B58181;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
}
.custom.register .steps .step.auth {
  position: absolute;
  left: 0;
  transform: rotate(-5deg);
}
.custom.register .steps .step.auth .separator {
  display: none;
}
.custom.register .steps .step.auth.active {
  transform: rotate(0);
  background-color: #F29C46;
}
.custom.register .steps .step.auth.active a {
  color: #5D4332;
}
.custom.register .steps .step.auth.active .separator {
  display: block;
  position: absolute;
  top: 54px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.register .steps .step.auth:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.custom.register .steps .step.auth:hover .separator {
  top: 62px;
}
.custom.register .steps .step.profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
}
.custom.register .steps .step.profile .separator {
  display: none;
}
.custom.register .steps .step.profile.active {
  transform: translateX(-50%) rotate(0);
  background-color: #F29C46;
}
.custom.register .steps .step.profile.active .separator {
  display: block;
  position: absolute;
  top: 54px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.register .steps .step.profile.active a {
  color: #5D4332;
}
.custom.register .steps .step.profile:hover {
  cursor: pointer;
  transform: translateX(-50%) translateY(-8px) rotate(0);
}
.custom.register .steps .step.profile:hover .separator {
  top: 62px;
}
.custom.register .steps .step.survey {
  position: absolute;
  right: 0;
  transform: rotate(5deg);
}
.custom.register .steps .step.survey .separator {
  display: none;
}
.custom.register .steps .step.survey.active {
  background-color: #F29C46;
  transform: rotate(0);
}
.custom.register .steps .step.survey.active .separator {
  display: block;
  position: absolute;
  top: 54px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.register .steps .step.survey.active a {
  color: #5D4332;
}
.custom.register .steps .step.survey:hover {
  cursor: pointer;
  transform: translateY(-8px) rotate(0);
}
.custom.register .steps .step.survey:hover .separator {
  top: 62px;
}
.custom.register .steps .step a {
  display: block;
  height: 100%;
  padding-top: 20px;
  color: #D0D5D8;
}
.custom.register .tab.auth .form {
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  padding: 40px;
  z-index: 99;
}
.custom.register .tab.auth .form .label {
  display: block;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
}
.custom.register .tab.auth .form .separator {
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
}
.custom.register .tab.auth .form .input {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  border: none;
  outline: none;
  margin-bottom: 16px;
  padding: 0 8px;
}
.custom.register .tab.auth .form .error .label {
  color: #dc3545;
}
.custom.register .tab.auth .form .error .label:before {
  font-family: Icons;
  content: "\F071";
  font-weight: bold;
  font-size: 1.3em;
}
.custom.register .tab.auth .form .error .input {
  border: #dc3545 3px solid;
}
.custom.register .tab.auth .form .conditions {
  height: 40px;
  font-family: "Vag";
  font-size: 14px;
  color: #5D4332;
  background-color: white;
  border-radius: 10px;
  margin-top: 32px;
  padding: 10px;
}
.custom.register .tab.auth .form .conditions label {
  display: inline-block;
  margin-left: 8px;
}
.custom.register .tab.auth .form .error label {
  color: #dc3545;
}
.custom.register .tab.auth .form .error .conditions {
  border: #dc3545 3px solid;
}
.custom.register .tab.auth .form .corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.custom.register .tab.auth .pagination .next {
  position: absolute;
  bottom: -50px;
  right: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #F29C46;
  z-index: 9;
  transform: rotate(6deg);
}
.custom.register .tab.auth .pagination .next .separator {
  display: block;
  position: absolute;
  bottom: 48px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(-6deg);
}
.custom.register .tab.auth .pagination .next a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: #5D4332;
}
.custom.register .tab.auth .pagination .next:hover {
  cursor: pointer;
  transform: translateY(8px);
}
.custom.register .tab.auth .pagination .next:hover .separator {
  bottom: 56px;
  transform: translateX(-50%) rotate(0);
}
.custom.register .tab.profile .form {
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  padding: 40px;
  z-index: 99;
}
.custom.register .tab.profile .column.left {
  float: left;
  width: 210px;
}
.custom.register .tab.profile .column.right {
  float: right;
  width: 310px;
}
.custom.register .tab.profile .avatar {
  height: 240px;
  width: 210px;
}
.custom.register .tab.profile .avatar.upload {
  width: 210px;
  height: auto;
}
.custom.register .tab.profile .upload {
  margin: 20px auto 0;
  width: 160px;
  height: 60px;
  text-align: center;
}
.custom.register .tab.profile .upload .btn {
  display: inline-block;
  width: 160px;
  border: none;
  outline: none;
  height: 40px;
  font-size: 18px;
  font-family: "Vag";
  background-color: #EDEEEF;
  color: #989898;
  border-radius: 16px 16px 0 0;
}
.custom.register .tab.profile .upload .btn:hover {
  cursor: pointer;
  background-color: #989898;
  color: #EDEEEF;
}
.custom.register .tab.profile .upload .text {
  width: 160px;
  height: 20px;
  font-size: 12px;
  font-family: "Vag";
  background-color: #989898;
  color: #EDEEEF;
  border-radius: 0 0 16px 16px;
}
.custom.register .tab.profile .upload.error {
  border: #dc3545 3px solid;
  border-radius: 20px;
  width: 166px;
  height: 66px;
}
.custom.register .tab.profile .field .label {
  display: inline-block;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  margin-top: 8px;
}
.custom.register .tab.profile .field .label:after {
  content: "";
  margin-top: 4px;
  display: block;
  height: 1px;
  width: 100px;
  background-image: url("/img/register/tiny_separator.png");
  background-size: cover;
}
.custom.register .tab.profile .field .input {
  display: inline-block;
  float: right;
  width: 160px;
  height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  border: none;
  outline: none;
  margin-bottom: 16px;
  padding: 0 8px;
}
.custom.register .tab.profile .field.error .label {
  color: #dc3545;
}
.custom.register .tab.profile .field.error .label:before {
  font-family: Icons;
  content: "\F071";
  font-weight: bold;
  font-size: 1.3em;
}
.custom.register .tab.profile .field.error .input {
  border: #dc3545 3px solid;
}
.custom.register .tab.profile .field .ui.calendar {
  float: right;
  min-width: 160px;
  max-width: 160px;
}
.custom.register .tab.profile .field .ui.calendar input {
  display: inline-block;
  float: right;
  min-width: 160px;
  max-width: 160px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  padding: 8px;
  margin-bottom: 16px;
  border: none;
  outline: none;
}
.custom.register .tab.profile .field .ui.calendar2 {
  float: right;
  min-width: 160px;
  max-width: 160px;
}
.custom.register .tab.profile .field .ui.calendar2 input {
  display: inline-block;
  float: right;
  min-width: 160px;
  max-width: 160px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  padding: 8px;
  margin-bottom: 16px;
  border: none;
  outline: none;
}
.custom.register .tab.profile .field.error .label {
  color: #dc3545;
}
.custom.register .tab.profile .field.error .ui.calendar input {
  border: #dc3545 3px solid;
}
.custom.register .tab.profile .field .ui.selection.dropdown {
  float: right;
  min-width: 160px;
  max-width: 160px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  padding: 8px;
  margin-bottom: 16px;
}
.custom.register .tab.profile .field .ui.selection.dropdown .dropdown.icon {
  padding: 8px;
}
.custom.register .tab.profile .field .ui.selection.dropdown .remove.icon {
  padding: 8px;
}
.custom.register .tab.profile .field .ui.selection.dropdown .search {
  padding: 8px;
}
.custom.register .tab.profile .field .ui.selection.dropdown .text {
  width: 100px;
}
.custom.register .tab.profile .field.error .label {
  color: #dc3545;
}
.custom.register .tab.profile .field.error .ui.selection.dropdown {
  border: #dc3545 3px solid;
}
.custom.register .tab.profile .label-error {
  color: #dc3545;
}
.custom.register .tab.profile .corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.custom.register .tab.profile .pagination .previous {
  position: absolute;
  bottom: -50px;
  left: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #B58181;
  transform: rotate(-8deg);
}
.custom.register .tab.profile .pagination .previous .separator {
  display: none;
}
.custom.register .tab.profile .pagination .previous a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: #D0D5D8;
}
.custom.register .tab.profile .pagination .previous:hover {
  cursor: pointer;
  transform: translateY(8px);
  background-color: #F29C46;
}
.custom.register .tab.profile .pagination .previous:hover .separator {
  display: block;
  position: absolute;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%) rotate(0);
}
.custom.register .tab.profile .pagination .previous:hover a {
  color: #5D4332;
}
.custom.register .tab.profile .pagination .next {
  position: absolute;
  bottom: -50px;
  right: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #F29C46;
  transform: rotate(6deg);
}
.custom.register .tab.profile .pagination .next .separator {
  display: block;
  position: absolute;
  bottom: 48px;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(-6deg);
}
.custom.register .tab.profile .pagination .next a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: #5D4332;
}
.custom.register .tab.profile .pagination .next:hover {
  cursor: pointer;
  transform: translateY(8px);
}
.custom.register .tab.profile .pagination .next:hover .separator {
  bottom: 56px;
  transform: translateX(-50%) rotate(0);
}
.custom.register .tab.survey .form {
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  padding: 40px;
  z-index: 99;
}
.custom.register .tab.survey .form .field {
  margin-bottom: 32px;
}
.custom.register .tab.survey .form .field .label {
  display: block;
  font-family: "Vag";
  font-size: 19px;
  color: #5D4332;
  margin-top: 8px;
}
.custom.register .tab.survey .form .field .label .help {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.custom.register .tab.survey .form .field .sortable {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom.register .tab.survey .form .field .sortable .element {
  width: 210px;
  height: 32px;
  background-color: #8FD2EA;
  color: #0E4451;
  text-transform: uppercase;
  font-family: "Vag";
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  margin: 4px auto;
}
.custom.register .tab.survey .form .field .sortable .element .icon {
  float: left;
  margin-left: 8px;
}
.custom.register .tab.survey .form .field .sortable .element:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.custom.register .tab.survey .form .field .slider {
  margin-top: 64px;
}
.custom.register .tab.survey .form .field .slider .ui.labeled.slider .inner .track, .custom.register .tab.survey .form .field .slider .ui.labeled.slider .inner .track-fill {
  height: 13px !important;
  background-color: #307487 !important;
  border-radius: 5px !important;
}
.custom.register .tab.survey .form .field .slider .ui.labeled.slider .inner .thumb {
  top: -18px;
  height: 45px;
  width: 30px;
  background-image: url("/img/register/cursor.png");
  background-size: contain;
  background-color: inherit !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.custom.register .tab.survey .form .field .slider .ui.labeled.slider .labels .label {
  padding-bottom: 32px;
}
.custom.register .tab.survey .form .field .slider .ui.labeled.slider .labels .label:after {
  content: none;
}
.custom.register .tab.survey .form .field .radios_double {
  content: "";
  clear: both;
  display: table;
  width: 560px;
}
.custom.register .tab.survey .form .field .radios_double .left {
  float: left;
  width: 280px;
}
.custom.register .tab.survey .form .field .radios_double .right {
  float: right;
  width: 280px;
}
.custom.register .tab.survey .form .field .radios_double .radio {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.register .tab.survey .form .field .radios_double .text {
  float: right;
  width: 230px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  padding-right: 8px;
}
.custom.register .tab.survey .form .field .radios_double.error .text {
  color: #dc3545;
}
.custom.register .tab.survey .form .field .radios_double_explication {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  margin-bottom: 16px;
}
.custom.register .tab.survey .form .field .radios_double_explication .explication {
  float: left;
  width: 160px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  margin: 0;
  padding: 0;
}
.custom.register .tab.survey .form .field .radios_double_explication .left {
  float: left;
  width: 200px;
}
.custom.register .tab.survey .form .field .radios_double_explication .right {
  float: right;
  width: 200px;
}
.custom.register .tab.survey .form .field .radios_double_explication .radio {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.register .tab.survey .form .field .radios_double_explication .text {
  float: right;
  width: 160px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  padding-right: 8px;
}
.custom.register .tab.survey .form .field .radios_double_explication.error .text {
  color: #dc3545;
}
.custom.register .tab.survey .form .field .radios_simple {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  margin-bottom: 16px;
}
.custom.register .tab.survey .form .field .radios_simple .radio {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.register .tab.survey .form .field .radios_simple .text {
  float: right;
  width: 500px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  margin-left: 20px;
  padding-right: 8px;
}
.custom.register .tab.survey .form .field .checkboxes_simple {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  margin-bottom: 16px;
}
.custom.register .tab.survey .form .field .checkboxes_simple .checkbox {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.register .tab.survey .form .field .checkboxes_simple .text {
  float: right;
  width: 500px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  margin-left: 20px;
  padding-right: 8px;
}
.custom.register .tab.survey .form .field .separator {
  display: block;
  width: 100%;
  height: 2px;
  margin: 24px 0;
}
.custom.register .tab.survey .form .field.error .label {
  color: #dc3545;
}
.custom.register .tab.survey .form .field.error .label:before {
  font-family: Icons;
  content: "\F071";
  font-weight: bold;
  font-size: 1.3em;
}
.custom.register .tab.survey .form .field.error .radios_simple .text {
  color: #dc3545;
}
.custom.register .tab.survey .form .field .label-error {
  color: #dc3545;
}
.custom.register .tab.survey .pagination .previous {
  position: absolute;
  bottom: -50px;
  left: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #B58181;
  transform: rotate(-8deg);
}
.custom.register .tab.survey .pagination .previous .separator {
  display: none;
}
.custom.register .tab.survey .pagination .previous a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: #D0D5D8;
}
.custom.register .tab.survey .pagination .previous:hover {
  cursor: pointer;
  transform: translateY(8px);
  background-color: #F29C46;
}
.custom.register .tab.survey .pagination .previous:hover .separator {
  display: block;
  position: absolute;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%) rotate(0);
}
.custom.register .tab.survey .pagination .previous:hover a {
  color: #5D4332;
}
.custom.register .tab.survey .pagination .register {
  position: absolute;
  bottom: -50px;
  right: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #45BA78;
  transform: rotate(6deg);
}
.custom.register .tab.survey .pagination .register button {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: white;
  background: inherit;
  outline: none;
  border: none;
  border-radius: 20px;
}
.custom.register .tab.survey .pagination .register button:hover {
  cursor: pointer;
}
.custom.register .tab.survey .pagination .register:hover {
  cursor: pointer;
  transform: translateY(8px);
}

.custom.home.background {
  /*
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  */
  height: 100%;
  background-color: #ACCEE4;
}

.custom.home.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  padding-top: 41px;
}

.custom.home.city {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.custom.home.category {
  position: absolute;
}

.custom.home.btn.animate {
  /* animate the circle */
  animation: circle 1s linear infinite;
}

@keyframes circle {
  /* define the animation keyframes */
  from {
    transform: rotate(0deg) translateX(1px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(1px) rotate(-360deg);
  }
}
.custom.home.btn {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 3px 3px #888888;
  text-align: center;
  font-family: "Marvin";
  font-weight: bold;
  font-size: 24px;
  background-color: #95C6E5;
  filter: brightness(100%);
  transform: translate(-16px, -16px);
  transition: transform 0.5s ease;
}

.custom.home.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.custom.home.btn:hover {
  transform: translate(-16px, -16px) scale(1.25);
  opacity: 0.8;
  cursor: pointer;
  background-color: #396a84;
}
.custom.home.btn:hover ~ .custom.home.extend {
  visibility: visible;
  opacity: 0.9;
}

.custom.home.extend {
  display: block;
  position: absolute;
  background-color: #396a84;
  text-align: center;
  border-radius: 50px;
  border: 3px solid white;
  padding: 8px 42px;
  width: auto;
  white-space: nowrap;
  transform: translate(-50%, 36px);
  z-index: 9999;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
}
.custom.home.extend span {
  display: block;
  font-weight: bold;
  color: white;
}
.custom.home.extend span.title {
  font-family: "Marvin";
  font-size: 16px;
}

.custom.login {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding-top: 2.75rem;
  background-image: url("/img/login.jpg");
  background-position: center -20px;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: white;
}

.custom.img.preview.user {
  position: relative;
  width: 100%;
  background: white;
  margin-bottom: 7px;
  text-align: center;
}

.custom.img.preview.user [data-image-user=placeholder] {
  position: relative;
  height: 100%;
  width: 212px;
  height: 212px;
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.user [data-image-user=image] {
  width: 100%;
  height: auto;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.user .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[data-image-user=placeholder] + [data-image-user=image] {
  display: none;
}

[data-modal-type=article] .ui.pagination {
  flex-wrap: wrap;
  max-width: 722px;
}
[data-modal-type=article] .ui.pagination .item {
  width: 48px;
}

.custom.img.preview.multiple_choice_image {
  position: relative;
  width: 114px;
  height: 114px;
  margin-bottom: 8px;
  background: white;
  text-align: center;
}

.custom.img.preview.multiple_choice_image [data-img-preview-placeholder] {
  width: 114px;
  height: 114px;
  position: relative;
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.multiple_choice_image .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom.img.preview.multiple_choice_image [data-img-preview] {
  width: 114px;
  height: 114px;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

[data-img-preview-placeholder] + [data-img-preview] {
  display: none;
}

.custom.img.preview.drag_drop_image {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 8px;
  background: white;
  text-align: center;
}

.custom.img.preview.drag_drop_image [data-img-preview-placeholder] {
  width: 160px;
  height: 160px;
  position: relative;
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.drag_drop_image .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom.img.preview.drag_drop_image [data-img-preview] {
  width: 160px;
  height: 160px;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

[data-img-preview-placeholder] + [data-img-preview] {
  display: none;
}

.custom.img.preview.click_image {
  position: relative;
  width: 794.25px;
  margin: 0 auto 16px;
  background: white;
  text-align: center;
}

.custom.img.preview.click_image [data-img-preview-placeholder] {
  width: 100%;
  height: 240px;
  position: relative;
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.click_image .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom.img.preview.click_image [data-img-preview] {
  width: 100%;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

[data-img-preview-placeholder] + [data-img-preview] {
  display: none;
}

.custom.profile {
  position: fixed;
  top: 41px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  background-image: url("/img/account/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.custom.profile * {
  box-sizing: border-box;
}
.custom.profile .container {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding-top: 64px;
  content: "";
  clear: both;
  display: table;
  padding-bottom: 124px;
}
.custom.profile .tab.profile .form {
  width: 640px;
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  padding: 40px;
  z-index: 99;
  content: "";
  clear: both;
  display: table;
}
.custom.profile .tab.profile .column.left {
  float: left;
  width: 210px;
}
.custom.profile .tab.profile .column.right {
  float: right;
  width: 310px;
}
.custom.profile .tab.profile .avatar {
  height: 236px;
  width: 236px;
  border-radius: 16px;
}
.custom.profile .tab.profile .avatar.upload {
  width: 236px;
  height: auto;
  border-radius: 16px;
}
.custom.profile .tab.profile .upload {
  margin: 20px auto 0;
  width: 160px;
  height: 60px;
  text-align: center;
}
.custom.profile .tab.profile .upload .btn {
  display: inline-block;
  width: 160px;
  border: none;
  outline: none;
  height: 40px;
  font-size: 18px;
  font-family: "Vag";
  background-color: #EDEEEF;
  color: #989898;
  border-radius: 16px 16px 0 0;
}
.custom.profile .tab.profile .upload .btn:hover {
  cursor: pointer;
  background-color: #989898;
  color: #EDEEEF;
}
.custom.profile .tab.profile .upload .text {
  width: 160px;
  height: 20px;
  font-size: 12px;
  font-family: "Vag";
  background-color: #989898;
  color: #EDEEEF;
  border-radius: 0 0 16px 16px;
}
.custom.profile .tab.profile .upload.error {
  border: #DD7878 3px solid;
  border-radius: 20px;
  width: 166px;
  height: 66px;
}
.custom.profile .tab.profile .field {
  display: inline-block;
  width: 100%;
}
.custom.profile .tab.profile .field .label {
  display: inline-block;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  margin-top: 8px;
  margin-left: 16px;
}
.custom.profile .tab.profile .field .label:after {
  content: "";
  margin-top: 4px;
  display: block;
  height: 1px;
  width: 100px;
  background-image: url("/img/register/tiny_separator.png");
  background-size: cover;
}
.custom.profile .tab.profile .field .input {
  display: inline-block;
  float: right;
  width: 160px;
  height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  border: none;
  outline: none;
  margin-bottom: 16px;
  padding: 0 8px;
}
.custom.profile .tab.profile .field.error .label {
  color: #DD7878;
}
.custom.profile .tab.profile .field.error .input {
  border: #DD7878 3px solid;
}
.custom.profile .tab.profile .field .ui.calendar {
  float: right;
  min-width: 160px;
  max-width: 160px;
}
.custom.profile .tab.profile .field .ui.calendar input {
  display: inline-block;
  float: right;
  min-width: 160px;
  max-width: 160px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  padding: 8px;
  margin-bottom: 16px;
  border: none;
  outline: none;
}
.custom.profile .tab.profile .field .ui.calendar2 {
  float: right;
  min-width: 160px;
  max-width: 160px;
}
.custom.profile .tab.profile .field .ui.calendar2 input {
  display: inline-block;
  float: right;
  min-width: 160px;
  max-width: 160px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  padding: 8px;
  margin-bottom: 16px;
  border: none;
  outline: none;
}
.custom.profile .tab.profile .field.error .label {
  color: #DD7878;
}
.custom.profile .tab.profile .field.error .ui.calendar input {
  border: #DD7878 3px solid;
}
.custom.profile .tab.profile .field .ui.selection.dropdown {
  float: right;
  min-width: 160px;
  max-width: 160px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 10px;
  font-family: "Vag";
  font-size: 16px;
  color: #5D4332;
  padding: 8px;
  margin-bottom: 16px;
}
.custom.profile .tab.profile .field .ui.selection.dropdown .dropdown.icon {
  padding: 8px;
}
.custom.profile .tab.profile .field .ui.selection.dropdown .remove.icon {
  padding: 8px;
}
.custom.profile .tab.profile .field .ui.selection.dropdown .search {
  padding: 8px;
}
.custom.profile .tab.profile .field .ui.selection.dropdown .text {
  width: 100px;
}
.custom.profile .tab.profile .field.error .label {
  color: #DD7878;
}
.custom.profile .tab.profile .field.error .ui.selection.dropdown {
  border: #DD7878 3px solid;
}
.custom.profile .tab.profile .corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.custom.profile .tab.profile .pagination .back {
  position: absolute;
  bottom: 72px;
  left: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #B58181;
  transform: rotate(-8deg);
}
.custom.profile .tab.profile .pagination .back .separator {
  display: none;
}
.custom.profile .tab.profile .pagination .back a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: #D0D5D8;
}
.custom.profile .tab.profile .pagination .back:hover {
  cursor: pointer;
  transform: translateY(8px);
  background-color: #F29C46;
}
.custom.profile .tab.profile .pagination .back:hover .separator {
  display: block;
  position: absolute;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%) rotate(0);
}
.custom.profile .tab.profile .pagination .back:hover a {
  color: #5D4332;
}
.custom.profile .tab.profile .pagination .submit {
  position: absolute;
  bottom: 72px;
  right: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #45BA78;
  transform: rotate(6deg);
}
.custom.profile .tab.profile .pagination .submit button {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: white;
  background: inherit;
  outline: none;
  border: none;
  border-radius: 20px;
}
.custom.profile .tab.profile .pagination .submit button:hover {
  cursor: pointer;
}
.custom.profile .tab.profile .pagination .submit:hover {
  cursor: pointer;
  transform: translateY(8px);
}

.custom.img.preview.profile {
  position: relative;
  width: 100%;
  background: white;
  margin-bottom: 7px;
  text-align: center;
}

.custom.img.preview.profile [data-image-profile=placeholder] {
  position: relative;
  height: 100%;
  width: 212px;
  height: 212px;
  background-color: #EEEEEE;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.profile [data-image-profile=image] {
  width: 100%;
  height: auto;
  border-radius: 0.28571429rem;
  border: 1px solid #E0E0E0;
}

.custom.img.preview.profile .icon {
  line-height: 56px;
  font-size: 56px;
  position: absolute;
  background: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[data-image-profile=placeholder] + [data-image-profile=image] {
  display: none;
}

.custom.survey {
  position: fixed;
  top: 41px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  background-image: url("/img/account/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.custom.survey * {
  box-sizing: border-box;
}
.custom.survey .container {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding-top: 64px;
  content: "";
  clear: both;
  display: table;
  padding-bottom: 124px;
}
.custom.survey .form {
  position: relative;
  background-color: #F29C46;
  border-radius: 20px;
  padding: 40px;
  z-index: 99;
}
.custom.survey .form .field {
  margin-bottom: 32px;
}
.custom.survey .form .field .label {
  display: block;
  font-family: "Vag";
  font-size: 19px;
  color: #5D4332;
  margin-top: 8px;
}
.custom.survey .form .field .label .help {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.custom.survey .form .field .label:after {
  content: "";
  margin-top: 8px;
  display: block;
  height: 2px;
  width: 100%;
  background-image: url("/img/register/separator.png");
  background-size: cover;
  margin-bottom: 24px;
}
.custom.survey .form .field .sortable {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom.survey .form .field .sortable .element {
  width: 210px;
  height: 32px;
  background-color: #8FD2EA;
  color: #0E4451;
  text-transform: uppercase;
  font-family: "Vag";
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  margin: 4px auto;
}
.custom.survey .form .field .sortable .element .icon {
  float: left;
  margin-left: 8px;
}
.custom.survey .form .field .sortable .element:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.custom.survey .form .field .slider {
  margin-top: 64px;
}
.custom.survey .form .field .slider .ui.labeled.slider .inner .track, .custom.survey .form .field .slider .ui.labeled.slider .inner .track-fill {
  height: 13px !important;
  background-color: #307487 !important;
  border-radius: 5px !important;
}
.custom.survey .form .field .slider .ui.labeled.slider .inner .thumb {
  top: -18px;
  height: 45px;
  width: 30px;
  background-image: url("/img/register/cursor.png");
  background-size: contain;
  background-color: inherit !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.custom.survey .form .field .slider .ui.labeled.slider .labels .label {
  padding-bottom: 32px;
}
.custom.survey .form .field .slider .ui.labeled.slider .labels .label:after {
  content: none;
}
.custom.survey .form .field .radios_double {
  content: "";
  clear: both;
  display: table;
  width: 560px;
}
.custom.survey .form .field .radios_double .left {
  float: left;
  width: 280px;
}
.custom.survey .form .field .radios_double .right {
  float: right;
  width: 280px;
}
.custom.survey .form .field .radios_double .radio {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.survey .form .field .radios_double .text {
  float: right;
  width: 230px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  padding-right: 8px;
}
.custom.survey .form .field .radios_double.error .text {
  color: #DD7878;
}
.custom.survey .form .field .radios_double_explication {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  margin-bottom: 16px;
}
.custom.survey .form .field .radios_double_explication .explication {
  float: left;
  width: 160px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  margin: 0;
  padding: 0;
}
.custom.survey .form .field .radios_double_explication .left {
  float: left;
  width: 200px;
}
.custom.survey .form .field .radios_double_explication .right {
  float: right;
  width: 200px;
}
.custom.survey .form .field .radios_double_explication .radio {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.survey .form .field .radios_double_explication .text {
  float: right;
  width: 160px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  padding-right: 8px;
}
.custom.survey .form .field .radios_double_explication.error .text {
  color: #DD7878;
}
.custom.survey .form .field .radios_simple {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  margin-bottom: 16px;
}
.custom.survey .form .field .radios_simple .radio {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.survey .form .field .radios_simple .text {
  float: right;
  width: 500px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  margin-left: 20px;
  padding-right: 8px;
}
.custom.survey .form .field .checkboxes_simple {
  content: "";
  clear: both;
  display: table;
  width: 560px;
  margin-bottom: 16px;
}
.custom.survey .form .field .checkboxes_simple .checkbox {
  float: left;
  width: 20px;
  margin-top: 4px;
}
.custom.survey .form .field .checkboxes_simple .text {
  float: right;
  width: 500px;
  display: inline;
  font-family: "Vag";
  font-size: 15px;
  color: #5D4332;
  margin-left: 20px;
  padding-right: 8px;
}
.custom.survey .form .field .separator {
  display: block;
  width: 100%;
  height: 2px;
  margin: 24px 0;
}
.custom.survey .form .field.error .label {
  color: #DD7878;
}
.custom.survey .form .field.error .radios_simple .text {
  color: #DD7878;
}
.custom.survey .pagination .back {
  position: absolute;
  bottom: 60px;
  left: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #B58181;
  transform: rotate(-8deg);
}
.custom.survey .pagination .back .separator {
  display: none;
}
.custom.survey .pagination .back a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: #D0D5D8;
}
.custom.survey .pagination .back:hover {
  cursor: pointer;
  transform: translateY(8px);
  background-color: #F29C46;
}
.custom.survey .pagination .back:hover .separator {
  display: block;
  position: absolute;
  z-index: 9;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%) rotate(0);
}
.custom.survey .pagination .back:hover a {
  color: #5D4332;
}
.custom.survey .pagination .submit {
  position: absolute;
  bottom: 60px;
  right: 60px;
  display: inline-block;
  width: 140px;
  height: 100px;
  border-radius: 20px;
  font-family: "Vag";
  font-size: 23px;
  text-align: center;
  background-color: #45BA78;
  transform: rotate(6deg);
}
.custom.survey .pagination .submit button {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  color: white;
  background: inherit;
  outline: none;
  border: none;
  border-radius: 20px;
}
.custom.survey .pagination .submit button:hover {
  cursor: pointer;
}
.custom.survey .pagination .submit:hover {
  cursor: pointer;
  transform: translateY(8px);
}