/*checkbox-fonts*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*Lato*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap");
/*Icons from icomoon*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?bxij4g");
  src: url("../fonts/icomoon.eot?bxij4g#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?bxij4g") format("truetype"),
    url("../fonts/icomoon.woff?bxij4g") format("woff"),
    url("../fonts/icomoon.svg?bxij4g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
    --green-bg: #e7f6ec;
    --green-primary: #499362;
    --green-light: #E6FFED;
    --gray-light: #f8f9fa;
    --white: #ffffff;
    --blue-light: #f0fbff;
    --orange-light: rgba(234, 136, 87, 0.15);
    --orange-text: #ea8857;
    --blue-text: #00a8e3;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #707070;
}

.action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 174px;
  background-color: #0a97d9;
  padding: 10px;
  border-radius: 5px;
  margin-right: 11px;
}

.action-button-menu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a97d9;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}

.action-button-menu-header-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ef534f;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}
.action-button-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 174px;
  border: 1px solid #ef534f;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
}

.chat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 174px;
  border: 1px solid #0a97d9;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
}

.tooltip > .tooltip-inner {
  background-color: #19486a !important;
  border-radius: 5px !important;
  padding: 8px !important;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #19486a;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #19486a;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #19486a;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #19486a;
}


.sticky-deadline-bar {
  display: none;
}

.edit-phase-button {
  display: flex;
}

.box-create-challenge {
  background: url(../images/cohete_bechallenge_sd.jpg) no-repeat;
  height: 100vh;
  background-size: contain;
}

.saveAndExitRed {
  color: #d0021b;
}
.saveAndExitRedNote {
  color: #8c8c8c;
}
.bootstrap-select .btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
.displayNone {
  display: none;
}
.scroll-link ul {
  list-style: none;
  padding-left: 0px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.marginRight10 {
  margin-right: 10px;
}
.padd10 {
  padding: 10px;
}
.pt0 {
  padding-top: 0px !important;
}
.paddTop37 {
  padding-top: 37px;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.paddLeftRight0 {
  padding-left: 0px;
  padding-right: 0px;
}
.bgGrey {
  background-color: #f5f5f5;
}
hr {
  border-color: #111;
}

a {
  color: #6b8eaf;
}
.nospaccer {
  padding: 0;
}

.spaccer-10 {
  margin-top: 10px;
}
.spaccer-20 {
  margin-top: 20px;
}

.clear {
  clear: both;
}

a,
button,
input[type="submit"] {
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  -moz-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
}

.pl50 {
  padding-left: 50px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.top-border {
  border-top: 1px solid #003366;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0px;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a img {
  border: none;
}

h1 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.box-section .btn {
  background: #0a97d9;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: 400;
  width: 200px;
  font-size: 16px;
  margin: 50px auto 0;
}
.box-section .btn:hover,
.box-section .btn.active,
.box-section .btn:focus {
  color: #fff;
  background: #00e3ae;
}
/*.btn-default {
  background: #0A97D9;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  padding: 13px 0px;
  border-radius: 5px;
  margin-right: 12px;
  font-weight: 400;
  width: 162px;
  font-size: 16px;
}
*/
.join-challenge-btn {
  font-size: 14px;
}

.new-goal-btn {
  margin: 10px 0 0;
}
.add-new-soft-skill-btn {
  padding: 30px 0 0;
}
.new-goal-btn a,
.add-new-soft-skill-btn a {
  background: #36404a;
  padding: 8px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}
.new-goal-btn a:hover,
.new-goal-btn a.active,
.new-goal-btn a:focus,
.add-new-soft-skill-btn a:hover,
.add-new-soft-skill-btn a:focus,
.add-new-soft-skill-btn a.active {
  background: #0a97d9;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #ffffff !important;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #26bde2 !important;
  border: 1px solid #26bde2 !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #4c9f38 !important;
  border: 1px solid #4c9f38 !important;
}

.transparent-btn {
  border-color: transparent !important;
  background: transparent !important;
  color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.transparent-btn:hover {
  background: #fff !important;
}

.navbar-header {
  float: none;
}
.navbar-static-top {
  background: transparent;
}

.navbar-brand {
  padding: 0px 0px 0px 0px;
  font-weight: 700;
  margin: 0px 30px 0 0;
  font-size: 18px;
  color: #003366;
}

.navbar-default .navbar-brand {
  color: #1c1a50;
}

.navbar-right li a {
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
}

.sticky-navigation {
  width: 100%;
  position: fixed;
  z-index: 1;
  margin: 0 0 0 0;
  background-color: white;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  /*border-bottom: 5px solid #0A97D9;*/
}

.inner-nav .sticky-navigation {
  padding: 5px 0px;
  margin-top: 0px;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.sticky-navigation.stuck .navbar-default .navbar-nav > li > a {
  color: #333;
  padding: 8px 10px;
}

.sticky-navigation.stuck {
  position: fixed;
  top: 0;
}

.sign-btn {
  background: #00e3ae;
  border-radius: 5px;
  color: #fff !important;
}

.sign-btn:hover {
  background: #44b9f5 !important;
}

.sticky-navigation.stuck {
  background: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(81, 81, 81, 0.2);
  box-shadow: 0 3px 3px 0 rgba(81, 81, 81, 0.2);
  margin-top: 0px !important;
}

.sticky-navigation.stuck .mob-logo img {
  width: auto;
  margin: 7px 0;
}

.nav-item .dropdown-menu.log-drop ul li {
  padding: 0px;
}

.nav-item .dropdown-menu.log-drop ul li a {
  display: block;
  padding: 5px 10px;
  margin-right: 0px;
}

.navbar-default {
  background: transparent;
  box-shadow: none !important;
  border: none;
}

.nav > li {
  display: block;
  position: relative;
  padding: 15px 0 0 0;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  padding: 5px 10px 8px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #b0e2f8;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color: #00e3ae !important;
}

.navbar-right {
  padding: 0px 0 0 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
}

.navbar {
  margin-bottom: 0px;
  min-height: 50px;
  position: relative;
  z-index: 9999999;
  -webkit-box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.9);
}

.main-banner {
  padding: 50px 0 40px;
  background: url("../images/main-banner.png") no-repeat center bottom / 100%
    auto rgba(0, 0, 0, 0);
  min-height: 400px;
  margin-bottom: 40px;
}

.dr-banner {
  padding: 0px 0 40px;
  background: url("../images/dr-banner.jpg") no-repeat fixed center top / 100%
    auto rgba(0, 0, 0, 0);
  min-height: 414px;
}

.btns {
  float: right;
  display: table;
}

.banner-txt {
  padding-top: 30px;
  float: right;
  width: auto;
  text-align: right;
  padding-right: 20px;
}

.banner-txt img {
  margin: 0px 10px 0px 10px;
}

.banner-txt h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-right: 18px;
}

.banner-txt h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  line-height: 20px;
  color: #fff;
  margin-right: 18px;
}
.banner-txt p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
}

.banner-txt a {
  text-align: center;
  color: #fff;
  background: #00e3ae;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  margin: 30px 15px 0px 0px;
  display: inline-block;
  padding: 8px;
  border: 1px solid transparent;
}

.banner-txt .btn-warning {
  text-align: center;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  margin: 30px 15px 0px 0px;
  display: inline-block;
  padding: 8px;
  width: 162px;
  border: 1px solid #fff;
}

.banner-txt a:hover,
.banner-txt a.active,
.banner-txt a:focus {
  background: #159fff !important;
  color: #fff !important;
}

.graphic img {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

.graphic {
  left: 0;
  right: 0;
}
.MultiCarousel .leftLst.over:focus,
.MultiCarousel .rightLst.over:focus,
.MultiCarousel .leftLst.over:active,
.MultiCarousel .rightLst.over:active {
  outline: none;
}
.active-challenges {
  margin: 55px 0px 0px 0px;
  background: #fafafa;
}

.challenges-content {
  margin: 40px 60px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.challenges-content h2 {
  font-size: 33px;
  font-weight: 700;
  color: #000000;
}

.challenges-content h5 {
  font-size: 20px;
  padding: 30px 0px 8px 0px;
  font-weight: 700;
  color: #000000;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: none !important;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
}

.shadow-effect2 {
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
}

.challenges-content p {
  margin: 20px 0px 0px 0px;
  font-size: 18px;
  font-weight: 300;
}
.ps-0 {
  padding-left: 0;
}
.challenges-content p a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  color: #985afb;
}

hr {
  margin: 0px;
  border-color: #efefef;
}

.achive {
  margin-top: 20px;
  margin-bottom: 10px;
}

.achive p {
  font-weight: 400;
  color: #000;
  padding: 0px;
  margin: 0px;
}

.sponsor {
  margin: 20px 0px 0px 0px;
}

.sponsor img {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
.challenges-content .sponsor .btn {
  margin-right: 0;
}
.sponsor .btn {
  display: inline-block;
  background: #0a97d9;
  color: #fff;
  float: right;
  margin-right: 40px;
  padding: 10px 18px;
  font-size: 16px;
}

.sponsor .btn:hover,
.sponsor .btn.active,
.sponsor .btn:focus {
  background: #00e3ae;
}

.video-section {
  margin: 0px 0px 0px 0px;
  padding: 30px;
  background: #f1f1f1;
  position: relative;
}
.video-section a:after {
  font-weight: 900;
  content: "\f144";
  top: 47%;
  left: 50%;
  margin-left: -35px;
  color: #fff;
  font-size: 70px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -webkit-box-shadow: 0 0 22px 2px rgba(119, 119, 119, 0.7);
  box-shadow: 0 0 22px 2px rgba(119, 119, 119, 0.7);
}
/*
.row.express-challenge-content>.col-xs-12>img:nth-child(1) {
    position: relative;
    z-index: 999;
}*/
.carousel.slide.mn .leftLst.over,
.carousel.slide.mn .rightLst.over {
  pointer-events: none;
  background: #ccc;
}
.carousel.slide.mn .rightLst {
  right: 0;
}
.carousel.slide.mn .leftLst {
  left: 0;
}
.carousel.slide.mn .leftLst,
.carousel.slide.mn .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.challange-model .circle-icon i {
  background-image: -webkit-linear-gradient(top, #04c2fb, #fb5ce0);
  background-image: -moz-linear-gradient(top, #04c2fb, #fb5ce0);
  background-image: -ms-linear-gradient(top, #04c2fb, #fb5ce0);
  background-image: -o-linear-gradient(top, #04c2fb, #fb5ce0);
  background-image: linear-gradient(to top, #04c2fb, #fb5ce0);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.challenge-library-main {
  width: 100%;
}
.challange-model button:hover {
  border-color: #fff;
  text-decoration: underline;
}
.arrows {
  position: absolute;
  bottom: 0;
  left: -21px;
  vertical-align: middle;
  display: inline-grid;
  bottom: 68px;
}

.proposed {
  padding: 40px 0px 0px 0px;
  font-size: 20px;
  color: #000;
  line-height: 36px;
  font-weight: 400;
  width: 72%;
  margin: 0 auto;
  text-align: center;
}

.proposed p {
  padding: 20px 0px 0px 0px;
  font-size: 20px;
  color: #000;
  line-height: 36px;
  font-weight: 400;
}

.proposed-section {
  margin: 30px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
}

.proposed-box {
  background: #e6f7fd;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  padding: 20px;
  /*margin: 20px 0px 10px 0px;*/
  border-radius: 15px;
  height: 255px;
  overflow: hidden;
  border: dashed 4px #0a97d9;
}

.proposed-box h4 {
  color: #000000;
  font-size: 31px;
  line-height: 46px;
  font-weight: 500;
}

.proposed-box p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding: 20px 0px;
}

.proposed-box p a {
  font-weight: 700;
  text-decoration: underline;
  display: block;
}

.support-btn {
  padding: 5px 0px;
  font-size: 17px;
  width: auto;
}

.support i {
  color: #0a97d9;
}

.support {
  color: #000;
  margin: 10px 0px 0px 0px;
}

.propose-idea {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00f2fe+0,4facfe+100 */
  background: #00f2fe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00f2fe 0%, #4facfe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00f2fe 0%, #4facfe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00f2fe 0%, #4facfe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2fe', endColorstr='#4facfe', GradientType=1);
  /* IE6-9 */
  text-align: center;
  height: 230px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  margin: 20px 0px;
  border-radius: 5px;
}

.propose-idea h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.propose-idea i {
  font-size: 60px;
  margin-top: 15px;
}

.propose-idea a {
  color: #fff;
}

.outer {
  display: table;
  width: 100%;
  margin: 20px 0px 0px 0px;
  height: 100%;
}

.start-challenge {
  background: #fcfcfc;
  margin: 40px 0px 0px 0px;
  padding: 50px 0px 30px 0px;
}
.start-challenge .box-section {
  height: auto;
}

.box-section {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 28px 0 #0a97d929;
  padding: 30px 20px 40px 20px;
  margin: 40px 0px 10px 0px;
  border-radius: 5px;
  border: none;
}

.box-section p {
  color: #969696;
  font-size: 14px;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.mn-mt-15 {
  margin-top: 15px;
}
.box-section h2 {
  font-size: 32px;
  font-weight: 500;
}

.box-section a {
  border-radius: 50px;
  padding: 10px 0;
  font-size: 18px;
  margin: 60px auto 0;
}

.small-spacer {
  height: 10px;
}

.partners {
  margin: 50px 0px 0px 0px;
}
.logos {
  margin-top: 30px;
}
.logos-partners,
.logos-press {
  margin-top: 0px;
}
.footer-section .form-inline .form-control {
  width: 60%;
}
.footer-section {
  margin: 70px 0px 0px 0px;
  padding: 65px 0px 60px 0px;
  background: #fcfcfc;
  border-top: 15px solid #0a97d9;
}

.footer-section h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 0px 15px 0px;
}

.footer-links ul {
  margin: 0px 40px 0 0;
  padding: 0px;
  float: left;
}

.footer-links ul li {
  list-style-type: none;
}

.footer-links ul li a {
  display: block;
  font-size: 14px;
  color: #000000;
  margin: 3px 0px 0px 0px;
}

.contact-info {
  margin: 0px 0px 0px 0px;
}
.contact-info ul li {
  position: relative;
  margin-bottom: 10px;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding-left: 36px;
}
.contact-info ul li:after {
  content: "";
  position: absolute;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  left: -35px;
  top: 0;
  font-weight: 600;
  color: #0a97d9;
}
.contact-info ul li:nth-child(1):after {
  content: "\f3c5";
  left: -31px;
}
/*.contact-info ul li:nth-child(2):after{
  content:"\f3cd";
  left: -30px;
}*/
.contact-info ul li:nth-child(2):after {
  content: "\f0e0";
}
.contact-info i {
  color: #0698f0;
}

.signup {
  margin: 0px 0px 0px 0px;
}

.signup a {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 0;
  margin-left: -3px;
  background: #0a97d9;
  border: 1px solid transparent;
  color: #fff;
}
.signup a:hover,
.signup a.active,
.signup a:focus {
  color: #fff;
  background: #0a97d9;
  border: 1px solid #0a97d9;
}

.connect h5 {
  font-size: 16px;
  margin-top: 35px;
}

.connect i {
  font-size: 20px;
  margin-top: 8px;
  margin-right: 15px;
  color: #969696;
}

.copy {
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #e6e6e6;
  padding: 10px 0px;
  font-weight: 500;
}

.copy a {
  border-right: 1px solid #333;
  padding: 0px 15px 0px 10px;
  display: inline-block;
  color: #000;
  font-weight: 600;
}

.copy a:nth-child(2) {
  border-right: none;
}

.form-inline .form-control {
  border-radius: 0;
  height: 42px;
}
/* pop-up */

.modal-content {
  border-radius: 0;
}

.modal-dialog {
/*  width: 900px;
  padding: 0px;*/
}

.circle-icon {
  text-align: center;
  margin: 0 auto;
}

.circle-icon i {
  display: table-cell;
  background: #fff;
  box-shadow: 2px 8px 8px #f5effe;
  border-radius: 100px;
  padding: 34px;
  font-size: 58px;
  width: 140px;
  height: 140px;
  vertical-align: middle;
  text-align: center;
  color: #7e64fb;
  border: 1px solid #f3f3f3;
}

.circle-icon i:hover {
  color: #fff;
  background: #00e3ae;
}

.circle-icon p {
  display: block;
  color: #000;
  padding: 20px 0px 0px 0px;
  font-size: 18px;
  font-weight: 500;
}

.challange-model h3 {
  text-align: center;
  padding: 40px 0px 60px 0px;
  font-weight: 700;
  color: #000;
  font-size: 30px;
}

.circle-section {
  display: table;
  margin: 0 auto;
}

.challange-model button {
  background: transparent;
  color: #985afb;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  display: table;
  border: 1px solid #fff;
}

.challange-model button i:before {
  font-size: 40px;
  color: #757575;
}

.challange-model .modal-header {
  border-bottom: none;
}

.modal-content .flaticon-close:before {
  content: "\f10a";
  margin-top: 0;
  font-size: 28px;
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50px;
  color: #000000;
  text-decoration: none;
  overflow: auto;
  font-weight: bold;
}

.inner-nav {
  background: #fff;
}

.spacer {
  height: 100px;
}

.challenges {
  margin-top: 20px;
}

.challenges p {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  padding-top: 15px;
}

.join-challenge {
  margin: 40px 0px 0px 0px;
  background: url(../images/bg3.png) no-repeat center top / 100% auto
    rgba(12, 07, 05, 0.9);
  position: relative;
}
.scnd-join-challenge {
  background: url(../images/water-background.jpg) no-repeat center top / 100%
    auto rgba(12, 07, 05, 0.9) !important;
}

.thd-join-challenge {
  background: url(../images/space-background.jpg) no-repeat center top / 100%
    auto rgba(12, 07, 05, 0.9) !important;
}

#changed-success {
  transition: visibility 2s;
}

.join-challenge h3 a {
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}

.join-challenge h3 {
  color: #fff;
}

.join-challenge h3 a:hover {
  text-decoration: underline !important;
}

.join-challenge p {
  color: #d9d9db;
  padding: 10px 0px 0px 0px;
  line-height: 28px;
}

.join-challenge p.like {
  font-size: 20px;
  margin: 20px 0px 24px 0px;
}

.join-challenge p.like i {
  padding: 0px 10px 0px 0px;
}

.join-challenge p.like a {
  color: #fff;
}

.join-challenge p a {
  color: #fff;
  text-decoration: underline;
}

.join-challenge a.btn-default {
  padding: 8px 0px;
}

.reply {
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
}

.reply a {
  background: #0a97d9;
  width: 40px;
  height: 40px;
  color: #fff;
  display: block;
  text-align: center;
}

.reply a i {
  font-size: 20px;
  vertical-align: bottom;
  line-height: 38px;
}

.row.winner .col-sm-2,
.row.winner .col-sm-10 {
  text-align: left;
}

.winner p {
  padding: 0px;
}

.winner .col-sm-2 {
  text-align: right;
}

.play-video {
  margin: 0px 0px 0px 0px;
  position: absolute;
  right: 24px;
  bottom: 25px;
}

.play-video a i {
  font-size: 5em;
}

.play-video a {
  color: #fff;
}

.countDown {
  background: #fff;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 17px 0px 18px 20px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.2);
  box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.2);
}

.countDown div i {
  font-size: 27px;
  color: #7e64fb;
}

.countDown ul {
  -webkit-box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.4);
  margin: 0px;
  padding: 0px;
}

.countDown ul li {
  float: left;
  font-size: 12px;
  list-style-type: none;
  text-align: center;
  line-height: 16px;
  padding: 3px 11px;
  border-right: 1px solid #ddd;
}

.countDown ul li {
  font-weight: 700;
}

.countDown ul li span {
  font-weight: 400;
}

.countDown ul li:last-child {
  border-right: none !important;
}

.countDown ul li span {
  display: block;
}

.border-n-r {
  border-right: none !important;
}

.sponsers {
  padding: 0px 5px 0px 0px;
  text-align: right;
}

.sponsers img {
  margin: 0px 10px 0px 0px;
}

.started p {
  color: #818181;
  font-size: 16px;
  padding: 50px 0px 0px 0px;
}

.custom-drop-d {
  position: absolute;
  right: 0;
}

.custom-drop-d button {
  background: none;
  color: #333;
  border: none;
  font-weight: 500;
}

.custom-drop-d button:hover {
  border: none;
}

.custom-drop-d button:active {
  box-shadow: none;
}

.custom-drop-d .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.challange-model .modal-header {
  padding: 0px;
}

.filter {
  padding: 0px 0px 0px 0px;
  margin-bottom: 120px;
  margin-top: 30px;
}

.filter span {
  display: inline-block;
  right: 0px;
  padding: 27px 35px 27px 15px;
  border: 1px solid #fff;
  position: absolute;
  -webkit-box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.4);
}

.filter i {
  cursor: pointer;
  background: #fff;
  padding: 12px;
  color: #0a97d9;
  border: 2px solid;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.arrowup-mn {
  position: absolute;
  right: 11px;
  top: 42px;
}
.arrowup-mn i {
  padding: 0;
  border: 0;
  font-size: 25px;
  line-height: 0;
}
.arrowdn-mn {
  position: absolute;
  right: 11px;
  top: 43px;
}
.arrowdn-mn i {
  padding: 0;
  border: 0;
  font-size: 25px;
  line-height: 0;
}
.col-sm-6.text-center.contact-with-us {
  padding: 50px 0;
}
.top-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  position: absolute;
  text-align: right;
  width: auto;
  z-index: 3;
  margin: 0px 0px 0px 0px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.4);
  top: 37px;
  width: calc(89.4%);
}

.top-menu ul {
  margin: 0px;
  padding: 0px;
}

.top-menu ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}

