@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;  
  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; 
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
:root { 

  --script-font: inherit;
  --paragraph-font: inherit;
  --header-font: inherit;
  --header2-font: inherit;
  --redacted-font: inherit;

  --cbf-white: #ffffff;
  --cbf-black: #333333;
  --cbf-dark-grey: #434343;
  --cbf-text: #646970;
  --cbf-light-blue: #dce5f7;
  --cbf-grey: #f1f1f1;
  --cbf-deep-grey: #a0a0a0;
  --cbf-bsblue: #0d6efd;
  --cbf-blue: #6200ee;
  --cbf-deep-black: #282d32;
  --cbf-orange: #fc9800;
  --cbf-deep-blue: #2b4257;
  --cbf-ocean: #537ca1;
  --cbf-sky: #5ce1e6;
  --cbf-red: #f10000;
  --cbf-purple: #6e6dc6;
  --cbf-green: #53a1a1;
  --cbf-deep-green: #2a4d4e;
  --cbf-drop-location-white: #fff1e7;
  --color-1: #630c88;
  --color-2: #192de6;
  --color-3: #54c7f5;
  --color-4: #b1bd0b;
  --color-5: #901313;
  --color-6: #b6ceda;
  --color-7: #08b1a3;
  --color-8: #ecea74;
  --color-9: #ebc9c9;
  --color-10: #fb6e6e;
  --color-11: #b00bf1;
  --color-12: #dd1212;
  --color-13: #13da44;
  --color-14: #636909;
  --color-15: #fd7e14;
  --color-16: #104b63;
  --color-17: #16dac9;
  --color-18: #b1b059;
  --color-19: #cdc2ff;
  --color-20: #545e63;
  --color-21: #091261;
  --color-22: #08551c;
} 
/*
**********************************************************************

FORMS

**********************************************************************
*/

.cbforms .form-template-buttons {
  padding: 10px 0 3px;
  display: flex;
}

.cbforms .form-bulk-action-buttons {
  padding: 10px 10px 3px;
  display: flex;
}

.cbforms .add-new-form-wrapper {
  padding: 10px 10px 3px;
  display: flex;
  justify-content: end;
}

.cbforms #formlisttitlebar {
  background: var(--cbf-ocean);
  color: #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.cbforms #formlisttitlebar div {
  white-space: nowrap;
}

.cbforms .formcolumn {
  display: flex;
}

.cbforms .formeditformname {
  margin: auto;
  text-align: center;
  min-width: 450px;
}
.cbforms #formnametitle {
  display: flex;
  padding-left: 40px;
}
.cbforms .formselect {
  margin: 7px 10px auto;
  scale: 1.1;
}

.cbforms .formselect [type="checkbox"] {
  width: 20px;
  height: 20px;
}

.cbforms .formnametext h3 {
  margin-bottom: 0;
}

.cbforms .formname:hover .formactions {
  visibility: visible;
}

.cbforms .formnametext:hover {
  color: var(--cbf-ocean);
  cursor: pointer;
}

.cbforms .singleformaction:hover {
  color: var(--cbf-black);
  cursor: pointer;
}
.cbforms .singleformaction[action="delete"]:hover {
  color: var(--cbf-red);
  cursor: pointer;
}

.cbforms .formactions {
  visibility: hidden;
  color: var(--cbf-deep-grey);
}

.cbforms .formiframe {
  text-align: center;
}

.cbforms .formexternallinks:hover {
  cursor: pointer;
}

.cbforms .formexternallinks {
  font-size: 2rem;
}
.cbforms .formupdatedate p {
  margin-top: 10px;
  white-space: nowrap;
  text-align: center;
}

.cbforms .formstatus,
.cbforms .formid {
  margin-top: 10px;
  white-space: nowrap;
  text-align: center;
}

.cbforms #previewtab #formhtmlpreview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:  0;
  width: 100%;
  /* max-width: 1100px; */
  margin: auto;
}

 

.cbforms .formviewfieldwrap {
  display: flex;
  flex-direction: column;
  min-height: 38px;
  flex: 1;
}

.cbforms .formviewfieldwrap * {
  width: 100%;
  max-width: 100%;
  padding: 0 5px ;
}

.cbforms .formviewfieldwrap input[type="checkbox"],
.cbforms .formviewfieldwrap input[type="radio"] {
  width: 16px;
  height:16px;
}

.cbforms .formviewfieldwrap .bordered {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 0 0 0 10px;
}

