@import url("https://fonts.googleapis.com/css2?family=Alkatra:wght@400;600;700&family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Pacifico&family=Redacted+Script&family=Roboto:wght@400;700&display=swap");

/*  @import url(https://fonts.googleapis.com/icon?family=Material+Icons);   */
.cbforms .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.cbforms .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
:root {
  --cbfp-script-font: "Pacifico", arial;
  --cbfp-paragraph-font: "Roboto", arial;
  --cbfp-header-font: "Roboto", arial;

  --cbfp-white: #ffffff;
  --cbfp-off-white: #f4f4f4;
  --cbfp-black: #333333;
  --cbfp-dark-grey: #434343;
  --cbfp-text: #646970;
  --cbfp-light-blue: #b6ccf8;
  --cbfp-grey: #dddddd;
  --cbfp-deep-grey: #a0a0a0;
  --cbfp-bsblue: #0d6efd;
  --cbfp-blue: #5c88da;
  --cbfp-deep-black: #282d32;
  --cbfp-orange: #fc9800;
  --cbfp-light-orange: #f8bd93;
  --cbfp-dark-orange: #b14f09;
  --cbfp-deep-blue: #2b4257;
  --cbfp-ocean: #537ca1;
  --cbfp-sky: #5ce1e6;
  --cbfp-red: #f10000;
  --cbfp-deep-red: #800000;
  --cbfp-purple: #6e6dc6;
  --cbfp-green: #059705;
  --cbfp-deep-green: #006900;
  --cbfp-drop-location-white: #d2691e35;
  --cbfp-teal: #14669a;
  --cbfp-dark-teal: #062e47;
}

.cbforms p,
.cbforms div,
.cbforms a,
.cbforms body,
.cbforms .paragraph-font {
  font-family: var(--cbfp-paragraph-font);
  font-size: 16px;
}

.cbforms .script-font {
  font-family: var(--cbfp-script-font);
  text-shadow: 2px 0px var(--cbfp-black);
  line-height: 0.9 !important;
}

