/*-----------------------------------------------------------------------------------

 Theme Name: Hupp technologies
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Version: 1.0

 Main Color   : #F24259
 main Font    : Poppins
 Heading Font : Raleway

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basic ]
-----------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  list-style: none;
  font-weight: 400;
  font-size:14px;
}
strong {
	font-weight: 600;
}
body {
  color: #3D3D3D;
    background-color: #FFFFFF;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}
p {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  word-spacing: 1px;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

#circle-loader-wrapper {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000000;
  margin-top: 0px;
  top: 0px;
}
#circle-loader-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.circle-load {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}
.circle {
  position: absolute;
  background-color: #ffffff;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  animation-name: circle_anim;
  -o-animation-name: circle_anim;
  -ms-animation-name: circle_anim;
  -webkit-animation-name: circle_anim;
  -moz-animation-name: circle_anim;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
#circle_1 {
  left: 0;
  top: 32px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}
#circle_2 {
  left: 9px;
  top: 9px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
#circle_3 {
  left: 32px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}
#circle_4 {
  right: 9px;
  top: 9px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
#circle_5 {
  right: 0;
  top: 32px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
#circle_6 {
  right: 9px;
  bottom: 9px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}
#circle_7 {
  left: 32px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}
#circle_8 {
  left: 9px;
  bottom: 9px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
@keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}
@-moz-keyframes circle_anim {
  0% {
    background-color: rgba(0, 0, 0, 0.62);
  }
  100% {
    background-color: #ffffff;
  }
}

.btn-orange {
background: #e34402;
color: #FFF;
}

.btn-orange:hover {
border: 1px solid #e34402;
background: #FFF;
color: #e34402;
}


/* =================================Top-Nav Start===================================== */
header {
	position: fixed;
	width: 100%;
	z-index: 200;
}
header .top_nav {
  background-color: #FFFFFF;
  padding: 0px 0;
}
header .top_nav .dropdown {
	margin-top: 7px;
	font-size: 10px;
}
header p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #454f63;
  font-weight: 400;
}
header p i {
  font-size: 20px;
  margin: 0 5px 0 10px;
}
header .lang_option {
  border: none;
  color: #454f63;
  background: transparent;
}
header .top_nav .dropdown {
  padding-right: 15px;
}
header .top_nav .dropdown .btn{
  background: transparent !important;
  color: #000;
  border: none;
  padding: 0;
  box-shadow: none !important;
  font-size: 14px;
}
header .top_nav .dropdown a {
  font-size: 14px;
  border-bottom: 1px solid #d2d2d5;
}
header .top_nav .dropdown a:last-child {
  border: none;
}
header .top_nav .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free"; font-weight: 900;
}
header .top_nav .dropdown-menu.show {
  transform: translate3d(-50%, 26px, 0px) !important;
  top: 6px !important;
  width: auto;
  max-width: auto;
  min-width: max-content;
  margin: 0;
  padding: 0;
}
header .top_nav .dropdown-menu.show button {
  transition: all 0.4s;
  border-bottom: 1px solid #d2d2d5;
}
header .top_nav .dropdown-menu.show button:hover {
  background-color: #E9592A;
  color: #ffffff;
}

/* =================================Top-Nav Start===================================== */
/* =================================Navbar Start===================================== */
nav .navbar-brand span{
  font-size: 20px;
  margin-left: 22px;
  padding: 20px 22px;
  line-height: 1;
  font-weight: 700;
  color: #e9592a;
  border-left: 1px solid #D8D8E4;
}
nav .navbar-brand img {
  height: 50px;
  width: auto;
}
nav .btn_signup {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #454f63;
  transition: all 0.4s;
}
nav .btn_signup:hover {
  color: #e9592a;
}
nav .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free"; font-weight: 900;
      margin-top: 5px;
}
header .nav_menu li{
  margin: 0;
}
header nav {
  min-height: 60px;
  align-items: center;
  display: flex;
}
header .nav_menu li a {
  font-size: 15px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.4s;
  letter-spacing: 0.75px;
  padding: 10px 28px !important;
  display: flex;
}
header .nav_menu li {
  padding: 10px 28px
}
header .nav_menu li a.subscribe {
  font-size: 15px;
  font-family: var(--fontfamily-1);
  border: 1px solid #FFF;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 100px;
  font-weight: 300;
  transition: .3s;
}

header .nav_menu li a.subscribe:hover {
  background-color: rgb(0, 255, 197);
  border-color: rgb(0, 255, 197);
}
/*header .nav_menu li a:hover {
  background-color: #E9592A;
  color: #ffffff;
}*/
/*.dropdown-menu.show a.dropdown-item:hover {
  background-color: #E9592A !important;
  color: #ffffff !important;
}
header .nav_menu li a.active {
  background-color: #E9592A;
  color: #ffffff !important;
}*/
header .nav_menu li .dropdown-menu.show a {
  padding: 20px 18px !important;
  color: #747e94 !important;
  background: transparent;
  border-bottom: 1px solid #d2d2d5;
}
header .nav_menu li .dropdown-menu {
  margin-top: 0;
  padding: 0;
}
header nav .serch {
  position: relative;
}
header nav .serch i.fa.fa-search{
  color: #454F63;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
}
header nav .serch input {
  border: none;
  font-size: 14px;
  color: #999999;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: transparent;
  padding: 8px 25px;
  border-radius: 40px;
  padding-left: 40px;
  text-overflow: ellipsis;
}
header nav .serch input:active, header nav .serch input:focus {
  background:  hsl(0, 0%, 93%);
}
header .profile_img {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-left: 28px;
  margin-right: 20px;
}
header .profile_img img {
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 50%;
}
header .profile_img i {
  font-weight: bolder;
  margin-left: 5px;
  color: #454F63;
  font-size: 16px;
}
header .navbar.container {
  padding: 0 15px;
}
header nav .serch i.fa.fa-times {
  display: none;
}
i.fa.fa-bars {
  color: #454f63;
}
header .bottom_nav {
	background: #232437;
  padding: 12px;
}

