.bg-custom {
  --bs-bg-opacity: 1;
  background-color: #81cef5 !important;
}

.nav-link.active {
  color: #fff;
  background-color: #81cef5;
}

.nav-tabs {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid transparent;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  float: left;
  text-decoration: none;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-color: transparent;
}

.tab-content>.tab-pane {
  float: left;
  width: 100%;
  display: none;
}

.tab-content>.tab-pane.active {
  display: block;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
}

.pypa-container .pypa-setting label {
  padding-right: 32px;
}

/* .active {
	--bs-bg-opacity: 1;
    background-color: #48B1BF!important;
} */
.button.button-primary {
  background-color: #48B1BF !important;
}

.toplevel_page_pypa_wordpress_sync_plugin .wp-menu-image.dashicons-before img {
  width: 21px;
}

.no-display {
  display: none;
}

#adminmenu .menu-icon-simplified-checkout .wp-menu-image:before {
  font-size: 20px !important;
}

/* Target the text label */
#adminmenu .menu-icon-simplified-checkout .wp-menu-name {
  font-size: 13px !important;
}

#adminmenu .toplevel_page_simplified-checkout-settings img {
  height: 25px;
  filter: contrast(0) brightness(2);
}

#sso-login-area {
  height: 100vh;
  overflow: hidden;
  background: #F1F4F9;
}

.hide-area {
  display: none;
}

.title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border: none;
  text-align: center;
  border-radius: 5px;
  padding: 11.25px 20px;
  cursor: pointer;
}

.btn+.btn {
  margin-top: 20px;
}

.btn-nostyle {
  color: #5C79FF;
  background-color: transparent;
  width: auto !important;
}

.btn.btn-big {
  font-size: 16px;
  padding: 15px 20px;
}

.btn:hover {
  outline: none;
  box-shadow: none;
}

.btn-blue {
  background-color: #5DBAE8;
}

.btn-blue:hover {
  background-color: #4AA6D4;
}

.btn-purple {
  background-color: #5C79FF;
}

.btn-purple:hover {
  background-color: #536EE6;
}

.p-50 {
  padding: 50px;
}

/* Sign In Page */

.grid-block {
  display: grid;
  grid-template-columns: 55% 45%;
  background: #fff;
}

.block-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: auto;
}

.block-left .content {
  padding: 20px;
  width: 100%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.block-left .content img {
  margin-bottom: 24px;
}

.block-left .content .title {
  margin-bottom: 24px;
}

.block-left .content .text {
  margin-bottom: 32px;
}

.block-left .content .btn {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-right img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width:991px) {
  .grid-block {
    display: grid;
    grid-template-columns: 1fr;
  }

  .block-left {
    position: relative;
    z-index: 10;
    height: 100vh;
  }

  .block-right {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .block-left .content {
    text-align: center;
  }
}

/* API key holder */

.api-key-holder label {
  font-size: 15px;
  color: #505559;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.api-key-holder textarea {
  display: block;
  width: 100%;
  min-height: 87px;
  padding: 11px 12px;
  border: 1px solid #E1E7ED;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}


/* Activating loader */
main.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.loader {
  width: 100%;
  max-width: 580px;
}

.loader h3 {
  margin-bottom: 24px;
  text-align: center;
}

.loader .content {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
}

.loader .content .text:first-of-type {
  margin-bottom: 17px;
  font-size: 14px;
  text-align: center;
}

.loader .content .text:last-of-type {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

.loader-wrapper {
  background-color: #F1F4F9;
  height: 8px;
  position: relative;
}

.loader-wrapper .loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #5C79FF;
}

/* Settings Page */
main.settings-page {
  overflow-y: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}

.topbar .title {
  margin-bottom: 0;
  font-weight: 400;
}

.topbar .chip {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 6px 10px 6px 6px;
  background-color: #2EBF50;
  border-radius: 13px;
  display: flex;
  align-items: center;
  cursor: default;
}

.topbar .chip svg {
  width: 13px;
  border: 3.5px solid rgba(255, 255, 255, .30);
  border-radius: 50%;
  margin-right: 6px;
}

.topbar .chip.disabled {
  background-color: #D3D8E0;
  color: #5F6368;
}

.topbar .chip.disabled svg {
  border: 3.5px solid rgba(95, 99, 104, .3)
}

.topbar .chip.disabled svg circle {
  fill: #5F6368;
}

.topbar .btn-violet,
.topbar .btn-violet:hover {
  background-color: #5C79FF;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px
}

.topbar .btn-violet span {
  margin-top: -3px;
}

.admin-info {
  padding: 20px 0;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
}

.admin-info div {
  padding: 10px 35px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  gap: 20px;
}

.admin-info div.top {
  align-items: flex-start;
}

.admin-info div:nth-child(n+2) {
  border-left: 1px solid #F1F4F9;
}

.admin-info div:nth-child(n+2) .title {
  font-size: 40px;
  color: #5C79FF;
  text-align: center;
}

.admin-info div:nth-child(n+2) .text {
  font-size: 15px;
  color: #A0A4B1;
  text-align: center;
}

.status-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.status-content {
  background-color: #fff;
  border-radius: 3px;
}

.status-content h4 {
  font-weight: 500;
  font-size: 15px;
  padding: 20px;
  border-bottom: 1px solid #F1F4F9;
}

.status-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.status-content ul li {
  padding: 12px 20px;
  border-bottom: 1px solid #F1F4F9;
  font-size: 14px;
}

.status-content ul li div {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: right;
}

.status-content ul li>div {
  justify-content: space-between;
  text-align: left;
}

.status-content ul li i.fa-check {
  color: #3BC73F;
}

.status-content ul li i.fa-circle-info {
  color: #5F6368;
}

.status-content ul li span {
  color: #A0A4B1;
  margin-top: 10px;
  display: block;
}

.actions {
  margin-top: 30px;
  border-radius: 3px;
}

.actions,
.actions>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.actions>div {
  justify-content: flex-start;
  gap: 19px;
}

.enable-checkout {
  background-color: #fff;
  padding: 10.5px 20px 10.5px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
}

/* Custom Switch */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #5C79FF;
}

input:focus+.slider {
  box-shadow: 0 0 1px #5C79FF;
}

input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Custom Switch */

/* Custom tooltip */
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #212D3D;
  color: #fff;
  text-align: center;
  padding: 4px 12px;
  border-radius: 3px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext p {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
}

.tooltip .tooltiptext p+p {
  margin-top: 12px;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #212D3D transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Custom tooltip */

@media screen and (max-width:1199px) {
  .admin-info div {
    padding: 10px 20px;
  }

  .p-50 {
    padding: 25px;
  }

}

@media screen and (max-width:991px) {
  .admin-info {
    grid-template-columns: repeat(3, 1fr);
  }

  .top {
    grid-column: 1 / -1;
    text-align: center;
    align-items: center !important;
  }

  .p-50 {
    padding: 15px;
  }

  .admin-info div {
    padding: 10px 10px;
    gap: 15px;
  }

  .admin-info div:nth-child(n+2) .title {
    font-size: 30px;
  }

  .admin-info div:nth-child(n+2) .text {
    font-size: 13px;
  }
}

@media screen and (max-width:767px) {
  .status-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .topbar .title {
    font-size: 20px;
  }

  .topbar>div {
    justify-content: space-between;
  }

  .topbar {
    gap: 10px;
  }

  .actions,
  .actions>div {
    flex-direction: column;
    gap: 10px;
  }
}