:root {
  --background-color: #fff;
  --font-color: #000;
  --link-color: #007bff;
  --highlight-color: green;
  --border-color: #000;
  --button-border-color: #0085ca;
  --button-background-color: #fff;
  --button-hover-background-color: #f2f2f2;
  --input-border-color: #0085ca;
  --select-border-color: #0085ca;
  --label-color: #fff;
  --modal-background-color: rgba(0, 0, 0, 0.9);
  --modal-input-border-color: #333;
  --modal-content-background-color: #fefefe;
  --close-button-color: #aaa;
  --close-button-hover-color: black;
  --form-input-font-size: 16px;
  --form-input-padding: 4px;
  --form-input-margin-bottom: 10px;
  --form-input-background-color: #fff;
  --form-input-border: none;
  --button-font-size: 16px;
  --button-padding: 4px 10px;
}

/*
GENERAL SITE-WIDE
*/
body {
  background-color: var(--background-color);
  font-family: arial;
  color: var(--font-color);
  margin: 0;
  padding: 0;
  -ms-overflow-style: none; /* IE and Edge */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > .container {
  flex: 1 0 auto;
}

body > .bucket-fix-footer {
  flex-shrink: 0;
}

/*
Hide the scroll bar
*/
body::-webkit-scrollbar {
  display: none;
}

a {
  color: var(--link-color);
}

/*
TITLES
*/
h2 {
  font-size: 18px;
  color: var(--highlight-color);
}

/*
BUTTONS AND INPUTS
*/
input,
textarea,
select {
  font-family: arial !important;
  font-size: var(--form-input-font-size);
  padding: var(--form-input-padding);
  margin-bottom: var(--form-input-margin-bottom);
  background-color: var(--form-input-background-color);
  border: var(--form-input-border);
}
select {
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background: white;
  cursor: pointer;
  padding: 4px 10px !important;
}

button {
  font-size: var(--button-font-size);
  padding: var(--button-padding);
  cursor: pointer;
}

input[type="file"] {
  display: none;
}

fieldset {
  display: inline-block;
  border: none;
  margin-bottom: 0;
}
fieldset label {
  float: left;
  width: 102px;
  text-align: right;
  padding-right: 10px;
  line-height: 30px;
}
::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

.image_input {
  float: right;
  width: calc(100% - 191px) !important;
}

.custom-image-label {
  margin-left: -4px;
  border: 1px solid #ccc;
  background-color: var(--background-color);
  display: inline-block;
  color: var(--font-color);
  margin-left: 114px;
  padding: 4px 20px;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2px;
}
.custom-image-label:hover {
  background-color: #f2f2f2;
}
.custom-input {
  background-color: var(--button-background-color) !important;
  border: 1px #ccc;
  border-radius: 2px !important;
}

#save-buckets:hover {
  font-weight: bold;
}
#functions-button:hover {
  font-weight: bold;
}

input[type="color"] {
  border: none;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}

.bucket-fix-content select {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: var(--button-background-color);
}
.bucket-fix-content input,
.bucket-fix-content select,
.bucket-fix-content button {
  margin-bottom: 0 !important;
}

.page-selection {
  width: 295px;
  cursor: pointer;
  padding: 3px 3px 4px 0;
}

.ok,
.error {
  cursor: pointer;
  font-weight: bold;
}

.error-msg {
  color: #9e2020;
}

.page-name-edit {
  z-index: -1;
  width: 286px;
  position: absolute;
  margin-left: -297px;
  margin-top: 2px;
  padding: 3px;
}
.page-selection:hover {
  background: #cccccc;
}

.footer-manager textarea {
  width: calc(100% - 10px) !important;
  margin: 0;
  resize: none;
  overflow: hidden;
}

.footer-manager .left textarea {
  text-align: left;
}

.footer-manager .right textarea {
  text-align: right;
}

/*
OTHER / MISC
*/

.abc {
  color: var(--link-color);
  text-decoration: underline;
}

.stat {
  color: var(--highlight-color);
}

.bucket-manager {
  box-sizing: border-box;
  padding-bottom: 50px;
}

.mailing-list-manager {
  display: none;
  box-sizing: border-box;
  padding-bottom: 250px;
}
.mailing-container {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* 20px spacing between the left and right divs */
}
.mailing-list-left {
  flex: 0 0 70%; /* 60% width */
}