header .bottom_nav .profile_img .dropdown {
  padding-right: 15px;
  z-index: 1;
}
header .bottom_nav .profile_img .dropdown .btn{
  background: transparent !important;
  color: #000;
  border: none;
  padding: 0;
  box-shadow: none !important;
}
header .bottom_nav .profile_img .dropdown-toggle::after {

  vertical-align: 1;
  font-weight: bolder;
}
header .bottom_nav .profile_img .dropdown-menu.show {
  transform: translate3d(-100%, 23px, 0px) !important;
  top: 100% !important;
  width: auto;
  margin: 0;
  right: 0 !important;
  left: 100%;
  padding: 0;
  min-width: max-content;
}
header .bottom_nav .profile_img .dropdown-menu.show a {
  padding: 10px 15px;
  border-bottom: 1px solid #d2d2d5;
  display: block;
}
header .bottom_nav .profile_img .dropdown-menu.show a:last-child {
  border-bottom: none;
}
header .bottom_nav .profile_img .dropdown-menu.show a:hover {
  background-color: #e9592a;
  color: #ffffff;
}
header .bottom_nav .profile_img .dropdown-menu.show a img{
  margin-right: 7px;
}

/* =================================Navbar End===================================== */
/* =================================Form Start===================================== */
.banner {
  position: relative;
  background: url("../img-v2/background_login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 663px;
  background-position: bottom;
}
form.login_form {
  background: #fff;
  padding: 40px;
  text-align: center;
  width: 412px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form.login_form h6 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
  color: #454F63;
  font-weight: 700;
}
form.login_form p {
  margin-bottom: 30px;
  line-height: 1;
  color: #78849E;
}
form.login_form .btn {
  border-radius: 40px;
  padding: 0 33px;
  width: 100%;
  line-height: 1;
  height: 52px;
  align-items: center;
  display: flex;
  font-size: 14px;
}
form .btn_signin:hover {
  background: #FF4E14;
}
form.login_form input {
  border-radius: 40px;
  padding: 13px 38px;
  border: 2px solid #D8D8D8;
  line-height: 1;
}
form.login_form input:focus {
  box-shadow: none !important;
  outline: none;
  border-color: #D8D8D8;
}
form .btn_stava {
  background-color: #FC4C02;
  color: #fff;
  text-align: left;
}
form .btn_stava img, form .btn_garmin img {
  width: 28px;
  height: auto;
  margin-right: 3px;
}
form .btn_facebook img {
  width: auto;
  margin-right: 12px;
}
form .btn_garmin {
  font-size: 14px;
  color: #454f63;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #007cc2;
  margin-right: 4px;
}
form .btn_facebook {
  background-color: #3b5998;
  color: #ffffff;
  margin-left: 4px;
}
form .form-group {
  margin-bottom: 14px;
}
form .form-group.social_btn {
  margin-bottom: 22px;
}
form .btn_signin {
  background-color: #E9592A;
  color: #fff;
}
form p.btn_signup {
  margin: 0;
  margin-top: 10px;
  color: #000000;
}
form p.btn_signup a {
  margin-left: 16px;
  transition: all 0.4s;
}
form p.btn_signup a:hover {
  color: #e9592a;
}
form .btn_forgotpass {
  color: #808080;
  line-height: 18px;
}
form .btn_forgotpass:hover {
  color: #e9592a;
}
form .eye_icon {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
form .eye_icon i {
  color: #808080;
  font-size: 16px;
}
form .check_boxsignin {
  margin: 20px 0;
}
/* =================================Form End===================================== */
/* ====================for check box===================== */
.form-check {
  padding: 0;
}
.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check label {
  position: relative;
  cursor: pointer;
}
.form-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #D8D8D8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}
.form-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #e9592a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* ====================for check box===================== */
/* ==========================main Start================================ */
main {
	padding-top: 83px;
	background: #FFFFFF;
}
/* ==========================main End================================ */
/* ==========================breadcrumbs Start================================ */

.breadcrumbs h4{
	font-size: 12px;
}
.breadcrumb {
	background: none;
	margin-bottom: 0;
}
/* ==========================breadcrumbs End================================ */


/* ==========================social feed Start================================ */
.social_feed {
  background-color: #F7F7FA;
}

.social_feed .feed_item {
  background-color: #FFFFFF;
  padding: 0 27px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.social_feed .feed_item .feed_title {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  color: #454F63;
}

.social_feed .feed_item P {
  font-size: 13px;
  font-weight: 600;
  color: #454F63;
  line-height: 1;
}
.social_feed .feed_item img.profile_img {
  width: 55px;
  height: 55px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
}
.social_feed .feed_item .profile_title {
  margin-left: 15px;
}
.social_feed .feed_item .like_btns button i{
  margin-right: 8px;
  color: #454f63;
  font-size: 16px;
}
.social_feed .feed_item .like_btns button i.active {
  color: #E9592A;
}
.social_feed .feed_item .profile_item {
  padding: 30px 0;
  border-bottom: 1px solid #F4F4F4;
}
.social_feed .feed_item .like_btns button {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  width: 90px;
  outline: none;
  border-bottom: none !important;
  border-radius: 0 !important;
  font-size: 13px;
}
.social_feed .feed_item .like_btns .btn:focus {
  box-shadow:none !important;
}
.social_feed .feed_item .like_btns button:first-child {
  border-right: 1px solid #F4F4F4;
}
.social_feed .feed_item .map_img {
  margin: 13px 0;
}

.social_feed .feed_item p.date {
 color: #666;
 font-weight: normal;
}


.social_feed .news_brevet {
  background-color: #E9592A;
  color: #ffffff;
  padding: 30px 35px;
  border-radius: 5px;
}
.social_feed .news_brevet h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1;
}
.social_feed .news_brevet p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.social_feed .news_brevet .readmore_btn {
  padding: 20px 28px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  border: none;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all 0.4s;
}
.social_feed .news_brevet .readmore_btn:hover {
  color: #E9592A;
}

.organizations .organization_logo {
  margin-left: -9px;
  margin-right: -9px;
}
.organizations .organization_logo div.col-4 {
  padding: 0;
}
.organizations .organization_logo .organization_item {
  background-color: #ffffff;
  padding: 22px 0;
  margin: 18px 9px 0;
  height: 180px;
  border-radius: 5px;
}
.organizations .organization_logo .organization_item img {
 width: auto;
 max-width: 90%;
 max-height: 110px;

}
.organizations .organization_logo .organization_item .img-container {
     width: auto;
     max-width: 90%;
     height: 100px;

    }
.organizations .organization_logo .organization_item h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  margin-top: 22px;
}



.my_profile {
  background-color: #ffffff;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.my_profile .profile_item {
  position: relative;
  padding: 0;
  border: none;
}
.my_profile .background_profile {
  margin-bottom: 58px;
}
.profile_count div {
  border-right: 1px solid #F4F4F6;
}
.profile_count div:last-child {
  border-right: none;
}
.my_profile .profile_img{
  position: absolute;
  bottom: -50px;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  /* border: 3px solid #fcfafb; */
}
.my_profile h2 {
  font-size: 18px;
  font-weight: 600;
  color: #596274;
  margin-bottom: 25px;
}
.profile_count code {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #454F63;
}
.my_profile .profile_count span {
  font-size: 14px;
  font-weight: 400;
  color: #78849E;
  display: block;
}

.events {
  padding: 0 32px 18px;
  background-color: #FFFFFF;
  margin-bottom: 18px;
  border-radius: 5px;
}
.events h2 {
  font-size: 12px;
  font-weight: 700;
  color: #454F63;
  padding: 25px 0;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 16px;
}
.events .event_item {
  padding: 9px 0;
}
.events .event_item .date:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.events .event_item.event_type_1 .date::before {
  background-color: #E9592A;
}
.events .event_item.event_type_2 .date::before {
  background-color: #2AD5E9;
}
.events .event_item.event_type_3 .date::before {
  background-color: #0FC821;
}
.events .event_item.event_type_1 .date {
 display: block;
  color: #E9592A;
}
.event .event_item.event_type_2 .date {
 display: block;
  color: #2AD5E9;
}
.events .event_item.event_type_3 .date {
 display: block;
  color: #0FC821;
}
.events .event_item .title {
	display: block;
  font-size: 16px;
  font-weight: 600;
  color: #454F63;
  padding: 0;
  margin-bottom: 3px;
  line-height: 1;
}
.events .event_item p {
  font-size: 12px;
  font-weight: 400;
  color: #78849E;
}
.column_right {
  min-width: 310px;
}
.column_left {
  width: auto;
  min-width: auto;
  max-width: 828px;
}

/* ==========================social feed End================================ */
/* ==========================Profile Page Start================================ */
.profile_page {
  background-color: #F7F7FA;
  padding-bottom: 120px;
}
.profile_page .row {
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: nowrap;
}
.profile_page .row div.set_padding{
  padding-left: 12px;
  padding-right: 12px;
}
.profile_page .background_img {
  position: relative;
}
.profile_page .background_img img.back_profile {
  height: 318px;
  object-fit: cover;
}
.profile_caption {
  position: absolute;
  bottom: -55px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 65px;
  z-index: 9;
}
.profile_page .profile_caption .profile_img{
  width: 178px;
  height: 178px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  /* border: 10px solid #e7623e; */
}
.profile_page .profile_caption p {
  font-size: 22px;
  font-weight: 400;
  background-color: #E7623E;
  color: #ffffff;
  padding: 14px 87px;
  position: absolute;
  line-height: 1;
  top: 40px;
  left: 174px;
  z-index: 1;
}
.profile_page .add_friend {
  position: relative;
  top: 50px;
}
.profile_page .add_friend a.btn {
  background: #ffffff;
  border-radius: 0;
  color: #000000;
  padding: 10px 25px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  transition: all 0.4s;
}
.profile_page .add_friend a.btn:hover {
  background-color: #E7623E;
  color: #ffffff;
}
.profile_page .add_friend a.btn:first-child {
  border-radius: 25px 0 0 25px;
  margin-right: 2px;
}
.profile_page .add_friend a.btn:last-child {
  border-radius: 0 25px 25px 0;
}

.profile_page .profile_item_left {
  min-width: 300px;
}
.profile_page .profile_item_right {
  width: auto;
  min-width: auto;
  max-width: 834px;
}
.profile_page .profile_item_left .statistics {
  background-color: #ffffff;
  padding: 100px 30px 25px 30px;
  border-radius: 5px;
}
.profile_page .challenges {
  background-color: #ffffff;
  padding: 30px 30px 25px 30px;
  border-radius: 5px;
}
.profile_page .challenges hr {
  margin-top: 20px;
  margin-bottom: 25px;
  border-color: #F4F4F4;
}
.progress {
  border-radius: 40px;
  margin-top: 5px;
}
.progress .progress-bar {
  border-radius: 40px;
  background-color: #E9592A;
}
.profile_page .challenges h6 {
  font-size: 12px;
  font-weight: bold;
  color: #454F63;
}
.profile_page .challenges p {
  font-size: 14px;
  font-weight: 400;
}
.challenge_counter {
    font-size: 12px;
    width: 70px;
    font-weight: 400;
    color: #78849E;
    text-align: right;
}
.challenge_counter span {
  color: #78849E;
  font-size: 12px;
  font-weight: 400;
}

.profile_page .event {
  padding: 0 30px 18px;
  background-color: #FFFFFF;
  margin-top: 18px;
  border-radius: 5px;
}
.profile_page .event h2 {
  font-size: 12px;
  font-weight: 700;
  color: #454F63;
  padding: 25px 0;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 16px;
}
.profile_page .event .event_item {
  padding: 9px 0;
}
.profile_page .event .event_item time {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 9px;
  display: block;
}
.profile_page .event .event_item time:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.profile_page .event .event_item:nth-child(2) time:before {
  background-color: #E9592A;
}
.profile_page .event .event_item:nth-child(3) time:before {
  background-color: #2AD5E9;
}
.profile_page .event .event_item:nth-child(4) time:before {
  background-color: #0FC821;
}
.profile_page .event .event_item:nth-child(2) time {
  color: #E9592A;
}
.event .event_item:nth-child(3) time {
  color: #2AD5E9;
}
.profile_page .event .event_item:nth-child(4) time {
  color: #0FC821;
}
.profile_page .event .event_item dl {
  margin-bottom: 0;
}
.profile_page .event .event_item dt {
  font-size: 16px;
  font-weight: 600;
  color: #454F63;
  padding: 0;
  margin-bottom: 3px;
  line-height: 1;
}
.profile_page .event .event_item dd {
  font-size: 12px;
  font-weight: 400;
  color: #78849E;
  margin-bottom: 0;
}

.profile_page .profile_item_right .row {
  margin-left: -7px;
  margin-right: -7px;
  overflow: hidden;
  flex-wrap: wrap;
}
.profile_page .profile_item_right .row div.set_padding {
  padding-left: 7px;
  padding-right: 7px;
}
.profile_item_right .profile_timestemp {
  min-width: auto;
  max-width: 570px;
  width: auto;
}

.profile_page .profile_timestemp .timestemp {
  background-color: #FFFFFF;
  padding: 0 20px 0 27px;
  margin-top: 18px;
  border-radius: 5px;
}
.profile_page .profile_timestemp .timestemp dt {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  color: #454F63;
}
.profile_page .profile_timestemp .timestemp i.fa.fa-check-circle {
  color: #32BEA6;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.profile_page .profile_timestemp .timestemp dd {
  font-size: 13px;
  font-weight: 600;
  color: #454F63;
  line-height: 1;
  margin-bottom: 0;
}
.profile_page .profile_timestemp .timestemp img.profile_img {
  width: 55px;
  height: 55px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 55px;
}
.profile_page .profile_timestemp .timestemp .profile_title {
  margin-left: 15px;
  margin-bottom: 0;
}
.profile_page .timestemp .like_btns button i{
  margin-right: 8px;
  color: #454f63;
  font-size: 16px;
}
.profile_page .timestemp .like_btns button i.active {
  color: #E9592A;
}
.profile_page .profile_item {
  padding: 30px 0;
  border-bottom: 1px solid #F4F4F4;
}
.profile_page .timestemp .like_btns button {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  width: 90px;
  outline: none;
  border-bottom: none !important;
  border-radius: 0 !important;
  font-size: 13px;
}
.profile_page .timestemp .like_btns .btn:focus {
  box-shadow:none !important;
}
.profile_page .timestemp .like_btns button:first-child {
  border-right: 1px solid #F4F4F4;
}
.profile_page .timestemp .map_img {
  margin: 13px 0;
}
.profile_page .timestemp .map_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.profile_page .profile_brand_width {
  min-width: 254px;
}
.profile_page .profile_brand_img {
  background-color: #ffffff;
  display: flex;
  padding: 30px 15px;
  margin-top: 18px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  height: 100%;
}
.profile_page .profile_brand_img a {
  margin-right: 3px;
  margin-bottom: 16px;
}

.bigprofile {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid #E7623E;
}

/* ==========================Profile Page End================================ */
/* ==========================CART================================ */
.card {
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  margin-top: 12px;
}
.card .card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 16px 15px;
  transition: all 0.4s;
}
.card .card_header.active {
  background-color: #32BEA6;
}
.card .card_header .card_title {
  font-size: 14px;
  font-weight: 700;
  color: #454F63;
  margin: 0;
}
.card .card_header.active .card_title {
  color: #ffffff;
}
.card .card_header .jq-star {
  width: 22px !important;
  height: 22px !important;
}
.card hr {
  margin: 0 0 4px 0;
}
.card .card_body {
 /* display: flex;
  justify-content: space-between;*/
  align-items: center;
  padding: 12px 32px 12px 15px;
}
.card .card_body .card_btn {
  background-color: #E9592A;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.card .card_body .body_content {
  margin-bottom: 0;
}
.card .card_body .body_content .body_title {
  font-size: 14px;
  font-weight: 600;
  color: #454F63;
  margin-bottom: 8px;
  line-height: 1;
}
.card .card_body .body_content .body_title span {
  font-weight: 400;
}
.card .card_body .body_content .body_text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #454F63;
  line-height: 1;
}
.card .card_body .body_content .body_text span {
  font-weight: 400;
}
.card_body td {
	color: #454F63;
	font-size: 14px;
}
/* ==========================Card End================================ */