.cbforms .formviewfieldwrap div {
  width: 100%;
}

.cbforms .formviewlabel {
  white-space: nowrap;
  text-wrap: nowrap;
  min-height: 20px;
  text-align: left;
  font-weight: 700;
  display: flex;
  align-items: end;
  margin-bottom: 5px;
  font-size: 14px;
}

.cbforms .formviewfield {
  display: flex;
  min-height: 38px;
  flex: 1;
}

.formviewrow{

  margin:25px auto 0;
}

.formviewrow:has(.formviewspacer){

  margin:0 auto 0;
}


.cbforms .formviewdescription {
  white-space: nowrap;
  text-wrap: nowrap;
  height: 1rem;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  margin-top: 2px; 
}

.cbforms .cbforms-textlocation-top.cbforms-multilinefield .formviewcheckbox input,
.cbforms .cbforms-textlocation-bottom.cbforms-multilinefield .formviewcheckbox input,
.cbforms .cbforms-textlocation-top.cbforms-multilinefield .formviewradiooption input,
.cbforms .cbforms-textlocation-bottom.cbforms-multilinefield .formviewradiooption input
{
  margin-left:30px;
}
 
.cbforms .cbforms-textlocation-top.cbforms-singlelinefield .formviewcheckbox input,
.cbforms .cbforms-textlocation-bottom.cbforms-singlelinefield .formviewcheckbox input,
.cbforms .cbforms-textlocation-top.cbforms-singlelinefield .formviewradiooption input,
.cbforms .cbforms-textlocation-bottom.cbforms-singlelinefield .formviewradiooption input
{
  margin-left:30px;
}
 
.cbforms .published {
  color: var(--cbf-green);
  font-size: 1.2rem;
}

.cbforms .draft {
  color: var(--cbf-orange);
  font-size: 1.2rem;
}
 

.cbforms-singlelinefield {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
}
.cbforms-multilelinefield {
  display: flex;
  flex-direction: column;
}

.cbforms .cbforms-singlelinefield {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
}
.cbforms .cbforms-multilelinefield {
  display: flex !important;
  flex-direction: column !important;
}

.cbforms-textlocation-top .formviewradiooption,
.cbforms-textlocation-top .formviewcheckbox,
.cbforms-textlocation-top .formfieldbox {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.cbforms-textlocation-right .formviewradiooption,
.cbforms-textlocation-right .formviewcheckbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.cbforms .cbforms-textlocation-left [type="radio"],
.cbforms .cbforms-textlocation-left [type="checkbox"] {
  margin-left: 10px;
}

.cbforms .cbforms-textlocation-right [type="radio"],
.cbforms .cbforms-textlocation-right [type="checkbox"] {
  margin-right: 10px;
}

.cbforms-textlocation-left label {
  padding-right: 10px;
}

.cbforms-textlocation-right label {
  padding-left: 10px;
}

.cbforms-textlocation-bottom .formviewradiooption,
.cbforms-textlocation-bottom .formviewcheckbox,
.cbforms-textlocation-bottom .formfieldbox {
  display: flex;
  flex-direction: column-reverse;
  justify-content: left;
}

.cbforms-textlocation-left .formviewradiooption,
.cbforms-textlocation-left .formviewcheckbox {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.cbforms .cbforms-textlocation-left .formfieldbox {
  display: flex !important;
  flex-direction: row !important;
  justify-content: left !important;
}

.cbforms .cbforms-textlocation-right .formfieldbox {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: left !important;
}

.cbforms-textlocation-top input, .cbforms-textlocation-bottom input  {
  margin-left:30px;
  }

/*
**********************************************************************

Templates

**********************************************************************
*/

.cbforms .template-bulk-action-buttons {
  padding: 10px 10px 3px;
  display: flex;
}

.cbforms .add-new-template-wrapper {
  padding: 10px 10px 3px;
  display: flex;
  justify-content: end;
}

.cbforms .save-form-wrapper {
  padding: 10px 10px 3px;
  display: flex;
  justify-content: end;
  max-width: 350px;
}

.cbforms #templatelisttitlebar {
  background: var(--cbf-ocean);
  color: #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.cbforms #templatelisttitlebar div {
  white-space: nowrap;
}

.cbforms .templatecolumn {
  display: flex;
}

.cbforms #templatenametitle {
  flex: 1;
}
.cbforms .templateselect {
  margin: 7px 10px auto;
  scale: 1.1;
}