.mailing-list-right {
  flex: 0 0 28%; /* 40% width */
}
.mailing-list-manager label.large {
  display: block;
  float: left;
  width: 120px;
}
.mailing-list-manager input.large {
  border: 1px solid #ccc;
  width: calc(100% - 130px);
  float: left;
}
.mailing-list-manager select.large {
  border: 1px solid #ccc;
  width: calc(100% - 120px);
  float: left;
  padding-left: 4px !important;
}
.mailing-list-manager textarea {
  border: 1px solid #ccc;
  width: calc(100% - 10px);
  resize: none;
}

.bucket-td {
  position: relative;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  cursor: pointer;
  width: max-content;
}

.colors-container {
  width: 196px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  /* Pulled up by the height of the labels so the swatches themselves stay on
     the "Frame colors" line */
  top: 37px;
  right: 0;
}

/* A swatch with its name above it */
.color-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
}

.color-label {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #666;
}

.colors-container .color {
  background-color: var(--background-color);
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0;
  width: 60px;
  height: 15px;
}

/* The theme presets, dropped under the swatches while they are hovered.
   Typed like the page menu it sits next to, and a little wider than it so the
   theme names have room */
.themes-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 251px;
  /* About seventeen rows, so a good part of the theme list is in view */
  max-height: 448px;
  overflow-y: scroll;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 20;
}

.themes-dropdown::-webkit-scrollbar {
  display: none;
}

.colors-container:hover .themes-dropdown {
  display: block;
}

.theme-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px 4px 4px;
  font-size: var(--form-input-font-size);
  font-weight: normal;
  cursor: pointer;
}

.theme-row:hover {
  background-color: #e6e6e6;
}

.theme-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 6px;
}

.theme-swatches {
  display: flex;
  flex: 0 0 auto;
}

.theme-swatch {
  width: 24px;
  height: 15px;
  border: 1px solid #ccc;
  border-left: none;
  box-sizing: border-box;
}

.theme-swatch:first-child {
  border-left: 1px solid #ccc;
}
.bucket-fix-content {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 4px 20px 4px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid #fff;
  z-index: 9;
}
.bucket-fix-footer {
  width: 100%;
  padding: 4px 20px 4px 20px;
  box-sizing: border-box;
  border-top: 25px solid #fff;
  z-index: 9;
}
.custom-select {
  padding: 4px 0px !important;
  background: white !important;
  overflow-y: scroll;
  overflow-x: visible;
}
.custom-select::-webkit-scrollbar {
  display: none;
}
.site-status {
  border: 1px solid #ccc;
  padding: 2px 6px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  border-radius: 5px;
}
.site-status-0 {
}
.site-status-1 {
  background-color: var(--highlight-color);
  color: #fff;
}
.custom-select option {
  padding: 4px 20px 4px 4px !important;
  width: auto;
  background: white;
}
.custom-select option:hover {
  background-color: #e6e6e6;
}
.custom-select option[disabled] {
  background: white;
  font-weight: bold;
  color: black;
}
.custom-select option[disabled]:hover {
  font-weight: bold !important;
}
.custom-select option[selected] {
  background: none;
}
.custom-select option[selected]:hover {
  background-color: #e6e6e6;
  font-weight: normal;
}
.custom-button {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: var(--button-background-color);
  min-width: 100px;
}

.custom-button:hover {
  background-color: var(--button-hover-background-color);
  color: var(--font-color);
}
.blue-button {
  border: 1px solid rgb(27, 26, 76);
}
#otp-hint {
  color: rgb(155, 0, 0);
}

.footer-manager div {
  border: 1px solid #cccccc;
  background: white;
}

.footer-manager .left {
  text-align: left;
  margin-right: 25px;
  flex: 1;
}

.footer-manager .right {
  text-align: right;
  margin-left: 25px;
  flex: 1;
}

