@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Open Sans Thin';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Medium';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.text-bold, b {
	font-family: 'Open Sans Bold';
}
/*--------------------------- HEADER ----------------------------*/
/*---- Top Header -----*/
/*.header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1em;
}
@media screen and (min-width: 1320px) {
  .header-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
  }
}*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px #c3c5c8;
}
.sticky + .content {
  padding-top: 60px;
}
header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px #c3c5c8;
  z-index: 99999;
}
/*------ Logo ------- */
.logo-divider {
  font-family: 'Open Sans Thin';
  color: #757679;
}
.logo img {
  margin-top: -8px;
}
a.club_link {
  display: inline-block !important;
  font-family: 'Open Sans Medium';
  font-size: 16px;
}
/*----- Nav ------ */
a {
  color: #646569;
  text-decoration: none;
}
a:hover {
  color: #FF8300;
}
.menu, .submenu {
  list-style-type: none;
}
.item {
  font-family: 'Open Sans Medium';
  color: #646569;
  font-size: 14px;
}
.item.button {
  padding: 9px 5px;
}
.item:not(.button) a:hover, .item a:hover::after {
  color: #FF8300;
}
/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#menu-icon img {
  width: 25px;
}
.post-login #menu-icon img {
  margin-left: -10px;
  margin-top: 5px;
}
.post-login .menu li.logo a {
  margin-bottom: -10px;
}
li.language-nav > a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px -5px 0;
  background-image: url("../images/icons/icon_globe.svg");
  background-repeat: no-repeat;
}
header .item a.nav-icon {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 0 !important;
  position: relative;
}
header .item a.nav-icon i.icon_bell {
  margin-left: 20px !important;
}
header .item a.nav-icon span {
  position: absolute;
  background: #ff8300;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  top: 12px;
  left: 17px;
  font-family: 'Open Sans Bold';
  font-size: 13px;
}
header .item a.nav-icon span.cart-no {
  position: absolute;
  background: #ff8300;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  top: 12px;
  left: 9px;
}
/*header .item a.nav-icon i {
  margin-left: 10px !important;
  width: 25px;
  margin-top: -2px;
}*/



/*---- LANGUAGE MODAL -----*/
.modal {
	z-index: 9999999999 !important;
}
/*.modal-close-btn {
    right: 2rem;
    border: 0;
	top: 25px;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 50% !important;
    background-color: #fff;
    background-size: 30px;
    background-image: url("../images/close_menu.svg");
    background-position: 52%;
    background-repeat: no-repeat;
    transform: rotate(
-45deg
);
    -webkit-transform: rotate(
180deg
);
    -ms-transform: rotate(-45deg);
}
.modal-close-btn:hover {
    border-radius: 50%;
}*/

.modal-content {
	padding: 1em 1em 0 1em;
}

ul.language-list {
	padding-left: 0;
}

.language-list li {
	list-style-type: none;
	margin-top: 1em;
}

.language-name {
	color: #c3c5c8;
}

/*.modal-lg {
	width: 100% !important;
	max-width: 90%;
	margin: 0 auto;
}*/

@media screen and (max-width: 961px) {
	.modal {
		width: 100%;
		margin: 0;
	}
	
	.modal.show .modal-dialog {
		top: 0 !important;
	}
	
	.modal-lg {
		width: 100% !important;
		max-width: 100%;
	}
	
	.modal-close-btn {
		top: auto;
		right: 1rem;
	}
	
	.modal-content {
		margin-bottom: 1em !important;
	}
	
	
}

@media screen and (max-width: 961px) {
  header {
    width: 100% !important;
  }
  .has-submenu > a::after {
    margin-right: 0.5em;
  }
  header .item a.nav-icon {
    line-height: 15px !important;
  }
  header .item a.nav-icon i.icon_bell {
    margin: 0 1rem !important;
  }
  /*header .item a.nav-icon i {
    margin: 0 1rem !important;
    width: 25px;
  }*/
  header .item a.nav-icon span {
    line-height: 20px;
    position: absolute;
    right: 0.8rem;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    top: 14px;
    left: auto;
  }
  header .item a.nav-icon span.cart-no {
    font-size: 12px;
    top: auto;
    left: auto;
    right: 0.8rem;
  }
}
@media all and (min-width: 1080px) {
  /*.post-login .menu li:not(.logo) a {
    display: block;
    padding: 20px 5px 10px;
    margin: 0 10px;
    outline: none;
    transition: .3s;
  }*/
	
}
@media all and (min-width: 961px) and (max-width: 1080px) {
  .post-login .menu li:not(.logo) a {
    display: block;
    padding: 20px 0 10px 2px;
    margin: 0 10px;
    outline: none;
    transition: .3s;
  }
	/*.post-login .menu li:not(.logo) a:not(.nav-icon) {
    display: block;
    padding: 22px 0 10px 2px;
    margin: 0 10px;
    outline: none;
    transition: .3s;
  }*/
	
	li.logo {
		margin-top:2px;
	}
	
  .post-login .has-submenu > a::after {
    margin-left: 5px;
  }
	
  
}
@media all and (min-width: 961px) {
  .pre-login .menu li:not(.logo) a {
    display: block;
    padding: 20px 15px 10px;
    margin: 0 10px;
    outline: none;
    transition: .3s;
  }
  .menu li.logo a {
    display: block;
    padding: 20px 0 15px;
    outline: none;
  }
}
.menu li.subitem a {
  padding: 15px;
}
.toggle {
  order: 1;
  font-size: 20px;
  position: relative;
  right: 10px;
}
.item.button {
  order: 2;
}
.item {
  order: 3;
  width: 100%;
  text-align: left;
  display: none;
}

@media screen and (min-width: 961px) {
	.item.has-submenu {
		margin-right: 10px !important;
	}
}

.active .item {
  display: block;
}
.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 #D9D8D5;
}
/* Submenu up from mobile screens */
.submenu {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.submenu-active .submenu {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.has-submenu i {
  font-size: 12px;
}
/*.has-submenu > a::after {
  position: absolute;
  content: '';
  background-image: url("../images/d-arrow-active.svg");
  height: 15px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
	margin-right: 15px;
  margin-top: 3px;
  transition: .3s all;
}*/
.pre-login .has-submenu > a::after {
  width: 12px;
  margin-left: 10px;
}
.submenu-active > a::after {
  transform: rotate(180deg);
}
.subitem a {
  padding: 10px 15px;
}
.menu {
  /*justify-content: center;*/
}
/* Tablet menu */
@media all and (min-width: 700px) {
  /*  .logo {
    flex: 1;
  } */
  .item.button {
    width: auto;
    order: 1;
    display: block;
  }
  /* .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  } */
  /* Button up from tablet screen */
  .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }
}
/* Desktop menu */
@media all and (min-width: 961px) {
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }
  /*.logo {
    order: 0;
    flex: auto
  }*/
  .item {
    order: 1;
    display: block;
    width: auto;
    z-index: 1;
  }
  .button {
    order: 2;
  }
  div.inner-nav {
    margin: 0 auto !important;
    width: 100%;
  }
  .submenu-active .submenu {
    display: block;
    /*position: absolute;*/
    left: 0;
    top: 87%;
    /*z-index: -99;*/
    padding-top: 50px;
    text-align: left;
    background: #fff;
    padding-bottom: 50px;
    border-bottom: .5px solid #9b9b9e;
  }
  ul.submenu {
    width: 350px;
    margin: 0 auto;
  }
  .submenu-active .submenu li {
    width: 350px;
    margin: 0 auto;
    border-bottom: .5px solid #9b9b9e;
  }
  .submenu-active .submenu li:last-child {
    border-bottom: 0;
  }
  .submenu-active .submenu li a {
    padding-left: 0;
    margin-left: 0;
    font-size: 14px;
    font-family: 'Open Sans Medium';
  }
 /* .toggle {
    display: none;
  }*/
  .submenu-active {
    border-radius: 0;
  }
}
@media all and (max-width: 960px) {
  nav::-webkit-scrollbar {
    display: none;
  }
  .logo img {
    width: 150px;
    margin-top: -5px;
  }
  header {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 54px;
  }
 /* .header-container {
    padding: 0;
  }*/
  .bottom-header {
    position: relative;
    background: #fff;
    box-sizing: content-box;
  }
  /*.height-100 {
    min-height: 100vh;
    height: 100vh;
    overflow: scroll;
  }*/
  .pos-fixed {
    position: fixed;
    background: white;
    width: 100% !important;
  }
  /*.menu li.logo {
    padding-left: 1em;
  }*/
  .menu li:not(.logo) a {
    display: block;
    padding: 0 0 0 1em;
    margin: 0;
    outline: none;
  }
  .item a {
    padding: 10px 1rem !important;
    font-size: 16px !important;
    line-height: 35px !important;
    font-family: 'Open Sans Medium' !important;
    text-align: left !important;
  }
  ul:first-child li.item {
    border-top: 1px solid #d7d6d6;
  }
  ul.menu li:nth-last-child(2) ul li:last-child a {
    border-bottom: 1px solid #d7d6d6;
  }
  ul.submenu .subitem a {
    font-size: 14px !important;
  }
	/*.menu li.logo a {
    display: block;
    padding: 15px 0;
    outline: none;
  }
  .item {
    padding: 0;
    position: relative;
  }
  .has-submenu > a::after {
    position: absolute;
    top: auto !important;
    right: 10px;
    width: 15px !important;
    margin-top: 10px;
    margin-left: 5px;
  }
  .post-login .has-submenu > a::after {
    position: absolute;
    top: auto !important;
    right: 0;
    width: 15px !important;
    margin-top: 10px;
    margin-left: 5px;
  }*/
  .submenu-active .submenu {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 20px !important;
  }
  .pre-login .menu li:not(.subitem):nth-last-child(2) {
    margin-bottom: 50px !important;
    padding-bottom: 50px;
  }
}



@media all and (min-width: 961px) and (max-width: 1080px) {
	
	.post-login .menu li.logo a {
		font-size: 12px;
	}
	
	.item {
		font-size: 12px;
	  }
	
	header .item a.nav-icon i {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	header .item a.nav-icon span.cart-no {
		left: 0 !important;
	}
	
	.has-submenu > a:not(.nav-icon)::after {
		margin-top: 0px !important;
	}
	
}


/*------------------------ END OF HEADER --------------------------*/
/*-------- FOOTER -------*/
footer {
  background: #f4f5f7;
  padding: 3rem 3rem 0 3rem;
  color: #646569;
}
footer h5 {
  font-family: 'Open Sans Medium';
  font-size: 16px;
  color: #222;
  font-weight: 400;
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}
footer ul {
  padding-left: 0 !important;
}
footer ul li {
  font-size: 15px;
  margin-bottom: 10px;
  list-style: none;
  font-family: 'Open Sans Thin';
}
ul.legal-footer li {
  display: inline-block;
  margin: -1px 1.5em 0 0;
  font-size: 14px;
}
footer img {
  width: 250px;
  margin-bottom: 20px !important;
  max-width: 246px;
}
footer p.footer_logo_desc {
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  font-family: 'Open Sans Thin';
  text-align: left;
}
footer p.copyright {
  font-size: 14px;
  list-style: none;
  font-family: 'Open Sans Thin';
  text-align: right;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  footer {
    background: #f4f5f7;
    padding: 3rem 1rem 0 1rem;
  }
  ul.legal-footer li {
    display: block;
    margin-bottom: 10px;
  }
  footer p.copyright {
    font-size: 14px;
    list-style: none;
    font-family: 'Open Sans Thin';
    text-align: left;
    margin-top: 2em;
  }
}
/*----------- END OF FOOTER ------*/
/*--------------------- GENERAL -------------------*/

a.disabled {
  pointer-events: none;
  cursor: default;
}
.text-red {
  color: #FF5F4B;
}
.text-orange {
  color: #FF8300;
}
.text-white {
	color: #fff;
}
.text-green {
  color: #c8e379;
}

.text-grey {
  color: #E1E1E1;
}

.bg-blue {
  background-color: #064a76 !important;
}

.border-orange {
  border-top: 2px solid #FF8300;
  opacity: 1;
}
.bg-lightgrey {
  background-color: #f9f9f9;
}
/*----------------- Prelogin Home -----------------*/
.logo-subTitle span {
  font-family: 'Open Sans Bold';
}
/*------- Prelogin Login Form ------*/
.login-form.form {
  width: 350px;
}
.login-form.form .form-field {
  margin: 0;
}
.login-form.form .form-field label {
  height: auto !important;
  color: #fff;
  font-family: 'Open Sans Thin' !important;
}
.login-form.form .form-field input {
  margin: 0 0 1em 0;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
  color: #fff;
}
.login-form.form #loginRmbMe, .login-form.form #loginFgtPwd {
  font-size: 13px;
	margin-bottom: 0;
}
.login-form.form #loginFgtPwd {
  text-align: right;
}
.login-form.form #loginFgtPwd a {
  font-family: 'Open Sans Thin' !important;
  text-decoration: none;
  color: #fff;
	margin-bottom: 0;

}
.login-form.form .checkbox-container {
  padding-left: 24px;
}
/* Create a custom checkbox */
.login-form.form .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}
/* On mouse-over, add a grey background color */
.login-form.form .checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.5);
}
/* When the checkbox is checked, add a blue background */
.login-form.form .checkbox-container input:checked ~ .checkmark {
  background-color: #ff8300;
  border: 1px solid #ff8300;
}
/* Style the checkmark/indicator */
.login-form.form .checkbox-container .checkmark:after {
  left: 4px;
  top: -1px;
  width: 8px;
  height: 14px;
  border: 1px solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login-form.form .checkbox-container:hover input[type='checkbox'].disabled ~ .checkmark.disabled {
  background-color: rgba(100, 101, 105, 0.5) !important;
  pointer: none;
}
.login_links, .reg_links p {
  width: 350px;
  font-size: 14px;
  font-family: 'Open Sans Thin';
  color: #fff !important;
}
.login_links a, .reg_links a {
  font-size: 14px;
  font-family: 'Open Sans Thin';
  color: #fff;
  text-decoration: none;
}
.reg_links a {
  text-decoration: underline;
}
@media screen and (max-width: 570px) {
  .prelogin-masthead {
    left: 11vw;
  }
}
@media screen and (max-device-width: 570px) {
  .prelogin-masthead {
    left: 4vw;
  }
}
/*------------ Prelogin - Benefit ----------*/
.aruba-benefits {
  position: relative;
  color: #000 !important;
  background: #f6f6f7;
  /*background: url(//dc6bbphoqy5j3.cloudfront.net/skin-solutionfuse-instant-on/images/target-round-back.png),linear-gradient(164deg,rgba(246,103,1,1) 0%,rgba(153,50,84,1) 37%,rgba(117,29,117,1) 65%,rgba(102,21,125,1) 87%,rgba(92,15,139,1) 100%);
background-position: 430px -250px,0 0;
background-repeat: no-repeat;*/
}
.aruba-benefits h3, .aruba-benefits h5, .aruba-benefits p {
  color: #000 !important;
}
.aruba-benefits i {
  height: 60px !important;
}
.aruba-benefits h5 {
  margin: 1em 0;
}
.benefit-desc {
  padding: 1em;
  font-size: 1em;
}
.section-group {
  padding: 9rem 3rem 5em;
}
@media (max-width: 960px) {
  .section-group {
    padding: 3em;
  }
  .benefit-desc {
    padding: 0 1rem;
  }
  .aruba-benefits .row .col-md-7 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .benefit-desc {
    padding: 0;
  }
}
/*-------- Prelogin Home Reg Banner -------*/
.reg-banner.footer {
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.reg-banner img {
  position: absolute;
  top: -80px;
  right: 12vw;
  width: 350px !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .reg-banner img {
    position: absolute;
    top: -75px;
    right: 5vw !important;
  }
}
@media screen and (max-width: 768px) {
  .reg-banner {
    text-align: center;
  }
  .reg-banner img {
    position: relative;
    top: -50px;
    right: -40px;
    z-index: 0;
  }
  #aruba-prelogin section.footer {
    padding-bottom: 0;
  }
}
/*--------------- MASTHEAD -------------*/
.masthead-bg {
  margin-top: 60px;
  min-height: 300px;
  background: linear-gradient(90deg, rgba(92, 15, 139, 1) 0%, rgba(133, 38, 103, 1) 39%, rgba(159, 53, 79, 1) 66%, rgba(246, 103, 1, 1) 100%);
  /*background-image: url('../images/header-bg.png');
  	background-size: cover;*/
  position: relative;
  overflow: hidden;
}
.masthead-bg .masthead-img {
  width: 600px;
  position: absolute;
  right: 10%;
  top: -50%;
}
.masthead-bg .masthead-img img {
  width: 100%;
  position: absolute;
}
.masthead-bg .masthead-title h1 {
  font-family: 'Open Sans Thin' !important;
  font-weight: 100 !important;
  color: #fff !important;
  position: absolute;
  padding-top: 120px;
  padding-left: 0;
  z-index: 5;
  font-size: 3rem;
}
.masthead-bg .masthead-title h1.single {
  padding-top: 120px;
}
.masthead-bg .masthead-title h1.double {
  padding-top: 90px;
}
.masthead-bg .masthead-title h1 span {
  font-family: 'Open Sans Bold';
}
@media screen and (max-width: 1060px) {
  .masthead-bg .masthead-img {
    right: -5% !important;
  }
}
@media screen and (max-width: 991px) {
  .masthead-bg {
    margin-top: 54px !important;
  }
  .masthead-bg .container {
    max-width: 95% !important;
  }
}
@media screen and (max-width: 745px) {
  .masthead-bg .masthead-img {
    right: -20% !important;
    opacity: 0.2;
  }
}
@media screen and (max-width: 500px) {
  .masthead-bg .masthead-img {
    right: -30% !important;
    opacity: 0.2;
  }
}
/*---------- CONTENT --------------*/
.content-box {
  position: relative;
  padding: 4em 2rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0.5);
  z-index: 9999;
 /* min-height: calc(100vh - 590px);*/
}
@media screen and (max-device-width: 570px) {
  .content-box {
    padding: 2rem 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-box {
    padding: 2rem 1rem;
  }
}
.text-red {
  color: #FF5F4B;
}
.text-orange {
  color: #FF8300;
}

.text-purple {
	color: #490870;
}

.aruba-btn-center {
  width: 100%;
  text-align: center;
}
/*---------------- Prelogin Registration Page ------------ */
/*----------------- Prelogin Registration Form --------*/
input[type="submit"].main-btn {
	text-decoration: none;
	margin: 0.5em 0;
	background: #01A982;
}
.ml-1 {
  margin-left: 1rem;
}
h3.form-title {
  font-size: 16px;
  font-family: 'Open Sans Bold';
  margin-bottom: 0;
  padding: 0 1rem;
}
.form label {
  font-family: 'Open Sans Medium';
  font-size: 14px;
  width: 100%;
  line-height: 1.2em;
  min-height: 35px;
  display: block;
}
.form .form-field {
  margin: 1.5rem 1rem;
}
.field-disabled {
  color: rgba(100, 101, 105, 0.5) !important;
}
@media screen and (max-width: 768px) {
  h3.form-title {
    padding: 0;
  }
  .form .form-field {
    margin: 1.5rem 0;
  }
}
.form label span.label-desc {
  font-size: 12px;
  font-style: italic;
  font-family: 'Open Sans Thin';
}
.form select, .form input[type=text], textarea, .form select, .form input[type=email], .form input[type=file], .form input[type=password], form input[type=url] {
	border: 0;
	border-bottom: 1px solid #646569;
	width: 100%;
	height: 35px;
	border-radius: 0 !important;
	font-family: 'Open Sans Thin';
	margin-top: 24px;
	font-size: 14px;
	padding: 0 5px;
}
.form input[type=password] {
  margin-top: 45px !important;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  border-color: #FF8300 !important;
  /*border-radius: 0;*/
}
.form textarea {
  height: 35px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/arrow_down_grey.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
  background-size: 18px;
}
/*---- CHECKBOX ------*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(100, 101, 105, 0.1);
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255, 131, 0, 0.5);
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #FF8300;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label#no_partnerID {
  font-size: 12px;
  font-style: italic;
  padding-top: 0.2em;
  font-family: 'Open Sans Thin';
}
.checkbox-container:hover input[type='checkbox'].disabled ~ .checkmark.disabled {
  background-color: rgba(100, 101, 105, 0.5) !important;
  pointer: none;
}
/*----- TOOLTIP ------*/
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  margin-left: 0.1em;
  font-style: italic;
  font-size: 12px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 310px;
  background-color: #646569;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 0;
  margin-left: -120px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #646569 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.knowCheckbox {
  margin-top: 1rem;
}
.knowCheckbox label {
  font-size: 14px;
  padding-top: 0.2em;
  height: 35px !important;
  margin-bottom: 0 !important;
  font-family: 'Open Sans Thin';
}
.consent-box {
  width: auto;
  display: inline-block;
  margin-right: 1em;
}