.top-menu ul li:last-child {
  border-right: 0px;
}

.top-menu ul li a i {
  display: block;
  text-align: center;
  background: transparent;
  color: #0a97d9;
  padding-bottom: 2px;
  padding-top: 5px;
  fill: #0a97d9;
  width: 50px;
  height: 47px;
  display: table-header-group;
  text-align: center;
}
.top-menu ul li a i:before {
  margin-left: 0px;
  font-size: 40px;
  background-image: -webkit-linear-gradient(top, #03b0c1, #a54aab);
  background-image: -moz-linear-gradient(top, #03b0c1, #a54aab);
  background-image: -ms-linear-gradient(top, #03b0c1, #a54aab);
  background-image: -o-linear-gradient(top, #03b0c1, #a54aab);
  background-image: linear-gradient(to top, #03b0c1, #a54aab);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.top-menu ul li:hover i:before {
  color: #fff;
}

.top-menu ul li:hover > a i:before,
.top-menu ul li.active > a i:before,
.top-menu ul li:focus > a i:before {
  color: #fff;
}

.top-menu ul li a {
  color: #171717;
  font-size: 17px;
  padding: 23px 54.2px 9px;
  border-right: 1px solid #f0f0f0;
}
.filter .top-menu ul li a {
  text-align: -webkit-center;
}

.top-menu ul li a:hover {
  background: #0a97d9;
  color: #fff;
}

.top-menu ul li a:hover svg {
  fill: #fff;
}

.top-menu ul li a:hover i {
  color: #fff;
}

.top-menu a {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  color: #fff;
  border: none;
  font-size: 15px !important;
}

.social-icon {
  width: 80px;
  height: 80px;
}

.library p {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}

.language-dropdown .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px transparent;
}

.language-dropdown .btn {
  padding: 5px 0 0 0;
}

.language-dropdown .dropdown-menu.open {
  text-align: center;
}

.dropdown-menu li a i:before {
  margin-left: 0px;
  color: #43e4aa;
}

.btn-group .dropdown-menu {
  z-index: 10;
}

.language-dropdown .bootstrap-select > .btn {
  width: 72%;
  padding-right: 0px;
}

/*how-it-work*/
.works-section p {
  width: 80%;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 1.8;
  color: #000;
  font-size: 22px;
}

.works-section p span {
  color: #43e4aa;
  font-weight: 600;
}
.express-challenge-btn .btn {
  color: #000 !important;
  border: 1px solid #43e4aa !important;
  padding: 15px;
  border-radius: 8px;
  font-weight: 600;
  display: -webkit-inline-box;
  background: transparent;
}
.scroll-link ul li i {
  background: #38b8f2;
  color: #fff;
  padding: 17px 20px;
  font-size: 40px;
  border-radius: 40px;
}

.challenge-scroll ul li i {
  background: #38b8f2;
  color: #fff;
  padding: 27px 20px;
  font-size: 40px;
  border-radius: 40px;
  position: absolute;
  margin-top: -39px;
}

.challenge-scroll {
  padding-top: 100px;
}

.investigate-section ul {
  padding-left: 0px;
}

.investigate-section ul li {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin-left: 30px;
  color: #000;
  padding: 20px;
  border-left: 1px solid #ddd;
}
.investigate-section ul li:first-child {
  border: none;
}
.investigate-section ul li a {
  color: #000;
}
.investigate-section ul li a:hover {
  text-decoration: none;
}
.investigate-section {
  text-align: center;
}
.help-educators {
  padding-top: 80px;
}
.help-educators p {
  width: 70%;
  margin: 0 auto;
  color: #000;
  font-size: 24px;
  padding-top: 15px;
  line-height: 1.8;
  text-align: center;
}
.help-educators p span {
  color: #44b9f5;
  font-weight: 600;
}

.discover-section h3,
.discover-section-two h3 {
  font-size: 26px;
  font-weight: 600;
  padding: 60px 60px 0 60px;
}

.discover-section p,
.discover-section-two p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #4c4c4c;
  text-align: justify;
  padding: 0 60px 0 60px;
}

.discover-section img,
.discover-section-two img {
  max-width: 480px;
}

.express-challenge h2 {
  color: #0a97d9;
  font-size: 24px;
  font-weight: 500;
  padding: 50px 0 20px;
  text-align: center;
}

.express-challenge h1 {
  text-align: center;
}
.beChallenge-offer-section h1,
.beChallenge-offer-section p,
.beChallenge-offer-section h3 {
  padding-top: 20px;
}

.heading {
  border-bottom: 2px solid #0a97d9;
  width: 100%;
  margin: -8px 0 14px;
  text-align: center;
}
.heading-discover {
  border-bottom: 2px solid #64d1da;
}
.discover {
  color: #64d1da;
}
.heading-team,
.heading-team-express {
  border-bottom: 2px solid #34b2e4;
}
.create-team {
  color: #34b2e4;
}
.heading-publish {
  border-bottom: 2px solid #065381;
}
.publish {
  color: #065381;
}
.heading-feedback {
  border-bottom: 2px solid #8b103d;
}
.feedback {
  color: #8b103d;
}
.heading-solution,
.heading-solution-express {
  border-bottom: 2px solid #e34856;
}
.final-solution {
  color: #e34856;
}
.heading-vote,
.heading-vote-express {
  border-bottom: 2px solid #fe912a;
}
.vote {
  color: #fe912a;
}
.heading-evaluation {
  border-bottom: 2px solid #00a552;
}
.evaluation {
  color: #00a552;
}
.heading-discover,
.heading-team,
.heading-publish,
.heading-feedback,
.heading-solution,
.heading-vote,
.heading-evaluation {
  width: 78%;
  margin: -20px 0 14px 60px;
}
.heading-team-express,
.heading-solution-express,
.heading-vote-express {
  /*width: 100%;*/
  margin: -20px 14px 14px 14px;
}

.express-challenge-content img {
  max-width: 370px;
}
.express-challenge-content p {
  text-align: justify;
  padding: 0 15px 0 15px;
}

.main-content {
  background: url(../images/background.png);
  margin-top: -60px;
  background-repeat: round;
}
.express-line {
  position: absolute;
  left: 290px;
  right: 0;
  top: 180px;
}
/*
.main-content .text-center:nth-child(6) img,
.main-content .text-center:nth-child(10) img,
.main-content .text-center:nth-child(14) img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}*/
.twist {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: flipH();
  -ms-filter: "FlipH";
}
.line-border {
  width: 56%;
  max-width: 100%;
  height: auto;
  margin: -40px 0 -26px 0;
}
.img-auto {
  max-width: 100%;
  height: auto;
}

/*login form*/

.bechallenge-login {
  padding: 0px;
}
.bechallenge-login .panel-login {
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.bechallenge-login .panel-login > .panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align: center;
}
.bechallenge-login .panel-login > .panel-heading a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.bechallenge-login .panel-login > .panel-heading a.active {
  font-size: 22px;
}
.bechallenge-login .panel-login > .panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
}
.col-form-label {
  padding-bottom: 2px !important;
}
label {
  font-weight: 600;
}
.bechallenge-login .form-control {
  height: 40px;
  border: 2px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #f2f2f2;
}

.bechallenge-login .forgot-password {
  text-decoration: underline;
  color: #888;
}
.bechallenge-login .forgot-password:hover,
.bechallenge-login .forgot-password:focus {
  text-decoration: underline;
  color: #666;
}
.bechallenge-login .sign-in-links ul li {
  list-style: none;
  display: inline;
  margin-left: 7px;
}
.bechallenge-login .sign-in-links p {
  font-size: 12px;
}
.discover-impact {
  display: block;
  background: url("../images/cohetelogin.jpg") no-repeat;
  background-size: contain;
  background-color: #005483;
}
.discover-impact ul {
  padding-left: 0px;
}
.discover-impact ul li {
  color: #005483;
  display: inline;
  font-size: 28px;
}
.discover-impact p {
  color: #858585;
}

.bechallenge-login .panel {
  margin-bottom: 0;
  min-height: 100vh;
  height: 100%;
}

.discover-impact .panel-login input:hover,
.discover-impact .panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.discover-impact .btn-login {
  background-color: #59b2e0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59b2e6;
}
.discover-impact .btn-login:hover,
.discover-impact .btn-login:focus {
  color: #fff;
  background-color: #53a3cd;
  border-color: #53a3cd;
}
.sign-in-bechallenge {
  padding-top: 50px;
}
#login-form-link {
  font-weight: 500;
  color: #000;
}

.align-radio label {
  margin: 5px 0px !important;
  display: inline-block;
  line-height: initial;
}

.signup-form label {
  color: #b2b2b2 !important;
  font-weight: normal !important;
}

.bechallenge-login .btn-login {
  color: #fff;
  border: 1px solid #0a97d9;
  border-radius: 0;
  margin-top: 15px;
}

.bechallenge-login .sign-in-links ul {
  padding-left: 0px;
}
.bechallenge-login .sign-in-links ul li i {
  font-size: 28px;
  margin-left: 8px;
}
.bechallenge-login .sign-in-links ul li i:hover {
  text-decoration: none;
}

.sign-in-links p a {
  color: #0a97d9;
  text-decoration: underline;
  font-size: 12px;
}
.sign-in-links ul li .fa-facebook-square {
  color: #3b5998;
}
.sign-in-links ul li .fa-google-plus-g {
  color: #d84b37;
}
.sign-in-links ul li .fa-windows {
  color: #d83801;
}
.bechallenge-login .panel-heading div img {
  display: initial;
}
.forgot-password a {
  color: #fff;
  padding: 12px;
  background: #00e3ae;
  text-decoration: none;
  border-radius: 5px;
}
.forgot-password-content {
  padding-left: 40px;
}
.discover-impact {
  padding-top: 37px;
}
.bechallenge-login.text-center h2 {
  font-weight: 500;
  padding: 15px 0 20px;
}

.brain-lazy-content-section img {
  display: initial;
}
.brain-lazy-content-section h2 {
  font-size: 15px;
}

/*.bechallenge-login b {
    border: 1px solid #F5A623;
    padding: 10px 100px;
  }*/

.bechallenge-login .btn {
  background: #0a97d9;
  border: #0a97d9;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 35px;
}

#developing-pop-up {
  padding: 0 0 40px;
}
#developing-pop-up h2 {
  font-size: 24px;
}
#developing-pop-up h2,
#developing-pop-up p {
  width: 70%;
  margin: 0 auto;
}

/*.bechallenge-login p {
color: #000000;
border: 1px solid #F5A623;
border-radius: 0;
padding: 10px;
}
*/

/*login nform*/

/*proress bar*/
.progress-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
}
.progress {
  height: 10px;
  background: #797979;
  border-radius: 0;
  box-shadow: none;
  margin: auto;
  border-radius: 4px;
  width: 50%;
  margin-bottom: 30px;
  overflow: visible;
  margin-top: 25px;
}
.progress .progress-bar {
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}