.cbforms .header-font,
.cbforms h1,
.cbforms h2,
.cbforms h3,
.cbforms h4,
.cbforms h5,
.cbforms h6 {
  font-family: var(--cbfp-header-font);
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

body,
html {
  margin: 0;
  position: relative;
  font-size: 100%;
  color: var(--cbfp-text);
  overflow-x: hidden;
}

.cbforms img,
.cbforms svg {
  object-fit: cover;
  object-position: bottom;
}

.cbforms a {
  text-decoration: none;
}

.cbforms .btn {
  border-radius: 3px;
  border: none;
}

.cbforms .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.cbforms .formcontainer {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.cbforms .formcontainer .formbutton {
  padding: 15px 30px;
  height: auto;
  font-size: 1.2rem;
}

.cbforms .formcontainer .title {
  padding: 15px 30px;
}

.cbforms .buffer200,
.cbforms .mt200 {
  margin-top: 200px;
}

.cbforms .buffer150,
.cbforms .mt150 {
  margin-top: 150px;
}
.cbforms .buffer100,
.cbforms .mt100 {
  margin-top: 100px;
}

.cbforms .buffer150,
.cbforms .mt50 {
  margin-top: 50px;
}

.cbforms .mb200 {
  margin-bottom: 200px;
}

.cbforms .mb150 {
  margin-bottom: 150px;
}
.cbforms .mb100 {
  margin-bottom: 100px;
}

.cbforms .mb50 {
  margin-bottom: 50px;
}

.cbforms .mt-200 {
  margin-top: -200px;
}

.cbforms .mt-150 {
  margin-top: -150px;
}
.cbforms .mt-100 {
  margin-top: -100px;
}
.cbforms .mt-50 {
  margin-top: -50px;
}

.cbforms .mb-200 {
  margin-bottom: -200px;
}

.cbforms .mb-150 {
  margin-bottom: -150px;
}
.cbforms .mb-100 {
  margin-bottom: -100px;
}

.cbforms .mb-50 {
  margin-bottom: -50px;
}
.cbforms input,
.cbforms textarea {
  font-size: 14px;
}

.cbforms .button-underline {
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--cbfp-deep-blue);
  margin: 3px auto 0;
  transition: 0.3s;
}

.cbforms .underlined-button-div:hover .button-underline {
  width: 96%;
}

.cbforms .btn-primary,
.cbforms .cbfbtn,
.cbforms .tabbtn.active,
.cbforms .cbfbtn.active {
  color: var(--cbfp-white);
  background: var(--cbfp-teal);
  border-color: var(--cbfp-teal);
  margin: 0 1px;
  height: 40px;
  font-size: max(0.56vw, 16px);
  white-space: nowrap;
}

.cbforms .formviewbtn {
  display: flex;
  gap: 10px;
}

.cbforms .mobilescreenviewsize {
  max-width: 500px;
}
.cbforms .formedit .toolspanel .tabbtn.active {
  background-color: var(--cbfp-deep-blue);
}

.cbforms .surveyedit .toolspanel .tabbtn.active {
  background-color: var(--cbfp-deep-blue);
}

.cbforms .tabbtn,
.cbforms .cbfbtn.inactive {
  background-color: var(--cbfp-deep-grey);
  color: var(--cbfp-black);
}

.cbforms .redobject {
  background: var(--cbfp-teal);
  border-color: var(--cbfp-teal);
}

.cbforms .orangeobject {
  background: var(--cbfp-teal);
  border-color: var(--cbfp-teal);
}

.cbforms .cbfbtn:hover {
  background-color: var(--cbfp-ocean);
  color: var(--cbfp-white);
}

.cbforms .hide {
  visibility: hidden;
}
.cbforms .show {
  visibility: visible;
}

.cbforms .displaynone {
  display: none;
}

.cbforms .colororange {
  color: var(--cbfp-teal);
}
.cbforms .horizontalline {
  height: 3px;
  background-color: var(--cbfp-grey);
  width: 50%;
  margin: 25px auto;
}

.cbforms .orangebtn {
  background-color: var(--cbfp-teal);
}

.cbforms .bluebtn {
  background-color: var(--cbfp-blue);
}

.cbforms * :not([draggable="true"], .draggable, .selectable) {
  user-drag: none;
  -webkit-user-drag: none;
}

.cbforms .selectable,
.cbf-selectable * {
  user-select: text !important;
  -moz-user-select: inherit !important;
  -webkit-user-select: text !important;
}

.cbforms .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.cbforms .screen-reader-text:focus {
  background-color: linear-gradient(174deg, var(--cbfp-grey), var(--cbfp-off-white) 99%);
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px var(--cbfp-deep-grey);
  box-shadow: 0px 0px 5px 0px var(--cbfp-deep-grey);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--cbfp-deep-green);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 16px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.cbforms-form-submit-msg,
.cbforms-form-request-msg {
  display: block;
  margin: 50px auto;
}

.cbf-login-icon {
  --bs-icon-size: 4rem;
  color: var(--cbfp-white);
  border-radius: 50%;
  height: auto;
  padding: 0 30px 0 0;
}

.cbf-login-icon img {
  width: 5rem;
}

.cbforms #loginform input {
  scale: 1.5;
  margin-bottom: 30px;
}

.cbforms #loginform button {
  scale: 1.5;
}

.cbforms .cbformsuseridbox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.cbforms .cbforms-getsitekey {
  margin-top: 15px;
}

.cbforms .horizontal-line {
  height: 2px;
  width: 100%;
  background: var(--cbfp-deep-grey);
  margin: 5px auto 3px;
}

.cbforms .logo-img-wrap img {
  width: max(200px, 18vw);
}

.cbforms .nav-tabs .nav-link {
  color: var(--cbfp-black);
}

.cbforms #mainNav {
  background-color: var(--cbfp-light-blue);
}

.cbforms .navbar .container {
  max-width: max(900px, 90%);
  margin: 0 auto;
  padding: 0 20px;
}

.cbforms .leftbanner {
  max-width: 10%;
  min-width: 155px;
  background-color: var(--cbfp-grey);
  padding: 50px 0px;
}

.cbforms .leftbanner .icon {
  width: 25px;
  margin: auto 0 15px;
  object-fit: contain;
}

.cbforms .leftbanner a {
  line-height: 0.7;
}

.cbforms .leftbanner .menuitem {
  padding-right: 0;
  padding-left: 30px;
  display: flex;
  align-items: baseline;
  height: 70px;
}

.cbforms .leftbanner .leftbannerlink {
  padding-right: 0;
  padding-left: 10px;
  top: 3px;
  margin: auto 0 20px;
}