.form a {
	color: #01A982;
	text-decoration: underline;
}
.form p {
  font-size: 14px;
  font-family: 'Open Sans Thin';
  line-height: 24px;
}
/*--------- Sales Resources - Main Page ------------*/
.srmain-module-tb {
  width: 30.5%;
  margin: 0.5em;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 745px) {
  .srmain-wrapper {
    max-width: 450px;
    margin: 0 auto;
  }
  .srmain-module-tb {
    width: 100%;
  }
  .srmain-module-tb {
    width: 100%;
    margin: 0.5em 0 !important;
  }
}
.srmain-module-tb .module-desc {
  width: 100% !important;
}
.srmain-module-tb .module-details {
  padding: 1em;
}
.srmain-module-tb .module-footer {
  padding: 1em;
  margin-bottom: 1em;
}
.srmain-module-tb h4 {
  font-size: 1.2em !important;
  margin: 0 0 1em 0 !important;
  min-height: 46px !important;
}
.srmain-module-tb p {
  font-size: 1em !important;
  padding-bottom: 0 !important;
  min-height: 48px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
a.btn-text-orange {
  font-family: 'Open Sans Bold';
  color: #FF8300;
  text-transform: uppercase;
}
a.btn-text-orange::after {
  background-image: url('../images/orange-full-arrow.svg');
  background-size: 35px 12px;
  display: inline-block;
  width: 35px;
  height: 12px;
  content: "";
}
/*-------------- Sales Resources - Training --------*/
h4.filter-title {
  font-family: 'Open Sans Thin';
  font-size: 18px;
}
.filter-col {
  width: 250px;
  display: inline-block;
  margin-right: 3rem;
}
.content-col {
  width: calc(100% - 310px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 620px) {
  .filter-col {
    min-width: 100%;
    display: block;
  }
  .content-col {
    width: 100%;
    display: block;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #c3c5c8;
  }
}
.text-right {
  text-align: right;
}
.clear-filter {
  font-size: 14px;
  margin-top: -2px;
}
.form.searchBar input[type=text] {
  padding: 0 5px;
  float: left;
  width: 100%;
  margin-top: 0;
}
.form.searchBar button {
  float: right;
  margin-top: -35px;
  width: 10%;
  color: #656569;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  border: 0;
  padding: 10px 0;
}
.form.searchBar::after {
  content: "";
  clear: both;
  display: table;
}
/*----- Filter fields -----*/
.filter-field select {
  margin-top: 0;
}
.filter-field label {
  margin: 2em 0 0.5em;
  height: auto !important;
}
.radio-btn label {
  width: 100%;
  margin: -2px 0 0 0;
}
.radio-btn input, .radio-btn label {
  float: left;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #757679;
  border-radius: 100%;
  background: #fff;
}

	.radio-btn-right [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
		right: -25px;
		top: 3px;
		text-align: right;
		direction: rtl
	}
	.radio-btn-right [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
		top: 6px;
		right: -22px;
		text-align: right;
		direction: rtl
	}

	[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
		content: '';
		width: 12px;
		height: 12px;
		background: #01A982;
		position: absolute;
		top: 3px;
		left: 3px;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.filterCheckbox label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin: 0.2em 0;
}
/*---------- Module Box ---------*/
@media (min-width: 576px) and (max-width: 991px) {
  .content-box .container {
    max-width: 100% !important;
  }
}
.module-tb {
  margin: 0.5em;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (min-width: 1199px) {
  .module-tb {
    width: 30.5%;
  }
}
@media screen and (min-width: 876px) and (max-width: 1199px) {
  .module-tb {
    width: 46%;
  }
}
.module-img img {
  width: 100%;
}
.module-img .complete-status i {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.4em;
  color: #fff;
}
.module-details {
  padding: 0.5em;
}
.module-type {
  width: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}
.module-desc {
  width: calc(100% - 20px);
  display: inline-block;
}
.module-desc h4 {
  font-size: 13px;
  margin-top: 1px;
  margin-bottom: 0.5em;
  min-height: 30px;
}
@media screen and (max-width: 992px) {
  .module-desc h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.module-desc p {
  font-size: 12px;
  min-height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
hr.module-hr {
  border-top: 1px solid #c3c5c8;
  margin: 0 0.5em;
}
.module-footer {
  padding: 0.5em;
}
.module-like {
  padding-left: 1.2em;
}
.module-like p, .module-date p {
  font-size: 12px;
  margin-bottom: 0;
}



/*-------------- Sales Resources - Training Details  --------*/
.details-col-left {
	width: calc(100% - 350px);
}

.details-col-right {
	width: 350px;
}

.resources_details {
	display: table-cell;
}

.resources_details i {
	height: 24px;
	vertical-align: middle;
}

.resources_details span {
	vertical-align: middle;
}

table.details-table {
	width: 100%;
	font-family: 'Open Sans Thin';
	margin-bottom: 1em;
	font-size: 1em;
}

table.details-table td:nth-child(2) {
	font-family: 'Open Sans Bold';
}

@media screen and (max-width:992px) {
		.details-col-left {
		width: 100%;
	}

	.details-col-right {
		width: 100%;
	}
}





/*----------- Sales Resources - Sales and Marketing ---------*/

.card_title h4 {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   /*-webkit-line-clamp: 3; /* number of lines to show */
	webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.card_body p {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

@media screen and (min-width: 871px) {
	.card_body p {
		min-height: 62px;
	}
}

@media screen and (min-width: 501px) and (max-width: 620px) {
	.card_body p {
		min-height: 62px;
	}
} 

.sales_marketing .card_body {
	min-height: 80px;
}



/*----------- Sales Resources - Promotion ---------*/
/*---------- Module Box ---------*/
.promo-module-tb {
  width: 30.5%;
  margin: 0.5em;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
.promo-module-tb .module-btn .btn-orange {
  min-width: 100px !important;
  display: inline-block;
  padding: 0 15px !important;
  height: auto !important;
  font-size: 12px;
  line-height: 30px !important;
}
.promo-module-tb .module-btn {
  width: calc(100% - 136px);
  display: inline-block;
}



.promo-module-tb .module-desc p {
  min-height: 72px;
	    font-size: 12px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.promo-module-tb .module-date {
  width: 135px;
  margin-top: 12px;
  display: inline-block;
}
.btn-orange, .btn-orange:active {
  border-radius: 21px;
  background-color: #ff8300;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  min-width: 194px;
  line-height: 34px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 400;
  margin: 0.5em 0;
	border: 2px solid #ff8300;
}
.btn-orange:hover {
  background-color: #FF5F4B;
	border: 2px solid #FF5F4B;
}

.btn-outline-orange, .btn-outline-orange:active {
  border-radius: 21px;
  background-color: #ffffff;
  text-align: center;
  color: #000;
  font-size: 18px;
  min-width: 194px;
  line-height: 34px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 400;
  margin: 0.5em 0;
	border: 2px solid #ff8300;
}
.btn-outline-orange:hover {
  color: #ff8300 !important;
}

.btn-grey, .btn-grey:active {
  border-radius: 21px;
  background-color: #E1E1E1;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  min-width: 194px;
  line-height: 34px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 400;
  margin: 0.5em 0;
	pointer-events: none;
	border: 2px solid #E1E1E1;
}


@media screen and (min-width: 1246px) {
  .promo-module-tb .module-btn .btn-orange {
    min-width: 90px !important;
    display: inline-block;
    padding: 0 12px !important;
    height: auto !important;
    font-size: 12px;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 1246px) {
  .promo-module-tb .module-btn .btn-orange {
    display: inline-block;
    padding: 0 12px !important;
    min-width: auto !important;
    height: auto !important;
    font-size: 12px;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 1206px) {
  .promo-module-tb {
    width: 46%;
    margin: 0.5em;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
  }
  .promo-module-tb .module-btn .btn-orange {
    display: inline-block;
    padding: 0 12px !important;
    min-width: auto !important;
    height: auto !important;
    font-size: 12px;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 835px) {
  .promotion-content {
    width: 400px !important;
    margin: 0 auto;
  }
  .promo-module-tb {
    width: 100%;
    margin: 0.5em 0;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
  }
}
@media screen and (max-width: 570px) {
  .promo-module-tb {
    width: 100%;
    margin: 0.5em 0;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
  }
}
@media screen and (max-device-width: 570px) {
  .promo-module-tb {
    width: 96.5%;
    margin: 0.5em 0;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
  }
}




/*------- Resources - Promotion Assets -----*/
.promo-assets .module-btn {
  min-width: 100px;
  display: inline-block;
  height: auto !important;
}

.promo-assets .module-btn .btn-orange {
  min-width: 100% !important;
  padding: 0 15px !important;
  height: auto !important;
  font-size: 14px;
  line-height: 30px !important;
}

.promo-assets .module-date {
	display: inline-block;
	float: right;
	margin-top: 12px;
}

.promo-assets .card_img, .promo-assets .card_title {
	vertical-align: middle !important;
}

.promo-assets .card_title {
	height: 97px;
}
.promo-assets .card_title h4 {
	overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 6;
	  -webkit-box-orient: vertical;
}


/*--------- Rewards Catalogue ---------*/
@media (min-width: 576px) and (max-width: 992px) {
  .container.points-wrapper {
    max-width: 93%;
  }
}
.point-box {
  width: 300px;
  margin-top: -50px;
  position: relative;
  padding: 1rem 2rem;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 5px #c3c5c8;
}
@media (max-width: 576px) {
  .point-box {
    margin-left: 1rem;
  }
}
.point-box p {
  font-family: 'Open Sans Thin';
  padding: 0;
  margin: 0;
}
.point-box p.user-points {
  font-family: 'Open Sans Bold';
  color: #ff8300;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
}
@media screen and (min-width: 1039px) {
  .rewardsCat-tb {
    width: 30%;
    margin: 1rem 1rem 4rem;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 1039px) {
  .rewardsCat-tb {
    width: 28%;
    margin: 1rem 1rem 4rem;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 770px) {
  .rewardsCat-tb {
    width: 45%;
    margin: 1rem 0.7rem 4rem;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-device-width: 576px) {
  .rewardsCat-tb {
    width: 49%;
    margin: 1rem 0 4rem;
    display: inline-block;
    text-align: center;
  }
}
.rewardsCat-tb p {
  margin: 10px;
}
.rewardsCat-tb .rewards-title {
  font-family: 'Open Sans Medium';
}
.rewardsCat-tb .rewards-company {
  font-family: 'Open Sans Bold';
}
.rewardsCat-tb .rewards-points {
  font-family: 'Open Sans Bold';
  color: #ff8300;
  font-size: 1.2em;
}
.rewardsCat-tb .rewards-desc {
  font-family: 'Open Sans Thin';
  font-size: 11px;
}
.rewardsCat-tb .rewards-btn a {
  text-transform: none !important;
}
/*--------- Registration Video --------*/
.modal.show .modal-dialog {
  z-index: 9999;
  top: 10%;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*-------- Badges -----------*/

.badge_div_pointbox {
	background-color: #064A76;
    padding: 1rem;
    position: relative;
	width: 380px;
	height: 145px;
	display: inline-block;
	margin: 0.5em;
	vertical-align: top;
}


.badge_div_pointbox h5 {
	font-size: 20px;
	color: #fff;
	margin: 0;
}

.badge_div_pointbox p {
	font-size: 22px;
	color: #fff;
	margin: 0;
}

.badge_div_pointbox hr {
    border-top: 1px solid #fff;
    opacity: 1;
    margin: 1rem 0;
}

.badge_div_pointbox p span.badge-status {
	font-size: 14px;
	min-width: auto !important;
}





.main-badge img {
  padding: 0 0 2em 0;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .main-badge img {
    padding: 0 0 2em 0;
  }
}
.badge-progress-box {
  border: 2px solid #f6f6f7;
  padding: 1rem 1rem 0.5rem 1rem;
}

.current-rank {
	font-family: 'Open Sans Bold';
	color: #01A982;
	position: relative;
	margin-top: -103px;
	margin-left: 10px;
}

/*--- ADDED for Badge 2 -----*/
.badge-progress img {
	width: 100px;
}

.badge_status_no {
	width: 150px !important;
	text-align: right;
}

table.com-badges-progress {
	width: 100%;
}

table.com-badges-progress th, table.com-badges-progress td {
	padding: 0.5em 0.3em;
	width: 50%;
}
table.com-badges-progress tbody {
	display:block;
    max-height:300px;
    overflow-y:scroll;
}

table.com-badges-progress thead, table.com-badges-progress tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

table.achievement-badges-progress {
	width: 100%;
	border: 1px solid #f6f6f7;
}

table.achievement-badges-progress tr {
	width: 100%;
}

table.achievement-badges-progress th, table.achievement-badges-progress td {
	padding: 1em 1em;
	border-bottom: 1px solid #f6f6f7;
}

table.achievement-badges-progress td:first-child {
	width: 20%;
}

table.achievement-badges-progress td:last-child {
	width: 25%;
	border-bottom: 1px solid #f6f6f7;
}

table.achievement-badges-progress tbody {
	display:block;
}




/*--- End of ADDED for Badge 2 -----*/

@media screen and (max-width: 768px) {
	.main-badge {
		margin-bottom: 4em;
	}	
	
	.badge-progress table th {
		border-top: 1px solid #f6f6f7 !important;
		border-bottom: 0 !important;
		width: 100% !important;
		display: block;
		text-align: center;
	}
	
	/*--- ADDED for Badge 2 -----*/
	.badge-progress table td {
		border: 0 !important;
		width: 100% !important;
		display: block;
		text-align: center;
	}
	
	.badge_status_no {
		text-align: center;
	}
	/*--- End of ADDED for Badge 2 -----*/
}

/*.project-bar {
    height: 18px;
    background: #e0e0e0;
    border-radius: 30px;
}
.project-percent {
    height: 18px;
    background-color: #2196F3;
    border-radius: 30px;
    position: relative;
    width: 0;
    transition: 2s linear;
}
.project-percent::before {
    content: attr(percent);
    position: absolute;
    right: 0px;
    left: 0px;
    padding: 1px 0px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 25px;
    font-weight: bold;
    width: 20px;
    margin: 0px auto;
}*/
table.badges-progress-bars th {
  font-family: 'Open Sans Medium';
  padding: 1em 1em 1em 0;
  border-bottom: 2px solid #f6f6f7;
  vertical-align: top;
}
table.badges-progress-bars td {
  padding: 1em 0 1em 1em;
  border-bottom: 2px solid #f6f6f7;
}
table.badges-progress-bars tr:last-child th, table.badges-progress-bars tr:last-child td {
  border-bottom: 0 !important;
}
.badges-progress-bar {
  width: 100%;
  background: #c3c5c8;
  border-radius: 50px;
  height: 15px;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.completed-bg {
  background: #c8e379;
}
.in-progress-bg {
  background: #5c0f8b;
}
.completed-text span {
  color: #c8e379 !important;
}
.in-progress-text span {
  color: #5c0f8b !important;
}
.not-started-text span {
  color: #757679 !important;
}
.badge-status, .badge-unit {
  font-family: 'Open Sans Bold';
  font-size: 14px;
}
.multi-progress-bars {
  display: flex;
}
.multi-progress-bars .badges-progress-bar {
  margin: 0 5px;
}
.multi-progress-bars .badges-progress-bar:first-child {
  margin-left: 0;
}
.multi-progress-bars .badges-progress-bar:last-child {
  margin-right: 0;
}
.badge-section {
  max-width: 1100px;
  margin: 2em auto 0;
}
.badge-section.enablement {
  max-width: 800px;
}
.badge-section img {
  max-width: 130px;
  width: 100%;
  margin-bottom: 1rem;
}
table.top-prizes, table.top-companies {
  border: 2px solid #f6f6f7;
  background: #fff;
  width: 100%;
  margin-top: 1em;
}
table.top-companies th, table.top-prizes th {
  padding: 1rem 2rem;
}
table.top-companies td, table.top-prizes td {
  padding: 1rem 0.5rem;
  height: 100px;
}


table.top-prizes td, table.top-companies td {
  border-bottom: 2px solid #f6f6f7;
  text-align: center;
}
table.top-companies img {
  width: 80px;
}

table.top-companies td {
	width: 25%;
}

table.top-companies td:nth-child(2) {
	text-align: left;
}

table.top-companies th:last-child {
	min-width: 167px;
}

.top-performer {
  font-family: 'Open Sans Bold';
  color: #ff8300;
}

@media screen and (max-width: 992px) {
	.topperformers, .topcompanies {
		width: 100% !important;
	}

	table.top-companies td {
		font-size: 14px;
	}

	
	table.top-companies td:nth-child(3) {
		text-align: center;
	}
	
	table.top-companies td:first-child, table.top-companies td:last-child  {
		text-align: center !important;
	}
	
	table.top-companies th:last-child {
		min-width: auto !important;
	}
	
}

@media screen and (max-width: 768px) {
	
	table.badges-progress-bars th {
	  padding: 2em 1em 0 1em;
	}
	table.badges-progress-bars td {
	  padding: 0 1em 1em 1em;
	}
	
}



/*------ Table Responsive ----*/

table.badge-table, table.tb-responsive {
  border: 1px solid #f6f6f7;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}


table.badge-table tr, table.tb-responsive tr {
  border: 1px solid #f6f6f7;
  padding: 1em;
}

table.badge-table th, table.tb-responsive th,
table.badge-table td, table.tb-responsive td {
  padding: 1em;
	background: #ffffff;
}


@media screen and (max-width: 768px) {

	table.tb-responsive {
		border: 0;
	}

  table.tb-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.tb-responsive tr {
    display: block;
    margin-bottom: 1em;
  }
  
  table.tb-responsive td {
    border-bottom: 1px solid #f6f6f7;
    display: block;
    text-align: right;
	  vertical-align: middle;
  }
  
  table.tb-responsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	  font-size: 0.9em;
	  color: rgba(0,0,0,0.7) !important;
  }
  
  table.tb-responsive td:last-child {
    border-bottom: 0;
  }
}




/*--------- Badge Page Anchor Nav ------*/
html {
  scroll-behavior: smooth;
}

.a_sticky {
  position: fixed;
  top: 60px;
  width: 100%;
	z-index: 99998;
}

.breakpoint {
	position: absolute;
	margin-top: -160px;
}

#a_navbar {
	text-align: center;
	background: #fff;
	padding: 1em;
	border-bottom: 2px solid #f6f6f7;
}

#a_navbar a {
	padding: 1em;
}


@media screen and (max-width: 960px) {
	
	.a_sticky {
	  top: 54px;
	}
	
	.breakpoint {
		position: absolute;
		margin-top: -140px;
	}


}

@media screen and (max-width: 740px) {
	#a_navbar a {
		font-size: 12px;
		padding: 1em 0.8em;
	}
	
	.a_sticky {
	  top: 50px;
	}
	
	.breakpoint {
		position: absolute;
		margin-top: -130px;
	}
}

@media screen and (max-width: 576px) {
	#a_navbar a {
		font-size: 10px;
		padding: 1em 0.5em;
	}
	
	.a_sticky {
	  top: 50px;
	}
	
	.breakpoint {
		position: absolute;
		margin-top: -130px;
	}
}

@media screen and (max-device-width: 576px) {
	#a_navbar a {
		font-size: 9px;
		padding: 1em 0.5em;
	}
}

/*--------- End of Badge Page Anchor Nav ------*/



/*----------- APJ Badge Page ------*/
.badge_steps {
	display: inline-block;
	width: 25%;
	margin: 1em;
	vertical-align: top;
}

.badge-works {
	max-width: 1200px;
}

.badge-works img {
	height: 60px !important;
	margin-bottom: 1em;
}




/*----------- End of APJ Badge Page ------*/

/*----------- NA Badge Page ------*/


.na_pointbox.badge_div_pointbox {
	height: auto !important;
}


@media screen and (max-width: 768px) {
	.current-topperformers td img {
		max-width: 100px;
	}
}

@media screen and (max-width: 700px) {
	.na-topperformers {
		width: 100%;
		overflow-x: scroll;
	}
	
}


@media screen and (min-width: 768px) {
	.star-progress-box .badge_status_no {
		width: 210px !important;
		text-align: right;
	}
	
}

.star-progress-status p {
    font-family: "Open Sans Bold";
    padding: 0.5rem 1.5rem;
    float: right;
 	margin-top: 0.5em;
    margin-bottom: 0px;
    text-align: center;
}

@media screen and (max-width: 768px) {
	.star-progress-status p {
		max-width: 200px;
		font-family: "Open Sans Bold";
		padding: 0.5rem 1.5rem;
		float: none;
		margin-left: auto;
			margin-right: auto;
		margin-bottom: 1em;
		text-align: center;
	}
	
}

.current-topperformers th {
	font-size: 12px;
	text-align: center;
}

.current-topperformers td {
	text-align: center;
}

.current-topperformers td:last-child {
	font-weight: 700;
}

.badge-progress.stars_img .badge-progress img {
	width: 70px;
}


table.na_earn_summary {
	width: 100%;
}

table.na_earn_summary tr:first-child td {
	padding-bottom: 1em;
	border-bottom: 2px solid #fff;
}

table.na_earn_summary tr:nth-child(2) td {
	padding-top: 1em;
}

@media screen and (min-width: 768px) {
	table.na_earn_summary tr:nth-child(2) td {
		padding-top: 1em;
	}
}


table.na_earn_summary tr:nth-child(2) td:nth-child(2) {
	padding-left: 1em;
	border-left: 2px solid #fff;
}

table.na_earn_summary tr:nth-child(3) td {
	padding-top:0.5em;
}

/*----------- End of NA Badge Page ------*/


/*----------- EMEA Badge Page ------*/
.emea_badges_progress_box th, .emea_badges_progress_box td {
	padding: 1em !important;
}
th.badge_cat {
	background: #064a76;
	color: #fff;
}

.badge-achievement-table th {
	font-size: 12px;
}

.badge-achievement-table td i {
	float: right;
}

.badge-achievement-table td:nth-child(3) {
	width: 150px;
}


.top-emea-companies th, .top-emea-geo th {
	font-size: 12px;
	text-align: center;
}

.top-emea-companies td, .top-emea-geo td {
	text-align: center;
}


.top-emea-companies td:last-child {
	width: 24%;
	text-align: center;
}




@media screen and (max-width: 768px) {
	.top-emea-companies td img {
		max-width: 100px;
	}
}
/*----------- End of EMEA Badge Page ------*/



/*-------- DASHBOARD --------*/
.dashboard_newsbox h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.dashboard_newsbox p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
	height: 144px;
}
/*#carouselDashboardCaptions.carousel {
  height: 270px;
  margin-top: 54px;
  background: linear-gradient(90deg, rgba(92, 15, 139, 1) 0%, rgba(133, 38, 103, 1) 39%, rgba(159, 53, 79, 1) 66%, rgba(246, 103, 1, 1) 100%);
}*/
.carousel-item {
  height: 270px;
}


.carousel_table {
	width: 100%;
}

.carousel_table td {
	padding: 0.5em;
	vertical-align: middle;
}

.carousel_table img {
	width: 90%;
	text-align: right;
	float: right;
}

.carousel-indicators {
	z-index: 3 !important;
}
.banner_01 {
	background-image: url('../images/target-round-back.png');
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
}

.banner_02 {
	background-image: url('../images/mastheads/purpleBg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*.carousel-caption {
  max-width: 100%;
  text-align: left;
  top: 0.3rem;
  bottom: auto;
}*/


.banner_01 h1 {
	font-size: 34px;
	font-family: 'Open Sans Thin';
	font-weight: 100;
	margin-bottom: 0.5em !important;
}

.banner_01 h1 span {
	font-size: 34px;
	font-family: 'Open Sans Bold';
	margin-bottom: 0 !important;
}

.banner_01 p {
  font-size: 16px;
	margin: 0.5em;
}


.banner_02 h1 {
	font-size: 50px;
	font-family: 'Open Sans Medium';
	margin-top: 0.7em;
	margin-bottom: 0;
}

.banner_02 h3 {
	font-size: 30px;
	font-family: 'Open Sans Thin';
	font-weight: 100 !important;
	margin-bottom: 0;
}

.aio_logo {
	width: 100% !important;
	max-width: 300px;
    float: left !important;
}

.banner_03 table, .banner_1830 table, .banner_reg table  {
	max-width: 700px;
	position: relative;
	z-index: 2;
}

.banner_reg h2 {
	font-weight: 100 !important;
	margin: 0.5em 0 0.5em 0;
	font-family: 'Open Sans Bold';
	font-size: 20px;
}

.banner_reg p {
	font-size: 14px;
	margin-bottom:0;
}

.banner_03 h3, .banner_1830 h3 {
	font-size: 28px;
	font-family: 'Open Sans Medium';
	font-weight: 100 !important;
	margin-bottom: 1em;
}

.banner_03 h4, .banner_1830 h4 {
	font-size: 20px;
	margin-bottom: 0.5em;
	font-family: 'Open Sans Thin';
	font-weight: 100 !important;
}

.banner_03 img, .banner_1830 img, .banner_reg img.main_img {
	position: absolute;
	right: 0;
	top: -90px;
	width: 450px !important;
	z-index: 1;
}



@media screen and (max-width: 860px) {
	.banner_reg h2 {
		font-size: 20px;
	}

	.banner_reg p {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.banner_reg h2 {
		font-size: 16px;
	}

	.banner_reg p {
		font-size: 10.5px;
	}
}


/*----- 1430 Banner -----*/


.banner_1430  {
	background-image: url('../images/mastheads/1430_bg.png');
	background-position: left center;
	background-size: 70vw;
	min-height:270px;
	background-repeat: no-repeat;
	background-color: #d46221;
}

.banner_1430 .aruba_logo {
	width: 100px !important;
}



.banner_1430 .prod-1430 {
	height: 240px !important;
	width: 260px !important;
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
}

.banner_1430 table.carousel_table  {
	max-width: calc(100% - 35%);
	display: inline-block;
	z-index: 2;
	float: right;
}

.banner_1430 table.carousel_table td {
	width: 100vw;
}

.banner_1430 table.carousel_table h2 {
	max-width: 400px;
}

@media screen and (max-width: 1253px) {
	
	.banner_1430 .prod-1430 {
		height: 240px !important;
		width: 260px !important;
		display: inline-block;
		vertical-align: top;
		margin-left: 0;
	}

	.banner_1430 table.carousel_table  {
		max-width: calc(100% - 40%);
		display: inline-block;
		z-index: 2;
		float: right;
	}
	
	.banner_1430 table.carousel_table p {
		font-size: 14px;
	}
	
	
}



@media screen and (max-width: 1040px) {
	
	.banner_1430 table.carousel_table h5 {
		font-size: 18px;
	}
	
	.banner_1430 table.carousel_table h2 {
		font-size: 24px;
	}
	
}


@media screen and (max-width: 944px) {
	.banner_1430  {
		background-image: url('../images/mastheads/1430_bg.png');
		background-position: left center;
		background-size: 600px 270px;
		background-repeat: no-repeat;
		background-color: #d46221;
	}
	
	.banner_1430 .prod-1430 {
		height: 240px !important;
		width: 260px !important;
		display: block;
		position: absolute !important;
		z-index: 1;
		vertical-align: top;
		margin-left: -1em;
	}
	
	.banner_1430 .aruba_logo {
		position: absolute;
		top: -0.2em;
		right: 0;
		width: 90px;
	}

	.banner_1430 h2 {
		max-width: 318px !important;
	}

	
}


@media screen and (max-width: 768px) {

	.banner_1430 .prod-1430 {
		height: 240px !important;
		width: 260px !important;
		display: block;
		position: absolute !important;
		z-index: 1;
		vertical-align: top;
		left: calc(100% - 50vw);
		opacity: 0.3;
		margin-left: 0;
	}

	.banner_1430 table.carousel_table  {
		max-width: 100%;
		display: inline-block;
		position: relative !important;
		z-index: 2;
		float: right;
	}

	
}


@media screen and (max-width: 600px) {
	.banner_1430 .aruba_logo {
		position: absolute;
		top: -1em !important;
		right: -10vw;
		width: 90px;
	}
}





/*----- End of 1430 Banner -----*/

.emea_banner_03 {
	background-image: url('../images/mastheads/emea_banner_03.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

.emea_banner_03 table {
	max-width: 600px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.emea_banner_03 h3 {
	font-size: 26px;
	font-family: 'Open Sans Medium';
	font-weight: 100 !important;
	margin-bottom: 0.5em;
}

.emea_banner_03 h3 span {
	font-family: 'Open Sans Bold';
	text-decoration: underline;
}

.emea_banner_03 h4 {
	font-size: 18px;
	margin-bottom: 1.5em;
	font-family: 'Open Sans Thin';
	font-weight: 100 !important;
	line-height: normal;
}

.emea_banner_03 img {
	position: absolute;
	right: 0px;
	top: -90px;
	width: 450px !important;
	z-index: 1;
}


.emea_banner_04 table {
	max-width: 650px;
	position: relative;
	z-index: 2;
}

.emea_banner_04 h5 {
	font-size: 20px;
	font-family: 'Open Sans Thin';
	font-weight: 100 !important;
	margin-bottom: 1.5em;
}

.emea_banner_04 h4 {
	font-size: 32px;
	margin-bottom: 0.3em;
	font-family: 'Open Sans Bold';
	font-weight: 100 !important;
}

.emea_banner_04 img {
	position: absolute;
	right: 0;
	top: -90px;
	width: 450px !important;
	z-index: 1;
}



.banner_06 {
	background-image: url('../images/mastheads/banner_06.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner_06 img.aruba_logo_masthead{
	width: 100px;
	float: none;
	margin-bottom: 1em;
}


.banner_06 h2 {
	font-size: 38px;
	font-family: 'Open Sans Bold';
	max-width: 550px;
}


.banner_06 h5 {
	font-size: 22px;
	font-family: 'Open Sans Thin';
	font-weight: 100 !important;
	margin-bottom: 1.5em;
}

.banner_06 h5 span {
	font-family: 'Open Sans  Medium';
}

td.banner_06_img {
	width: 400px;
	float: left;
}

td.banner_06_img img {
	width: 400px;
}

.gamification_homebanner h2, .exclusiveweb_homebanner h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em !important;
}

.gamification_homebanner h4, .exclusiveweb_homebanner h4 {
	margin-bottom: 1.5em !important;
}

.exclusiveweb_homebanner {
	/*background-image: url('../images/mastheads/exclusiveweb_bg.png');*/
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}

.x2_banner {
	background-image: url('../images/header-bg.png');
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}


.x2_banner h3 {
		font-size: 16px;
		font-family: 'Open Sans Bold';
		margin-top: 0em;
		margin-bottom: 0.5em;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	
	}

	.x2_banner h4 {
		font-size: 12px;
		font-family: 'Open Sans Bold';
		font-weight: 100 !important;
		margin-top: 10px;
		margin-bottom: 0;
	}

.x2_banner .x2_image img {
		max-width:250px;
	vertical-align: top;
}

.x2_banner .x2_image {
	vertical-align: top;
}

.x2_banner p {
		font-size: 10px;
}

.aruba-prod {
	width: 300px !important;
	float: none !important;
	margin: 1em auto 0.5em;
}
	
.aruba-prod-desc {
	float: none;
	font-family: 'Open Sans Medium';
}

.banner_1830 img.prod-1830 {
	margin-top: 60px;
}

.banner_1830 .bg-circle img {
	position: absolute;
	width: 100px;
	left: -200px;
	top: -250px
}

/*.btn-1830 .main-btn {
	position: absolute;
	right: 300px;
	top: 180px;
	z-index: 99999;
}*/


/*--- AP25 Banner ---*/

.banner_ap25 {
	background-image: url("../images/mastheads/ap25_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner_ap25 td {
	vertical-align: top;
}

.banner_ap25 td img.prod_img {
	position: absolute;
	top: -85px;
	float: none;
	max-width: 570px;
}

.ap25_img {
	width: 570px;
}

/*.banner_ap25 td.ap_desc h2 {
	margin-top: -50px;
}*/

.banner_ap25 td.ap_desc img {
	float: left;
	margin-left: -5px;
	margin-bottom: 10px;
	margin-top: -0.5em;
}

.clearfix {
	clear: both !important;
}

.banner_ap25 td.ap_desc .ap_desc_02 {
	width: 100% !important;
}

.banner_ap25 td.ap_desc h5 {
	font-size: 0.8em;
	max-width: 400px !important;
	font-family: 'Open Sans Thin';
	line-height: 1.5em !important;
	margin-bottom: 1em;
}


/*----- NA Banner ------*/

.flex_homebanner::after {
	background-image: url('../images/mastheads/na-flex-bg.png');
	background-position: right;
	background-size: cover;
    display: inline-block;
    width: 100%; 
    height: 270px;
    content:"";
}

.flex_homebanner h4 {
	margin-bottom: 1.5em;
}

.flex_homebanner h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em !important;
}

@media screen and (max-width: 991px) {
	.flex_homebanner::after {
		opacity: 0.4;
	}
}

@media screen and (max-width: 712px) {
	.flex_homebanner h2 {
		margin-top: -0.2em !important;
	}
	.flex_homebanner h4 {
		font-size: 18px;
	}
}


/*----- End of NA Banner ------*/


@media screen and (min-width: 1240px) {

	.banner_ap25 td.ap_desc h5 {
		max-width: 500px;
	}
}
@media screen and (max-width: 1300px) {

	.banner_ap25 td img.prod_img {
		top: -85px;
		float: right;
	}
	
	.ap25_img {
		width: 500px;
	}
	
	
}

@media screen and (max-width: 1200px) {

	.ap25_img {
		width: 500px;
	}
	
}

@media screen and (min-width: 991px) and (max-width: 1124px) {
	.ap25_img {
		width: 450px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner_ap25 td img.prod_img {
		right: -80px;
	}

	.ap25_img {
		width: 350px;
	}


}


@media screen and (max-width: 768px) {
	.banner_ap25 td img.prod_img {
		float: right;
		right: -50px;
		top: 0;
		max-width: 300px !important;
	}

	.ap25_img {
		width: 200px;
	}
	

}

@media screen and (max-width: 568px) {
	
	.banner_ap25 .ap_desc img {
		margin-left: -1px !important;
	}
	
	.banner_ap25 td.ap_desc h5 {
		font-size: 0.6em;
		margin-bottom: 3em !important;
	}
	
	.banner_ap25 img.prod_img {
		right: -30px !important;
	}

}

@media screen and (max-width: 712px) {
	.gamification_homebanner h2, .exclusiveweb_homebanner h2 {
		margin-top: -0.2em !important;
	}
	.gamification_homebanner h4, .exclusiveweb_homebanner h4 {
		font-size: 18px;
	}
}

@media screen and (min-width: 1400px) {
	/*.btn-1830 .main-btn {
		right: 300px;
		top: 180px;
	}*/

	.banner_1830 .carousel_table {
		max-width: 650px !important;
		margin-bottom: 1em;
	}
	
	.banner_1830 h2 {
		font-size: 38px;
		margin-bottom: 0.5em;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1617px) {
	.banner_01 h1 {
		font-size: 30px;
		font-family: 'Open Sans Thin';
		font-weight: 100;
		margin-bottom: 0.5em !important;
	}

	.banner_01 h1 span {
		font-size: 30px;
		font-family: 'Open Sans Bold';
		margin-bottom: 0 !important;
	}
	
	.banner_02 h1 {
		font-size: 44px;
		font-family: 'Open Sans Medium';
		margin-top: 0em;
		margin-bottom: 0;
	}

	.banner_02 h3 {
		font-size: 28px;
		font-family: 'Open Sans Thin';
		font-weight: 100 !important;
		margin-top: 10px;
	}
	
	.banner_03 img, .banner_1830 img, .banner_reg img.main_img {
		right: -10%;
	}
	
	.emea_banner_03 img {
		right: -10%;
	}
	
	.emea_banner_04 img {
		right: -10%;
	}
	
	td.banner_06_img {
		width: 400px !important;
		float: left;
	}
	
	.x2_banner h3 {
		font-size: 16px;
	}

	.x2_banner h4 {
		font-family: 'Open Sans Thin';
		font-size: 12px;
	}
	
	/*.btn-1830 .main-btn {
		right: 150px;
		top: 180px;
	}*/

	.banner_1830 .carousel_table {
		max-width: 650px !important;
	}

	
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

.banner_01 h1 {
	font-size: 30px;
	font-family: 'Open Sans Thin';
	font-weight: 100;
	margin-bottom: 0.5em !important;
}

.banner_01 h1 span {
	font-size: 30px;
	font-family: 'Open Sans Bold';
	margin-bottom: 0 !important;
}

.banner_01 p {
  font-size: 15px;
	margin: 1em 0;
}


.banner_02 h1 {
	font-size: 40px;
	font-family: 'Open Sans Medium';
	margin-top: 0em;
	margin-bottom: 0;
}

.banner_02 h3 {
	font-size: 30px;
	font-family: 'Open Sans Thin';
	font-weight: 100 !important;
	margin-top: 10px;
}
	
	.banner_03 img, .banner_1830 img, .banner_reg img.main_img {
		right: -10%;
	}
	
	.emea_banner_03 img {
		right: -10%;
	}
	
	.emea_banner_04 table {
		max-width: 600px;
		position: relative;
		z-index: 2;
	}
	
	.emea_banner_04 img {
		right: -10%;
	}
	
	td.banner_06_img {
		width: 400px;
	}

	td.banner_06_img img {
		width: 400px;
	}
	
	.banner_06 h2 {
		font-size: 34px;
	}
	
	
	.banner_06 h5 {
		font-size: 18px;
	}
	
	.x2_banner h3 {
		font-size: 16px;
	}

	.x2_banner h4 {
		font-size: 12px;
	}
	
	
	.btn-1830 .main-btn {
		right: 200px;
		top: 180px;
	}

	.banner_1830 .carousel_table {
		max-width: 450px !important;
	}
	
	.banner_1830 h2 {
		font-size: 32px;
		margin-bottom: 0.5em;
	}
	
	/*.btn-1830 .main-btn {
		right: 150px;
		top: 180px;
	}*/

	.banner_1830 .carousel_table {
		max-width: 550px !important;
		margin-bottom: 1em;
	}
	
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
	/*.carousel-caption {
  max-width: 100%;
  text-align: left;
  top: 0.3rem;
  bottom: auto;
}*/


.banner_01 h1 {
	font-size: 30px;
	font-family: 'Open Sans Thin';
	font-weight: 100;
	margin-bottom: 0.5em !important;
}

.banner_01 h1 span {
	font-size: 30px;
	font-family: 'Open Sans Bold';
	margin-bottom: 0 !important;
}

.banner_01 p {
  font-size: 13px;
	margin: 1em 0;
}


.banner_02 h1 {
	font-size: 28px;
	font-family: 'Open Sans Medium';
	margin-top: 0em;
	margin-bottom: 0;
}

.banner_02 h3 {
	font-size: 22px;
	font-family: 'Open Sans Thin';
	font-weight: 100 !important;
	margin-top: 10px;
}
	
	.banner_03 img, .banner_1830 img, .banner_reg img.main_img {
		right: -20%;
		opacity: 0.5;
	}
	
	.emea_banner_03 img {
		right: -20%;
		opacity: 0.5;
	}
	
	.emea_banner_04 table {
		max-width: 450px;
		position: relative;
		z-index: 2;
	}
	
	.emea_banner_04 img {
		right: -20%;
		opacity: 0.5;
	}
	
	.emea_banner_04 h5 {
		font-size: 18px;
	}

	.emea_banner_04 h4 {
		font-size: 28px;
	}
	
	/*.btn-1830 .main-btn {
		right: 150px;
		top: 180px;
	}*/
	
	.banner_1830 img {
		opacity: 1;
	}
	
	.banner_1830 .carousel_table {
		font-size: 24px;
		max-width: 450px !important;
		margin-bottom: 0.3em;
	}
	

}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	
	td.banner_06_img {
		width: 400px;
	}

	td.banner_06_img img {
		width: 100%;
	}
	
	.banner_06 h5 {
		font-size: 18px;
	}
	
	.banner_06 h2 {
	font-size: 26px;
}

	.banner_06 h5 {
		font-size: 20px;
	}
	
	.x2_banner h3 {
		font-size: 16px;
	}

	.x2_banner h4 {
		font-size: 12px;
	}
	
	.banner_1830 h2 {
		font-size: 32px;
		margin-bottom: 0.5em;
	}
	
	/*.btn-1830 .main-btn {
		right: 150px;
		top: 180px;
	}*/

	.banner_1830 .carousel_table {
		max-width: 500px !important;
		margin-top: 0;
	}
	
	
}

@media screen and (max-width: 992px) {
	
	td.banner_06_img {
		width: 350px;
	}

	td.banner_06_img img {
		width: 100%;
	}
	
	.banner_06 h5 {
		font-size: 18px;
	}
	
	.banner_06 h2 {
		font-size: 22px;
	}
	
	.x2_banner h3 {
		font-size: 14px;
	}

	.x2_banner h4 {
		font-size: 12px;
	}
	
	.x2_banner .x2_image {
		width: 150px;
		vertical-align: middle
	}
	
	.banner_1830 h2 {
		font-size: 28px;
		margin-bottom: 0.5em;
	}
	
	/*.btn-1830 .main-btn {
		right: 150px;
		top: 180px;
	}*/

	.banner_1830 .carousel_table {
		max-width: 440px !important;
		margin-top: 0;
	}
	
	.banner_1830 .carousel_table h4 {
		max-width: 350px !important;
	}


	
	
}

@media screen and (max-width: 910px) {
	.banner_03 h3, .banner_1830 h3, .banner_reg h3 {
		font-size: 20px;
		padding-bottom: 0.2em !important;
	}
	
	.emea_banner_03 h3 {
		font-size: 26px;
		padding-bottom: 0.2em !important;
	}
	
	.emea_banner_04 h5 {
		font-size: 18px;
	}

	.emea_banner_04 h4 {
		font-size: 26px;
	}
	
	td.banner_06_img {
		width: 300px;
	}

	td.banner_06_img img {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.banner_06 h5 {
		font-size: 18px;
	}
	
	.banner_06 h2 {
		font-size: 22px;
	}
	
	.x2_banner h3 {
		font-size: 13px;
	}

	.x2_banner h4 {
		font-size: 11px;
	}
	
	.x2_banner .x2_image {
		width: 180px;
	}
	
	.banner_1830 .main-btn {
		position: relative;
		z-index: 999;
	}
	
	.banner_1830 .carousel_table {
		max-width: 400px !important;
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	
		.banner_1830 .carousel_table h2 {
		font-size: 24px;
	}
	
	.banner_1830 .carousel_table h4 {
		max-width: 300px !important;
	}
}



@media screen and (min-width: 768px) and (max-width: 850px) {
	/*.btn-1830 .main-btn {
		right: 19% !important;
		top: 180px;
	}*/
	
	.prod-1830 {
		right: -160px !important;
	}
	
	.banner_1830 .carousel_table h2 {
		font-size: 24px;
	}
	
	
}


@media screen and (max-width: 768px) {


.banner_01 h1 {
	font-size: 30px;
	margin-bottom: 0.5em !important;
}

.banner_01 h1 span {
	font-size: 30px;
	margin-bottom: 0 !important;
}

.banner_01 p {
  font-size: 11px;
	margin: 1em 0;
}


.banner_02 h1 {
	font-size: 28px;
	margin-top: 0em;
	margin-bottom: 0;
}

.banner_02 h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 1em;
}
	
	.banner_02 table td {
		display:block;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	
	.banner_02 img {
		width: 60% !important;
		margin: -10px auto 0;
		float: none;
	}
	
	.banner_03 img, .banner_1830 img, .banner_reg img.main_img {
		right: -25%;
		opacity: 0.2;
	}
	
	.emea_banner_03 img {
		right: -25%;
		opacity: 0.1;
	}
	
	.emea_banner_03 h3 {
		font-size: 22px;
		margin-bottom: 0.5em;
	}
	
	.emea_banner_03 h4 {
		font-size: 14px;
		margin-bottom: 2em;
	}
	
	.emea_banner_04 h5 {
		font-size: 18px;
	}

	.emea_banner_04 h4 {
		font-size: 26px;
	}
	
	.emea_banner_04 img {
		right: -25%;
		opacity: 0.2;
	}
	
	.banner_06 img.aruba_logo_masthead {
		width: 120px !important;
	}
	
	.banner_06 h5 {
		font-size: 14px;
		width: 50%;
		margin: 1em 0 2em;
	}
	
	.banner_06 h2 {
		font-size: 20px;
	}
	
	.banner_06 table td {
		display: block;
		width: 100%;
	}
	
	.banner_06 table td.banner_06_img {
		text-align: right !important;
	}
	
	.banner_06 table td.banner_06_img img {
		width: 280px !important;
		margin-top: -210px;
	}
	
	.banner_06 table td.banner_06_img a {
		position: relative;
		top: -70px !important;
		right: 50px;
	}
	
	.x2_banner table td {
		display:block;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	
	.x2_banner img {
		width: 60% !important;
		margin: -10px auto 0;
		float: none;
	}
	
	.x2_banner h3 {
		font-size: 14px;
	}

	.x2_banner h4 {
		font-size: 10px;
	}
	
	.x2_banner img {
		width: 250px !important;
		margin: 1em auto;
	}
	
	.x2_banner .x2_image {
		display: none;
	}
	
	
	.banner_1830 h2 {
		font-size: 24px;
		max-width: 450px;
		margin-bottom: 0.3em;
	}
	/*.btn-1830 .main-btn {
		right: 27%;
		top: 180px;
	}*/


}

@media screen and (max-width: 700px) {
	
	.emea_banner_04 h4 {
		font-size: 24px !important;
		padding-bottom: 0.1em !important;
	}
	
	.banner_06 table td {
		display: block;
		width: 100%;
	}
	
	.banner_06 img.aruba_logo_masthead {
		width: 90px !important;
	}
	.banner_06 table td.banner_06_img {
		text-align: left !important;
	}
	
	.banner_06 table td.banner_06_img img {
		width: 350px;
		margin-top: -160px;
		margin-right: -40px !important;
	}
	
	.banner_06 table td.banner_06_img a {
		position: relative;
		top: 0px !important;
		left: 0px;
	}
	
	.banner_06 table td h2 {
		font-size: 18px;
	}
	
	.banner_06 table td h5 {
		font-size: 14px;
		width: 100%;
		margin: 0 0 1em 0;
	}
	
	
}

@media screen and (max-width: 660px) {
	.banner_06 table td.banner_06_img img {
		width: 60% !important;
		margin-top: -150px;
		margin-right: -40px !important;
	}
}



.carousel-indicators [data-bs-target]:focus {
	border-color: rgba(255,255,255,0) !important;
}


/*-------- DASHBOARD Content Section -------*/
.welcome-box {
  padding-right: 4rem !important;
}
.welcome-box h2 {
  font-family: 'Open Sans Thin';
  font-size: 20px;
}
.welcome-box h2 span {
  font-family: 'Open Sans Bold';
}
.profile_img_outer {
  width: 100%;
  position: relative;
  height: auto !important;
}
.profile_img_outer::after {
  clear: both;
}
.profile_img_outer img {
  width: 100%;
  position: absolute;
  z-index: 6;
}
.profile_img_inner {
  width: 69%;
  position: relative;
  z-index: 1;
}
.profile_img_inner img {
  width: 100%;
  position: relative;
  z-index: 1 !important;
}
table.profile-info {
  margin-top: 30px;
  margin-bottom: 20px;
}
table.profile-info td {
  padding: 0.2rem 1rem 0.2rem 0;
}
.profile-divider {
  color: #FF8300;
  margin: 0 0.8rem;
}
.dashboard-link {
  margin-bottom: 10px;
}
.dashboard-link a {
  font-family: 'Open Sans Bold';
  color: #ff8300;
  font-size: 16px;
}
.dashboard_pointbox {
  background-color: #064A76;
  padding: 1rem;
  position: relative;
}
.dashboard_pointbox p {
  font-family: 'Open Sans Medium';
  color: #fff;
  margin: 0;
  font-size: 16px;
  padding: 0;
}
.dashboard_pointbox hr {
  border-top: 1px solid #fff;
  opacity: 1;
  margin: 1rem 0;
}
.dashboard_pointbox h5 {
  font-family: 'Open Sans Medium';
  color: #fff;
  margin-bottom: 0;
}
.dashboard_pointbox p span {
  font-family: 'Open Sans Bold';
  font-size: 26px;
}
.unlocked_box {
  padding: 0.5rem 0.6em;
  ;
  background: #9fd4c9;
  font-size: 14px !important;
  color: #064A76;
  position: absolute;
  right: 20px;
  bottom: 15px;
  margin: 0.2rem 0;
  text-align: center;
  font-family: 'Open Sans Bold';
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.panel-button span.btn-orange {
		min-width: 100px !important;
		max-width: 250px !important;
	} 
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .unlocked_box {
    width: 100%;
    position: relative;
    margin: 1.2rem 0 0 1.2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 650px) {
  .unlocked_box {
    width: 100%;
    position: relative;
    margin: 1.2rem 0 0 1.2rem;
  }
}
.dashboard_badgebox {
  background-color: #fff;
  box-shadow: 0 0 5px #c3c5c8;
  padding: 1rem;
}
.dashboard_badgebox img {
  margin: 0.5rem;
  width: 80%;
}
.db_badgebox_inner {
  text-align: center;
}
.dashboard_badgebox p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .welcome-box {
    padding-right: 1.5rem !important;
  }
  .dashboard_badgebox p {
    font-size: 1.2vw;
    text-align: center;
  }
  table.profile-info td {
    font-size: 1.7vw;
  }
  .dashboard-link a {
    font-size: 1.4vw;
  }
  .profile-divider {
    margin: 0 0.3vw;
  }
  .dashboard_pointbox h5 {
    font-size: 2vw;
  }
  .dashboard_pointbox p {
    font-size: 1.5vw;
  }
  .dashboard_pointbox p span {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    margin-bottom: 1em;
  }
  .welcome-box {
    padding-right: 1rem !important;
  }
  .dashboard_badgebox h5 {
    font-size: 20px;
  }
  .dashboard_badgebox p {
    font-size: 16px;
  }
  table.profile-info td {
    font-size: 16px;
  }
  .dashboard-link a {
    font-size: 16px;
  }
  .dashboard_pointbox h5 {
    font-size: 20px;
  }
  .dashboard_pointbox p {
    font-size: 16px;
  }
  .dashboard_pointbox p span {
    font-size: 24px;
  }
  .view-dashboard {
    margin-top: 2rem;
  }
}
.view-dashboard {
  box-shadow: 0 0 5px #c3c5c8;
  padding: 1rem;
  margin-bottom: 2rem;
}
.view-dashboard-inner {
  max-width: 280px;
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content:center;
}
.view-dashboard-desc {
  padding: 0 1rem;
}
.view-dashboard-inner h4 {
  margin: 0 0 0.3rem 0;
}
.view-dashboard-inner a {
  font-family: 'Open Sans Bold';
  color: #ff8300;
}
.dashboard_newsbox_outer .col-md-6 {
  padding: 0 0.5rem !important;
}
.dashboard_newsbox {
  margin: 0.5rem 0;
  box-shadow: 0 0 5px #c3c5c8;
}

.dashboard_newsbox .image_box {
	position: relative;
	max-height: 180px;
	width: 100%;
	overflow: hidden;
}

.dashboard_newsbox .image_box img {
	width: 100%;
}

.dashboard_newsbox_desc {
  padding: 1rem;
}
.dashboard_newsbox_desc a.btn-text-orange {
  font-size: 14px;
}
.dashboard_newsbox_desc h5 {
  margin-bottom: 0.8rem;
}
.dashboard_newsbox_desc p {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 575px) {
  .profile_img_outer {
    width: 70%;
    position: relative;
    height: auto !important;
    margin: 0 auto;
  }
  table.profile-info {
    width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard-link {
    text-align: center;
  }
}


/*------- NA DASHBOARD Page -----*/

@media screen and (max-width: 576px) {
	.na_earn_summary tr:nth-child(2) td {
		width: 50% !important;
	}
}

.na_badgebox img {
  max-width: 100px !important;
}

.quick-links {
	padding: 1em;
	box-shadow: 0 0 5px #c3c5c8;
	margin-top: 2em;
}

.quick-links .panel-button span {
	margin: 0.5em;
}

.quick-links p {
	margin-top: 0.8em;
}

/*------- MY DASHBOARD --------*/
.my_dashboard {
  background-color: #F7F7F7;
  padding: 3rem 0;
}
.responsive-tabs {
  margin-top: 20px;
}
.responsive-tabs-container .tab-content {
  padding: 10px 0;
  border: 1px solid #ddd;
  border-top: none;
}
.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ff6600;
}
@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
  .responsive-tabs-container .tab-content {
    border: none;
  }
  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    /*border: 1px solid #ddd;*/
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    /*padding: 10px 10px 0;*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
  .responsive-tabs-container .tab-content {
    border: none;
  }
  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}
/*--- Styling of My Dashboard -----*/
ul.nav-tabs {
  width: 100%;
  border: 2px solid #ff8300;
}
ul.nav-tabs li {
  text-align: center;
  padding: 1rem;
}
.nav-tabs.three-tabs li {
  width: 33.33%;
}
.nav-tabs.two-tabs li {
  width: 50%;
}
ul.nav-tabs li a {
  color: #646569;
  font-family: 'Open Sans Bold';
}
ul.nav-tabs li.active {
  background: #ff8300;
}
ul.nav-tabs li.active a {
  color: #fff !important;
}
.responsive-tabs-container .tab-content {
  border: 0 !important;
}
@media screen and (max-width: 992px) {
  .responsive-tabs-container[class*="accordion-"] .accordion-link {
    border: 2px solid #ff8300;
    color: #646569;
  }
  .responsive-tabs-container[class*="accordion-"] .accordion-link.active {
    border-bottom: medium none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #ff8300;
    color: #fff;
  }
}
/*----- My Dashboard Progress -----*/


/*.mydb-boxes {
  background: #fff;
  box-shadow: 0 0 5px #c3c5c8;
  padding: 1rem;
  position: relative;
  margin: 1.5rem 0;
}*/
.mydb-title img {
  width: 100%;
}
.mydb-title h4 {
  font-size: 20px;
  color: #064a76;
  margin-bottom: 0;
}
.mydb-title p {
  font-family: 'Open Sans Bold';
  margin: 0;
}
.mydb-title p span {
  font-family: 'Open Sans Thin';
  font-size: 12px;
}
.dashboard-progress-status p {
  font-family: 'Open Sans Bold';
  padding: 0.5rem 2rem;
  float: right;
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
}
.not-started-status p {
  background: #f6f6f7;
  color: #c3c5c8;
}
.completed-status p {
  background: #f9f9ec;
  color: #8AB117;
}

.completed-status.redeem-now-btn p {
    background: #064a76;
    color: #f1f9f7;
}

/*.completed-status.redeem-now-btn p {
    background: #ff8300;
    color: #ffffff;
	border-radius: 50px;
}

.in-progress-status.redeem-now-btn p {
    background: #f9f9f9;
    color: #757679;
	border-radius: 50px;
}*/



/*---- View Branch Details ----*/
table.view_branch {
	margin: 1em 0;
	padding: 0.5em;
	color: #ff8300;
}

table.view_branch td {
	padding: 0.5em 0;
}

table.view_branch td:first-child {
	text-align: center;
	padding: 0.5em 0 0.5em 0.5em;
}

table.view_branch a {
	font-family: 'Open Sans Bold';
	cursor: pointer;
}

/*---- End of View Branch Details ----*/

.in-progress-status p {
  background: #f7eefc;
  color: #490870;
}
.progress-arrow {
  margin: 65px auto;
  text-align: center;
}
.progress {
  margin: 2rem 0 1rem;
  background: #c3c5c8;
}
.progress-bar, .progress {
  border-radius: 100px;
  text-align: right;
  height: 1.5rem;
}
.progress-bar span {
  color: #fff;
  margin-bottom: 0 !important;
  font-family: 'Open Sans Bold';
  /*margin-right: 10px;*/
}
.apj-track01 {
  width: 100%;
  display: flex;
}
.apj-track01 .progress {
  width: 100%;
  margin: 2rem 1rem 1rem;
}
.apj-track01 .progress:first-child {
  margin-left: 0;
}
.apj-track01 .progress:last-child {
  margin-right: 0;
}
.apj-track01 .progress span {
  text-align: center !important;
}
.first-row .progress {
  margin-bottom: 0.5rem !important;
}
.second-row .progress {
  margin-top: 0.5rem !important;
}
.emea-track01 .progress {
  margin-bottom: 0.2rem;
}
p.progress-bar-desc {
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #000;
}
.not-started-bg {
  background: #c3c5c8 !important;
}
.multiple-status div:nth-child(2) p {
  margin-right: 1rem;
}


.na-track01 {
  width: 100%;
  display: flex;
}
.na-track01 .progress {
  width: 100%;
  margin: 2rem 1rem;
}
.na-track01 .progress:first-child {
  margin-left: 0;
}
.na-track01 .progress:last-child {
  margin-right: 0;
}
.na-track01 .progress span {
  text-align: center !important;
}

@media screen and (max-width: 992px) {
  .mydb-desc .row .col-md-6 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .dashboard-progress-status p {
    padding: 0.5rem 1.2rem;
    float: right;
    margin-top: 32px;
  }
  .apj-track01 .progress {
    width: 100%;
    margin: 2rem 0.2rem;
  }
}
@media screen and (max-device-width: 450px) {
  .dashboard-progress-status p {
    font-size: 14px;
  }
}
/*----------- Dashboard EMEA Track 2 -------*/
.milestone_box {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.milestone-progress-bar {
  width: 620px;
  margin: 0 40px;
}
.milestone-progress-bar_p {
	width: 780px;
	margin: 0 40px;
}
.milestone-progress-bar .progress {
  margin: 80px 0;
  background: #c3c5c8;
}
.progress-bar {
  z-index: 2;
}
.one, .two, .three, .four, .five, .six, .seven {
  position: absolute;
  margin-top: -8px;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 25px;
}
.one {
  left: 30px;
}
.two {
  left: 180px;
}
.three {
  left: 340px;
}
.four {
  left: 490px;
}
.five {
  left: 650px;
}

.six {
  left: 800px;
}

.seven {
  left: 800px;
}

.progress-one, .progress-two, .progress-three, .progress-four, .progress-five , .progress-six {
  position: absolute;
  margin-top: -8px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 25px;
}


.progress-one {
  left: 30px;
}
.progress-two {
  left: 154px;
}
.progress-three {
  left: 278px;
}
.progress-four {
  left: 402px;
}
.progress-five {
  left: 526px;
}

.progress-six {
  left: 650px;
}



.progress-five-one, .progress-five-two, .progress-five-three, .progress-five-four, .progress-five-five  {
  position: absolute;
  margin-top: -8px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 25px;
}


.progress-five-one {
  left: 30px;
}
.progress-five-two {
  left: 180px;
}
.progress-five-three {
  left: 330px;
}
.progress-five-four {
  left: 480px;
}
.progress-five-five {
  left: 630px;
}




.five-points .one {
  left: 40px;
}
.five-points .two {
  left: 164px;
}
.five-points .three {
  left: 286px;
}
.five-points .four {
  left: 408px;
}
.five-points .five {
  left: 530px;
}

.five-points .six {
  left: 652px;
}


.no-color {
  background-color: inherit;
}
.progress-milestone span.bottom-desc {
  position: absolute;
  font-family: 'Open Sans Thin';
  color: #000;
  width: 100px;
  top: 45px;
  text-align: center;
  left: -33px;
}
.bottom-desc b {
  font-family: 'Open Sans Bold';
  font-size: 1em !important;
}
.top-desc-ar {
	position: absolute;
	margin-top: -45px;
	margin-left: 80px;
	z-index: 1;
	height: 40px;
	width: 30px;
	border-radius: 25px;
}

.top-desc-title {
  position: absolute;
  margin-top: -45px;
  margin-left: 55px;
  z-index: 1;
  height: 40px;
  width: 100px;
  border-radius: 25px;
}



.top-five-one, .top-five-two, .top-five-three, .top-five-four, .top-five-five {
  position: absolute;
  margin-top: -6px;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 25px;
}
.top-five-one {
  left: -30px;
}
.top-five-two {
  left: 120px;
}
.top-five-three {
  left: 270px;
}
.top-five-four {
  left: 420px;
}
.top-five-five {
  left: 570px;
}





.top-one, .top-two, .top-three, .top-four, .top-five, .top-six, .top-seven {
  position: absolute;
  margin-top: -6px;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 25px;
}
.top-one {
  left: 20px;
}
.top-two {
  left: 170px;
}
.top-three {
  left: 330px;
}
.top-four {
  left: 480px;
}
.top-five {
  left: 640px;
}

.top-six {
  left: 580px;
}



.title-top-one, .title-top-two, .title-top-three, .title-top-four, .title-top-five, .title-top-six, .top-seven {
  position: absolute;
  margin-top: -30px;
  z-index: 1;
  height: 100px;
  width: 80px;
  border-radius: 25px;
}



.title-top-one {
  left: -30px;

}


.title-top-six {
  left: 560px;
}






.five-points .top-one {
  left: 60px;
}
.five-points .top-two {
  left: 283px;
}
.five-points .top-three {
  left: 506px;
}
.five-points .top-four {
  left: 730px;
}


.top-desc-title span {
  position: absolute;
  font-family: 'Open Sans Bold' !important;
  font-size: 1.2em;
  color: #000;
  
  top: -20px;
  text-align: center;
  left: -10px;
  line-height: 15px;
}


.top-desc span {
  position: absolute;
  font-family: 'Open Sans Thin';
  color: #000;
  width: 50px;
  top: -35px;
  text-align: center;
  left: 0;
  line-height: 16px;
}
.top-desc span b {
  font-family: 'Open Sans Bold' !important;
  font-size: 1.4em;
}
.milestone-track .progress-arrow {
  margin: 140px 0;
}
/*------------ WEBINAR Default ------------*/
/*ul.check-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.check-list li {
  background: url('../images/tick.png') no-repeat;
  padding-left: 25px;
  position: relative;
  background-size: 20px;
  background-position: left 5px;
  margin-top: 0.5em;
}
ul.check-list li span {
  font-size: 1em;
  font-family: 'Open Sans Thin';
}
.webinar-wrapper p {
  min-height: auto !important;
}
.webinar-footer .module-date {
  width: 45%;
  display: inline-block;
  color: #064a76;
}
.webinar-footer .module-date p {
  font-family: 'Open Sans Bold';
  min-height: auto !important;
}
.webinar-footer .module-btn {
  width: 55%;
  display: inline-block;
  text-align: right;
}
@media screen and (min-width: 745px) and (max-width: 1207px) {
  .webinar-footer .module-date {
    width: 100%;
    display: block;
  }
  .webinar-footer .module-btn {
    width: 100%;
    display: block;
    margin-top: 1rem;
    text-align: right;
  }
}
@media screen and (max-width: 745px) {
  .webinar-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}*/





/*------------ WEBINAR ------------*/

.webinar-tb a.disabled {
	color: #E1E1E1;
}

.webinar-tb th:first-child {
	width: 20%;
}

.webinar-tb th:nth-child(3), .webinar-tb th:last-child,
.webinar-tb td:nth-child(3), .webinar-tb td:last-child {
	text-align: center !important;
}

.emea_webinar .webinar-tb td:nth-child(2) {
	max-width: 400px;
}

table.webinar-tb {
  width: 100%;
	border-bottom: 1px solid #E9E9E9;
}
table.webinar-tb th {
  font-family: 'Open Sans Bold';
  background-color: #064a76;
  padding: 1em;
  color: #fff;
}
table.webinar-tb td {
  font-family: 'Open Sans Thin';
  padding: 1em;
}
table.webinar-tb tbody tr:nth-child(even) {
  background-color: #f6f6f7;
}
.webinar-tb a {
  color: #ff8300;
  font-family: 'Open Sans Bold';
  text-decoration: underline;
}

.webinar-tb .btn-text-orange::after {
	background-image: none;
	width: 0;
}

@media screen and (max-device-width: 576px) {
	
	.webinar-tb th {
		font-size: 14px;
	}
	.webinar-tb td {
		font-size: 13px;
	}
	
}




/*-------- REWARDS Details Page ------- */
.rewardsDetail-wrapper .rewardsCat-tb {
  width: 335px;
}
.rewardsDetail-wrapper {
  margin-bottom: 4rem;
}
.text-left {
  text-align: left;
}
.rewardsDesc-wrapper {
  padding: 2rem 0 4rem;
}
.rewardsDetail-wrapper ol, .rewardsDetail-wrapper ul {
  padding-left: 20px;
}
.rewardsDetail-wrapper ol li, .rewardsDetail-wrapper ul li {
  font-family: 'Open Sans Thin';
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: 'Open Sans Medium';
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input {
  display: inline-flex;
}
.number-input, .number-input * {
  box-sizing: border-box;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: #ff8300;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:before, .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
  max-width: 5rem;
  padding: .5rem;
  font-size: 1.5rem;
  height: 3rem;
  border: 0;
  text-align: center;
}
@media screen and (max-device-width: 450px) {
  .rewards_details_btn a, .rewards_details_btn a {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .rewards_details_btn .btn-spacing {
    display: none;
  }
}
/*-------- REDEMPTION CART 01 --------*/
.redemption-wrapper {
  position: relative;
}
.redemption-wrapper .progress, .redemption-wrapper .progress .progress-bar {
  height: 10px;
}
.redemption-wrapper .progress-bar {
  width: 100%;
  z-index: 1;
}
.redemption-wrapper .progress {
  background: #c3c5c8;
}
.progress-steps {
  display: flex;
  width: 100%;
  margin-top: -58px;
  position: relative;
  z-index: 2;
}
.progress-steps .progress-steps-inner {
  width: 100%;
  text-align: center;
}
.step-one, .step-two, .step-three {
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  margin: 1em auto;
}
.step-one span, .step-two span, .step-three span {
  font-size: 1.2em;
  color: #fff;
  font-family: 'Open Sans Bold';
  line-height: 38px;
}
.progress-steps-inner p span {
  line-height: 50px;
  font-family: 'Open Sans Bold';
  font-size: 14px;
}
.no-color {
  background: #c3c5c8;
}
@media screen and (max-device-width: 450px) {
  .step-one span, .step-two span, .step-three span {
    font-size: 1em;
    color: #fff;
    font-family: 'Open Sans Bold';
    line-height: 40px;
  }
  .progress-steps-inner p span {
    font-size: 0.7em;
  }
  a.main-btn, input.main-btn {
    font-size: 0.9em;
  }
}
/*---- Redemption Cart Tabs -----*/
.tab-content-box {
  width: 100%;
  margin-bottom: 5em;
}
.cart-table p {
  margin-bottom: 0;
}
.cart-table p span.rewards-title {
  font-family: 'Open Sans Medium';
}
.cart-table p span.rewards-company {
  font-family: 'Open Sans Bold';
}
.cart-table p span.rewards-desc {
  font-size: 14px;
}
.cart-table .cart_quantity {
  font-family: 'Open Sans Bold';
  font-size: 1.2em;
  margin-left: 1em;
  color: #064a76;
}
.cart-table .number-input input[type=number] {
  font-size: 16px;
}
.cart-table p.rewards_points {
  font-size: 20px;
  color: #064a76;
  font-family: 'open Sans Bold';
}
.total_rewards_points, .total_balance_points {
  font-family: 'Open Sans Bold';
  font-size: 1.2em;
  color: #064a76;
}
.total_title {
  margin-bottom: 0;
}
table.redemption_table img {
  width: 90%;
  max-width: 300px;
}
table.redemption_table i {
  width: 25px;
}
@media screen and (min-width: 768px) {
  table.redemption_table tr td {
    padding: 2em 1em;
    border-bottom: 1px solid #c3c5c8;
  }
  table.redemption_table tr:last-child td {
    border-bottom: 0 !important;
  }
  table.redemption_table tr td:first-child, table.redemption_table tr td:nth-child(2) {
    text-align: center;
  }
  table.redemption_table tr td:last-child {
    text-align: right;
  }
  table.redemption_table tbody tr:nth-child(even) {
    background-color: #fff !important;
  }
  table.redemption_table img {
    width: 90%;
  }
  table.redemption_table tr:nth-last-child(2) td, table.redemption_table tr:last-child(2) td {
    border-bottom: 0 !important;
  }
  table.redemption_table tr:last-child {
    border-top: 2px solid #064a76 !important;
    text-align: left !important;
    vertical-align: top;
  }
  table.balance-table tr td:first-child {
    width: 210px;
  }
  table.balance-table tr:last-child {
    border-top: 0 !important;
  }
  table.balance-table {
    float: right;
  }
  table.balance-table tr td {
    padding: 1rem;
  }
}
@media screen and (max-width: 769px) {
  table.redemption_table td {
    padding: 1em;
  }
  table.redemption_table img {
    width: 100%;
  }
  table.redemption_table tr td {
    display: block;
    width: 100%;
  }
  table.redemption_table tr td:first-child {
    text-align: right;
    margin-top: 1em;
  }
  table.redemption_table tr td:nth-child(2), table.redemption_table tr td:nth-child(3), table.redemption_table tr td:nth-child(4) {
    text-align: center;
  }
  table.redemption_table tr td:nth-child(5) {
    padding-bottom: 2.5em;
    border-bottom: 1px solid #E6E6E7;
    text-align: center;
  }
  table.redemption_table tr:nth-last-child(2) td:nth-child(4) {
    border-bottom: 0;
  }
  .points-desc p {
    text-align: right !important;
  }
  tr.balance-tr td {
    padding: 1em 0;
  }
  tr.balance-tr {
    border-top: 2px solid #064a76 !important;
  }
  table.balance-table {
    width: 100%;
    float: left !important;
  }
  table.balance-table tr td {
    display: inline-block !important;
    width: 25% !important;
  }
  table.balance-table tr td:first-child {
    width: 50% !important;
  }
  table.balance-table tr td:first-child {
    margin-top: 0 !important;
  }
  table.balance-table tr td:nth-child(2), table.balance-table tr td:nth-child(3) {
    text-align: left;
  }
  table.balance-table td p {
    font-size: 1em !important;
  }
  table.balance-table td:last-child p {
    text-align: right !important;
  }
}
table.summary-table {
  width: 100%;
  margin: 2em 0;
}
table.summary-table tr td {
  padding: 0.5em 0;
}
table.summary-table tr td:first-child {
  width: 200px;
}
/*------------ REDEMPTION CART Step 2 ----------*/
.delivery_details {
  box-shadow: 0 0 5px #c3c5c8;
  padding: 1rem 1rem 2rem 1rem;
  margin-top: 5rem;
}
table.deliveryDet {
  width: 100%;
}
table.deliveryDet tr th {
  padding: 1rem;
}
table.deliveryDet tr td {
  padding: 0.2rem 1rem;
  font-family: 'Open Sans Thin';
}
table.deliveryDet tr td:nth-child(2) {
  font-family: 'Open Sans Bold';
}
/*------------ REDEMPTION CART Step 3 ----------*/
@media screen and (max-width: 515px) {
  .laststep-rewards-btn a.main-btn {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
/*---------- REDEMPTION HISTORY -------- */
/*------ CALENDAR --------*/
input.calendardate {
  padding-left: 50px;
  background-image: url("../images/icons/icon_calendar.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
}
/*@media screen and (max-device-width: 1024px) {
  #ui-datepicker-div {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    top: unset !important;
    left: unset !important;
    z-index: 9999999 !important;
    padding-bottom: 2em;
  }
}*/
/*------ TABLE --------*/
table.aruba-table {
  width: 100%;
}
table.aruba-table th {
  font-family: 'Open Sans Bold';
  background-color: #064a76;
  padding: 1em;
  color: #fff;
}
table.aruba-table td {
  font-family: 'Open Sans Thin';
  padding: 1em;
}
table.aruba-table tbody tr:nth-child(even) {
  background-color: #f6f6f7;
}
.aruba-table a {
  color: #ff8300;
  font-family: 'Open Sans Bold';
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  table.aruba-table {
    display: block;
  }
  table.aruba-table > *, table.aruba-table tr, table.aruba-table td, table.aruba-table th {
    display: block;
  }
  table.aruba-table thead {
    display: none;
  }
  table.aruba-table tbody tr {
    height: auto;
    padding: 20px 0;
  }
  table.aruba-table tbody tr td {
    padding-left: 50% !important;
    padding: 0.5em;
  }
  table.aruba-table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table.aruba-table tbody tr td:before {
    font-size: 14px;
    color: #7f7d7d;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    content: attr(data-h-title);
    margin-left: -185px;
    margin-top: 4px;
	  max-width: 200px;
  }
}
/*-------- REDEMPTION HISTORY PAGE ------------*/
#history_table th:nth-child(2) {
  width: 40%;
}
#history_table .dataTables_length, #history_table .dataTables_filter, #history_table .dataTables_info {
  display: none;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
div.dataTables_paginate {
  width: 100%;
  margin: 2em auto !important;
  text-align: center !important;
}
.pagination {
  width: fit-content;
  margin: auto !important;
}
.page-item:not(:first-child) .page-link {
  margin-left: auto !important;
}
.page-link {
  border: 0;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  outline: 0;
  line-height: 1.65em;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  margin: 0 0rem;
  padding :0rem;
}
	.page-link:hover {
		border: 0;
		width: 1.5rem;
		height: 1.5rem;
		overflow: hidden;
		cursor: pointer;
		color: #000;
		outline: 0;
		line-height: 1.65em;
		background: rgba(0, 0, 0, 0.04);
		border-radius: 50%;
		text-align: center;
		margin: 0 1rem;
	}
.page-item.active .page-link {
	color: #000;
	border: 0;
	background: rgba(0, 0, 0, 0.04);
	outline: none;
}
.page-item.previous .page-link {
  border: 0;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  /*width: 2.25rem;
  height: 2.25rem;*/
  border-radius: 50%;
  background-size: 1.25rem;
  background-image: url('../images/orange-full-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.page-item.next .page-link {
  border: 0;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  /*width: 2.25rem;
  height: 2.25rem;*/
  border-radius: 50%;
  background-size: 1.25rem;
  background-image: url('../images/orange-full-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
/*-------- Promo Details Page -------*/
.promo_pg {
  margin-top: 60px;
}
table.promo-table {
  width: 100%;
  max-width: 600px;
}
	table.promo-table tr th {
		background: #01A982;
		padding: 1rem 0.8em;
		border: 1px solid #000;
	}
table.promo-table tr td {
  padding: 1rem;
  border: 1px solid #000;
	font-family:'Open Sans Thin';
}
table.progress_animation {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
  font-size: 14px;
}


table.progress_animation.inprogress-border {
	border: 2px solid #5c0f8b !important;
}

table.progress_animation.completed-border {
	border: 2px solid #c8e379 !important;
}




table.progress_animation td {
  vertical-align: middle;
  padding: 1rem;
}
.progress_animation i.icon_bell {
  position: relative;
  width: 20px;
}
.promo-progress-status span {
  position: relative;
  font-family: 'Open Sans Bold';
  color: #ff8300;
  top: -4px;
}
.promo-progress-date, .progress-trackNo {
  font-family: 'Open Sans Thin';
}

.promo-details h1, .promo-details h2, .promo-details h3, .promo-details h4, .promo-details h5 {
  margin-bottom: 0.5rem;
}
.promo-details h1 span, .promo-details h2 span, .promo-details h3 span, .promo-details h4 span, .promo-details h5 span {
  font-family: 'Open Sans Bold';
}
p.tnc-p {
  margin-top: 3em;
}
.promo_pg_top {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.promo_pg_top h5, .promo_pg_top h5 span.text-orange {
  font-family: 'Open Sans Bold';
  margin-bottom: 2em;
}
.promo_pg_top h6, .promo_pg_top h6 span {
  font-family: 'Open Sans Medium';
  margin-bottom: 2em;
}
/*-- EMEA First Sales Promo --*/
.chart {
  margin: 1em;
}
.chart-box {
  width: 400px;
  background: #f6f6f7;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 765px) {
  .chart-box {
    width: 100%;
  }
}
.chart-arrow {
  width: 30px;
  margin: 1em auto;
}
.chart-arrow img {
  width: 100%;
}
/*--------- EDIT PROFILE --------- */
/*------ UPLOAD FILE ------*/
.upload-file i {
  width: 40px;
  margin-top: -6px;
}
.upload-photo label.upload-file {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #646569;
  border-radius: 0 !important;
  font-family: 'Open Sans Thin';
  margin-top: 18px;
  font-size: 14px;
  padding: 0 5px;
}
.upload-photo #file-chosen {
  margin-left: 0.3rem;
  position: relative;
  font-size: 14px;
  top: -33px;
  left: 50px;
  width: 100%;
}
.upload-photo #file-chosen span {
  margin-bottom: -24px !important;
}
/*------ SALES RESOURCES ---------*/



.salesresources_box {
  padding: 1rem 1em 1.5em 1em;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.salesresources_box img {
  	max-width: 120px;
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}

.salesresources_box h3 {
  font-family: 'Open Sans Medium';
  margin: 1em 0;
}
.salesresources_box p {
  text-align: left;
}

.salesresources_box a.btn-text-orange {
  font-size: 1.2em;
}

.salesresources_box a.btn-text-orange::after {
  display: none;
}


@media screen and (min-width: 768px) {
  .salesresources_wrapper {
    display: inline-flex;
  }
  .salesresources_box {
    margin: 0 1em;
  }

}

@media screen and (max-width: 768px) {
  .salesresources_wrapper {
    display: block;
  }
  .salesresources_box {
    margin: 1.5em 0;
  }

}


/*----------- TRAINING & SALES TOOLS -------*/
.module_card_box {
	display: inline-block;
	width: 30%;
	margin: 0.5em;
	padding: 1rem 1em 0.5em 1em;
	  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	  border-radius: 10px;
	vertical-align: top;
	position: relative;
}

.card_header {
	width: 100%;
	display: table;
	margin-bottom: 1rem;
	min-height: 200px;
}

.card_img {
	width: 60px;
	padding-right: 10px;
}

.card_title h4 {
	font-size: 14px;
	margin-bottom: 0;
}

.card_title {
	width: calc(100% - 65px);
}

.card_icon, .card_type {
	display: table-cell;
	vertical-align: middle !important;
}
.card_img, .card_title {
	display: table-cell;
	vertical-align: top !important;
}

.card_icon i {
	vertical-align: middle !important;
}


.card_body p {
	font-size: 14px; 
	margin-bottom: 1em;
}

/*.card_footer {
	width: 100%;
	display: table;
}

.card_footer .card_icon {
	width: 40px;
	padding-right: 10px;
}

.card_footer .card_type p {
	margin-bottom: 0;
	color: #ff8300;
	font-family: 'Open Sans Bold';
	text-transform: uppercase;
	font-size: 14px;
}*/


/*----- Training Card Action ----*/
/*.card_action {
	margin-top: 1em;
	border-top: 1px solid #c3c5c8;
	padding: 0.5em 0 0 0;	
}
.card_action .like_btn {
	width: 30px;
}*/

.like_action {
	width: calc(100% - 60px);
	display: inline-block;
}

.training_status {
	width: 50px;
	display: inline-block;
	text-align: right;
}

.training_status i {
	width: 25px;
}

.like_btn, .like_count {
	display: inline-block;
}

.like_btn i {
	width: 25px;
}

.like_count p {
	margin-bottom: 0;
	position: relative;
	top: -7px;
	font-size: 14px;
}


/*------------*/


@media screen and (min-width: 1200px) {
	
	.module_card_box {
		/*min-height: 196px;*/
		min-height: 296px;
	}
	
	.salestools_box .card_footer {
		position: absolute;
		height: 30px;
		bottom: 10px;
	}

}



@media screen and (min-width: 870px) and (max-width: 1200px) {
	.module_card_box {
		width: 46%;
	}
	
}

@media screen and (max-width: 870px) {
	.module_card_box {
		width: 100%;
	}
	
	.card_img, .card_title {
		display: table-cell;
		vertical-align: middle !important;
	}
	
	.card_header {
		min-height: auto !important;
	}
}


@media screen and (max-width: 620px) {
	
	.module_card_box {
		width: 45%;
		
	}
}

@media screen and (max-width: 500px) {
	
	.module_card_box {
		width: 100%;
		
	}
	
	.card_img, .card_title {
		display: table-cell;
		vertical-align: middle !important;
	}
	
	.card_header {
		min-height: auto !important;
	}
}


.salestools_box .card_header {
	min-height: auto !important;
}

.salestools_box .card_img, .salestools_box .card_title {
		display: table-cell;
		vertical-align: middle !important;
	}


/*--------- TERMS AND CONDITIONS ---------*/
.accordion-item {
	border: 0;
	background: #fff;
	box-shadow: 0 0 5px #c3c5c8;
	margin-bottom: 1rem;
}

.accordion-header {
	border-bottom: 1px solid #f6f6f7;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background: #fff !important;
}


.accordion-button:not(.collapsed)::after {
    background-image: url('../images/collapse_arrow.svg');
}

.accordion-button::after {
    background-image: url('../images/collapse_arrow.svg');
}

.accordion-body li {
	font-family: 'Open Sans Thin';
		margin-bottom: 1rem;
}



/*-------- COMPANY MANAGEMENT -----*/
.dataTables_length {
	width: 250px;
	float: left;
}

.dataTables_filter {
	width: 300px;
	float: right;
}

.dataTables_info {
	padding-left: 0.5em !important;
}

.dataTables_wrapper label, .dataTables_info {
	display: flex;
	margin: 2em 0;
	font-family: 'Open Sans Thin';
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.dataTables_length {
		float: none;
	}

	.dataTables_filter {
		float: none;
	}
	
	
	.dataTables_wrapper label {
		display: flex;
		margin: 2em 1em 1em 0.5em;
		font-family: 'Open Sans Thin';
	}

}




.dataTables_wrapper input, .dataTables_wrapper select {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #646569;
	background: rgba(255,255,255,0) !important;
	margin: 0 10px;
}

.dataTables_wrapper .action i.icon_edit {
	width: 25px;
}

.dataTables_wrapper td.action, .dataTables_wrapper th.action {
	text-align: center !important;
}


@media screen and (max-width: 768px) {
	.dataTables_wrapper td.action, .dataTables_wrapper th.action {
		text-align: left !important;
	}
	
	.company_management_tab .tab-pane {
		border: 1px solid #c3c5c8 !important;
		padding: 1rem;
	}
	
}


.company_management_tab .tab-content {
	padding-top: 0;
}


/*------- FAQ -------*/
.question-box h5::before {
	content:'Q:  ';
}

.question-box h5 {
	margin-bottom: 0.3em;
}

.answer-box {
	margin-bottom: 3em;
}

.answer-box p {
	padding-left: 25px;
	margin: 1em 0;
}

.answer-box h6 {
	padding-left: 25px;
	margin: 2em 0 0 0;
	color: #5c0f8b;
	font-weight: 700 !important;
	text-decoration: underline;
}


/*----------- Account Summary -----*/

.account_pts {
	text-align: center;
	padding: 1em 0.2em;
}

.account_pts img {
	width: 50px;
}

.account_pts h5 {
	font-size: 16px;
	margin-bottom: 0.5rem;
}



/*---- ABOUT ------*/
@media screen and (max-width: 584px) {
	.masthead-bg .masthead-title.about-title h1 {
		font-size: 2.6em;
	}
}


/*------ Track 2 TnC -----*/
.tnc-content h5 {
	margin: 1em 0;
}

.tnc-content p {
	margin-bottom: 0.5em;
}


.tnc-content ol, .tnc-content ul {
	padding-left: 20px; 
}

.tnc-content li {
	font-family: 'Open Sans Thin';
}

.bg-white {
	background: #ffffff !important;
}

.text-black {
	color: #000 !important;
}

.bg-orange {
	background: #ff8300 !important;
}

.bg-green {
	background: #01A982 !important;
}

.bg-red {
	background: #FF5F4B !important;
}

.bg-purple {
	background: #5c0f8b !important;
}

.bg-grey {
	background: #757679 !important;
}

.tnc-content .tnc-table th {
	border: 1px solid #fff;
}

table.tnc-table {
  width: 100%;
}
table.tnc-table th {
  font-family: 'Open Sans Bold';
  background-color: #01A982;
  padding: 1em;
  color: #fff;
	text-align: center;
}
table.tnc-table td {
  font-family: 'Open Sans Thin';
  padding: 1em;
	text-align: center;
}
table.tnc-table tbody tr:nth-child(even) {
  background-color: #f6f6f7;
}
.tnc-table a {
  color: #ff8300;
  font-family: 'Open Sans Bold';
  text-decoration: underline;
}

/*-------------- Claim Form -----------*/
/*------ UPLOAD FILE ------*/

label#iv-upload-file-btn {
	display: inline-block;
}

.claim-form-upload label.upload-file {
  cursor: pointer;
	padding: 1em 3em !important;
    background: #ff8300 !important;
	position: relative;
    vertical-align: top;
    transition: background-color .2s ease;
    font-size: 14px !important;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    color: #fff !important;
    border: none;
    text-transform: uppercase;
	margin-bottom: 1.2em;
	max-width: 200px;
	font-family: 'Open Sans Bold';
}



.claim-form-upload label.upload-file:hover{
	background: #ff4c00 !important;
}
.claim-form-upload .file-selected {
  position: relative;
  left: 0;
	display: block;
    color: #575755;
    margin-bottom: 0px;
	border: 0 !important;
	 border-bottom: 1px solid #646569 !important;
  width: 100%;
  border-radius: 0 !important;
  font-family: 'Open Sans Thin';
  margin-top: 24px;
  font-size: 14px;
  padding: 0 5px !important;
}

.claim-form-upload .file-selected:focus {
  outline: none;
  border-color: #FF8300 !important;
  border-radius: 0;
}


.claim-form-upload #filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #E6E6E6;
	border: 2px dashed #E6E6E6;
	cursor: default;
}

.claim-form-upload #filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #E6E6E6;
}

.claim-form-upload label#iv-upload-file-btn {
	display: inline-block;
}


.d-inlineblock {
	display: inline-block;
}
#iv-messages
{
	padding: 0 10px;
	margin: 0.5em 0 1em 0;
	border: 1px solid #E6E6E6;
}


#iv-messages img
{
	width: 200px;
}

#iv-progress p
{
	display: block;
	width: 100%;
	padding: 2px 5px;
	margin: 2px 0;
	background: #eee url("../img/progress.png") 100% 0 repeat-y;
}

#iv-progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#iv-progress p.failure
{
	color:#fff;
	background: #c00 none 0 0 no-repeat;
}



.f_instruction {
	color: #ff8300;
	font-style: italic;
}

.f_instruction p.f-hidden {
	font-family: 'Open Sans Medium' !important;
}


/*----- POPUP TnC Modal in Dashboard ------*/
.block {
	display: block;
}

.tnc_popup {
	top: 4vw;
	width: 100%;
}

.modal-overlay {
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	left: 0;
}

.tnc_popup .modal-content {
	padding: 0;
	
}

.tnc_popup .modal-close-btn {
	top: 10px !important;
	right: 10px;
}

.tnc_popup .modal-header {
	background: linear-gradient(90deg, rgba(92, 15, 139, 1) 0%, rgba(133, 38, 103, 1) 39%, rgba(159, 53, 79, 1) 66%, rgba(246, 103, 1, 1) 100%);
	padding: 2em;
	display: block;
}

.tnc_popup .modal-body {
	padding: 2em;
	height: calc(100vh - 30vh);
	overflow-y: scroll;
}

.tnc_popup .modal-body-inner {
	min-height: auto;
}

.tnc_popup h3  {
	color:#fff;
	max-width: 90%;
}

.tnc_popup .modal-header p  {
	color:#fff;
	max-width: 90%;
	margin-top: 1em;
}

.tnc_popup p {
	margin-bottom: 1em;
}

.tnc_popup ol li {
	font-family: 'Open Sans Thin';
}

.tnc_popup .radio-btn input, .tnc_popup .radio-btn label {
	margin-top: 10px;
}

.tnc_popup .radio-btn label {
	font-family: 'Open Sans Thin';
}



/*--------- Action Rewards ---------*/
tfoot tr td {
	font-family: 'Open Sans Bold' !important;
	color: #064a76 !important;
}

tfoot tr td.total_header {
		text-align: right;
	}

@media screen and (max-width: 992px) {
	.action-rewards_na tr td:nth-child(2)::before, .action-rewards_na tr td:nth-child(4)::before{
		color: #fff !important;
	}
}

@media screen and (max-width: 768px) {
	.action-rewards_apj_emea tr td:nth-child(2)::before {
		color: #fff !important;
	}
	
	table.aruba-table tfoot tr td {
    padding-left: 50% !important;
    padding: 0.5em;
}
	tfoot tr td.total_header {
		text-align: left !important;
	}
	
	tfoot tr td {
		display: block !important;
		text-align: left;
	}
	
	table.aruba-table tfoot tr td:before {
		font-size: 14px;
		color: #7f7d7d;
		line-height: 1.2;
		font-weight: unset;
		position: absolute;
		content: attr(data-h-title);
		margin-left: -185px;
		margin-top: 4px;
	}
	
}


/*--------- End of Action Rewards ---------*/


/*--------------- Localization Banner 06 ------*/
@media screen and (min-width: 1450px) {
	.banner_06.local_banner h2 {
		font-size: 30px !important;
		max-width: 650px;
	}
}

@media screen and (max-width: 1450px) {
	.banner_06.local_banner h2 {
		font-size: 28px;
		max-width: 650px;
	}
}

@media screen and (max-width: 1100px) {
	.banner_06.local_banner h2 {
		font-size: 24px;
		max-width: 650px;
	}
}

@media screen and (max-width: 992px) {
	.banner_06.local_banner h2 {
		font-size: 20px;
		max-width: 650px;
	}
}

@media screen and (min-width: 700px) and (max-width: 768px) {
	.banner_06.local_banner h2 {
		font-size: 18px;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.banner_06.local_banner .banner_06_img img {
		width: 20vw;
		margin-top: -220px;
	}
	
	.banner_06 h5.local_banner {
		width: 32%;
	}
}

@media screen and (max-width: 700px) {
	.banner_06.local_banner h2 {
		font-size: 18px;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.banner_06.local_banner .banner_06_img img {
		width: 20vw;
		margin-top: -178px;
	}
	
}

/*----- HE Banner 06 ----*/

@media screen and (min-width: 700px) and (max-width: 768px) {
	
	.he.banner_06 h2 {
		font-size: 18px;
		width: 40% !important;
		max-width: 50% !important;
	}
	
	.he.banner_06 .banner_06_img img {
		width: 20vw;
		margin-top: -190px;
	}
	
	.he.banner_06 h5 {
		width: 40%;
	}
}

@media screen and (max-width: 700px) {
	.he.banner_06 h5 {
		float:left;
	}
	
	.he.banner_06 table td {
		width: 50% !important;
	}
	

	.he.banner_06.local_banner h2 {
		font-size: 18px;
		width: 50% !important;
		max-width: 50% !important;
	}

	.he.banner_06 table td.banner_06_img img {
		width: 38vw !important;
		margin-top: -100px !important;
	}
	
	.he.banner_06 table td .main-btn {
		margin-top: -20px;
		float: right;
	}

	
	

}

/*----- End of HE Banner 06 ----*/

/*--------------- End of Localization Banner 06 ------*/




/*----- Localization Banner 07 ----*/

@media screen and (min-width: 1200px) {
	h4.banner_07_h4_DE, h4.banner_07_h4_ID  {
		font-size: 28px !important;
	}
	
	h4.banner_07_h4_IT  {
		font-size: 26px !important;
	}
	
}
	
@media screen and (max-width: 1200px) {
	h4.banner_07_h4_IT  {
		font-size: 24px !important;
	}
}

@media screen and (max-width: 700px) {
	h4.banner_07_h4_DE, h4.banner_07_h4_ID  {
		font-size: 22px !important;
	}
	
	h4.banner_07_h4_IT  {
		font-size: 18px !important;
	}
	
}


/*--------------- End of Localization Banner 07 ------*/


/*----------- APJ Incentives -------------*/

.apj-incentives .milestone-progress-bar {
    height: 125px;
}

.apj-incentives .milestone_box {
	max-width: 1008px;
	margin: 0 auto;
}

.bonus-box {
	border: 1px solid #064a76;
}


.apj-incentives .seven-points.milestone_box {
	overflow-x: scroll;
}

/*----------- Bonus Table ------------*/
.bonus-table th, .bonus-table td   {
	text-align: center;
	vertical-align: middle;
}

.bonus-table.incomplete th  {
	background: #999;
}

table.bonus-table th {
  font-family: 'Open Sans Bold';
  background-color: #eaeaea;
  padding: 1em;
  color: #000;
	font-size: 13px;

}
table.bonus-table td {
  font-family: 'Open Sans Thin';
  padding: 1em;
}
table.bonus-table tbody tr:nth-child(even) {
  background-color: #f6f6f7;
}
/*----------- End of Bonus Table ------------*/



/*------- Speedometer ----------*/

.speedometer {
	width: 100%;
	text-align: center;
	padding: 1em;
	border: 2px solid #064A76;
}
.gauge-wrapper {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0 15px 15px;
}

.gauge {
  background: #e7e7e7;
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0!important;
  position: relative;
  overflow: hidden;
}
.gauge.min-scaled {
  transform: scale(0.5);
}

.gauge-center {
  content: '';
  color: #fff;
  width: 60%;
  height: 60%;
  background: #15222E;
  border-radius: 100px 100px 0 0!important;
  position: absolute;
  box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
  right: 21%;
  bottom: 0;
  color: #fff;
  z-index:10;
}

.gauge-center .number {display:block; width: 100%; text-align: center; border:0!important; font-size:1em; margin-top:1.7em;}

.needle {
  width: 80px;
  height: 7px;
  background: #15222E;
  border-bottom-left-radius: 100%!important;
  border-bottom-right-radius: 5px!important;
  border-top-left-radius: 100%!important;
  border-top-right-radius: 5px!important;
  position: absolute;
  bottom: -2px;
  left: 20px;
  transform-origin: 100% 4px;
  transform: rotate(0deg);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
  display:none;
  z-index:9;
}

.four-seg.rischio1 .needle {animation: fourspeed1 2s 1 both; animation-delay: 1s; display:block;}
.four-seg.rischio2 .needle {animation: fourspeed2 2s 1 both; animation-delay: 1s; display:block;}
.four-seg.rischio3 .needle {animation: fourspeed3 2s 1 both; animation-delay: 1s; display:block;}
.four-seg.rischio4 .needle {animation: fourspeed4 2s 1 both; animation-delay: 1s; display:block;}

.slice-colors {height:100%;}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;  
}


.four-seg .slice-colors .st.slice-item:nth-child(2) {
  border-top: 50px #ccc solid;
  border-right: 50px #ccc solid;
  background-color: #c8e379;
}

.four-seg .slice-colors .st.slice-item:nth-child(2)::before {
  	content: 'Q1';
	color:#000;
	position: absolute;
	z-index:2;
	top: 10px;;
	left: -35px;
}

.four-seg .slice-colors .st.slice-item:nth-child(2)::after {
  	content: 'Q2';
	color:#fff;
	position: absolute;
	z-index:2;
	top: -35px;
	left: 10px;
}

.four-seg .slice-colors .st.slice-item:nth-child(4) {
  left:50%;
  border-bottom: 50px #ccc solid;
  border-right: 50px #ccc solid;
  background-color:#ccc;
}

.four-seg .slice-colors .st.slice-item:nth-child(4)::before {
	content: 'Q3';
	color:#fff;
	position: absolute;
	z-index:2;
	top: -35px;
	left: -30px;
}

.four-seg .slice-colors .st.slice-item:nth-child(4)::after {
	content: 'Q4';
	color:#fff;
	position: absolute;
	z-index:2;
	top: 10px;
	left: 12px;
}


@-webkit-keyframes fourspeed1 {
	0% {transform: rotate(0);}
  100% {transform: rotate(20deg);}
}

@-webkit-keyframes fourspeed2 {
	0% {transform: rotate(0);}
  100% {transform: rotate(65deg);}
}

@-webkit-keyframes fourspeed3 {
	0% {transform: rotate(0);}
  100% {transform: rotate(115deg);}
}

@-webkit-keyframes fourspeed4 {
	0% {transform: rotate(0);}
  100% {transform: rotate(164deg);}
}


/*------- End of Speedometer ----------*/

/*----------- End of APJ Incentives -------------*/

/*----------- APJ Premier  -------------*/

#chart {
      padding: 0;
      max-width: 650px;
      margin: 0 auto;
    }

#chart, .chart-box {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);
}

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
  }
  

.apexcharts-canvas {
    margin: 0 auto;
}

#apexcharts-radialbarTrack-0, #apexcharts-radialbarTrack-1 {
	stroke: #fff;
}


.bonus-table label {
	padding-left: 19px !important;
	top: -15px
}

/*----------- End of APJ Premier  -------------*/

/*------Code of Manoj on 19102023----*/

.ones, .twos, .threes, .fours, .fives, .sixs {
	position: absolute;
	margin-top: -6px;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.ones {
	left: 30px;
}

.twos {
	left: 230px;
}

.threes {
	left: 425px;
}

.fours {
	left: 610px;
}

.fives {
	left: 800px;
}

.sixs {
	left: 800px;
}

.onep, .twop, .threep, .fourp, .fivep, .sixp {
	position: absolute;
	margin-top: -6px;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.onep {
	left: 20px;
}

.twop {
	left: 161px;
}

.threep {
	left: 311px;
}

.fourp {
	left: 475px;
}

.fivep {
	left: 620px;
}

.sixp {
	left: 800px;
}

.top-ones, .top-twos, .top-threes, .top-fours, .top-fives, .top-sixs {
	position: absolute;
	margin-top: -6px;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.top-ones {
	left: 20px;
}

.top-twos {
	left: 220px;
}

.top-threes {
	left: 415px;
}

.top-fours {
	left: 600px;
}

.top-fives {
	left: 800px;
}

.top-sixs {
	left: 412px;
}

.top-onep, .top-twop, .top-threep, .top-fourp, .top-fivep, .top-sixp {
	position: absolute;
	margin-top: -6px;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.top-onep {
	left: 12px;
}

.top-twop {
	left: 150px;
}

.top-threep {
	left: 300px;
}

.top-fourp {
	left: 465px;
}

.top-fivep {
	left: 619px;
}

.top-sixp {
	left: 412px;
}
.milestone_boxHight{
	height:150px;
}
.milestone_boxHightA{
	height:170px;
}
.milestone_boxHightB {
	height: 186px;
}
/*------End of Manoj --------------*/

/*------Code of Manoj on 19102023----*/

.one_t, .two_t, .three_t, .four_t, .five_t {
	position: absolute;
	margin-top: -6px !important;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.one_t {
	left: 5px;
}

.two_t {
	left: 205px;
}

.three_t {
	left: 405px;
}

.four_t {
	left:609px;
}

.five_t {
	left: 636px;
}

.top-one_t, .top-two_t, .top-three_t, .top-four_t, .top-five_t {
	position: absolute;
	margin-top: -6px;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.top-one_t {
	left: 0px;
}

.top-two_t {
	left: 195px;
}

.top-three_t {
	left: 395px;
}

.top-four_t {
	left: 595px;
}

.top-five_t {
	left: 570px;
}

/*------End of Manoj --------------*/


/* CSS for 6th Meter */ 

#score-meter-6{
  width: 280px;
  height: 280px;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  border-radius:50%;
  border: 4px solid #eaeaea;
  position: relative;
  background-color: #eaeaea;
}
#scorer-6-main-tick{
  position: absolute;
  bottom: 50%;
  left: 10px;
  width: 130px;
  height: 5px;
  background-color: #c8e379;
  transform-origin: right center;
  transform-origin: right center;
  transform: rotate(17deg);
  z-index: 3;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
/*
  animation-name: ticker-mover-6;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
*/
}
.scorer-6-ticks{
   position: absolute;
  bottom: 50%;
  left: 0px;
  width: 135px;
  height: 2px;
  background-color: #eaeaea;
  transform-origin: right center;
  border-left:20px solid #c8e379;
}
#scorer-6-tick-1{
  transform: rotate(-30deg);
}
#scorer-6-tick-2{
  transform: rotate(0deg);
}
#scorer-6-tick-3{
  transform: rotate(30deg);
}
#scorer-6-tick-4{
  transform: rotate(60deg);
}
#scorer-6-tick-5{
  transform: rotate(90deg);
}
#scorer-6-tick-6{
  transform: rotate(120deg);
}
#scorer-6-tick-7{
  transform: rotate(150deg);
}
#scorer-6-tick-8{
  transform: rotate(180deg);
}
#scorer-6-tick-9{
  transform: rotate(210deg);
}
.scorer-6-sub-ticks{
   position: absolute;
  bottom: 50%;
  left: 0px;
  width: 135px;
  height: 2px;
  transform-origin: right center; 
  border-left:10px solid #c8e379;
  background-color: #eaeaea;
}
#scorer-6-sub-tick-1{
  transform: rotate(-20deg);
}
#scorer-6-sub-tick-2{
  transform: rotate(-10deg);
}
#scorer-6-sub-tick-3{
  transform: rotate(10deg);
}
#scorer-6-sub-tick-4{
  transform: rotate(20deg);
}
#scorer-6-sub-tick-5{
  transform: rotate(40deg);
}
#scorer-6-sub-tick-6{
  transform: rotate(50deg);
}
#scorer-6-sub-tick-7{
  transform: rotate(70deg);
}
#scorer-6-sub-tick-8{
  transform: rotate(80deg);
}
#scorer-6-sub-tick-9{
  transform: rotate(100deg);
}
#scorer-6-sub-tick-10{
  transform: rotate(110deg);
}
#scorer-6-sub-tick-11{
  transform: rotate(130deg);
}
#scorer-6-sub-tick-12{
  transform: rotate(140deg);
}
#scorer-6-sub-tick-13{
  transform: rotate(160deg);
}
#scorer-6-sub-tick-14{
  transform: rotate(170deg);
}
#scorer-6-sub-tick-15{
  transform: rotate(190deg);
}
#scorer-6-sub-tick-16{
  transform: rotate(200deg);
}
.scorer-6-text{
   position: absolute;
  bottom: -43px;
  left: 10px;
  color: #000; 
  transform-origin: center;
  transform: rotate(-90deg);
}
#scorer-6-number p{
  text-align:center;
   position: absolute;
  width: 30%;
  padding: 5px;
  font-size: 28px;
  bottom: 10%;
  left: 30%;
  color: #212529; 
}
#scorer-6-fill-div{
  z-index:2;
  position: absolute;
  width: 270px;
  height: 135px;
  background: transparent;
  left: 0px;
  top:0px;
  border: 5px solid #c8e379;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  border-bottom: none;
  transform-origin: bottom center;
  transform: rotate(0deg);
}
#scorer-6-fill-danger-div{
  z-index:0;
  position: absolute;
  width: 270px;
  height: 135px;
  background: transparent;
  left: 0px;
  top:0px;
  border: 5px solid #E1E1E1;
  border-top-left-radius: 360px;
  border-top-right-radius: 360px;
  border-bottom: none;
  transform-origin: bottom center;
  transform: rotate(0deg);
}
@keyframes ticker-mover-6 {
  0% {
    transform-origin: right center;
    transform: rotate(-30deg);
  }
  20% {
    transform-origin: right center;
    transform: rotate(60deg);
  }
  50% {
    transform-origin: right center;
    transform: rotate(110deg);
  }
  75% {
    transform-origin: right center;
    transform: rotate(150deg);
  }
  100% {
    transform-origin:right center;
    transform: rotate(170deg);
  }
}
/*Added ruby Manoj for HE Lang on 01-03-2024*/

