/* Main menu item */
.my-ucn-page #header .ucn-nav #menu-header .my-ucn-menu-image {
  padding-top: 0;
    padding-bottom: 5px;
    margin-top: -5px;
}

.my-ucn-menu-image a {
  background-image: url(/wp-content/plugins/my-ucn//img/myUCN-logo-nav.svg);
  /* background-color: #fff; */
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  width: 83px;
    height: 24px;
  /* border-radius: 3px;
    border: 1px solid #fff;
    display: inline;
    /* padding: 0px 8px; */
}

.navbar li.my-ucn-menu-image:hover>a {
  color: transparent !important;
  background-color: transparent;
}

.my-ucn-page #header {
  /* padding-top: 20px;
    height: auto; */
  box-shadow: none;
}

.my-ucn-page #header.fixed-top {
  padding-top: 0;
  ;
}

.my-ucn-searchbox {
  justify-content: end !important;
}

.my-ucn-page .my-ucn-top {
  padding: 14px 0;
}

.my-ucn-page .my-ucn-top section {
  padding: 0;
}

.my-ucn-page .my-ucn-top .row {
  padding: 0 24px;
}

.my-ucn-page .my-ucn .nav-pills .nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 11px 18px 13px 20px;
  border-radius: 5px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #0c2b41;
}

.my-ucn-page .my-ucn .nav-pills .nav-link.active,
.my-ucn-page .nav-pills .show>.nav-link {
  background-color: rgb(12 43 65 / 10%);
  border-radius: 5px;
  color: #0c2b41;
}

.my-ucn-page .my-ucn-wrapper #pills-tabContent .tab-pane {
  padding-bottom: 0;
}

.my-ucn-page .my-ucn-wrapper {
  padding: 40px 0 130px 0px;
  background-color: #f8f8f8;
}

.my-ucn-page .manage-my-ucn {
  text-align: right;
}

.my-ucn-page .manage-my-ucn a.help-btn {
  width: 86px;
  padding: 12px 15px 13px 8px;
  margin-right: 16px;
  font-weight: 500;
  border-radius: 2px;
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  border: none;
  letter-spacing: -0.2px;
  color: #07a6c5;
  display: inline-block;
  background-color: rgb(7 166 197 / 30%);
}

.my-ucn-page .manage-my-ucn a.help-btn img {
  padding-right: 5px;
}

.my-ucn-page .manage-my-ucn a.manage-btn {
  width: 144px;
  padding: 12px 15px 13px 8px;
  font-weight: 500;
  border-radius: 2px;
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  border: solid 1px #0c2b41;
  letter-spacing: -0.2px;
  color: #0c2b41;
  display: inline-block;
}

.my-ucn-page .manage-my-ucn a.manage-btn:hover,
.my-ucn-page .manage-my-ucn a.manage-btn.active:hover {
  color: #0c2b41;
  border: 1px solid transparent;
  background-color: rgb(12 43 65 / 20%);
}

.my-ucn-page .manage-my-ucn a .bi {
  padding-right: 8px;
}

.my-ucn-page .manage-my-ucn a.manage-btn.active {
  background-color: #0c2b41;
  color: #fff;
  border: solid 1px #0c2b41;
}

.my-ucn-page .alert-save {
  display: none;
  text-align: right;
  cursor: pointer;
}

.my-ucn-page .alert-save-success i {
  color: #07a6c5;
  display: inline-flex;
  margin-top: 10px;
}

.my-ucn-page .alert-save-fail i {
  color: red;
  display: inline-flex;
  margin-top: 10px;
}

.my-ucn-page .follow-news {
  background-color: #07a6c5;
  padding: 23px 0 20px 0;
  font-family: "Work Sans", sans-serif;
  color: #fff;
}

.my-ucn-page .follow-news h3 {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.65px;
  margin-bottom: 0;
}

.my-ucn-page .follow-news h6 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.88;
  color: #fff;
  margin-bottom: 0;
}

.my-ucn-page .my-searchbox {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  max-width: 330px;
  height: 39px;
  z-index: 2;
}

.my-ucn-page .my-searchbox input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  font-size: 0.875rem;
  color: #ffff;
  border: 1px solid transparent;
  border-radius: inherit;
  padding: 8px 15px 8px 36px;
  max-width: 330px;
  width: 100%;
  height: 39px
}

.my-ucn-page .my-searchbox input[type="search"]::placeholder {
  color: #fff;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://myucn.undercurrentnews.com/wp-content/plugins/my-ucn//img/clear-search.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
}

.my-ucn-page .my-searchbox button[type=submit] {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 3px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background: transparent;
  border-radius: inherit;
  cursor: pointer;
  opacity: 0.7;
}

.my-ucn-page .my-searchbox .bi-search::before {
  color: #ffffff;
  font-size: 1rem;
}

.my-ucn-page .tag-wrapper {
  margin: 80px 0 100px 0;
}

.my-ucn-page .tag-wrapper h2 {
  margin: 0 0 11px 0px;
  font-family: "Work Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #000;
}

.my-ucn-page .tag-wrapper h6 {
  margin: 11px 0px 36px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #000;
}

.my-ucn-page .tag-wrapper .tags {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto;
}

