@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.admin_page_postman-configuration_wizard {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.admin_page_postman-configuration_wizard::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.ps-wizard-top {
  width: 95%;
  max-width: 1400px;
  margin: 30px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ps-logo {
  text-align: left;
  margin: 0;
}

.ps-back-dashboard {
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 3px;
  border: 1px solid #E2E9FB !important;
  background: #ffffff !important;
  color: #214A72 !important;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.ps-back-dashboard::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/arrow-left-circle.svg') no-repeat center center;
  background-size: contain;
}

.ps-back-dashboard:hover,
.ps-back-dashboard:focus {
  background: #f5f5f5;
  border-color: #E2E9FB;
  color: #214A72;
}

.ps-wizard-outer {
  border: 2px solid #375CAF;
  border-radius: 7px;
  width: 95%;
  max-width: 875px;
  margin: 0 auto;
}

.ps-wizard-nav {
  /* width: 32%; */
  float: left;
}

.ps-wizard-pages {
  width: 67%;
  float: right;
}

.ps-wizard-section {
  margin: 25px 0;
}

.ps-wizard-footer {
  /* background: #fff; */
  padding: 17px 0;
}

/* .ps-wizard-nav {
  border-right: 1px solid #d9d9d9;
} */

.ps-wizard-pages {
  border-left: 1px solid #d9d9d9;
  padding-left: 20px;
}

.ps-wizard-section .ps-wizard-nav {
  height: 484px;
}

.smtp-outer .ps-wizard-section .ps-wizard-nav {
  height: 978px;
}

.gmail_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 1087px;
}

.mandrill_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 676px;
}

.sendgrid_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 676px;
}

.mailersend_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 676px;
}

.mailgun_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 904px;
}

.sendinblue_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 724px;
}

.postmark_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 676px;
}

.sparkpost_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 676px;
}

.elasticemail_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 676px;
}

.office365_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 978px;
}

.zohomail_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 1087px;
}

.aws_ses_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 887px;
}

.mailjet_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 778px;
}

.sendpulse_api-outer .ps-wizard-section .ps-wizard-nav {
  height: 775px;
}

.ps-wizard-footer .ps-wizard-nav {
  border-right: none;
}

.ps-wizard-nav table,
.ps-wizard-footer table {
  padding: 0 8px;
}

.ps-wizard-edit span {
  color: #375caf;
  font-size: 25px;
}

.ps-wizard-nav table td,
.ps-wizard-footer table td {
  padding: 12px 6px;
  vertical-align: middle;
}

.ps-wizard-circle {
  text-align: center;
}

.ps-active-nav .ps-wizard-circle span.ps-tick:before {
  background-color: #214A72;
}

.ps-in-active-nav .ps-wizard-circle span.ps-tick:before {
  /* background-color: #d9d9d9; */
  border: 2px solid #CDCDCD;
}

.ps-active-nav .ps-wizard-circle span.ps-tick:before,
.ps-in-active-nav .ps-wizard-circle span.ps-tick:before {}

.ps-active-nav .ps-wizard-circle span.ps-tick,
.ps-in-active-nav .ps-wizard-circle span.ps-tick {
  display: inline-table;
  width: 48px;
  height: 48px;
}

.ps-wizard-circle span.ps-tick {
  font-size: 44px;
  display: inline-table;
  color: #214A72;
}

.ps-wizard-text {
  font-weight: 600;
  color: #214A72
}

.ps-wizard-footer-left {
  width: 32%;
  float: left;
}

.ps-wizard-footer-right {
  float: right;
  width: 67%;
}

.ps-in-active-nav .ps-wizard-edit,
.ps-active-nav .ps-wizard-edit,
.ps-wizard-footer .ps-in-active-nav .ps-wizard-text {
  display: none;
}

.ps-tick {
  position: relative;
  z-index: 8;
}

.ps-in-active-nav .ps-wizard-line:after,
.ps-active-nav .ps-wizard-line:after {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 26px;
  left: 24px;
  bottom: 49px;
  z-index: -3;
}

.ps-in-active-nav .ps-wizard-line:after {
  background: #CDCDCD;
}

.ps-active-nav .ps-wizard-line:after,
.ps-wizard-line:after {
  background: #214A72;
}