.cbforms .leftbanner a {
  color: var(--cbfp-black);
  text-decoration: none;
}

.cbforms .leftbanner a:visited {
  color: var(--cbfp-black);
}

.cbforms .rightbanner {
  min-height: 85svh;
  max-width: 88%;
}

@media (max-width: 1300px) {
  .cbforms .rightbanner {
    max-width: 83%;
  }
}

.cbforms .rightbanner .row {
  margin: 0 auto;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.cbforms .footer-dark {
  padding: 50px 0;
  color: var(--cbfp-grey);
  background-color: var(--cbfp-deep-blue);
}

.cbforms .footer-dark * {
  color: var(--cbfp-white);
}

.cbforms #pagewrap,
.cbforms .pagewrap {
  min-height: 70vh;
}

.cbforms .reset-results {
  text-align: center;
  color: var(--cbfp-black);
}

.cbforms #pagemsgdiv {
  color: var(--cbfp-green);
  display: block;
  text-align: center;
  font-size: 16px;
}

.cbforms .info-text {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 100px;
  color: var(--cbfp-blue);
}

.cbforms .reset-results {
  margin-top: 102px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 100px;
  color: var(--cbfp-blue);
}

.cbforms #loginerror {
  margin: 30px auto;
}

.cbforms .activiation-results {
  margin: 100px auto;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 50px;
  color: var(--cbfp-blue);
  max-width: 1200px;
}

.cbforms .loginpage .card {
  border-width: 0;
}

.cbforms .flex-row {
  display: flex;
  flex-direction: row;
}

.cbforms .linebreak {
  height: 2px;
  width: 100%;
  background-color: var(--cbfp-dark-grey);
  margin: 25px auto 20px;
}

.cbforms-box {
  min-width: 300px;
  border: 1px solid var(--cbfp-grey);
  background: var(--cbfp-white);
  font-size: 16px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: auto;
}

.cbforms-box tr {
  vertical-align: top;
}

.cbforms-box td {
  padding: 0 15px;
}

.cbforms-box th {
  font-weight: 700;
  padding-top: 8px;
}

.cbforms-box h6 {
  font-weight: 700;
  margin-bottom: 0px;
}

.cbforms-box input[type="text"] {
  width: 350px;
  height: 32px;
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--cbfp-grey);
  padding: 0 0 0 10px;
}

.expandable .cbforms-box-title {
  cursor: pointer;
}

.cbforms-box-title {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
  border-bottom: 1px solid var(--cbfp-grey);
  font-size: 20px;
}

.cbforms-box-title h4 {
  margin: 0;
}

.cbforms-box-body {
  display: flex;
  flex-direction: column;
  padding: 40px 45px 15px 65px;
  justify-content: space-between;
}

.cbforms #cbforms-settingstabwrapper {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}

#cbforms-settingstabwrapper .cbforms-box-body .fields {
  flex: 1;
}

.cbforms #cbforms-settingstabwrapper .sitebannerfilename {
  margin: auto;
  padding: 0 50px;
  font-weight: 700;
  font-size: 16px;
}

.cbforms #cbforms-settingstabwrapper .cbforms-settingscolorpicker {
  width: 100px;
  height: 100px;
  position: relative;
  left: -10px;
  top: -10px;
}

.cbforms #cbforms-settingstabwrapper .cbforms-settingscolorpickerwrapper {
  border-radius: 50%;
  width: 60px;
  overflow: hidden;
  height: 60px;
  border-color: var(--cbfp-grey);
  border-style: solid;
  border-width: 2px;
}

.cbforms #cbforms-settingstabwrapper .cbforms-settingscolorpicker:hover {
  cursor: pointer;
}

.cbforms .cbforms-settingslabel {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 5px 0 5px;
}

.cbforms .sublabeltext {
  font-size: 13px;
}
.cbforms .cbforms-settingsinput {
  min-width: 40%;
  height: 32px;
  font-size: 16px;
  border-width: 2px;
  border-color: var(--cbfp-grey);
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 0 5px;
}

.cbforms .cbforms-settingstabwrapper {
  max-width: 1600px;
  margin: auto;
  margin-top: 20px;
  width: 100%;
}

.cbforms-settingstabwrapper .cbforms-box-body .fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.cbforms-settingstabwrapper .cbforms-box-body .fields #customemailfields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

:has(#default:checked) #customemailfields {
  display: none;
}