.my-ucn-page .tag-wrapper .tags ul {
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.my-ucn-page .tag-wrapper .tags ul li {
  list-style: none;
  display: inline;
}

.my-ucn-page .tag-wrapper .tags ul li.selected-to-add {
  padding: 6px 0 6px 8px;
  border-radius: 3px;
  background-color: #07a6c5;
  border: solid 1px #07a6c5;
  /* font-weight: bold; */
  color: #fff;
}

.my-ucn-page .tag-wrapper .tags ul li.selected-to-add a {
  background-color: inherit;
  border-color: inherit;
}

.my-ucn-page .tag-wrapper .tags .selected-to-add a:hover {
  color: #fff;
}

.my-ucn-page .tag-wrapper .tags a {
  height: 33px;
  margin: 0 10px 11px 0;
  padding: 6px 15px 6px 5px;
  border-radius: 3px;
  border: solid 1px #07a6c5;
  display: inline-block;
  line-height: 19px;
}

.my-ucn-page .tag-wrapper .tags a:hover {
  color: #07a6c5;
}

.my-ucn-page .error-message {
  color: red;
  padding: 10px 0;
  margin: -10px 0 20px;
}

.my-ucn-page .show-more,
.my-ucn-page .add-selected-prices,
.my-ucn-page .add-to-dashboard {
  width: 240px;
  height: 50px;
  font-family: 'DM Sans', sans-serif;
  padding: 14px 23px;
  border-radius: 4px;
  background-color: #07a6c5;
  border: solid 1px #07a6c5;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.my-ucn-page .show-more:hover,
.my-ucn-page .add-selected-prices:hover,
.my-ucn-page .add-to-dashboard:hover {
  background-color: #fff;
  border: solid 1px #07a6c5;
  color: #07a6c5;
}

.my-ucn-page .my-searchbox [type=search] {
  outline: none;
}

/*======Grid And List View========*/
.my-ucn-page .grid-list-wrapper label {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.18px;
  color: #000;
  padding-right: 8px;
}

.my-ucn-page .sorter {
  width: 197px;
  height: 37px;
  padding: 2px 0px 2px 2px;
  border-radius: 5px;
  border: solid 1px #d6d6d6;
  display: inline-flex;
}

.my-ucn-page .sorter.prices {
  width: 210px;
}

.my-ucn-page .topic,
.my-ucn-page .timeline {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.18px;
  border: none;
  padding: 8px 15px 9px 12px;
  background: transparent;
  color: #000;
}

.my-ucn-page .topic {
  height: 32px;
  margin: 0 0px 0 0;
  padding: 8px 15px 9px 12px;
  border-radius: 3px;
}

.my-ucn-page .form-select:focus {
  box-shadow: none;
}

.my-ucn-page .selected {
  border-radius: 3px;
  background-color: #07a6c5;
  color: #fff;
}

.my-ucn-page .topic .bi {
  padding-right: 7px;
}

.my-ucn-page .timeline .bi {
  padding-right: 5px;
}

.my-ucn-page .timeline {
  height: 32px;
}

/* Create two equal columns that floats next to each other */
.my-ucn-page .column {
  float: left;
  width: 50%;
  padding: 10px;
}


/*=========Species Columns=========*/
.my-ucn-page .my-ucn-tabs-wrapper {
  background-color: #f8f8f8;
  font-family: "Work Sans", sans-serif;
}

.my-ucn-page .speies-box {
  margin: 27px 2px 26px 0;
  padding: 24px 12px 12px 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.my-ucn-page .speies-box.tag-wrapper {
  margin-top: 15px;
}
.my-ucn-page .reading-view #view-topic .wrapper,
.my-ucn-page .prices-premium-user#view-topic .wrapper {
  background: #fff;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin: 15px 0px;
}
.my-ucn-page .prices-premium-user .species-btn.footer {
  position: inherit;
  background-color: none;
  padding: 0;
}
.my-ucn-page .prices-premium-user#view-topic .wrapper .select-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.my-ucn-page .prices-premium-user#view-topic .wrapper .select-all a {
  width: 86px;
  display: inline-block;
}
.my-ucn-page .prices-premium-user#view-topic .wrapper .select-all .form-select {
  font-size: 0.7rem;
  padding: 0 1.8rem 0 0.5rem;
  width: 116px;
}

.my-ucn-page .reading-view #view-topic .wrapper .speies-box,
.my-ucn-page .prices-premium-user#view-topic .speies-box {
  max-height: 411px;
  min-height: 380px;
  margin: 0px 2px 0px 0;
  padding: 0px 12px 0px 24px;
  box-shadow: none;
}

.reading-view,
.prices-view,
.bookmarks-view {
  background-color: #F8F8F8;
}

.my-ucn-page .reading-view #view-timeline .speies-box {
  height: 1511px;
}
.my-ucn-page .prices-view #view-timeline .speies-box ul li .toggle-alert.notification {
  padding-right: 16px;
}
.my-ucn-page .prices-premium-user#view-timeline .speies-box ul {
  max-height: 1411px;
}

.my-ucn-page .reading-view #view-timeline .speies-box ul {
  height: 1411px;
}

