.oder {
  padding-top: 45px;
  padding-bottom: 55px; }
  .oder .oder-headline {
    font-size: 34px;
    color: #5A5A5A;
    text-align: left;
    margin-bottom: 35px; }
  .oder .access-tabs .custom-control-inline {
    width: auto; }
  .oder .access-tabs .nav-link {
    padding: 12px 20px; }
  .oder .access-tabs .tab-pane {
    background: #ffffff;
    padding-left: 0px; }
  .oder input, .oder select {
    height: 49px; }
  .oder .profile-links {
    margin-top: 22px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
    .oder .profile-links a {
      position: relative;
      top: 0;
      color: #1BBEF2;
      text-decoration: none;
      border-bottom: 2px solid #1BBEF2;
      margin-left: 15px;
      transition: all ease-in 0.1s; }
      .oder .profile-links a:hover {
        top: -3px;
        border-bottom: none; }
  .oder .oder-form {
    margin-top: 50px; }
  .oder .country-select, .oder .lang-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/arrowdown.svg);
    background-repeat: no-repeat;
    background-position: 98% center; }
  .oder .date-select {
    margin-top: 35px; }
  .oder .topic-message textarea {
    width: 100%; }
