HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wordpress/wp-content/plugins/trinity-audio/dist/styles.css
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-Black.ttf");
  font-weight: 800;
}
.trinity-page .custom-checkbox {
  cursor: pointer;
  color: #777777 !important;
  position: relative;
  padding: 8px;
  border: 1px solid rgba(216, 216, 216, 0.8470588235);
  background: white;
  width: 250px;
  margin-bottom: 9px;
  line-height: 19px;
  border-radius: 3px;
  display: flex;
  border-width: 0.5px !important;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-right: 8px;
}
.trinity-page .custom-checkbox.powered-by-inline-flex {
  display: inline-flex;
  width: auto;
}
.trinity-page .custom-checkbox.powered-by-inline-flex > .text-label {
  margin-right: 16px;
}
.trinity-page .custom-checkbox .text-label {
  user-select: none;
  font-size: 16px;
  line-height: 19px;
}
.trinity-page .custom-checkbox div.custom-hitbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #000033;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}
.trinity-page .custom-checkbox > input[type=checkbox] {
  display: none;
}
.trinity-page .custom-checkbox > input[type=checkbox].trinity-custom-required ~ .custom-hitbox {
  border-color: red;
}
.trinity-page .custom-checkbox > input[type=checkbox]:checked + .custom-hitbox {
  background: #000033;
  transition: background 200ms ease-in-out;
  border-color: #000033;
  background-image: url("../assets/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 15px 11px;
  background-position: center;
}

.trinity-page .trinity-custom-select {
  cursor: pointer;
  color: #777777 !important;
  position: relative;
  padding: 8px;
  border: 1px solid rgba(216, 216, 216, 0.8470588235);
  background: white;
  width: 250px;
  margin-bottom: 9px;
  line-height: 19px;
  border-radius: 3px;
  display: flex;
  border-width: 0.5px !important;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.trinity-page .value-text, .trinity-page .line, .trinity-page .description, .trinity-page .text-label, .trinity-page .custom-input {
  line-height: 19px;
  font-weight: 300;
  font-size: 16px;
}
.trinity-page .options {
  z-index: 2;
  position: absolute;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #C8C8C8;
  background: white;
  min-width: 266px;
  left: -1px;
  border-radius: 3px;
  box-sizing: border-box;
}
.trinity-page .options::-webkit-scrollbar {
  width: 5px;
}
.trinity-page .options::-webkit-scrollbar-thumb {
  background: lightgrey;
  transition: background 200ms ease;
  border-radius: 3px;
}
.trinity-page .options::-webkit-scrollbar-thumb:hover {
  transition: background 200ms ease;
  background: grey;
}
.trinity-page .custom-select-arrow {
  transition: transform 200ms linear;
  width: 20px;
  height: 20px;
  background-image: url("../assets/icons/down-arrow-small.svg");
  background-repeat: no-repeat;
  background-size: 15px 11px;
  background-position: center;
  display: inline-block;
}
.trinity-page .trinity-custom-select.opened {
  border-bottom: 1px solid white !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.trinity-page .trinity-custom-select.opened .custom-select-arrow {
  transform: rotateZ(180deg);
  transition: transform 200ms linear;
}
.trinity-page .trinity-custom-select.opened .options {
  visibility: visible;
  max-height: 200px;
  overflow-y: scroll;
  top: 32px;
  border-top: none;
  transition: max-height 330ms ease-in;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.trinity-page .trinity-custom-select.opened .options .line {
  transition: background-color 180ms ease-in;
  width: 261px;
  left: 0;
  box-sizing: border-box;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 19px;
}
.trinity-page .trinity-custom-select.opened .options .line:hover {
  background: lightgrey;
  transition: background-color 180ms ease-in;
}

.trinity-page .trinity-warning {
  opacity: 0;
  visibility: hidden;
  margin-top: -40px;
  margin-bottom: 0px;
  height: 38px;
  transition: margin-top 200ms ease-out, opacity 300ms ease-out;
  gap: 10px;
  color: #996600;
}
.trinity-page .trinity-warning span.icon.warning-icon {
  display: inline-block;
  min-width: 20px;
  background-repeat: no-repeat;
  background-image: url(../assets/icons/warning-outline.svg);
  background-position: center;
}
.trinity-page .dirty {
  border-color: #FFCC00;
  box-shadow: none;
  background-color: #FFF0B3;
}
.trinity-page .dirty ~ .trinity-warning-dirty.description {
  display: flex;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  height: auto;
  color: #996600;
  transition: margin-top 200ms ease-out, opacity 300ms ease-out;
}
.trinity-page .bulk-notify {
  border-color: #FFCC00;
  box-shadow: none;
  background-color: #FFF0B3;
}
.trinity-page .bulk-notify ~ .trinity-warning-bulk-notify.description {
  display: flex;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  height: auto;
  color: #996600;
  transition: margin-top 200ms ease-out, opacity 300ms ease-out;
}
.trinity-page .custom-input {
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  color: #777777 !important;
  position: relative;
  padding: 8px;
  border: 1px solid rgba(216, 216, 216, 0.8470588235);
  background: white;
  width: 250px;
  margin-bottom: 9px;
  line-height: 19px;
  border-radius: 3px;
  display: flex;
  border-width: 0.5px !important;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  cursor: auto;
  line-height: 30px !important;
  padding: 3px 10px;
  width: 66%;
  min-width: 268px;
  z-index: 2;
}
.trinity-page .custom-input.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: lightgray;
  box-shadow: none;
  border-color: rgba(216, 216, 216, 0.8470588235);
}
.trinity-page .custom-input-disabled {
  position: relative;
  display: inline-block;
}
.trinity-page .custom-input-disabled input {
  width: 300px;
  font-weight: normal;
  color: #B7B6B6 !important;
  cursor: default;
  padding: 3px 24px 3px 3px;
}
.trinity-page .custom-input-disabled .edit-icon {
  position: absolute;
  top: 6px;
  right: 3px;
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
  color: #B7B6B6;
  transform: rotate(90deg);
  width: 24px;
  height: 24px;
  z-index: 10;
}
.trinity-page .custom-input-disabled .edit-icon span {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
}
.trinity-page .custom-input-disabled .edit-icon span:hover {
  color: black;
}
.trinity-page .custom-textarea {
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  color: #777777 !important;
  position: relative;
  padding: 8px;
  border: 1px solid rgba(216, 216, 216, 0.8470588235);
  background: white;
  width: 250px;
  margin-bottom: 9px;
  line-height: 19px;
  border-radius: 3px;
  display: flex;
  border-width: 0.5px !important;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 250px;
  width: 100%;
  color: #C8C8C8;
  cursor: auto;
}

#trinity-admin-info {
  max-width: 1500px;
}
#trinity-admin-info .flex-grid {
  align-items: stretch !important;
}
#trinity-admin-info .notice {
  margin: 0 25px;
}

