/* Custom Elastislide Styling */
:root {
  /* Screen Sizes */
  /* Small devices - Smartphones */
  --small-width: 576px;
  /* Medium devices Tablets */
  --medium-width: 768px;
  /* Large devices Laptops */
  --large-width: 992px;
  /* Extra large devices - Desktops */
  --extra-large-width: 1200px;


  /* Miscellaneous */
  --btn-margin-bottom: 16px;
}



.demo-1 .elastislide-horizontal {
	padding: 10px 37px;
	border-radius: 10px/90px;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.1),
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset -10px 0 10px 1px rgba(155, 155, 155, 0.1),
		inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-1 .elastislide-wrapper:before,
.demo-1 .elastislide-wrapper:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.demo-1 .elastislide-wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.demo-2 .elastislide-vertical {
	max-width: 170px;
	padding: 37px 10px;
	border-radius: 90px/10px;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.1),
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1),
		inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

.demo-2 .elastislide-vertical:before {
	top: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	content: " ";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	border-radius: 20px/160px;
}

.demo-2 .elastislide-vertical:after {
	content: " ";
	position: absolute;
	z-index: -2;
}

.demo-3 .elastislide-horizontal {
	background-color: #000;
	padding: 30px 60px;
}

.no-touch .demo-3 .elastislide-horizontal {
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.no-touch .demo-3 .elastislide-horizontal:hover {
	opacity: 1;
}

.demo-3 .elastislide-wrapper nav span {
	background-color: #000;
}

.demo-3 .elastislide-carousel ul li a{
	padding: 0 10px;
}

.demo-3 .elastislide-carousel ul li a img {
	border-radius: 10px;
	border: none;
}

.demo-4 .elastislide-horizontal {
	background-color: transparent;
	border-radius: 20px 20px 0 0;
}

.demo-3 .elastislide-horizontal.elastislide-loading,
.demo-4 .elastislide-horizontal.elastislide-loading {
	background-image: url(../images/loading_dark.gif);
}

.demo-4 .elastislide-carousel ul li a{
	padding: 2px;
}

.demo-4 .elastislide-carousel ul li a img {
	border-radius: 10px;
	border: none;
	box-shadow: 0 1px 2px #000;
}

.demo-4 .elastislide-wrapper nav span {
	background-color: #666;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.demo-4 .image-preview img {
	border-radius: 0 0 20px 20px;
	max-width: 100%;
	display: block;
}

.demo-4 .elastislide-carousel ul li.current-img a img {
	box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);
}

@media screen and (max-width: 460px) {
	.demo-3 .elastislide-horizontal {
		padding: 10px 40px;
	}
}


@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --form-padding: 16px;
  --form-padding-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  :root {
    --form-padding: 32px;
    --form-padding-bottom: 24px ;
  }
}
.bb-title {
  display: block;
  font-family: "Roboto";
  color: #28272B;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-wrap: break-word;
}

.bb-subtitle,
.side-nav a {
  display: block;
  font-family: "Roboto";
  color: #28272B;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-wrap: break-word;
}

.bb-smallest-text {
  display: block;
  font-family: "Roboto";
  color: #28272B;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-wrap: break-word;
}

.bb-smallest-link {
  display: block;
  font-family: "Roboto";
  color: #28272B;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-wrap: break-word;
}

.bb-warning-quote {
  display: block;
  font-family: "Roboto";
  color: #28272B;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-wrap: break-word;
}

.bb-label-extra-bold, .bb-label-bold, .bb-label-medium {
  display: block;
  font-family: "Roboto";
  color: #28272B;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-wrap: break-word;
}

.bb-description-extra-bold, .bb-description-bold, .bb-description-medium, .bb-description-medium-italic {
  display: block;
  font-family: "Roboto";
  color: #28272B;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  overflow-wrap: break-word;
}