:has(#custom:checked) #customemailfields {
  /* display: flex; */
}

.cbforms .cbforms-settingstabwrapper .formbannerfilename {
  margin: auto;
  padding: 0 50px;
  font-weight: 700;
  font-size: 16px;
}

.cbforms .cbforms-settingstabwrapper .cbforms-settingscolorpicker {
  width: 100px;
  height: 100px;
  position: relative;
  left: -10px;
  top: -10px;
}

.cbforms .cbforms-settingstabwrapper .cbforms-settingscolorpickerwrapper {
  border-radius: 50%;
  width: 60px;
  overflow: hidden;
  height: 60px;
  border-color: var(--cbfp-grey);
  border-style: solid;
  border-width: 2px;
}

.cbforms .cbforms-settingstabwrapper .cbforms-settingscolorpicker:hover {
  cursor: pointer;
}

.cbforms .cbforms-settingsinput[type="file"] {
  padding: 10px;
  height: auto;
}

.cbforms .cbforms-settingsinput[type="checkbox"] {
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.cbforms .cbforms-settingsinput[type="radio"] {
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.cbforms .cbforms-settingsinput.fullwidth {
  width: 90%;
}

.cbforms .cbforms-settingsinput.halfwidth {
  width: 50%;
}

.cbforms .cbforms-settingsinput.fourthwidth {
  width: 25%;
}

.cbforms .flex-column-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cbforms .flex {
  display: flex;
}

.cbforms .fullwidth {
  width: 100%;
}

.cbforms .halfwidth {
  width: 50%;
}

.cbforms .fourthwidth {
  width: 25%;
}

.cbforms .form-control {
  height: 50px;
}

#wpcontent {
  background-color: var(--cbfp-white);
}

.cbforms.optionpagewrapper, .cbforms.cbforms_formentrypage {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  background-color: var(--cbfp-white);
  width: 98%;
  margin: auto;
  min-height: 100vh;
}

.cbformsbox {
  display: flex;
  gap: 15px;
  flex-direction: column;
  min-width: 40%;
  margin: 30px auto;
  padding: 40px;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--cbfp-grey);
  box-shadow: 0px 0px 5px 0px var(--cbfp-deep-grey);
  border-width: 0px;
  align-items: center;
}

.cbformsfreelabel {
  color: var(--cbfp-deep-blue);
  margin: auto 30px;
}

.cbformsstatsbox {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 90%;
  margin: 50px auto;
  padding: 10px 10px 20px;
  align-items: center;
  justify-content: space-around;
}

.cbformscards {
  display: flex;
  flex-direction: row;
  gap: 80px;
  width: 90%;
  margin: auto;
  padding: 10px;
  align-items: center;
  justify-content: space-around;
}

.cbformsstatcard {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  padding: 30px;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--cbfp-grey);
  box-shadow: 0px 0px 5px 0px var(--cbfp-deep-grey);
  border-width: 1px;
}

.cbformscards .cardheader {
  font-size: 22px;
  color: var(--cbfp-blue);
}

.cbformscards .cardbody {
  font-size: 22px;
  margin-top: 20px;
  color: var(--cbfp-green);
}

.cbformshorizontalline {
  height: 3px;
  width: 100%;
  background-color: var(--cbfp-deep-grey);
  margin: 10px auto 3px;
}

.cbforms .fieldwrap {
  display: flex;
  flex-direction: column;
}

.cbformslabel {
  font-size: 16px;
  margin: 5px 0;
}

.cbformsfield {
  font-size: 16px;
  min-width: 300px;
}

.cbformsbtn,
.cbformsbtn-orange {
  font-size: 16px;
  color: var(--cbfp-white);
  background: var(--cbfp-teal);
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 4px;
  transition: 0.5s;
  border-width: 0;
  height: 40px;
  font-size: max(0.56vw, 16px);
  white-space: nowrap;
  padding: 3px 30px;
  margin: 0 1px;
  min-width: 100px;
  cursor: pointer;
}