.bucket-settings-container {
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
  width: 170px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.bucket-settings {
  flex: 1;
  margin: 0 5px;
  border: 1px solid #ccc;
  height: 19px;
  width: 21px;
  text-align: center;
  font-size: 15px;
  padding-top: 1px;
  border-radius: 28px;
}
.bucket-settings:hover {
  background-color: #f2f2f2;
}

.bucket-options-tab-add {
  position: relative;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 110px;
  font-weight: normal !important;
  text-align: center;
  background: #d9ead3;
}
.bucket-options-tab-add:hover,
.bucket-options-tab-add:hover .bucket-options-tab-before-container,
.bucket-options-tab-add:hover .bucket-options-tab-after-container {
  font-weight: bold !important;
  cursor: pointer;
}
.bucket-options-tab-add:hover .bucket-options-tab-before-container {
  font-weight: bold !important;
}

.bucket-options-tab-remove {
  position: relative;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 110px;
  font-weight: normal !important;
  text-align: center;
  background: #f4cccc;
}
.bucket-options-tab-remove:hover,
.bucket-options-tab-remove:hover .bucket-options-tab-before-container,
.bucket-options-tab-remove:hover .bucket-options-tab-after-container {
  cursor: pointer;
  font-weight: bold !important;
}
.bucket-options-tab-remove:hover .bucket-options-tab-before-container {
  font-weight: bold !important;
}

.bucket-options-tab {
  position: relative;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 110px;
  font-weight: normal !important;
  text-align: center;
}
.bucket-options-tab:hover,
.bucket-options-tab:hover .bucket-options-tab-before-container,
.bucket-options-tab:hover .bucket-options-tab-after-container {
  cursor: pointer;
}
.bucket-options-tab:hover .bucket-options-tab-before-container {
}

.bucket-options-tab-before-container .before {
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid black;
  border-right: 1px solid #000;
}
.bucket-options-tab-before-container {
  position: absolute;
  background-color: #000;
  bottom: 0px;
  left: -11px;
}

.bucket-options-tab-after-container .after {
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-bottom-left-radius: 16px;
  border-bottom: 1px solid black;
  border-left: 1px solid #000;
}
.bucket-options-tab-after-container {
  position: absolute;
  background-color: #fff;
  bottom: 0px;
  right: -11px;
}

.bucket-line-tab-before-container .before {
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid black;
  border-right: 1px solid #000;
}
.bucket-line-tab-before-container {
  position: absolute;
  background-color: #000;
  height: 10px;
  width: 10px;
  bottom: 1px;
  left: -11px;
}

.bucket-line-tab-after-container .after {
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-bottom-left-radius: 16px;
  border-bottom: 1px solid black;
  border-left: 1px solid #000;
}
.bucket-line-tab-after-container {
  position: absolute;
  background-color: #000;
  height: 10px;
  width: 10px;
  bottom: 1px;
  right: -10px;
}

.row_opts {
  position: relative;
}
.custom-remove-image-button {
  margin-left: -8px;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  display: inline-block;
  color: var(--font-color);
  padding: 3px;
  cursor: pointer;
  width: 20%;
  float: right;
}
.mailing-table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.mailing-table tr td {
  border: 1px solid #ccc;
  padding: 4px;
}
.mailing-table tr th {
  background-color: #f2f2f2;
  padding: 4px;
}
.data-table {
  width: calc(100% + 100px);
  margin-left: -50px;
  border-collapse: separate;
  border-spacing: 50px 0;
  padding-bottom: 100px;
}

.data-table input,
.data-table textarea {
  width: calc(100% - 10px) !important;
  float: right;
  resize: none;
}

.data-table td {
  padding: 0 0 0 0;
}

.data-table th:last-child {
  padding: 0;
}

.data-table td:last-child {
  padding: 0;
}

.data-table th {
  padding: 0 50px 0 0;
}

.bucket_title_input {
  font-weight: bold;
  margin-bottom: 0;
  border: 1px solid #ccc;
}

.bucket_content_input {
  margin-bottom: 0;
  border: 1px solid #ccc;
}

.bucket-content-wrapper {
  position: relative;
  overflow: hidden; /* contain the floated textarea so ::before has height */
}

/* pulled up under the content wrapper by a negative margin: lift it above the
   positioned textarea so it stays clickable */
.bucket_link {
  position: relative;
  z-index: 2;
}

.bucket-content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.bucket-content-wrapper .bucket_content_input {
  position: relative;
  z-index: 1;
  background: transparent;
}

.bucket-content-wrapper.size-large::before {
  background-image: url("/images/bucket-large-hint.png");
  background-size: 120px;
}

.bucket-content-wrapper.size-medium::before {
  background-image: url("/images/bucket-medium-hint.png");
  background-size: 120px;
}

.bucket-content-wrapper.size-small::before {
  background-image: url("/images/bucket-small-hint.png");
  background-size: 120px;
}

.mailing-content-wrapper {
  position: relative;
  overflow: hidden;
  /* the form fields above are floated: drop below them instead of
     being squeezed beside them (this div establishes a BFC) */
  clear: both;
  width: 100%;
}

.mailing-content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/images/mailing-hint.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.mailing-content-wrapper #content {
  position: relative;
  z-index: 1;
  background: transparent;
}