.progress .progress-value {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  position: absolute;
  top: -40px;
  right: -25px;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
/*progress bar*/

.processing-bar {
  width: 90%;
  background: #82f8a7;
  background: -moz-linear-gradient(left, #82f8a7 0%, #16d1f1 100%);
  background: -webkit-linear-gradient(left, #82f8a7 0%, #16d1f1 100%);
  background: linear-gradient(to right, #82f8a7 0%, #16d1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82f8a7', endColorstr='#16d1f1',GradientType=1 );
}

.start-your-own-section img {
  padding-top: 98px;
}

.sign-up {
  background-color: #0a97d9;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  margin-left: 10px;
  display: inline-block;
  border: 0px;
}

.sign-up:hover {
  text-decoration: none;
  color: #000;
}

.bechallange-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bechallange-section p {
  font-size: 16px;
  padding-top: 5px;
}

.bechallange-section b {
  font-size: 16px;
}

.bechallange-section label {
  margin-right: 12px !important;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0px !important;
}

.beChallenge-product img {
  display: -webkit-inline-box;
}
.bechallange-content {
  width: 48%;
}

.bechallange-content .form-control {
  height: 40px;
  border-radius: 5px;
}

.member-sign-in b {
  font-size: 16px;
  text-decoration: underline;
}

.radio-inline label {
  color: red;
}

/* slick-slider */
.banner-img1 {
  background: url("../images/happy_1.png");
  background-repeat: repeat;
  background-size: cover;
}

.banner-img2 {
  background: url("../images/Angry_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img3 {
  background: url("../images/sad.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img4 {
  background: url("../images/happy_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.animate-banners img {
  display: initial !important;
}

.banner-img2 p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 10px;
}
.banner-img2 p b {
  color: #ffb35b;
}
/* slick-slider */
.animate-banners div {
  text-align: center;
  color: #fff;
}

.animate-banners,
.animate-banners,
.animate-banners {
  padding-top: 80px;
  padding-bottom: 50px;
}

.animate-banners .banner-img4 {
  padding-top: 40px;
}

.animate-banners h1 {
  text-align: center;
  color: #fff;
}
.animate-banners h3 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 3;
}
.animate-banners p {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 2.5;
  margin-bottom: 30px;
}

.flaticon-down-arrow-direction:before {
  margin-left: 0px !important;
  font-size: 45px !important;
}

.flaticon-plus:before {
  margin-left: 0px;
  font-size: 50px;
}
.circle-section .circle-icon i:before {
  margin-left: 0px;
  font-size: 60px;
}

.challange-model .modal-header .close .flaticon-cancel:before {
  margin-left: 0px;
  font-size: 47px;
  color: #fff;
  border-radius: 26px;
  background-color: #232323;
  text-decoration: underline;
}

/*radio-btns*/
/* The container */
.alraedy-member {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.alraedy-member input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark-type {
  height: 18px;
  width: 18px;
  /*background-color: #00E3AE;*/
  border-radius: 50%;
  border: 1px solid black;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  /*background-color: #00E3AE;*/
  border-radius: 50%;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.alraedy-member:hover input ~ .checkmark {
  background-color: #0a97d9;
}

/* When the radio button is checked, add a blue background */
.alraedy-member input:checked ~ .checkmark {
  background-color: #0a97d9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.alraedy-member input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.alraedy-member .checkmark:after {
  top: 5px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0a97d9;
}
/*radio-btn*/

.login-form .form-control {
  padding: 6px 1px;
  border-left: 0px;
}
.input-group-addon {
  color: #b2b2b2;
}
.input-group-addon {
  background: none !important;
}

.form-area input {
  color: #000 !important;
}
.one img,
.two img,
.three img {
  width: 16%;
}

.before-after-slider-main .btn {
  background: #00e3ae4d;
  font-size: 22px;
  border: #00e3ae;
  border-radius: 5px;
}

.slick-next:before,
.slick-prev:before {
  font-size: 60px !important;
  color: #fff !important;
  opacity: 1;
}

.slick-prev {
  left: 110px !important;
  z-index: 1;
}

.slick-prev:before {
  background-image: url(../images/right-icon.png) !important;
}

.slick-next {
  right: 110px !important;
}

/*challenge-details*/
.challenge-title-section .join-challenge-btn,
.submit-solution-btn .btn {
  background: #0a97d9;
  color: #fff;
  border: none;
}

.challenge-title h2 {
  font-size: 16px;
  font-weight: 500;
  padding-top: 70px;
  margin-left: 10px;
}
.challenge-title-section ul {
  padding-left: 0px;
  display: flex;
  padding-top: 20px;
}
.challenge-title-section ul li {
  display: inline;
  padding-left: 30px;
  text-align: -webkit-center;
}
.challenge-title-section ul li i {
  background: #ffffff;
  width: 100px;
  height: 100px;
  position: relative;
  vertical-align: middle;
  border-radius: 20px;
  color: #159fff;
  font-size: 17px;
  display: table;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 10px 0 rgba(181, 181, 181, 0.4);
  margin-bottom: 5px;
}
.challenge-title-section ul li a {
  font-weight: 500;
  font-size: 12px;
}
.challenge-title-section ul li i:before {
  font-size: 18px;
  margin-left: 0px;
  top: 50%;
  position: absolute;
  left: 30%;
  transform: translate(0, -50%);
  /* margin: 8px; */
  display: inline-block;
}

.challenge-title-section ul li i:hover,
.challenge-title-section ul li i.active,
.challenge-title-section ul li i:focus {
  background: #159fff;
  color: #ffffff;
}
.challenge-title-section h1 {
  color: #0a97d9;
  font-size: 24px;
}

.challenge-title-section ul li:first-child {
  padding-left: 0px;
}

.challenge-title-section p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  width: 85%;
}

.challenge-title {
  padding-top: 40px;
}

.challenge-title .container {
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
}
.challenge-feedback-section {
  padding-top: 20px;
  /*  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);*/
}



.description-section h3,
.phase-description h3,
.sponsor-section h3,
.stephainie-main-blog h3,
.challenge-team-section h3 {
  font-size: 16px;
  color: #000;
  line-height: 2.5;
  font-weight: 600;
}
.description-section p,
.phase-description p,
.sponsor-section p {
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: 500 !important;
  line-height: 2 !important;
  padding-top: 10px !important;
}

.sponsor-section ul {
  padding-top: 15px;
  list-style: none;
  padding-left: 0px;
}
.sponsor-section ul li:last-child {
  color: #000000;
}
.resources-section li a i:before {
  margin-left: 0px;
}

.resources-section li a:hover {
  color: #0a97d9;
}
.side-bar .description-links {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #fff;
}

.description-links:hover > a,
.description-links:active > a,
.description-links:focus > a {
  color: #000000;
}

.description-links ul .active {
  color: #00e3ae;
  font-weight: bold;
}

.side-bar ul .description-links:hover,
.side-bar ul .description-links:active,
.side-bar ul .description-links:focus {
  border-left: 4px solid #0a97d9;
}
.side-bar ul li ul {
  line-height: 1;
  padding: 0px 0;
}

.side-bar ul {
  padding-left: 0;
  list-style: none;
  line-height: 2;
}

.side-bar ul li a {
  font-size: 16px;
  color: #808080;
  line-height: 2;
}

.flaticon-back:before {
  margin-left: 0px;
  color: #0a97d9;
}

.challenge-title-section span.num {
  position: absolute;
  font-size: 11px;
  top: 61px;
  color: #fff;
  left: 45px;
  font-weight: 500;
  background: #2da6d3;
  border-radius: 42px;
  padding: 0px 5px;
  font-family: "Roboto", sans-serif;
}

.scroll-left {
  background: rgb(152, 166, 173) none repeat scroll 0% 0%;
  width: 5px;
  position: absolute;
  top: -553px;
  opacity: 0.4;
  display: none;
  border-radius: 7px;
  z-index: 99;
  right: 1px;
  height: 544.221px;
  visibility: visible;
}

.scroll-slim {
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  display: none;
  border-radius: 7px;
  background: rgb(51, 51, 51) none repeat scroll 0% 0%;
  opacity: 0.2;
  z-index: 90;
  right: 1px;
}

.scroll-bottom-arrow {
  margin-bottom: -30px;
}

.woof-message-content p {
  padding: 15px 29px 15px 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 15px 0 rgba(181, 181, 181, 0.4);
  border-radius: 10px;
  font-size: 16px;
  width: 83%;
}

.woof-message-section:before {
  content: url(../images/dog.png);
  position: absolute;
  right: 0px;
  top: -15px;
  bottom: 0;
}

.custom-drop-d .btn-group .dropdown-toggle i:before {
  content: "\f10d";
  color: #fff;
  background: #00e3ae;
  padding: 10px;
  font-size: 25px;
  border-radius: 30px;
}

.thankyou-page-header {
  text-align: center;
}

/*Check box*/
/*input[type="checkbox"] + .label-text:before{
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}*/

input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

.thankyou-page-header label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 30px;
}
/*
input[type="checkbox"], input[type="radio"]{
  position: absolute;
  right: 9000px;
}*/
/*checkbox*/

.thankyou-page {
  background: #fff;
  border-radius: 5px;
}

.thankyou-page-header h2 {
  font-size: 20px;
  font-weight: bold;
}

.thankyou-page-header img {
  padding: 10px 0 20px;
}

.thankyou-page-header p {
  font-size: 17px;
  padding: 20px 0;
}
.sign-up-here-form label {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

.sign-up-here-form {
  padding: 20px;
}

.complete-registeration .btn {
  border-radius: 3px;
  background: #0a97d9;
  border: #0a97d9;
  padding: 12px 12px;
  margin: 20px 0 0;
}

.parent-email-section {
  display: grid;
}

.sign-up-here-form .form-control {
  height: 45px;
  border-radius: 0px;
}

.age-checkbox {
  font-size: 15px;
  font-weight: 500;
}

.sign-up-here-form .fa-angle-down:before {
  content: "\f107";
  font-size: 25px;
  color: #159fff;
}

.online-video-popup {
  padding-top: 50px;
}

.online-video-popup .modal-content iframe {
  margin-bottom: -10px;
}

.view-all-btn {
  padding: 8px 0;
  margin: 20px 0;
  width: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  color: #0a97d9;
  background: transparent;
}

.four img {
  padding-top: 30px;
  width: 45%;
}

#animate-banners4 img {
  padding-top: 30px;
}

.table-striped tbody tr td i:before {
  color: #00689d;
  font-size: 18px;
}

/*
.select-area-emojis ul li {
    display: inline;
    margin-left: 40px;
}

.next-link .btn {
    padding: 10px 40px;
    font-size: 20px;
    background: #273741;
}
.select-area-emojis img {
    width: 13%;
    margin-left: 50px;
}
*/

.next-link {
  padding: 50px 0 50px;
}

.btn-finish-section {
  padding: 20px 0 0px;
}
.next-link i:before {
  color: #fff;
  font-size: 21px;
  margin-left: 0px;
}

.next-link i {
  background: #00e3ae;
  padding: 20px 15px 14px;
  border-radius: 30px;
}

.next-link i:hover {
  background-color: #06c195;
}

.how-interaction-section {
  background-image: url("../images/Angry_1.png");
}

.how-interaction-section h1,
.secondform-mood-section h1,
.thdform-mood-section h1 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: 400;
}

.secondform-mood-section p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
}

.secondform-mood-section {
  background-image: url("../images/blue-back.png");
}

.thdform-mood-section {
  background-image: url("../images/blue-back.png");
}

.select-area-fst-step {
  padding: 100px 0 20px;
  text-align: center;
}
.select-area-fst-step ul li {
  color: #fff;
  display: inline;
}

.select-area-fst-step ul {
  list-style: none;
  padding-left: 0px;
}

.select-area-fst-step ul li i:before {
  font-size: 100px;
}

.mode-face-section img::before {
  position: relative;
  content: "\e013";
  font-family: "Glyphicons Halflings";
  z-index: 9;
}
.mode-face-emojis-section a {
  position: relative;
}
.mode-face-emojis-section a::after {
  background: #43e4aa;
  border-radius: 70%;
  color: #fff;
  content: "¬";
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  height: 45px;
  left: 90px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 55px;
  transform: rotate(135deg);
  width: 45px;
  right: initial;
  display: none;
}
.mode-face-emojis-section a.after_show::after {
  display: block;
}

.mode-face-section img {
  width: 95px;
  box-sizing: content-box;
  padding: 10px;
  border-radius: 100px;
  background: #fff;
}
.mode-face-section a img:hover {
  background: #d5f4ff;
  padding: 10px;
  border-radius: 100px;
  box-sizing: content-box;
}

.mode-face-section {
  padding: 40px 30px;
}

.thdform-mood-section {
  padding: 30px 30px 30px;
}

.mode-face-emojis-section {
  padding: 30px 30px 0px;
}

.mood-content-section {
  padding: 30px 30px 0px;
}
.submit-link-section {
  padding: 10px 0;
}

.submit-link-section a {
  color: #ffffff;
  font-size: 19px;
}

.waiting-content-section p {
  color: #000;
  font-size: 16px;
  background: #fff;
  padding: 34px 20px;
  font-weight: 200;
  line-height: 1.5;
  border-radius: 8px;
  font-style: italic;
}
/*form-new*/
.wizard-container {
  z-index: 3;
}

.wizard-container .wizard-navigation {
  position: relative;
  display: none;
}

.form-control {
  font-size: 14px;
  line-height: 1.42857;
  background-color: white !important;
  bord
}
/*    Navigation menu                */

.nav-pills {
  background-color: rgba(200, 200, 200, 0.2);
}

.nav-pills > li + li {
  margin-left: 0;
}

.nav-pills > li > a {
  border: 0 !important;
  border-radius: 0;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: #555555 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: inherit;
}

.nav-pills > li i {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}
/*form-new*/

.btn-finish {
  background: #00e3ae;
  padding: 10px 20px;
  color: #fff;
}

.btn-finish:hover {
  background: #06c195;
  color: #fff;
}

.tab-content .tab-pane {
  border-radius: 10px;
}

#comment {
  padding: 10px 10px;
}
.mode-face-emojis-section .happy-emojis {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 50%;
  border: 5px solid #43e4aad4;
  margin: 0;
  padding: 0;
  /*float:left;*/
}

.mode-face-emojis-section . {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 80px;
  margin: 0;
  padding: 0;
}

/*grader-page*/
.grades-classes-section ul li {
  display: inline;
  margin-left: 50px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.grades-classes-section ul li:hover {
  border-bottom: 2px solid #0a97d9;
}
/* welcome modal caixa 11/23 */
.welcome-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: relative;
}
.welcome-modal-container {
  display: flex;
  align-items: center;
  justify-content: center !important;
  flex-direction: column;
  row-gap: 16px;
}
.welcome-modal-text {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-modal-img {
  margin-bottom: 32px;
  display: flex;

  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.welcome-modal-img img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30%;
}

.welcome-modal-btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 55px;
  margin-bottom: 20px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .welcome-modal {
    gap: 16px;
    width: 100vw;
    height: 100vh;
    padding: 24px;
  }
  .welcome-modal-img img {
    height: 40%;
  }
}
@media screen and (max-width: 480px) {
  .welcome-modal {
    gap: 8px;
  }
  .welcome-modal-img img {
    height: 50%;
  }
  .welcome-modal-text {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* new card sidebar */
.sidebar-card {
  width: 100%;
  height: 286px !important;
  background-color: #fbfbfb !important;
  gap: 16px;
  border-radius: 5px;
}

.sidebar-card:hover {
  background-color: #f9dd96 !important;
}

.sidebar-card .image-container {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-card h3 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
}
.sidebar-card p {
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
/*grader-page*/

.card {
  /* background: #f2f2f2 none repeat scroll 0% 0%;  */
  /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);  */
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
/*grades-tabs*/

.grades-section > li > a:hover,
.grades-section > li > a:active {
  color: #000 !important;
}

.grades-section .panel-primary > .panel-heading {
  color: #000;
  background: transparent;
  border: transparent;
  padding: 20px 15px;
}

.grades-section .panel-primary > #my-grades-heading {
  padding: 20px 15px 0px;
}

.grades-section .panel-primary {
  /*  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
    box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4); */
  border: 2px solid #0a97d9;
  margin-bottom: 20px;
  border-radius: 5px;
}

.grades-section .panel-heading .huge {
  color: #ccc;
}

.grades-section .view-class-btn {
  background: #0a97d9;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  padding: 3px 8px;
}

.grades-section .tab-content .panel-footer {
  padding: 10px 0px 15px;
  background: none;
  border: none;
}

.grades-section .panel-footer a {
  padding: 10px;
  background: #0a97d9;
  color: #fff;
  font-size: 12px;
}

.grades-section .nav-tabs li {
  padding: 0px 10px 0 0;
}
.eso-section div {
  font-size: 30px;
}

.eso-section {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  padding: 0px 0;
  word-break: break-word;
}

.eso-section sub {
  font-size: 12px;
  left: -8px;
  color: #707070;
}

.panel-footer .edit-add-btn a {
  background: #ffa726;
}

.panel-footer .dlt-add-btn a {
  background: #d83801;
  width: 100%;
  display: block;
  text-align: center;
}
#allClasses .panel-footer {
  padding: 0;
}
.col-6.col-lg-6.col-md-6.col-sm-6.pull-left.edit-btn-my-class {
  padding: 0;
}
.col-6.col-lg-6.col-md-6.col-sm-6.pull-right.dlt-add-btn {
  padding: 0;
}
.grades-section .panel-footer .edit-btn-my-class a {
  background: #ffa92b;
  width: 100%;
  display: block;
  text-align: center;
}

.panel-footer .pull-left,
.panel-footer .pull-right {
  margin: 0px;
}

.tab-pane .panel-heading p {
  color: #777777;
  font-size: 12px;
  text-align: left;
}

.modal.fade.show {
  opacity: 1;
}
.btn-danger-yellow {
  background: #fbbc04;
  color: #fff;
  font-weight: 700;
}
.btn-primary-blue {
  background: #0a97d9;
  color: #fff;
  font-weight: 700;
}

.grades-section .send-invite-btn a {
  background: #00e3ae;
}
.my-grades-section {
  padding: 2px 0;
}
.my-grades-section ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.my-grades-section ul li {
  display: inline;
  margin-left: 3px;
}

.my-grades-section ul li i {
  color: #bebebe;
}

#my-grades-heading .text-end {
  padding-left: 0px;
}

.grade-eso-header,
.got-it-Modal-header,
.invitation-modal-header,
.savechanges-modal-header,
.invite-participants-modal-header {
  text-align: center;
  padding: 20px 0;
}

.grade-eso-header h3,
.got-it-Modal-header h3,
.invitation-modal-header h3,
.savechanges-modal-header h3,
.invite-participants-modal-header h3 {
  font-size: 20px;
  font-weight: 600;
}

.grade-eso-header p,
.got-it-Modal-header p,
.invitation-modal-header p,
.savechanges-modal-header p,
.invite-participants-modal-header p {
  font-size: 16px;
  padding: 30px;
  font-weight: 500;
}

.grade-eso {
  background: #fff;
  padding: 20px;
}

/*.modal-dialog {
    width: 600px;
    margin: 100px auto;
    }*/

.grade-eso label {
  font-size: 14px;
}
.savechanges-modal-header,
.invite-participants-modal-header {
  padding-left: 50px;
  padding-right: 50px;
}
.savechanges-modal-header .form-group,
.invite-participants-modal-header .form-group {
  margin-bottom: 30px;
  background-color: white;
}
.savechanges-modal-header .form-control,
.invite-participants-modal-header .form-control,
.drag-drop-main-section h3 {
  height: 45px;
  font-size: 15px;
  line-height: 1.42857;
  /*box-shadow: 0px 4px 16px #b7c0cc;*/
  box-shadow: 0px 3px 14px #b7c0cc;
  border: none;
}

.grade-eso .sign-up {
  margin-top: 30px;
}

.grade-add-now-btn {
  padding-top: 10px;
}

/*all-team-member*/
.product-grid {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease 0s;
}

.product-grid:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product-grid .product-image {
  overflow: hidden;
}

.product-grid .product-image a {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image img {
  transform: scale(1.1);
}

.product-grid .product-content {
  padding: 12px 12px 15px 12px;
  transition: all 0.5s ease 0s;
}

.product-grid:hover .product-content {
  opacity: 0;
}

.product-grid .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px;
}

.product-grid .title a {
  color: #0a97d9;
  font-size: 16px;
}
.product-grid .title a:hover {
  color: #2e86de;
}

.product-grid .price {
  font-size: 18px;
  font-weight: 600;
  color: #2e86de;
}

.product-grid .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}

.product-grid .social {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.product-grid:hover .social {
  opacity: 1;
  bottom: 13px;
}

.product-grid .social li {
  display: inline-block;
}

.product-grid .social li a {
  color: #909090;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 7px;
  border: 1px solid #909090;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.product-grid .social li a:hover {
  color: #fff;
  background-color: #2e86de;
  width: 80px;
}

.product-grid .social li a:before,
.product-grid .social li a:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #2e86de;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.product-grid .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}

.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after {
  opacity: 1;
}
.all-team-info {
  text-align: center;
  margin: 0 auto;
  width: 53%;
  padding-top: 50px;
}
.all-team-info img {
  display: inline;
}
.all-team-info h1 {
  padding: 20px 0;
}
.all-team-info p {
  font-size: 16px;
  color: #8e8d8d;
}
.team-images {
  padding-top: 30px;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}

/*all-team-member*/

/*about-us-page*/
.about-us-main {
  margin: 0 auto;
  width: 90%;
  padding-top: 50px;
}
.history-learning-section {
  padding-top: 30px;
}
.history-learning-section h1 {
  padding: 20px 0 34px;
  position: relative;
}

/*    .knowledge-section {
      text-align: center;
      margin: 0 auto;
      width: 90%;
        padding-top: 50px;
    }
    */

.knowledge-section .knowledge-img1:after,
.knowledge-section .knowledge-img2:after {
  position: relative;
  content: url("http://localhost/bechallenge/bechallenge/public/pro/images/knowledge-icon.png");
  bottom: 152px;
  left: 152px;
}
.knowledge-img1 img,
.knowledge-img2 img,
.knowledge-img3 img {
  width: 85%;
}
.knowledge-section-section {
  padding-top: 50px;
  text-align: center;
}

.knowledge-section {
  margin: 0 auto;
  width: 75%;
  padding-top: 50px;
}
.knowledge-section img {
  display: inline;
}
.knowledge-section h3 {
  position: relative;
  top: -20px;
  font-size: 18px;
}
.history-learning-section h1:after {
  position: absolute;
  content: url(http://localhost/bechallenge/bechallenge/public/pro/images/mission-line.png);
  bottom: 13px;
  left: 0;
}
.knowledge-section-section h1:after {
  position: relative;
  content: url("http://localhost/bechallenge/bechallenge/public/pro/images/mission-line.png");
  top: 26px;
  right: 238px;
}

/*about-us-page*/

/*terms-condition*/
.terms-and-conditions-section {
  width: 90%;
  margin: 0 auto;
}
.terms-and-conditions-section h1 {
  text-align: center;
}
.terms-and-conditions-section h3 {
  text-align: center;
  padding: 20px 0 0px;
}
.terms-and-conditions-section ol.d {
  padding-left: 0px;
  padding-top: 10px;
}
.terms-and-conditions-section ol li {
  color: #000;
  text-align: justify;
}
.terms-and-conditions-section p {
  font-size: 16px;
  /* font-weight: 500; */
  padding: 15px 10px;
  /* border-bottom: 1px solid #ccc; */
}

.terms-and-conditions-section ol.d {
  list-style-type: lower-alpha;
}

.terms-and-conditions-bar:hover {
  border: 1px solid #0a97d9;
}

/*terms-condition*/

/*contact-us-page*/
.contact-us-section {
  padding: 30px 50px;
}
.contact-us-section h3 {
  font-weight: 600;
}

.contact-us-section p {
  padding: 20px 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2b;
}

.contact-us-section .form-group .form-control {
  height: 45px;
  font-size: 15px;
  line-height: 1.42857;
  box-shadow: 0px 4px 16px #b7c0cc;
  border: none;
}

.contact-us-section .form-group {
  margin-bottom: 35px;
}

.contact-us-section .form-group .sign-up {
  background-color: #0a97d9;
  color: #fff;
  border-radius: 5px;
  margin-left: 0px;
  font-size: 15px;
  padding: 12px 50px;
}

.contact-us-section ul {
  padding-left: 0px;
  list-style: none;
}

.contact-us-section ul li {
  display: inline;
  font-size: 22px;
  margin-left: 10px;
}
.contact-with-us img {
  text-align: center;
  display: -webkit-inline-box;
}

.contact-with-us ul li i {
  font-size: 25px;
}

.contact-with-us ul .facebook-icon i:before {
  color: #3b5998;
}

.contact-with-us ul .linkedin-icon i:before {
  color: #2196f3;
}

.contact-with-us ul .twitter-icon i:before {
  color: #03a9f4;
}

.contact-with-us ul .youtube-icon i:before {
  color: #e53935;
}

/*faqs*/
#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #313131;
  background-color: transparent;
  text-decoration: none !important;
  font-weight: bold;
  padding-left: 25px;
  padding: 30px 10px 10px;
  text-align: left;
}

.faq-section .card-body h2 {
  font-size: 20px;
}

#accordion-style-1 .card-body {
  border-top: 1px solid #dad8d8;
  padding: 10px 10px;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}

.card-header.card-header-white {
  background-color: white !important;
}

.faq-card {
  margin-bottom: 0px;
}

.always-here-section {
  text-align: center;
  padding: 70px 0;
}
.always-here-section p {
  margin: 15px 0;
  color: #000000;
}

/*faqs*/

/*create-challenge-css*/

.rounded-pill {
  border-radius: 30px;
}

.create-challenge-top-btn .btn {
  margin: 0 0 10px;
}
.name-your-Challenge-form {
  background: #fff;
  padding: 0px 15px 25px 15px;
  border-radius: 5px;
}

.challenge-title-name h3 {
  font-weight: 600 !important;
  color: #333333 !important;
}

.name-your-Challenge-form h3 {
  font-size: 28px;
}

.name-your-Challenge-form h3.title-section {
  color: #828282;
  font-weight: 600;
}

.name-your-Challenge-form .modal-header {
  padding: 15px 0;
}
.name-your-Challenge-form h4 {
  margin: 20px 0;
}

.name-your-Challenge-form h4.border-bottom {
  color: #00689d;
}

.drag-drop-area {
  border: #0a97d9 dotted;
  padding: 20px 0px;
}
.drag-drop-area .fa-video {
  color: #d0021b;
}
.drag-drop-main-section h6 {
  color: #0a97d9;
  padding: 20px 0;
  font-size: 15px;
}

.drag-drop-main-section h3 {
  height: 45px;
  font-size: 13px;
  line-height: 1.42857;
  box-shadow: 0px 4px 16px #b7c0cc;
  border: none;
  padding: 11px 0px;
  color: #989898;
}
.supports-info p span {
  color: #d0021b;
  font-weight: 600;
}

.btn-blue {
  background: #0a97d9;
  padding: 10px 40px;
  border-radius: 3px;
  color: #fff;
}

.time-schedule-form .form-group {
  width: 33%;
  float: left;
  margin: 5px 0px 10px;
}

.time-schedule-form .form-control {
  box-shadow: none;
  border: 1px solid #ccc;
  width: 60%;
  height: 0;
  text-align: center;
  margin: 0px 14px;
  font-size: 15px;
  padding: 16px 0px;
  border-radius: 0;
}

.time-schedule-form .form-group h3 {
  margin: 4px 0px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.challenge-phases-section p {
  padding: 22px 0;
  font-size: 17px;
}

.challenge-phases-section p span {
  font-size: 17px;
  font-weight: 600;
}

.discovery-form-section-2 {
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
  /*border-left: 8px solid #0A97D9!important;*/
  margin: 0;
  margin-top: 10px;
}

.form-activity {
}

.slider-phase::before {
  bottom: 4px !important;
}

#successfully-challenge p {
  font-size: 20px;
  text-align: center;
  padding: 80px 0 0;
}

.tab-content .modal-footer {
  margin-top: 0px;
  padding: 0px;
  text-align: right;
  border: 0;
}

.tab-content .modal-header {
  padding-left: 0px;
}

.challenge-page-count i {
  font-size: 30px;
}

.challenge-page-count p {
  font-size: 18px;
  font-weight: 600;
}

.wizard-card .next-link i {
  background: #0a97d9;
}

.wizard-card .checkmark {
  background-color: #00e3ae;
}

.wizard-card .challenge-title-section ul li {
  display: inline;
  padding-left: 40px;
}

.wizard-card .challenge-title-section ul li i {
  background: #ffffff;
  padding: 11px 12px;
  border-radius: 24px;
  color: #159fff;
  font-size: 17px;
  display: table;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 10px 0 rgba(181, 181, 181, 0.4);
  margin-bottom: 5px;
}

.wizard-card .challenge-title-section ul li i:hover,
.wizard-card .challenge-title-section ul li i.active,
.wizard-card .challenge-title-section ul li i:focus {
  background: #ffffff !important;
  color: #159fff !important;
}

.wizard-card .challenge-title-section ul li i:before {
  font-size: 28px;
}

.wizard-card .challenge-title-section ul li:first-child {
  padding-left: 0px;
}

.tab-pane .input-group .input-group-addon {
  border-left: none !important;
  background: #fff !important;
  border: none;
  box-shadow: 0px 4px 20px #d8dfe8;
}
#create-challenge .form-control-feedback:before {
  position: relative;
  top: -35px;
  left: 370px;
}
.create-challenge-modal .modal-dialog {
  max-width: 900px !important;
}
.challange-model .modal-footer {
  border: none;
}