.info-text {
  font-weight: 300;
}

.form-table td {
  padding: 5px 0;
}

.trinity-inner {
  width: 100%;
}
.trinity-inner td {
  padding: 5px 0 !important;
}

.guide-hints {
  text-decoration: underline;
  color: #2271b1;
  padding: 0 16px 0 0;
  cursor: pointer;
}
.guide-hints:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("../assets/icons/info.svg") center;
}

#trinity-admin-contact-us .flex-grid {
  align-items: flex-start !important;
}

.trinity-custom-contact-input {
  cursor: pointer;
  color: #777777 !important;
  position: relative;
  padding: 8px;
  border: 1px solid rgba(216, 216, 216, 0.8470588235);
  background: white;
  width: 250px;
  margin-bottom: 9px;
  line-height: 19px;
  border-radius: 3px;
  display: flex;
  border-width: 0.5px !important;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  line-height: 36px !important;
  border-color: rgba(216, 216, 216, 0.8470588235) !important;
  border-width: 0.5px !important;
  cursor: text;
}

.trinity-custom-contact-textarea {
  font-weight: 300;
  width: 66%;
  font-size: 16px;
  line-height: 24px !important;
}

.trinity-contact-us-button {
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
  background: #FF0066;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  text-transform: uppercase;
}
.trinity-contact-us-button:hover {
  background: #951d51;
  transition: all 200ms ease-out;
}
.trinity-contact-us-button {
  width: 100px;
  justify-content: center;
  align-items: center;
  float: right;
}