.ps-wizard-footer .ps-active-nav .ps-wizard-line:after {
  height: 342px;
}

.ps-wizard-screens-container {
  padding: 0 25px 0px 0px;
}

.ps-wizard-step {
  display: none;
}

.ps-wizard-pages p {
  font-weight: 600;
  font-size: 12px;
  color: #707070;
}

.ps-wizard-pages a {
  color: #000;
}

.smtp-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 870px !important;
}

.gmail_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 1088px !important;
}

.mandrill_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 520px !important;
}

.sendgrid_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 590px !important;
}

.mailersend_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 520px !important;
}

.mailgun_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 750px !important;
}

.sendinblue_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 570px !important;
}

.resend_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 583px !important;
}

.postmark_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 520px !important;
}

.sparkpost_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 520px !important;
}

.elasticemail_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 520px !important;
}

.office365_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 1047px !important;
}

.zohomail_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 950px !important;
}

.aws_ses_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 750px !important;
}

.mailjet_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 625px !important;
}

.sendpulse_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 650px !important;
}

.emailit_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 475px !important;
}

.maileroo_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 475px !important;
}

.mailtrap_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 494px !important;
}

.sweego_api-outer .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 494px !important;
}

.gmail-enabled .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 1021px !important;
}

.office-enabled .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
  height: 840px !important
}

/* .ps-wizard-footer-left .ps-in-active-nav .ps-wizard-line:after {
    height: 429px !important;
} */

.ps-wizard-footer-left .ps-in-active-nav .ps-email-tester-line.ps-wizard-line:after {
  height: 417px !important;
}