.ride_overview {
  background-color: #F7F7FA;
  padding-bottom: 97px;
}
.ride_overview h4 {
  font-size: 16px;
  padding: 22px 0;
  margin: 0;
  color: #454F63;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ride_overview h4 img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.ride_overview .devidehovme {
  transform: rotate(-15deg);
  height: 17px;
}

.ride_overview .select_category {
  padding: 13px 0;

  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-flow: wrap;
}
.ride_overview .category_title {
  font-size: 16px;
  font-weight: 600;
  color: #454F63;
  margin-right: 17px;
}
.ride_overview .select_category .category_list {
  margin: 0;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-flow: wrap;
}
.ride_overview .select_category .category_list li a {
  padding: 11px 15px;
  background-color: #ffffff;
  color: #454F63;
  border-radius: 5px;
  line-height: 1;
  transition: all 0.4s;
  margin-right: 15px;
}
.ride_overview .select_category .category_list li a.active {
  background-color: #E9592A;
  color: #ffffff;
}
.ride_overview .select_category .category_list li a:hover {
  background-color: #E9592A;
  color: #ffffff;
}

.ride_overview .map {
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
}
.ride_overview .row.set_margine {
  margin-left: -12px;
  margin-right: -12px;
}
.ride_overview .category_selector {
  padding-left: 12px;
  padding-right: 12px;
}
.ride_overview .category_selector .card {
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  margin-top: 18px;
}
.ride_overview .category_selector .card .card_header {
  padding: 12px 32px 16px 15px;
  transition: all 0.4s;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ride_overview .category_selector .card.active .card_header {
  background-color: #32BEA6;
}
.ride_overview .category_selector .card.active .card_header .my_rating svg polygon {
  fill: #ffffff !important;
}
.ride_overview .category_selector .card .card_header .card_title {
  font-size: 14px;
  font-weight: 700;
  color: #454F63;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.ride_overview .category_selector .card.active .card_header .card_title {
  color: #ffffff;
  padding-left: 27px;
}
.ride_overview .category_selector .card .card_header h3.card_title:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #32bea6;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.ride_overview .category_selector .card .card_header h3.card_title:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #32bea6;
  display: inline-block;
  border-radius: 50%;
  vertical-align: baseline;
  margin: 0 4px;
  margin-right: 10px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 4px;
}
.ride_overview .category_selector .card.active .card_header h3.card_title:before {
  content: "\f00c";
  font-family:"Font Awesome 5 Pro";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  color: #32bea6;
  padding: 4px;
  text-align: center;
  font-size: 11px;
  margin: 0;
  margin-right: 8px;
  top: -2px;
}