.trinity-send-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.trinity-feedback-button {
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
  background: #FF0066;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  text-transform: uppercase;
}
.trinity-feedback-button:hover {
  background: #951d51;
  transition: all 200ms ease-out;
}
.trinity-feedback-button {
  background: #000030;
  width: 100px;
  float: right;
  margin-top: 17px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}
.trinity-feedback-button:hover {
  background: #414674;
  transition: all 200ms ease-out;
}

.trinity-feedback-background {
  background: white url("../assets/images/banner-review-background.png");
  background-position: center;
  background-repeat: no-repeat;
  height: fit-content;
}

.trinity-stars {
  margin-bottom: 20px;
  display: inline-block;
}
.trinity-stars:hover > .star {
  background: url("../assets/icons/star-selected.svg");
  background-repeat: no-repeat;
}
.trinity-stars .star {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("../assets/icons/star-unselected.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.trinity-stars .star:not(:first-child) {
  margin-left: -5px;
}
.trinity-stars .star:hover ~ .star {
  background: url("../assets/icons/star-unselected.svg");
  background-repeat: no-repeat;
}

.wrap.trinity-page {
  margin: 0;
}

.trinity-page {
  max-width: 1270px;
  clear: none;
  width: 100%;
}
.trinity-page-wrapper {
  display: flex;
  justify-content: center;
}
.trinity-page .flex-grid {
  display: flex;
  flex-flow: row wrap;
}
.trinity-page .flex-grid .row {
  display: flex;
  flex-flow: row wrap;
}
.trinity-page .flex-grid .row.trinity-hide {
  display: none;
}
.trinity-page .flex-grid .column {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 30px;
}
.trinity-page .flex-grid .column-left {
  flex: 4;
}
.trinity-page .flex-grid .column-left section {
  max-width: 870px;
}
.trinity-page .flex-grid .column-right {
  flex: 2;
  max-width: 400px;
}
.trinity-page .flex-grid .column-right section.trinity-guide {
  padding-bottom: 10px;
  margin-top: 30px;
}
.trinity-page .flex-grid .column-right section.trinity-guide .trinity-section-body {
  padding: 10px 15px;
}
.trinity-page .flex-grid .column-right section.trinity-guide .trinity-section-body > div:first-child {
  padding-bottom: 10px;
}
.trinity-page .flex-grid .column-right section.trinity-guide a:hover > svg path {
  fill: #135e96;
}
.trinity-page .flex-grid .column-right section.trinity-guide * {
  font-size: 14px;
}
.trinity-page .flex-grid .column section {
  display: flex;
  flex-flow: column;
  padding: 25px;
}
.trinity-page .flex-grid .column .section-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000033;
}
.trinity-page .flex-grid .lock-description {
  justify-content: space-between;
  align-items: flex-start;
}
.trinity-page .flex-grid .lock-description .upgrade-description {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.trinity-page .flex-grid .lock-description .upgrade-description * {
  font-size: 14px;
  margin-left: 4px;
  text-decoration: none;
  font-weight: 400;
}
.trinity-page .inline-block {
  display: inline-block !important;
  height: 40px !important;
  vertical-align: top;
  margin-right: 10px;
}
.trinity-page .bottom-space-10 {
  margin-bottom: 10px;
}
.trinity-page .hl {
  height: 2px;
  width: 100%;
  background: #ddd;
  margin: 20px 0;
  border-radius: 50%;
}

.trinity-page .register {
  align-items: flex-start;
}
.trinity-page .register .description {
  font-size: 16px;
  font-weight: 300;
}
.trinity-page .register .description .trinity-bold-text {
  color: #777777;
  font-weight: 500;
}
.trinity-page .register .custom-input {
  margin-top: 8px;
}
.trinity-page .register .custom-checkbox {
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  margin-bottom: 0px;
  display: inline-flex;
}
.trinity-page .register .text-label {
  margin-right: 0;
  margin-left: 12px;
  font-weight: 400;
  font-weight: 700;
}
.trinity-page .register a {
  text-decoration: none;
  color: #0077ff;
}
.trinity-page .register button.button.button-primary {
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
  background: #FF0066;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  text-transform: uppercase;
}
.trinity-page .register button.button.button-primary:hover {
  background: #951d51;
  transition: all 200ms ease-out;
}

#trinity-metabox .trinity-meta-upgrade-banner {
  position: relative;
  width: 380px;
  padding: 10px 10px 0 10px;
}
@media screen and (max-width: 1085px) {
  #trinity-metabox .trinity-meta-upgrade-banner {
    display: none;
  }
}
#trinity-metabox .trinity-meta-upgrade-banner .container {
  padding: 10px 20px 18px 20px;
  border-radius: 8px;
  box-shadow: -1px 0px 5px 2px #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .message {
  margin: 0;
  font-family: "Montserrat";
  font-weight: 500;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .header {
  text-transform: uppercase;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .header .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .header .header-text {
  display: inline-block;
  vertical-align: middle;
  font-family: Montserrat;
  font-weight: 800;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .header .close-icon {
  width: 20px;
  height: 20px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .upgrade-button {
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
  background: #FF0066;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  text-transform: uppercase;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .upgrade-button:hover {
  background: #951d51;
  transition: all 200ms ease-out;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .upgrade-button {
  background: #010031;
  text-decoration: none;
  bottom: 10px;
  left: 10px;
  width: 200px;
}
#trinity-metabox .trinity-meta-upgrade-banner .container .footnote {
  font-size: 12px;
  margin-top: 5px;
}

.wizard-progress-wrapper {
  display: flex;
  margin: 30px 0;
}

.wizard-progress {
  flex: 0.66;
  display: flex;
}
.wizard-progress .step {
  flex: 1;
  text-align: center;
  position: relative;
}
.wizard-progress .step .name {
  position: relative;
  top: 30px;
}
.wizard-progress .step .node {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: calc(50% - 12.5px);
  border: 4px solid #07c;
  box-shadow: 0 0 3px #999;
  top: -3px;
  box-sizing: border-box;
}
.wizard-progress .step .node:after {
  font-family: dashicons;
  font-size: 19px;
  position: relative;
  left: -1px;
  content: "\f335";
  color: rgba(202, 0, 0, 0.7215686275);
}
.wizard-progress .step.complete .node {
  background: #07c;
}
.wizard-progress .step.complete .node:after {
  content: "\f15e";
  color: #fff;
}
.wizard-progress .step.complete:after {
  background: #07c;
}
.wizard-progress .step.complete:has(+ :not(.complete)):after {
  background: linear-gradient(to right, #07c 0%, #fff 100%) !important;
}
.wizard-progress .step:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  top: 6px;
  background: #fff;
  margin: 2px 0 0 -30px;
  z-index: -1;
}
.wizard-progress .step:last-child:after {
  display: none;
}
.wizard-progress a {
  color: #07f;
  text-decoration: none;
  font-size: inherit;
}

#trinity-admin-post-management .save-button {
  float: right;
  width: 200px;
}
#trinity-admin-post-management .guides .section-form-group {
  margin: 20px 0;
}

#show-modal-activate-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#show-modal-activate-posts img {
  border: none;
}