.cbformsbtn-orange {
  background-color: var(--cbfp-orange);
}
a.cbformsbtn {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cbformsbtn:hover,
.cbformsbtn-orange:hover {
  cursor: pointer;
  background-color: var(--cbfp-ocean);
  color: var(--cbfp-white);
}

.cbformsbtnblue {
  font-size: 16px;
  color: var(--cbfp-white);
  background: var(--cbfp-teal);
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 4px;
  transition: 0.5s;
  border-width: 0;
  height: 40px;
  font-size: max(0.56vw, 16px);
  white-space: nowrap;
  padding: 3px 30px;
  margin: 0 1px;
  min-width: 100px;
}

.cbformsbtnblue:hover {
  cursor: pointer;
  background-color: var(--cbfp-ocean);
  color: var(--cbfp-white);
}

.cbformsbtnred {
  font-size: 16px;
  color: var(--cbfp-white);
  background: var(--cbfp-red);
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 4px;
  transition: 0.5s;
  border-width: 0;
  height: 40px;
  font-size: max(0.56vw, 16px);
  white-space: nowrap;
  padding: 3px 30px;
  margin: 0 1px;
  min-width: 100px;
}

.cbformsbtnred:hover {
  cursor: pointer;
  background-color: var(--cbfp-deep-red);
  color: var(--cbfp-white);
}

.cbformsbtngreen {
  font-size: 16px;
  color: var(--cbfp-blue);
  background: var(--cbfp-white);
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 4px;
  transition: 0.5s;
  border-width: 2px;
  height: 80px;
  font-size: max(0.56vw, 16px);
  white-space: nowrap;
  padding: 3px 30px;
  margin: 0 1px;
  min-width: 100px;
  border-color: var(--cbfp-grey);
}

.cbformsbtngreen:hover {
  cursor: pointer;
  background-color: var(--cbfp-grey);
}
.cbforms-nav {
  display: flex;
  padding: 0 50px;
  justify-content: right;
  gap: 20px;
}

.cbforms {
  min-height: 80vh;
}

.published,
.cbforms-enabled {
  color: var(--cbf-green);
  font-size: 1.2rem;
}

.draft,
.cbforms-disabled {
  color: var(--cbf-orange);
  font-size: 1.2rem;
}

.cbforms .sitekeywrap {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 10px auto 10px 0;
  color: var(--cbfp-green);
  width: 100%;
}

.cbforms #cbformssitekey {
  border-color: var(--cbfp-green);
  border-width: 2px;
  border-style: solid;
  padding: 5px 10px;
  width: 100%;
}

.cbforms .connected {
  background-color: var(--cbfp-green);
}

.cbforms .connected:hover {
  background-color: var(--cbfp-deep-green);
}

.cbforms .cbforms-settingsinput {
  height: 32px;
  margin: 10px;
  width: 300px;
  font-size: 16px;
}
.registerunderline {
  background-color: #000000;
  width: 0px;
  height: 2px;
  margin-left: auto;
  transition: 0.5s;
}

.registerlink:hover .registerunderline {
  width: 65px;
}

.cbforms .cbforms-settingslabel {
  font-size: 16px;
}

.cbforms .help {
  margin-left: 10px;
}

.cbforms .help {
  display: none;
}

.cbforms .fieldwithtooltip .help {
  display: inline-block;
  margin: 10px 0 0 10px;
  color: var(--cbfp-light-orange);
}

.cbforms .help:hover {
  cursor: pointer;
}
.cbforms .cbforms-settingsdiv {
  margin: 7px auto 7px 0;
  width: 100%;
}

.cbforms-settingstabwrapper :is(.cbforms-settingsradio, .cbforms-settingscheckbox) {
  margin-left: 15px;
}

.cbforms textarea {
  height: 200px;
  margin: 10px;
  width: 550px;
  font-size: 16px;
}

.cbforms-note {
  margin: 50px auto;
  font-weight: 700;
}

.bullet-ul {
  list-style-type: square;
  padding: 10px 100px;
}

.cbforms .abtestname {
  display: flex;
  margin: auto;
}
.cbforms .editformnavbar {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px 50px;
  padding-right: 20px;
}

.cbforms .enableformdiv {
  display: flex;
  font-size: 18px;
  align-items: center;
}

.cbforms .editformnavbar .navbarbtngroup {
  flex: 1;
  display: flex;
}

.cbforms .buttonwithttotip {
  position: relative;
}

.cbforms .buttonwithttotip .tooltiptext {
  display: none;
  white-space: normal;
  position: absolute;
  width: 200px;
  max-width: 600px;
  background-color: var(--cbfp-grey);
  font-size: 16px;
  padding: 20px;
  top: 50px;
  text-align: left;
  padding: 0 10px;
  padding: 5px 10px;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--cbfp-grey);
}