.ride_overview .category_selector .card .card_header .jq-star {
  width: 22px !important;
  height: 22px !important;
}
.ride_overview .category_selector .card hr {
  margin: 0 0 4px 0;
}
.ride_overview .category_selector .card .card_body {
  padding: 12px 32px 12px 15px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ride_overview .category_selector .card .card_body .card_btn {
  background-color: #E9592A;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: none;
  transition: background-color 0.4s;
}
.ride_overview .category_selector .card .card_body .card_btn:hover {
  border: 1px solid #FF4E14;
  background: #FFF;
  color: #E9592A;
}
.ride_overview .category_selector .card .card_body .body_content {
  margin-bottom: 0;
}
.ride_overview .category_selector .card .card_body .body_content .body_title {
  font-size: 14px;
  font-weight: 600;
  color: #454F63;
  margin-bottom: 8px;
  line-height: 1;
}
.ride_overview .category_selector .card .card_body .body_content .body_title span {
  font-weight: 400;
  padding-left: 7px;
}
.ride_overview .category_selector .card .card_body .body_content .body_text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #454F63;
  line-height: 1;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ride_overview .category_selector .card .card_body .body_content .body_text span {
  font-weight: 400;
  padding-left: 7px;
}
.ride_overview .select_category .category_responsive {
  display: none;
}
.ride_overview .select_category .category_responsive .btn {
  background: #ffffff;
  color: #454F63;
  border: none;
  padding: 11px 34px 11px 15px;
  line-height: 1;
  box-shadow: none !important;
  font-size: 14px;
  position: relative;
}
.ride_overview .select_category .category_responsive .dropdown-menu a {
  font-size: 14px;
  background-color: #ffffff;
  transition: color 0.4s;
  padding: 10px 15px;
  display: block;
  cursor: pointer;
}
.ride_overview .select_category .category_responsive .dropdown-menu a:hover {
  color: #E9592A;
}
.ride_overview .select_category .category_responsive .dropdown-menu li + li a {
  border-top: 1px solid #d9d9d9;
}
.ride_overview .select_category .category_responsive .dropdown-menu.show {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ride_overview .select_category .category_responsive .btn:after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: bolder;
  font-size: 16px;
  line-height: normal;
  position: absolute;
  right: 25px;
  top: 8px;
  border: 0;
  float: left;
}

.my_rating {
  font-size: 24px;
  width: 110px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.score_count {
	font-size: 10px;
    position: absolute;
    right: 5px;
    top: 20px;
}

.active .score_count {
	color: #FFF;
}

.ride_overview .category_selector .card.active .my_rating label {
  color: #ffffff !important;
  cursor: default;
}
.my_rating :checked ~ label {
  color: #E9592A;
}
.my_rating label:hover,
.my_rating label:hover ~ label {
  color:#E9592A;
}

/* ----------------------------------------------------------------
     [ 09 Challenges Page Start ]
-----------------------------------------------------------------*/
.challenges {
  background-color: #F7F7FA;
  padding-bottom: 35px;
}
.challenges h4 {
  font-size: 16px;
  padding: 22px 0;
  margin: 0;
  color: #454F63;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.challenges h4 img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.challenges .devidehovme {
  transform: rotate(-15deg);
  height: 17px;
}
.challenges .category_title {
  font-size: 16px;
  font-weight: 600;
  color: #454F63;
  margin-right: 17px;
}

.challenges .select_category {
  margin: 13px 0;
}
.challenges .category_dropdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.challenges .category_dropdown .category_selector .btn {
  background: #ffffff;
  color: #454F63;
  border: 0;
  padding: 10px 22px;
  box-shadow: none !important;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
  text-align: left;
}
.challenges .category_dropdown .category_selector .dropdown-toggle::after {
  display: none;
}
.challenges .category_selector .dropdown-menu .select_item {
  font-size: 14px;
  background-color: #ffffff;
  transition: color 0.4s;
  padding: 10px 22px;
  display: block;
  cursor: pointer;
  color: #454F63;
}
.challenges .category_selector .dropdown-menu .select_item:hover {
  color: #E9592A;
}
.challenges .category_selector .dropdown-menu a.select_item + .select_item {
  border-top: 1px solid #d9d9d9;
}
.challenges .category_selector .dropdown-menu.show {
  margin: 0;
  padding: 0;
  border-radius: 5px !important;
  overflow: hidden;
}
.challenges .category_dropdown .category_btn {
  padding: 10px 22px;
  color: #ffffff;
  background-color: #E9592A;
  border-radius: 5px;
  margin-left: 18px;
  transition: background-color 0.4s;
}
.challenges .category_dropdown .category_btn:hover {
  background-color: #FF4E14;
}
.challenges .category_selector {
  position: relative;
}
.challenges .category_dropdown .dropdown-menu.show {
  top: calc(100% + 2px) !important;
  width: auto;
  margin: 0;
  right: inherit !important;
  left: inherit !important;
  padding: 0;
  min-width: max-content;
  transform: none !important;
  border-radius: 5px !important;
  overflow: hidden;
}
.challenges .map {
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
}
.challenges .progress_main {
  margin-top: 18px;
  margin-left: -12px;
  margin-right: -12px;
}
.challenges .progress_main .col-md-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.challenges .progress_main .progress {
  border-radius: 40px;
  margin-top: 0;
  height: 24px;
  position: relative;
}
.challenges .progress_main .progress_counter {
  background-color: #ffffff;
  padding-bottom: 50px;
  border-radius: 5px;
}
.challenges .progress_main .progress .progress_text {
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  font-size: 14px;
  color: #78849E;
  font-family: 'Oswald', sans-serif;
}
.challenges .progress_main .progress .progress-bar {
  border-radius: 40px;
  background-color: #E9592A;
}
.challenges .progress_main .progress_counter .progress_bar {
  padding: 26px 18px;
  border-bottom: 1px solid #F9F9FB;
}
.challenges .progress_main .progress_counter h3 {
  padding: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #454F63;
  border-bottom: 1px solid #F7F7FA;
  margin: 0;
  text-transform: capitalize;
}
.challenges .progress_main .progress_counter_inner h3 {
  padding: 0 0 18px 0;
  border-bottom: 0;
}
.challenges .progress_main .progress_counter_inner .progress .progress-bar {
  background-color: #EC8D6E;
}
.challenges .progress_main .klassment h3 {
  padding: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #454F63;
  border-bottom: 1px solid #F7F7FA;
  margin: 0;
  text-transform: capitalize;
}
.challenges .progress_main .klassment {
  background-color: #ffffff;
  padding-bottom: 18px;
  border-radius: 5px;
}

.challenges .progress_main .klassment_main .klassment_item {
  padding: 16px 22px 16px 11px;
  border-radius: 5px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* .challenges .progress_main .klassment_main .klassment_item.active {
  background-color: #F4F4F4;
} */
.challenges .progress_main .klassment_main .klassment_item:nth-child(odd) {
  background-color: #F4F4F4;
}
.challenges .progress_main .klassment_main .klassment_item .klassment_counter {
  margin: 0 10px;
}
.challenges .progress_main .klassment_main .klassment_item .klassment_img {
  display: inline-block;
}
.challenges .progress_main .klassment_main .klassment_item .klassment_img img {
  border-radius: 50%;
  overflow: hidden;
  width: 42px;
  height: 42px;
  object-fit: cover;
  margin: 0 14px;
}
.challenges .progress_main .klassment_main .klassment_item h4 {
  font-size: 14px;
  font-weight: 700;
  color: #454F63;
  display: inline-block;
  padding: 0;
}
.challenges .progress_main .klassment_main .klassment_item .record_count {
  font-size: 14px;
  font-weight: 700;
  color: #454F63;
  margin-left: auto;
}

/* ----------------------------------------------------------------
     [ 10 Setting Page Start ]
-----------------------------------------------------------------*/
.profile_settings {
  padding-bottom: 87px;
  background-color: #F7F7FA;
}
.profile_settings .setting_inner .set_padding {
  padding-left: 12px;
  padding-right: 12px;
}
.profile_settings h4 {
  font-size: 16px;
  padding: 22px 0;
  margin: 0;
  color: #454F63;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.profile_settings h4 img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.profile_settings .devidehovme {
  transform: rotate(-15deg);
  height: 17px;
}
.profile_settings .setting_inner {
  margin-top: 23px;
  margin-left: -12px;
  margin-right: -12px;
}
.profile_settings .setting_inner .profile_setting_left {
  min-width: 314px;
}
.profile_settings .setting_menu .sidebar_menu {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}
.profile_settings .setting_menu .sidebar_menu span {
  display: none;
}
.profile_settings .setting_menu .sidebar_menu .setting_item a {
  padding: 18px 40px;
  width: 100%;
}
.profile_settings .setting_menu .sidebar_menu .setting_item {
  color: #454F63;
  font-size: 14px;
  font-weight: 600;
  transition: border-width .4s;
}
.profile_settings .setting_menu .sidebar_menu .setting_item.active a {
  padding-left: 35px;
}
.profile_settings .setting_menu .sidebar_menu .setting_item.active {
  color: #78849E;
  border-left: 10px solid #E9592A;
}
.profile_settings .setting_menu .sidebar_menu .setting_item + .setting_item {
  border-top: 1px solid #F4F4F4;
}
.profile_settings .setting_menu .sidebar_menu .setting_item i {
  margin-right: 14px;
  font-size: 16px;
}

.profile_settings .setting_inner .profile_setting_main {
  width: 100%;
  max-width: calc(100% - 628px);
}
.profile_settings .profile_setting_main .form_profile_img {
  border-radius: 50%;
  border: 6px solid #E7623E;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-left: auto;
}
.profile_settings .profile_setting_main .form_profile_img img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.profile_settings .setting_inner .profile_setting_main .set_padding {
  padding-left: 10px;
  padding-right: 10px;
}
.profile_settings .setting_inner .profile_setting_main .row {
  margin-left: -10px;
  margin-right: -10px;
}
.profile_settings .profile_setting_main form .input_file {
  margin: 23px 0;
}
.profile_settings .profile_setting_main form .form-control {
  border: 1px solid #E0E7FF;
  padding: 7px 12px;
  box-shadow: none !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #454F63;
}
.profile_settings .profile_setting_main form .form-control::placeholder {
  color:  gray;
  opacity: 1;
}
.profile_settings .profile_setting_main form .form-control::-ms-input-placeholder {
  color: gray;
}
.profile_settings .profile_setting_main form .form-control::-ms-input-placeholder {
  color: gray;
}
.profile_settings .profile_setting_main form .input_file .form-control {
  border: 0;
  padding: 7px 12px;
}
.profile_settings .profile_setting_main form label {
  font-size: 14px;
  font-weight: 400;
  color: #78849E;
}
.profile_settings .profile_setting_main form p {
  font-size: 14px;
  font-weight: 400;
  color: #78849E;
  margin: 22px 0 28px;
}
/* Chrome, Safari, Edge, Opera */
.profile_settings input::-webkit-outer-spin-button,
.profile_settings input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.profile_settings input[type=number] {
  -moz-appearance: textfield;
}

.profile_settings .setting_inner .profile_setting_right {
  min-width: 314px;
}
.profile_settings .mijnaccount {
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 5px;
}
.profile_settings .mijnaccount .mijntitle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #F4F4F4;
  padding: 23px 0;
  margin: 0 10px;
}
.profile_settings .mijnaccount .mijnnav {
  margin: 0;
}
.profile_settings .mijnaccount .mijnlink {
  margin: 0 10px;
  padding: 20px 0;
}
.profile_settings .mijnaccount .mijnlink a {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  color: #78849E;
}
.profile_settings .mijnbtn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E9592A;
  padding: 8px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all 0.4s;
}
.profile_settings .mijnbtn:hover {
  background-color: #FF4E14;
}

.profile_settings .connections {
  padding: 0 30px 30px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 24px;
  min-height: 400px;
}
.profile_settings .connections .connections_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #F4F4F4;
  padding: 23px 0;
}
.profile_settings .connections .conection_item {
  margin-top: 13px;
}
.profile_settings .connections .conection_item img {
  width: 28px;
  height: 28px;
}
.profile_settings .connections .conection_item span {
  margin-left: 10px;
}
.profile_settings .submit_form {
  padding: 8px 18px;
  background-color: #e9592a;
  border-radius: 5px;
  color: #ffffff;
  margin-left: 5px;
  transition: background-color 0.4s;
  margin-bottom: 16px;
}
.profile_settings .submit_form:hover {
  background-color: #FF4E14;
}