.my-ucn-page .species-headings {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  /* padding-top: 15px; */
}
.my-ucn-page .prices-card,.my-ucn-page .prices-card-top {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  background: #eff0f1;
  margin: 8px;
  border-radius: 6px;
  position: relative;
  /* z-index: 100; */
}
.my-ucn-page .prices-card {
  justify-content: end;

}
.my-ucn-page .prices-card-top {
  justify-content: space-between;
}
.my-ucn-page .prices-card-top a.count {
  padding-left: 8px;
  letter-spacing: -0.1px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.my-ucn-page .prices-card .notification {
  font-size: 1.1rem;
}
.my-ucn-page .prices-card .form-select {
  font-size: 0.7rem;
  padding: 0 1.8rem 0 0.5rem;
  width: 116px;
  height: 24px;
}
.my-ucn-page .prices-card.selector {
  justify-content: space-between;
}
.my-ucn-page .prices-card.selector .select-notification {
  display: flex;
  align-items: center;
}
.my-ucn-page .prices-card.selector .select-all span {
  font-size: 0.75rem;
  font-weight: 500;
  padding-right: 4px;
  color: #07a6c5;
}
.my-ucn-page .species-headings h2 {
  margin: 5px 7px 4px 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #000;
  float: left;
}

.my-ucn-page #view-alerts .species-headings h2 {
  margin-left: 0;
}

.my-ucn-page .prices-view .species-headings h2,
.my-ucn-page .bookmark-top .species-headings h2 {
  margin: 5px 7px 4px 0px;
}
.my-ucn-page .prices-view .species-headings h2 {
  padding-right: 70px;
}
.my-ucn-page .species-btn {
  float: right;
}

.my-ucn-page .articles .toggle-alert {
  float: right;
}

.my-ucn-page a.added,
.my-ucn-page a.remove,
.my-ucn-page a.alert,
.my-ucn-page button.remove {
  width: 80px;
  height: 33px;
  padding: 2px 13px;
  border-radius: 3px;
  background-color: #07a6c5;
  margin: 0 16px 0 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.42;
  letter-spacing: normal;
  color: #fff;
  display: flex;
  float: left;
}
.my-ucn-page a.alert.notification {
  border: none;
    position: absolute;
    right: 0px;
    top: -28px;
    padding: 0;
    width: 16px;
    margin: 0;
}
.my-ucn-page .prices-premium-user#view-topic .frequency-select{
  width: 14px;
  height: 25px;
  font-size: 0.7rem;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 1.8rem 0 .5rem;
  position: absolute;
  right: 0;
  opacity: 0;
}
.my-ucn-page .prices-premium-user#view-topic .articles .icon-slide:hover .frequency-select {
  opacity: 1;
  min-width: 114px;
  transition: all 0.3s ease-out;
}
.icon-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 34px;
}
.icon-slide:hover {
  background: #eff0f1;
    width: 122px;
    height: 34px;
    border-bottom-left-radius: 6px;
    transition: all 0.3s ease-out;
}
.my-ucn-page button.remove:hover,
.my-ucn-page .btn-primary:active,
.my-ucn-page .btn-primary:focus {
  border-color: #07a6c5;
  background-color: #07a6c5;
  color: #fff;
}

.my-ucn-page a.added .bi {
  padding-left: 6px;
  font-size: 0.625rem;
  padding-top: 4px;
}

.my-ucn-page a.alert,
.my-ucn-page a.remove,
.my-ucn-page button.remove {
  display: flex;
  align-items: center;
  width: 30px;
  height: 33px;
  border: 1px solid #07a6c5;
  background-color: #ffffff;
  color: #07a6c5;
  float: left;
  margin: 0 0 0 5px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 0;
}
.my-ucn-page a.alert:hover,
.my-ucn-page a.remove:hover {
  width: 88px;
}
.my-ucn-page .prices-premium-user#view-timeline li .article-date {
  margin-left: 31px;
}

.my-ucn-page .prices-premium-user .articles .icon-slide:hover a.alert.notification {
  padding: 0;
  width: 100px;
  float: right;
  font-size: 0.75rem;
  background: #eff0f1;
    width: 122px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
}
.my-ucn-page a.alert .icon,
.my-ucn-page a.remove .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #07a6c5;
  padding-right: 10px;
  transition: all 0.3s ease-out;
}
.my-ucn-page a.alert.notification .icon {
  padding-right: 0px;
}
.my-ucn-page a.alert.notification span {
  margin-right: 0;
}
.my-ucn-page a.alert span,
.my-ucn-page a.remove span {
  margin-right: 10px;
  transition: all 0.3s ease-out;
  color: #07a6c5;
}


.my-ucn-page a.alert .bi,
.my-ucn-page a.remove .bi,
.my-ucn-page button.remove .bi {
  font-size: 1rem;
  line-height: 30px;
  padding-left: 6px;
}

.my-ucn-page a.alert .bi-x::before,
.my-ucn-page a.remove .bi-x::before,
.my-ucn-page button.remove .bi-x::before {
  font-weight: bold !important;
}

.my-ucn-page .notification {
  font-size: 1.5rem;
  color: #07a6c5;
  float: left;
  padding-right: 8px;
}

