.noty_theme__my.noty_bar {
  overflow: hidden;
  position: relative; }
  .noty_theme__my.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__my.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__my.noty_type__alert,
.noty_theme__my.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D3D3D3;
  color: #111111; }

.noty_theme__my.noty_type__warning {
  background-color: #FFAE42;
  color: #fff; }

.noty_theme__my.noty_type__error {
  background-color: #F9182E;
  color: #fff; }

.noty_theme__my.noty_type__info,
.noty_theme__my.noty_type__information {
  background-color: #2C69FE;
  color: #fff; }

.noty_theme__my.noty_type__success {
  background-color: #3AC048;
  color: #fff; }


/* Notyfication for publications */

  #noty_layout__top_my {
    position: fixed;
    top: 6.4em;
    right: 47.4em;
    left: 31.6em;
    z-index: 1000;
  }
  .noty_theme__my.noty_type__pub_info {
    padding: 0px 20px;
    background-color: #FFE200;
  }
  .noty_theme__my.noty_bar .g-notice-pub.noty_body {
    font-size: 10px;
    text-align: center;
  }
  .noty_theme__my.noty_bar .g-notice-pub.noty_body:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
    background-image: url(../../../../images/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }
  .g-notice-pub .editor,
  .g-notice-pub .btns {
    display: inline-block;
    vertical-align: top;
  }
  .g-notice-pub .editor {
    padding-top: 10px;
    margin-right: 30px;
  }
  .g-notice-pub .g-btn {
    margin: 0 12px;
  }
  .g-notice-pub .g-btn__txt {
    font-size: 1.4em;
    text-transform: uppercase;
  }

  @media (min-width: 2300px){
    #noty_layout__top_my {
      right: 61.1em;
      left: 40em;
    }
  }
  @media (max-width: 1900px){
    #noty_layout__top_my {
      right: 34.8em;
      left: 23.6em;
    }
  }
  @media (max-width: 1440px){
    #noty_layout__top_my {
      right: 31.6em;
    }
  }
  @media (max-width: 1325px){
    #noty_layout__top_my {
      right: 0;
      left: 25.6em;
    }
  }
  @media (max-width: 1199px), (max-device-width: 1280px){
    #noty_layout__top_my {
      top: 5.6em;
    }
  }
  @media (max-width: 1024px), (max-device-width: 1280px){
    #noty_layout__top_my {
      left: 0;
    }
  }
  @media (max-width: 599px) {
    .g-notice-pub .editor {
      display: block;
      margin-right: 0;
    }
  }
/* notyfication for publications */