.trinity-page {
  font-family: Montserrat;
}
.trinity-page .field-error {
  color: red;
}
.trinity-page .plan-banner-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .trinity-page .plan-banner-wrapper {
    flex-direction: column;
  }
}
.trinity-page .plan-banner-wrapper .current-plan-wrapper {
  flex: 1;
}
.trinity-page .plan-banner-wrapper .current-plan-wrapper a {
  font-size: 12px;
}
.trinity-page .plan-banner-wrapper .current-plan-wrapper .credits-used {
  display: inline-block;
}
.trinity-page .plan-banner-wrapper .current-plan-wrapper .next-refresh-at {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 13px;
  font-weight: normal;
}
.trinity-page .premium-banner {
  padding: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  background: #FFFFFF;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
}
.trinity-page .premium-banner .upgrade-button {
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
  background: #FF0066;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  text-transform: uppercase;
}
.trinity-page .premium-banner .upgrade-button:hover {
  background: #951d51;
  transition: all 200ms ease-out;
}
.trinity-page .premium-banner .upgrade-button {
  background: #010031;
  width: 100%;
  text-decoration: none;
}
.trinity-page .premium-banner .upgrade-odds {
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #000033;
}
.trinity-page .premium-banner .upgrade-odds ul {
  list-style: disc inside;
}
.trinity-page .premium-banner .upgrade-odds ul li {
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 13px;
  position: relative;
  list-style: none;
  font-size: 13px;
}
.trinity-page .premium-banner .upgrade-odds ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #FF0066;
}
.trinity-page .premium-banner .upgrade-plan {
  color: #000033;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.trinity-page .save-and-odds {
  position: sticky;
  top: 25px;
}
.trinity-page .save-and-odds .save-and-odds-positioning {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trinity-page .trinity-show-recovery-token-button a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.trinity-page .trinity-show-recovery-token-button.inline {
  font-size: 13px;
}
.trinity-page .trinity-show-recovery-token-button.inline + span {
  display: inline-block;
  font-size: 13px;
}
.trinity-page .trinity-show-recovery-token-button.inline + span.hidden {
  display: none;
}
.trinity-page .trinity-show-recovery-token-button + p {
  display: block;
}
.trinity-page .trinity-show-recovery-token-button + p.hidden {
  display: none;
}
.trinity-page .trinity-head {
  margin: 0 0 0 25px;
  text-align: left;
  font-size: 30px;
  color: #000033;
  display: flex;
  text-transform: uppercase;
  font-weight: 800;
}
.trinity-page .existing-account {
  font-weight: 400;
}
.trinity-page .existing-account a {
  font-weight: 700;
}
.trinity-page .trinity-section-body {
  padding: 17px 24px;
  font-size: 16px;
  line-height: 19px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.0392156863);
  box-sizing: border-box;
  height: 100%;
}
.trinity-page .trinity-section-body .description {
  color: #B7B6B6;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 14px;
}
.trinity-page .trinity-section-body.plan-section {
  user-select: none;
  font-size: 16px;
  height: auto;
  min-height: 160px;
}
.trinity-page .trinity-section-body.plan-section .plan-description {
  width: 50%;
}
.trinity-page .trinity-section-body.plan-section a {
  color: #FF0066;
  text-decoration: none;
  font-weight: 400;
}
.trinity-page .trinity-section-body.plan-section .token-label {
  margin-top: 25px;
}
.trinity-page .trinity-section-body.plan-section .curr-plan {
  display: inline-block;
}
.trinity-page .trinity-section-body.plan-section .curr-plan,
.trinity-page .trinity-section-body.plan-section .token-label {
  height: 31px;
  font-weight: 400;
  font-size: 16px;
}
.trinity-page .trinity-section-body.plan-section .plan-name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  height: 31px;
  color: #7f7f97;
}
.trinity-page .trinity-section-body.plan-section .feature-title.large-title {
  line-height: 50px;
}
.trinity-page .trinity-section-body.plan-section .feature-title.large-title span {
  font-weight: 800;
  font-size: 40px;
}
.trinity-page .trinity-section-body.plan-section .feature-title {
  font-weight: 600;
}
.trinity-page .trinity-section-body.plan-section .feature-description {
  font-size: 14px;
  font-weight: 500;
}
.trinity-page .trinity-section-body.plan-section .bright {
  font-size: 50px;
  color: #FFCC00;
  color: #777777;
}
.trinity-page .trinity-section-body.plan-section .bright + span.articles-limit {
  color: #777777;
  font-size: 20px;
}
.trinity-page .trinity-section-body.plan-section .verified-message:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  background: #00cc66;
  background-repeat: no-repeat;
  background-position: 2px 4px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 6px;
  background-image: url("../assets/icons/check.svg");
}
.trinity-page .trinity-section-body.plan-section .verified-message {
  color: #00cc66;
}
.trinity-page .trinity-section-body.plan-section .verified-message ~ div, .trinity-page .trinity-section-body.plan-section .advanced-features {
  margin-top: 15px;
  font-weight: 600;
}
.trinity-page .trinity-section-body.plan-section .verified-message ~ div a, .trinity-page .trinity-section-body.plan-section .advanced-features a {
  text-decoration: underline;
  font-weight: 600;
}
.trinity-page .trinity-section-body .section-form-group {
  margin-bottom: 20px;
  font-weight: 300;
}
.trinity-page .trinity-section-body .section-form-group b {
  font-weight: 500;
}
.trinity-page .trinity-section-body .section-form-group input.hidden {
  display: none;
}
.trinity-page .trinity-section-body .section-form-group > .section-form-title {
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  color: #000033;
  font-size: 16px;
}
.trinity-page .publisher-token-notification div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.trinity-page .save-button {
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
  background: #FF0066;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  text-transform: uppercase;
}
.trinity-page .save-button:hover {
  background: #951d51;
  transition: all 200ms ease-out;
}
.trinity-page .save-button {
  width: 100%;
}
.trinity-page .save-button.width-auto {
  width: auto !important;
}
.trinity-page .save-button.disabled {
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
}
.trinity-page .save-button ~ .trinity-warning {
  margin-top: 0;
}
.trinity-page .save-button.dirty ~ .trinity-warning {
  margin-top: 20px;
  height: auto;
}
.trinity-page .save-button.dirty ~ .trinity-warning .icon {
  width: 30px;
}
.trinity-page .trinity-save-account {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.trinity-page .trinity-save-account .use-account-key-button {
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
  background: #FF0066;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  max-width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  box-sizing: border-box;
  text-transform: uppercase;
}
.trinity-page .trinity-save-account .use-account-key-button:hover {
  background: #951d51;
  transition: all 200ms ease-out;
}
.trinity-page .trinity-save-account .use-account-key-button {
  min-width: 115px;
  background: transparent;
  color: #FF0066 !important;
  border: #FF0066 solid 1px;
}
.trinity-page .trinity-save-account .use-account-key-button:hover {
  color: white !important;
  background: #FF0066;
}
.trinity-page .trinity-save-account .use-account-key-button + p.description {
  margin-left: 25px;
}
.trinity-page .trinity-save-account .use-account-key-button.trinity-loader {
  cursor: progress;
  color: #6b6b6b;
  background: #bfbebe;
}
.trinity-page ::placeholder {
  color: #C8C8C8 !important;
}
.trinity-page .install-key {
  font-size: 18px;
}
.trinity-page .underline {
  text-decoration: underline;
}
.trinity-page .loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.trinity-page .loader {
  width: 36px;
  height: 36px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #FF0066;
  -webkit-animation: trinity-spin 2s linear infinite; /* Safari */
  animation: trinity-spin 2s linear infinite;
}
.trinity-page {
  /* Safari */
}
@-webkit-keyframes trinity-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes trinity-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.trinity-notification {
  margin-left: -20px;
  background: #FF2C2C;
  text-align: center;
  box-sizing: border-box;
  width: calc(100% + 20px);
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 10px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trinity-notification > span {
  display: inline-block;
}
.trinity-notification .trinity-notification-close {
  cursor: pointer;
  position: absolute;
  right: 8px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../assets/icons/icon-close.svg);
}
.trinity-notification a {
  color: white;
  white-space: nowrap;
}

.trinity-bulk-update-wrapper {
  background-color: #000033;
  display: none;
  font-family: Montserrat;
  font-weight: 100;
}
.trinity-bulk-update-wrapper .trinity-bulk-update.status.error {
  color: red;
  font-weight: 600;
}
.trinity-bulk-update-wrapper .trinity-bulk-bar {
  display: inline-block;
  width: 400px;
  text-align: right;
}
.trinity-bulk-update-wrapper .trinity-bulk-posts-numbers {
  width: 150px;
  display: inline-block;
  text-align: right;
}
.trinity-bulk-update-wrapper .trinity-bulk-posts-stage {
  display: inline-block;
  width: 90px;
  text-align: left;
}
.trinity-bulk-update-wrapper .trinity-bulk-bar,
.trinity-bulk-update-wrapper .trinity-bulk-bar-inner {
  height: 10px;
  border-radius: 2px;
}
.trinity-bulk-update-wrapper .trinity-bulk-bar {
  background-color: white;
  width: 240px;
  max-width: 240px;
}
.trinity-bulk-update-wrapper .trinity-bulk-bar .trinity-bulk-bar-inner {
  background-color: #00CC66;
}

.trinity-hide {
  display: none !important;
}

.trinity-section-body .trinity-inner td {
  padding: 5px 10px;
}

#trinity-metabox .components-tab-panel__tabs {
  background: #f3f4f5;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 50px;
  border-top: 1px solid #e2e4e7;
  border-bottom: 1px solid #e2e4e7;
}
#trinity-metabox .components-tab-panel__tabs .components-button {
  height: 100%;
  outline: none !important;
  box-shadow: none !important;
  background: inherit !important;
  transition: none !important;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0 15px;
}
#trinity-metabox .components-tab-panel__tabs .components-button.is-active {
  border-bottom: 3px solid #007cba;
  font-weight: bold;
}
#trinity-metabox .components-tab-panel__tab-content select {
  min-width: 130px;
}
#trinity-metabox .components-tab-panel__tab-content .content {
  display: none;
}
#trinity-metabox .components-tab-panel__tab-content .content.is-active {
  display: block;
}
#trinity-metabox .components-tab-panel__tab-content .content[data-id=advanced] ul li {
  padding: 10px 0;
}
#trinity-metabox .components-tab-panel__tab-content .content[data-id=advanced] ul label {
  width: 180px;
  font-weight: bold;
  display: inline-block;
}

