@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,200");

/* 
 * Modify elements from Bootstrap
 */

/* 
 * Modify elements from Creative Tim - Paper Kit
 */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { font-weight: 400; }

html {
scroll-behavior: smooth;
}

.page-header {
	background-image: url(../img/background/header.jpg);
	background-color: #444d77;
}

.page-header.page-header-small {
	min-height: 25vh !important;
	max-height: 100px;
}

.navbar.navbar-transparent { padding-top: 0; }

.navbar-nav .nav-item .nav-link:not(.btn) {
	color: #ffffff;
	border-color: #ffffff;
}

.section { padding: 40px 0 20px; }

.card { font-weight: 400; }

.card:not(.card-plain):hover {
	transform: none;
	-webkit-transform: none;
}

.section-testimonials .card {
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 30px;
}

.card img { border-radius: 50%; }

.info-horizontal .icon { width: 10%; }

.footer .copyright { font-weight: 500; }

.footer .links ul a:not(.btn),
.footer .links ul a:not(.btn):hover,
.footer .links ul a:not(.btn):focus {
	font-weight: 500;
}

.footer .links ul a:not(.btn):hover,
.footer .links ul a:not(.btn):focus {
	color: #643ca4;
}

.footer nav > ul a:not(.btn) {
	color: #ffffff;
	border-color: #ffffff;
}

