/* General styles */
body {
    font-size: calc(15px + 0.390625vw);
    --btn_font: 15px;--btn_width: 80%;--btn_padding: 13px 16px;--nav_btn_padding: 10px 16px;
    --brightness: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}
.footer {
    margin-top: auto;
    font-size: 0.8rem;
}
.copyright {
    font-size: 0.6rem;
    margin: 0;
}
.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;     
  max-width: 100%; 
  width: -webkit-fit-content; 
  width: -moz-fit-content; 
  width: fit-content;
  gap: 5px;    
}
.flex-item-exp {
-webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1; 
  gap: 5px;  
}
.mynav.nav-link {
    /* font-size: 1.1rem */
    margin-left: 6px;
    margin-right: 6px;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; 
}
.d-flex.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.journeyimg {
    width: 100%;
  max-width: 370px;
  height: auto;
}
#survey_box {
    max-width: 600px;
}

.pretty {
    text-wrap: pretty;
}
.dashboard_display {
    height: 240px;
}

.gdpr_title {
     font-size: 1.2rem;
     font-weight: bolder;
     color: red;
    font-weight: bolder;
    text-transform: uppercase;
}
.gdpr_header {
    font-size: 0.85rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: start;
    font-weight: bold;
    margin-bottom: 2px;
}
.gdpr_text {
     font-size: 0.85rem;
    font-weight: normal;
    text-align: start;
    text-wrap: pretty;
    margin-bottom: 12px;
    max-width: 400px;
}
.gdpr_btn {
    width: 140px;
}

img.em_float {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    max-width: 100px;
}
.gdpr_base {
    max-height: 70px;
}
.yr_highlight_label {
    text-transform: uppercase;
    font-size: 0.9rem;
    background-color: #ff8c42;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    padding: 4px 10px;
    margin-bottom: 0;
}
.stats_display_left {
    color: black; 
    border-top-left-radius: 20px; 
    border-bottom-left-radius: 20px; 
    font-weight: 500;
    background-color: var(--light);
}
.stats_display_right {
    color: black;
    border-top-right-radius: 20px; 
    border-bottom-right-radius: 20px; 
    border-style: solid;
    border-color: var(--light);
}
.gdpr_display_yes {
    color: black; 
    border-top-left-radius: 20px; 
    border-bottom-left-radius: 20px; 
    font-weight: 500;
    background-color: #48e064;
    border: 1px solid black;
    border-right-style: none;
}
.gdpr_display_null {
    color: black; 
    font-weight: 500;
    background-color: #f7eb81;
    border-color: black;
    border-style: solid none;
    border-width: 1px;
}
.gdpr_display_no {
    color: black;
    border-top-right-radius: 20px; 
    border-bottom-right-radius: 20px; 
    background-color: #fc6e6e;
    border: 1px solid black;
    border-left-style: none;
}

.offer_headline {
    font-size: 2rem;
    font-weight: bold;
    color: #3379b1;
    text-align: center;
}

/* do this for things to be only rendered on small mobile with this style.*/
@media (max-width: 359px) {
.button-19 {
        --btn_font: 12px;
        --btn_padding: 5px 6px;
      }
.button-nav {
        --btn_font: 10px;
        --nav_btn_padding: 4px 10px;
      }
    .boxes {
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 0px;
    }
.navbar-brand img{
    width: 110px;
}
.gdpr_base {
    max-height: 140px;
}
}
/* do this for things to be only rendered on mobile (either orientation) with this style.*/
@media (min-width: 360px) {
      .button-19 {
        --btn_font: 12px;
        --btn_padding: 5px 6px;
      }
.button-nav {
        --btn_font: 10px;
        --nav_btn_padding: 4px 10px;
      }
.boxes {
    width: 100px;
    height: 100px;
    margin: 5px;
    padding: 0px;
}
.codeinput {
    width: 35px;
    height: 35px;
    padding: 0px;
    margin: 0px 4px;
    font-size: 24px;
}
.navbar-brand img{
    width: 110px;
}
.gdpr_btn {
    width: 70%;
}
.gdpr_base {
    max-height: 140px;
}
}

@media (min-width: 768px) {
      .button-19 {
        --btn_font: 13px;
        max-width: 600px;
        --btn_padding: 10px 12px;
      }
.button-nav {
        --btn_font: 12px;
        max-width: 600px;
        --nav_btn_padding: 5px 13px;
      }
.boxes {
    width: 150px;
    height: 150px;
}
.codeinput {
    width: 60px;
    height: 60px;
    padding: 0px;
    margin: 0px 6px;
    font-size: 30px;
}
.gdpr_btn {
    width: 85%;
}
.gdpr_base {
    max-height: 70px;
}
.style1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
.navbar-brand img{
    width: 150px;
}
}

