.newsletter-tab {
  height: 480px;
  border: 1px solid rgba(112, 112, 112, 0.6);
}

.newsletter-templates .templates-list {
  border-right: 1px solid rgba(112, 112, 112, 0.6);
  padding: 0;
  height: 420px;
}
.newsletter-templates .templates-list .list-button {
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  padding: 4px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 60px;
}
.newsletter-templates .templates-list .list-items {
  overflow-y: scroll;
}
.newsletter-templates .templates-list .list-items .list-item {
  border-top: 1px solid rgba(112, 112, 112, 0.6);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8px;
}
.newsletter-templates .templates-list .list-items .list-item .item-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.newsletter-templates .templates-list .list-items .list-item .item-from-email {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.newsletter-templates .templates-list .list-items .list-item.first {
  border-top: none;
}
.newsletter-templates .templates-list .list-items .list-item.only {
  border-top: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
.newsletter-templates .templates-list .list-items .list-item.active {
  background-color: rgba(66, 66, 66, 0.4);
}
.newsletter-templates .templates-list .list-items .list-item:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-templates .templates-list .list-items .list-item:active {
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-templates .templates-box {
  padding: 0;
  height: 480px;
}
.newsletter-templates .templates-box .box-header {
  height: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-box .box-header .header-close {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-box .box-header .header-close:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-templates .templates-box .box-header .header-close:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-templates .templates-box .box-header .header-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.newsletter-templates .templates-box .box-header .header-remove {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-box .box-header .header-remove:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-templates .templates-box .box-header .header-remove:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-templates .templates-box .box-header .header-edit {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-box .box-header .header-edit:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-templates .templates-box .box-header .header-edit:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-templates .templates-box .box-content {
  overflow-y: scroll;
  height: 360px;
}
.newsletter-templates .templates-box .box-content * > .lable {
  font-size: 19px;
  min-width: 80px;
  text-align: end;
}
.newsletter-templates .templates-box .box-content * > .value {
  padding-left: 8px;
}
.newsletter-templates .templates-box .box-content .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.newsletter-templates .templates-box .box-content .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.newsletter-templates .templates-box .box-content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.newsletter-templates .templates-box .box-content .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.newsletter-templates .templates-box .user {
  height: 60px;
  border-top: 1px solid rgba(112, 112, 112, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-box .user .created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50%;
}
.newsletter-templates .templates-box .user .created * > .lable {
  min-width: 60px;
  text-align: end;
  line-height: 22px;
  font-size: 14px;
}
.newsletter-templates .templates-box .user .created * > .value {
  padding-left: 8px;
  line-height: 12px;
}
.newsletter-templates .templates-box .user .created .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: inherit;
}
.newsletter-templates .templates-box .user .created .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: inherit;
}
.newsletter-templates .templates-box .user .created .bottom .value {
  font-size: 11px;
}
.newsletter-templates .templates-box .user .updated {
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 40%;
}
.newsletter-templates .templates-box .user .updated * > .lable {
  width: 60px;
  text-align: end;
  line-height: 22px;
  font-size: 14px;
}
.newsletter-templates .templates-box .user .updated * > .value {
  padding-left: 8px;
  line-height: 12px;
}
.newsletter-templates .templates-box .user .updated .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: inherit;
}
.newsletter-templates .templates-box .user .updated .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: inherit;
}
.newsletter-templates .templates-box .user .updated .bottom .value {
  font-size: 11px;
}
.newsletter-templates .templates-editor {
  height: 100%;
}
.newsletter-templates .templates-editor .editor-header {
  height: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-editor .editor-header .header-return {
  width: 60px;
  height: 60px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-editor .editor-header .header-return:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-templates .templates-editor .editor-header .header-return:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-templates .templates-editor .editor-header .header-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.newsletter-templates .templates-editor .editor-header .header-save {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-templates .templates-editor .editor-header .header-save:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-templates .templates-editor .editor-header .header-save:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-templates .templates-editor .editor-content {
  overflow-y: scroll;
  height: 418px;
}
.newsletter-templates .templates-editor .editor-content .template-input-row {
  margin: 8px;
  gap: 8px;
}
.newsletter-templates .templates-editor .editor-content .template-input-row .template-input {
  padding: 8px;
}

.newsletter-template-tab {
  height: 480px;
  border: 1px solid rgba(112, 112, 112, 0.6);
}
.newsletter-template-tab .newsletter-template-view .template-view-list {
  border-right: 1px solid rgba(112, 112, 112, 0.6);
  padding: 0;
  height: 430px;
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-button {
  padding: 4px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 50px;
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items {
  overflow-y: scroll;
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item {
  border-top: 1px solid rgba(112, 112, 112, 0.6);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8px;
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item .item-name {
  font-size: 18px;
  font-weight: 600;
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item .item-from-email {
  font-size: 13px;
  font-weight: 400;
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item.first {
  border-top: none;
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item.only {
  border-top: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item.active {
  background-color: rgba(66, 66, 66, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-list .view-list-items .view-list-item:active {
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-box {
  padding: 0;
  overflow-y: scroll;
  height: 480px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header {
  height: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-close {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-close:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-close:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-remove {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-remove:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-remove:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-edit {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-edit:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-box .box-header .header-edit:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-template-tab .newsletter-template-view .template-view-box .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 8px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .email .lable {
  font-size: 19px;
  width: 110px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 8px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .subject .lable {
  font-size: 19px;
  width: 110px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 8px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .header .lable {
  font-size: 19px;
  width: 110px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 8px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .footer .lable {
  font-size: 19px;
  width: 110px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 8px;
  margin-right: 8px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .user .created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .user .created .lable {
  font-size: 19px;
  width: 110px;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .user .updated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: auto;
}
.newsletter-template-tab .newsletter-template-view .template-view-box .user .updated .lable {
  font-size: 19px;
  width: 110px;
}
.newsletter-template-tab .newsletter-template-new {
  height: 100%;
}
.newsletter-template-tab .newsletter-template-new .template-new-header {
  height: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-template-tab .newsletter-template-new .template-new-header .header-return {
  width: 60px;
  height: 60px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-template-tab .newsletter-template-new .template-new-header .header-return:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-template-tab .newsletter-template-new .template-new-header .header-return:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-template-tab .newsletter-template-new .template-new-header .header-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.newsletter-template-tab .newsletter-template-new .template-new-header .header-save {
  width: 60px;
  height: 60px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-template-tab .newsletter-template-new .template-new-header .header-save:hover {
  background-color: rgba(92, 92, 92, 0.4);
}
.newsletter-template-tab .newsletter-template-new .template-new-header .header-save:active {
  color: rgb(63, 60, 212);
  background-color: rgba(118, 118, 118, 0.4);
}
.newsletter-template-tab .newsletter-template-new .template-new-content {
  overflow-y: scroll;
  height: 418px;
}
.newsletter-template-tab .newsletter-template-new .template-new-content .template-input-row {
  margin: 8px;
  gap: 8px;
}
.newsletter-template-tab .newsletter-template-new .template-new-content .template-input-row .template-input {
  padding: 8px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(199, 199, 199, 0.4);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(54, 54, 54, 0.9);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(143, 143, 143, 0.9);
}