.trinity-submit-wrapper {
  font-weight: 300;
  display: flex;
  align-items: center;
  max-width: 550px;
}

.trinity-status-wrapper {
  margin: 0 0 0 20px;
}
.trinity-status-wrapper .status {
  display: none;
}
.trinity-status-wrapper .status.show {
  display: inline-block;
}

#trinity-admin .note {
  color: #BD522E;
}
#trinity-admin .trinity-status-wrapper {
  margin: 0;
}

.trinity-notice {
  margin: 5px 25px 5px 25px !important;
}

.trinity-activate-plugin .message {
  color: red;
  font-size: 15px;
}

#trinity-admin-logs .h1 {
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
}
#trinity-admin-logs table,
#trinity-admin-logs tr,
#trinity-admin-logs td {
  padding: 10px;
  border-collapse: collapse;
  vertical-align: top;
}
#trinity-admin-logs .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#trinity-admin-info .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#trinity-admin-logs table {
  width: 100%;
}
#trinity-admin-logs table thead {
  font-weight: bold;
}
#trinity-admin-logs table thead .date {
  width: 15%;
}
#trinity-admin-logs table thead .user-error {
  width: 35%;
}
#trinity-admin-logs table tbody td:nth-child(3) {
  word-break: break-word;
  white-space: pre-line;
}
#trinity-admin-logs table tbody .info {
  background: #c7e2f7;
}
#trinity-admin-logs table tbody .warn {
  background: #ffffe5;
}
#trinity-admin-logs table tbody .error {
  background: #ffcdcd;
}

#trinity-admin .advanced {
  margin: 20px 0;
  border: 1px solid red;
  padding: 20px;
  display: inline-block;
}

#trinity-save-publisher-token input.regular-text {
  margin-right: 15px;
}

.trinity-bold-text {
  font-weight: 700;
}