@media (min-width: 1040px) {
.journeyimg {
  max-width: 500px;
}
}

/* COLOURS */
.green {
    --light: #62b46d;
    --dark: #4c8c54;
    --contrast: black;
    --hover: #2a2a2a;
}
.darkblue {
    --light: #3379b1;
    --dark: #285e8a;
        --contrast: white;
        --hover: #000000;
}
.brightblue {
    --light: #38b6ff;
    --dark: #2296d8;
    --contrast: black;
    --hover: #2a2a2a;
}
.yellow {
    --light: #eebb00;
    --dark: #ba9201;
    --contrast: black;
    --hover: #2a2a2a;
}
.blue {
    --light: #a8d1fc;
    --dark: #799ec5;
    --contrast: black;
    --hover: #2a2a2a;
}
.purple {
     --light: #b069e2;
    --dark: #804da4;
    --contrast: white;
    --hover: #000000;
}
.pink {
     --light: #e89ad3;
    --dark: #a66f97;
     --contrast: black;
     --hover: #2a2a2a;
}
.orange {
    --light: #ff8c42;
    --dark: #c16e3a;
     --contrast: black; 
     --hover: #2a2a2a;
}
.gray {
    --light: lightgray;
    --dark: rgb(181, 179, 179);
     --contrast: black; 
     --hover: #444444;
}
.red {
    --light: #fc6e6e;
    --dark: #ff3939;
     --contrast: black; 
    --hover: #2a2a2a;
}
.white {
    --light: white;
    --dark: rgb(80, 80, 80);
    --contrast: black;
    --hover: #3379b1;
    --brightness: 0.9;
}
.btn-20 {
    --btn_width: 20%;
}
.btn-30 {
    --btn_width: 30%;
}
.mobilebtn {
    --btn_width: 50%;
}
.fullbtn {
    --btn_width: 95%;
    --btn_padding: 8px 10px;
}
.bigbtn {
    --btn_padding: 15px 20px;
    --btn_font: 18px;
}
/* MY CUSTOM BUTTON - colours above.  Font size, width and padding in media queries.  */
.button-19 {
  background-color: var(--dark);
  color: var(--contrast);
  border-radius: 20px;
  border: solid transparent;
  border-width: 0 0 2px;
  cursor: pointer;
  outline: none;
  overflow: visible;
  font-size: var(--btn_font);width: var(--btn_width);
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;padding: var(--btn_padding);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;vertical-align: middle;-webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                    justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;-webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.14) 0 6px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 9px 0;
}

.button-19:after {
  background-clip: padding-box;
  background-color: var(--light);
  border-radius: 20px;
  border: solid transparent;
  border-width: 0 0 2px;
  bottom: -2px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  color: var(--hover);
}

.button-19.btn:hover {
    background-color: var(--dark) !important;
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 2px 0 0;
  -webkit-box-shadow: none;

}

.button-19:active::after {
  -webkit-box-shadow: inset rgba(0, 0, 0, .2) 0 2px 3px -1px, inset rgba(0, 0, 0, .14) 0 4px 3px 0,  inset rgba(0, 0, 0, .12) 0 1px 5px 0;
}
.roundedbtn {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

/* MY CUSTOM BUTTON - colours above.  Font size, width and padding in media queries.  */
.button-nav {
  display: inline-block;
  background-color: var(--dark);
  color: var(--contrast);
  border-radius: 20px;
  border: solid var(--dark);
  border-width: 0 0 2px;  /*border-width: 2px;*/
  position: relative; /* Needed for positioning the :after pseudo-element */
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
  outline: none;
  overflow: visible;
  font-size: var(--btn_font);
  width: auto;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: var(--nav_btn_padding);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.14) 0 6px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 9px 0;
}