.my-ucn-page .speies-box ul {
  padding: 0;
  margin: 16px 0 0;
  clear: both;
  list-style: none;
  height: 340px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.my-ucn-page .prices-premium-user .speies-box ul {
  /* height: auto; */
  max-height: 302px;
}

.my-ucn-page .bookmarks .speies-box ul {
  height: 100%;
}

/* scrollbar width */
.my-ucn-page .speies-box ul::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.my-ucn-page .speies-box ul::-webkit-scrollbar-track {
  background: #fff;
}

/* scrollbar handle */
.my-ucn-page .speies-box ul::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #d8d8d8;
}

.my-ucn-page .speies-box ul li {
  padding: 14px 6px 17px 13px;
  margin-right: 12px;
  border-bottom: solid 1px rgb(0 0 0 / 10%);
  padding-bottom: 17px;
  position: relative;
  /* z-index: 10; */
}

.my-ucn-page .speies-box ul li:last-child,
.my-ucn-page .bookmark-top .speies-box ul li:last-child {
  border-bottom: none;
}

.my-ucn-page .speies-box ul li:hover {
  background-color: #eff0f1;
}

.my-ucn-page .speies-box ul li#show-more:hover {
  background-color: transparent;
}

.my-ucn-page .speies-box ul li .col-lg-10 a {
  margin: 0 0 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: -0.08px;
  color: #000;
}

.my-ucn-page .speies-box ul li .col-lg-2 .bi {
  color: #07a6c5;
}

.my-ucn-page .speies-box .ucn-tags .ucn-tag,
.my-ucn-page .bookmark-top .ucn-tags .ucn-tag,
.my-ucn-page .reading-view #view-timeline .ucn-tags .ucn-tag {
  padding: 2px 3px 2px 5px;
  border-radius: 2px;
  background-color: #07a6c5;
  display: inline-block;
  line-height: 10px;
  margin-bottom: 6px;
}

.my-ucn-page .speies-box .ucn-tags .ucn-tag a,
.my-ucn-page .bookmark-top .ucn-tags .ucn-tag a,
.my-ucn-page .reading-view #view-timeline .ucn-tags .ucn-tag a {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: uppercase;
}

.my-ucn-page .speies-box.tag-wrapper .tags ul li {
  display: contents;
}

.my-ucn-page .speies-box.tag-wrapper .tags ul {
  height: auto;
  overflow: hidden;
}

.my-ucn-page .speies-box.tag-wrapper .show-more,
.my-ucn-page .speies-box.tag-wrapper .add-selected-prices,
.my-ucn-page .speies-box.tag-wrapper .add-to-dashboard {
  margin-bottom: 28px;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 14px 23px 14px 24px;
}

.my-ucn-page .reading-view #view-timeline .sidebar-ads {
  margin-bottom: 26px;
}

.my-ucn-page .article-bookmark {
  cursor: pointer;
}

/*===========Bookmark page========*/
.my-ucn-page .bookmark-top .ucn-tags .ucn-tag {
  margin: 0 22px 0 0;
  padding: 4px 12px 3px 13px;
  border-radius: 3.6px;
  border: 1px solid #07a6c5;
  background-color: #fff;
  cursor: pointer;
}

.my-ucn-page .bookmark-top #view-topic .ucn-tags .ucn-tag,
.my-ucn-page .bookmark-top #view-timeline .ucn-tags .ucn-tag {
  margin: 0 0 6px 0;
}

.my-ucn-page .bookmark-top #view-topic .ucn-tags .ucn-tag,
.my-ucn-page .bookmark-top #view-timeline .ucn-tags .ucn-tag {
  background-color: #07a6c5;
  line-height: 10px;
  padding: 2px 3px 2px 5px;
}

.my-ucn-page .bookmark-top #view-topic .ucn-tags .ucn-tag a,
.my-ucn-page .bookmark-top #view-timeline .ucn-tags .ucn-tag a {
  font-size: 0.6875rem;
  letter-spacing: 0.9px;
  color: #fff;
}

.my-ucn-page .bookmark-top .ucn-tags .ucn-tag:hover,
.my-ucn-page .reading-view #view-timeline .ucn-tags .ucn-tag:hover {
  background-color: #07a6c5;
}

.my-ucn-page .bookmark-top .ucn-tags .ucn-tag a {
  font-size: 1.125rem;
  letter-spacing: 1.62px;
  color: #07a6c5;
}

.my-ucn-page .bookmark-top .ucn-tags .ucn-tag:hover a {
  background-color: #07a6c5;
  color: #fff;
}

.my-ucn-page .bookmark-top p,
.my-ucn-page .reading-view #view-timeline p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #000;
}

.my-ucn-page .species-btn .count {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #07a6c5;
  float: left;
  padding-right: 14px;
}

.my-ucn-page .bookmark-top a.added,
.my-ucn-page .reading-view #view-timeline a.added {
  margin-right: 34px;
}

.my-ucn-page .bookmark-top .speies-box ul,
.my-ucn-page .reading-view #view-timeline .speies-box ul {
  padding-right: 16px;
}

.my-ucn-page .bookmark-top .article-date,
.my-ucn-page .reading-view #view-timeline .article-date,
.my-ucn-page .timeline-reading-list .article-date,
.my-ucn-page .prices-premium-user .article-date {
  width: 77px;
  height: 17px;
  padding: 2px 2px 2px 3px;
  border-radius: 2px;
  background-color: #d8d8d8;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: 0.9px;
  color: #000;
}