.cbforms .buttonwithttotip:hover .tooltiptext {
  display: inherit;
}

.cbforms .divwithtooltip {
  position: relative;
}

.cbforms .divwithtooltip:has(.help:hover) .tooltiptext {
  display: block;
}

.cbforms .divwithtooltip .tooltiptext {
  display: none;
  white-space: normal;
  min-width: 120px;
  background-color: #fcfcfc;
  color: #555555;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #dddddd;
  position: absolute;
  z-index: 1;
}

.cbforms .divwithtooltip:has(.dropdownmenu-wrap:hover) .tooltiptext {
  display: none;
}

.cbforms .fieldwithtooltip {
  position: relative;
}

.cbforms .fieldwithtooltip:has(.help:hover) .tooltiptext {
  display: block;
}

.cbforms .fieldwithtooltip .tooltiptext {
  display: none;
  white-space: normal;
  min-width: 120px;
  background-color: #fcfcfc;
  color: #555555;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #dddddd;
  position: absolute;
  z-index: 1;
}

.cbforms .fieldwithtooltip .help {
  display: inline-block;
  margin: 10px 0 0 10px;
  color: #d2691e70;
}

.cbforms .help {
  display: none;
}

.cbforms .alignright {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cbforms .selectall:hover {
  cursor: pointer;
}

.cbforms .deleteicon:hover {
  cursor: pointer;
}

.cbforms .tabgroup {
  display: flex;
}

.cbforms .tabbtn {
  min-width: 100px;
}

.cbforms .reimportwrapper {
  display: flex;
  justify-content: space-between;
}

.cbforms #enabledchecklabel {
  color: var(--cbfp-light-orange);
}

.cbforms #formenabled:checked ~ #enabledchecklabel {
  color: var(--cbfp-green);
}

.cbforms .cbforms-entrieslistrow:nth-child(even) {
  background-color: #f4f4f4;
}

.cbforms .cbforms-header {
  display: flex;
  height: 50px;
  background-color: var(--cbfp-ocean);
  color: #ffffff;
  gap: 0px;
  align-items: center;
  font-size: 18px;
  padding: 0 30px;
  margin-bottom: 20px;
}

.cbforms-header :is(h3, h4, h5) {
  color: var(--cbfp-white);
  justify-content: left;
  font-weight: 100;
}

.cbforms .cbforms-formdata {
  flex: 0 0 50%;
  overflow: hidden;
  padding-right: 50px;
}

.cbforms .cbforms-ipaddress,
.cbforms .cbforms-postid {
  flex: 0 0 200px;
}

.cbforms .cbforms-submitdate {
  flex: 0 0 200px;
}

.cbforms .cbforms-entrieslistrow {
  display: flex;
  /* height: 40px; */
  gap: 0px;
  align-items: center;
  font-size: 14px;
  padding: 15px 30px;
}

.cbforms .cbforms-entrieslistrow {
  display: flex;
}

.cbforms .f1,
.cbforms .f2,
.cbforms .f3,
.cbforms .f4 {
  flex: 0 0 100px;
}

.cbforms #formenabled {
  margin-left: 40px;
}

.cbforms .shortcodeicon .tooltip {
  visibility: hidden;
  font-size: 16px;
  position: relative;
  top: -20px;
  border-radius: 4px;
  background-color: #c6e1e7;
  padding: 5px 10px 10px;
}

.cbforms .shortcodeicon:hover:hover {
  cursor: pointer;
}

.cbforms .shortcodeicon:hover .tooltip {
  visibility: visible;
}

.cbforms .cbforms-formlistrow:nth-child(even) {
  background-color: #f4f4f4;
}

.cbforms .cbforms-modalimportform {
  position: absolute;
  top: 200px;
  left: 25%;
  width: 40%;
  padding: 50px;
  border-color: #dddddd;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  background-color: #f4f4f4;
  display: none;
}

.cbforms .cbforms-modalimportform .closemodalbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.cbforms .cbforms-modalimportform #cbformsformlistlabel {
  margin-bottom: 20px;
}

.cbforms #formimportmodalblock {
  display: none;

  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cbforms-header {
  display: flex;
  height: 50px;
  background-color: var(--cbfp-ocean);
  color: #ffffff;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  padding: 0 30px;
  margin-bottom: 20px;
}

