#page-evo-seo-admin-host-editor #panel-htaccess-file,
#page-evo-seo-admin-host-editor #panel-confirm-htaccess,
#page-evo-seo-admin-host-editor #panel-htaccess-file-editor {
  margin-bottom: 40px; }

#page-evo-seo-admin-host-editor .reminder {
  background-color: #fffdf6;
  color: #856404;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #ffeaae;
  border-radius: 1px; }
  #page-evo-seo-admin-host-editor .reminder p {
    font-size: 0.85rem; }
  #page-evo-seo-admin-host-editor .reminder p:first-child {
    margin-top: 0; }
  #page-evo-seo-admin-host-editor .reminder p:last-child {
    margin-bottom: 0; }

#page-evo-seo-admin-host-editor #panel-htaccess-file-editor .container-edit-save-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px; }
  #page-evo-seo-admin-host-editor #panel-htaccess-file-editor .container-edit-save-button .btn {
    width: 98px; }

#page-evo-seo-admin-host-editor #panel-htaccess-file-editor #code-editor {
  font-family: monospace;
  border: solid 1px #a8bfd9;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-weight: 300;
  color: #4a4a4a;
  font-size: 0.875rem;
  width: 100%;
  min-height: 280px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #page-evo-seo-admin-host-editor #panel-htaccess-file-editor #code-editor:disabled {
    background-color: #e0e0e0;
    resize: none; }

#page-evo-seo-admin-host-editor #panel-confirm-htaccess {
  border: solid 0.5px #d70455;
  border-left-width: 5px;
  border-right-width: 5px;
  -webkit-box-shadow: 0 0 4px 1px #d70455;
          box-shadow: 0 0 4px 1px #d70455;
  color: #d70455; }
  #page-evo-seo-admin-host-editor #panel-confirm-htaccess .content {
    border: solid 0.5px #d70455; }

#page-evo-seo-admin-host-editor #modal-final-confirmation-htaccess {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100%;
  z-index: 100;
  background-color: rgba(121, 121, 121, 0.7); }
  #page-evo-seo-admin-host-editor #modal-final-confirmation-htaccess .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #d70455;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px 0 #d70455;
            box-shadow: 0 0 4px 0 #d70455;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 50px; }
    #page-evo-seo-admin-host-editor #modal-final-confirmation-htaccess .modal-content .content-title {
      font-weight: 500; }
    #page-evo-seo-admin-host-editor #modal-final-confirmation-htaccess .modal-content .field {
      margin: 25px 0; }
    #page-evo-seo-admin-host-editor #modal-final-confirmation-htaccess .modal-content .invalid-confirmation-text {
      color: #d70455; }
  #page-evo-seo-admin-host-editor #modal-final-confirmation-htaccess .btn-close-modal {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1rem;
    color: rgba(155, 155, 155, 0.88); }