/*homepage-side bar pop-up*/
.next-breakthrough-section h1,
.educational-institutions-section h1 {
  font-weight: 400;
  font-size: 33px;
}
.influencing-section h6 {
  font-weight: 500;
  font-size: 18px;
  padding: 20px 0;
  line-height: 1.3;
}
.next-breakthrough-section .form-group .form-control {
  height: 45px;
  font-size: 14px;
  line-height: 1.42857;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  padding-left: 0px;
  box-shadow: none !important;
}

.educational-institutions-section h4 {
  padding: 15px 0;
  font-weight: 600;
}
.educational-institutions-section p {
  font-size: 16px;
}
.blue-short-btn .btn {
  background: #0a97d9;
  color: #ffff;
}

.blue-short-btn .btn:hover,
.blue-short-btn .btn.active,
.blue-short-btn .btn:focus {
  color: #ffff;
}
.next-breakthrough-section label {
  font-weight: 400;
}

/*homepage side bar pop -up*/

#challenge-library .modal-content .top-menu ul li a {
  padding: 33px 34px 9px !important;
}

/*pricing-table*/
.pricing-divider {
  border-radius: 20px;
  background: #c64545;
  padding: 1em 0 4em;
  position: relative;
}
.blue .pricing-divider {
  background: #2d5772;
}
.green .pricing-divider {
  background: #1aa85c;
}
.red b {
  color: #c64545;
}
.blue b {
  color: #2d5772;
}
.green b {
  color: #1aa85c;
}
.pricing-divider-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
}
.deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.btn-custom {
  background: #c64545;
  color: #fff;
  border-radius: 20px;
}
.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.our-plans {
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 10px;
}
#generic_price_table .price-heading {
  padding: 40px 0;
}
#generic_price_table .price-heading p {
  font-size: 16px;
  width: 40%;
  margin: 0 auto;
}
/*pricing-table*/

/* <!-- start loader css here -->*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000c;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00c9ff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00e3ae;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*<!-- End loader css here -->
*/

.solutions-box {
  padding: 0px;
  height: auto;
}
.solutions-box h5 {
  font-size: 1.2em;
  padding-top: 5px;
}
.solutions-box h4 {
  font-size: 16px;
  line-height: 1.3;
}
.solutions-box p {
  padding: 0px 0;
  font-size: 11px;
  color: #8e8c8c;
}

.solution-video {
  width: 100%;
}
.solution-view-comments {
  padding-bottom: 10px;
}
/*
.play-icon-section {
  position: absolute;
  }*/
.play-icon-section:before {
  content: "\e029";
  font-family: "Glyphicons Halflings";
  z-index: 99;
  font-size: 3em;

  color: #0a97d9;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.stephainie-kemp-section {
  padding: 15px 15px 0;
}

.form-inline .form-control {
  width: 100%;
}
.form-inline .form-group {
  display: block;
}

.stephainie-comment-area {
  padding: 10px 10px 0;
}

.stephainie-comment-area .form-control {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 20px 10px;
}

/*challenges-section starts here*/
/*.stephainie-comment-area i:before {
    top: -30px;
    position: relative;
    left: 295px;
    color: #0A97D9;
}
*/
.detail-tab {
  float: left;
  width: 15%;
  /*height: 300px;*/
  padding-left: 5px;
}
.detail-tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
.detail-tab button:hover {
  background-color: #ddd;
}
.detail-tab button.active {
  background-color: #ccc;
}
.tabcontent {
  float: left;
  width: 85%;
  border-left: none;
}
.solutions-box .pdf-section img {
  padding: 22px 0px;
}
.pdf-close-area {
  padding: 15px;
}
.solutions-box .form-group .form-control {
  width: 77%;
  float: left;
  margin: 0px 10px 20px;
}
.send-icon-kemp {
  width: 14%;
  float: left;
  padding-top: 8px;
  text-align: center;
}

#newCommentOuter .form-control {
  font-weight: 500;
  box-shadow: 0px 4px 20px #d8dfe8;
  border: none;
  width: 90% !important;
}

#newCommentOuter .send-icon-kemp {
  width: 10%;
  float: right;
  margin-top: -39px;
  text-align: center;
  background-color: white;
}

#newCommentOuter2 .form-control {
  font-weight: 500;
  box-shadow: 0px 4px 20px #d8dfe8;
  border: none;
  width: 90% !important;
}

#newCommentOuter2 .send-icon-kemp {
  width: 10%;
  float: right;
  margin-top: -32px;
  text-align: center;
}

#newCommentOuter3 .form-control {
  font-weight: 500;
  box-shadow: 0px 4px 20px #d8dfe8;
  border: none;
  width: 90% !important;
}

#newCommentOuter3 .send-icon-kemp {
  width: 10%;
  float: right;
  margin-top: -32px;
  text-align: center;
}
#newCommentOuter4 .form-control {
  font-weight: 500;
  box-shadow: 0px 4px 20px #d8dfe8;
  border: none;
  width: 90% !important;
}

#newCommentOuter4 .send-icon-kemp {
  width: 10%;
  float: right;
  margin-top: -32px;
  text-align: center;
}
.send-icon-kemp i {
  color: #0a97d9;
}

.hide-comments-section {
  padding-left: 0px;
}
.hide-comments-section h6 {
  background: #f5f5f5;
  padding: 9px;
  border-radius: 3px;
  margin-top: 5px;
  line-height: 1.3;
}

.stephainie-info-section {
  padding-left: 0px;
}
/*challenges-section ends here*/

/*.dropdown-menu-end {
    left: 80px !important;
    padding: 2px 5px;
}
*/

/*<!-- Teacher & student account starts here -->*/
.switch-profile-dropdown {
  width: 250px;
}
.student-account {
  border-bottom: 1px solid #ccc;
}
.student-account,
.teacher-account {
  padding: 6px 10px;
  background: #f4f8fb;
  box-shadow: 0px 5px 20px #e8edf1;
}
.student-account h6,
.teacher-account h6 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.student-account p,
.teacher-account p {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
  padding-top: 2px;
}
.student-account i a,
.teacher-account i a {
  font-size: 12px;
  color: #0a97d9;
}
/*<!-- Teacher & student account ends here -->*/

/*wildkids blog starts here*/
.wildKats-blog {
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 15px 0 rgba(181, 181, 181, 0.4);
  padding: 15px;
  min-height: 387px;

  border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  border: 0px solid #000000 !important;
}
.wildKats-blog h3 {
  font-size: 22px;
  font-weight: 400;
}
.wildKats-blog h5 {
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 5px;
}
.wildKats-blog h6 {
  font-weight: 600;
  margin-top: 30px;
}
.widkat-logo {
  width: 80px;
  height: 80px;
  position: relative;
  left: 50%;
  border-radius: 50%;
  top: 30px;
  overflow: hidden;
  margin-left: -40px;
  clear: both;
}
.widkat-logo img {
  width: 100% !important;
}
.top-menu ul li:last-child a {
  border-right: 0px;
}
.stephainie-info-section h4 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
}

/*.stephainie-info-section p {
    font-size: 12px;
  color: #b7b7b7;
  line-height: 1.5;
}*/

.wildKats-blog .members-section:last-child {
  display: inherit;
}
.members-section {
  padding: 10px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 10px 0 rgba(181, 181, 181, 0.4);
  border-radius: 5px;
  margin: 10px 0;
}
.create-team-section {
  display: flex;
  padding: 40px 0;
  background: #E6F7FD;
  border: solid 3px #0A97D9!important;
  align-items: center;
  height: 100%;
}
.create-team-section i {
  font-size: 50px;
  color: #294973;
}
.create-team-section p {
  padding-top: 10px;
  font-size: 18px;
  text-wrap: balance;
}

.teambutton {
  width: 75%;
  padding: 8px;
  margin-top: 32px;
  margin-inline: 48px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
}

.closebutton {
  width: 20%;
  border-radius: 8px;
  padding: 8px;
  margin-block: 16px;
  margin-inline: 16px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
}

.members-section p i {
  color: #0a97d9;
}

/*your role pop up*/
#yourrole .modal-body {
  margin: 0 auto;
  width: 70%;
  padding: 80px 0;
}
#yourrole h3 {
  padding: 20px 0 0px;
  font-size: 24px;
}
#yourroleContent .content {
  padding: 10px;
}
#yourroleContent .btn-content .submit-btn {
  margin-right: 10px;
}

#yourroleContent .btn-content {
  padding-left: 0px;
}
#yourroleContent h2 {
  font-size: 22px;
}

/*    #newCommentOuter {
    display: inline-flex;
    width: 100%;
    padding: 10px 20px;
    }*/

#newCommentOuter2 {
  display: inherit !important;
}
#yourrole #commentsOuter2 {
  padding: 10px 20px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  /*display: inline-flex;
    width: 100%;
    padding: 10px 20px;*/
}

#newCommentOuter3 {
  display: inherit !important;
}
#yourrole #commentsOuter3 {
  padding: 10px 20px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  /*display: inline-flex;
    width: 100%;
    padding: 10px 20px;*/
}
#newCommentOuter4 {
  display: inherit !important;
}
#yourrole #commentsOuter4 {
  padding: 10px 20px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  /*display: inline-flex;
    width: 100%;
    padding: 10px 20px;*/
}
#newCommentOuter {
  /*display: inherit !important;*/
}
#yourrole #commentsOuter {
  padding: 10px 20px;
  /*max-height: calc(100vh - 130px);*/
  overflow-y: auto;
  /*display: inline-flex;
    width: 100%;
    padding: 10px 20px;*/
}
#yourrole .form-group {
  margin-bottom: 15px;
  display: flex;
}

#yourrole .form-control {
  margin-bottom: 0px;
  min-height: 45px;
  height: auto !important;
  max-height: 284px;
  overflow: auto;
  line-height: 19px;
  border: 1px solid #d2dbe3;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: text;
  word-wrap: break-word;
  font-size: 14px;
}

#yourrole .modal-body h3 {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}
#create-team .modal-body h3 {
  font-size: 18px;
  padding: 20px 0;
  font-weight: 600;
}

#create-team h2 {
  font-size: 23px;
  font-weight: 400;
  color: #313131;
  padding: 10px 0;
}

#yourrole .btn-danger {
  background: #00e3ae;
  border: #00e3ae;
}
#yourrole .modal-content {
  margin: 0 auto;
  padding: 15px;
}

.browse-section .browse-btn {
  background: #0a97d9;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  padding: 3px 8px;
}
/*your role pop up*/

/*your solution pop up*/
#yourSolution .modal-body {
  margin: 0 auto;
  width: 70%;
  padding: 80px 0;
}
#yourSolution h3 {
  padding: 20px 0 0px;
  font-size: 24px;
}
#yourSolution .btn-danger {
  background: #00e3ae;
  border: #00e3ae;
}
#yourSolution .modal-content {
  margin: 0 auto;
  padding: 15px;
}
#yourSolution .form-control {
  margin-bottom: 0px;
  min-height: 45px;
  height: auto !important;
  max-height: 284px;
  overflow: auto;
  line-height: 19px;
  border: 1px solid #d2dbe3;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: text;
  word-wrap: break-word;
  font-size: 14px;
}
#yourSolution .modal-body h3 {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}
#yourSolution .form-group {
  margin-bottom: 15px;
  display: flex;
}
/*/your solution pop up*/