.button-nav:after {
  background-clip: padding-box;
  background-color: var(--light);
  border-radius: 20px;
  border: solid;
  border-color: transparent;
  border-width: 0 0 2px;
  bottom: -2px;
  padding: var(--nav_btn_padding); 
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-nav.bordered:after {
  border-color: var(--dark); /* Inner border for the 'bordered' button */
  border-width: 1px 1px 2px;
  padding: calc(var(--nav_btn_padding) - 1px); /* Adjust padding */
}

.button-nav:hover:not(:disabled) {
  filter: brightness(var(--brightness));
  -webkit-filter: brightness(var(--brightness));
  color: var(--contrast)
}

.button-nav:disabled {
  cursor: auto;
}

.button-nav:active {
  border-width: 2px 0 0;
  -webkit-box-shadow: none;

}

.button-nav:active::after {
  -webkit-box-shadow: inset rgba(0, 0, 0, .2) 0 2px 3px -1px, inset rgba(0, 0, 0, .14) 0 4px 3px 0,  inset rgba(0, 0, 0, .12) 0 1px 5px 0;
  border-width: 2px 0 0;
}

.button-nav:active.bordered::after {
  -webkit-box-shadow: inset rgba(0, 0, 0, .2) 0 2px 3px -1px, inset rgba(0, 0, 0, .14) 0 4px 3px 0, inset rgba(0, 0, 0, .12) 0 1px 5px 0;
}




.centeralign {
text-align: center;
-ms-flex-line-pack: center;
    align-content: center;
}
.border-horizontal {
    border: 4px solid transparent;
    border-image-source: url('/assets/images/dividers/horizontal-line.svg');
    border-image-slice: 0 0 20 0;  /* Adjust based on the SVG dimensions */
}
.border-horizontal-top {
    border: 4px solid transparent;
    border-image-source: url('/assets/images/dividers/horizontal_line.svg');
    border-image-slice: 20 0 0 0;  /* Adjust based on the SVG dimensions */
}
.border-full {
    border: 4px solid transparent;
    border-image-source: url('/assets/images/dividers/border_lines.svg');
    border-image-slice: 20 20 20 20;  /* Adjust based on the SVG dimensions */
}


/* ACCESSIBILITY */
.nav-link:focus-visible{
    outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
}
.navbar-brand:focus-visible{
    outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
}
.form-control.dark:focus-visible{
    outline-color: #3b3b3b;
    outline-style: solid;
    outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}
.form-control:focus-visible{
    outline-color: #ffffff;
    outline-style: solid;
    outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}
.btn.dark:focus-visible{
    outline-color: #3b3b3b;
    outline-style: solid;
    outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}
.btn:focus-visible{
    outline-color: #ffffff;
    outline-style: solid;
    outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}
.button-19.dark:focus-visible{
    outline-color: #3b3b3b;
    outline-style: solid;
    outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}
.button-19:focus-visible{
    outline-color: #ffffff;
    outline-style: solid;
    outline-width: 2px;
  -webkit-box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 5px rgba(3, 226, 255, 0.8);
}

/* ALL THE FLEX STUFF */

.flexjustify-start {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }
.flexjustify-center {-webkit-box-pack: center;
            -ms-flex-pack: center;justify-content: center
}
.flexjustify-end {
    -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end
}
.flexjustify-around {
            -ms-flex-pack: distribute;
            justify-content: space-around
    }
.flexjustify-between {
            -ms-flex-pack: distribute;
            -webkit-box-pack: justify;
                    justify-content: space-between
    }
.flexalign-start {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }
.flexalign-center {
            -webkit-box-align: center;
            -ms-flex-align: center;align-items: center
}
.flexalign-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end
}
.flexalign-stretch {
            -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
    }
.flexcont-start {
       -ms-flex-line-pack: start;
        align-content: flex-start
    }
.flexcont-center {
            -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
}
.flexcont-end {
-ms-flex-line-pack: start;
        align-content: flex-end
}
.wrap {
         -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
.nowrap {
         -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
    }
.reversewrap {
                -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse
}
.flexrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify
}
.flexcol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
/* MY STYLES */

.currentnav {
    border-top: 5px solid #3379b1;
    border-left: 5px solid #3379b1;
    border-right: 5px solid #3379b1;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.inactivenav{
    background-color: rgba(150, 150, 150, 0.6);
    border-bottom: 5px solid #3379b1;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.formstyle1 {
    border-bottom: 5px solid #3379b1;
    border-left: 5px solid #3379b1;
    border-right: 5px solid #3379b1;
}
.codecol {
    padding: 0px 4px;
}
/* declare the size in a style="--mw: thismanypx"*/
.responsive {
    width: 100%;
  max-width: var(--mw);
  height: auto;
}
/* declare along with a colour class */
.r-head {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: var(--light);
    --bs-heading-color: var(--contrast);
    text-align: center;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 2px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.r-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--light);
    color: black;
    text-align: center;
}
.outlineme {
    outline-color: var(--light);
    outline-width: 1px;
    outline-style: solid;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}
