/* SVG icon Global */
#adminmenu .toplevel_page_ssgsw-admin div.wp-menu-image img {
  opacity: 1;
  width: 22px !important;
  height: 34px !important;
  margin-left: 2px;
  padding: 0;
}

.toplevel_page_ssgsw-admin .ssgs-rating-banner,
.toplevel_page_ssgsw-admin .ssgs-upgrade-banner,
.toplevel_page_ssgsw-admin .ssgs-influencer-banner {
  margin: 20px 10px;
}
.ssgsw_disabled-select {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.ssgsw_pro_option {
    opacity: 0.5;
  }
.ssgsw_appscript_notice3 {
  padding: 1px;
  background: #f6dade;
  text-align: center;
  border-radius: 1px;
  font-size: 14px !important;
  position: relative;
  margin: 0 auto;
}
.ssgsw_remove_text_dec {
  text-decoration: none !important;
  font-size: 14px;
}
.ssgsw_appscript_notice3 a {
  text-decoration: none !important;
  font-size: 14px;
}
.ssgsw_appscript_notice3 p {
  font-size: 14px !important;
}

.ssgsw_extra_strong {
  font-weight: 700 !important;
}
.ssgsw-wrapper .ssgs-check .check2:checked {
  background: #fc4486;
  border: none !important;
}
.ssgsw-wrapper .ssgs-check .check2 {
  background: #e74f6a;
  border: none !important;
}
.ssgsw_list_option {
  position: absolute;
  right: 35px;
  top: 20px;
  z-index: 99;
  background-color: #f0f0f1;
  text-align: left !important;
  padding-left: 14px;
  padding-right: 20px;
}
.ssgsw_skip_next_time {
  font-weight: 600;
}
span.ssgsw_dismiss_notice {
  opacity: 0.7;
}
@media screen and (max-width: 782px) {
  .ssgsw_notice_dismiss {
    padding: 13px;
  }
}
.ssgsw_notice_dismiss {
  position: absolute;
  top: 0;
  right: 1px;
  border: none;
  margin: 0;
  padding: 9px;
  background: 0 0;
  color: #787c82;
  cursor: pointer;
}
.ssgsw_appscript_notice3 .notice-dismiss {
  display: none;
}
.ssgsw_remove_text_dec {
  color: #005ae0;
  cursor: pointer;
}
.ssgss_imporved_tooltip {
  cursor: pointer;
  position: relative;
  background: #e4e6eb;
  color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 42px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ssgss_imporved_tooltip:hover {
  background: #0c5f9a;
  color: #fff !important;
}
.ssgsw_appscript_notice {
  position: absolute;
  top: -14px;
  right: -10px;
  z-index: 9999;
  padding: 17px;
  color: #767676;
  opacity: 0.8;
}
.ssgsw_bulet_point_option {
  width: 10px;
  background-color: #ffba00;
  z-index: 9999;
  height: 10px;
  top: 20px;
  left: 38px;
  border-radius: 50%;
  position: absolute;
}
.ssgsw_dismiss_common {
  cursor: pointer;
}

.ssgs-rating-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.ssgs-rating-wrapper h3 {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0px;
}

.ssgs-rating-wrapper p {
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #4b5563;
}

.ssgs-rating-wrapper span {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}

.ssgsw_tooltip .ssgsw_tooltiptext {
  visibility: hidden;
  width: 220px;
  color: #fff;
  background: #141b38;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 20px;
}
.ssgsw_tooltip:hover .ssgsw_tooltiptext {
  visibility: visible;
}

.ssgsw_popup-container {
  /* visibility: hidden; */
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 65, 81, 0.3);
  vertical-align: middle;
  display: flex;
  align-items: center;
  transform: scale(1);
}

.ssgsw_popup-container h3 {
  margin: 10px;
}

.rating-container {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ssgs-yellow-icon {
  content: url("../images/top-banner/yellow-star2.svg");
  width: 28px;
  height: 28px;
  /* transition: 0.2s all ease-out; */
}

.ssgs-gray-icon {
  content: url("../images/top-banner/gray-star.svg");
  width: 28px;
  height: 28px;
  /* transition: 0.2s all ease-out; */
}

.ssgs-orange-icon {
  content: url("../images/top-banner/orange-star.svg");
  width: 28px;
  height: 28px;
  /* transition: 0.2s all ease-out; */
}

.ssgs-image-icon {
  margin: 20px;
  padding: 10px;
  vertical-align: top;
  align-self: flex-start;
}
.ssgs-rating-close,
.ssgs-upgrade-close,
.ssgs-influencer-close {
  position: absolute;
  right: 35px;
  cursor: pointer;
}

.ssgs-rating-close::before,
.ssgs-upgrade-close::before,
.ssgs-influencer-close::before {
  content: url("../images/top-banner/cross.svg");
}

/* select box */
.ssgsw_custom-select option {
  font-size: 16px; /* Increase the font size */
}

.ssgsw_custom-select option:checked {
  font-size: 16px;
}
.ssgsw_custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f7f7f7;
  border: 2px solid rgba(156, 163, 175, 1) !important;
  padding: 10px;
  width: auto;
  min-width: 95%;
  border-radius: 0.3rem !important;
  cursor: pointer;
}

select.ssgsw_custom-select {
  height: 41px;
  font-size: 16px;
}

.ssgsw_select-wrapper {
  margin-top: 50px;
  margin-left: 10px;
}

.ssgsw_show_the_popup_start {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.ssgsw_show_the_popup_start {
  align-self: flex-start;
}

.ssgsw_custom-select {
  margin-top: auto;
}
.ssgsw_select-wrapper::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
  z-index: 999;
  pointer-events: none;
}
.ssgsw_custom-button {
  display: inline-block;
  padding: 10px 40px 10px 40px;
  background-color: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  border: none;
}

@media (max-width: 768px) {
  .ssgsw_custom-select {
    width: 100%; /* Set full width for select box when viewport is less than 740px */
  }
  .ssgsw_select-wrapper {
    margin-top: 50px;
    padding-left: 0%;
  }
}
@media (max-width: 968px) {
  .ssgsw_select-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .ssgsw_select-wrapper {
    margin-top: 50px;
  }
}
.ssgsw_popup_wrap1.ssgsw_popup_wrap13 {
  margin-top: 40px;
}
.ssgsw_custom-button:hover {
  scale: 1.05;
  color: #fff;
}

.ssgsw_button-wrapper {
  margin: 10px 0px;
  text-align: right;
  margin-right: 10px;
}
.ssgsw_popup_wrap1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ssgsw_popup_wrap1 p {
  font-size: 16px !important;
  color: darkslategrey;
  font-weight: 500;
}
.ssgsw_just_margin-up {
  margin-top: -24px;
}
.ssgsw_popup_wrap {
  text-align: left;
  margin-left: 10px;
}
.ssgsw_popup_wrap h4 {
  font-size: 18px;
  font-family: inherit;
  color: #111827;
  line-height: 28px;
  margin: 0;
  padding: 0px;
  font-weight: 500;
}
.ssgsw_popup_wrap1 h2 {
  font-weight: 700;
}
.ssgsw_next_heading {
  margin-top: -10px;
}
.ssgsw_popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid rgba(18, 27, 33, 0.2);
  border-radius: 0.95rem;
  width: 450px;
}
@media (max-width: 1056px) {
  .ssgsw_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 50%;
  }
}
.ssgsw_popup-content p {
  font-size: 17px;
  padding: 5px;
  line-height: 20px;
}
.ssgsw_popup-content a.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin-right: 5px;
  text-decoration: none;
}