/*challenges-section*/
.challenge-requests-box h5 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
.challenge-requests-box h4 {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}
.stephainie-info-section h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.challenge-requests-box p a {
  text-decoration: none;
  margin: 8px 0;
  display: inline-block;
}
.challenge-requests-box p a:hover,
.challenge-requests-box p a.active,
.challenge-requests-box p a:focus {
  text-decoration: underline;
  color: #000;
}
/*.challenge-requests-box .stephainie-info-section {
  padding-left: 10px;
}*/
.challenge-requests-box {
  background: #fff;
  position: relative;
  padding: 20px 20px 4px;
  /* -webkit-box-shadow: 0 0 5px 5px rgba(181,181,181,0.2);
  box-shadow: 0 0 25px 2px rgba(132, 132, 132, 0.2);*/
  margin-top: 20px;
}
.challenge-requests-box .students {
  padding-top: 10px;
}
.pending-btn .btn {
  background: #e6f7fd;
  width: 100%;
  border-radius: 0 0 15px 15px;
  border: solid 1px #e6f7fd;
}

.approved-btn .btn {
  background: #e0fbf5;
}

.declined-btn .btn {
  background: #f9e0e3;
}

.pending-btn .btn:hover,
.pending-btn .btn:active,
.pending-btn .btn:focus {
  color: #000;
}

.approved-btn .btn:hover,
.approved-btn .btn:active,
.approved-btn .btn:focus {
  color: #000;
}

.declined-btn .btn:hover,
.declined-btn .btn:active,
.declined-btn .btn:focus {
  color: #000;
}
/*challenges-section*/

.decline-btn .btn {
  font-size: 15px;
}

.accept-btn .btn {
  font-size: 15px;
}

.container-fluid .pt-30 .col-md-4 {
  margin-bottom: 20px;
}
.accept-btn .btn:focus {
  outline: none;
}
.partic-mn .challenge-requests-box .accept-btn .btn {
  margin-top: 20px;
}
.challenge-requests-box .panel-footer {
  padding: 0;
}
.challenge-request-img {
  float: left;
}
.drag-drop-area i {
  /*font-size: 31px;*/
  color: #b2b2b2;
}
.choose-one-section h4 span {
  color: #00e3ae;
}

.first-solution-successfull-form .modal-body p {
  font-size: 15px;
  text-align: center;
  color: #000;
}

.feature-bloge-section {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  padding: 20px;
}
.feature-bloge-main {
  width: 80%;
  margin: 0 auto;
}

.feature-bloge-section h1 {
  font-size: 25px;
}

.create-now-btn .btn {
  border: 1px solid #0a97d9;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px 30px;
}

.explore-challenges-catagory p {
  font-size: 20px;
  font-weight: 500;
}
.discover-section .text-end img {
  float: right;
}
.be-part-btn .btn,
.express-challenge-btn .btn {
  background: #019efd;
  color: #fff !important;
  padding: 10px 30px;
}
.works-section .express-challenge-btn .btn {
  background: #fff;
  color: #000 !important;
  padding: 15px;
}
.works-section h1 {
  font-size: 30px;
}

.works-section p {
  width: 60%;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 1.8;
  color: #000;
  font-size: 18px;
}
.request-pending-label {
  color: #fff !important;
}

/*sidebar-fixed btn*/
#sidebar-fixed-btn {
  position: fixed;
  z-index: 1;
  /*top: 600px;*/
  bottom: 8px;
  right: 20px;
  overflow-x: hidden;
}

#sidebar-fixed-btn a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  background: #00e3ae;
  font-size: 17px;
  padding: 10px 10px !important;
}

#sidebar-fixed-btn .a:hover,
#sidebar-fixed-btn .a:focus,
#sidebar-fixed-btn .a.active {
  background: #0a97d9 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none;
}

.edit-profile-section {
  padding-top: 50px;
}

#sidebar-menu ul .has_sub.position-bottom {
  position: absolute;
  bottom: -165px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: auto;
}

#sidebar-menu ul li .btn-join {
  padding: 12px 8px;
  background-color: #0a97d9 !important;
  border-radius: 4px;
}

#sidebar-menu ul li .btn-join i {
  border-radius: 50%;
  background: #fff;
  color: #0a97d9;
  margin-right: 3px;
  font-size: 12px;
  height: 16px;
  width: 16px;
}

.pro-list {
  padding: 10px;
  background-color: #e6f7fd;
}
.pro-list li img {
  vertical-align: initial;
}

.pro-list li .pro-title {
  line-height: 14px;
  font-weight: 600;
}
/* VIEW CHALLENGE PAGE  */
/* RESOURCES REDESIGN  */
.btn-resources {
  background: #f2f2f2;
  font-size: 18px;
  margin-bottom: 16px;
  margin-right: 24px;
  font-weight: 600;
  padding: 8px 16px;
  transition: background-color 0.3s;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid #f2f2f2;
}

.btn-resources:hover {
  border: 2px solid #f8c731;
}

.btn-resources:active {
  background: #f8c731;
}

@media (max-width: 768px) {
  .btn-resources {
    margin-right: 16px;
    font-size: 16px;
  }
}

.card-explore {
  font-size: 18px;
  font-weight: 600;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;

  height: 80px;
  border-radius: 15px;
  min-width: 45%;
}

@media (max-width: 768px) {
  .card-explore {
    font-size: 1rem;
    max-width: 45%;
    min-width: 35%;
    padding: 16px;
  }
}
/* MENU-PARTICIPATION PAGE  */
.phase-card-tab {
  display: flex;
  flex-wrap: nowrap !important;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.title-phase-container {
  border-radius: 15px;
  background: #f7f7f7;
  height: 120px;
  padding-left: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.phase-card-container {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  min-width: 9.3rem;
  height: 10rem;
  transition: 0.5s;
}
.phase-card-container p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}

.img-card-container {
  border-radius: 5px;
  background: #f7f7f7;
  height: 60px;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-card-container img {
  height: auto !important;
  width: 100%;
}

.phase-card-container:hover {
  transform: scale(1.1);
}

.phase-card-container:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px #fffae7;
  border: solid 2px #f8c731;
}

@media (max-width: 1306px) {
  .phase-card-tab {
    flex-wrap: wrap !important;
  }
  .phase-card-container {
    width: 20vw !important;
  }
  .img-card-container img {
    height: auto !important;
    width: 80%;
  }
}

@media (max-width: 975px) {
  .phase-card-container {
    width: 30vw !important;
  }
}
@media (max-width: 768px) {
  .phase-card-container {
    width: 50vw !important;
  }
  .img-card-container img {
    height: auto !important;
    width: 50%;
  }
}
/* MENU-PARTICIPATION PAGE  */
.menu-img-card-container {
  border-radius: 5px;
  background: #f7f7f7;
  height: 60px;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.menu-img-card-container img {
  height: auto !important;
  width: auto;
  max-height: 100px;
}

/* INVITATION PAGE  */
.resources-hero {
  border-radius: 15px;
  background: #f2f2f2;
  padding: 16px;
  height: 120px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
.resources-hero img {
  height: 115px;
  padding-right: 16px;
}
.icon-container {
  width: "30";
  height: "30";
  color: #1b5680;
}

@media (max-width: 768px) {
  .resources-hero {
    height: 80px;
    font-size: 20px;
    justify-content: flex-start;
  }
  .resources-hero img {
    height: 75px;
    padding-right: 16px;
  }
}
.invitations-notifications {
  background: #f7f7f7 !important;
  padding: 16px 48px;
  border-radius: 15px;
}
.invitations-notifications:hover {
  background: #fffcfc !important;
}

.invitation-a {
  font-size: 16px;
  font-weight: 600;
  color: #1b5680;
}
.invitation-a:hover {
  color: #0f8bd9 !important;
  font-style: italic;
}

.badge {
  text-transform: capitalize;
  margin-right: 8px;
}

.badge-profes {
  background: rgba(0, 168, 227, 0.2);
  color: #1b5680;
}

.badge-participant {
  background-color: #00a552;
}

.badge-inst {
  background: rgba(103, 181, 86, 0.2);
  color: #499362;
}
.accept-btn-blue {
  background: #0f8bd9;
  color: white;
  border-radius: 5px;
  padding: 8px 32px;
}
.accept-btn-blue:hover {
  color: white !important;
  background: #1b5680;
}
.decline-btn-blue {
  color: #0f8bd9;
  border-radius: 5px;
  padding: 8px 32px;
}

/* SOLUTIONS PAGE */
.badge-no-deliverable {
  width: fit-content;
  height: 25px;
  text-align: center !important;
  background: rgba(252, 239, 5, 0.68);
  color: #fcc30b;
  font-size: small !important;
  padding-left: 8px;
  padding-right: 8px;
  gap: 4px;
}

/* SOLUTIONS PAGE */
.badge-waiting {
  width: fit-content;
  height: 25px;
  text-align: center !important;
  background: rgba(0, 168, 227, 0.2);
  color: #1b5680;
  font-size: small !important;
  padding-left: 8px;
  padding-right: 8px;
  gap: 4px;
}

.badge-deadline-ended {
  width: fit-content;
  height: 25px;
  text-align: center !important;
  background: rgba(228, 107, 84, 0.2);
  color: #e46b54;
  font-size: small !important;
  padding-left: 8px;
  padding-right: 8px;
  gap: 4px;
}

.badge-completed {
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  height: 25px;
  text-align: center !important;
  background: rgba(73, 147, 98, 0.2);
  color: #499362;
  font-size: small !important;
  gap: 4px;
}

.badge-out-time {
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  height: 25px;
  text-align: center !important;
  background: rgba(255, 0, 0, 0.2);
  color: #d14343;
  font-size: small !important;
  gap: 4px;
}

.btn-active-category-active {
  background-color: #D7FAE3;
  color: #499362;
  font-size: 0.8rem;
}

.btn-active-category-active input:checked + .slider {
  background-color: #499362 !important;
}

.btn-active-category-deactive {
  background-color: #f0f0f0;
  font-size: 0.8rem;
}

[class*="btn-active-category-"] {
  padding: 11px 7px;
  border-radius: 8px;
}

/*@media screen and (max-height: 450px) {
#sidebar-fixed-btn {padding-top: 15px;}
#sidebar-fixed-btn a {font-size: 18px;}
}*/
/*sidebar fixed btn*/

.edit-profile-section h6 a {
  font-size: 15px;
  font-weight: 500;
  color: #0a97d9;
}

.edit-profile-section .edit-profile {
  padding: 20px 0;
}

.edit-profile-section div hr {
  margin: 10px;
}

.edit-profile-section .glyphicon-edit:before {
  position: relative;
  top: -30px;
  left: 530px;
}

.account-change-pass label {
  color: #019efd;
  font-size: 16px;
  padding-bottom: 5px;
}
.paddTopBot10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.paddLeftRight0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padd0 {
  padding: 0px !important;
}
.marginTop20 {
  margin-top: 20px;
  padding: 5px 5px 5px 15px;
  border-radius: 5px;
  /*background-color: #f4f8fb;*/
  align-items: center;
}
/*
#sidebar-fixed-btn #library-btn:hover,
#sidebar-fixed-btn #library-btn:focus,
#sidebar-fixed-btn #library-btn.active {
    background: #5d9cec !important;
    border-left: 3px solid #5d9cec;
    color: #ffffff !important;
    }*/

/*error-page css*/
.error-page-section {
  padding: 100px 0;
}
.error-page-section div h1 {
  font-size: 6.4em;
  font-weight: 500;
}
.error-page-section div h3 {
  padding: 10px 0;
  font-size: 2em;
}
.error-page-section div p {
  padding: 0px 0 10px;
  font-size: 1.2em;
}
.error-page-section div .btn {
  font-size: 1.2em;
  background: #019efd;
  border: #019efd;
  padding: 10px 20px;
}
/*error-page css*/

.notification-section h2 {
  font-size: 1.5em;
  color: #0a97d9;
  font-weight: 500;
  padding: 10px 0;
}

.notification-section h3 {
  font-size: 1.4em;
  padding-top: 12px;
}

.notification-section p {
  font-size: 0.9em;
  color: #a7a7a7;
  padding-bottom: 5px;
}

.notification-icon-section ul li {
  display: inline;
}

/*play-icon css*/
.challenge-video-section a i {
  position: absolute;
  top: 37%;
  left: 0;
  font-size: 3.5em;
  color: #0a97d9;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
/*play-icon css*/

#commentsOuter span:last-child {
  color: #404040;
  font-style: oblique;
}

#commentsOuter p {
  color: #848484;
}

#commentsOuter span a {
  color: #0a97d9;
  font-weight: 500;
}

/*#commentsOuter p {
      margin: 8px 0;
      border: 1px solid #ddd;
      padding: 5px 10px;
      border-radius: 3px;
    }*/

#commentsOuter2 span:last-child {
  color: #404040;
  font-style: oblique;
}

#commentsOuter2 p {
  color: #848484;
}

#commentsOuter2 span a {
  color: #0a97d9;
  font-weight: 500;
}

#commentsOuter2 p {
  margin: 8px 0;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 3px;
}

#commentsOuter3 span:last-child {
  color: #404040;
  font-style: oblique;
}

#commentsOuter3 p {
  color: #848484;
}

#commentsOuter3 span a {
  color: #0a97d9;
  font-weight: 500;
}

#commentsOuter3 p {
  margin: 8px 0;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 3px;
}

#commentsOuter4 span:last-child {
  color: #404040;
  font-style: oblique;
}

#commentsOuter4 p {
  color: #848484;
}

#commentsOuter4 span a {
  color: #0a97d9;
  font-weight: 500;
}

#commentsOuter4 p {
  margin: 8px 0;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 3px;
}
.newCommentMsg {
  padding: 10px 0;
}
.pdf-solutions-box {
  text-align: center;
  width: 40px !important;
}
.pdf-solutions-box .img-fluid {
  width: 150px;
  object-fit: contain;
}

/* .nav .dropdown-menu {
  box-shadow: 0 3px 5px 0.3px rgba(0, 0, 0, 0.24),
    0 1px 7px 0.14px rgba(0, 0, 0, 0.16);
  border: none;
  margin-top: 2px !important;
}
.nav .dropdown-menu ul {
  padding-left: 0px;
  list-style: none;
}
.nav .dropdown-menu ul li {
  font-size: 1em;
  padding: 5px 10px;
}
.nav .dropdown-menu ul li:hover {
  background: #ddd;
}
.nav .dropdown-menu ul li a:hover {
  color: #000;
}
.nav .dropdown-menu a:hover,
.nav .dropdown-menu a:active,
.nav .dropdown-menu a:focus {
  background: none;
} */

.nav .dropdown-menu a {
  font-size: 14px;
}

.nav .navbar-default .navbar-nav > .open > a,
.nav .navbar-default .navbar-nav > .open > a:hover,
.nav .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555;
}

.main-banner {
  background-position: 10% 1px !important;
}

.challenge-video-section img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
}

.challenge-video-section {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/*
.challenge-video-section .play-icon-section:before {
    top: -130px;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}
*/
.challenge-video-section .play-icon-section:before {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -10%);
}

.challenge-video-section .play-icon-section {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.fontSizeAndVisibility {
  font-size: 15px;
  visibility: hidden;
}
.fontSizeAndDisplayNone {
  font-size: 15px;
  display: none;
}
.newSignup {
  background-color: #26bde2;
  color: #fff;
  border: 0px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 17px;
}
#sendUsAccountDelReqForm {
  padding-top: 10px;
}
#accountDeleteRequestSubmitButton {
  margin-right: 15px;
}

/*challenges page css*/
.top-menu ul li a.active {
  background: #0a97d9;
  color: #fff;
}
.join-challen00689Dge .btn-default {
  background: #0a97d9;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  padding: 13px 0px;
  border-radius: 5px;
  margin-right: 12px;
  font-weight: 400;
  width: 162px;
  font-size: 16px;
}

.join-challenge-style {
  background: #000000b5;
  z-index: 1;
  padding: 40px;
}

/*.box-section .btn-default{
  margin: 15px auto 0;
}*/
.no_record_found {
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 10px;
  color: #f00;
  margin-left: 15px;
  width: 99%;
}
/*challenges page css*/
.wysihtml5-toolbar .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: 0.3em;
}
/* it is being used in create challenge > step 2 > editor*/
/*[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../wysihtml5/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}*/
.wysihtml5-toolbar .icon-th-list {
  background-position: -264px 0;
}
.wysihtml5-toolbar .icon-indent-left {
  background-position: -384px -48px;
}
.wysihtml5-toolbar .icon-indent-right {
  background-position: -408px -48px;
}
.container_challenge_img {
  position: relative;
  border-radius: 15px 15px 0 0;
  height: 177px;
  overflow: hidden;
}