.cbforms-formlistrow {
  display: flex;
  height: 40px;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  padding: 0 30px;
}

.cbforms-formlistrow {
  display: flex;
}

.forms .cbforms-formname {
  width: 60%;
}

.cbforms-shortcode {
  width: 30%;
}

.cbforms-importdate {
  width: 10%;
}

.cbforms-status {
  width: 10%;
}

.mailchimpsettingsdiv {
  max-height: 0;
  overflow: hidden;
  transition: 0.7s;
}
div:has(#sendtomailchimp:checked) .mailchimpsettingsdiv {
  max-height: 1500px;
}

.cbforms .daterangewrapper {
  display: flex;
  gap: 50px;
}

.cbforms .daterangewrapper input {
  height: 45px;
}
.cbforms #cbformslist {
  min-width: 350px;
  height: 45px;
}

.cbforms.help li {
  font-size: 20px;
  font-weight: 700;
}

.cbforms.help a {
  color: var(--cbf-orange);
  text-decoration: underline;
}

.cbforms-entries .cdforms_formsubmission > :nth-child(odd) {
  background-color: #f4f4f4;
}

.cbforms-entries .cbforms-entrydatarow {
  display: flex;
  gap: 30px;
  padding: 8px 30px;
}

.cbforms-entries .cbforms_formentryheader {
  gap: 30px;
  background-color: #bddeee;
  padding: 30px;
  margin-bottom: 50px;
}

.cbforms-entries .cbforms-dataelement {
  display: flex;
}

.cbforms-entries .cbforms_dataelementname {
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 150px;
}

.cbforms-entries .cbforms_dataelementvalue {
  font-size: 18px;
  font-weight: 400;
  flex: 1;
}

.cbforms-entries .cbforms_fieldname {
  font-weight: 700;
  font-size: 18px;
  flex: 0 0 200px;
}

.cbforms-entries .cbforms_fieldvalue {
  font-size: 18px;
  flex: 1;
}

.cbforms-entries .cbforms_formentry {
  width: 90%;
  max-width: 800px;
  margin: 100px;
}

.cbforms-entries .cbforms_formentrypageheader {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.cbforms-entries .cbforms_formentrypage {
  width: 90%;
  margin-top: 50px;
}

.cbforms-entries .cbforms_formnavigation {
  display: flex;
  gap: 50px;
}

.cbforms-entries .cbforms_previousentry a {
  display: flex;
  align-items: center;
}

.cbforms-entries .cbforms_nextentry a {
  display: flex;
  align-items: center;
}

.cbforms-entries .cbforms_previousentry {
  display: flex;
  align-items: center;
}

.cbforms-entries .cbforms_nextentry {
  display: flex;
  align-items: center;
}

.cbforms-entries .cbforms_formlist a {
  padding: 10px 15px;
}

.cbforms-settingstabwrapper .imagerow {
  display: flex;
}

.cbforms-settingstabwrapper .imagebox {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  background-position: center;
  background-size: cover;
}

.cbforms-settingstabwrapper .selectimagebtn {
  height: 30px;
  margin: auto 0 10px;
}

.cbforms-settingstabwrapper .selectioncontrols {
  display: flex;
  gap: 10px;
}

.cbforms-settingstabwrapper .imageselectionwrapper {
  display: flex;
  gap: 5px;
  margin: 10px 0;
  flex-direction: column;
}

.cbforms-settingstabwrapper .imageselectionwrapper .deleteimage {
  cursor: pointer;
}

.cbforms-settingstabwrapper .imageselectionwrapper .editimage {
  cursor: pointer;
}

.cbforms-single-entry .cbforms_formentrypage .formname {
  justify-content: left;
}

.cbforms-single-entry #adminmenumain {
  display: none;
}

.cbforms-single-entry #wpcontent {
  margin: 0;
  padding-left: 30px;
}

.cbforms-single-entry .cdforms_formsubmission > :nth-child(odd) {
  background-color: #f4f4f4;
}

.cbforms-single-entry .cbforms-entrydatarow {
  display: flex;
  padding: 8px 30px;
}

.cbforms-single-entry .cbforms_formentryheader {
  gap: 30px;
  background-color: #bddeee;
  padding: 30px;
  margin-bottom: 50px;
}

.cbforms-single-entry .cbforms-dataelement {
  display: flex;
}

.cbforms-single-entry .cbforms_dataelementname {
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 150px;
}