.bb-title {
  font-weight: 700;
  line-height: 120%;
}
.bb-subtitle,
.side-nav a {
  font-weight: 700;
}
.bb-label-extra-bold {
  font-weight: 800;
}
.bb-label-bold {
  font-weight: 700;
}
.bb-label-medium {
  font-weight: 500;
}
.bb-description-extra-bold {
  font-weight: 800;
}
.bb-description-bold {
  font-weight: 700;
}
.bb-description-medium {
  font-weight: 500;
}
.bb-description-medium-italic {
  font-weight: 500;
  font-style: italic;
}
.bb-smallest-text {
  font-weight: 600;
}
.bb-smallest-link {
  font-weight: 600;
  text-decoration: underline;
}
.bb-warning-quote {
  font-weight: 600;
}

.bb-title {
  font-size: 20px;
}
.bb-subtitle,
.side-nav a {
  font-size: 16px;
}
.bb-smallest-text {
  font-size: 10px;
}

.bb-label-extra-bold {
  font-size: 14px;
}

.bb-label-bold {
  font-size: 14px;
}

.bb-label-medium {
  font-size: 14px;
}

.bb-description-extra-bold {
  font-size: 12px;
}

.bb-description-bold {
  font-size: 12px;
}

.bb-description-medium {
  font-size: 12px;
}

.bb-description-medium-italic {
  font-size: 12px;
}

@media only screen and (min-width: 576px) {
  .bb-title {
    font-size: 28px;
  }
  .bb-subtitle,
.side-nav a {
    font-size: 24px;
  }
  .bb-smallest-text {
    font-size: 14px;
  }
  .bb-smallest-link {
    font-size: 14px;
  }
  .bb-warning-quote {
    font-size: 14px;
  }
  .bb-label-extra-bold {
    font-size: 18px;
  }
  .bb-label-bold {
    font-size: 18px;
  }
  .bb-label-medium {
    font-size: 18px;
  }
  .bb-description-extra-bold {
    font-size: 16px;
  }
  .bb-description-bold {
    font-size: 16px;
  }
  .bb-description-medium {
    font-size: 16px;
  }
  .bb-description-medium-italic {
    font-size: 16px;
  }
}
:root {
  --form-padding: 16px;
  --form-padding-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  :root {
    --form-padding: 32px;
    --form-padding-bottom: 24px ;
  }
}
.Sidebar-outer {
  box-sizing: border-box;
}
.Sidebar-outer .btnOpenSidebar,
.Sidebar-outer .btnCloseSidebar {
  border: none;
  padding: 4px;
  background: transparent;
}

.Sidebar {
  z-index: 10;
  transition: 0.3s;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 203px;
  height: 100%;
  padding: 12px 8px 16px 8px;
  transform: translateX(0%);
  background-color: #28272B;
}
.Sidebar-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: var(--btn-margin-bottom);
}
.Sidebar-footer {
  width: 100%;
  margin-top: auto;
}
.Sidebar-footer .btnLogout {
  justify-content: flex-end;
}
.Sidebar-footer .btnLogout h2 {
  font-size: 14px;
  color: #7F8286;
}
.Sidebar-footer .btnLogout:hover h2 {
  color: #BFBFBF;
}
.Sidebar-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Sidebar_closed {
  transform: translateX(-110%);
}

@media only screen and (min-width: 576px) {
  .Sidebar {
    width: 294px;
  }
}
.Sidebar,
#side-menu {
	display: flex;
	flex-direction: column;
	padding: 12px 8px 16px 8px;
	background-color: #ffffff;
	opacity: 1;
	box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
	border-right: 1px solid #cccccc;
}
.Sidebar .Sidebar-header,
#side-menu .Sidebar-header {
  justify-content: center;
}
.Sidebar .Sidebar-header button img,
#side-menu .Sidebar-header button img {
  height: 32px;
}
.Sidebar .Sidebar-header .btnCloseSidebar .icMenu,
#side-menu .Sidebar-header .btnCloseSidebar .icMenu {
  display: block;
}
.Sidebar .Sidebar-header .btnCloseSidebar .icClose,
#side-menu .Sidebar-header .btnCloseSidebar .icClose {
  display: none;
}
.Sidebar .Sidebar-footer,
#side-menu .Sidebar-footer {
  margin-top: auto;
}
.Sidebar .menu-option,
#side-menu .menu-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--btn-margin-bottom);
}
.Sidebar .menu-option img,
#side-menu .menu-option img {
  height: 32px;
}
	.Sidebar .menu-option .menuIcon,
	#side-menu .menu-option .menuIcon {
		margin: 0;
	}
