/* ==========================================================================
   Variables
========================================================================== */
/* Infinite rotate */
@keyframes infinite-rotate {
  to {
    transform: rotate(360deg); } }

.dropdown .dropdown-menu {
    border-radius: 0 0 5px 5px;
    margin: 0; }

.dropdown .dropdown-toggle {
    padding: 0;
    border: none; }

.ui.selection.dropdown.dropdown--fx,
.dropdown--fx {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    max-height: 48px;
    padding-right: 10px;
    letter-spacing: normal;
    border-radius: 5px;
    border: 2px solid #d1d1d1; }
.ui.selection.dropdown.dropdown--fx .dropdown__text,
.dropdown--fx .dropdown__text {
    font-size: 14px;
    color: #354657;
    text-transform: capitalize; }
.ui.selection.dropdown.dropdown--fx .dropdown__text.default,
.dropdown--fx .dropdown__text.default {
      color: #84909b !important;
    font-size: 14px;
    line-height: 24px; }
.ui.selection.dropdown.dropdown--fx .dropdown__menu,
.dropdown--fx .dropdown__menu {
    flex-direction: column; }
.ui.selection.dropdown.dropdown--fx .dropdown__menu.menu,
.dropdown--fx .dropdown__menu.menu {
    max-height: 12.9rem; }
.ui.selection.dropdown.dropdown--fx .dropdown__menu-item,
.dropdown--fx .dropdown__menu-item {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    min-height: 48px; }
.ui.selection.dropdown.dropdown--fx .dropdown__menu-item.active,
.dropdown--fx .dropdown__menu-item.active {
    background-color: #f4f8fd; }
.ui.selection.dropdown.dropdown--fx .dropdown__menu-item:hover,
.dropdown--fx .dropdown__menu-item:hover {
    background-color: #f4f8fd; }
.ui.selection.dropdown.dropdown--fx .dropdown__icon,
.dropdown--fx .dropdown__icon {
    padding: 0 !important;
    transform: all 0.3s ease-in-out;
    transform: rotate(0deg); }
.ui.selection.dropdown.dropdown--fx .dropdown__icon, .ui.selection.dropdown.dropdown--fx .dropdown__icon::before,
.dropdown--fx .dropdown__icon,
.dropdown--fx .dropdown__icon::before {
    width: 24px;
    height: 24px; }
.ui.selection.dropdown.dropdown--fx .dropdown__icon--active,
.dropdown--fx .dropdown__icon--active {
    transform: rotate(180deg); }
.ui.selection.dropdown.dropdown--fx .dropdown__active-tick,
.dropdown--fx .dropdown__active-tick {
    position: absolute;
    right: 10px;
    top: 8px; }
.ui.selection.dropdown.dropdown--fx .dropdown__added-msg,
.dropdown--fx .dropdown__added-msg {
    font-size: 10px;
    text-align: right; }
.ui.selection.dropdown.dropdown--fx.active:hover,
.ui.selection.dropdown.dropdown--fx.active .menu,
.dropdown--fx.active:hover,
.dropdown--fx.active .menu {
    border-color: #d1d1d1 !important; }

.ui.dropdown.dropdown--fx.dropdown--filter-dt {
    display: none !important;
    box-shadow: none;
    border: 2px solid #d1d1d1; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt:hover {
    box-shadow: none; }
@media screen and (min-width: 768px) {
    .ui.dropdown.dropdown--fx.dropdown--filter-dt {
        margin-left: 20px;
        display: flex !important;
        min-width: 175px !important;
        max-width: 175px; } }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu {
    min-width: 210px;
    box-shadow: 0 2px 15px 0 rgba(51, 51, 51, 0.2) !important;
    top: 55px;
    left: auto;
    right: -2px;
    min-height: 290px !important; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #354657; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-item.active {
    background-color: #f5eef7;
    color: #a25eb5;
    font-weight: 500; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-item.filtered {
    background-color: #f5eef7;
    color: #a25eb5;
    font-weight: 500; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-item--header {
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    background-color: #ffffff !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    cursor: default;
    border-bottom: 1px solid #eeeeee;
    padding: 4px 15px !important; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-item--header.active, .ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-item--header:hover {
    background-color: #ffffff !important; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-status {
    color: #84909b; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__menu-clear {
    font-weight: 500; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 115px;
    margin-left: 5px; }
.ui.dropdown.dropdown--fx.dropdown--filter-dt .dropdown__item-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    font-size: 16px;
    line-height: 24px; }

.ui.dropdown.dropdown--fx.dropdown--highlight-active .dropdown__menu-item {
  padding: 12px 24px !important;
  margin-bottom: 0;
  cursor: default; }
  .ui.dropdown.dropdown--fx.dropdown--highlight-active .dropdown__menu-item:first-of-type {
    padding-top: 24px !important; }
  .ui.dropdown.dropdown--fx.dropdown--highlight-active .dropdown__menu-item:last-of-type {
    padding-bottom: 24px !important; }
  .ui.dropdown.dropdown--fx.dropdown--highlight-active .dropdown__menu-item.selected, .ui.dropdown.dropdown--fx.dropdown--highlight-active .dropdown__menu-item:hover {
    background-color: #ffffff; }

.ui.dropdown.selection.dropdown--inline {
    display: inline-flex !important; }

.ui.dropdown.selection.dropdown--small {
    min-width: 100px !important;
    max-width: auto; }
.ui.dropdown.dropdown--fx.dropdown--lozenge {
    border: 1px solid #d1d1d1 !important;
    min-width: 76px;
    padding-left: 15px !important;
    min-height: auto;
    max-height: 40px;
    border-radius: 20px; }
.ui.dropdown.dropdown--fx.dropdown--lozenge[dir='rtl'],
[dir='rtl'] .ui.dropdown.dropdown--fx.dropdown--lozenge {
    padding-left: 10px !important;
    padding-right: 15px !important; }
.ui.dropdown.dropdown--fx.dropdown--lozenge .dropdown__menu.menu {
    box-shadow: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-color: #d1d1d1 !important; }
.ui.dropdown.dropdown--fx.dropdown--lozenge .dropdown__menu-item {
    min-height: 32px;
    padding: 0 14px !important; }
.ui.dropdown.dropdown--fx.dropdown--lozenge .dropdown__menu-item:hover {
    background-color: #f9f9f9 !important; }
.ui.dropdown.dropdown--fx.dropdown--lozenge .dropdown__menu-item.active {
    background-color: #eeeeee !important; }
.ui.dropdown.dropdown--fx.dropdown--lozenge.upward {
    border-radius: 20px !important; }
.ui.dropdown.dropdown--fx.dropdown--lozenge.upward .dropdown__menu.menu {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.ui.dropdown.dropdown--fx.dropdown--lozenge.upward.active {
    border-radius: 0 0 20px 20px !important; }

.ui.dropdown.dropdown--fx.dropdown--lozenge.dropdown--short {
    min-height: auto;
    max-height: 32px;
    border-radius: 16px;
    min-width: 88px; }

.ui.dropdown.dropdown--fx {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1.21428571em;
    padding: 0.58035714em 10px 0.58035714em 10px;
    min-height: 50px;
    background: #ffffff;
    display: flex;
    border: 1px solid #bec4c9 !important; }

.ui.dropdown--fx .dropdown__menu.menu,
.dropdown--fx .dropdown__menu.menu {
    max-height: 12.9rem; }

.ui.dropdown.dropdown--fx .menu {
    width: 100%;
    border-radius: 0px 0px 0.25rem 0.25rem; }

.ui.dropdown--fx .dropdown__menu,
.dropdown--fx .dropdown__menu {
    flex-direction: column;
    border-color: #eeeeee !important; }

.ui.dropdown--fx.dropdown .menu {
    min-width: calc(100% + 2px);
    margin: 0;
    left: -1px; }

.ui.search.dropdown.dropdown--fx > input.search {
    border-radius: 0.25rem; }

.ui.selection.dropdown__text,
.dropdown__text {
    font-size: 16px;
    color: #354657 !important;
    font-weight: 500; }

.ui.selection.dropdown__menu,
.dropdown__menu {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.2); }

.ui.selection.dropdown__icon,
.dropdown__icon {
    padding: 0 !important; }

.dropdown--lang {
    border: none; }
.dropdown--lang .dropdown-toggle {
    font-family: "rawline", sans-serif;
    width: auto;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    height: 100%;
    background: transparent; }
.dropdown--lang .dropdown-toggle::after {
    border: none;
    width: 15px;
    height: 15px;
    background: url("/skins/skins01/images/arrow-up.svg") center center no-repeat transparent;
    background-size: 15px;
    position: relative;
    top: 5px;
    right: -5px; }
.dropdown--lang .dropdown-menu {
    background: #bd8bca;
    border: none;
    box-shadow: none; }
.dropdown--lang .dropdown-item {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "rawline", sans-serif; }
.dropdown--lang .dropdown-item:hover {
    background-color: transparent;
    text-decoration: underline; }
.dropdown--lang .dropdown-item--child {
    font-size: 14px;
    padding-left: 45px; }
.dropdown--lang .dropdown-body {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap; }
.dropdown--lang .dropdown-footer {
    border-top: 1px solid #ffffff;
    padding-top: 0;
    padding-bottom: 5px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
    width: auto; }
.dropdown--lang .dropdown-footer .dropdown-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
.dropdown--lang .dropdown-footer .dropdown-item:hover {
    color: #a25eb5;
    text-decoration: underline !important; }
.dropdown--lang .dropdown-footer .dropdown-item span {
    margin-right: 10px; }
.dropdown--lang.show .dropdown-toggle::after {
    background: url("/skins/skins01/images/arrow-down.svg") center center no-repeat transparent;
    background-size: 15px; }

.dropdown--lang-white .dropdown-toggle {
    background-color: transparent;
    color: #354657 !important;
    text-transform: none;
    font-weight: 700;
    width: auto;
    margin: 0;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 30px;
    border-radius: 0;
    min-width: auto;
    background: url("/images/icons/arrow-down-brand.svg") center right no-repeat transparent;
    background-size: 24px; }
@media screen and (min-width: 1024px) {
    .dropdown--lang-white .dropdown-toggle {
        margin-top: -4px; } }
.dropdown--lang-white .dropdown-toggle:hover, .dropdown--lang-white .dropdown-toggle:focus, .dropdown--lang-white .dropdown-toggle:active {
    outline: none;
    cursor: pointer; }
.dropdown--lang-white .dropdown-toggle.active .dropdown-toggle {
    background-image: url("/images/icons/arrow-up-brand.svg"); }

.dropdown--lang-white .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }

.dropdown--lang-white .dropdown-item {
    color: #354657; }
.dropdown--lang-white .dropdown-item.active {
    color: #a25eb5;
    background-color: transparent;
    font-weight: 800; }

.dropdown--lang-white .dropdown-footer {
    border-top: 1px solid #eeeeee; }
.dropdown--lang-white .dropdown-footer .dropdown-item {
    padding-left: 0; }

.dropdown--lang-purple .dropdown-toggle {
    padding-left: 0;
    border: none;
    color: #ffffff !important;
    min-width: auto;
    padding: 0 30px 0 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent !important;
    background: url("/images/icons/arrow-down-white.svg") right center no-repeat transparent;
    background-size: 15px; }
.dropdown--lang-purple .dropdown-toggle span {
    position: relative;
    top: 1px; }
.dropdown--lang-purple .dropdown-toggle:hover, .dropdown--lang-purple .dropdown-toggle:focus, .dropdown--lang-purple .dropdown-toggle:active {
    outline: none;
    cursor: pointer; }
.dropdown--lang-purple .dropdown-toggle.active .dropdown-toggle {
    background-image: url("/images/icons/arrow-up-white.svg"); }

.dropdown--lang-enroll .dropdown-toggle {
    color: #ffffff !important;
    font-size: 14px;
    background-image: url("/images/icons/arrow-down-brand.svg");
    background-size: 25px; }
.dropdown--lang-enroll .dropdown-toggle.active .dropdown-toggle {
    background-image: url("/images/icons/arrow-up-brand.svg"); }

.dropdown--lang-large .dropdown-toggle {
    background-image: url("/images/icons/arrow-down-brand.svg");
    background-size: 25px;
    font-size: 14px !important; }
.dropdown--lang-large .dropdown-toggle.active .dropdown-toggle {
    background-image: url("/images/icons/arrow-up-brand.svg"); }

.dropdown--white-invert .dropdown-toggle {
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("/images/icons/arrow-down-brand.svg");
    background-size: 25px;
    background-position: calc(100% - 5px) center;
    background-color: #ffffff;
    color: #354657 !important;
    border-radius: 4px;
    margin-bottom: 0 !important;
    text-transform: none;
    font-weight: 700;
    padding: 10px 38px 10px 12px; }
.dropdown--white-invert .dropdown-toggle.active .dropdown-toggle {
    background-image: url("/images/icons/arrow-up-brand.svg"); }

.dropdown[dir='rtl'].dropdown--lang .dropdown-body,
[dir='rtl'] .dropdown.dropdown--lang .dropdown-body {
    text-align: right; }

.dropdown[dir='rtl'].dropdown--lang .dropdown-footer .dropdown-item,
[dir='rtl'] .dropdown.dropdown--lang .dropdown-footer .dropdown-item {
    flex-direction: row-reverse; }

.dropdown.dropdown--lang .dropdown-item {
    width: 100%;
    padding: 0.25rem 1.5rem;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
.dropdown.dropdown--lang .dropdown-item:hover {
    text-decoration: none; }

.dropdown.dropdown--lang .dropdown-item--child {
    font-size: 14px !important;
    padding-left: 45px !important; }
.dropdown.dropdown--lang .dropdown-item--child:hover {
    color: #a25eb5;
    text-decoration: underline; }

.dropdown.dropdown--lang-white .dropdown-item.active {
    color: #a25eb5 !important;
    background-color: transparent;
    font-weight: 800 !important; }
.dropdown.dropdown--lang-white .dropdown-item.active:hover {
    text-decoration: none; }

.ui.bottom.left.pointing.dropdown > .menu {
    border: none;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }

.ui.bottom.pointing.dropdown > .menu:after,
.ui.bottom.left.pointing.dropdown > .menu:after {
    display: none;
    content: ''; }

.dropdown--lang-white .dropdown-toggle::after {
    background: url("/skins/skin01/images/arrow-down.svg") center center no-repeat transparent;
    background-size: 15px; }

.dropdown--lang .dropdown-toggle::after {
    border: none;
    width: 15px;
    height: 15px;
    background: url("/skins/skin01/images/arrow-up.svg") center center no-repeat transparent;
    background-size: 15px;
    position: relative;
    top: 5px;
    right: -5px; }

.footer__language-dropdown.ui.icon.button.active .icon--arrow-up {
    display: none; }

.footer__language-dropdown.ui.icon.button.active .icon--arrow-down {
    display: block; }

.ui.bottom.pointing.dropdown > .menu {
    margin-bottom: 20px; }
@media (max-width: 500px) {
    .ui.bottom.pointing.dropdown > .menu {
        left: auto;
        right: 0; } }

.dropdown.dropdown--lang .footer__language-dropdown-toggle.dropdown-toggle.ui.button::after {
    content: '';
    border: none;
    width: 15px;
    height: 15px;
    background: url("/skins/skin01/images/arrow-up.svg") center center no-repeat transparent;
    background-size: 15px;
    position: relative;
    top: 5px;
    right: -5px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    background: url("/skins/skin01/images/arrow-down.svg") center center no-repeat transparent;
    background-size: 15px; }

.dropdown.dropdown--lang.dropdown--lang-white .footer__language-dropdown-toggle.dropdown-toggle::after {
    background: url("/skins/skin01/images/arrow-down.svg") center center no-repeat transparent;
    background-size: 15px; }

.dropdown.dropdown--lang.dropdown--lang-white .footer__language-dropdown.active .footer__language-dropdown-toggle.dropdown-toggle::after {
    background: url("/skins/skin01/images/arrow-up.svg") center center no-repeat transparent;
    background-size: 15px; }

.dropdown.dropdown--lang.dropdown--lang-purple .footer__language-dropdown .footer__language-dropdown-toggle.dropdown-toggle::after {
    background: url("/skins/skin01/images/arrow-down-white.svg") center center no-repeat transparent;
    background-size: 15px; }

.dropdown.dropdown--lang.dropdown--lang-purple .footer__language-dropdown.active .footer__language-dropdown-toggle.dropdown-toggle::after {
    background: url("/skins/skin01/images/arrow-up-white.svg") center center no-repeat transparent;
    background-size: 15px; }

.dropdown.dropdown--lang .dropdown-toggle.footer__language-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important; }
.dropdown.dropdown--lang .dropdown-toggle.footer__language-dropdown-toggle [class*='icon--'] {
    top: 0; }
.dropdown.dropdown--lang .dropdown-toggle.footer__language-dropdown-toggle .icon--arrow-down {
    display: none; }

.ui.dropdown.selection.dropdown--tight {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  max-height: 48px;
  min-height: 36px;
  min-width: auto;
  letter-spacing: normal;
  border-radius: 5px;
  border-color: #bec4c9;
  font-family: "rawline", sans-serif;
  padding: 6px 12px 6px 16px; }
  .ui.dropdown.selection.dropdown--tight .dropdown__menu {
    max-width: 250px;
    width: max-content;
    top: calc(100% + 3px);
    border-radius: 5px;
    border: 1px solid #adcdf1 !important; }
  .ui.dropdown.selection.dropdown--tight .dropdown__text,
  .ui.dropdown.selection.dropdown--tight .dropdown__menu-item {
    line-height: 22px;
    color: #354657; }
  .ui.dropdown.selection.dropdown--tight .dropdown__icon {
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
    margin-left: 12px; }
    .ui.dropdown.selection.dropdown--tight .dropdown__icon, .ui.dropdown.selection.dropdown--tight .dropdown__icon::before {
      width: 13px;
      height: 13px; }
  .ui.dropdown.selection.dropdown--tight.upward .dropdown__menu {
    bottom: calc(100% + 3px);
    top: auto; }
  .ui.dropdown.selection.dropdown--tight.active {
    border-radius: 5px !important; }
    .ui.dropdown.selection.dropdown--tight.active .dropdown__icon {
      transform: rotate(180deg); }