.cbforms .templateselect [type="checkbox"] {
  width: 20px;
  height: 20px;
}

.cbforms .templatenametext h3 {
  margin-bottom: 0;
}

.cbforms .templatename:hover .templateactions {
  visibility: visible;
}

.cbforms .templatenametext:hover {
  color: var(--cbf-ocean);
  cursor: pointer;
}

.cbforms .singletemplateaction:hover {
  color: var(--cbf-black);
  cursor: pointer;
}
.cbforms .singletemplateaction[action="delete"]:hover {
  color: var(--cbf-red);
  cursor: pointer;
}

.cbforms .templateactions {
  visibility: hidden;
  color: var(--cbf-deep-grey);
}

.cbforms .templateiframe p {
  margin-top: 10px;
  white-space: nowrap;
}
.cbforms .templateupdatedate p {
  margin-top: 10px;
  white-space: nowrap;
}

.cbforms .templatestatus {
  margin-top: 10px;
  white-space: nowrap;
}

/*
**********************************************************************

Survey Templates

**********************************************************************
*/

.cbforms .surveytemplate-bulk-action-buttons {
  padding: 10px 10px 3px;
  display: flex;
}

.cbforms .add-new-surveytemplate-wrapper {
  padding: 10px 10px 3px;
  display: flex;
  justify-content: end;
}

.cbforms .save-form-wrapper {
  padding: 10px 10px 3px;
  display: flex;
  justify-content: end;
}

.cbforms #surveytemplatelisttitlebar {
  background: var(--cbf-ocean);
  color: #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.cbforms #surveytemplatelisttitlebar div {
  white-space: nowrap;
}

.cbforms .surveytemplatecolumn {
  display: flex;
}

.cbforms #surveytemplatenametitle {
  flex: 1;
}
.cbforms .surveytemplateselect {
  margin: 7px 10px auto;
  scale: 1.1;
}

.cbforms .surveytemplateselect [type="checkbox"] {
  width: 20px;
  height: 20px;
}

.cbforms .surveytemplatenametext h3 {
  margin-bottom: 0;
}

.cbforms .surveytemplatename:hover .surveytemplateactions {
  visibility: visible;
}

.cbforms .surveytemplatenametext:hover {
  color: var(--cbf-ocean);
  cursor: pointer;
}

.cbforms .singlesurveytemplateaction:hover {
  color: var(--cbf-black);
  cursor: pointer;
}
.cbforms .singlesurveytemplateaction[action="delete"]:hover {
  color: var(--cbf-red);
  cursor: pointer;
}

.cbforms .surveytemplateactions {
  visibility: hidden;
  color: var(--cbf-deep-grey);
}

.cbforms .surveytemplateiframe p {
  margin-top: 10px;
  white-space: nowrap;
}
.cbforms .surveytemplateupdatedate p {
  margin-top: 10px;
  white-space: nowrap;
}

.cbforms .surveytemplatestatus {
  margin-top: 10px;
  white-space: nowrap;
}

/*
**********************************************************************

Forms Edit

**********************************************************************
*/

.cbforms .formeditwrap {
  min-height: 750px;
}
.cbforms .formedit .editpanel {
  flex: 0 0 80%;
}

.cbforms .formedit .editpanel .editedform {
  max-height: 1000px;
  overflow: auto;
}
.cbforms .formedit .toolspanel {
  flex: 1;
  max-width: 460px;
  min-width: 19%;
  max-height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 2px;
}

.cbforms .formedit .toolspanel .toolbox {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-evenly;
  align-items: center; 
  overflow-y: auto;
  margin: 5px;
  padding-bottom: 10px;
}

.cbforms .fieldbox {
  background-color: #f9f9f9;
  border-color: #cccccc;
  border-width: 2px;
  width: 32%;
  border-radius: 5px;
  border-style: solid;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  aspect-ratio: 1 / 1;
  font-size: 0.9vw;
  padding: 10px;
  text-align: center;
}

.cbforms .templatebox {
  background-color: #f9f9f9;
  border-color: #cccccc;
  border-width: 2px;
  width: 32%;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  border-style: solid;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
}
.cbforms #tabgrouptools {
  gap: 3px;
  flex-wrap: wrap;
}

.cbforms #tabgrouptools .underlined-button-div {
  flex: 1;
}

.cbforms #tabgrouptools .underlined-button-div .cbfbtn {
  width: 100%;
}

.cbforms .formfieldcontainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.cbforms .fieldwrap [type="description"] {
  min-height: 20.73px;
}