.menuIcon {
	filter: brightness(0%) saturate(100%) opacity(75%);
}
.Sidebar .menu-option .bb-subtitle,
.Sidebar .menu-option .side-nav a,
.side-nav .Sidebar .menu-option a,
#side-menu .menu-option .bb-subtitle,
#side-menu .menu-option .side-nav a,
.side-nav #side-menu .menu-option a {
  transition: 0.14s;
}
.Sidebar .menu-option.btnLogout, .Sidebar .menu-option.btnLogout label,
#side-menu .menu-option.btnLogout,
#side-menu .menu-option.btnLogout label {
  transition: 0.14s;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
}
.Sidebar .menu-option.btnLogout,
#side-menu .menu-option.btnLogout {
  justify-content: flex-end;
}
.Sidebar .menu-option.btnLogout label,
#side-menu .menu-option.btnLogout label {
  color: #7F8286;
}
.Sidebar .menu-option.btnLogout label:hover,
#side-menu .menu-option.btnLogout label:hover {
  color: default;
}
.Sidebar .menu-option.btnLogout .logout-img,
#side-menu .menu-option.btnLogout .logout-img {
  margin-left: 16px;
}
.Sidebar .menu-option.btnLogout img,
#side-menu .menu-option.btnLogout img {
  transition: 0.14s;
}
.Sidebar .menu-option.btnLogout:hover label,
#side-menu .menu-option.btnLogout:hover label {
  color: #BFBFBF;
}
.Sidebar .menu-option.btnLogout:hover img,
#side-menu .menu-option.btnLogout:hover img {
  filter: brightness(150.5%);
}



.Sidebar .menu-option.active-menuitem,
#side-menu .menu-option.active-menuitem {
  position: relative;

  background-color: transparent;
  box-shadow: none;
}
.Sidebar .menu-option.active-menuitem:before,
#side-menu .menu-option.active-menuitem:before {

  display: block;
  margin-left: -4px;
  position: absolute;
  content: ' ';

  width: calc(100% + 6px);
  height: calc(100% + 8px);

  border-radius: 8px;
  border-left: none;
  border: 1px solid #4481eb;
}


.Sidebar .menu-option:hover,
#side-menu .menu-option:hover {
  box-shadow: none;
}
.Sidebar .menu-option:hover a,
#side-menu .menu-option:hover a,
.Sidebar .menu-option.active-menuitem a,
#side-menu .menu-option.active-menuitem a {
  color: #4481eb;
}
	.Sidebar .menu-option:hover img,
	#side-menu .menu-option:hover img,
	.Sidebar .menu-option.active-menuitem img,
	#side-menu .menu-option.active-menuitem img {
		filter: invert(60%) sepia(83%) saturate(1000%) hue-rotate(180deg) brightness(95%) contrast(94%);
	}



.Sidebar .btnCloseSidebar,
#side-menu .btnCloseSidebar {
  background-color: transparent;
  border: none;
  padding: 0;
}
.Sidebar .btnCloseSidebar:focus,
#side-menu .btnCloseSidebar:focus {
  box-shadow: none;
}
.Sidebar.open .Sidebar-header,
#side-menu.open .Sidebar-header {
  justify-content: flex-end;
}
.Sidebar.open .Sidebar-header .btnCloseSidebar .icMenu,
#side-menu.open .Sidebar-header .btnCloseSidebar .icMenu {
  display: none;
}
.Sidebar.open .Sidebar-header .btnCloseSidebar .icClose,
#side-menu.open .Sidebar-header .btnCloseSidebar .icClose {
  display: block;
}
.Sidebar.open .menu-option,
#side-menu.open .menu-option {
  padding: 0 4px 0 8px;
}


.Sidebar.open .menu-option.active-menuitem:before,
#side-menu.open .menu-option.active-menuitem:before {

  margin-left: -10px;
}


@media only screen and (min-width: 576px) {
  .Sidebar.open .menu-option,
  #side-menu.open .menu-option {
    padding: 8px;
    padding-right: 4px;
  }
}