.ps-wizard-sockets {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ps-wizard-divider {
  border-top: 1px solid #E0E0E0;
  margin: 24px 0;
}

.ps-wizard-socket-radio label {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.ps-wizard-socket-radio img {
  width: 31px;
  cursor: pointer;
  transition: transform 1s;
  object-fit: cover;
  padding: 8px 20px 3px 20px;
}

.ps-wizard-socket-tick-container {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  right: 0px;
  cursor: pointer;
  top: 0;
}

.ps-wizard-socket-check:checked+label>.ps-wizard-socket-tick-container {
  opacity: 1;
}

.ps-wizard-socket-radio {
  background: #FAFAFA;
  border: 1px solid #EFEFEF;
  width: 115px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

.ps-wizard-socket-radio label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ps-wizard-socket-radio label .ps-wizard-socket-tick svg {
  width: 18px;
  height: 18px;
}

.ps-wizard-see-more-outer .ps-wizard-socket-radio,
.ps-wizard-see-more-outer .ps-wizard-socket-radio label {
  cursor: pointer;
}

.ps-wizard-see-more-icon {
  width: 50px;
  height: 32px;
  margin: 8px auto 4px;
  background: url('../images/seemore.png') no-repeat center center;
  background-size: contain;
}

.ps-wizard-see-more-text {
  margin-top: 2px;
}

.ps-pro-extension-outer {
  border-radius: 3px;
  border: 1px solid #EFEFEF;
  background: linear-gradient(113deg, rgba(0, 168, 255, 0.00) 0.45%, rgba(63, 140, 216, 0.20) 46.66%, rgba(142, 210, 245, 0.20) 50.11%, rgba(142, 210, 245, 0.00) 99.55%), #FAFAFA;

}

.ps-wizard-socket-radio input {
  display: none !important;
}

.ps-wizard-socket-radio label {
  margin: 0 !important;
  /* display: inline-block; */
}

.ps-wizard-socket-tick span {
  font-size: 13px;
  background-color: #214A72;
  color: #fff;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
}

.ps-wizard-socket-radio-outer {
  text-align: center;
}

.ps-wizard-sockets h4 {
  margin: 0;
  color: #214A72;
}

.ps-step-heading {
  color: #214A72;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

.ps-from-address {
  color: #214A72;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.ps-from-description {
  color: #707070;
}

.ps-from-label {
  color: #214A72;
}

.ps-wizard-step-4 .ps-feedback-heading {
  color: #214A72;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 8px;
}

.ps-wizard-step-4 .ps-feedback-heading .ps-heart {
  color: #ff4b4b;
  margin-right: 6px;
}

.ps-wizard-socket-radio:has(.ps-wizard-socket-check:checked) {
  border: 1px solid #214A72;
}

.button-primary.ps-blue-btn {
  border: #214A72;
  background: #214A72;
  border-radius: 4px;
  line-height: 40px;
  width: 184px;
}

.button-primary.ps-blue-btn.ps-disabled {
  background: #cccccc;
  border-color: #999999;
  color: #666666 !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.button-primary.ps-blue-btn.focus,
.button-primary.ps-blue-btn.hover,
.button-primary.ps-blue-btn:focus,
.button-primary.ps-blue-btn:hover {
  background: #214A72;
  border-color: #214A72;
}

.button-primary.ps-yellow-btn {
  border: #ff9900;
  background: #fa8900;
  border-radius: 50px;
  line-height: 35px;
  width: 170px;
  color: #000 !important;
}

.button-primary.ps-yellow-btn.focus,
.button-primary.ps-yellow-btn.hover,
.button-primary.ps-yellow-btn:focus,
.button-primary.ps-yellow-btn:hover {
  background: #ffac31;
  border-color: #000000;
}

.button-primary.ps-blue-btn .dashicons,
.button-primary.ps-yellow-btn .dashicons {
  vertical-align: middle;
  font-size: 15px;
}

.button-primary {
  text-align: center;
}

.ps-wizard-footer-right button {
  float: right;
}

.ps-wizard-footer-right .ps-wizard-step-1,
.ps-wizard-footer-right .ps-wizard-step-2,
.ps-wizard-footer-right .ps-wizard-step-3,
.ps-wizard-footer-right .ps-wizard-step-4 {
  padding: 15px 10px;
}

.ps-wizard-error {
  color: red !important;
}

.ps-wizard-success {
  color: green !important;
}

.ps-wizard-error,
.ps-wizard-success {
  display: block;
  font-weight: 600;
  ;
}

.ps-loading-test-report {
  display: inline-flex;
  align-items: center;
}

.ps-wizard-pages {
  min-height: 351px;
}

.ps-wizard-edit .dashicons-edit {
  cursor: pointer;
  display: none;
}

.ps-wizard-socket {
  display: none;
}

.ps-wizard-back {
  font-size: 12px;
  text-decoration: none;
  color: #375caf !important;
}

.ps-wizard-back span {
  font-size: 13px;
  vertical-align: sub;
}

.ps-wizard-socket h3 {
  margin: 5px 0;
  color: #214A72;
}

.ps-form-ui label {
  font-weight: 600;
  color: #214A72;
}

.ps-form-ui input[type="text"],
.ps-form-ui select {
  width: 100% !important;
  max-width: 100% !important;
  height: 37px;
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #DCDFE5 !important;
  background: #FDFDFE !important;
  border-radius: 0;
}

.ps-switch-1 .slider {
  background-color: #fff !important;
  border-radius: 20px;
  border: 0.5px solid #C2CDD9 !important;
}

.ps-switch-1 .slider:before {
  background-color: #C2CDD9 !important;
  left: 1px !important;
  bottom: 1px !important;
}

.ps-form-control {
  margin-bottom: 25px;
}

.ps-form-control-info {
  color: #979797;
  font-size: 10px;
}

.ps-wizard-socket {
  line-height: 22px;
}

.ps-form-switch-control {
  display: inline-block;
}

.ps-wizard-toggle-row {
  margin-top: 10px;
}

.ps-wizard-toggle-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.ps-wizard-toggle-description {
  margin: 0;
  color: #707070;
}

.ps-form-switch-control .ps-switch-1 input:checked+.slider {
  /* background-color: #214A72 !important; */
  border-color: #214A72 !important;
}

.ps-form-switch-control .ps-switch-1 input:checked+.slider:before {
  background-color: #214A72 !important;
}

.ps-wizard-congrates {
  float: left;
}

.ps-wizard-view-logs {
  float: right;
}

.ps-wizard-pages .ps-wizard-step-4 a {
  color: #375caf;
}

.ps-wizard-card {
  background: whitesmoke;
  padding: 8px 15px;
}

.ps-wizard-card p {
  margin-bottom: 30px;
}

.ps-wizard-page-footer {
  width: 95%;
  max-width: 875px;
  text-align: center;
  margin: 45px auto;
}

.ps-wizard-page-footer a {
  margin: 0 25px;
  color: #949494;
}

.ps-wizard-footer .ps-active-nav .ps-wizard-circle span.ps-tick:before {
  content: "\f12a";
  background-color: transparent;
  margin: 0;
  height: auto;
  width: auto;
}


.ps-pro-extension-outer {
  position: relative;
}

.ps-pro-extension-tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #FF9900;
  color: #ffffff;
}

.ps-pro-extension-tag {
  color: transparent;
  background: url(../images/probadge.svg) no-repeat center;
  left: auto;
  right: 4px;
  background-size: 100%;
  width: 30px;
  height: 15px;
  top: 5px;
}

/* Finished + currently active step */
.ps-wizard-nav tr.finished.ps-active-nav span.ps-tick:before {
  background: url(../images/finished-white.svg) #214A72 no-repeat center !important;
  border-color: #214A72;
}

.ps-wizard-nav tr.finished:not(.ps-active-nav) span.ps-tick:before {
  background: url(../images/finished.svg) no-repeat center;
  background-size: 20px;
}

.ps-wizard-nav tr:not(.ps-active-nav, .ps-in-active-nav) span.ps-tick.dashicons-yes-alt:before {
  background: url(../images/check.svg) #214A72 no-repeat center;
  background-size: 30px;
}

.ps-wizard-nav span.ps-tick:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #CDCDCD;
  border-radius: 100%;
}

.ps-wizard-nav span.ps-tick:before {}

.ps-pro-popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bfbfbfa1;
  z-index: 9990;
}

.ps-pro-popup-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.ps-pro-popup-outer {
  position: absolute;
  width: 550px;
  height: 400px;
  background: #fff;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 7px;
}

span.ps-pro-close-popup {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #222222;
  border: 1px solid #e2e4ea;
  border-radius: 50px;
  cursor: pointer;
}

.ps-pro-popup-body {
  position: relative;
  line-height: 30px;
}

.ps-pro-popup-content {
  width: 100%;
  text-align: center;
  padding: 30px 90px 24px;
  box-sizing: border-box;
}

.ps-pro-popup-content h1 {
  color: #214A72;
  font-weight: 500;
  font-size: 20px;
  margin: 15px 0;
  line-height: 26px;
  padding: 0;
}

.ps-pro-popup-content p {
  font-size: 11px;
  color: #6A788B;
  margin: 25px 0;
  font-weight: 400;
  width: 75%;
  margin: 25px auto;
}

.ps-pro-promo-area {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.ps-pro-promo-area p {
  color: #214a72;
  font-size: 12px;
  margin: 0 auto;
}

.ps-pro-promo-area b {
  font-weight: bolder;
}

.ps-pro-coupon {
  background: #5e7cbf;
  display: inline-block;
  padding: 0px 35px 0 14px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  border: 1px solid #5E7CBF;
}

.ps-pro-coupon b {
  color: #fff;
}

.ps-pro-discount {
  background: #121FCF;
  background: linear-gradient(298.51deg, #8ED2F5 -7.43%, #46519E 78.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}

#ps-pro-code-copy-notification .dashicons {
  vertical-align: middle;
}

.ps-click-to-copy {
  vertical-align: sub;
}

.ps-click-to-copy {
  cursor: pointer;
}

.ps-wizard-connectivity-information {
  border: 1px solid #EFB3B3;
  padding: 8px;
  background: #FFE4E4;
  color: #000;
  margin-top: 15px;
}

.ps-wizard-connectivity-information .dashicons {
  color: #E57373;
}

.ps-wizard-outer.smtp2go_api-outer .ps-wizard-footer-left .ps-wizard-line::after {
  height: 515px !important;
}

.ps-wizard-outer.default-outer .ps-wizard-footer-left .ps-wizard-line::after {
  height: 320px !important;
}

.ps-wizard-pro-tag {
  background: #ffbf00;
  color: #ffffff;
  font-size: 11px;
  padding: 0px 8px;
  border-radius: 50px;
}

.ps-enable-gmail-one-click.disabled {
  pointer-events: all;
  opacity: 0;
  cursor: not-allowed;
}

.ps-hidden {
  display: none;
}

.ps-office365-btn {
  background-color: #4285f4 !important;
  border-radius: 0px !important;
  line-height: 40px !important;
  font-size: 15px !important;
  width: 215px;
  display: inline-flex !important;
  align-items: center;
  text-decoration: none;
  height: 50px;
}

.ps-office365-btn::before {
  content: '';
  font-size: 20px;
  display: inline-block;
  background-size: auto;
  background-repeat: no-repeat;
  width: 36px;
  height: 34px;
  margin-right: 10px;
  background-color: white;
}

.ps-gmail-btn {
  background-color: #4285f4 !important;
  border-radius: 0px !important;
  line-height: 40px !important;
  font-size: 15px !important;
  width: 184px;
  display: inline-flex !important;
  align-items: center;
  text-decoration: none;
}

.ps-gmail-btn::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 20px;
  margin-right: 10px;
  background-color: white;
  padding-top: 5px;
}

.ps-remove-gmail-btn {}

.ps-remove-office365-btn {
  background: none !important;
  color: red !important;
  font-size: 10px !important;
  margin-left: 20px !important;
  border: none !important;
  margin-top: 30px !important;
  text-decoration: underline !important;
}


.ps-wizard-socket .ps-remove-gmail-btn {
  margin-top: 20px !important
}

.ps-disable-gmail-setup b {
  display: inline-block;
  margin-left: 5px;
  margin-top: 30px !important;
  color: green;
}

.ps-connect-with {
  margin-left: 20px;
}

/* Lets make wiz3rd responsive */
.ps-dns-results p {
  margin: 0;
}

.ps-dns-heading {
  border-left: 2px solid #3a5eaf;
  background: #d8e1e8;
  color: #585858;
  padding: 7px 15px;
}

.ps-dns-results {
  width: 510px;
}

.ps-dns-record {
  border-left: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  padding: 12px 13px;
  position: relative;
}

.ps-dns-record p {
  color: #6E6E6E;
  font-size: 11px;
  font-weight: 450;
}

.ps-dns-record b {
  color: #6E6E6E;
  font-size: 11px;
  font-weight: bold;
}

.ps-dns-footer {
  font-size: 11px;
  font-weight: bold;
  color: #6E6E6E;
  margin-top: 15px;
  display: block;
}

.ps-dns-footer a {
  color: #5171b9;
  font-weight: bold;
}

.ps-dns-footer span {
  font-size: 18px;
  color: #375caf;
  vertical-align: middle;
}

.ps-dns-pass {
  color: #74B27B;
}

.ps-dns-fail {
  color: #e57373;
}

.ps-dns-pass,
.ps-dns-fail {
  text-transform: capitalize;
}

.ps-dns-status-icon {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 17px;
}

.ps-pro-popup-body .ps-pro-popup-content *:not(.dashicons) {
  font-family: "Poppins", sans-serif;
}

.ps-pro-popup-content h4 {
  font-weight: 400;
  font-size: 14px;
  color: #6A788B;
  margin: 0;
  line-height: 100%;
}

.ps-pro-popup-content .smily strong {
  background: -webkit-linear-gradient(0deg, #46519E 50%, #8ED2F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.ps-pro-popup-content .smily {
  font-size: 14px;
  font-weight: 700;
}

.ps-pro-popup-body .ps-pro-popup-content strong {
  font-weight: 700;
}

.ps-pro-coupon span.copy-icon {
  position: absolute;
  width: 25px;
  height: 100%;
  background: #D3E1FF;
  right: 0;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  color: #5E7CBF;
}

.ps-pro-coupon span.copy-icon svg {
  width: 15px;
  height: 15px;
}

.ps-pro-popup-content a.button {
  font-weight: 600;
  color: #fff !important;
  padding: 12px 28px;
  width: auto;
  line-height: normal;
}

div#ps-pro-code-copy-notification {
  position: absolute;
  color: rgb(179, 213, 182);
  border-radius: 3px;
  right: 0;
  left: 85%;
  bottom: 4px;
  margin: auto;
  width: 100px;
  font-size: 11px;
  border: 1px solid rgb(179, 213, 182);
  line-height: 22px;
  background: rgb(225, 253, 228);
  display: none;
}

/* Lets make wizard responsive */

.wizard-btn-css {
  background: none !important;
  color: red !important;
  font-size: 10px !important;
  margin-left: 100px;
}

.wizard-btn {
  margin-left: 0px !important;
}

.icon-circle {
  width: 24px;
  height: 24px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  flex-shrink: 0;
}

.icon-check {
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: inline-block;
}

.ps-wizard-send-test-email:disabled {
  background: #cccccc;
  border: 1px solid #999999;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.6;
}

.ps-disable-office365-setup b {
  display: inline-block;
  margin-left: 5px;
  margin-top: 30px !important;
  color: green;
}

/* Office 365 Business Plan Upgrade Styles */
.ps-office365-upgrade-required {

  cursor: not-allowed;
}

.ps-office365-upgrade-required input[type="checkbox"] {
  pointer-events: none;
}

label.ps-office365-upgrade-required:hover:before {
  content: "";
  position: absolute;
  left: 160px;
  right: 0;
  width: 400px;
  height: 288px;
  background: url(images/office-once-click.gif) no-repeat #ffff;
  box-shadow: 0px 3px 36px -7px #000;
  border-radius: 5px;
  z-index: 2;
  top: -40px;
  background-size: 100%;

}

.ps-wizard .ps-wizard-footer .ps-wizard-nav .ps-wizard-line:after {
  height: 325px;
}

.ps-wizard.ps-see-more-open .ps-wizard-footer .ps-wizard-nav .ps-wizard-line:after {
  height: 505px;
}

.ps-wizard .ps-wizard-send-email .ps-wizard-footer .ps-wizard-nav .ps-wizard-line:after {
  height: 345px;
}

span.ps-wizard-line:after {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 26px;
  left: 24px;
  bottom: 46px;
  z-index: -3;
}

/* Lets make wizard responsive */
.post-smtp_page_postman-configuration_wizard {
  background-color: #fff;
}

.ps-force {
  /* display: flex; */
  /* width: 500px; */
  padding: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #F8F8F8;
  margin-top: 20px;
}

.ps-force span {
  color: #707070;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.ps-force-heading {
  margin: 0;
  margin-right: 8px;
  color: #214A72;
  font-size: 12px;
  font-weight: 600;
}

.ps-home-middle-right {
  height: 250px !important;
  border-radius: 8.225px !important;
  position: relative;
  overflow: visible;
}

.ps-mobile-notice-content {
  padding: 30px 30px 0px 0px;
}


.ps-mobile-feature-left {
  font-size: 10.58px;
  font-style: normal;
  font-weight: 400;
}

.ps-mobile-feature-right {
  font-size: 10.58px;
  font-style: normal;
  font-weight: 400;
}

.ps-app-download-button {
  width: 130.622px;
  height: 36.74px;
}

.ps-app-download-button a {
  font-size: 5px;
}

.ps-mobile-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.ps-mobile-check svg {
  display: block;
}

.ps-app-download-button {
  width: 95px !important;
  padding: 2px !important;
  margin-top: 0px !important;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.ps-mobile-notice-content-title {
  color: #214A72 !important;
  font-family: Poppins;
  font-size: 13.16px !important;
  ;
  font-style: normal;
  font-weight: 700 !important;
  ;
  line-height: 150%;
  /* 19.74px */
}

.ps-app-download-button a {
  padding-top: 5px;
}

.ps-wizard-step-end.ps-active-nav .ps-wizard-circle span.ps-tick:before {}

#ps-wizard-form .wizrd_footer {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
  gap: 15px;
  justify-content: space-between;
}

#ps-wizard-form .wizrd_footer button {
  padding: 10px 16px;
  width: auto;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}

#ps-wizard-form .wizrd_footer button span.dashicons {
  height: auto;
}

#ps-wizard-form .wizrd_footer p.ps-wizard-error {
  margin: 0;
}

#ps-wizard-form .wizrd_footer p {
  margin: 0 0 5px;
}

#ps-wizard-form .wizrd_footer p a {
  font-style: normal;
  font-weight: 700;
}