.mailing-img-prev {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  pointer-events: none;
  background-color: var(--background-color);
  max-width: calc(100% - 12px);
  max-height: calc(100% - 2px);
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.15s ease;
}

.mailing-content-wrapper:hover .mailing-img-prev,
.mailing-content-wrapper:has(#content:focus) .mailing-img-prev {
  opacity: 0;
}

.bucket-model-container {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  width: 200px;
  cursor: pointer;
}
.title_size_select,
.background_select,
.title_background_select,
.title_color_select,
.align_select,
.text_size_select,
.color_select {
  border: 1px solid #ccc;
}
.background_select option:hover,
.title_color_select option:hover,
.color_select option:hover {
  border: 1px solid #333;
  background: transparent !important;
}
.background_select option:focus {
  outline: 0 !important;
}
.background_select option:hover {
  outline: 0 !important;
}
.bucket-model {
  flex: 1;
  margin: 0 10px;
  border: 1px solid #ccc;
  height: 50px;
}
.bucket-model-double {
  flex: 2;
  margin: 0 10px;
  border: 1px solid #ccc;
  height: 50px;
}
.bucket-model-container:hover .bucket-model,
.bucket-model-container:hover .bucket-model-double {
  background-color: #ccc; /* Change to your desired color */
}
.mailing-modal {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 488px;
  position: absolute;
  right: 0;
  top: 177px;
  padding: 0 10px 10px 10px;
  margin-top: 26px;
  display: none;
  font-size: 12px;
  z-index: 9;
  border-radius: 2px;
}

.mailing-modal label {
  padding-top: 8px;
  margin-left: 10px;
  color: #000;
}
.mailing-modal label:first-of-type {
  margin-left: 0;
}