.profile_settings .input_file {
  text-align: left;
  background: #fff;
  padding: 7px 12px;
  position: relative;
  border-radius: 3px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.profile_settings .input_file > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.profile_settings .input_file > .button {
  display: inline-block;
  cursor: pointer;
  background-color:#E9592A;
  color: #ffffff;
  border: 0;
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 3px;
  margin-right: 8px;
  transition: background-color 0.4s;
  min-width: 130px;
}
.profile_settings .input_file:hover > .button {
  background: #FF4E14;
  color: #ffffff;
}
.profile_settings .input_file > .label {
  color: #454F63;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}





footer {
	background: #232437;
	margin-top: 0;;
  color: #FFF;
}
footer .footer_inner {
  padding: 40px 0 40px;
}
footer .footer_inner ul {
  max-width: 155px;
}
footer .footer_inner ul.nav {
  flex-direction: column;
}
footer .footer_inner ul li a {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: rgb(210,210,210);
  transition: all 0.4s;
}
footer .footer_inner ul.footer_nav li a:hover {
  color: #FFF;
}
footer .footer_inner h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
footer .footer_inner button {
  border: none;
}
footer .footer_inner .btn_playstore {
  margin-bottom: 22px;
}
footer .footer_inner .btn_applestore {
  margin-bottom: 37px;
}
footer .footer_inner .social_icon a {
  margin-right: 30px;
  margin-bottom: 25px;
}
footer .footer_inner .social_icon a i {
  font-size: 18px;
  transition: all 0.4s;
}
footer .footer_inner .social_icon a i:hover {
  color: gray;
}

footer .footer_bottom {
  background-color: #f7f7fa;
}
footer .footer_bottom p {
  text-align: center;
  padding: 20px 0;
  color: #aeaeae;
  line-height: 1.2;
}


/* TABLE */
.display {
    font-size: 14px;
}

.display .smallprofile {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.display td {
 padding: 5px;
 text-align: left;
}
.display tr:nth-child(odd){
 background-color: #FFF;
}

.display.category {
    text-align: center;
}

form {
    width: 100%;
}

.list-group-item {
    border: 0px;
}

.settings_container {
    display: none;
}

.paymentmethod-img {
    width: auto;
}

.card_body p {
    margin: 10px 0;
}


.legenda-block {
		display: block;
		width: 20px;
		float: left;
		margin: 4px;
		height: 20px;
		border-radius: 3px
}
.legenda-line {
	line-height: 28px;
}
.profile-picture {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.payment_status_succeeded {
	color: #FFF;
	background: green;
	border-radius: 5px;
	padding: 2px;
	max-width: 50px; text-align:center;
	display: block;
}
.payment_status_unpaid, .payment_status_expired {
	color: #FFF;
	background: red;
	border-radius: 5px;
	padding: 2px;
	max-width: 50px; text-align:center;
	display: block;
}

.payment_status_pending {
	color: #FFF;
	background: orange;
	border-radius: 5px;
	padding: 2px;
	max-width: 50px; text-align:center;
	display: block;
}
.nav-link {
  padding-left: 28px !important;
  padding-right: 28px !important
  color: #FFF;
}

.cta_action_2 {
   font-size: 30px;
   color: #FFF;
   margin: 0 auto;
   font-weight: bold;
}
.cta_2_image {
  max-width: 300px;
}

.navbar-nav.ml-auto.flex-lg-row.nav_menu {
background: #232437
}

.navbar-toggler {
  margin-top: -40px !important;
}
@media screen and (max-width: 991px) {  
  .cta_2_image {
      max-width: 250px;
    }
    header .bottom_nav {
      padding: 13px;
    }
  .cta_action_2 {
       font-size: 20px;
       color: #FFF;
       margin: 0 auto;
       font-weight: bold;
    }
}

.connectandwin, .connectandwin:hover {
	background: #E9592A;
	border-radius: 25px;
	width: 350px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	padding: 15px 30px;
	border:1px solid #E9592A;
	transition: 0.3s;
}
.connectandwin:disabled, .connectandwin:disabled:hover {
	background-color: grey;
	border: 1px solid grey;
	color: #FFF;
}
.connectandwin:hover {
	background: #FFF;
	color: #E9592A;
	transition: 0.3s;
}
.myRecord, .myRecord td, .myRecord tr {
	background: #E9592A;
	color: #FFF;
}

.formborder {
	border: 2px solid #E9592A;
	padding: 30px;
	border-radius: 10px;
}