.container_challenge_img img {
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.container_challenge_img .video-area {
  height: 100%;
}

.categ_wrapper {
  position: absolute;
  background: #000;
  padding: 6px 25px;
  top: 0;
  font-size: 12px;
  /*z-index: 9999;*/
  color: rgba(255, 255, 255, 0.7);
}

.userProfileAbout {
  font-size: 15px;
  font-weight: 600;
  color: #6b6b6b;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
}

.overview-box {
  margin: 0px 0px 20px 0px;
  background: #fff;
  padding: 20px;
  min-height: 200px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
}

.overview-box h2 {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.overview-box h3 {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
}

.overview-box span a {
  color: #0a97d9;
  margin-bottom: 15px;
  font-size: 30px;
  display: block;
  text-decoration: none;
  font-weight: 700;
}
.overview-box span a:first-child {
  margin-top: 20px;
}
.overview-box a:last-child {
  margin-top: 0px;
}
.overview-box a {
  text-decoration: none;
}
.overview-box .bottom-btn input {
  border: none;
  cursor: pointer;
}

.overview-box p {
  color: #9a9a9a;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.overview-box .bottom-btn {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
}
.overview-box .bottom-btn a,
.overview-box .bottom-btn input {
  display: block;
  background: #0a97d9;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.overview-box .bottom-btn a i {
  font-size: 18px;
}
.overview-box .bottom-btn a:hover,
.overview-box .bottom-btn input:hover {
  background: #00689d;
}

/* overview-box-blue and overview-box-dark */
.overview-box-blue {
  margin: 0px 0px 20px 0px;
  background: #0a97d9;
  padding: 15px;
  position: relative;
  border-radius: 15px;
  min-height: 100px;
}

.overview-box-blue-dark {
  margin: 0px 0px 20px 0px;
  background: #19486a;
  padding: 15px;
  position: relative;
  border-radius: 15px;
  min-height: 100px;
}

.overview-box-blue h2,
.overview-box-blue-dark h2 {
  color: #e6f7fd;
  font-size: 14px;
  font-weight: 400;
}

.overview-box-blue span a,
.overview-box-blue-dark span a {
  color: #e6f7fd;
  margin-bottom: 10px;
  font-size: 30px;
  display: block;
  text-decoration: none;
  font-weight: 600;
}

.dash-professor .overview-box-blue .row > div:nth-child(2),
.dash-professor .overview-box-blue-dark .row > div:nth-child(2) {
  border-right: solid 1px #e6f7fd;
  border-left: solid 1px #e6f7fd;
}

.dash-participant .overview-box-blue .row > div:nth-child(1),
.dash-participant .overview-box-blue-dark .row > div:nth-child(1) {
  border-right: solid 1px #e6f7fd;
}

.dash-participant .current-phase,
.dash-participant .next-phase {
  font-size: 13px;
}

/* overview-box-white */
.overview-box-white {
  margin: 0px 0px 20px 0px;
  background: #fff;
  padding: 15px;
  position: relative;
  border-radius: 15px;
  min-height: 116px;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
}

.overview-box-white h2 {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
}

.overview-box-white span a {
  color: #0a97d9;
  margin-bottom: 10px;
  font-size: 30px;
  display: block;
  text-decoration: none;
  font-weight: 600;
}

.dash-school .overview-box-white .row > div:nth-child(2) {
  /*border-right:solid 1px #E0E0E0;*/
  border-left: solid 1px #e0e0e0;
}

/* overview-box-challenge */
.overview-box-challenge {
  margin: 1px;
  background: #fff;
  padding: 15px;
  min-height: 219px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
}

.overview-box-challenge h5 {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9rem;
}

.overview-box-challenge a {
  hyphens: auto;
  font-weight: 600;
}

.overview-box-challenge .libraryTpc {
  font-size: 20px;
}

.owl-prev,
.owl-next {
  cursor: pointer;
  color: #0a97d9;
}

.card-create-challenge {
  border-radius: 15px;
  border: dashed 4px #0a97d9;
  background: #e6f7fd;
  min-height: 100px;
  margin: 0px 0px 20px 0px;
}

.card-create-challenge h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0a97d9;
}

.card-create-challenge i {
  font-size: 44px;
  color: #0a97d9;
}

.card-create-course {
  border-radius: 15px;
  border: dashed 4px #00689d;
  background: #e6f7fd;
  min-height: 100px;
  margin: 0px 0px 20px 0px;
}

.card-create-course h2 {
  font-size: 16px;
  font-weight: 600;
  color: #00689d;
}

.card-create-course i {
  font-size: 44px;
  color: #00689d;
}

.card-join-challenge,
.card-join-course {
  border-radius: 15px;
  background: #fff;
  min-height: 100px;
  margin: 0px 0px 20px 0px;
}

.card-join-challenge h2,
.card-join-course h2 {
  font-size: 16px;
  font-weight: 600;
  color: #4f4f4f;
}

.card-ODS-chart h2 {
  font-size: 16px;
  font-weight: 600;
  color: #4f4f4f;
}

.card-ODS-chart {
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
/* view challenge page timeline*/

.timeline {
  display: table;
  overflow: visible;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline .timeline-row {
  /*display: table-row*/
  display: block;
}

.timeline .phase-item:first-child {
  border-left: 0 none;
}

.timeline .activity-item:first-child {
  border-left: 0 none;
}

.timeline .highlighted-phase {
  color: #000;
}
.caption-cell {
  width: 14%;
  text-align: center;
}
.timeline .phase-item {
  display: inline-block;
  float: left;
  width: 15%;
  vertical-align: top;
}
.timeline .phase-item:last-child {
  width: 10% !important;
}

.timeline .activity-item {
  display: inline-block;
  float: left;
  width: 14%;
  vertical-align: top;
}
.timeline .activity-item:last-child {
  width: 10% !important;
}

.timeline .phase-name {
  max-height: 70px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  /*overflow-wrap: break-word*/
  text-overflow: ellipsis;
}

.timeline .indent-text {
  margin-right: 10px;
  margin-top: 20px;
}

.timeline .phase-line-wrapper {
  display: block;
  height: 4px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.timeline .phase-line {
  overflow: visible;
  background-color: #828282;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.timeline .phase-mask {
  bottom: -2px;
  display: block;
  left: -5px;
  position: absolute;
  right: 0;
  top: -13px;
}

.timeline .selected-indicator {
  background-image: linear-gradient(transparent, transparent),
    url(https://d3gxp3iknbs7bs.cloudfront.net/static/resources/20170720205554/rwd-images/sprites-ltr.svg);
  background-position: -40px -160px;
  background-size: 100px 340px;
  content: "";
  display: block;
  height: 5px;
  margin: 0 auto 3px;
  width: 9px;
}

.timeline .caption-cell {
  display: table-cell;
}

.timeline .phase-caption {
  border: 1px solid #3e3e3e;
  border-radius: 14px;
  display: block;
  margin-top: 5px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 3px;
}

.timeline .phase-mask::after,
.timeline .phase-mask::before {
  content: "";
  display: block;
  height: 100%;
}

.timeline .phase-mask::after {
  overflow: hidden;
}
.timeline .phase-mask::before {
  float: left;
  position: absolute;
  top: -2px;
  left: 0;
}

.timeline .highlighted-phase.phase-item::before,
.timeline .selected-indicator {
  display: none;
}
.timeline .phase-progress, .timeline .timeline-phase-completed {
  display: block;
  height: 100%;
}

.timeline .phase-number {
  position: absolute;
  box-shadow: none !important;
  width: 35px;
  border-radius: 24px;
  top: -15px !important;
  left: -10px !important;
  height: 35px;
  padding: 8px;
  color: #828282;
  border: 3px solid #828282;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #e0e0e0;
}

.timeline .phase-progress::before,.timeline .timeline-phase-completed::before {
  content: "";
  display: block;
  height: 100%;
  width: 0.01%;
}

.timeline.timeline-filled .phase-progress::before, .timeline .timeline-phase-completed::before { transition-delay: inherit; transition-duration: 350ms; transition-property: width; transition-timing-function: linear; width: 100% }

.timeline .inspiration .phase-progress::before {
  background-color: #00689d;
}

.timeline .time-sub-phase {
  position: absolute;
  top: -3px !important;
  left: 28px !important;
  display: flex;
  align-content: center;
  justify-content: space-around;
  width: 85%;
}
.sub-phase {
  width: 13px;
  height: 13px;
  border-radius: 24px;
  background: #e0e0e0;
}
.phase-date {
    font-weight: 300;
    font-size: 0.8rem;
}
.help-timeline {
   font-size: 12px;
   background-color:#EEF7FF;
   border-radius: 10px;
   margin-bottom: 20px;
   clear: both;
}
.help-timeline h5 {
    color: #32508C;
    font-size: 1.1rem;
    font-weight: 400;
}
.help-timeline .tags {
    color: black;
    font-size: 14px;
}
.help-timeline-btn {
    color: #32508C;
    font-size: 1rem;
    width: fit-content;
}
/******View challenge page timeline*******/
.tick_center {
  text-align: center;
}
.sdg_inactive {
  margin-bottom: 3px;
  border: 4px solid #fff;
}
.sdg_active {
  margin-bottom: 3px;
  border: 4px solid #0a97d9;
}

section.challenge-assets-mn {
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 999;
}
.assets-cont {
  text-align: center;
  padding: 40px 15px;
  width: 320px;
  margin-bottom: -70px;
  margin-right: 64px;
  border-radius: 5px;
  z-index: 9999999;
  -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
  box-shadow: 0 0 15px 0 rgba(181, 181, 181, 0.4);
  background: #fff;
}
.assets-outer h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.assets-outer p {
  font-size: 13px;
  line-height: 21px;
}
.assets-outer .assets-next-btn {
  display: block;
  width: 114px;
  padding: 6px 0;
  font-size: 13px;
  border-radius: 5px;
  color: #fff;
  margin: 12px auto;
  background: #00e3ae;
}
.assets-outer .assets-bk-btn {
  color: #0a97d9;
  font-weight: 500;
  text-decoration: underline;
}
.assets-outer img {
  width: 200px;
  margin-bottom: 15px;
}
.fix-btn-assets img {
  width: 92px;
}
.assets-btn {
  float: right;
}
.active-challenges .view-all-btn {
  display: block !important;
  background: #0a97d9;
  margin-top: 55px;
  color: #fff;
  box-shadow: none;
  border: 0;
  padding: 11px 0;
  margin-bottom: 0;
}
.active-challenges .view-all-btn:hover {
  background: #00e3ae;
}
.mn-tab {
  float: left;
}

.tab-right.mn-tab {
  float: right;
}

.mn-tab-btn {
  float: left;
  text-align: right;
}
.mn-tab .nav.nav-tabs > li > a {
  padding: 35px 20px 12px 20px;
}
.mn-tab .nav.nav-tabs > li.active > a {
  padding: 35px 20px 12px 20px;
}
.mn-tab-btn {
  float: left;
  padding: 20px 0 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: right;
}

.mn-invitation-css .challenge-requests-box {
  padding: 0;
}
.mn-invitation-css .decline-btn,
.mn-invitation-css .accept-btn {
  padding: 0;
}
.mn-invitation-css .decline-btn .btn {
  width: 100%;
  padding: 10px;
  border-radius: 0;
}
.mn-invitation-css .accept-btn .btn {
  border-radius: 5;
}
.mn-invitation-css .decline-btn .btn:focus,
.mn-invitation-css .accept-btn .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.mn-invitation-css .pt-40 {
  padding-top: 20px;
  padding-bottom: 15px;
}
#respondToInvitation .challange-model h3 {
  padding: 0;
}
.col-md-4.pt-40.mn-css-team {
  margin-top: 49px;
}
.mn-style-challange .proposed-box.solutions-box {
  position: relative;
  padding-bottom: 15px;
}
.mn-style-challange .play-icon-section {
  position: relative;
}
.mn-style-challange .play-icon-section:before {
  position: absolute;
  top: 25%;
  margin-left: -21px;
}
.mn-style-challange .stephainie-kemp-section h5 {
  padding: 10px 0 0 0;
  line-height: 24px;
}
.mn-style-challange .stephainie-kemp-section .img-fluid {
  border-radius: 50%;
}
.mn-style-challange .stephainie-kemp-section .delete-solution {
  float: right;
}
.mn-style-challange .stephainie-info-section p {
  font-size: 10px;
}
.mn-style-challange .stephainie-kemp-section .support span {
  margin-right: 15px;
}
.mn-soloution-modle {
  padding: 40px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.single-mn-box {
  float: left;
  width: 70px;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
}
.single-mn-box2 {
  float: right;
  width: 70px;
  height: 50px;
  overflow: hidden;
}
.single-mn-box2 img {
  width: 100% !important;
}
.mn-resources-sec li {
  float: left;
  margin-right: 15px;
}
.mn-library2 .col-3 {
  float: left;
}
.mn-library2 .col-3 {
  float: left;
}
.mn-library2 .grey-btn a {
  padding: 16px 15px 13px;
}
.mn-mg-25 {
  margin-bottom: 25px;
}
.challenge-mn-1 .circle-icon a {
  width: 125px;
  height: 125px;
  display: inline-block;
  text-align: center;
  padding: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(237, 217, 241, 0.8);
}
.challenge-mn-1 .circle-icon a img {
  width: 100%;
}
.challenge-mn-1 .circle-icon a:hover {
  background: #00e3ae;
}
.challenge-mn-1 .circle-icon a:hover img {
  filter: brightness(0%) invert(100%);
}
.challange-model .col-sm-3:nth-child(2) .challenge-mn-1 .circle-icon a img {
  width: 80%;
}
.challange-model .col-sm-3:nth-child(3) .challenge-mn-1 .circle-icon a img {
  margin-top: 7px;
}
.challange-model .col-sm-3:nth-child(4) .challenge-mn-1 .circle-icon a img {
  margin-top: 20px;
}
.mn-modle-ch .modal-body {
  padding-top: 60px;
}
.mn-modle-ch .modal-header .close {
  margin-top: -29px;
}
.mn-invitation-css .stephainie-info-section img {
  float: left;
  width: 60px !important;
  border-radius: 50%;
  margin-right: 12px;
}
.mn-invitation-css .stephainie-info-section {
  text-align: left;
}
.mn-invitation-css .stephainie-info-section h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.mn-new-dash .col-md-4 {
  margin-bottom: 20px;
}

.mn-new-dash .overview-icon {
  padding-top: 30px;
}
.mn-css-library span {
  padding: 27px 35px 25px 15px;
}
.mn-css-slide .leftLst,
.mn-css-slide .rightLst {
  z-index: 9999;
}
.carousel.slide.mn .btn-primary,
.MultiCarousel .btn-primary {
  border: 0 !important;
  text-indent: -9999px;
  background-size: 42px;
  padding: 12px 21px;
  margin-top: -2px;
}
.carousel.slide.mn .leftLst,
.MultiCarousel .leftLst {
  background: url(../images/carousal-arrows/Left-arrow-blue.png) no-repeat;
  background-size: 42px;
}
.carousel.slide.mn .rightLst,
.MultiCarousel .rightLst {
  background: url(../images/carousal-arrows/right-arrow-blue.png) no-repeat;
  background-size: 42px;
}
.MultiCarousel .leftLst.over {
  background: url(../images/carousal-arrows/left-arrow-Grey.png) no-repeat !important;
  background-size: 42px !important;
}
.MultiCarousel .rightLst.over {
  background: url(../images/carousal-arrows/right-Arrow-Grey.png) no-repeat !important;
  background-size: 42px !important;
}
.mn-comment-style p {
  position: relative;
  background: #f5f5f5 !important;
  border: 0 !important;
  color: #333 !important;
  padding: 8px 100px 8px 15px !important;
}
.mn-comment-style p .pull-right {
  display: none;
  float: right !important;
  right: 10px;
  top: -1px;
  position: absolute;
}
.mn-comment-style p:hover .pull-right {
  display: block;
}
.mn-comment-style p .date-mn {
  position: absolute;
  font-weight: 500;
  font-size: 9px;
  color: #9e9e9e;
  line-height: 10px;
  right: 10px;
  bottom: 4px;
}
.mn-comment-style .owner-mn {
  display: none;
}
/*.mn-comment-style #commentsOuter {
  max-height: 345px !important;
  overflow-y: scroll;
}*/

.mn-comment-style #commentsOuter2 {
  max-height: 345px !important;
  overflow-y: scroll;
}

.mn-comment-style #commentsOuter3 {
  max-height: 345px !important;
  overflow-y: scroll;
}

.mn-comment-style #commentsOuter4 {
  max-height: 345px !important;
  overflow-y: scroll;
}

#yourrole .modal-content {
  padding: 40px;
}
.mn-comment-style p.newCommentMsg {
  display: none;
}
.team-images .col-md-4.col-sm-4 {
  margin-bottom: 30px;
}
.carousel.slide.mn .rightLst:focus,
.MultiCarousel .rightLst:focus {
  box-shadow: none;
}
.carousel.slide.mn .leftLst:focus,
.MultiCarousel .leftLst:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}

/*langue dropdown*/
.navbar-collapse .language_dropdown {
  text-align: right;
  display: none;
  position: absolute;
  right: 10px;
  top: 45px;
}
.navbar-collapse .language_dropdown li {
  list-style-type: none;
}
.navbar-collapse .flag-icon {
  margin-top: -4px !important;
  width: auto;
}
.navbar-collapse .flag-icon img {
  border: 1px solid #dcdcdc;
  padding: 5px;
  background: #fff;
}
#step1Form,
#step2Form,
#step3Form,
#step4Form,
#step5Form,
#step6Form {
  overflow: inherit;
}
.challenge-title-section ul.topic-mn li i:before {
  font-size: 45px;
  left: 26%;
}
.challenge-title-section ul.category_name-mn li i:before {
  font-size: 45px;
  left: 26%;
}
.challenge-title-section ul.category_name-mn li .fa-chalkboard-teacher:before {
  left: 14%;
}
.name-your-Challenge-form .form-control {
  position: relative;
}

.name-your-Challenge-form .btn-collapse {
  background-color: #e6f7fd;
  border-radius: 5px;
  width: 100%;
}

.btn-collapse * {
  color: #00689d;
}

.border-bottom {
  border-bottom: solid 1px #f2f2f2 !important;
}

.border-bottom:last-child {
  border-bottom: none !important;
}

.btn-collapse .flecha {
  transform: rotate(0deg);
  transition: 0.2s;
}

.btn-collapse[aria-expanded="true"] .flecha {
  transition: 0.15s;
  webkit-transform: rotate(270deg);
  transform: rotate(-90deg);
}

.name-your-Challenge-form .form-control {
  height: 45px !important;
  font-size: 1rem !important;
  line-height: 1.42857 !important;
  box-shadow: inherit !important;
  border: solid 2px #bdbdbd !important;
  color: black;
}

.name-your-Challenge-form .form-control:focus {
  background-color: #f2f2f2;
  border-color: #26bde2 !important;
}

.name-your-Challenge-form .form-control:placeholder {
  color: #bdbdbd !important;
}