.cbforms .fieldwrap label {
  min-height: 24px;
}

.cbforms .formfieldcontainer:has([type="verticalline"]) {
  justify-content: center;
}

.cbforms .formfieldedits {
  display: flex;
  justify-content: space-between;
  margin: 10px 0; 
  visibility: hidden;
}

.cbforms .drag-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: grab;
}
.cbforms .edit-icons,
.cbforms .drag-icons {
  display: flex;
  margin-right: 25px;
}


.cbforms .formfieldbox {
  display: flex;
  flex-direction: column;
  padding: 3px;
  width: 100%;
  height: 100%;
  border-style: none;
  border-color: #d1d1d1;
  justify-content: center;
  z-index: -1;
}

.cbforms .formfieldbox:has([type="radio"], [type="checkbox"]) {
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
}

.cbforms .fieldwrap[type="checkbox"] .formfieldbox,
.cbforms .fieldwrap[type="radio"] .formfieldbox {
  max-height: 65px;
  flex:1;
}

.cbforms [type="radio"],
.cbforms [type="checkbox"] {
  margin-right: 3px;
}

.cbforms .formfieldbox label {
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.cbforms .formfieldbox .formfield {
  min-height: 50px;
  width: 99%; 
}

.cbforms .formfieldbox .formfield.horizontalline {
  min-height: 1px;
  background-color: #333333;
  height: 5px;
  margin: auto;
}

.cbforms .formfieldbox .formfield.verticalline {
  min-height: 5px;
  width: 5px;
  background-color: #333333;
  height: 80%;
  margin: auto;
}

.cbforms .formfieldbox .formfield[type="checkbox"],
.cbforms .formfieldbox .formfield[type="radio"] {
  min-height: 20px;
}

.cbforms .formfieldbox textarea.formfield {
  height: 200px;
}
.cbforms .formfieldbox .formfield[type="checkbox"] {
  height: 20px;
  width: 20px;
}

.cbforms .formfieldbox .formfield[type="radio"] {
  height: 20px;
  width: 20px;
}
.cbforms .formfieldbox .formfield[type="currency"] {
  width: calc(100% - 20px);
  margin-left: 5px;
}

.cbforms .formfieldcontainer:hover > .formfieldbox {
  border-style: solid !important;
}

.cbforms .formfieldcontainer:hover .formfieldedits {
  visibility: visible !important;
}

.cbforms .field-edits-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.cbforms .droplocation {
  width: 200px;
  height: 5px;
  background-color: var(--cbf-drop-location-white);
  margin: 0 auto;
  position: relative;
  top: 30px;
}

.cbforms .pagebreak {
  text-align: center;
  white-space: pre;
}
.cbforms #submitbutton.formfieldcontainer {
  padding-top: 30px;
  margin-bottom: 40px;
}

.cbforms .formsubmitbutton {
  text-align: center;
  padding-top: 40px;
}

.cbforms .formsubmitbutton .btn {
  width: 30%;
}

.cbforms .tabcontainer[tabgroup="tools"] {
  padding: 10px 0;
}

.cbforms .fieldsettingslabel {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 5px 0 5px;
}

.cbforms .fieldsettingsinput {
  min-width: 40%;
  height: 38px;
  font-size: 14px;
  border-width: 2px;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
}

.cbforms .formeditlabel {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0 5px;
}

.cbforms .formstatuslabel {
  color: var(--cbf-orange);
  font-size: 1.3rem;
}
.cbforms .formeditinput {
  width: 300px;
  height: 38px;
  font-size: 14px;
  border-width: 2px;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
  color: var(--cbf-text);
}

.cbforms .fieldsettingsinput[type="checkbox"] {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.cbforms .fieldsettingsinput[type="radio"] {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.cbforms .fieldsettingsinput.fullwidth {
  width: 90%;
}

.cbforms .fieldsettingsinput.halfwidth {
  width: 50%;
}

.cbforms .fieldsettingsinput.fourthwidth {
  width: 25%;
}

.cbforms #formsettingstabwrapper {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}

.cbforms #formsettingstabwrapper .cbs-box-body .fields {
  flex: 1;
}

.cbforms #formsettingstabwrapper .formbannerfilename {
  margin: auto;
  padding: 0 50px;
  font-weight: 700;
  font-size: 18px;
}

.cbforms #formsettingstabwrapper .formsettingscolorpicker {
  width: 100px;
  height: 100px;
  position: relative;
  left: -10px;
  top: -10px;
}