.ssgsw_popup-content a.close:hover {
  color: #333;
}

.ssgsw_popup-content span:hover,
.ssgsw_popup-content span:focus {
  color: #1f2937;
  text-decoration: none;
  cursor: pointer;
}

.ssgsw_popup-content .remind-title {
  font-family: inherit;
  font-weight: 500;
  color: #1f2937;
  font-size: 14px;
  line-height: 21px;
}
/* use Select dropdown as ul li */
.ssgw-days-dropdown {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  border-radius: 0.35rem;
  cursor: pointer;
  width: auto;
  min-width: 97.5%;
  box-sizing: border-box;
}

.selected-option {
  padding: 18px 20px 18px 15px;
  border-radius: 0.35rem;
  position: relative;
  border: 1px solid rgba(156, 163, 175, 1);
  font-size: 16px;
  color: #1f2937;
  font-weight: 400;
}

.selected-option::after {
  content: url("../images/top-banner/arrow-down.svg");
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 24px;
  color: #555;
  z-index: 9;
  pointer-events: none;
}

/* .options {
  display: none;
  list-style: none;
  padding: 0;
  margin: 10px 0px 20px;
  background: linear-gradient(0deg, #f3f4f6, #f3f4f6),
    linear-gradient(0deg, #ffffff, #ffffff);
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  box-shadow: 0px 20px 50px 0px #121b2133;
}

.options li {
  padding: 9px 20px 9px 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0f172a;
}

.options li:nth-child(3) {
  color: #9ca3af !important;
  border: none !important;
}

.options li:hover,
.options li:focus {
  border-bottom: 1px solid #e2e8f0;
  background-color: #eff6ff;
} */

.show-options .options {
  display: block;
}