.mailing-modal input {
  width: calc(100% - 109px) !important;
  float: none;
  font-size: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.mailing-modal select {
  font-size: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.mailing-modal button {
  font-size: 12px;
  color: var(--font-color);
}
.mailing-modal p {
  margin: 10px 0 0 30px;
}

.setting-modal {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 488px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px 10px 10px;
  margin-top: 26px;
  display: none;
  font-size: 12px;
  z-index: 9;
  border-radius: 2px;
}

.setting-modal label {
  padding-top: 8px;
  margin-left: 10px;
  color: #000;
}
.setting-modal label:first-of-type {
  margin-left: 0;
}

.inline-label,
.inline-select {
  display: inline-block;
  vertical-align: middle; /* Ensures proper alignment */
  margin-right: 10px; /* Optional: Adds some space between the elements */
}

.bucket-modal-title {
  flex: 1;
  border: 1px solid #ccc;
  height: 19px;
  width: 21px;
  text-align: center;
  font-size: 15px;
  padding-top: 1px;
  border-radius: 28px;
  position: absolute;
  margin-top: 12px;
}

.setting-modal p {
  margin: 10px 0 0 30px;
}
.bucket-title-controls {
  font-size: 12px;
  display: none;
  background: white;
  padding-left: 6px;
  margin-left: -3px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: -35px;
  position: absolute;
}
.bucket-title-controls label {
  padding-top: 8px;
  margin-left: 10px;
  color: #000;
}
.bucket-title-controls label:first-of-type {
  margin-left: 0;
}
.bucket-title-controls select {
  font-size: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.modalopener {
  float: right;
  margin-top: -25px;
  margin-right: 5px;
  cursor: pointer;
  width: 75px;
  display: none;
}

.modalopener div {
  width: 35px;
  height: 3px;
  background-color: #cfe2f3;
  margin: 3px 0 0 35px;
  position: relative;
}

.setting-modal input {
  width: calc(100% - 109px) !important;
  float: none;
  font-size: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.setting-modal select {
  font-size: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.setting-modal button {
  font-size: 12px;
  color: var(--font-color);
}

.label-and-button {
  display: flex;
}

.label-and-button .label1 {
  flex: 0 0 54%;
}

.label-and-button .label2 {
  flex: 0 0 30%;
  margin-left: 20px;
}
.access-title {
  font-weight: bold;
  font-size: 24px;
}
.access-title-small {
  font-weight: bold;
  font-size: 20px;
}
.access-title-smaller {
  font-size: 18px;
}
.full-width-label {
  display: block;
  width: 100% !important;
  margin-bottom: 8px;
  text-align: center;
}
.selected-button {
  border: 2px solid var(--link-color) !important;
}

.color_button.selected-button {
  box-shadow: inset 0 0 3px #000000;
}

.background_button,
.title_color_button,
.color_button {
  color: rgba(0, 0, 0, 0) !important;
  border: 2px solid var(--border-color);
  font-size: 1px;
  width: 25px;
  height: 25px;
}

#account_name {
  color: var(--highlight-color);
}

.top-bar {
  font-size: 16px;
  font-weight: bold;
  top: 0;
  position: fixed;
  width: 1204px;
  margin-left: -4px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  box-sizing: border-box;
  height: 85px;
  /* Above .bucket-fix-content so the themes dropdown is not covered by it */
  z-index: 10;
}

.top-bar-actions {
  position: absolute;
  right: 20px;
  top: 20px;
}

.top-bar-pages {
  position: absolute;
  left: 261px;
  top: 20px;
}

.current-editing-site {
  margin-top: 150px;
  font-weight: normal;
  font-size: 14px;
  width: fit-content;
  padding: 5px 8px 6px 8px;
}
.current-editing-site .domain {
  background-color: #000;
  color: #fff;
  padding: 5px 8px 6px 8px;
}
.current-editing-site .activeornot {
  color: green !important;
  padding: 5px 8px 6px 8px;
}
.item:hover {
  cursor: pointer;
  text-decoration: underline;
}

.status {
  margin-right: 5px;
}

.ok {
  color: var(--highlight-color);
}

.neutral {
  color: #9c9c9c;
}

.error {
  color: #c42929;
}
.open-button {
  width: 24px;
  background-color: var(--highlight-color);
  display: block;
  height: 24px;
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
}
.open-button:hover {
  background-color: #005e00;
}
.delete-button {
  width: 24px;
  background-color: #c42929;
  display: block;
  height: 24px;
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
}
.delete-button:hover {
  background-color: #9e2020;
}

.clickable {
  cursor: pointer;
}

.clear {
  clear: both;
}

#domain_selection option:disabled {
  color: #fff;
  background-color: rgb(178, 175, 178);
}

.deletemodal {
  display: none;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1px); /* Blur effect */
}
.deletemodal .modal-body {
  padding: 20px;
  height: 80px;
  overflow: hidden;
}
.deletemodal .modal-content {
  background-color: var(--modal-content-background-color);
  margin: auto;
  margin-top: 290px;
  padding: 0;
  border: 1px solid #cccccc;
  width: 300px;
  position: relative;
  color: #333;
  border-radius: 5px;
}

.delete-link,
.copy-link {
  text-decoration: none;
  font-weight: bold;
}

.profile-section {
  display: none;
  margin-bottom: 10px;
}

.profile-section-title {
  margin-top: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background-color: #dbdbdb;
  color: #000000;
  width: calc(100% - 8px);
  display: block;
  cursor: pointer;
  padding: 4px;
}
.profile-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust the gap between form groups as needed */
}
.profile-form .profile-field {
  width: auto !important;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.profile-section label {
  display: block;
  width: 145px;
  float: left;
  padding-top: 6px;
}
.profile-field {
  width: 382px;
  border: 1px solid #ccc;
}

.library-section-title {
  margin-top: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background-color: black;
  color: white;
  width: calc(100% - 8px);
  display: block;
  cursor: pointer;
  padding: 4px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  border: 2px solid var(--select-border-color);
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  display: block;
  border-bottom: 1px solid #ccc;
  float: none;
  padding: 10px 12px;
  text-decoration: none;
}
.dropdown-content a:hover {
  background-color: #f9f9f9;
}
.hint {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
  color: #1bacea;
  font-weight: bold;
}

.comments {
  text-align: left;
}
.comments .comment {
  margin-bottom: 10px;
}
.comment-date {
  margin-bottom: 4px;
}
.close {
  color: #a9a9a9;
  position: absolute;
  right: 19px;
  top: 22px;
  font-size: 28px;
  font-weight: bold;
  margin-top: -19px;
  margin-right: -6px;
}
.close:hover {
  color: var(--close-button-color);
}
.pm-prefix {
  color: var(--select-border-color);
}
.you-prefix {
  color: black;
}
.close:hover,
.close:focus {
  color: var(--close-button-hover-color);
  text-decoration: none;
  cursor: pointer;
}

#form_table {
  border-collapse: collapse;
}

#form_table tr.separator {
  border-bottom: 1px solid white;
}

