.edit-topic {
  padding-top: 45px;
  padding-bottom: 45px;
  /*.access-tabs {
        p {
            font-size: 16px;
            color: $lgray;
            margin-top: 45px;
            padding-top: 0px;
            margin-bottom: 5px;
        }
    }*/ }
  .edit-topic .edit-headline {
    font-size: 34px;
    color: #5a5a5a;
    text-align: left;
    margin-bottom: 35px; }
  .edit-topic .dest-select, .edit-topic .country-select, .edit-topic .lang-select {
    padding-left: 22px;
    height: 49px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../images/arrowdown.svg);
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: center; }
  .edit-topic .form-control {
    height: 49px; }
  .edit-topic .form-group {
    margin-bottom: 5px; }
  .edit-topic textarea {
    display: block;
    width: 100%; }
  .edit-topic .topic-message {
    margin-top: 30px; }
    .edit-topic .topic-message label {
      margin-bottom: 15px; }
  .edit-topic .button {
    margin-top: 30px; }
  .edit-topic .invalid-feedback {
    margin: 0px; }
  .edit-topic .top-title {
    padding-top: 10px; }