.background--purple .copyright { color: #ffffff; }

@media (max-width: 767px) {
	.footer .links, .footer .copyright { margin: auto; }
	.footer .links { padding-bottom: 0.75rem; }
}

.add-product { background-color: #ffffff; }

.dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown-menu.dropdown-info .dropdown-item:focus {
	background-color: #403d39;
}

button.close,
.close:focus,
.close:hover {
	color: #ffffff;
	padding-right: 1rem;
}

.media:first-child { margin: 0px; }

.media:last-child { border: 0px; }

.section .card-profile {
	margin-top: 0px;
	box-shadow: 0 6px 10px -4px rgb(0 0 0 / 10%);
}

.profile-content { color: #333; }

.owner .avatar { padding: 0; }

video { position: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td, button, input, select, textarea { font-weight: 400; }

.table>thead>tr>th { font-weight: 400; }

/* 
 * Modify elements from Chartist
 */

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
	stroke: #51cbce;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
	stroke: #6bd098;
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
	stroke: #fbc658;
}

/*
 * Global
 */

img { max-width: 100%; }

.h1--small { font-size: 2.2em; }

.h2--small { font-size: 1.5em; }

.h3--small { font-size: 1.2em; }

.font--weight-400 { font-weight: 400; }

.description--font-size { font-size: 1.35em; }

.btn--padding { padding: 1em 3.5em; }

.btn--purple {
	background-color: #643ca4;
	border-color: #643ca4;
}

.swal2-confirm {
	background-color: #643ca4 !important;
	border-color: #643ca4 !important;
}

.swal2-confirm:hover {
	background-color: #403d39 !important;
	border-color: #403d39 !important;
}

.swal2-confirm, .swal2-styled {
    border-left-color: white !important;
    border-right-color: white !important;
}

/* Backgrounds */
.background--purple {
	background: #643ca4;
	color: #fff;
}

.background--blue {
	background: #51cbce;
	color: #fff;
}

.background--green {
	background: #6bd098;
	color: #fff;
}

.background--red {
	background: #d93f4e;
	color: #fff;
}

.background--yellow {
	background: #fbc658;
	color: #fff;
}

.background--opacity--90 { opacity: 0.9; }

.background--opacity--85 { opacity: 0.85; }

.background--opacity--80 { opacity: 0.8; }

.background--opacity--75 { opacity: 0.75; }

.background--opacity--70 { opacity: 0.7; }

.background--opacity--65 { opacity: 0.65; }

/* Font color */
.color--purple { color: #643ca4; }

.color--blue { color: #51cbce; }

.color--green { color: #6bd098; }

.color--yellow { color: #fbc658; }

/* Cards with icons */
.card-header__icon {
	background-color: transparent;
	border-bottom: 0px;
	margin-top: -30px;
}

.card__icon {
	border-radius: 0.5rem;
	box-shadow: 0px 12px 19px -7px rgb(0 0 0 / 30%);
	padding: 15px 20px;
	margin-right: 15px;
	float: left;
	font-size: 1.5rem;
}

/* Align top right */
.pull-top-right {
	float: right;
	margin-top: -45px;
}

/* Footer */
.footer__nostrum {
	color: #ffe000;
	font-weight: 600;
}

.footer__nostrum:hover { color: #643ca4; }

.footer-black .footer__nostrum:hover { color: #fff; }

/* Highlight */
.highlight { font-weight: bold; }

/* 
 * Landing page
 */

/* Header */
.header__brand {
	margin-left: auto;
	margin-right: auto;
	padding: 3em 0em 1em;
	width: 45%;
}

.header__icon { width: 50%; }

.header__text {
	padding: 3.5em 0 1.5em;
	width: 50%;
	text-align: center;
}

.header_title {
	font-size: 4em;
	font-weight: 600;
}

@media (max-width: 767px) {
	.header__brand { width: 60%; }
	.header__icon { display: none; }
	.header__text {
		width: 100%;
		padding: 3em 2em 4em;
	}
}

/* Parallax */
.parallax {
	padding: 7.5em;
	width: 100%;
	background-image: url(../img/background/parallax-sky.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.parallax--purple {
	background-image: url(../img/background/parallax-sky--purple.jpg);
}

.parallax__title {
	padding-bottom: 0.5em;
	margin-top: 0;
	font-size: 3em;
	font-weight: 600;
}

.parallax__text { font-size: 1.7em; }

@media (max-width: 767px) {
	.parallax { padding: 4em 2em; }
}

/* Features */
.features p { font-weight: 400; }

.features h3 {
	margin: 0.5em 0;
	font-weight: 400;
}

.icon--purple { fill: #643ca4; }

.icon--blue { fill: #51cbce; }

.icon--yellow { fill: #fbc658; }

.icon--green { fill: #6bd098; }

/* Contact form */
.contact__card--border {
	margin: 2em 0;
	border: 1px solid #f0f0f0;
}

.contact__title {
	width: 100%;
	font-size: 3em;
	font-weight: 600;
}

/* Privacy Policy and Terms of Use */
.privacy {
	padding: 6.5rem 0 4rem;
	background: linear-gradient(
		180deg,
		rgba(51, 51, 51, 1) 0%,
		rgba(64, 61, 57, 1) 60%,
		rgba(100, 60, 164, 1) 100%
	);
}

.privacy_cookie-banner {
	position: fixed;
	bottom: 40px;
	left: 10%;
	right: 10%;
	width: 80%;
	padding: 1rem;
    padding-right: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #333;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	z-index: 1030;
}

.privacy_cookie-banner p, .privacy_cookie-banner a { font-weight: bolder; }

@media (max-width: 767px) {
	.privacy { padding: 4.5rem 0 2rem; }
	.privacy_cookie-banner { display: initial; }
	.privacy_cookie-banner p { padding-top: 1.5rem; }
}

.privacy a { font-weight: bold; }

/* Acknowledgement*/
.page-background {
	padding: 6.5rem 0 4rem;
	background-image: url(../img/background/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	max-height: 3000px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-background .filter::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-background .content-center {
	z-index: 3;
	text-align: center;
	width: 100%;
}

@media (max-width: 767px) {
	.page-background { padding: 4.5rem 0 2rem; }
}

/* Mentioned player */
.mentioned-player { color: #643ca4 !important; }

/* 
 * Admin
 */

/* Table pagination */
.page-item .next {
	border: 2px solid #643ca4;
	color: #643ca4;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
	background-color: #b9a7d6;
	border-color: #643ca4;
}

.page-item.active .page-link {
	background-color: #643ca4;
	border-color: #643ca4;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	color: #643ca4;
	border: 2px solid #643ca4;
}

/* Datatables */
div.dataTables_wrapper div.dataTables_length select { min-width: 20vh; }
.mentioned-player { color: #643ca4 !important; }

/* Charts */
.chart-verdical {
	margin-bottom: 0.5rem;
	padding: 0.5rem;
	min-height: 48px;
	border-radius: 12px;
}

.card .chart-verdical__img--size {
	width: 32px;
	height: 32px;
}

.chart-verdical__span {
	margin: 0.5rem;
	font-weight: bold;
}

.chart-verdical__number {
	float: right;
	margin: 0.5rem;
	font-weight: bold;
}

.completedMissionProgress {
	background-color: #f1f1f1;
	color: rgba(0,0,0,.6);
	position: relative;
}

.completedMissionProgressBar {
	border-radius: 12px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.completedMissionProgress .chart-verdical__img--size,
.completedMissionProgress .chart-verdical__span,
.completedMissionProgress .chart-verdical__number {
	position: relative;
}

.teamish-logo {
	display: block;
	float: left;
	width: 220px;
	max-width: 45%;
	margin: 25px 15px;
}

.teamish-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.btn-login {
	float: right;
	margin: 0 15px !important;
}

/*Videos*/
.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	botton: 0;
	rigth: 0;
	width: 100%;
	height: 100%;
}

.form-group .switch {
	float: right;
}

.form-group .bootstrap-switch {
	float: right;
}

/* Icons */
.icon-planet {
	/* https://www.iconfinder.com/search?q=planet&price=free&style=solid */
    background-repeat: no-repeat;
    background-size: cover; 

    display: inline-block;
    height: 15px;
    width: 15px;
    fill: #51cbce;
    margin-top: 3px;
}

.mw-30 { max-width: 30%; }

.activity-body { min-height: 28.125rem; }

/* Modal for enlarging image */
#image {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#image:hover { opacity: 0.7; }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 1px;
  right: 3px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.modal-reactions__avatar {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex;
}

.modal-reactions__body {
  max-height: 18em;
  overflow-y: auto;
  overflow-x: auto;
  scroll-x: auto;
}

/* Overlapping avatars
 * https://stackoverflow.com/questions/48916431/overlapping-overlaying-multiple-inline-images 
 */
.reaction-avatars {
  display: inline-flex;
  margin-left: 50px;
}

.reaction-avatar {
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 40px !important;
  height: 40px !important;
  margin-left: -20px;
}

.reaction-avatar img {
  width: 100%;
  display: block;
}

.card-register .text-link {
  color: #7073e4 !important;
  font-weight: 400;
}

.btn--highlight:hover {
	color: red;
}

.table {
	max-width: 100vw;
}

.td-table {
	max-width: 30vw;
}

.subscription{
  background-color: #f2f2f2;
  color: #333;
  width: 100%;
  border-radius: 5px;
  border: 1px solid purple;

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

.data-line{
  padding: 1.2rem;
}

.error {
    color: red;
    font-weight: bold;
}

.brandCard {
	max-width: 45px;
}

.bootstrap-datetimepicker-widget {
  background: #E3E3E3;
  width: 25vw!important;
}

.bootstrap-switch {
  border-radius: 30px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  background: #643ca4;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  background: #b9a7d6;
}

/* Onboarding styles */

#onboarding-button-back-top {
    font-size:30px;
    color:#6544a5;
}

#onboarding-skip-button-1 {
    color:#6544a5;
    width:200px;
}

.onboarding-titles {
    color:#6544a5;
    text-align:center;
}

.onboarding-purple-color {
    color:#6544a5;
}

#onboarding-purple-color {
    color:#6544a5;
}

.onboarding-buttons {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.onboarding-store-button {
   margin:35px;
}

.onboarding-plan-card-description {
   text-align: center;
}

#interaction-button-1, #interaction-button-2, #interaction-button-3 {
   color:#6544a5;
   width:220px;
}

#onboarding-card-register-back-color {
   background-color:#4d317a;
}

#onboarding-card-title-color-1, #onboarding-card-title-color-2 {
   color:white;
}

.onboarding-card-free-plan {
   background-color:#6544a5;
   color:white;
   border-radius:10px;
   padding:15px
}

@media screen and (max-width: 991px) {
  .dropdown-menu .dropdown-item:hover {
    color: #643CA4 !important;
  }
}

.free-plan-warning {
    background-color:rgba(0, 0, 0, .7);
    padding:10px;
}

.free-plan-warning-text {
     display:flex;
     flex-wrap: wrap;
     justify-content: center;
     font-weight:400;
}

.free-plan-waning-link {
    color:white;
}

.session-results {
   cursor: move;
}

button.dt-button,div.dt-button,a.dt-button,input.dt-button{
    border:none !important;
    color:#FFF !important;
    font-weight: 700 !important;
    background:#686868 !important;
}

button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled),input.dt-button.active:not(.disabled):hover:not(.disabled){
    box-shadow:none !important;
    background:#8D77FE !important;
}

button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled),input.dt-button:hover:not(.disabled){
    border:none !important;
    background:#9D9D9D !important;
}

button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled),input.dt-button:focus:not(.disabled){
    border:none !important;
    background-color:green !important;
    background:#606060 !important;
}

button.dt-button.active:focus:not(.disabled),div.dt-button.active:focus:not(.disabled),a.dt-button.active:focus:not(.disabled),input.dt-button.active:focus:not(.disabled){
    background:#B0A0FC !important;
}

div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){
    background:#643CA4 !important;
    box-shadow:none !important;
}

button.dt-button,div.dt-button,a.dt-button,input.dt-button {
    color: #FFF !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

button.dt-button span.dt-down-arrow, div.dt-button span.dt-down-arrow, a.dt-button span.dt-down-arrow, input.dt-button span.dt-down-arrow {
    color: #FFF !important;
}

div.dataTables_wrapper div.dataTables_length label {
    position: absolute;
    margin-left: 20px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .navbar .btn {
        right: 1px;
        top: 60px;
        position: absolute;
    }
}

@media (max-width: 767px) {
     [class*="navbar-"] .navbar-nav>li>a:not(.btn), [class*="navbar-"] .navbar-nav>li>a:hover, [class*="navbar-"] .navbar-nav>li>a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:not(.btn), [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:focus {
         opacity: .7;
        background: transparent;
        position: absolute;
        right: 30px;
        top: 6px;
    }
 }


#scrollbar {
  overflow:auto; height: 600px;
  overflow-x: hidden;
}

#img-like {
   width:20px;
   height:20px;
   position:relative;
   right:13px;
   top:22px;
}

#commentary-area {
 background-color:#d6d6cd !important;
 border-radius:20px !important;
 width:50% !important;
 padding:10px !important;
}

#commentary-reactions {
 background-color:white;
 padding:3px;
 position:absolute;
 left:45%;
}

#commentary-date {
 width:200px;
 position:relative;
 left:20px;
}

#ack-card {
 background-color:#eeeee4 !important;
 padding:20px !important;
}

#pbh-card {
 background-color:#eeeee4 !important;
 padding:20px !important;
}

#cou-card {
 background-color:#eeeee4 !important;
 padding:20px !important;
}

#shareButton {
 position:relative;
 left:97%;
}

#filterCards {
 width:30%;
 position:relative;
 left:65%;
}

#postsOrderBy {
   position:relative;
   left:63%;
}

.filterLink {
  color:grey !important;
}

.filterLink:hover {
  color:#34bdeb !important;
}

.filterTitle {
  text-align:left;
  font-size:20px
}

.filterTable {
   width: 100%;
}

#rankingDetails {
  text-align:left;
  font-weight: bold;
}

.fa-plus {
  color:purple !important;
}

.underline-link a {
    text-decoration: underline;
}

.ul-reason {
	padding-left: 10px !important; 
}