.cbforms #formsettingstabwrapper .formsettingscolorpickerwrapper {
  border-radius: 50%;
  width: 60px;
  overflow: hidden;
  height: 60px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 2px;
}

.cbforms #formsettingstabwrapper .formsettingscolorpicker:hover {
  cursor: pointer;
}

.cbforms .formsettingslabel {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 5px 0 5px;
}

.cbforms .formsettingsinput {
  min-width: 40%;
  height: 30px;
  font-size: 14px;
  border-width: 2px;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
}

.cbforms .formsettingsinput[type="file"] {
  padding: 10px;
  height: auto;
}
.cbforms .cbs-box-body {
  .formsettingsinput {
    min-width: 60%;
  }
}

.cbforms .formsettingsinput[type="checkbox"] {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.cbforms .formsettingsinput[type="radio"] {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.cbforms .formsettingsinput.fullwidth {
  width: 90%;
}

.cbforms .formsettingsinput.halfwidth {
  width: 50%;
}

.cbforms .formsettingsinput.fourthwidth {
  width: 25%;
} 

.cbforms .field-option-title {
  font-size: 1rem;
  color: var(--cbf-ocean);
}

.cbforms .settings-row {
  margin: 10px auto;
}

.cbforms .fieldsizeoption {
  flex: 1;
  text-align: center;
  cursor: pointer;
  width: 50px;
  &:hover {
    background-color: #f4f4f4;
  }
}

.cbforms .formrow {
  display: flex;
  flex-direction: column;
}

.cbforms .fieldwrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 1%;
}
.cbforms .fieldgroup {
  display: flex;
}

.cbforms [type="description"] {
  padding-left: 10px;
  white-space: nowrap;
}

.cbforms .fieldgroup:has([type="hiddenfield"], [type="pagebreak"]) {
  width: 35%;
}

.cbforms .fieldgroup:has([type="pagebreak"]) {
  width: 80%;
  margin: auto;
}
.cbforms .virtical-drop-wrap {
  display: flex;
}

.cbforms .vertical-drop {
  width: 5px;
  height: 40%;
  margin: auto 10px 30px;
  background-color: var(--cbf-drop-location-white);
}

.cbforms .fieldwrap:has(.verticalline) .formfieldbox * { 
  min-height: 30px;
}
.cbforms .fieldwrap:has(.verticalline) { 
  min-height: 30px;
}

.cbforms .fieldwrap:has(.verticalline) .formfieldbox { 
  min-height: 30px;
}

.cbforms .checkboxwrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: -1;
}
.cbforms .radiowrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: -1;
}

.cbforms .fixedformtoolbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #dce5f7;
}

.cbforms #settingstab {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.cbforms .formviewfieldwrap input[type="file"] {
  height: 80px;
  padding: 30px 5px 0 20px;
  font-size: 16px;
  letter-spacing: 2px;
} 


.cbforms p,
.cbforms div,
.cbforms a,
.cbforms body,
.cbforms .paragraph-font {
  font-family: var(--paragraph-font);
}

.cbforms .script-font {
  font-family: var(--script-font);
  text-shadow: 2px 0px #333333;
  line-height: 0.9 !important;
}