.my-ucn-page .bookmark-top .speies-box ul li a,
.my-ucn-page .reading-view #view-timeline .speies-box ul li a {
  line-height: 1.81;
  letter-spacing: -0.2px;
}

.my-ucn-page .bookmark-top .speies-box ul li .ucn-tag.free-read,
.my-ucn-page .reading-view #view-timeline .speies-box ul li .ucn-tag.free-read {
  padding: 2px 6px 2px 8px;
  border-radius: 2px;
  background-color: #0c2b41;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-left: 6px;
  margin-right: 16px;
}

.my-ucn-page .bookmark-top .speies-box ul li .ucn-tag.free-read a,
.my-ucn-page .reading-view #view-timeline .speies-box ul li .ucn-tag.free-read a {
  color: #fff;
}

.my-ucn-page .bookmark-top .speies-box ul li,
.my-ucn-page .reading-view #view-timeline .speies-box ul li {
  margin: 6px 0 0 0px;
  padding: 6px 0 0px 0;
  border-bottom: solid 1px #dfdfdf;
}

.my-ucn-page .bookmark-top .speies-box ul li:hover,
.my-ucn-page .reading-view #view-timeline .speies-box ul li:hover {
  background-color: #fff;
}

.my-ucn-page .bookmark-top .articles a,
.my-ucn-page .reading-view #view-timeline .articles a {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: -0.2px;
  font-weight: bold;
  color: #000;
}

.my-ucn-page .bookmark-top .free-read-article .articles a,
.my-ucn-page .reading-view #view-timeline .free-read-article .articles a {
  font-weight: normal;
}

.my-ucn-page .bookmark-top .articles,
.my-ucn-page .reading-view #view-timeline .articles {
  position: relative;
}

.my-ucn-page .bookmark-top .articles .bi,
.my-ucn-page .reading-view #view-timeline .articles .bi {
  position: absolute;
  right: 8px;
  top: 4px;
  color: #07a6c5;
}

/*=======Timeline Reading List========*/
.my-ucn-page .timeline-reading-list a.added {
  margin-right: 32px;
}

.my-ucn-page .timeline-reading-list .speies-box {
  padding: 24px 12px 35px 24px;
}

.my-ucn-page .timeline-reading-list .speies-box ul {
  overflow-x: hidden;
}

.my-ucn-page .timeline-reading-list ul li {
  margin: 6px 0 0 0px;
  padding: 6px 0 0px 0;
}

.my-ucn-page .timeline-reading-list .speies-box ul li:hover {
  background-color: #fff;
}

.my-ucn-page .timeline-reading-list .pricing,
.my-ucn-page .prices-premium-user .pricing {
  margin: 0 7px 0 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  display: inline-flex;
}

.my-ucn-page .timeline-reading-list .growth,
.my-ucn-page .prices-premium-user .growth {
  width: 40px;
  height: 15px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.563rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  padding: 2px 5px 1px;
  border-radius: 1px;
  background-color: #3397a7;
  display: inline-flex;
}

.my-ucn-page .timeline-reading-list .growth.green,
.my-ucn-page .prices-premium-user .growth.green {
  background-color: #689f38;
}

.my-ucn-page .timeline-reading-list .growth.orange,
.my-ucn-page .prices-premium-user .growth.orange {
  background-color: #f7a003;
}

.my-ucn-page .prices-premium-user .growth.red {
  background-color: #dc3545;
}

.my-ucn-page .prices-premium-user .growth.purple {
  background-color: #8e24aa;
}

.my-ucn-page .timeline-reading-list .articles a {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: -0.2px;
  color: #000;
}

.my-ucn-page .timeline-reading-list .articles {
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 4px;
}

.my-ucn-page .timeline-reading-list .col-lg-1 {
  text-align: center;
}

.my-ucn-page .timeline-reading-list .col-lg-1 .bi {
  color: #07a6c5;
}

/*===========prices-premium-user=============*/
.my-ucn-page .search-result-box {
  border-radius: 5px;
  border: solid 1px #07a6c5;
  background-color: #fff;
  padding: 13px 8px 9px 16px;
  margin: 16px 0 0 0;
}

.my-ucn-page .my-searchbox #newsSearch {
  padding: 0px 8px 0px 0px;
  margin: 0px 0 0 0;
  height: 302px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* scrollbar width */
.my-ucn-page #newsSearch::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.my-ucn-page #newsSearch::-webkit-scrollbar-track {
  background: #fff;
}

/* scrollbar handle */
.my-ucn-page #newsSearch::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #d8d8d8;
}

.my-ucn-page .my-searchbox #newsSearch li {
  list-style: none;
  margin: 6px 0 0;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 10px;
  display: flow-root;
}

.my-ucn-page .my-searchbox #newsSearch li .regions {
  float: left;
}

.my-ucn-page .my-searchbox #newsSearch li .regions:hover a {
  color: #07a6c5;
}

.my-ucn-page .my-searchbox #newsSearch li .regions a {
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #000;
}

.my-ucn-page .my-searchbox #newsSearch li .selections {
  float: right;
  width: 64px;
  display: flow-root;
}