.outlineme_shadow {
    outline-color: var(--light);
    outline-width: 2px;
    outline-style: solid;
    border-radius: 10px;
    padding: 5px;
    margin: 1rem;
    -webkit-box-shadow: 0px 0px 37px -24px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 37px -24px rgba(0,0,0,0.65);
}
.addshadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.datapoint-mid {
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-color: var(--light);
    color: black;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.datapoint-base {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-style: none solid solid;
    border-width: 2px;
    border-color: var(--light);
    color: var(--contrast);
    text-align: center;
    font-size: 1rem;
    background-color: var(--dark);
}
.eventdata_reg {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #d7eaff;
    height: 30px;
    width: var(--reg);
    vertical-align: middle;
    font-size: 0.5rem;
    text-align: end;
}
.eventdata_view {
    background-color: #ffdc5c;
    height: 30px;
    width: var(--view);
    vertical-align: middle;
    font-size: 0.5rem;
    text-align: end;
}
.eventdata_click {
    background-color: #56a6fb;
    height: 30px;
    width: var(--click);
    vertical-align: middle;
    font-size: 0.5rem;
    text-align: end;
}
.eventdata_buy {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #48e064;
    height: 30px;
    width: var(--buy);
    vertical-align: middle;
    font-size: 0.5rem;
    text-align: end;
}
.eventdata_label {
    height: 16px;
    padding-right: 2px;
    vertical-align: middle;
    font-size: 0.8rem;
    text-align: end;
}
.divider {
    max-width: 40%;
    border-bottom: 2px solid #3b3b3b;
}
#mycourseimg:hover {
    cursor: pointer;
}
#swiper1 div.swiper-button-disabled {
    opacity: .01;
    cursor: auto;
    pointer-events: none;
}
.highlighted {
    outline-color: var(--light);
    outline-width: 2px;
    outline-style: solid;
    border-radius: 10px;
    padding: 5px;
    margin: 3px;
}
.chosen_option {
        outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
          box-shadow: 0 0 0 3px rgba(3, 226, 255, 0.8);
}
.img_radio {
    display: none;
}
.selectable:hover {
cursor: pointer;
}
.optiontab {
    border: 3px outset var(--light);
    border-radius: 10px;
    background-color: white;
    font-size: var(--btn_font);
}
.optiontab.selected {
    border: 3px inset var(--dark);
    border-radius: 10px;
    background-color: var(--light);
    color: var(--contrast);
}
.list-group.bulleted {
  list-style-type: disc;
  padding-left: 20px; /* Optional for indentation */
}

.list-group.bulleted .list-group-item {
  display: list-item; /* Ensures bullets are visible */
    border-width: 0px;
}
.form_bg {
    background-color: #a8d1fc;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 37px -24px rgba(0,0,0,0.65);
box-shadow: 0px 0px 37px -24px rgba(0,0,0,0.65);
}
/* New class specifically for headers with a toggle */
.header-with-toggle {
    position: relative; /* Make this header the positioning context */
}

.header-with-toggle .toggle-modal {
    position: absolute; /* Position the icon relative to the header */
    top: 10px; /* Adjust to position the icon vertically */
    right: 15px; /* Adjust to position the icon horizontally */
    font-size: 1rem; /* Set size for the + icon */
    color: #fff; /* Change to desired color */
}

.priority-icon {
    color: var(--light);
}

.TPGmodal {
    font-size: 14px !important;
}
.interaction_type {
    background-color: var(--light);
    color: var(--contrast);
    border-radius: 10px;
    padding: 0px 8px;
}

::-webkit-scrollbar {
    width: 10px; /* Thin scrollbar */
}

::-webkit-scrollbar-track {
   border-radius: 10px;
   margin: 20px;
   background-color: transparent;
   -webkit-box-shadow: inset 0 0 3px 3px #e9e9e9;
           box-shadow: inset 0 0 3px 3px #e9e9e9;
}
/* Style for Webkit-based browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4596d3), to(#3379b1));
    background: linear-gradient(180deg, #4596d3, #3379b1); /* Gradient for depth */
    -webkit-box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.4), /* Light inner shadow for raised effect */
                inset -2px -2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.4), /* Light inner shadow for raised effect */
                inset -2px -2px 4px rgba(0, 0, 0, 0.3); /* Dark inner shadow for depth */
    border: 1px solid #2a6a98; /* Slightly darker border for definition */
}

.survey_option {
    border-style: solid;
    border-width: 3px;
    border-radius: 20px;
    border-color: var(--light);
    background-color: white;
    padding: 10px 5px;
    margin: 3px 0px;
    width: 220px;
    cursor: pointer;
    font-size: 0.8rem;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word;
    white-space: normal;
}
.survey_option.small {
    width: 140px;
    padding: 3px 4px;
}
.survey_option.selected,
.survey_option:hover {
    border-color: var(--dark);
    background-color: var(--light);
}
.survey_option.notselected {
    background-color: rgb(205, 203, 203);
    opacity: 0.5;
}
.survey_smiley {
    cursor: pointer;
}
img.notselected {
    opacity: 0.5;
}
.eventselect {
    border: 3px outset gray;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: white;
    font-size: var(--btn_font);
    cursor: pointer;
}
.schoolstats {
    border-bottom: 1px solid darkgrey;
}
@media (min-width: 1200px) {
.style2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
.style3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