.checkmark-right {
	position: absolute;
	top: 5px;
	right: -30px;
	height: 20px;
	width: 20px;
	background-color: rgba(100, 101, 105, 0.1);
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark-right {
	background-color: rgba(255, 131, 0, 0.5);
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark-right {
	background-color: #FF8300;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-right:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark-right:after {
	display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark-right:after {
	left: 6px;
	top: 1px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.one-b, .two-b, .three-b, .four-b, .five-b, .six-b, .seven-b {
	position: absolute;
	margin-top: -6px;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.one-b {
	left: 30px;
}

.two-b {
	left: 165px;
}

.three-b {
	left: 295px;
}

.four-b {
	left: 420px;
}

.five-b {
	left: 555px;
}

.six-b {
	left: 680px;
}

.seven-b {
	left: 800px;
}

.top-one-b, .top-two-b, .top-three-b, .top-four-b, .top-five-b, .top-six-b, .top-seven-b {
	position: absolute;
	margin-top: -6px;
	z-index: 1;
	height: 30px;
	width: 30px;
	border-radius: 25px;
}

.top-one-b {
	left: -30px;
}

.top-two-b {
	left: 92px;
}

.top-three-b {
	left: 214px;
}

.top-four-b {
	left: 336px;
}

.top-five-b {
	left: 458px;
}

.top-six-b {
	left: 580px;
}
