
.techops-badge{
  width:50%;
  padding-top:20px;

}

.login-background{
  font-size:4vw;
  height:100%;
  width:100%;
  background-color: #e6e6e6;
  font-family: 'Roboto', sans-serif;   
  text-transform: uppercase !important;
  font-size: 18;
  font-weight: 700;
  text-align:center;
  vertical-align: middle;
  position: absolute;
}
.navbar-tops {
  font-size: '15px' !important;
  height: 60px;
}

.dropdown-hamburger {
  width: 35px;
  height: 5px !important;
  background-color: white;
  margin: 6px 0;
}

.techops-image {
	width: 90%;
  margin-left: 17px;
  margin-top: -4px;
}

.navbar-expand-sm .navbar-nav .nav-link {
   padding-right: 0.75rem !important;
}

.page-link {
  padding: 0.25rem 0.75rem !important;
  /* width: 200px !important; */
}

.src-component-page-content-_PageContent_root {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex: 1 1 auto;
  padding: 10px;
  margin-top: 10vh;
}
.src-main-not-found-page-content-_NotFoundPageContent_root {
  background-color: lightsteelblue;
}
/* stylelint-disable */
/* stylelint-enable */
.src-main-error-page-content-_ErrorPageContent_page {
  background-color: #AF2111;
}

.src-main-error-page-content-_ErrorPageContent_root .src-main-error-page-content-_ErrorPageContent_messageContent {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px 10px;
  color: white;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.src-component-title-_PageTitle_root {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.src-component-title-_PageTitle_bookmarkpage {
  background-color: blue;
}

.src-component-title-_PageTitle_unbookmark {
  color: red;
}
.dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
  height: 250px;
  margin-bottom: 3%;
  overflow: auto;
}

/* .table-responsive {
    display: block;
    width: 150% !important;
    margin: 5% !important;
    position: relative;
    left: -25%;
    text-align: center;
} */

#downloadUrl {
  display: block;
  width: 123px;
  height: 39px;
  background: lightslategray;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  line-height: 21px;
}


.container {
  width: 1200px;
  max-width: 90%;
  margin: 0rem auto;
}

.dropzone {
  width: 100%;
  height: 10rem;
  margin: 0rem 0;
  background: #eee;
  border: 2px dashed #AAB;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 500;
}

.images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  width: 100%;
  grid-gap: 1px;
}