.name-your-Challenge-form .mn-icon-pop-input input {
  background: rgba(255, 255, 255, 0.1) url(../images/edit_mn.png) no-repeat;
  background-size: 19px;
  background-position: 98%;
}
.topic-name-mn .col-6 {
  float: left;
}
.MultiCarousel {
}
#placeLibraryContent .modal-header .row {
  width: 100%;
}
.form-control-plaintext {
  text-align: center;
}
#associatedClasses .panel-footer {
  padding: 0;
}
.mn-library2 .col-6 {
  float: left;
}
.mn-library2 .flaticon-university:before {
  margin: 0;
}
.mn-challenge-ch .create-challenge .btn-primary {
  margin-top: 20px;
}
.mn-edit-pr label {
  width: 100%;
}
#blogCarouselForSmallScreen {
  display: none;
}
.team-mn-css {
  width: 100%;
}
.mn-col-css.team-section {
  margin-bottom: 20px;
}
.mn-col-css.team-section img {
  width: 100%;
}
.mn-col-css.team-section i {
  float: right;
  margin: 20px 0 0 0;
}
.mn-col-css.team-section .name-member h4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mn-col-css.team-section .font-color-member h4 {
  text-align: left;
}
.mn-col-css.team-section .form-group {
  margin: 0;
}
.mn-col-css.team-section .col-form-label {
  text-align: left;
}
.partners .logos .MultiCarousel .MultiCarousel-inner .item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Select 2 */
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #e3e3e3 !important;
  height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 12px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #999 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5fbeaa;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
  border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  padding: 0 7px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial {
  margin: 20px 15px 0;
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  border: 5px solid #fff;
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  position: relative;
}
.testimonial .pic:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #33d286;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 65px;
  left: 0;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.testimonial .testimonial-content {
  padding: 10px;
  margin-left: 120px;
}
.testimonial .description {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}
.testimonial .testimonial-title {
  font-size: 19px;
  color: #33d286;
  text-transform: capitalize;
  display: inline-block;
}
.testimonial .post {
  font-size: 14px;
  font-style: italic;
  color: #444;
  margin-top: 10px;
}
.owl-theme .owl-buttons {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 10px;
  background: #da5d5d;
  border-radius: 0;
  opacity: 1;
  border-bottom: 2px solid #9f3c3c;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: #d04949;
}
.owl-prev:before,
.owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
.owl-next:before {
  content: "\f054";
}

/* Small devices (landscape phones, 576px and up) SM*/
@media screen and (min-width: 300px) and (max-width: 768px) {
  div.eslogan {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial {
    text-align: center;
  }
  .testimonial .pic {
    float: none;
    margin: 0 auto;
  }
  .testimonial .testimonial-content {
    margin-left: 0;
  }
  .owl-theme .owl-buttons {
    margin-top: 0;
  }

  .discover-impact {
    display: none;
    background-color: white;
    background: none;
  }
}
.questionmark a .info-phase {
  display: none;
}

.questionmark a:hover .info-phase {
  display: block;
  position: absolute;
  bottom: 46px;
  left: 0px;
  width: 320px;
  margin: 0px;
  padding: 10px;
  color: #000000;
  font-weight: normal;
  background: #fdfdfd;
  text-align: left;
  z-index: 100;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
}

.info-phase h4 {
  font-weight: 600;
  color: #00689d;
}

.time-sub-phase span .info-subphase {
  display: none;
}

.time-sub-phase span:hover .info-subphase {
  display: block;
  position: absolute;
  bottom: -202px;
  left: 0px;
  width: 250px;
  margin: 0px;
  padding: 10px;
  color: #000000;
  font-weight: normal;
  background: #fdfdfd;
  text-align: left;
  z-index: 100;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
}

.info-subphase h4 {
  font-size: 16px;
  font-weight: 600;
  color: #00689d;
}

.questionmark a .info-sheet {
  display: none;
}

.questionmark a:hover .info-sheet {
  display: block;
  position: absolute;
  top: 0px;
  left: 370px;
  width: 320px;
  margin: 0px;
  padding: 10px;
  color: #000000;
  font-weight: normal;
  background: white;
  text-align: left;
  z-index: 100;
  border-radius: 5px;
  -webkit-box-shadow: 7px 9px 7px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 7px 9px 7px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 7px 9px 7px 0px rgba(0, 0, 0, 0.06);
}

.questionmark a .info-send {
  display: none;
}

.questionmark a:hover .info-send {
  display: block;
  position: absolute;
  top: 160px;
  left: 80px;
  width: 300px;
  margin: 0px;
  padding: 10px;
  color: #000000;
  font-weight: normal;
  background: #e5e5e5;
  text-align: left;
  border: 1px solid #666;
  z-index: 100;
}

.questionmark a .info-sdg {
  display: none;
}

.questionmark a:hover .info-sdg {
  display: block;
  position: absolute;
  top: -120px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 10px;
  color: #000000;
  font-weight: normal;
  background: white;
  text-align: left;
  border: 1px solid #0a97d9;
  z-index: 100;
  border-radius: 5px;
}

.border-round-30 {
  border-radius: 30px 30px 30px 30px !important;
  -moz-border-radius: 30px 30px 30px 30px !important;
  -webkit-border-radius: 30px 30px 30px 30px !important;
  border: 0px solid #000000 !important;
}

.border-round-5 {
  border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  border: 0px solid #000000 !important;
}

/*Primer nivel*/
.selection-box {
  padding: 0px 0 20px;
  background: #ffffff;
}

.selection-box h1 {
  text-align: center;
  margin: 40px 0 40px 0;
}

.icono {
  margin: 6px 0 8px 20px;
  color: #ffffff !important;
}

#education {
  height: 70px;
  background: #c7212f;
  margin: 0px 1px 0px 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#company {
  height: 70px;
  background-color: #a31c44;
  margin: 0px 1px 0px 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#student {
  height: 70px;
  background-color: #0b5394;
  margin: 0px 0px 0px 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.btn-education,
.btn-company,
.btn-student {
  font-size: 1.5em;
  color: #ffffff;
  padding: 5px 0px 5px 0px;
  margin: 20px 0 0 20px;
  transition: all 1s linear;
  transform: scale(1);
  justify-content: left;
}

.btn-education:hover,
.btn-company:hover,
.btn-student:hover {
  color: #f5f5f5;
}

.zoom,
.zoom-two {
  transition: width 1s, height 1s, transform 1s;
  -moz-transition: width 1s, height 1s, transform 1s;
  -webkit-transition: width 1s, height 1s, transform 1s;
  -o-transition: width 1s, height 1s, transform 1s;
}
.zoom:hover {
  color: #f5f5f5;
  transform: scale(1.16);
  -moz-transform: scale(1.16); /* Firefox */
  -webkit-transform: scale(1.16); /* Chrome - Safari */
  -o-transform: scale(1.16); /* Opera */
}

/*Segundo nivel*/

#inst,
#teac,
#inno,
#comc,
#meth,
#insc {
  height: 70px;
  background: #ff8482;
  margin: 0px 1px 0px 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#institution,
#teacher,
#innovation,
#companycompetition,
#methodology,
#institutioncompetition {
  height: 70px;
  background-color: transparent;
  margin: 0px 1px 10px 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#ins:active,
#teac:active,
#inno:active,
#comc:active,
#meth:active,
#insc:active {
  color: white;
  background-color: transparent;
}
.btn-red {
  padding-top: 15px;
  font-size: 1.8em;
  color: #ffffff;
  /*height: 60px;*/
  border-radius: 4px;
  /*border: 1px gray;*/
  /*filter: drop-shadow(0 0 3px rgba(112, 112, 112, 0.4));*/
  transition: all 1s ease;
  text-align: center;
  /*display:block;*/
  display: flex;
  margin: 0px 1px 12px -10px;
  align-items: center;
  transform: scale(1);
  justify-content: left;
}

.btn-red:hover {
  font-size: 1.8em;
  color: #ffffff;
  transition: all 1s ease;
}

.btn-red:active {
  color: #ffffff;
}

.btn-garnet-red {
  padding-top: 15px;
  font-size: 1.8em;
  color: #ffffff;
  border-radius: 4px;
  transition: all 1s ease;
  text-align: center;
  display: flex;
  margin: 0px 1px 12px -10px;
  align-items: center;
  transform: scale(1);
  justify-content: left;
}

.btn-garnet-red:hover {
  font-size: 1.8em;
  color: #ffffff;
  transition: all 1s ease;
}

.btn-garnet-red:active {
  color: #ffffff;
}

/*Cuarto nivel*/

.hide-margin {
  scroll-behavior: smooth;
  display: none;
  height: 80px;
}

.fixed-box {
  height: auto;
}

.level-four {
  display: flex;
  justify-content: center;
}

.red-box {
  width: 32%;
  background: #c7212f;
  filter: drop-shadow(0 0 10px rgba(23, 23, 23, 0.81));
  /*box-shadow: 0 0 28px 2 rgba(23, 23, 23, 0.8);
  -webkit-box-shadow: 0 0 28px 2 rgba(112, 112, 112, 0.4);
  -moz-box-shadow: 0 0 28px 2 rgba(112, 112, 112, 0.4);*/
  padding: 30px 20px 40px 20px;
  margin: 6px 6px 20px 6px;
  border-radius: 5px;
  border: none;
}

.garnet-red-box {
  width: 32%;
  background: #a31c44;
  filter: drop-shadow(0 0 10px rgba(23, 23, 23, 0.81));
  padding: 30px 20px 40px 20px;
  margin: 6px 6px 20px 6px;
  border-radius: 5px;
  border: none;
}

.blue-box {
  width: 32%;
  background: #0b5394;
  filter: drop-shadow(0 0 10px rgba(23, 23, 23, 0.81));
  padding: 30px 20px 40px 20px;
  margin: 6px 6px 20px 6px;
  border-radius: 5px;
  border: none;
}

.red-box p,
.garnet-red-box p,
.blue-box p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.mb {
  margin-bottom: 150px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/*Componentes responsive*/

@media screen and (max-width: 992px) {
  .mg-bt {
    margin-bottom: 10px;
  }
  .zoom {
    transition: width 1s, height 1s, transform 1s;
    -moz-transition: width 1s, height 1s, transform 1s;
    -webkit-transition: width 1s, height 1s, transform 1s;
    -o-transition: width 1s, height 1s, transform 1s;
  }
  .zoom:hover {
    color: #f5f5f5;
    transform: scale(1.1);
    -moz-transform: scale(1.1); /* Firefox */
    -webkit-transform: scale(1.1); /* Chrome - Safari */
    -o-transform: scale(1.1); /* Opera */
  }
  .mb-bt .zoom:active {
    transition: width 1s, height 1s, transform 1s;
    -moz-transition: width 1s, height 1s, transform 1s;
    -webkit-transition: width 1s, height 1s, transform 1s;
    -o-transition: width 1s, height 1s, transform 1s;
  }
  .fixed-box {
    height: auto;
  }
  .red-box,
  .garnet-red-box,
  .blue-box {
    width: 100%;
  }
  .level-four {
    display: block;
    justify-content: center;
  }

  .select-objective {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
  }

  .discover-impact {
    display: none;
    background-color: white;
    background: none;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.class-side-message{
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 8px 15px 8px 15px !important;
  position: relative;
}

.class-side-message::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -5px;
  width: 18px;
  height: 11px;
  background-color: #F6F6F6;
  transform: rotate(45deg) scaleY(0.7);
  border-radius: 0px 0px 0px 2px;
}

.class-side-message h6 {
  font-size: 10px;
  text-align: center;
}

.notification-card-terms {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.cookies-footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: white;
  position: fixed;
  box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.box-preferer-cookies {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 4px 3px 3px 9px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  text-align: left;
  vertical-align: top;
  line-height: 1.231;
}

.CybotCookiebotDialogBodyLevelButtonWrapper {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  margin-left: 0;
  line-height: 16px;
}

/* edit-panel */

.title-activities {
  color: #19486a !important;
  font-weight: 600;
}

.new-table > th {
  font-family: "Lato" !important;
  font-size: 16px !important;
  color: #828282 !important;
}

.new-table-2 > th {
  padding: 6px 10px !important;
  font-weight: 400 !important;
  color: #fff;
  background-color: #19486a !important;
}

.new-table-3 > th {
  padding: 6px 10px !important;
  font-weight: 600 !important;
  color: #19486a;
  background-color: #fff !important;
}

.new-table-4 > th {
  padding: 6px 10px !important;
  font-weight: 600 !important;
  color: #bdbdbd;
  background-color: #fff !important;
}

.template-link th {
  background-color: white !important;
}

.template-link .card-box {
  border: inherit !important;
}

.border-grease {
  border: solid 1px #dee2e6 !important;
}

.border-bottom-blue {
  border-bottom: solid 1px #0a97d9 !important;
}

.border-blue {
  border: solid 1px #0a97d9 !important;
}

.btn-link-dark {
  font-weight: 400;
  color: #00689d;
  background-color: transparent;
}

.btn-link-dark:hover {
  color: #0a97d9;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link-secondary {
  font-weight: 400;
  color: #4f4f4f;
  background-color: transparent;
}

.btn-link-secondary:hover {
  color: #4f4f4f;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.header-template-link {
  background-color: #00689d12;
}

.new-st {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.chat-header p {
  font-size: 1rem;
}

/* Icons of categories and topics */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-technology:before {
  content: "\e902";
}
.icon-health:before {
  content: "\e903";
}
.icon-economy:before {
  content: "\e904";
}
.icon-social:before {
  content: "\e905";
}
.icon-others:before {
  content: "\e906";
}
.icon-primary:before {
  content: "\e907";
}
.icon-secondary:before {
  content: "\e908";
}
.icon-university:before {
  content: "\e907";
}
.icon-professional:before {
  content: "\e90a";
}
.icon-science:before {
  content: "\e90b";
}
.icon-high-school:before {
  content: "\e901";
}
.icon-graduation:before {
  content: "\e900";
}

/* Tag-filter Estilo Moderno con Sombras */
.tag-filter {
    border-radius: 24px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tag-filter:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #25A8DB;
    border-color: #25A8DB;
}

.tag-filter:hover a {
    color: white;
}

.tag-filter:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tag-filter span {
    color: #4b5563;
    font-weight: 500;
    transition: color 0.3s ease;
}

.tag-filter:hover span {
    color: white;
}

.filter-selected {
  border: 1px solid #25A8DB;
  background: #25A8DB1F;
}

.filter-selected a{
  color: black !important;
}

.createChallengeModel > .modal-dialog {
  max-width: 850px;
}

#helpModalContent p {
  color: #4f4f4f;
}

.custom-guide {
  line-height: 18px;
  font-size: 12px;
  color: rgb(107, 119, 140);
  margin: 5px 0px 0px;
}

.card-notify-details a:nth-child(1) {
  text-decoration: none;
  margin-top: 0px !important;
  display: inline;
  color: #19486a;
  font-weight: 600;
}

.card-notify-details a {
  text-decoration: none;
  margin-top: 0px !important;
  display: inline;
  color: #4f4f4f;
}

.card-notify-details a:hover,
.card-notify-details b:hover {
  text-decoration: none;
  color: #0a97d9;
}

.card-notify-details b {
  text-decoration: none;
  margin-top: 0px !important;
  display: inline;
  color: #4f4f4f;
  font-weight: 400 !important;
}

.table-title {
  max-width: 230px;
}

.table-title > div {
  overflow: hidden;
  text-overflow: ellipsis;
}

#datatable-responsive tr td,
.new-table th,
.new-table-2 th {
  white-space: nowrap;
}

.delete-notifications:hover {
  background: #f2f2f2;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#datatable-responsive .table-solutions tr:hover {
  background-color: #f8f9fa !important;
}

.tag-express {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 8px;
  color: #00689d;
  background: #00689d2b;
  padding: 0px 5px;
  border-radius: 4px;
}

.table-thumbnail {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: black;
}

.bookmarker {
  border-left: 2px solid !important;
  border-left-color: #19486a !important;
}

#createChallengeModel tbody tr:hover {
  background-color: transparent !important;
}

/* GRADESS AND CLASS */
.create-class-section {
  border: dashed 4px #0a97d9 !important;
  border-radius: 15px;
}

.create-class-section h3 {
  font-size: 20px;
  color: #0a97d9;
}

.create-class-section span {
  color: #0a97d9;
}

.font-intro {
  font-size: 16px;
  color: #4f4f4f;
}

#createNewGrade .modal-content,
#createNewClass .modal-content,
#editGradeModal .modal-content,
#deleteGrade .modal-content,
#deleteClass .modal-content {
  border-radius: 5px;
}

.grades-group {
  border: solid 1px #D9D9D9;
}
.create-grade-btn, .create-modul-btn {
  background:#E5F5FF;
  width: 100%;
  border-radius: 5px;
  border: dashed 1px #0A97D9;
}

.create-grade-btn a,.create-modul-btn  {
  padding: 10px 0;
  cursor:pointer;
  width: 100%;
  color:#0A97D9!important;
  font-weight: 600;
}

.setting-class-show {
  background-color: #f6f6f6;
  border: solid 1px #bdbdbd;
  border-radius: 3px;
}

.bar-grey-blue {
  background: #f2f2f22b;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  border-top: solid 8px #0a97d9;
  border-left: solid 1px #bdbdbd;
  border-right: solid 1px #bdbdbd;
}

.card-create-badge {
  border-radius: 15px;
  border: dashed 4px #0a97d9;
  border-top-color: rgb(10, 151, 217);
  border-right-color: rgb(10, 151, 217);
  border-bottom-color: rgb(10, 151, 217);
  border-left-color: rgb(10, 151, 217);
  background: #e6f7fd;
  background-color: rgb(230, 247, 253);
  height: 90%;
  margin: 0px 0px 20px 0px;
}
.card-create-badge h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0a97d9;
}
.card-create-badge i {
  font-size: 44px;
  color: #0a97d9;
}
.tag {
  border-radius: 2px;
  background-color: #00a8e3;
  padding: 5px;
  color: white;
}
.tag-green {
  background-color: #67b55669 !important;
  color: #2b7436 !important;
}

/* Page-Board-Kanban */
.draggable-column:first-child {
  margin-left: 0px !important;
}
.draggable-column {
  align-self: auto;
  background-color: #e6f7fd;
  border-radius: 6px;
  min-width: 300px;
  max-width: 300px;
  min-height: 700px;
  margin-left: 15px;
}

.left-sidebar-board {
  align-self: auto;
  background-color: #19486a;
  border-radius: 6px;
  min-height: 700px;
}

.sidebar-board-header h2 {
  font-size: 14px;
  color: #e6f7fd;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
  text-align: start;
  border-bottom: solid 2px #00689d82;
}
.draggable-column-header {
  height: 48px;
  position: sticky;
  top: 0;
  width: 100%;
}

.draggable-column-header h2 {
  font-size: 14px;
  color: #19486a;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
  text-align: start;
}
.draggable-column-content {
  height: 100%;
}

.card-task-kanban {
  background: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.2),
    0px 1px 3px rgba(50, 50, 71, 0.1);
}
h5.section-title-modal {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  margin: 5px 0px;
}

/* NEW DESIGN  */

/* DROPDOWN SELECTOR MENU   */
.dropdown-selector {
  color: #000;
  height: 40px;
  font-size: 16px;
  padding: 8px 16px;
  font-weight: 400;
  border: 2px solid #1b5680;
  border-radius: 5px;
  background-color: #c8ebf6;
  font-weight: bold;
}

.dropdown-selector::-ms-expand {
  display: none;
}

.dropdown-selector:focus {
  color: #0f8bd9;
  outline: none;
}