.upgrade-button {
  background-color: #ec4899;
  border-radius: 10px;
  padding: 12px 25px 12px 18px;
  margin: 20px 0px;
  border: none;
  backface-visibility: hidden;
  font-size: 16px;
  color: #fff;
  width: 140px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

.upgrade-button:hover,
.upgrade-button:link,
.upgrade-button:visited,
.influencer-button:hover,
.influencer-button:link,
.influencer-button:visited {
  color: #fff;
}

.upgrade-button span::after,
.influencer-button span::after {
  content: url("../images/top-banner/right-arrow.svg");
  position: absolute;
  margin-left: 5px;
  margin-top: -1px;
}

.upgrade-button:hover span::after,
.influencer-button:hover span::after {
  content: url("../images/top-banner/right-arrow.svg");
  margin-left: 10px;
  transition: 0.3s all ease-out;
}
.ssgs-influencer-banner h3 {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0px;
}
.ssgs-influencer-banner h3 span {
  font-weight: 600;
  color: #7c3aed;
}

.ssgs-influencer-banner .link-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.ssgs-influencer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-right: 10px;
}

.ssgs-rating-banner {
  display: none;
  flex-direction: row;
  padding: 20px 10px;
  position: relative;
  margin: 20px auto;
  width: auto;
  font-family: inter;
  box-sizing: border-box;
  border: 2px solid #e5e7eb;
  background-color: #fff;
  border-radius: 4px;
}

.ssgs-upgrade-banner {
  display: none;
  flex-direction: row;
  padding: 20px 10px;
  margin: 20px auto;
  font-family: inter;
  box-sizing: border-box;
  border: 2px solid #e5e7eb;
  background-color: #fff;
  border-radius: 4px;
}

.ssgs-upgrade-banner .content {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
  justify-content: left;
}

.ssgs-upgrade-banner .content h3 {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0px;
}

.ssgs-upgrade-banner .content span {
  font-weight: 600;
}

.ssgs-influencer-banner {
  display: none;
  flex-direction: row;
  padding: 20px 10px;
  font-family: inter;
  box-sizing: border-box;
  margin: 20px auto;
  border: 2px solid #e5e7eb;
  background-color: #fff;
  border-radius: 4px;
}

.affiliate-button {
  padding: 10px 18px;
  border: 2px solid #7c3aed;
  background-color: #fff;
  font-size: 16px;
  color: #7c3aed;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 10px;
}

.influencer-button {
  padding: 10px 35px 10px 18px;
  border: 2px solid #7c3aed;
  color: #fff;
  font-size: 16px;
  background-color: #7c3aed;
  backface-visibility: hidden;
  border-radius: 8px;
  text-decoration: none;
}

.ssgs-already-rated {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 35px;
  color: #4b5563;
  background-color: #f9fafb !important;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
}

.ssgsw_progress_bar_wrap progress {
  width: 80%;
  height: 20px;
  appearance: none; /* Remove default styling */
}
.siz-modal-close {
  color: #333 !important;
}
.label-text {
  font-size: 16px !important;
}
/* For WebKit browsers (Chrome, Safari) */
.ssgsw_progress_bar_wrap progress::-webkit-progress-bar {
  background-color: #e0e0e0;
  border-radius: 10px; /* Round edges */
}
.ssgsw_progress_bar_wrap {
  display: flex;
}
.ssgsw_progress_bar_wrap progress::-webkit-progress-value {
  background-color: #005ae0; /* Progress color */
  border-radius: 10px; /* Round edges */
}

/* For Firefox */
.ssgsw_progress_bar_wrap progress::-moz-progress-bar {
  background-color: #005ae0; /* Progress color */
  border-radius: 10px; /* Round edges */
}


.ssgsw_appscript_trigger {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 400;
}
.ssgsw_appscript_notice233 {
  padding: 1px;
  background: #f6dade;
  border-radius: 1px;
  margin-top: 5px;
 
}
.ssgsw_appscript_notice_wrap {
  max-width: calc(100% - 100px) !important;
  margin: 0 auto;
}
.ssgsw_notice_container2 {
  display: inline-block;

  position: relative;
  top: -65px;
  right: -14px;
}
.ssgsw_appscript_notice233 p {
  font-size: 16px !important;
  font-weight: 400;
  color: #1E1E1E;
}
.ssgsw_notice_container{
  display: inline-block;
  width: 92%;
  margin: 12px;
  text-align: center;
}
.ssgsw_notice_container2{
  display: inline-block;

}

.ossgsw_inner_class {
  position: relative;
}
p.ossgw_setup_now_button {
  position: absolute;
  top: -56px !important;
  right: -287px !important;
}

.osgsw_remove_text_dec23{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.osgsw_notice_off {
  color: #878684;
  cursor: pointer;
}
.ossgw_profile-title2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #1E1E1E;
text-align: center;
}

.ossgw_extra_class2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #1E1E1E;
}
.osgsw_save_changes231 {
  background: #B6BBC3 !important;
  color: #fff !important;
  border: none !important;
  font-size: 16px !important;
}
.osgsw_save_close1 {
  font-size: 16px !important;
}
.osgs_button_section {
  text-align: center;
}
.osgs_button_section button{

  font-size: 16px !important;
  font-weight: 500;
  line-height: 24px;
  text-align: center;

}
button.ssgsw_dismiss_notice.button {
  margin-top: -1px;
}

.osgsw-wrapper {
  overflow: inherit !important;
}