.page-link.active {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #444bf8;
  border-color: #444bf8;
}

.user-select label {
  width: 100%;
  float: left;
}

.user-select select {
  width: 100%;
  float: left;
  border: 1px solid #e8eaf3;
  border-radius: 0.25rem;
  padding: 1.0625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1e24;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1a203b;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #1a203b;
    background: #e72e4b;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    /* background: #6d7fcc; */
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        /* display: none; */
    }
}

/*-----------------justselect CSS-------------------------*/
.justselect-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.justselect {
  display: none;
}

.justselect-wrapper {
  position: relative;
  width: 100%;
}

.dropdown-select-wrap input {
  background: white;
  border: 1px solid #ced4da;
  text-align: left;
  padding: 0 15px;
  height: 40px;
  height: calc(1.5em + 0.75rem + 13px);
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 0;
  font-size: 14px;
}

.justselect-title {
  background: white;
  border: 1px solid #ced4da;
  text-align: left;
  padding: 0 15px;
  height: 40px;
  height: calc(1.5em + 0.75rem + 13px);
  line-height: 40px;
  outline: none;
  background-image: url("../images/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 0;
  font-size: 14px;
}

.justselect-list {
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  list-style: none;
  padding: 0;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shdow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
}
.justselect-list li {
  line-height: 40px;
  cursor: pointer;
  text-align: left;
  padding: 0 15px;
  background: white;
}
.justselect-list li.selected {
  background: #ebebeb;
}
.justselect-list.active {
  display: block;
}

.display-calender {
  display: none;

}

.display-calender input{
  background: white;
  border: 1px solid #ced4da;
  text-align: left;
  padding: 0 15px;
  height: 40px;
  height: calc(1.5em + 0.75rem + 13px);
  line-height: 40px;
}


.display-calender .btn{
  padding: 0 15px;
    height: calc(1.4em + 0.7rem + 12px);
    border-radius: 0;
    vertical-align: top;
}

#time{
  font-size: 8em;
}

.confetti{
  width: 100%;
  display: block;
  margin: 0 auto;
  user-select: none;
 }

 .confetti-wrapper{
   position: absolute;
   width: 100%;
   top: 10em;
 }

 .Winner{
   font-size: 4em;
 }

 .confetti-wrapper span{
   font-size: 0.4em;
 }

 .client-promo-logo{
   display: block;
 }

 .client-promo-logo img{
   width: 200px;
   max-width: 200px;
 }

 .client-promo-title{
   font-size: 3em;
   font-weight: 800;
 }

 .u-header-logo img{
   width: 100%;
   max-width: 130px;
   padding-top: 10px;
   padding-bottom: 10px;
 }

 .sidebar-menu-icon img{
    padding-top: 10px;
    width: 30px;
 }

/*-----------------page-style-------------------------*/

@media (max-width: 1440px) {
  .u-sidebar-nav-menu__item{
    margin-bottom: 0.6rem;
  }
  .u-sidebar-nav-menu__link{
    padding: 0.5rem 1.5rem;
  }

  .client-promo-title{
    font-size: 2.6em;
  }
}

@media (max-width: 1280px) {
  .media-body h5.h5 {
      font-size: 0.7rem;
  }
  .client-promo-title{
    font-size: 2.3em;
  }
}

@media (max-width: 1200px) {
  .media-body h5.h5 {
      font-size: 0.9rem;
  }
  .confetti-wrapper{
    top: 7em;
  }
  .client-promo-title{
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .u-sidebar-logo__text {
      display: none;
  }

  .u-header {
      position: fixed;
      width: 100%;
  }

  .media-body h5.h5 {
      font-size: 1rem;
  }

  .client-promo-title{
    font-size: 2em;
  }
  .Winner{
    font-size: 2em;
  }
  .confetti-wrapper{
    top: 5em;
  }
  .confetti-wrapper span{
    font-size: 14px;
  }

}

@media (max-width: 480px) {
  .Winner{
    font-size: 1em;
  }

  .confetti-wrapper{
    top: 2em;
  }

  .client-promo-title{
    font-size: 1.4em;
  }
}