.images > img {
  height: 100%;
  width: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* stylelint-disable */
/* stylelint-enable */
.src-widget-creativeAssigner-page-content-_WidgetCreativeAssignerPageContent_root .src-widget-creativeAssigner-page-content-_WidgetCreativeAssignerPageContent_listViewContainer {
  margin-top: 20px;
  padding: 0 20px;
}

.src-widget-creativeAssigner-page-content-_WidgetCreativeAssignerPageContent_drops {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-bottom: 20px;
  margin-left: 24%;
}
.modal-autouploader-merge{
    width:80% !important;
    max-width:80% !important;
    min-width:1000px;
    left:10% !important;
    margin:0 !important;
}

.modal-autouploader-delete{
    width:40% !important;
    max-width:40% !important;
    min-width:200px;
    left:30% !important;
    margin:0 !important;
}

.outer-flex-merge{
    display: flex;
    white-space: nowrap;
    line-height: 35px;
    width:60%;
    margin-left:auto;
    margin-right:auto;
}

.rule-container{
    min-width:800px;
    width:75%;
}
.include{
    color:white !important;
    background-color:darkgreen !important;
}

.exclude {
    color: white !important;
    background-color: maroon !important;
}

.outer-flex{
    display: flex;
    white-space: nowrap;
    line-height: 35px;
    margin-left:auto;
    margin-right:auto;
    justify-content: space-between;
    border: 1px dashed #ced4da;
    border-top:0px;
    border-left:2px solid #ced4da;
    border-right:2px solid #ced4da;
    
    padding:4px;

}

.trash-box{
    color: #cacaca;
    display: flex;
    margin-top:auto;
    margin-bottom:auto;
    padding-left:4px;
    padding-right:4px;
    cursor: pointer;
}
.trash-box:hover{
    color:gray;
}

.inner-flex-concat{
    display: flex;
    margin: auto;
}
.inner-flex-report{
    display: flex;
    flex-wrap:wrap;
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 1;
    justify-content: flex-end;
}

.inner-vertical-flex{
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom:auto;
    flex-grow:1;
    margin-left:3%;
    margin-right:3%;
}

.type-radio{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left:3px;
    padding-right:3px;
    margin-left:3px;
    color: white;
    min-width:85px;
    margin: auto;
    text-align: center;
}

.csv-none {
    display:none;
}

.bulk-template-text{
    font-size:12px;
    text-align: center;
    margin-top:4px;
}
.report-radio{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left:3px;
    padding-right:3px;
    margin-left:3px;
    color: white;
    text-align: center;
}

.inactive{
    background-color: #ced4da;
    border: 1px solid grey;
    color: grey;
    cursor: pointer;
}

/* .active {
    background-color: #28a745;
} */

.report-inactive{
    background-color: #ced4da;
    border: 1px solid grey;
    color: grey;
    cursor: pointer;
}

.report-active {
    background-color: #28a745;
    cursor: pointer;
}

.modal-section-title{
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 12px;
    line-height:40px;
    /* margin: 6px; */
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
    border-right: 2px solid #ced4da;
    border-bottom: 2px solid #ced4da;

}

.react-autosuggest__input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.react-autosuggest__container{
    width:100%;
}


.button-add-container{
    display:flex;
    margin: auto;
    width: 50%;
    justify-content: center;
}

.textbox-mw{
    min-width: 200px;
    margin:auto;
}


.button-add-report{
    color: #545454;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
}

.bulk{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.flex-center{
    display: flex;
    justify-content: center;
}
.single{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right:0
}

.dropdown-box{
    display: flex;

}

.dropdown-option-name{
    flex-grow:1;
    
}
.button-side-action{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #e9e9e9;
    display: inline-block;
    padding: 3px 6px;
    margin-left:2px;
    margin-right:2px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-side-action:hover{
    color: #545454;
    background-color: #f5f5f5;
    border-color: #cacaca;
}

.report{
    max-width: 100px;
    margin-bottom:2px;
    margin-top:2px;
}

.button-smaller{
    color: #545454;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: auto;
    margin-bottom: auto;
    height: 25px;
}

.button-add-report-container{
    width:10%;
    margin:auto;
}

.button-add-report:hover{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #cacaca;
}

.button-smaller:hover{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #cacaca;
}

.button-add-report-checked{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #cacaca;
}

.inner-flex{
    display: flex;
    flex-grow:1;
}

.inner-flex-button{
    display: flex;
    margin:auto;
    margin-top:2px;
    

}
.trash-textbox-container{
    display: flex;
    margin-bottom:4px;
}

.filter-or{
    margin:auto;
    margin-top:-10px !important;
    margin-bottom:-2px !important;
}

.drop-box{
    display: flex;
    flex-direction: column;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_body {
  min-height: 100vh;
  background: linear-gradient(180deg, #f8f9fa 0%, #f3f4f6 100%);
  padding: 40px 20px;
  position: relative;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_body * {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_contentWrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  padding: 48px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  padding: 6px;
  background: #f7f8fa;
  border-radius: 18px;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs .nav-item {
  flex: 1;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs .nav-item .nav-link {
  padding: 12px 24px;
  color: #8b92a4;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 14px;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs .nav-item .nav-link:hover {
  color: #4a5568;
  background: rgba(255, 255, 255, 0.5);
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs .nav-item .nav-link.active {
  color: #2d3748;
  font-weight: 600;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard {
  background: white;
  border-radius: 20px;
  border: 1px solid #f0f2f5;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", sans-serif;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(79, 70, 229, 0.02) 0%, transparent 100%);
  pointer-events: none;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body {
  padding: 48px 40px;
  position: relative;
  background: white;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body h5 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 36px;
  letter-spacing: -0.3px;
  text-align: center;
  opacity: 0.9;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group {
  margin-bottom: 20px;
  position: relative;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input {
  height: 56px;
  border: 2px solid #f0f2f5;
  border-radius: 14px;
  font-size: 15px;
  padding-left: 48px !important;
  padding-right: 48px !important;
  transition: all 0.3s ease;
  background: #fafbfc;
  color: #2d3748;
  font-weight: 500;
  width: 100%;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input:hover {
  background: white;
  border-color: #e2e8f0;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 4px rgba(165, 180, 252, 0.1);
  outline: none;
  background: white;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input::-moz-placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input:-ms-input-placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input::placeholder {
  color: #a0aec0;
  font-weight: 400;
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .svg-inline--fa,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .fa-icon,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group svg[data-icon] {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #a0aec0;
  font-size: 18px !important;
  width: 18px;
  height: 18px;
  z-index: 1;
  transition: color 0.3s ease;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .svg-inline--fa.fa-user, .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .svg-inline--fa.fa-lock,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .fa-icon.fa-user,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .fa-icon.fa-lock,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group svg[data-icon].fa-user,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group svg[data-icon].fa-lock {
  left: 18px !important;
  right: auto !important;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .svg-inline--fa.fa-eye, .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .svg-inline--fa.fa-eye-slash,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .fa-icon.fa-eye,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .fa-icon.fa-eye-slash,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group svg[data-icon].fa-eye,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group svg[data-icon].fa-eye-slash {
  left: auto !important;
  right: 18px !important;
  cursor: pointer;
  pointer-events: all;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .svg-inline--fa.fa-eye:hover, .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .svg-inline--fa.fa-eye-slash:hover,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .fa-icon.fa-eye:hover,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group .fa-icon.fa-eye-slash:hover,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group svg[data-icon].fa-eye:hover,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group svg[data-icon].fa-eye-slash:hover {
  color: #6b7280;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input:focus ~ .svg-inline--fa,
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body .form-group input:focus ~ svg {
  color: #8b92a4;
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .position-absolute[style*="top: 10px"], .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .position-absolute[style*="top:10px"] {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_button {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  border: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-radius: 14px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 2px 8px rgba(75, 85, 99, 0.15);
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_button:hover {
  background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(75, 85, 99, 0.2);
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_button:hover::before {
  left: 100%;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_button:active {
  transform: translateY(0);
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(165, 180, 252, 0.15);
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_screenshotImage {
  width: 100%;
  max-width: 800px;
  margin: 32px auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f2f5;
  transition: all 0.3s ease;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_screenshotImage:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_progressContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  gap: 20px;
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_progressBar {
  font-size: 16px;
  color: #4b5563;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_progressBar::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 40px;
  height: 40px;
  border: 3px solid #f0f2f5;
  border-top-color: #6b7280;
  border-radius: 50%;
  -webkit-animation: src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_spin 1s ease-in-out infinite;
          animation: src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_spin 1s ease-in-out infinite;
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_errorContainer {
  margin-top: 24px;
  padding: 20px;
  background: #fff5f5;
  border-radius: 14px;
  border: 1px solid #fed7d7;
}

#src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_crInputs {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  align-items: stretch;
}
#src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_crInputs input {
  height: 56px;
  border: 2px solid #f0f2f5;
  border-radius: 14px;
  font-size: 15px;
  padding: 0 20px;
  transition: all 0.3s ease;
  background: #fafbfc;
  font-weight: 500;
}
#src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_crInputs input:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 4px rgba(165, 180, 252, 0.1);
  outline: none;
  background: white;
}

#src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_crUserInput {
  flex: 0 0 80%;
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_button {
  flex: 0 0 20%;
}

.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_contentWrapper .alert {
  border-radius: 14px;
  border: none;
  padding: 20px 24px;
  margin-top: 24px;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_contentWrapper .alert h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.1px;
  opacity: 0.9;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_contentWrapper .alert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.8;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_contentWrapper .alert.alert-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #dcfce7;
}
.src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_contentWrapper .alert.alert-danger {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fee2e2;
}

@-webkit-keyframes src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_body {
    padding: 20px 12px;
  }
  .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_contentWrapper {
    padding: 32px 20px;
    border-radius: 20px;
  }
  .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs .nav-item .nav-link {
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 4px;
  }
  .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_platformTabs .nav-item .nav-link:last-child {
    margin-bottom: 0;
  }
  .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body {
    padding: 32px 24px;
  }
  .src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_cr_beautifulCard .card-body h5 {
    font-size: 20px;
    margin-bottom: 28px;
  }
  #src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_crInputs {
    flex-direction: column;
  }
  #src-widget-creativeRejection-page-content-_widgetCreativeRejectionPageContent-module_crInputs button {
    width: 100%;
  }
}
@charset "UTF-8";
/* ═══════════════════════════════════════════════════════════════════════════
   COLOR TOKENS & VARIABLES
   ═══════════════════════════════════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════════════════════════
   MAIN CONTAINER & HEADER
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 32px 4px rgba(0, 0, 0, 0.22);
  font-family: "Segoe UI", Roboto, sans-serif;
  color: #333;
  transition: max-width 0.3s ease;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_header {
  font: 600 1.75rem/1 "Segoe UI";
  text-align: center;
  margin-bottom: 1rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   TAB NAVIGATION
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_tab {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #718096;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: -2px;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_tab:hover {
  color: #667eea;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_tab_active {
  color: #667eea;
  border-bottom-color: #667eea;
}

/* ═══════════════════════════════════════════════════════════════════════════
   INPUT SECTION & FORM CONTROLS
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_input_section {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_input {
  padding: 0.5rem 0.75rem;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 1rem;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.4);
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_input {
  flex: 0 0 70%;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_lang_input {
  flex: 0 0 25%;
}

/* ═══════════════════════════════════════════════════════════════════════════
   BUTTON STYLES
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_section {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button {
  flex: 0 0 auto;
  min-width: 140px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button:active {
  transform: translateY(0);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button:disabled {
  background: #a0aec0;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_portal {
  background: linear-gradient(45deg, #667eea, #764ba2);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_portal:hover {
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(79, 172, 254, 0.3);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_portal:disabled {
  background: #a0aec0;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_nonportal {
  background: linear-gradient(45deg, #1e40af, #3b82f6);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_nonportal:hover {
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(72, 187, 120, 0.3);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_nonportal:disabled {
  background: #a0aec0;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_refresh {
  padding: 0.6rem 1.2rem;
  border: 2px solid #667eea;
  background: transparent;
  color: #667eea;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_refresh:hover {
  background: #667eea;
  color: #fff;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_refresh:disabled {
  border-color: #a0aec0;
  color: #a0aec0;
  cursor: not-allowed;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_refresh:disabled:hover {
  background: transparent;
  color: #a0aec0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   LOADING STATE
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #e3f2fd;
  border: 1px solid #dbe2ec;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_spinner {
  width: 28px;
  height: 28px;
  border: 4px solid rgba(102, 126, 234, 0.3);
  border-top-color: #667eea;
  border-radius: 50%;
  -webkit-animation: src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_spin 1s linear infinite;
          animation: src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_spin 1s linear infinite;
}

@-webkit-keyframes src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_spin {
  to {
    transform: rotate(360deg);
  }
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_loading_text {
  font-family: "Courier New", monospace;
  color: #2d3748;
}

/* ═══════════════════════════════════════════════════════════════════════════
   ERROR STATE
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_error {
  color: #e53e3e;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESULTS SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_results {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_results_text {
  font: 500 1.25rem/1 "Segoe UI";
  margin: 0;
  color: #2d3748;
  text-align: center;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_result_link {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_result_link:hover {
  opacity: 0.85;
}

/* ═══════════════════════════════════════════════════════════════════════════
   URL DISPLAY & COPY FUNCTIONALITY
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_link_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_link_row .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button {
  margin-left: 5px;
  margin-top: 5px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(30, 142, 62, 0.1);
  border: 1px dashed #1e8e3e;
  border-radius: 6px;
  padding: 15px;
  word-break: break-all;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box:hover {
  background-color: rgba(30, 142, 62, 0.14);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box:focus, .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box:focus-within {
  outline: 2px solid #1e8e3e;
  outline-offset: 2px;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box a.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_text {
  color: #1e8e3e;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  max-width: 100%;
  word-break: break-all;
  transition: color 0.3s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box a.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_text:hover {
  color: #114f22;
  text-decoration: underline;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box_copied {
  background-color: rgba(30, 142, 62, 0.18);
  border-color: #1e8e3e;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box_copied a.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_text {
  color: #1e8e3e;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_copy_icon {
  margin-left: 10px;
  cursor: pointer;
  color: #1e8e3e;
  opacity: 0.8;
  flex: 0 0 auto;
  transition: opacity 0.3s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_copy_icon:hover {
  opacity: 1;
}

/* ═══════════════════════════════════════════════════════════════════════════
   HISTORY SECTION - SEARCH & TABLE
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_history_section {
  margin-top: 1rem;
  width: 100%;
  max-width: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_form {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_input {
  flex: 1;
  min-width: 200px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_button {
  min-width: 100px;
  padding: 0.5rem 1rem;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table_info {
  font-size: 0.875rem;
  color: #718096;
  margin-bottom: 0.75rem;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_active {
  color: #667eea;
  font-weight: 500;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table_wrapper {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 1rem;
  flex: 1;
  min-height: 400px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table th, .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table th {
  background: #f7fafc;
  font-weight: 600;
  color: #4a5568;
  white-space: nowrap;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table tbody tr {
  transition: background 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table tbody tr:hover {
  background: #f7fafc;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table tbody tr:last-child td {
  border-bottom: none;
}

/* Sortable headers */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0.2s, color 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sortable:hover {
  background: #edf2f7;
  color: #667eea;
}

/* Filter row */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_row th {
  background: #fff;
  padding: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_input {
  width: 100%;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.15);
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_input::-moz-placeholder {
  color: #a0aec0;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_input:-ms-input-placeholder {
  color: #a0aec0;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_input::placeholder {
  color: #a0aec0;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_select {
  width: 100%;
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_filter_select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.15);
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_property_name {
  font-weight: 500;
  color: #2d3748;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_lang_badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #e2e8f0;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4a5568;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_link_button {
  padding: 0.4rem 0.75rem;
  font-size: 0.85rem;
  background: linear-gradient(45deg, #48bb78, #38a169);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_link_button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_date {
  font-size: 0.85rem;
  color: #718096;
  white-space: nowrap;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_no_records {
  text-align: center;
  color: #718096;
  font-style: italic;
  padding: 2rem 1rem !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   APPROVAL STATUS BADGES
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_badge_approved {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(72, 187, 120, 0.15);
  color: #276749;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_badge_unapproved {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(237, 137, 54, 0.15);
  color: #c05621;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_email {
  font-size: 0.85rem;
  color: #4a5568;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PAGINATION
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_page_button {
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #667eea;
  cursor: pointer;
  transition: all 0.2s;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_page_button:hover:not(:disabled) {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_page_button:disabled {
  color: #cbd5e0;
  cursor: not-allowed;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_page_info {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #4a5568;
}

/* ═══════════════════════════════════════════════════════════════════════════
   DESKTOP AD PREVIEW STYLES
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_preview_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_preview_tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_preview_tabs button {
  background: none;
  border: none;
  margin: 0 4px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #555;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_preview_tabs button.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_active {
  color: #4285f4;
  border-bottom: 2px solid #4285f4;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_preview_desktop {
  flex: 1 1 620px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.11);
  padding: 24px;
  text-align: left;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_ad_block + .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_ad_block {
  margin-top: 28px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sponsored {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_title {
  display: block;
  color: #1a0dab;
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 4px;
  text-decoration: none;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url {
  font-size: 14px;
  color: #1e8e3e;
  margin-bottom: 6px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_desc {
  font-size: 14px;
  color: #4d5156;
  margin-bottom: 6px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_callouts {
  font-size: 11px;
  color: #545454;
  margin-bottom: 10px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sitelinks {
  display: flex;
  flex-wrap: wrap;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sitelinks .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sitelink {
  flex: 1 1 50%;
  padding: 0 8px 14px 0;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sitelinks .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sitelink .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sl_title {
  display: block;
  color: #1a0dab;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 2px;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sitelinks .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sitelink .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_sl_desc {
  font-size: 13px;
  color: #4d5156;
  line-height: 1.2;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE PREVIEW STYLES
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mobile_shell {
  width: 320px;
  height: 560px;
  background: #333;
  border-radius: 30px;
  margin-left: 32px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mobile_screen {
  width: 90%;
  height: 88%;
  background: #fff;
  border-radius: 20px;
  overflow-y: auto;
  padding: 18px 16px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_topbar {
  text-align: center;
  font-size: 14px;
  color: #5f6368;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_logo {
  font-weight: 600;
  font-size: 18px;
  color: #4285f4;
  letter-spacing: -0.5px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_tabs {
  display: flex;
  gap: 16px;
  padding: 6px 2px 12px;
  font-size: 12px;
  color: #5f6368;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_tabs span {
  cursor: default;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_tabs .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_active {
  color: #1a73e8;
  border-bottom: 2px solid #1a73e8;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_adcard {
  border: 1px solid #dadce0;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 22px;
  font-family: Roboto, Arial, sans-serif;
  text-align: left;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_sponsored {
  font-size: 11px;
  color: #5f6368;
  margin-bottom: 2px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_title {
  display: block;
  color: #1a0dab;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 4px;
  text-decoration: none;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_desc {
  font-size: 12px;
  color: #4d5156;
  margin-bottom: 6px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_callouts {
  font-size: 10px;
  color: #545454;
  margin-bottom: 10px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_sitelinks {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto !important;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-gutter: stable both-edges;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_sitelinks::-webkit-scrollbar {
  height: 6px;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_sitelinks::-webkit-scrollbar-track {
  background: transparent;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_sitelinks::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_sl_btn {
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  color: #1a0dab;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mob_sl_btn:hover {
  background: #f5f5f5;
}

/* ═══════════════════════════════════════════════════════════════════════════
   UTILITY CLASSES
   ═══════════════════════════════════════════════════════════════════════════ */
.src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_active {
  color: #4285f4;
  border-bottom: 2px solid #4285f4;
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_input_section {
    flex-direction: column;
    align-items: stretch;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_input_section .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_input {
    width: 100%;
    flex: 1 1 100%;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_section {
    flex-direction: column;
    gap: 0.75rem;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button_section .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button {
    width: 100%;
    min-width: unset;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_link_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_link_row .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_url_box {
    width: 100%;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_link_row .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_button {
    width: 100%;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_form {
    flex-direction: column;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_form .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_input {
    width: 100%;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_form .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_button,
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_search_form .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_refresh {
    width: 100%;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table {
    font-size: 0.8rem;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table th, .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_table td {
    padding: 0.5rem;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_property_name {
    max-width: 120px;
  }
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_pagination {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .src-widget-semTemplateGenerator-page-content-_widgetSemTemplateGeneratorPageContent_sg_mobile_shell {
    margin: 24px 0 0;
  }
}
@-webkit-keyframes src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_fadeInOut {
  0%, 100% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_fadeInOut {
  0%, 100% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_container {
    width: 95%;
    padding: 15px;
  }
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_container:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_title {
  text-align: center;
  color: #343a40;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_title {
    font-size: 1.4rem;
  }
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_loading {
  text-align: center;
  color: #343a40;
  background-color: #d1ecf1;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_loading .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_joke {
  font-style: italic;
  color: #343a40;
  margin: 10px 0;
  max-width: 80%;
  -webkit-animation: src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_fadeInOut 7s ease-in-out infinite;
          animation: src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_fadeInOut 7s ease-in-out infinite;
  text-align: center;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_input_group {
  margin-bottom: 20px;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_label {
  display: block;
  margin-bottom: 8px;
  color: #343a40;
  font-weight: 500;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_input {
  width: 100%;
  padding: 12px;
  border: 1px solid #6c757d;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_input {
    padding: 10px;
  }
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_error {
  color: #dc3545;
  background-color: #fae3e5;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-animation: src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_pulse 0.5s;
          animation: src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_pulse 0.5s;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button_container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button_container {
    flex-direction: column;
    gap: 10px;
  }
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button {
  flex-grow: 1;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  border: none;
  background-size: 200% auto;
  transition: all 0.3s ease;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button:disabled {
  background: linear-gradient(135deg, #808080, #808080 100%);
  color: white;
  border: none;
  background-size: 200% auto;
  transition: all 0.3s ease;
  opacity: 0.7;
  cursor: not-allowed;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button:disabled:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button:disabled:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_button {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_refresh_button {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: white;
  border: none;
  background-size: 200% auto;
  transition: all 0.3s ease;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_refresh_button:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_refresh_button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_checkbox_group {
  margin: 20px 0;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_checkbox_title {
  margin-bottom: 15px;
  color: #343a40;
  font-weight: 600;
  font-size: 16px;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_checkbox_label {
  display: block;
  margin-bottom: 10px;
  color: #343a40;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 5px;
  border-radius: 4px;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_checkbox_label:hover {
  background-color: rgba(0, 123, 255, 0.1);
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_checkbox_label input {
  margin-right: 10px;
  transform: scale(1.2);
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_container {
  margin-top: 20px;
  padding: 20px;
  background-color: #c4f1ce;
  border: 1px solid #28a745;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_container .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_text {
  color: #343a40;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.1rem;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_container .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px dashed #28a745;
  border-radius: 6px;
  padding: 15px;
  word-break: break-all;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_container .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_link a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  max-width: 100%;
  word-break: break-all;
  transition: color 0.3s;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_container .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_link a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_container .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_link .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_copy_icon {
  margin-left: 10px;
  cursor: pointer;
  color: #28a745;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_container .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_url_link .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_copy_icon:hover {
  opacity: 1;
}

/* ======================== */
/* New: Contract selection  */
/* ======================== */
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contracts_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_card {
  background: white;
  border: 1px solid #afb5ba;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_header {
    flex-direction: column;
    align-items: stretch;
  }
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_month_label {
  font-size: 0.9rem;
  color: #343a40;
  display: flex;
  align-items: center;
  gap: 8px;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_month_select {
  padding: 8px 10px;
  border: 1px solid #6c757d;
  border-radius: 6px;
  background: #f8f9fa;
  color: #343a40;
  cursor: pointer;
  transition: border-color 0.2s;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_month_select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_contract_dates {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
  color: #545b62;
  margin-right: 10px;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_items_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_items_list .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_product_dates {
  font-size: 0.85rem;
  color: #545b62;
  word-break: break-all;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_no_items {
  color: #545b62;
  font-style: italic;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_item_row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border: 1px dashed #afb5ba;
  border-radius: 6px;
  background: #fbfcfc;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_item_row:hover {
  background-color: rgba(0, 123, 255, 0.05);
  border-color: #007bff;
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_item_row input {
  margin-top: 2px;
  transform: scale(1.2);
  cursor: pointer;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_item_meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #343a40;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_item_name {
  font-weight: 600;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_item_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_badge_type {
  background: rgba(0, 123, 255, 0.1);
  color: #006fe6;
  border: 1px solid rgba(0, 123, 255, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_badge_intent {
  background: rgba(40, 167, 69, 0.12);
  color: #23923d;
  border: 1px solid rgba(40, 167, 69, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_badge_id {
  background: rgba(108, 117, 125, 0.12);
  color: #545b62;
  border: 1px solid rgba(108, 117, 125, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  word-break: break-all;
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_header {
    flex-direction: column;
    align-items: stretch;
  }
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* 70% width on desktop/tablet */
  flex: 0 0 60%;
  max-width: 70%;
  min-width: 0; /* allow proper text wrapping/truncation */
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_title .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_contract_name {
  font-weight: 700;
  color: #343a40;
  overflow-wrap: anywhere; /* handle very long names */
}
.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_title .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_contract_id {
  font-size: 0.85rem;
  color: #545b62;
  word-break: break-all;
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_contract_title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_month_selector {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  /* 30% width on desktop/tablet */
  flex: 0 0 40%;
  max-width: 80%;
  min-width: 0;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .src-widget-cpmReportGenerator-page-content-_widgetCpmReportGeneratorPageContent_cpm_report_generator_month_selector {
    align-items: stretch;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@charset "UTF-8";
/* ───── color tokens ───── */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spContainer {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spLayout {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spLayout {
    grid-template-columns: 1fr;
  }
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInputContainer {
  position: relative;
  display: flex;
  align-items: center;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInputContainer .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInput {
  flex-grow: 1;
  padding: 10px;
  padding-right: 60px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  font-size: 14px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInputContainer .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInput:focus {
  outline: none;
  border-color: #4285f4;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInputContainer textarea.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInput {
  resize: vertical;
  min-height: 100px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCharacterCounterBox {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f3f4;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  color: #70757a;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCharacterCounterBox.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCounterSafe {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4caf50;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCharacterCounterBox.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCounterWarning {
  background-color: rgba(255, 152, 0, 0.1);
  color: #ff9800;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCharacterCounterBox.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCounterDanger {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spFormSection {
  background-color: #f1f3f4;
  border: 1px solid #dadce0;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spHeader {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #202124;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spPreviewModeToggle {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spPreviewModeToggle button {
  flex: 1;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spPreviewModeToggle button:hover {
  background-color: #f1f3f4;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spPreviewModeToggle button.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spActiveMode {
  background-color: #4285f4;
  color: #ffffff;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spFormGroup {
  margin-bottom: 15px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spFormGroup label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #202124;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInputWrapper {
  position: relative;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSitelinkGroup {
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 8px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSitelinkHeader {
  background-color: #f1f3f4;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 600;
  color: #202124;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSitelinkInputs {
  display: grid;
  gap: 10px;
  padding: 15px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSitelinkInputs input {
  width: 100%;
  padding: 8px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-size: 14px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAddButton {
  background-color: #4285f4;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
  margin: 10px 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAddButton:disabled {
  background-color: #dadce0;
  cursor: not-allowed;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAddButton:hover:not(:disabled) {
  background-color: #1a73e8;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSaveButton {
  padding: 12px;
  background-color: #4285f4;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSaveButton:hover {
  background-color: #1a73e8;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spPreviewSection {
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 12px;
  padding: 25px;
  justify-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobilePreview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileDevice {
  width: 360px;
  height: 740px;
  border: 2px solid #dadce0;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileStatusBar {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
  color: #202124;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileStatusBar .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileIcons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileSearchBar {
  padding: 10px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileSearchBar input {
  width: 100%;
  padding: 10px;
  border: 1px solid #dadce0;
  border-radius: 20px;
  background-color: #f1f3f4;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdContainer {
  padding: 15px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdContainer .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdLabel {
  color: #70757a;
  font-size: 12px;
  margin-bottom: 5px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdContainer .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdHeadline {
  color: #1a0dab;
  font-size: 16px;
  margin-bottom: 5px;
  cursor: pointer;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdContainer .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdDescription {
  color: #202124;
  font-size: 14px;
  margin-bottom: 10px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSearchPreview {
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 8px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSearchBar {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #dadce0;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSearchBar .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleLogo {
  font-weight: bold;
  color: #4285f4;
  margin-right: 15px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSearchBar input {
  flex-grow: 1;
  padding: 8px;
  border: 1px solid #dadce0;
  border-radius: 24px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSearchTabs {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dadce0;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSearchTabs span {
  margin-right: 15px;
  color: #70757a;
  cursor: pointer;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSearchTabs span.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spActiveTab {
  color: #4285f4;
  border-bottom: 2px solid #4285f4;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdContainer {
  padding: 15px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdLabel {
  color: #70757a;
  font-size: 12px;
  margin-bottom: 5px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdHeadline {
  color: #1a0dab;
  font-size: 18px;
  margin-bottom: 5px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdDescription {
  color: #202124;
  font-size: 14px;
  margin-bottom: 10px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdSitelinks {
  display: grid;
  gap: 8px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdSitelink {
  background-color: #f1f3f4;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 10px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdSitelinkTitle {
  font-weight: 600;
  color: #1a0dab;
  margin-bottom: 5px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAdSitelinkDescription {
  color: #202124;
  font-size: 12px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSmallErrorMessage {
  background-color: rgba(217, 48, 37, 0.1);
  color: #d93025;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  text-align: center;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSuccessMessage {
  background-color: rgba(30, 142, 62, 0.1);
  color: #1e8e3e;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  text-align: center;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spDisabled {
  background-color: #808080;
  color: white;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spRemoveButton {
  background-color: #d93025;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spRemoveButton:disabled {
  background-color: #808080;
  cursor: not-allowed;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spRemoveButton:hover:not(:disabled) {
  background-color: #ad261e;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSitelinkHeader {
  background-color: #f1f3f4;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #202124;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSitelinkSectionDropdown {
  flex-grow: 1;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 14px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSitelinkSectionDropdown:focus {
  outline: none;
  border-color: #4285f4;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1);
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdSitelinks {
  display: grid;
  gap: 8px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdSitelink {
  background-color: #f1f3f4;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdSitelinkTitle {
  font-weight: 600;
  color: #1a0dab;
  margin-bottom: 5px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileAdSitelinkDescription {
  color: #202124;
  font-size: 12px;
}

@media (max-width: 768px) {
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spLayout {
    grid-template-columns: 1fr;
  }
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobileDevice {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInput:hover {
  border-color: #4285f4;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spInput:focus {
  border-color: #4285f4;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAddButton:focus,
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spRemoveButton:focus,
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSaveButton:focus {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

@media print {
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spPreviewModeToggle,
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spAddButton,
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spRemoveButton,
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSaveButton {
    display: none;
  }
}
/* ───── desktop ad card ───── */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sg_preview_desktop {
  flex: 1 1 620px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.11);
  padding: 24px;
  text-align: left;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_ad_block + .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_ad_block {
  margin-top: 28px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sponsored {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_title {
  display: block;
  color: #1a0dab;
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 4px;
  text-decoration: none;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_url {
  font-size: 14px;
  color: #1e8e3e;
  margin-bottom: 6px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_desc {
  font-size: 14px;
  color: #4d5156;
  margin-bottom: 6px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_callouts {
  font-size: 11px;
  color: #545454;
  margin-bottom: 10px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sitelinks {
  display: flex;
  flex-wrap: wrap;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sitelinks .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sitelink {
  flex: 1 1 50%;
  padding: 0 8px 14px 0;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sitelinks .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sitelink .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sl_title {
  display: block;
  color: #1a0dab;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 2px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sitelinks .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sitelink .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sl_desc {
  font-size: 13px;
  color: #4d5156;
  line-height: 1.2;
}

/* ───── mobile phone mock ───── */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sg_mobile_shell {
  width: 350px;
  height: 650px;
  background: #333;
  border-radius: 30px;
  margin-left: 32px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sg_mobile_screen {
  width: 90%;
  height: 88%;
  background: #fff;
  border-radius: 20px;
  overflow-y: auto;
  padding: 18px 16px;
}

/* top chrome */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_topbar {
  text-align: center;
  font-size: 14px;
  color: #5f6368;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_logo {
  font-weight: 600;
  font-size: 18px;
  color: #4285f4;
  letter-spacing: -0.5px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_tabs {
  display: flex;
  gap: 16px;
  padding: 6px 20px 12px;
  font-size: 12px;
  color: #5f6368;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_tabs span {
  cursor: default;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_tabs .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_active {
  color: #1a73e8;
  border-bottom: 2px solid #1a73e8;
}

/* ad card */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_adcard {
  border: 1px solid #dadce0;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 22px;
  font-family: Roboto, Arial, sans-serif;
  text-align: left;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_sponsored {
  font-size: 11px;
  color: #5f6368;
  margin-bottom: 2px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_title {
  display: block;
  color: #1a0dab;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 4px;
  text-decoration: none;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_desc {
  font-size: 12px;
  color: #4d5156;
  margin-bottom: 6px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_callouts {
  font-size: 10px;
  color: #545454;
  margin-bottom: 10px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spMobCallouts {
  font-size: 10px;
  color: #545454;
  margin-bottom: 10px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_sitelinks {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto !important;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-gutter: stable both-edges;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_sitelinks::-webkit-scrollbar {
  height: 6px;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_sitelinks::-webkit-scrollbar-track {
  background: transparent;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_sitelinks::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_sl_btn {
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  color: #1a0dab;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_mob_sl_btn:hover {
  background: #f5f5f5;
}

/* responsive */
@media (max-width: 760px) {
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_sg_mobile_shell {
    margin: 24px 0 0;
  }
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spFormHeader {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  flex-grow: 1;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  background-color: #f1f3f4;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSectionHeader:hover {
  background-color: #e3e7e9;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spCollapseIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  color: #70757a;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spErrorContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  padding: 20px;
  box-sizing: border-box;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spErrorContent {
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  -webkit-animation: src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_fadeIn 0.5s ease;
          animation: src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_fadeIn 0.5s ease;
}

@-webkit-keyframes src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spErrorTitle {
  color: #721c24;
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: bold;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spErrorMessage {
  color: #721c24;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem auto;
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  border-radius: 12px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s ease;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(66, 133, 244, 0.15);
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSheetLabel {
  font-size: 1rem;
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  flex-shrink: 0;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSheetLabel::before {
  content: "📊";
  margin-right: 0.5rem;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSheetUrl {
  color: #4285f4;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  word-break: break-all;
  padding: 0.75rem 1rem;
  background: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
  flex: 1;
  text-align: center;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSheetUrl:hover {
  text-decoration: none;
  color: #1a73e8;
  background: #f8f9ff;
  border-color: #4285f4;
}
@media (max-width: 768px) {
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay {
    flex-direction: column;
    gap: 0.75rem;
    margin: 1rem;
    padding: 1rem;
  }
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spGoogleSheetDisplay .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSheetLabel {
    white-space: normal;
  }
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spLockButton,
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spUnlockButton {
  width: 100%;
  padding: 12px;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spLockButton:disabled,
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spUnlockButton:disabled {
  background-color: #70757a;
  cursor: not-allowed;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spLockButton {
  background-color: #DC143C;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spLockButton:hover:not(:disabled) {
  background-color: #c51236;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spUnlockButton {
  background-color: #008080;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spUnlockButton:hover:not(:disabled) {
  background-color: #006767;
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spButtonContainer {
  display: flex; /* Use flexbox for alignment */
  gap: 10px; /* Adjust spacing as needed */
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spApprovalButton {
  width: 100%;
  padding: 12px;
  background-color: #27b850;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spApprovalButton:disabled {
  background-color: #70757a;
  cursor: not-allowed;
  opacity: 0.7;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spApprovalButton:hover:not(:disabled) {
  background-color: #22a347;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spApprovalButton:active:not(:disabled) {
  transform: scale(0.98);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spApprovalButton:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.5);
}

.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSaveButton {
  width: 100%;
  padding: 12px;
  background-color: #4285f4;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSaveButton:disabled {
  background-color: #70757a;
  cursor: not-allowed;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_spSaveButton:hover:not(:disabled) {
  background-color: #1a73e8;
}

/* Modal Overlay */
/* Modal Overlay */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Darker background for better focus */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal Content */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Darker overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensures it's on top */
}

/* Modal Content */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_modalContent {
  background: white;
  border-radius: 12px;
  padding: 30px;
  width: 450px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Modal Header Styling */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_modalContent h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #333;
}

/* Button Styles */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}

/* Yes Button - Soft Blue */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_buttonYes {
  background-color: #007bff;
  color: white;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_buttonYes:hover {
  background-color: #0056b3;
}

/* No Button - Soft Gray */
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_buttonNo {
  background-color: #6c757d;
  color: white;
}
.src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_buttonNo:hover {
  background-color: #5a6268;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_modalContent {
    width: 90%;
  }
  .src-widget-semPreviewPage-page-content-_widgetSemPreviewPagePageContent_button {
    width: 100%;
    margin: 10px 0;
  }
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notifications_container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification {
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  -webkit-animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideIn 0.3s ease;
          animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideIn 0.3s ease;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification_success {
  background: linear-gradient(135deg, #afecbd, #9be7ac);
  border: 1px solid #28a745;
  color: #1e7e34;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification_error {
  background: linear-gradient(135deg, #fae3e5, #f6cdd1);
  border: 1px solid #dc3545;
  color: #bd2130;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification_warning {
  background: linear-gradient(135deg, #fdeccf, #fce2b6);
  border: 1px solid #f59e0b;
  color: #c57f08;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification_message {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification_close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notification_close:hover {
  opacity: 1;
}

@-webkit-keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_confirm_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  -webkit-animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn 0.2s ease;
          animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn 0.2s ease;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_confirm_dialog {
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  width: 90%;
  -webkit-animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_scaleIn 0.3s ease;
          animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_scaleIn 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_confirm_dialog p {
  margin-bottom: 24px;
  font-size: 1.125rem;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 500;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_confirm_actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

@-webkit-keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  min-height: 100vh;
  position: relative;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(240, 147, 251, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.02em;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  color: #666;
  position: relative;
  z-index: 1;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_loading p {
  font-size: 1.25rem;
  margin-top: 16px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_error {
  background-color: rgba(255, 235, 238, 0.95);
  color: #dc3545;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid #dc3545;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stats_section {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stats_section h3 {
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stats_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stat_card {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  padding: 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stat_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stat_card:hover {
  border-color: #667eea;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stat_label {
  font-size: 0.875rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stat_value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: right;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestions_section {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestions_section h3 {
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestions_list {
  display: grid;
  gap: 16px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_card:hover {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_header strong {
  font-size: 1.125rem;
  color: #1a1a1a;
  font-weight: 700;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.25));
  color: #ac6f07;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_reason {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.5;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tabs_container {
  display: flex;
  flex-direction: column;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tabs {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 20px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tab {
  padding: 12px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: #666;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  top: 2px;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tab:hover {
  color: #667eea;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tab_active {
  color: #667eea;
  border-bottom-color: #667eea;
  background: linear-gradient(to bottom, transparent, rgba(102, 126, 234, 0.05));
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tab_content {
  -webkit-animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn 0.3s ease;
          animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn 0.3s ease;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_empty_tab {
  text-align: center;
  padding: 40px;
  color: #666;
  font-style: italic;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscribe_section {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscribe_section h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_toggle {
  display: flex;
  gap: 8px;
  background: #f8f9fa;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_btn {
  padding: 10px 20px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_btn:hover {
  color: #667eea;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_btn.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_active {
  background: #ffffff;
  color: #667eea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_container {
  position: relative;
  width: 100%;
  z-index: 10;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_container:focus-within {
  z-index: 200;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_box_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_group {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_icon {
  position: absolute;
  left: 16px;
  font-size: 1.25rem;
  z-index: 1;
  pointer-events: none;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_field {
  width: 100%;
  padding: 14px 48px 14px 48px;
  font-size: 1rem;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_field::-moz-placeholder {
  color: rgba(102, 102, 102, 0.6);
  font-size: 0.9375rem;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_field:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
  font-size: 0.9375rem;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_field::placeholder {
  color: rgba(102, 102, 102, 0.6);
  font-size: 0.9375rem;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_field:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.02), rgba(118, 75, 162, 0.02));
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_clear_search {
  position: absolute;
  right: 16px;
  background: rgba(220, 53, 69, 0.1);
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.25rem;
  color: #dc3545;
  transition: all 0.2s ease;
  z-index: 2;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_clear_search:hover {
  background: #dc3545;
  color: #ffffff;
  transform: scale(1.1);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_inline {
  display: flex;
  align-items: center;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select_inline {
  padding: 14px 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select_inline:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select_inline:hover {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select_inline option {
  padding: 8px;
  background: #ffffff;
  color: #1a1a1a;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideDown 0.3s ease;
          animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideDown 0.3s ease;
}

@-webkit-keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_results_header {
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
  border-bottom: 1px solid #dee2e6;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_results_list {
  overflow-y: auto;
  max-height: 350px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(222, 226, 230, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  width: 100%;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item:last-child {
  border-bottom: none;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item:hover:not(:disabled), .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_highlighted {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item:hover:not(:disabled) .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_text, .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_highlighted .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_text {
  color: #667eea;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_text {
  font-size: 0.9375rem;
  color: #1a1a1a;
  font-weight: 500;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_badge {
  flex-shrink: 0;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_tips {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.03), rgba(240, 147, 251, 0.03));
  border-radius: 8px;
  border: 1px solid rgba(102, 126, 234, 0.1);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tip_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #666;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tip_item:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #667eea;
  border-radius: 50%;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_manual_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_form_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_form_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_form_group label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1a1a1a;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input {
  padding: 12px 16px;
  font-size: 1rem;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: #ffffff;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input:disabled {
  background: #f8f9fa;
  color: #666;
  cursor: not-allowed;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input::-moz-placeholder {
  color: #999;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input:-ms-input-placeholder {
  color: #999;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input::placeholder {
  color: #999;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_city_state_note {
  font-size: 0.75rem;
  color: #667eea;
  margin-top: 4px;
  font-style: italic;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_form_actions {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_section {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_section h3 {
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_controls {
  display: flex;
  gap: 16px;
  align-items: center;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_search {
  flex: 1;
  padding: 10px 16px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_search:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_filter {
  padding: 10px 16px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  font-size: 0.9375rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_filter:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_wrapper {
  overflow-x: auto;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  background: #ffffff;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table {
  width: 100%;
  border-collapse: collapse;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table thead {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table thead th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table thead th.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.2s;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table thead th.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sortable:hover {
  color: #667eea;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table tbody tr {
  transition: background-color 0.2s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table tbody tr:hover {
  background-color: rgba(102, 126, 234, 0.03);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table tbody td {
  padding: 12px 16px;
  font-size: 0.9375rem;
  color: #1a1a1a;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select {
  padding: 6px 12px;
  font-size: 0.875rem;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select:disabled {
  background: #f8f9fa;
  cursor: not-allowed;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_unsubscribe_btn {
  padding: 6px 16px;
  background: #dc3545;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_unsubscribe_btn:hover:not(:disabled) {
  background: #bd2130;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_unsubscribe_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_pagination button {
  padding: 8px 16px;
  background: #667eea;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_pagination button:hover:not(:disabled) {
  background: #3958e4;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_pagination span {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #666;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid;
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_badge_country {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(59, 130, 246, 0.25));
  color: #0b63f3;
  border-color: rgba(59, 130, 246, 0.3);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_badge_state {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.25));
  color: #692cf3;
  border-color: rgba(139, 92, 246, 0.3);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_badge_city {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(236, 72, 153, 0.25));
  color: #e71a7f;
  border-color: rgba(236, 72, 153, 0.3);
}

.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_empty_state {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.0625rem;
  line-height: 1.6;
}

@-webkit-keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stats_section,
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestions_section,
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscribe_section,
.src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_section {
  -webkit-animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn 0.5s ease;
          animation: src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_fadeIn 0.5s ease;
}

@media (max-width: 768px) {
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_container {
    padding: 24px 16px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_title {
    font-size: 2rem;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stats_grid {
    grid-template-columns: 1fr;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_form_grid {
    grid-template-columns: 1fr;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_form_actions {
    flex-direction: column;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_form_actions button {
    width: 100%;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_card {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestion_card button {
    width: 100%;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_controls {
    flex-direction: column;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_controls .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_search {
    width: 100%;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_controls .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_table_filter {
    width: 100%;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_notifications_container {
    left: 20px;
    right: 20px;
    max-width: none;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_group {
    flex-direction: column;
    gap: 12px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_inline {
    width: 100%;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_inline .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_sensitivity_select_inline {
    width: 100%;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_dropdown {
    max-height: 300px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_result_item {
    padding: 10px 12px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_result_badge {
    align-self: flex-start;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_section_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_section_header h3 {
    width: 100%;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_section_header .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_toggle {
    width: 100%;
    justify-content: center;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_btn {
    flex: 1;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_title {
    font-size: 1.75rem;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stat_value {
    font-size: 2rem;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stat_card {
    grid-template-columns: 1fr;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_stats_section,
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_suggestions_section,
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscribe_section,
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_section {
    padding: 24px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table {
    font-size: 0.8125rem;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table th, .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_subscriptions_table td {
    padding: 8px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_input_field {
    padding: 12px 40px;
    font-size: 0.9375rem;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_icon {
    left: 12px;
    font-size: 1.125rem;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_clear_search {
    right: 12px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_tips {
    padding: 12px;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_search_tips .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_tip_item {
    font-size: 0.8125rem;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_toggle {
    flex-direction: column;
  }
  .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_toggle .src-widget-tripwireSubscription-page-content-_widgetTripwireSubscriptionPageContent_tripwire_method_btn {
    width: 100%;
  }
}
.new-pixel-button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-dialog {
  top: 10% !important;
  min-width: 200px;
}

.modal-stage-1 {
  left: 0% !important;
}

.modal-stage-2 {
  width: 50% !important;
  max-width: 50% !important;
  min-width: 200px;
  left: 25% !important;
  margin: 0 !important;
}

.modal-save {
  width: 20% !important;
  max-width: 20% !important;
  min-width: 200px;
  left: 40% !important;
  margin: 0 !important;
}

.modal-stage-2-flex {
  display: flex;
  flex-wrap: wrap;
}

.pixel-box {
  display: flex;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  min-width: 900px;
  margin-bottom: 5px;
}

.pixel-name {
  flex-grow: 1;
  white-space: nowrap;
  margin: 0px !important;
}

.name-params-container {
  display: flex;
  justify-content: space-between;
}

.params-container {
  display: flex;
  justify-content: center;
  font-size: 80%;
  flex-flow: wrap;
  line-height: 1;
}

.react-bootstrap-table table { table-layout: auto !important; }

.partner-table{
    width:100%;
}

.no-overflow {
    overflow-x: visible;
    white-space: nowrap;
  }

  .center {
      margin-left: auto;
      margin-right: auto;
  }



.modal-delete{
    width:20% !important;
    max-width:400px;
    min-width:200px;
    left:40% !important;
    margin:0 !important;
}

.create-new{
    margin-left:auto !important;
    margin-right:auto !important;
}

.no-overflow {
    overflow-x: visible;
    white-space: nowrap;
  }

.background{

    width: 100%;
    height: 100% !important;
    color:#464646;
    font-family: 'Roboto', sans-serif;
    position: absolute;
}

.title{
    font-size: calc(10px + 1vw);
    text-align: center;
    margin-bottom:20px;
}

.logo{
    width:30%;
    margin:auto;
}

.option{
    font-size: calc(10px + 0.5vw);
    
    background-color:white;
    height:10vh;
    line-height:10vh;
    white-space: nowrap;
}

.option-column{
    border-top: solid 1px #00b2c0;
    border-left: solid 1px #00b2c0;

    
}

.table td{
    vertical-align: middle !important;
}

.no-padding{
    padding:0 !important;
}
.react-bootstrap-table table { table-layout: auto !important; }

.sortable {
    text-align: center;
}

.dropdown-menu {
    min-width:3.8em !important;
}

.dropdown-item {
    padding-top: 0.25rem;
    padding-right: 1.3rem !important;
    padding-bottom: 0.25rem;
    padding-left: 1.3rem !important;
}

.text-filter {
    text-align: center;
    margin-left:4px;
    padding: 0px !important;
    height: calc(1.3em + .75rem + 2px) !important;
}

.button-container{
    display: flex;
    margin-left:auto;
    margin-right:auto;

}

.modal-open{
    padding-right:0px !important;
}

.modal-title{
    color:black;
}

.modal-body {
    color:black;
}

.modal-dialog{
    width: 20%;
    left: 40%;
    top: 25%;
}
/* stylelint-disable */
/* stylelint-enable */
.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_root {
  padding-left: 5vw;
}
.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_root .src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_listViewContainer {
  margin-top: 20px;
  padding: 0 20px;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_drops {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-bottom: 20px;
  margin-left: 24%;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_note_list {
  color: gray;
  font-size: small;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_tabs {
  width: 30vw;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_preview {
  width: 60vw;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_modalLP {
  position: absolute;
  top: 25%;
  left: 35%;
  margin-right: -50%;
  min-width: 50vw;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_modalContent {
  padding: 3vw;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_url_black {
  background: white;
  word-wrap: break-word;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_url_red {
  color: red;
  background: white;
  word-wrap: break-word;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_url_orange {
  color: #FF8C00;
  background: white;
  word-wrap: break-word;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_url_black_even {
  background: gainsboro;
  word-wrap: break-word;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_url_red_even {
  color: red;
  background: gainsboro;
  word-wrap: break-word;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_url_orange_even {
  color: #FF8C00;
  background: gainsboro;
  word-wrap: break-word;
}

.src-adTag-pVHooks-page-content-_adTagPVHooksPageContent_center {
  text-align: center;
}
.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_root {
  padding-left: 5vw;
}
.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_root .src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_listViewContainer {
  margin-top: 20px;
  padding: 0 20px;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_small_letters {
  font-size: 0.75vw;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_root {
  padding-left: 5vw;
}
.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_root .src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_listViewContainer {
  margin-top: 20px;
  padding: 0 20px;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_drops {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-bottom: 20px;
  margin-left: 24%;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_note_list {
  color: gray;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_tabs {
  width: 42vw;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_preview {
  width: 60vw;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_right {
  text-align: right;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_modalLPEdit {
  padding-left: 5vw !important;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_newPageModal {
  width: 80vw !important;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_vast_preview {
  width: 800px;
  height: 450px;
}

footer {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_videoplayer {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
  border: 2px #ccc solid;
  width: 640px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_playpause {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 30px;
  border-style: none;
  font-weight: bold;
  font-size: 15px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_playpause:hover {
  border: 1px #f00 solid;
  color: #f00;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_fullscreen {
  display: none;
  /*  
    position: absolute;
    bottom: 20px;
    left: 140px;
    height: 40px;
    width: 100px;
    border-style: none;
    font-weight: bold;
    font-size: 25px;
    opacity: 0.5;
    background-color: #fff;
    border-radius: 5px;
    border: 1px transparent solid;
    color: #000;
    cursor: pointer;
    line-height: 0;
  */
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_fullscreen:hover {
  border: 1px #f00 solid;
  color: #f00;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_content {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_adcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_console {
  font-family: courier, monospace;
  font-size: 12px;
  margin-top: 20px;
  height: 200px;
  width: 630px;
  padding: 5px;
  border: 1px #ccc solid;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
}

.src-adTag-lPHooks-page-content-_adTagLPHooksPageContent_dropdown {
  color: yellow;
}
.centered {
  margin-left: 25%;
}

.modal-dialog {
  position: absolute;
  min-width: 30vw;
}

.modal-header {
  font-size: 2vw;
}

.modal-body {
  margin-left: 3vw;
}

.bookmark {
  width: 31%;
  margin: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.card-body {
  padding: 10vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  align-content: center;
  background-color: gainsboro;
  overflow-x: auto;
}

.card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.closeButton {
  font-size: xx-small;
  color: red;
  width: 5vw;
  align-self: center;
}

.bookmarkbutton {
  height: 6vh;
  align-self: center;
  padding-top: 1vh;
  flex: 1;
  text-align: center;
}

.addbutton {
  height: 100%;
  flex: 1;
}

.select-button {
  margin-bottom: 1vh;
}

.react-bootstrap-table table {
  table-layout: auto !important;
  font-size: 11px;
}

.min500 {
  min-height: 300px;
}

.pixel_allbox {
  justify-content: space-between;
}
.pixel_outerbox {
  flex-wrap: wrap;
}
.pixel_innerbox {
  padding: 5px;
  margin: 2px;
  border: 1px solid #007bff;
  border-radius: 5px;
}
.btn {
  font-size: 11px;
  white-space: nowrap;
}
.sortable {
  text-align: center;
}

.dropdown-menu {
  min-width: 3.8em !important;
}

.dropdown-item {
  padding-top: 0.25rem;
  padding-right: 1.3rem !important;
  padding-bottom: 0.25rem;
  padding-left: 1.3rem !important;
}

.text-filter {
  text-align: center;
  margin-left: 4px;
  padding: 0px !important;
  font-size: 11px;
}

.button-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.modal-open {
  padding-right: 0px !important;
}

.modal-title {
  color: black;
}

.modal-body {
  color: black;
}

.modal-dialog {
  width: 20%;
  left: 40%;
  top: 25%;
}

.table thead th {
  vertical-align: middle !important;
  text-align: center !important;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.table th {
  padding: 0.55rem;
  padding-top: 0;
  padding-bottom: 0;
}

.react-bootstrap-table-pagination-total {
  font-size: 12px;
  margin-left: 5px;
}

.avertiser_qa_grid {
  display: flex;
  width: 100%;
  height: 100%;
}

.avertiser_qa_grid_inner {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.chart-title {
  margin-bottom: -18px;
}
.button-change-dates {
  color: #545454;
  background-color: #f5f5f5;
  border-color: #e9e9e9;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  margin-left: 10px !important;
  margin-top: -8px !important;
}

.pixel-name {
  font-size: 21.5px;
  margin-top: 65px;
  margin-bottom: 5px;
}

.no-pixel {
  position: absolute;
  font-size: 40px;
}

.table-responsive {
  overflow-x: auto;
}

.min500 .table {
  min-width: 500px;
}

.bootstrap-table {
  font-size: 14px;
}

.bootstrap-table .table th,
.bootstrap-table .table td {
  
  text-align: center;
  vertical-align: middle;
}

.table td {
  min-width: 100px; /* Adjust as needed */
}
.bootstrap-table .table th {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  min-width: 200px; 
}

.bootstrap-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 123, 255, 0.1);
}

.bootstrap-table .table-hover tbody tr:hover {
  background-color: rgba(0, 123, 255, 0.2);
}

.src-component-page-content-_PageContent_root {
  
  margin-top: 2vh !important;
}
/* Root Container */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_root {
  padding-left: 5vw;
}
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_root .src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_listViewContainer {
  margin-top: 20px;
  padding: 0 20px;
}

/* Main Container */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_container {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #f9f9f9;
}

/* Header Styles */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Input Section */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_input_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_input {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: border-color 0.3s;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_input:focus {
  border-color: #007bff;
  outline: none;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  transition: background-color 0.3s, transform 0.2s;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* Radio Buttons */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_radio_container {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_radio_label {
  margin-right: 30px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_radio_label input {
  margin-right: 8px;
}

/* Loading State */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_loading {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  margin-top: 20px;
  -webkit-animation: src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_pulse 1.5s infinite;
          animation: src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_pulse 1.5s infinite;
  text-align: center;
}

/* Keyframes for Pulsing Animation */
@-webkit-keyframes src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_pulse {
  0% {
    opacity: 0.5; /* Start at 50% opacity */
  }
  50% {
    opacity: 1; /* 100% opacity at halfway point */
  }
  100% {
    opacity: 0.5; /* Return to 50% opacity */
  }
}
@keyframes src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_pulse {
  0% {
    opacity: 0.5; /* Start at 50% opacity */
  }
  50% {
    opacity: 1; /* 100% opacity at halfway point */
  }
  100% {
    opacity: 0.5; /* Return to 50% opacity */
  }
}
/* Results Section */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_results {
  margin-top: 30px;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_results_message {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 5px;
}

/* Link Styling for URL */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_clickable_link {
  font-size: 0.85rem;
  color: #007bff;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_clickable_link:hover {
  color: #0056b3; /* Darker blue on hover */
  text-decoration: none; /* Remove underline on hover */
}

/* Separator for Results */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_result_item {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_result_item:last-child {
  border-bottom: none;
}

/* Refresh Button */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_refresh_button {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_refresh_button:hover {
  background-color: #218838;
  transform: translateY(-2px);
}

/* Error Message */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_error_message {
  background-color: #ffdddd;
  color: black;
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

/* Reminder Message */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_reminder {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  border-radius: 5px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

/* Disclaimer Message */
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_disclaimer {
  background-color: #d1ecf1;
  color: #0c5460;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #bee5eb;
  border-radius: 5px;
  font-size: 1rem;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_info_banner {
  background: linear-gradient(90deg, #e6eeff 0%, #d7f0fa 100%);
  color: #20478b;
  padding: 16px 15px 10px 15px;
  border-radius: 7px;
  font-size: 1.18em;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px rgba(32, 70, 139, 0.07);
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_highlighted_box {
  background: #eaf6fd;
  color: #21668c;
  border: 1px solid #bbe3f7;
  border-radius: 4px;
  padding: 8px 11px;
  font-size: 0.96em;
  margin-top: 7px;
  margin-bottom: 3px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_website_inputs_form {
  background: #fff;
  padding: 24px 16px 18px 16px;
  border-radius: 9px;
  margin-top: 15px;
  max-width: 520px;
  box-shadow: 0 3px 13px rgba(0, 0, 15, 0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_website_inputs_form > div {
  margin-bottom: 19px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_tooltip {
  color: #666985;
  font-size: 0.95em;
  background: #f6f7fa;
  border: 1px solid #ebebed;
  border-radius: 4px;
  padding: 7px 9px;
  margin: 3px 0 0 0;
  display: block;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_download_button {
  padding: 8px 18px;
  font-size: 15px;
  border-radius: 5px;
  background-color: #6244e7;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 10px 0;
  transition: background-color 0.3s, transform 0.2s;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_download_button:hover {
  background-color: #452cbd;
  transform: translateY(-2px);
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_mini_warn {
  background: #e4e8fd;
  color: #334179;
  border: 1px solid #c6d4fa;
  border-radius: 4px;
  font-size: 0.78em;
  padding: 4px 9px 4px 8px;
  margin: 4px 0 0 0;
  display: block;
  text-align: left;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_button {
  display: inline-block;
  background: #f6f7fa;
  color: #293a57;
  border: 1.1px solid #d3d9e4;
  border-radius: 14px;
  font-size: 0.97em;
  padding: 3px 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 8px;
  position: relative;
  outline: none;
  transition: background 0.2s, color 0.15s;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_button:hover,
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_button:focus {
  background: #eef3f9;
  color: #0d2d6e;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_tooltip {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  color: #2a3b5b;
  box-shadow: 0 3px 18px rgba(187, 203, 255, 0.1607843137);
  border: 1px solid #c4cdf5;
  border-radius: 8px;
  padding: 13px 18px 14px 18px;
  position: absolute;
  left: 50%;
  top: 37px;
  min-width: 230px;
  z-index: 99;
  transform: translateX(-50%);
  white-space: normal;
  font-size: 0.86em;
  transition: opacity 0.2s;
  pointer-events: none;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_button:focus .src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_tooltip,
.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_button:hover .src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_pill_tooltip {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_lang_code_pill {
  display: inline-block;
  background: #e9effb;
  border: 1px solid #ccdaee;
  border-radius: 10px;
  font-size: 0.93em;
  padding: 2px 10px 2px 8px;
  margin: 3px 7px 3px 0;
  color: #315179;
  font-weight: 600;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_lang_code_pill_label {
  font-size: 0.93em;
  color: #8b95b3;
  font-weight: 500;
  margin-left: 6px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_form-label, .src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_form_label {
  display: block;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  color: #20478b;
  font-size: 1.06em;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
  margin-top: 24px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_help_text {
  display: block;
  font-size: 0.9em;
  color: #6a7ba6;
  margin-top: 2px;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  padding-left: 1px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_help_text strong {
  font-weight: 600;
  color: #20478b;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_checkbox_small {
  font-size: 0.8em;
  color: #444;
  display: flex;
  align-items: center;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_checkbox_input_small {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.src-advertiser-guideCreation-page-content-_advertiserGuideCreationPageContent-module_gcsth_gka_reminder {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffe4e1;
  border: 1px solid #ffb6b3;
  color: #8b2c2c;
  border-radius: 5px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.event-section-outer-box{
    display: flex;
    border: 3px solid darkgray;
    margin:5px;
    justify-content: space-between;
}

.event-page-outer-box{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-name-outer-box{
    flex: 1;
}

.top-border{
    border-top: 2px solid darkgray;
}

.left-border{
    border-left: 2px solid darkgray;
}

.event-page-inner-box{
    display: flex;
    
    flex-direction: row;
    justify-content: space-between;
}

.all-outer-box{
    display: flex;
    flex-direction: column;
    width:80%;
}

.text-box{
    display: flex;
    flex:1;
    padding-left:5px;
}

.section-0{
    
    background-color: rgba(0,0,0,.05);
}

.name-0{
    background-color: rgba(0,0,0,.05);
}

.page-1{
    background-color: rgba(0,0,0,.05);
}



p { 
    margin-top: auto; /* Important */ 
    margin-bottom: auto;
    text-align: left;
  }

.modal-autouploader-merge{
    width:80% !important;
    max-width:80% !important;
    min-width:1000px;
    left:10% !important;
    margin:0 !important;
}

.modal-autouploader-delete{
    width:40% !important;
    max-width:40% !important;
    min-width:200px;
    left:30% !important;
    margin:0 !important;
}

.outer-flex-merge{
    display: flex;
    white-space: nowrap;
    line-height: 35px;
    width:60%;
    margin-left:auto;
    margin-right:auto;
}

.outer-flex{
    display: flex;
    white-space: nowrap;
    line-height: 35px;
    margin-left:auto;
    margin-right:auto;
    justify-content: space-between;
    border: 1px dashed #ced4da;
    border-top:0px;
    border-left:2px solid #ced4da;
    border-right:2px solid #ced4da;
    
    padding:4px;

}

.trash-box{
    color: #cacaca;
    display: flex;
    margin-top:auto;
    margin-bottom:auto;
    padding-left:4px;
    padding-right:4px;
    cursor: pointer;
}
.trash-box:hover{
    color:gray;
}

.inner-flex-concat{
    display: flex;
    margin: auto;
}
.inner-flex-report{
    display: flex;
    flex-wrap:wrap;
    margin-top: auto;
    margin-bottom: auto;
    flex-grow: 1;
    justify-content: flex-end;
}

.inner-vertical-flex{
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom:auto;
    flex-grow:1;
    margin-left:3%;
    margin-right:3%;
}

.type-radio{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left:3px;
    padding-right:3px;
    margin-left:3px;
    color: white;
    min-width:85px;
    margin: auto;
    text-align: center;
}

.csv-none {
    display:none;
}

.bulk-template-text{
    font-size:12px;
    text-align: center;
    margin-top:4px;
}
.report-radio{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left:3px;
    padding-right:3px;
    margin-left:3px;
    color: white;
    text-align: center;
}

.inactive{
    background-color: #ced4da;
    border: 1px solid grey;
    color: grey;
    cursor: pointer;
}

/* .active {
    background-color: #28a745;
} */

.report-inactive{
    background-color: #ced4da;
    border: 1px solid grey;
    color: grey;
    cursor: pointer;
}

.report-active {
    background-color: #28a745;
    cursor: pointer;
}

.modal-section-title{
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 12px;
    line-height:40px;
    /* margin: 6px; */
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
    border-right: 2px solid #ced4da;
    border-bottom: 2px solid #ced4da;

}

.react-autosuggest__input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.react-autosuggest__container{
    width:100%;
}


.button-add-container{
    display:flex;
    margin: auto;
    width: 50%;
    justify-content: center;
}

.textbox-mw{
    min-width: 200px;
    margin:auto;
}


.button-add-report{
    color: #545454;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
}

.bulk{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.flex-center{
    display: flex;
    justify-content: center;
}
.single{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right:0
}

.dropdown-box{
    display: flex;

}

.dropdown-option-name{
    flex-grow:1;
    
}
.button-side-action{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #e9e9e9;
    display: inline-block;
    padding: 3px 6px;
    margin-left:2px;
    margin-right:2px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-side-action:hover{
    color: #545454;
    background-color: #f5f5f5;
    border-color: #cacaca;
}

.report{
    max-width: 100px;
    margin-bottom:2px;
    margin-top:2px;
}

.button-smaller{
    color: #545454;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: auto;
    margin-bottom: auto;
    height: 25px;
}

.button-add-report-container{
    width:10%;
    margin:auto;
}

.button-add-report:hover{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #cacaca;
}

.button-smaller:hover{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #cacaca;
}

.button-add-report-checked{
    color: #545454;
    background-color: #e1e1e1;
    border-color: #cacaca;
}

.inner-flex{
    display: flex;
    flex-grow:1;
}

.inner-flex-button{
    display: flex;
    margin:auto;
    margin-top:2px;
    

}
.trash-textbox-container{
    display: flex;
    margin-bottom:4px;
}

.filter-or{
    margin:auto;
    margin-top:-10px !important;
    margin-bottom:-2px !important;
}
.table-responsive {
  overflow-x: auto;
}

.min500 .table {
  min-width: 500px;
}

.bootstrap-table {
  font-size: 14px;
}

.bootstrap-table .table th,
.bootstrap-table .table td {
  
  text-align: center;
  vertical-align: middle;
}

.table td {
  min-width: 100px; /* Adjust as needed */
}
.bootstrap-table .table th {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  min-width: 200px; 
}

.bootstrap-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 123, 255, 0.1);
}

.bootstrap-table .table-hover tbody tr:hover {
  background-color: rgba(0, 123, 255, 0.2);
}