.img-prev {
  margin-left: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background-color: var(--background-color);
  max-width: calc(100% - 2px);
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-top: 30px;
  transition: opacity 0.15s ease;
}

.bucket-td:has(.bucket-content-wrapper:hover) .img-prev,
.bucket-td:has(.bucket_content_input:focus) .img-prev {
  opacity: 0;
}

@media print {
  body {
    color: #333;
    background-color: #fff;
  }
  .separator {
    border-color: #000 !important;
  }
  .hidden-print {
    display: none;
  }
}

.top-bar span {
  cursor: pointer;
}

.cloud {
  display: none;
}

/*
LOADER
*/
.loader {
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
}

.loader-radar {
  height: 200px;
  width: 200px;
  flex-shrink: 0;
  overflow: hidden;
  position: absolute;
  left: 45%;
  top: 30%;
  border-radius: 100%;
  /*border: 1px solid var(--blue);*/
  background-size:
    50px 50px,
    50px 50px,
    cover,
    cover;
}
.loader-radar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  z-index: 0;
  animation: spin 1500ms linear infinite;
  background: conic-gradient(transparent, transparent, rgb(188, 159, 109));
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#uploads-pdf thead,
#uploads-mp3 thead,
#uploads-ico thead,
#uploads-png thead,
#uploads-mp4 thead {
  cursor: pointer;
}
#uploads-pdf tbody,
#uploads-mp3 tbody,
#uploads-ico tbody,
#uploads-png tbody,
#uploads-mp4 tbody {
  display: none;
}
#sites-list thead,
#sites-list-published thead,
#purchases-list thead,
#delete-sites-list thead,
#delete-sites-list-published thead,
#publish-sites-list thead,
#publish-sites-list-published thead,
#favicon-sites-list thead,
#rename-sites-list thead {
  background: none;
}
#uploads-pdf,
#uploads-mp3,
#uploads-mp4,
#uploads-ico,
#uploads-png,
#sites-list,
#sites-list-published,
#purchases-list,
#delete-sites-list,
#delete-sites-list-published,
#publish-sites-list,
#publish-sites-list-published,
#favicon-sites-list,
#rename-sites-list,
#sites-delete-list {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
#uploads-mp3 td,
#uploads-mp4 td,
#uploads-ico td,
#uploads-png td,
#uploads-pdf td {
  border: 1px solid #ccc;
  padding-top: 2px !important;
  padding-bottom: 2px;
}

#sites-list td input,
#sites-list-published td input,
#purchases-list td input,
#rename-sites-list td input,
#publish-sites-list td input,
#favicon-sites-list td input,
#publish-sites-list-published td input,
#delete-sites-list td input,
#delete-sites-list-published td input,
#sites-delete-list td input {
  margin: 0;
}

.site-note-td {
  color: #999;
}

.site-list-dns {
  width: 350px;
}

#sites-list td,
#rename-sites-list td,
#delete-sites-list td,
#delete-sites-list-published td,
#purchases-list td,
#publish-sites-list td,
#publish-sites-list-published td,
#favicon-sites-list td,
#sites-list-published td {
  padding: 0 0 10px;
}

.wait-list {
  background-color: #f2f2f2;
  color: #888;
}

.uploads-table {
  margin-top: 20px;
}

#mailing-list-subscribers {
  height: 415px !important;
  overflow-y: scroll;
  display: block;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
#mailing-list-subscribers::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Edge */
}
#mailing-list-subscribers tr {
  width: 318px !important;
  display: block;
}
#mailing-list-subscribers tr td {
  border: none !important;
}