/* Styles for Hebreo and Arab */
body:lang(he),body:lang(ar) {
  direction: rtl;
}

/* ============================================ */
/* RTL ADAPTATIONS FOR HEBREW                 */
/* ============================================ */

/* General RTL adaptations */
body:lang(he) {
  direction: rtl;
  text-align: right;
}

/* Margins and Paddings */
body:lang(he) .action-button,
body:lang(he) .action-button-disabled,
body:lang(he) .chat-button {
  margin-right: 0;
  margin-left: 20px;
}

body:lang(he) .action-button-menu-header {
  padding-left: 20px;
  padding-right: 20px;
}

body:lang(he) .scroll-link ul {
  padding-right: 0px;
  padding-left: auto;
}

body:lang(he) .marginRight10 {
  margin-right: 0;
  margin-left: 10px;
}

body:lang(he) .pl50 {
  padding-left: 0 !important;
  padding-right: 50px !important;
}

/* Navigation */
body:lang(he) .navbar-brand {
  margin: 0px 0 0 30px;
}

body:lang(he) .navbar-right li a {
  margin: 0px 0px 0px 10px;
}

body:lang(he) .navbar-right {
  float: left !important;
}

body:lang(he) .navbar-header {
  float: right;
}

/* Buttons and Links */
body:lang(he) .new-goal-btn a,
body:lang(he) .add-new-soft-skill-btn a {
  margin-right: 0px;
  margin-left: 10px;
  text-align: left;
}

body:lang(he) .btns {
  float: left;
}

body:lang(he) .banner-txt {
  float: left;
  text-align: left;
  padding-right: 0px;
  padding-left: 20px;
}

body:lang(he) .banner-txt h1,
body:lang(he) .banner-txt h2 {
  margin-right: 0px;
  margin-left: 18px;
}

body:lang(he) .banner-txt a {
  margin: 30px 0px 0px 15px;
}

body:lang(he) .banner-txt .btn-warning {
  margin: 30px 0px 0px 15px;
}

/* Content Direction */
body:lang(he) .challenges-content {
  margin: 40px 0px 0px 60px;
}

body:lang(he) .challenges-content p a {
  text-align: right;
}

body:lang(he) .sponsor img {
  margin: 0px 0px 0px 5px;
}

body:lang(he) .sponsor .btn {
  float: left;
  margin-right: 0px;
  margin-left: 40px;
}

/* Lists and Navigation Elements */
body:lang(he) .footer-links ul {
  margin: 0px 0 0 40px;
  float: right;
}

body:lang(he) .contact-info ul {
  padding-left: 0px;
  padding-right: 36px;
}

body:lang(he) .contact-info ul li:after {
  left: auto;
  right: -35px;
}

body:lang(he) .contact-info ul li:nth-child(1):after {
  left: auto;
  right: -31px;
}

body:lang(he) .contact-info ul li:nth-child(2):after {
  left: auto;
  right: -35px;
}

body:lang(he) .signup a {
  margin-left: 0px;
  margin-right: -3px;
}

body:lang(he) .connect i {
  margin-right: 0px;
  margin-left: 15px;
}

body:lang(he) .copy a {
  border-right: none;
  border-left: 1px solid #333;
  padding: 0px 10px 0px 15px;
}

body:lang(he) .copy a:nth-child(2) {
  border-left: none;
}

/* Arrows and Positioning */
body:lang(he) .arrows {
  left: auto;
  right: -21px;
}

body:lang(he) .carousel.slide.mn .rightLst {
  right: auto;
  left: 0;
}

body:lang(he) .carousel.slide.mn .leftLst {
  left: auto;
  right: 0;
}

/* Forms and Inputs */
body:lang(he) .login-form .form-control {
  border-left: none;
  border-right: 0px;
}

body:lang(he) .forgot-password-content {
  padding-left: 0px;
  padding-right: 40px;
}

body:lang(he) .alraedy-member {
  padding-left: 0px;
  padding-right: 24px;
}

body:lang(he) .checkmark {
  left: auto;
  right: 0;
}

body:lang(he) .alraedy-member .checkmark:after {
  left: auto;
  right: 6px;
}

/* Floats and Positioning */
body:lang(he) .detail-tab {
  float: right;
  padding-left: 0px;
  padding-right: 5px;
}

body:lang(he) .tabcontent {
  float: right;
  border-left: none;
  border-right: none;
}

body:lang(he) .send-icon-kemp {
  float: right;
}

body:lang(he) #newCommentOuter .send-icon-kemp,
body:lang(he) #newCommentOuter2 .send-icon-kemp,
body:lang(he) #newCommentOuter3 .send-icon-kemp,
body:lang(he) #newCommentOuter4 .send-icon-kemp {
  float: left;
}

/* Challenge Sections */
body:lang(he) .challenge-title-section ul li {
  padding-left: 0px;
  padding-right: 30px;
}

body:lang(he) .challenge-title-section ul li:first-child {
  padding-right: 0px;
}

body:lang(he) .challenge-title-section ul li i:before {
  left: auto;
  right: 30%;
}

body:lang(he) .side-bar .description-links {
  padding-left: 0px;
  padding-right: 10px;
  border-left: none;
  border-right: 4px solid #fff;
}

body:lang(he) .side-bar ul .description-links:hover,
body:lang(he) .side-bar ul .description-links:active,
body:lang(he) .side-bar ul .description-links:focus {
  border-left: none;
  border-right: 4px solid #0a97d9;
}

body:lang(he) .challenge-title-section span.num {
  left: auto;
  right: 45px;
}

/* Timeline */
body:lang(he) .timeline .phase-number {
  left: auto !important;
  right: -10px !important;
}

body:lang(he) .timeline .time-sub-phase {
  left: auto !important;
  right: 28px !important;
}

body:lang(he) .timeline .phase-mask {
  left: auto;
  right: -5px;
}

/* Modals and Popups */
body:lang(he) .reply {
  right: auto;
  left: 0;
}

body:lang(he) .play-video {
  right: auto;
  left: 24px;
}

body:lang(he) .custom-drop-d {
  right: auto;
  left: 0;
}

body:lang(he) .filter span {
  right: auto;
  left: 0px;
  padding: 27px 15px 27px 35px;
}

body:lang(he) .filter i {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

body:lang(he) .arrowup-mn,
body:lang(he) .arrowdn-mn {
  right: auto;
  left: 11px;
}

/* Tables and Lists */
body:lang(he) .countDown ul li {
  float: right;
  border-right: none;
  border-left: 1px solid #ddd;
}

body:lang(he) .countDown ul li:last-child {
  border-left: none !important;
}

body:lang(he) .sponsers {
  text-align: left;
}

body:lang(he) .sponsers img {
  margin: 0px 0px 0px 10px;
}

/* Top Menu */
body:lang(he) .top-menu {
  text-align: left;
}

body:lang(he) .top-menu ul li a {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

body:lang(he) .top-menu ul li:last-child a {
  border-left: 0px;
}

/* Express Challenge */
body:lang(he) .heading-discover,
body:lang(he) .heading-team,
body:lang(he) .heading-publish,
body:lang(he) .heading-feedback,
body:lang(he) .heading-solution,
body:lang(he) .heading-vote,
body:lang(he) .heading-evaluation {
  margin: -20px 60px 14px 0;
}

body:lang(he) .express-line {
  left: auto;
  right: 290px;
}

/* Investigators Section */
body:lang(he) .investigate-section ul li {
  margin-left: 0px;
  margin-right: 30px;
  border-left: none;
  border-right: 1px solid #ddd;
}

body:lang(he) .investigate-section ul li:first-child {
  border: none;
}

/* Discover Sections */
body:lang(he) .discover-section .text-end img {
  float: left;
}

/* Slick Slider */
body:lang(he) .slick-prev {
  left: auto !important;
  right: 110px !important;
}

body:lang(he) .slick-next {
  right: auto !important;
  left: 110px !important;
}

/* Join Challenge */
body:lang(he) .join-challenge p.like i {
  padding: 0px 0px 0px 10px;
}

/* Winner Section */
body:lang(he) .row.winner .col-sm-2,
body:lang(he) .row.winner .col-sm-10 {
  text-align: right;
}

body:lang(he) .winner .col-sm-2 {
  text-align: left;
}

/* Team and Solutions */
body:lang(he) .challenge-request-img {
  float: right;
}

body:lang(he) .stephainie-info-section {
  padding-left: 10px;
  padding-right: 0px;
}

body:lang(he) .hide-comments-section {
  padding-left: 10px;
  padding-right: 0px;
}

/* Wildkats Blog */
body:lang(he) .widkat-logo {
  left: auto;
  right: 50%;
  margin-left: 0px;
  margin-right: -40px;
}

body:lang(he) .members-section p i {
  float: left;
}

/* Forms */
body:lang(he) #yourroleContent .btn-content .submit-btn {
  margin-right: 0px;
  margin-left: 10px;
}

body:lang(he) #yourroleContent .btn-content {
  padding-left: 10px;
  padding-right: 0px;
}

/* Sidebar Fixed Button */
body:lang(he) #sidebar-fixed-btn {
  right: auto;
  left: 20px;
}

body:lang(he) #sidebar-fixed-btn a {
  padding: 6px 16px 6px 8px;
}

/* Profile Section */
body:lang(he) .edit-profile-section .glyphicon-edit:before {
  left: auto;
  right: 530px;
}

/* Notification Icon */
body:lang(he) .notification-icon-section ul li {
  float: right;
}

/* Account Management */
body:lang(he) #accountDeleteRequestSubmitButton {
  margin-right: 0px;
  margin-left: 15px;
}

/* Class Side Message */
body:lang(he) .class-side-message::before {
  left: auto;
  right: -5px;
  transform: rotate(-45deg) scaleY(0.7);
  border-radius: 0px 0px 2px 0px;
}

/* Testimonial */
body:lang(he) .testimonial .pic {
  float: right;
}

body:lang(he) .testimonial .pic:after {
  left: auto;
  right: 0;
}

body:lang(he) .testimonial .testimonial-content {
  margin-left: 0px;
  margin-right: 120px;
}

/* Info Tooltips */
body:lang(he) .questionmark a:hover .info-phase {
  left: auto;
  right: 0px;
}

body:lang(he) .questionmark a:hover .info-sheet {
  left: auto;
  right: 370px;
}

body:lang(he) .questionmark a:hover .info-send {
  left: auto;
  right: 80px;
}

body:lang(he) .time-sub-phase span:hover .info-subphase {
  left: auto;
  right: 0px;
}

/* Zoom and Scale */
body:lang(he) .icono {
  margin: 6px 20px 8px 0;
}

body:lang(he) .btn-education,
body:lang(he) .btn-company,
body:lang(he) .btn-student {
  margin: 20px 20px 0 0;
}

body:lang(he) .btn-red,
body:lang(he) .btn-garnet-red {
  margin: 0px -10px 12px 1px;
}

/* Overview Boxes */
body:lang(he) .dash-professor .overview-box-blue .row > div:nth-child(2),
body:lang(he) .dash-professor .overview-box-blue-dark .row > div:nth-child(2) {
  border-right: solid 1px #e6f7fd;
  border-left: solid 1px #e6f7fd;
}

body:lang(he) .dash-participant .overview-box-blue .row > div:nth-child(1),
body:lang(he) .dash-participant .overview-box-blue-dark .row > div:nth-child(1) {
  border-right: none;
  border-left: solid 1px #e6f7fd;
}

body:lang(he) .dash-school .overview-box-white .row > div:nth-child(2) {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

/* Assets */
body:lang(he) section.challenge-assets-mn {
  right: auto;
  left: 0px;
}

body:lang(he) .assets-cont {
  margin-right: 0px;
  margin-left: 64px;
}

body:lang(he) .assets-btn {
  float: left;
}

/* Tabs */
body:lang(he) .mn-tab {
  float: right;
}

body:lang(he) .tab-right.mn-tab {
  float: left;
}

body:lang(he) .mn-tab-btn {
  float: right;
  text-align: left;
}

/* Additional Elements */
body:lang(he) .mn-style-challange .stephainie-kemp-section .delete-solution {
  float: left;
}

body:lang(he) .mn-style-challange .stephainie-kemp-section .support span {
  margin-right: 0px;
  margin-left: 15px;
}

body:lang(he) .single-mn-box {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

body:lang(he) .single-mn-box2 {
  float: left;
}

body:lang(he) .mn-resources-sec li {
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}

body:lang(he) .mn-invitation-css .stephainie-info-section img {
  float: right;
  margin-right: 0px;
  margin-left: 12px;
}

body:lang(he) .mn-invitation-css .stephainie-info-section {
  text-align: right;
}

/* Column CSS */
body:lang(he) .mn-col-css.team-section i {
  float: left;
}

body:lang(he) .mn-col-css.team-section .name-member h4,
body:lang(he) .mn-col-css.team-section .font-color-member h4 {
  text-align: right;
}

body:lang(he) .mn-col-css.team-section .col-form-label {
  text-align: right;
}

/* Select2 */
body:lang(he) .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 12px !important;
}

body:lang(he) .select2-container .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 3px;
}

/* Language Dropdown */
body:lang(he) .navbar-collapse .language_dropdown {
  text-align: left;
  right: auto;
  left: 10px;
}

/* Border Adjustments */
body:lang(he) .bookmarker {
  border-left: none !important;
  border-right: 2px solid !important;
  border-right-color: #19486a !important;
}

/* Draggable Columns */
body:lang(he) .draggable-column:first-child {
  margin-left: 15px !important;
  margin-right: 0px !important;
}

body:lang(he) .draggable-column {
  margin-left: 0px;
  margin-right: 15px;
}

body:lang(he) .sidebar-board-header h2,
body:lang(he) .draggable-column-header h2 {
  text-align: right;
}

/* Comment Style */
body:lang(he) .mn-comment-style p {
  padding: 8px 15px 8px 100px !important;
}

body:lang(he) .mn-comment-style p .pull-right {
  float: left !important;
  right: auto;
  left: 10px;
}

body:lang(he) .mn-comment-style p .date-mn {
  right: auto;
  left: 10px;
}

/* Additional RTL Adjustments */
body:lang(he) .text-end {
  text-align: left !important;
}

body:lang(he) .text-start {
  text-align: right !important;
}

body:lang(he) .pull-right {
  float: left !important;
}

body:lang(he) .pull-left {
  float: right !important;
}

/* Float Classes */
body:lang(he) .float-right {
  float: left !important;
}

body:lang(he) .float-left {
  float: right !important;
}

/* Fix Border Radius for RTL */
body:lang(he) .border-bottom-right-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
}

body:lang(he) .border-bottom-left-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 15px;
}

/* Fix Form Control Feedback */
body:lang(he) #create-challenge .form-control-feedback:before {
  left: auto;
  right: 370px;
}

/* Pagination and Navigation */
body:lang(he) .pagination {
  direction: ltr;
}

/* Clear Float for Specific Elements */
body:lang(he) .clear:after {
  content: "";
  display: table;
  clear: both;
}

/* Bootstrap Grid RTL Support */
body:lang(he) .row {
  margin-right: -15px;
  margin-left: -15px;
}

body:lang(he) [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

/* Modal RTL Support */
body:lang(he) .modal-header .close {
  margin-left: 15px;
  margin-right: -15px;
  float: left;
}

.timeline:lang(he) .phase-item {
  float:right;
}

:lang(he) .position-left-hebrew {
  right: inherit!important;
  left: 40px !important;
}

/* FORZA CHAT VISIBILITÀ */
#topbar-class li:has([onclick*="bechallengeComments"]) {
  display: flex !important;
}

/* Heoricon */
  .heroicon-sm {
      width: 16px;
      height: 16px;
  }

  .heroicon-md {
      width: 24px;
      height: 24px;
  }

  .heroicon-lg {
      width: 32px;
      height: 32px;
  }

  .heroicon-xl {
      width: 48px;
      height: 48px;
  }
  /* Heoricon */

/* Toastr */
.toast-success {
    background-color: #2cce90 !important;
}

/* Experience Cards */
.experience-card, .join-card {
    /*overflow: hidden;*/
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.experience-card .card-body, .join-card .card-body {
    padding: 0.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.experience-card .card-img-wrapper {
    width: 100%;
    height: 150px; /* Altezza uniforme per tutte le anteprime */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECECEC; /* Sfondo neutro */
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.experience-card .media-preview,
.experience-card .card-img-wrapper img,
.experience-card .card-img-wrapper iframe {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* Mantiene le proporzioni senza ritagliare */
}

/* Stile per le icone (PDF, PPT, XLS, link, testo, ecc.) */
.experience-card .card-img-wrapper i {
    font-size: 30px; /* Icone più bilanciate */
    color: #777; /* Grigio medio per essere leggibile ma non troppo scuro */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.experience-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.experience-card .badge-type {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 16px;

}

.experience-card .badge-green {
    background-color: var(--green-light);
    color: var(--green-primary);
}

.experience-card .badge-proyecto {
    background-color:#FDFAF3;
    color: #C79E55;
}

.experience-card .badge-caso-real {
    background-color: #E0F5FE;
    color: #00A8E3;

}
.experience-card .badge-white {
    background-color: white;
    color: black;
}
/* Progress Steps */
.experience-card .progress-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 8px;
  gap: 0.5rem;
}

/* Linea tratteggiata */
.experience-card .progress-steps::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  border-top: 1px dashed #e0e0e0;
  z-index: 0;
}

.experience-card .step {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: var(--gray-light);
  color: #6c757d;
  white-space: nowrap;
}
.label-steps span {
  font-size: 10px;
}

.experience-card .step[data-type="definicion"].active {
  background-color: #499362;
  color: white;
  border-radius: 15px;
}

.experience-card .step[data-type="planificacion"].active {
  background-color: #c79e55;
  color: white;
  border-radius: 15px;
}

.experience-card .step[data-type="desarrollo"].active {
  background-color: #96989b;
  color: white;
  border-radius: 15px;
}

.experience-card .step.active {
  background-color: var(--green-light);
  color: var(--green-primary);
}

/* Card Content */
.experience-card .card-title {
  font-size: 13px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.experience-card .institution {
  font-size: 11px;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1200px) {
.experience-card .card-img-wrapper {
        height: 115px;
    }
.experience-card .media-preview,
.experience-card .card-img-wrapper img,
.experience-card .card-img-wrapper iframe {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.chip {
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  max-width: fit-content;
  min-width: fit-content;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 100px;
}

.w-fit-content {
  width: fit-content !important;
}