.cbforms .header-font,
.cbforms h1,
.cbforms h2,
.cbforms h3,
.cbforms h4,
.cbforms h5,
.cbforms h6 {
  font-family: var(--header-font);
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.cbforms   {
  margin: 0;
  position: relative;
  font-size: 100%;
  color: var(--cbf-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 {
  margin-top: 200px;
}

.cbforms .buffer100 {
  margin-top: 100px;
}

.cbforms .buffer150 {
  margin-top: 150px;
}

.cbforms .button-underline {
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--cbf-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: #ffffff;
  background: #2b4257;
  border-color: #2b4257;
  margin: 0 1px;
  height: 40px;
  font-size: max(0.62vw, 14px);
  white-space: nowrap;
}

.cbforms .formviewbtn{

  display: flex;
  gap: 10px;
}

.cbforms .mobilescreenviewsize{

  max-width:500px;

}

.cbforms .formedit .toolspanel .tabbtn.active {
  background-color: var(--cbf-orange);
}

.cbforms .surveyedit .toolspanel .tabbtn.active {
  background-color: var(--cbf-orange);
}

.cbforms .tabbtn,
.cbforms .cbfbtn.inactive {
  background-color: #c4c4c4;
  color: #333333;
}

.cbforms .redobject {
  background: var(--cbf-red);
  border-color: var(--cbf-red);
}
.cbforms .cbfbtn:hover {
  background-color: var(--cbf-ocean);
  color: #ffffff;
}

.cbforms .hide {
  visibility: hidden;
}
.cbforms .show {
  visibility: visible;
}

.cbforms .displaynone {
  display: none;
}

.cbforms .colororange{

  color:#d2691e;

}
.cbforms .horizontalline {
  width: 6px;
  background-color: #f2f2f2;
}

.cbforms .orangebtn {
  background-color: var(--cbf-orange);
}

.cbforms .bluebtn {
  background-color: var(--cbf-blue);
}

.cbforms * :not([draggable="true"], .draggable) {
  user-drag: none;
  -webkit-user-drag: none; 
}

.cbforms .selectable{
  user-select: text;
  -moz-user-select: inherit;
  -webkit-user-select: text;
}

.cbforms .overflow-x-auto {
  overflow-x: auto;
}

.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, #fafafa, #f4f4f4 99%);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #3d8183;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
 

.cbforms .cbf-login-icon {
  --bs-icon-size: 4rem; 
  color: #ffffff;
  border-radius: 50%;
  height: auto;
  padding: 0 30px 0 0;
}

.cbforms .cbf-login-icon img {
  width: 5rem;
}

.cbforms #loginform input {
  scale: 1.5;
  margin-bottom: 30px;
}

.cbforms #loginform button {
  scale: 1.5;
}

.cbforms .horizontal-line {
  height: 2px;
  width: 100%;
  background: var(--cbf-deep-grey);
  margin: 5px auto 3px;
}

.cbforms .logo-img-wrap img {
  width: max(200px, 18vw);
}

.cbforms .nav-tabs .nav-link {
  color: #333333;
}

.cbforms #mainNav {
  background-color: #dce5f7;
}

.cbforms .navbar .container {
  max-width: max(900px, 90%);
  margin: 0 auto;
  padding: 0 20px;
}

.cbforms .leftbanner {
  max-width: 10%;
  min-width: 155px;
  background-color: #f1f1f1;
  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: #333333;
  text-decoration: none;
}

.cbforms .leftbanner a:visited {
  color: #333333;
}

.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: #f0f9ff;
  background-color: #2b4257;
}

.cbforms .footer-dark * {
  color: #ffffff;
}

.cbforms #pagewrap,
.cbforms .pagewrap {
  min-height: 70vh;
}

.cbforms .reset-results {
  text-align: center;
  color: #333;
}

.cbforms #pagemsgdiv {
  color: #198754;
  display: block;
  text-align: center;
  font-size: 18px;
}

.cbforms .info-text {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 100px;
  color: #6e6dc6;
}

.cbforms .reset-results {
  margin-top: 102px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 100px;
  color: #6e6dc6;
}

.cbforms #loginerror {
  margin: 30px auto;
}

.cbforms .activiation-results {
  margin: 100px auto;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 50px;
  color: #6e6dc6;
  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: #dddddd;
  margin: 5px auto 20px;
}
 

.cbforms .cbs-box {
  min-width: 300px;
  border: 1px solid #33333350;
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: auto;
  width: 80%;
}

.cbforms .cbs-box tr {
  vertical-align: top;
}

.cbforms .cbs-box td {
  padding: 0 15px;
}

.cbforms .cbs-box th {
  font-weight: 700;
  padding-top: 8px;
}

.cbforms .cbs-box h6 {
  font-weight: 700;
  margin-bottom: 0px;
}

.cbforms .cbs-box input[type="text"] {
  width: 250px;
  height: 35px;
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  border-color: #dddddd;
  padding: 0 0 0 10px;
}
.cbforms .expandable .cbs-box-title {
  cursor: pointer;
}

.cbforms .cbs-box-title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
  border-bottom: 1px solid #33333350;
}

.cbforms .cbs-box-body {
  display: flex;
  align-items: center;
  padding: 40px 25px 15px;
  justify-content: space-between;
}

.cbforms .flex-column-centerd{
  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;
}

form {
  container-type: inline-size;
  container-name: cbforms;
}

@container cbforms (width < 600px){
  .formviewfieldwrap {
    min-width:100% !important;
   }
    
}
 
@media (max-width:768px){

 .formviewfieldwrap {
  min-width:100% !important;
 }
}

.mobilescreenviewsize .formviewfieldwrap {
  min-width:100% !important;
 }