
/* Theming CSS */
  /* Header color */
  .u-org--header {
    background-color: #080736 !important;
  }


  /* Header text color */
  .u-org--header {
    color: #fff;
  }

  button.u-org--header.appheader__button:hover,
  button.u-org--header.appheader__button:active {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  button.u-org--header:not(.appnav__link):hover,
  button.u-org--header:not(.appnav__link):active,
  button.u-org--header:not(.appnav__link):focus {
    color: #fff;
  }

  button.u-org--header.appheader__searchbutton,
  button.u-org--header.appheader__categoriesbutton,
  input[type="search"].u-org--header {
    border-color: rgba(255, 255, 255, 0.3) !important;
  }

  button.u-org--header.appheader__searchbutton:hover,
  button.u-org--header.appheader__searchbutton:active,
  button.u-org--header.appheader__searchbutton:focus,
  button.u-org--header.appheader__searchbutton:focus-visible,
  button.u-org--header.appheader__categoriesbutton:hover,
  button.u-org--header.appheader__categoriesbutton:active,
  button.u-org--header.appheader__categoriesbutton:focus,
  button.u-org--header.appheader__categoriesbutton:focus-visible,
  input[type="search"].u-org--header:hover,
  input[type="search"].u-org--header:active,
  input[type="search"].u-org--header:focus,
  input[type="search"].u-org--header:focus-visible {
    border-color: rgba(255, 255, 255, 0.5) !important;
  }

  input[type="search"].u-org--header:focus {
    border-color: transparent !important;
  }

  .u-org--header .search__input--appheader:not(:focus):-ms-input-placeholder {
    color: #fff;
  }

  .u-org--header .search__input--appheader:not(:focus)::-ms-input-placeholder {
    color: #fff;
  }

  .u-org--header .search__input--appheader:not(:focus)::placeholder {
    color: #fff;
  }


  /* Organization color */
  .u-orgcolor--color,
  .u-orgcolor--hovercolor:hover {
    color: #0037ff !important;
  }
  .u-orgcolor--bg,
  .u-orgcolor--hoverbg:hover {
    background-color: #0037ff !important;
  }
  .u-orgcolor--border,
  .u-orgcolor--border:link,
  .u-orgcolor--border:visited,
  .u-orgcolor--border:hover,
  .u-orgcolor--border:active,
  .u-orgcolor--border:focus {
    border-color: #0037ff;
    color: #0037ff;
  }
  .u-orgcolor--borderonly,
  .u-orgcolor--borderonly:link,
  .u-orgcolor--borderonly:visited,
  .u-orgcolor--borderonly:hover,
  .u-orgcolor--borderonly:active,
  .u-orgcolor--borderonly:focus {
    border-color: #0037ff;
  }
  .u-orgcolor--borderhover:hover,
  .u-orgcolor--borderhover:hover {
    border-color: #0037ff;
  }
  .u-orgcolor--svgfill {
    color: #0037ff;
    fill: #0037ff;
  }
  .u-orgcolor--svgstroke {
    color: #0037ff;
    stroke: #0037ff;
  }
  .u-orgcolor--svgall {
    color: #0037ff;
    fill: #0037ff;
    stroke: #0037ff;
  }
  .u-org--svgactive[data-active="true"],
  .u-org--svgactive:hover {
    color: #0037ff !important;
    stroke: #0037ff !important;
  }
  .u-org--barchart:after {
    background-color: #0037ff !important;
  }
  .u-org--piechart {
    color: rgba(0, 0, 0, 0.15);
    stroke: #0037ff;
  }
  .u-org--tooltip {
    background-color: #0037ff;
  }
  .u-org--tooltiptop:before {
    border-top-color: #0037ff;
  }
  .u-org--tooltipright:before {
    border-right-color: #0037ff;
  }
  .u-org--tooltipbottom:before {
    border-bottom-color: #0037ff;
  }
  .u-org--tooltipleft:before {
    border-left-color: #0037ff;
  }
  .updatecard__heading--new:before {
    background-color: #0037ff;
  }
  .session:before {
    background-color: #0037ff;
  }
  .activityprogress__value {
    background-color: #0037ff;
  }
}
  .iconbutton,
  .comments__headerbutton, {
    color: #0037ff;
  }

  .u-org--catalogflag {
    background-image: linear-gradient(225deg, #0037ff 50%, transparent 50%);
  }

  .u-org--catalogflagsearch {
    background-image: linear-gradient(225deg, #0037ff 50%, transparent 50%);
  }

  .u-org--catalogflag-in-progress {
    background-image: linear-gradient(225deg, #fff 47%, #0037ff 3%, transparent 50%);
    border-top: 1px solid #0037ff;
    border-right: 1px solid #0037ff;
    svg {
      color: #0037ff;
    }
  }

  .u-org--enrollmentmsgimage {
    background-color: #0037ff
  }

  .u-org--catalogflagbg {
    background-image: linear-gradient(225deg, #0037ff 50%, transparent 50%);
  }
  .u-org--catalogflagfill {
    color: #0037ff;
    fill: #0037ff;
  }

  .u-org--tabactive,
  .u-org--tab:hover,
  .u-org--tab:active,
  .u-org--tab:focus {
    border-color: #0037ff;
  }
  .link--primary,
  .u-org--link,
  .u-org--link:link,
  .u-org--link:visited,
  .u-org--link:hover,
  .u-org--link:active,
  .u-org--link:focus {
    color: #0037ff;
  }
  .u-org--linkhover:hover,
  .u-org--linkhover:active,
  .u-org--linkhover:focus {
    color: #0037ff;
  }

.button--primary:not([disabled]),
  .button--primary:link,
  .button--primary:visited,
  .button--primary:hover,
  .button--primary:active,
  .button--primary:focus,
  .blankslate .button,
  .coursebar__btn--active,
  .coursebar__btn--active:hover,
  .coursebar__btn--active:focus,
  .tagbutton--selected:not(.tagbutton--taxonomy) {
    background-color: #0037ff !important;
    border-color: #0037ff !important;
    color: #fff !important;
  }


  .tooltip {
    background-color: #0037ff;
  }
  .tooltip--left::before {
    border-left-color: #0037ff;
  }
  .tooltip--right::before {
    border-right-color: #0037ff;
  }
  .tooltip--bottom::before,
  .tooltip--bottom-left::before,
  .tooltip--bottom-right::before {
    border-bottom-color: #0037ff;
  }
  .tooltip--top::before,
  .tooltip--top-left::before,
  .tooltip--top-right::before {
    border-top-color: #0037ff;
  }
  .checkbox--primary .checkbox__input:checked + .checkbox__ui {
    background-color: #0037ff;
    border: 2px solid #0037ff;
  }
  .question .checkbox__input:checked + .checkbox__ui {
    background-color: #0037ff;
    border: 1px solid #0037ff;
  }
  .question .radio__input:checked + .radio__ui {
    border-color: #0037ff;
  }
  .question .radio__input:checked + .radio__ui::before {
    background-color: #0037ff;
  }
  .assessment__completedicon, .assessment__gradingicon {
    background-color: #0037ff;
  }
  .enrollmentmsg__image.enrollmentmsg__image--complete  {
    background-color: #0037ff;
  }

  .rank__listitem .radio__input:checked + .radio__ui {
    border-color: #0037ff;
  }
  .rank__listitem .radio__input:checked + .radio__ui::before {
    background-color: #0037ff;
  }
  .sharelinks__link:hover,
  .sharelinks__link:focus,
  .sharelinks__link.button:hover,
  .sharelinks__link.button:focus {
    color: #0037ff;
  }
  .rating input[type="radio"]:not([disabled]) + label {
    color: #0037ff;
  }
  .courselist__item[data-status="completed"] .courselist__marker, .courselist__item[data-status="in-progress"] .courselist__marker,
  .pathmenu__sectionitem[data-status="completed"] .pathmenu__itemmarker, .pathmenu__sectionitem[data-status="in-progress"] .pathmenu__itemmarker {
    color: #0037ff;
  }
  .courselist__item[data-status="in-progress"]:not([data-shape]) .courselist__marker {
    border-color: #0037ff;
  }

    .u-org--catalogflag-in-progress svg {
    color: #0037ff;
  }
}
  .pageoutline__currentlink,
  .pageoutline__currentlink:hover,
  .pageoutline__currentlink:focus {
    color: #0037ff;
  }
  .tagbutton--selected,
  .tagbutton--selected:hover,
  .tagbutton--selected:active,
  .tagbutton--selected.tagbutton--taxonomy:hover,
  .tagbutton--selected.tagbutton--taxonomy:active {
    border-color: inherit !important;
    background-color: #0037ff;
  }
  .tagbutton--selected.tagbutton--taxonomy {
    background-color: #0037ff0c !important;
    border-color: #0037ff !important;
  }
  .datepicker .pika-prev,
  .datepicker .pika-next {
    border: 1px solid #0037ff;
  }
  .datepicker .pika-prev,
  .datepicker .is-rtl .pika-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2025'%20version%3D'1.1'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%230037ff'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20points%3D'16.7%209.4%2011.6%2012.4%2016.6%2015.3'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .pika-next,
  .datepicker .is-rtl .pika-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20version%3D'1.1'%20viewBox%3D'0%200%2030%2025'%3E%3Cpath%20d%3D'M12.6%209.5L17.7%2012.4%2012.6%2015.3'%20fill-opacity%3D'0'%20stroke%3D'%230037ff'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .is-today .pika-button {
    color: #0037ff;
  }
  .datepicker .is-selected .pika-button,
  .datepicker .is-selected .pika-button:hover {
    background: #0037ff;
  }
  .banner__icon {
    color: #0037ff;
    background: #0037ff;
  }

  /* Branding logo */
  .header__titleicon.u-org--titleicon {
    max-width: 120px;
  }
  @media (min-width: 370px) {
    .header__titleicon.u-org--titleicon {
      max-width: 160px;
    }
  }
  .u-org--titleicon + .header__titletext,
  .u-org--titleicon + .sidemenu__titletext {
    display: none;
  }
  .u-org--header .header__titlelink {
    text-overflow: clip;
  }

  /* Custom CSS */
  /*
font-family: "Figtree", sans-serif;
font-optical-sizing: auto;
*/

body, h1, h2, h3, h4, h5, h6, p {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
}

h1, .postcontent h1 {
  font-weight: 700 !important;
}

h2, h3, h4, h5, h6,
.postcontent h2, .postcontent h3, .postcontent h4, .postcontent h5, .postcontent h6 {
  font-weight: 500 !important;
}

p, .course__description, .course__description p, .course__description ul, .course__description ol, .course__description.postcontent, .course__description.postcontent p, .course__description.postcontent ul, .course__description.postcontent ol, .course__postcontent, .course__postcontent p, .course__postcontent ul, .course__postcontent ol, .course__postcontent.postcontent, .course__postcontent.postcontent p, .course__postcontent.postcontent ul, .course__postcontent.postcontent ol {
  font-weight: light;
  font-size: 16px;
  line-height: 28px;
  color: #2C313F;
}

h1 {
  font-size: 48px !important;
  line-height: 52px !important;
  margin-bottom: 24px;
}

h2 {
  font-size: 36px !important;
  line-height: 40px !important;
  margin-bottom: 24px;
}

.catalogcard__content:not(:has(> h3)) {
  font-size: 30px !important;
  line-height: 36px !important;
  margin-bottom: 16px;
}
.catalogcard__container {
  border-radius: 15px !important;
  overflow:hidden;
}

.catalogcard__content:has(> h3)) {
}

.catalogcard__content:not(:has(> h4)) {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 8px;
}

.catalogcard__content:has(> h4)) {
}

h5 {
  font-size: 20px !important;
  line-height: 28px !important;
  margin-bottom: 8px;
}

h6 {
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 8px;
}

.appusermenu__heading__user {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    line-height: 1.5rem !important;
  margin-bottom: 0px !important;
}

section {
  margin-bottom: 96px !important;
}

.catalogcards__footer {
  margin-top: 20px;
}

.course__quickstart {
  margin-bottom: 96px;
}

.courselist__itemcontent {
  display: flex;
  flex-direction: row-reverse;
}

.activitysection__list .activitymeta {
  margin-right: 15px;
}


.session__container--occurrence {
  max-width: 100%;
}

.u-headingsection {
  font-size: 2em;
  line-height: 2.25em;
}

.catalogcards__description {
  font-size: 1.35em;
  line-height: 1.4em;
}

.catalogcards__footerlink {
    color: #000;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.60);
background: linear-gradient( 1deg, rgba(72, 79, 97, .2) -31.8%, rgba(72, 79, 97, 0) 28.65% ), linear-gradient( 137deg, #fffffff6 2.87%, rgba(206, 210, 220, .95) 72.77% );
  transition: .75s cubic-bezier(.56, .08, .51, .95)
}

.catalogcards__footerlink svg {
  display: none;
}

.catalogcards__footerlink span::after {
  display: inline-block;
  width: 20px;
  height: 17px;
  text-align: center;
  vertical-align: middle;
  margin-left: 5px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><g filter="url(%23filter0_d_322_359)"><path d="M2 12C2 8.68555 4.67767 6 7.97866 6H8M8 5.9951C4.68555 5.9951 2 3.31965 2 0.0213603V0" stroke="%2310141D" stroke-width="1.5" shape-rendering="auto"/></g><defs><filter id="filter0_d_322_359" x="0.25" y="0" width="8.75" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="0.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0784314 0 0 0 0 0.113725 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_322_359"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_322_359" result="shape"/></filter></defs></svg>');
}

.catalogcards__footerlink:hover {
  text-decoration: none;
  box-shadow: 0px 0px 20px 15px rgba(150, 156, 172, .05), 0px -5px 10px 0px rgba(0, 0, 0, .4) inset, 0px 5px 10px 0px rgba(255, 255, 255, .9) inset, 0px -1px 10px 0px rgba(255, 255, 255, .8) inset, 0px 1px 5px 0px #fff inset;
}


.u-headingitem {
  font-size: 1.5em;
  line-height: 1.75em;
}

.u-headingitem.activitycard__name {
  line-height: 1.25em;
  max-height: max-content;
}

.activitymeta {
  font-size: 18px;
}

.session__headinglinks .session__link, 
.session__headinglinks .session__link:link, 
.session__headinglinks .session__link:visited, 
.session__headinglinks .session__link:hover, 
.session__headinglinks .session__link:active, 
.session__headinglinks .session__link:focus {
  background: radial-gradient( 100% 741.05% at 100% 77.78%, #861dff 0%, #3c2bff 56.25%, #0037ff 100% );
    color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    font-size: 1em;
    text-decoration: none;
    padding: 8px 16px;
    margin-left: 10px;
}

.session__headinglinks .session__link:after {
 content: "";
}

.button--primary:not([disabled]), .button--primary:link, .button--primary:visited, .button--primary:active, .button--primary:focus, .blankslate .button, .coursebar__btn--active, .coursebar__btn--active:focus, .tagbutton--selected:not(.tagbutton--taxonomy),
.button--secondary,  .button--secondary:link,  .button--secondary:visited,  .button--secondary:active,  .button--secondary:focus,  .dropdown__trigger:not(.dropdown__trigger--link) {
  font-size: 15px;
  border-radius: 12px;
  background: linear-gradient( 0deg, rgba(0, 22, 102, .4) -29.06%, rgba(0, 22, 102, 0) 28.12% ), linear-gradient( 139deg, rgba(0, 204, 255, .8) 5.1%, #0037ffef 65.2% );
  border: none;
  color: #ffffff;
  transition: .75s cubic-bezier(.56, .08, .51, .95)
}

.button--primary:hover, .coursebar__btn--active:hover, .button--secondary:hover {
  background: linear-gradient( 0deg, rgba(0, 22, 102, .4) -29.06%, rgba(0, 22, 102, 0) 28.12% ), linear-gradient( 139deg, rgba(0, 204, 255, .8) 5.1%, #0037ffef 65.2% );
  box-shadow: 0px 0px 20px 15px rgba(102, 135, 255, .05), 0px -5px 10px 0px rgba(0, 22, 102, .8) inset, 0px 5px 10px 0px rgba(153, 175, 255, .4) inset, 0px 5px 10px 0px rgba(153, 175, 255, .4) inset, 0px 1px 5px 0px rgba(153, 175, 255, .8) inset;
}

.button--disabled {
  font-size: 15px;
  border-radius: 12px;
}


.carousel__controls {
  margin-top: 10px;
}

exceed-scroll-row .catalogcards__list--scroll {
  overflow-x: hidden;
}

.publiclogin .login {
  display: flex;
  flex-direction: column-reverse;
}

.publiclogin .login .login__emailintro {
  width: 100%;
}

.noresults:has(.login-form) {
  display: flex;
  flex-direction: column;
}

.noresults:has(.login-form) .noresults__image {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m25,6c4.9706,0,9,4.0294,9,9v6" fill="none" stroke="%230cf" stroke-miterlimit="10" stroke-width="4"/><path d="m25.0192,44h-12.0192c-1.65,0-3-1.35-3-3v-17c0-1.65,1.35-3,3-3h12.0192" fill="none" stroke="%230037ff" stroke-miterlimit="10" stroke-width="4"/><path d="m24.9808,44h12.0192c1.65,0,3-1.35,3-3v-17c0-1.65-1.35-3-3-3h-12.0192" fill="none" stroke="%23ff8110" stroke-miterlimit="10" stroke-width="4"/><path d="m16,15c0-4.9706,4.0294-9,9-9" fill="none" stroke="%230037ff" stroke-miterlimit="10" stroke-width="4"/></svg>');
}

.noresults:has(.login-form) .noresults__image svg {
  display: none;
}

.noresults:has(.login-form) .login-form {
  order: 3;
}

.noresults:has(.login-form) .login__emailintro {
  order: 2;
  width: 100%;
}

.noresults:has(.login-form) .login__form {
  order: 1;
}

[data-action="register"] .hero__image {
  image-rendering: auto;
}

[data-action="register"] header.pageheader {
  width: 100%;
}

[data-action="register"] .main__header header.pageheader{
  display: none;
}

[data-action="register"] .studentform__section--main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

[data-action="register"] .studentform__section--main .studentform__section {
  max-width: none;
  margin-bottom: 0px;
}

[data-action="register"] .studentform__section--main > .studentform__section {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

@media (max-width: 1024px) {
  [data-action="register"] .studentform__section--main > .studentform__section 
  {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}

[data-action="register"] .studentform__section--main > .studentform__section:last-of-type {
  max-width: 100%;
  flex-basis: 100%;
}

.catalogcards__navbutton--prev, .catalogcards__navbutton--next {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 40px;
  transition: 0.25s;
}

.catalogcards__navbutton--next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><g filter="url(%23filter0_d_322_359)"><path d="M2 12C2 8.68555 4.67767 6 7.97866 6H8M8 5.9951C4.68555 5.9951 2 3.31965 2 0.0213603V0" stroke="%2310141D" stroke-width="1.5" shape-rendering="auto"/></g><defs><filter id="filter0_d_322_359" x="0.25" y="0" width="8.75" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="0.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0784314 0 0 0 0 0.113725 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_322_359"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_322_359" result="shape"/></filter></defs></svg>');
}

.catalogcards__navbutton--prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><g filter="url(%23filter0_d_322_358)"><path d="M7 0C7 3.31445 4.32233 6 1.02135 6L1 6M1 6.0049C4.31445 6.0049 7 8.68035 7 11.9786L7 12" stroke="%2310141D" stroke-width="1.5" shape-rendering="auto"/></g><defs><filter id="filter0_d_322_358" x="0" y="0" width="8.75" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="0.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0784314 0 0 0 0 0.113725 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_322_358"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_322_358" result="shape"/></filter></defs></svg>');
}

.catalogcards__navbutton--prev svg, .catalogcards__navbutton--next svg {
  display: none;
}

@media (min-width: 880px) {
    .cardgrid__item {
        width: 33.333%;
        font-size: 0.8em;
    }
}

@media (min-width: 1024px) {
    .cardgrid__item {
        width: 25%;
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    .cardgrid__item {
        /*width: 20%;*/
    }
}

@media only screen and (min-width: 992px) {
  .catalogcards__listitem--event .catalogcard--event {
    border-radius: 15px;
  }
}

.catalogflag__container {
  border-radius: 15px;
}

.catalogflag, .catalogflag[data-hint] {
  border-top-right-radius: 15px;
}