.cbforms-single-entry .cbforms_dataelementvalue {
  font-size: 18px;
  font-weight: 400;
  flex: 1;
}

.cbforms-single-entry .cbforms_fieldname {
  font-weight: 700;
  font-size: 18px;
  flex: 0 0 110px;
}

.cbforms-single-entry .cbforms_fieldvalue {
  font-size: 18px;
  flex: 1;
}

.cbforms-single-entry .cbforms_formentry {
  width: 90%;
  max-width: 800px;
}

.cbforms-single-entry .cbforms_formentrypageheader {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.cbforms-single-entry .cbforms_formentrypage {
  width: 90%;
  margin-top: 50px;
}

.cbforms-single-entry .cbforms_formnavigation {
  display: flex;
  gap: 50px;
}

.cbforms-single-entry .cbforms_previousentry a {
  display: flex;
  align-items: center;
}

.cbforms-single-entry .cbforms_nextentry a {
  display: flex;
  align-items: center;
}

.cbforms-single-entry .cbforms_previousentry {
  display: flex;
  align-items: center;
}

.cbforms-single-entry .cbforms_nextentry {
  display: flex;
  align-items: center;
}

.cbforms-single-entry .cbforms_formlist a {
  padding: 10px 15px;
}


.cbforms-submission .cdforms_formsubmission>:nth-child(odd) {
  background-color: #f4f4f4;
}

.cbforms-submission .cbforms-entrydatarow {
  display: flex;
  gap: 30px;
  padding: 8px 30px;
}

.cbforms-submission .cbforms_formentryheader {
  gap: 30px;
  background-color: #bddeee;
  padding: 30px;
  margin-bottom: 50px;
}

.cbforms-submission .cbforms-dataelement {
  display: flex;
}

.cbforms-submission .cbforms_dataelementname {
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 150px;
}

.cbforms-submission .cbforms_dataelementvalue {
  font-size: 18px;
  font-weight: 400;
  flex: 1;
}

.cbforms-submission .cbforms_fieldname {
  font-weight: 700;
  font-size: 18px;
  flex: 0 0 200px;
}

.cbforms-submission .cbforms_fieldvalue {
  font-size: 18px;
  flex: 1;
}

.cbforms-submission .cbforms_formentry {
  width: 90%;
  max-width: 800px;
  margin: 100px;
}

.cbforms-submission .cbforms_formentrypageheader {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.cbforms-submission .cbforms_formentrypage {
  width: 90%;
  margin-top: 50px;
}

.cbforms-submission .cbforms_formnavigation {
  display: flex;
  gap: 50px;
}

.cbforms-submission .cbforms_previousentry a {
  display: flex;
  align-items: center;
}

.cbforms-submission .cbforms_nextentry a {
  display: flex;
  align-items: center;
}

.cbforms-submission .cbforms_previousentry {
  display: flex;
  align-items: center;
}

.cbforms-submission .cbforms_nextentry {
  display: flex;
  align-items: center;
}


    /* Floating Support Button */
    .cbforms .chatterbug-support-btn {
      position: fixed;
      top: 100px;
      right: 60px;
      z-index: 10000; 
      padding: 8px 14px;
      border-radius: 8px;
      font-size: 14px;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      border-style: none;
    }
    
    .cbforms  .chatterbug-support-btn .material-symbols-outlined {
      font-size: 18px;
      margin-right: 8px;
    }
    
    /* Modal Overlay */
    .cbforms  .chatterbug-support-modal {
      display: none;
      position: fixed;
      z-index: 10001;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.5);
    }
    
    /* Modal Content */
    .cbforms #chatterbugformsSupportModal .modal-content {
      background-color: #fff;
      margin: 10% auto;
      padding: 24px;
      border-radius: 10px;
      width: 90%;
      max-width: 600px;
      font-size: 15px;
      line-height: 1.6;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    
    /* Close Button */
    .cbforms #chatterbugformsSupportModal .modal-content .close {
      color: #aaa;
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
    
    /* Donate Button */
    .cbforms #chatterbugformsSupportModal .modal-content .donate-button {
      background-color: #ffc107;
      padding: 10px 20px;
      border-radius: 6px;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      display: inline-block;
    }
    
    .cbforms #chatterbugformsSupportModal .modal-content .donate-button:hover {
      background-color: #ffb300;
    }
    