.my-ucn-page .my-searchbox #newsSearch li .selections .add {
  height: 23px;
  padding: 8px;
  background-color: rgb(7 166 197 / 10%);
  border-radius: 100%;
  display: inline-flex;
  line-height: 8px;
  text-align: center;
  margin-right: 8px;
}

.my-ucn-page .my-searchbox #newsSearch li .selections .add:hover {
  background-color: #07a6c5;
}

.my-ucn-page .my-searchbox #newsSearch li .selections .add:hover .bi {
  color: #fff;
}

.my-ucn-page .my-searchbox #newsSearch li .selections .add .bi {
  font-size: 0.625rem;
}

.my-ucn-page .my-searchbox #newsSearch li .selections .quantity {
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #000;
  min-width: 27px;
  text-align: right;
  display: inline-block;
}

.my-ucn-page .my-searchbox #newsSearch li .selections .quantity .bi {
  color: #979797;
}

.my-ucn-page .prices-premium-user ul li {
  padding: 0;
  margin: 8px 0 0;
  border-bottom: solid 1px #dfdfdf;
}

.my-ucn-page .prices-premium-user ul {
  padding: 0 8px 0 0;
}

.my-ucn-page .prices-premium-user ul li:hover {
  background-color: #fff;
}

.my-ucn-page .prices-premium-user .articles {
  position: relative;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-ucn-page .prices-premium-user .articles .bi {
  padding: 0;
  color: #07a6c5;
  cursor: pointer;
}

.my-ucn-page .prices-premium-user .articles .bi:hover {
  color: #07a6c5;
}

.my-ucn-page .prices-premium-user .articles .bi.added {
  color: #07a6c5;
}

.my-ucn-page .prices-premium-user .articles a {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: -0.2px;
  color: #000;
  line-height: 1.25;
}
.my-ucn-page .prices-premium-user .articles > a:first-child {
  padding-right: 50px;
}

.my-ucn-page .prices-premium-user .Leaderboard img {
  max-height: 105px;
}

.my-ucn-page .prices-premium-user .articles a:first-child:hover {
  color: #07a6c5;
}

.my-ucn-page .prices-premium-user .Leaderboard {
  margin: 70px 0;
}

.my-ucn-page .free.prices-premium-user .sidebar-ads {
  margin-top: 26px;
}

/*===========MyUcn Newsletters======*/
.my-ucn-page .select-options .form-check {
  float: left;
  padding-left: 1.5em;
}

.my-ucn-page .select-options .form-select {
  max-width: 129px;
  height: 33px;
  padding: 10px 16px 9px 15px;
  border-radius: 5px;
  border: solid 1px #d6d6d6;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: -0.15px;
  text-align: left;
  float: right;
  color: #000;
}

.my-ucn-page .speies-box .select-options {
  height: auto;
  overflow: visible;
}

.my-ucn-page .speies-box .select-options li {
  margin: 12px 0 16px;
  padding: 0px 0px 12px 0px;
  border-bottom: solid 1px #dfdfdf;
  display: flow-root;
}

.my-ucn-page .speies-box .select-options li:hover {
  background-color: transparent;
}

.my-ucn-page .speies-box .select-options li:last-child {
  border: none;
}

.my-ucn-page .form-check-input:checked {
  background-color: #07a6c5;
  border-color: #07a6c5;
}

.my-ucn-page .form-check-input {
  border-color: #07a6c5;
}

.my-ucn-page .email-notifications {
  padding: 32px 0 19px 0;
  justify-content: space-between;
  align-items: center;
}

.my-ucn-page .notify-msg {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #000;
}

.my-ucn-page .notify-msg .rounded-circle {
  background-color: #d8d8d8;
  width: 19px;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  height: 19px;
  line-height: 15px;
  text-align: center;
  font-size: 0.688rem;
  font-weight: bold;
  margin-right: 10px;
}

.my-ucn-page .email-notifications .save-btn,
.my-ucn-page .tablet-only.save-btn,
.my-ucn-page .mobile-only.save-btn {
  width: 155px;
  height: 47px;
  float: right;
  padding: 14px 59px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #07a6c5;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  color: #07a6c5;
}

.my-ucn-page .email-notifications .save-btn:hover {
  background-color: #07a6c5;
  color: #fff;
  border: solid 1px #07a6c5;
}

/*========Manage Tags=========*/
.my-ucn-page .manage-tags-wrapper .speies-box {
  margin: 27px 0px 26px 0;
  padding: 24px 24px 0px 24px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.my-ucn-page .manage-tags-wrapper .edit {
  padding: 2px 30px 2px 31px;
  border-radius: 3px;
  background-color: #07a6c5;
  margin: 0 0px 0 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.42;
  letter-spacing: normal;
  color: #fff;
}

.my-ucn-page .manage-tags-wrapper .select-options .form-check,
.my-ucn-page .myucn-nl .select-options .form-check {
  padding-left: 0;
}

.my-ucn-page .manage-tags-wrapper .speies-box .select-options .form-check-label {
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #000;
}

.my-ucn-page .manage-tags-wrapper .tags-species-right {
  max-width: 160px;
  min-width: 160px;
  float: right;
  display: flex;
  align-items: center;
}

.my-ucn-page .manage-tags-wrapper .select-options .form-select {
  float: left;
  max-width: 126px;
}

.my-ucn-page .manage-tags-wrapper .notify-bell {
  padding-left: 16px;
}

.my-ucn-page .manage-tags-wrapper .notify-bell .bi {
  color: #07a6c5;
}

.my-ucn-page .manage-tags-wrapper .notify-bell.selected {
  background-color: #fff;
}

.my-ucn-page .manage-tags-wrapper .notify-bell.selected .bi,
.my-ucn-page .manage-tags-wrapper .notify-bell:hover .bi {
  color: #ccc;
}

.my-ucn-page .manage-tags-wrapper .last-col .tags-species-right {
  width: auto;
  max-width: inherit;
  min-width: inherit;
}

.my-ucn-page .manage-tags-wrapper .various-origins li {
  display: contents;
}

.my-ucn-page .manage-tags-wrapper .various-origins {
  height: auto;
  overflow: hidden;
}

.my-ucn-page .manage-tags-wrapper .last-col .speies-box .select-options li {
  padding: 0px 0px 0px 0px
}

.my-ucn-page .manage-tags-wrapper .first-left-col .speies-box .select-options li:first-child {
  padding: 16px 0px 12px 0px
}

.my-ucn-page .manage-tags-wrapper .last-col .speies-box .select-options li:first-child {
  padding: 11px 0px 0px 0px
}

.my-ucn-page .manage-tags-wrapper .various-origins li a {
  padding: 9px 17px 10px 15px;
  border-radius: 5px;
  border: solid 1px #d6d6d6;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #000;
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.my-ucn-page .manage-tags-wrapper .various-origins li a:hover,
.my-ucn-page .manage-tags-wrapper .various-origins li a.selected {
  background-color: #ededed;
}

.my-ucn-page .manage-tags-wrapper .various-origins li a.remove .bi {
  line-height: normal;
}

.my-ucn-page .manage-tags-wrapper .last-col .select-options .form-check {
  margin-bottom: 6px;
}

.my-ucn-page .species-notifications {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-ucn-page .manage-tags-wrapper.edit .last-col .select-options .form-check {
  padding-left: 1.5em;
}

.my-ucn-page .manage-tags-wrapper.edit .last-col .select-options .form-check .form-check-input {
  margin-top: 6px;
}

.my-ucn-page .manage-tags-wrapper.edit .select-notification-opt ul,
.my-ucn-page .myucn-nl .select-notification-opt ul {
  background-color: #fff;
  padding: 0 12px;
  margin: 0;
  height: auto;
  overflow: hidden;
}

.my-ucn-page .manage-tags-wrapper.edit .select-notification-opt ul li,
.my-ucn-page .manage-tags-wrapper.edit .select-notification-opt ul li .form-check-label,
.my-ucn-page .myucn-nl .select-notification-opt ul li,
.my-ucn-page .myucn-nl .select-notification-opt ul li .form-check-label {
  padding: 8px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #000;
}

.my-ucn-page .manage-tags-wrapper.edit .select-notification-opt ul li .form-check-label,
.my-ucn-page .myucn-nl .select-notification-opt ul li .form-check-label {
  font-weight: bold;
  float: left;
  line-height: normal;
  padding: 0 0 0 5px;
}

.my-ucn-page .manage-tags-wrapper.edit .speies-box .select-options li,
.my-ucn-page .myucn-nl .speies-box .select-options li {
  position: relative;
}

.my-ucn-page .manage-tags-wrapper.edit .speies-box .select-notification-opt,
.my-ucn-page .myucn-nl .speies-box .select-notification-opt {
  background-color: #efefef;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(214 214 214 / 60%);
  border-radius: 5px;
  position: absolute;
  width: 200px;
  top: 40px;
  right: 32px;
  z-index: 99;
}

.my-ucn-page .myucn-nl .speies-box .select-notification-opt {
  right: 0;
}

.my-ucn-page .manage-tags-wrapper.edit .speies-box .select-notification-opt h5,
.my-ucn-page .myucn-nl .speies-box .select-notification-opt h5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  background-color: #efefef;
  padding: 6px 12px;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.my-ucn-page .manage-tags-wrapper.edit .speies-box .select-notification-opt #optSearch li,
.my-ucn-page .myucn-nl .speies-box .select-notification-opt #optSearch li {
  padding: 0;
  margin: 6px 0;
  line-height: normal;
}

.my-ucn-page .manage-tags-wrapper.edit .speies-box .select-notification-opt #optSearch li .form-check-input,
.my-ucn-page .myucn-nl .speies-box .select-notification-opt #optSearch li .form-check-input {
  margin-left: 0;
  margin-top: 2px;
}

.my-ucn-page .manage-tags-wrapper .first-left-col .select-options .form-check span,
.my-ucn-page .myucn-nl .first-left-col .select-options .form-check span {
  padding-left: 8px;
}

/*===========Remove-Category-Modal============*/
.my-ucn-page .modal-backdrop {
  background-color: #0c2b41;
}

.my-ucn-page .modal-backdrop.show {
  opacity: .7;
}

.my-ucn-page .modal.select-all-modal .modal-header,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-header,
.my-ucn-page .modal.remove-item-modal .modal-header {
  border-bottom: none;
  display: flex;
  text-align: right;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.my-ucn-page .modal.select-all-modal .close-btn,
.my-ucn-page .modal.as-it-happens-alert-modal .close-btn,
.my-ucn-page .modal.remove-item-modal .close-btn {
  color: #07a6c5;
  padding: 0;
  border: none;
  background-color: transparent;
}

.my-ucn-page .modal.select-all-modal .close-btn .bi-x::before,
.my-ucn-page .modal.as-it-happens-alert-modal .close-btn .bi-x::before,
.my-ucn-page .modal.remove-item-modal .close-btn .bi-x::before {
  font-weight: bold !important;
  font-size: 1.25rem;
}

.my-ucn-page .modal.select-all-modal h3,
.my-ucn-page .modal.as-it-happens-alert-modal h3,
.my-ucn-page .modal.remove-item-modal h3 {
  padding: 0 50px 20px 50px;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: -0.15px;
  text-align: center;
  color: #000;
}

.my-ucn-page .select-all-prices.select-all-modal h3,
.my-ucn-page .as-it-happens-alert.as-it-happens-alert-modal h3,
.my-ucn-page .remove-category.remove-item-modal h3 {
  padding-top: 0;
}

.my-ucn-page .modal.select-all-modal .modal-body,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-body,
.my-ucn-page .modal.remove-item-modal .modal-body {
  padding-top: 0;
  padding-bottom: 12px;
}

.my-ucn-page .modal.select-all-modal .modal-body span,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-body span,
.my-ucn-page .modal.remove-item-modal .modal-body span {
  padding: 17px 55px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #000;
}

.my-ucn-page .modal.select-all-modal .modal-body p,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-body p,
.my-ucn-page .modal.remove-item-modal .modal-body p {
  opacity: 0.5;
  font-family: "Work Sans", sans-serif;
  padding: 18px 65px 10px 60px;
  margin: 0 0 0 0;
  font-size: 0.875rem;
  border-bottom: solid 1px #dfdfdf;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.07;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.my-ucn-page .modal.select-all-modal .modal-footer,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-footer,
.my-ucn-page .modal.remove-item-modal .modal-footer {
  border: none;
  justify-content: center;
  padding-bottom: 30px;
}

.my-ucn-page .modal.select-all-modal .modal-footer button,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-footer button,
.my-ucn-page .modal.remove-item-modal .modal-footer button {
  margin: 0;
}

.my-ucn-page .modal.select-all-modal .modal-footer button.confirm,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-footer button.confirm,
.my-ucn-page .modal.remove-item-modal .modal-footer button.confirm {
  width: 167px;
  height: 46px;
  padding: 14px 59px 14px 60px;
  border-color: #07a6c5;
  border-radius: 4px;
  background-color: #07a6c5;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-right: 49px;
}
.my-ucn-page .modal.select-all-modal .modal-footer button.cancel,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-footer button.cancel,
.my-ucn-page .modal.remove-item-modal .modal-footer button.cancel {
  margin-right: 4px;
}
.my-ucn-page .modal.select-all-modal .modal-footer button.confirm,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-footer button.confirm,
.my-ucn-page .modal.remove-item-modal .modal-footer button.confirm {
  margin-left: 4px;
  margin-right: 0;
}
.my-ucn-page .modal.select-all-modal .modal-footer button.cancel,
.my-ucn-page .modal.as-it-happens-alert-modal .modal-footer button.cancel,
.my-ucn-page .modal.remove-item-modal .modal-footer button.cancel {
  width: 167px;
  height: 46px;
  padding: 14px 59px 14px 60px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border-color: #07a6c5;
  background-color: #fff;
  color: #07a6c5;
}

.my-ucn-page .modal.select-all-modal h6,
.my-ucn-page .modal.as-it-happens-alert-modal h6,
.my-ucn-page .modal.remove-item-modal h6 {
  display: inline-block;
  ;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.my-ucn-page .ucn-tags {
  overflow: hidden;
  max-height: 1.7em;
}

.my-ucn-page .ucn-tags .tags-toggle {
  float: right;
  color: #07a6c5;
}

.my-ucn-page .free-read-article .ucn-tags .tags-toggle {
  margin-right: 8px;
}

.my-ucn-page #view-topic .ucn-tags .tags-toggle {
  margin-right: 12px;
}

.my-ucn-page .sidebar-ads .ucn-ad {
  margin: 1em 0;
}

/*===========RNewsletter Save Changes Modal============*/
.my-ucn-page .modal.newsletter-save#species h3 {
  padding-top: 0;
}

.my-ucn-page .modal.newsletter-save#species .modal-body p {
  font-size: 1rem;
  line-height: 1.81;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000;
  opacity: 1;
}

/*==========New Layout for Fixed Width SIdebar Starts===========*/

.col-fixed {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  width: 100%;
}

.col-fluid {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  width: 100%;
}

/*=========Ad Banner=========*/
.ad-banner {
  max-width: 1296px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

/*===========Media Query==========*/
@media screen and (min-width: 768px) {
  .my-ucn-page .first-left-col {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {

  .my-ucn-page .prices-premium-user .speies-box ul,
  .my-ucn-page .bookmarks .speies-box ul {
    height: 100%;
  }
}