/*
********************************
TYPOGRAPHY
********************************
*/


/* Proxima Nova */

@import url("https://use.typekit.net/swi6odc.css");

/*
********************************
LIBRARIES
********************************
*/


/* JQuery UI */

@import url("./jquery-ui.min.css");

/*
********************************
GLOBAL STYLES
********************************
*/

html {
    height: 100%;
    min-height: 100%;
    /*overflow-x: hidden;*/
}

body {
    font-family: proxima-nova, sans-serif !important;
    margin: 0;
    color: #2c6565;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    /*min-heiht:  100vh;*/
    /*min-height:  100%;*/
}

body.teams,
body.listing {
    height: auto;
    min-height: 100%;
}

main {
    padding: 38px 0 38px 100px;
    position: relative;
    background-image: url("/images/pedestal-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

a {
    text-decoration: none;
    transition: 0.15s ease-in-out;
    color: #2c6565;
}

a:hover {
    /*color: #733bf6;*/
    /*filter: brightness(1.1);*/
}

a:hover span {
    /*color: #733bf6 !important;*/
    /*filter: brightness(1.1);*/
}

a:visited {
    text-decoration: none;
    color: inherit;
}


/*a.text-link {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #373a36;
  margin: 20px 0;
  transition: .15s ease-in-out;
}
a.text-link:after {
  content: "→";
  color: #3ad531;
  font-weight: bold;
  margin-left: 5px;
  width: 9px;
  height: 7px;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}*/

a.text-link:hover {
    /*color: #733bf6;*/
    /*filter: brightness(1.1);*/
}

a.text-link:hover:after {
    /*color: #733bf6;*/
    /*filter: brightness(1.1);*/
}

a.back {
    position: relative;
    display: flex;
    align-items: center;
}

a.back i {
    margin-right: 6px;
    color: #2c6565;
    font-size: 18px;
}

p,
span,
td {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    /*margin-bottom: 20px;*/
    color: #3b6464;
}

p {
    margin-bottom: 20px;
    max-width: 936px;
}

table {
    margin: 36px auto;
    width: 100%;
}

th {
    /*min-width:  60px;*/
    text-align: left;
}

th.active {
    margin-left: -8px;
}

ul {
    list-style: none;
    padding-left: 0;
}

i {
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: black;
}

i.fa-plus {
    font-size: 14px;
    color: rgba(133, 161, 161, 1)
}

i.fa-users {
    font-size: 28px;
    margin-bottom: 8px;
}

h1,
h2,
h3 {
    font-size: 38px;
    font-weight: 400;
    /*letter-spacing: .5px;*/
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

h3 {
    font-weight: bold;
}

h2 span {
    margin-left: 16px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.caps {
    text-transform: uppercase;
}

h5 {
    color: #4b6464;
    font-size: 28px;
    margin: 16px 0;
    max-width: fit-content;
    display: block;
}

form label {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 1px;
    pointer-events: none;
}

form input.form-control {
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: rgba(237, 245, 252, 1);
    box-shadow: none;
    border: none;
    color: #4b6464;
    letter-spacing: 0.5px;
    width: 282px;
    padding: 13.5px 19px;
}

form input.form-control:focus {
    border: none;
    box-shadow: none;
}

form input.form-control:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}

input {
    box-shadow: 0px 1px 5px 0 rgba(55, 58, 54, 0.15);
}

input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 2px solid rgba(166, 132, 245, 1);
    border-radius: 2px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    box-shadow: none;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em rgba(166, 132, 245, 1);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="text"] {
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: 16px;
    /*background-color: #E3E9EB;*/
    background-color: white;
    padding: 5px 19px 5px 19px;
    /*border: 1px solid #ced4da;*/
    border: none;
    margin-left: 16px;
}

input[type="text"]:focus {
    background-color: #e3e9eb;
    border: none;
    box-shadow: none;
}

input[type="number"] {
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: 16px;
    /* background-color: #E3E9EB; */
    background-color: white;
    padding: 5px 19px 5px 19px;
    /* border: 1px solid #ced4da; */
    border: none;
    margin-left: 16px;
}

select {
    box-shadow: 0px 1px 5px 0 rgba(55, 58, 54, 0.15);
    margin-bottom: 24px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow.png) no-repeat;
    background-size: 13px 8px;
    background-position: 97% 51%;
    border: 0;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 16px;
    /*background-color: #E3E9EB;*/
    background-color: white;
    padding: 12px 16px 12px 16px;
    min-width: 240px;
}

select:hover {
  cursor: pointer;
}

select#rule_condition {
    margin-left: 16px;
}

select.teams,
select.stages {
    background: none;
    /*background-color: #E3E9EB;*/
    background-color: white;
    width: 464px;
    height: 319px;
}

button,
a.button,
input.button {
    font-family: proxima-nova, sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 1.07px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 5px 0 rgb(55 58 54 / 15%);
    background-color: rgba(166, 132, 245, 1);
    color: white;
    border: none;
    border-radius: 2px;
    padding: 8px 30px 8px 30px;
    margin: 20px 0;
    text-transform: uppercase;
    transition: 0.15s ease-in-out;
    white-space: nowrap;
}

.button2 {
    color: rgba(166, 132, 245, 1);
    background-color: white;
}

.button3 {
    color: white;
    background-color: rgba(166, 132, 245, 1);
}

input.button.inverse-color {
    background-color: #ffffff !important;
    color: rgba(166, 132, 245, 1) !important;
    border: 2px solid rgba(166, 132, 245, 1) !important;
}

button.inverse-color {
    background-color: #ffffff !important;
    color: rgba(166, 132, 245, 1) !important;
    border: 2px solid rgba(166, 132, 245, 1) !important;
}

button.button-small,
a.button.button-small {
    padding: 6px 20px;
}

button:hover,
a.button:hover {
    /*background-color: #733bf6;*/
    /*filter: brightness(1.1);*/
}

button.solid,
a.button.solid {
    background-color: rgba(166, 132, 245, 1);
    color: white;
}

button.ui-dialog-titlebar-close {
    display: none;
}

div.container {
    padding-top: 0;
    width: 1000px;
    position: relative;
}

div.container-fluid {
    display: flex;
    width: 100%;
    /*height:  100%;*/
    min-width: 100%;
    min-height: 100vh;
}

div.row {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}

body.teams div.row,
body.listing div.row {
    margin-bottom: 0;
}


/* boostrap replacements */

div.col-md-12 {
    width: 100%;
}

div.col-md-8 {
    display: flex;
}

div.col-md-4 {
    display: flex;
}

summary:hover {
    cursor: pointer;
}


/*
********************************
SIDEBAR MENU
********************************
*/

body.login nav#sidebarMenu {
    display: none;
}

nav#sidebarMenu {
    background-color: #fff;
    /*height: 100%;*/
    height: 100vh;
    width: 200px;
    box-shadow: 10px 10px 30px 0 rgba(174, 174, 192, 0.4);
    /*position: relative;*/
    position: sticky;
    top: 0;
    left: 0;
}

nav#sidebarMenu div.img {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 88px;
}

nav#sidebarMenu div.img img:not(.nb) {
    margin: auto;
    /*width: 60px;*/
    width: auto;
    height: 62px;
}

nav#sidebarMenu div.img.nb {
    position: absolute;
    /*bottom: 40px;*/
    bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
    background: linear-gradient(0deg, white, 90%, transparent);
}

nav#sidebarMenu div.img img.nb {
    top: 0;
    width: 138px;
}

nav#sidebarMenu div {
    width: 200px;
}


/*nav#sidebarMenu li:not(:nth-child(2)) i {
    margin-right: 25px;
}*/


/*nav#sidebarMenu li:nth-child(1) i {
    margin-right: 18px;
}*/

nav#sidebarMenu i.fa-user {
    margin-right: 19px;
}

nav#sidebarMenu i.fa-users {
    margin-right: 14px;
    font-size: 19px;
}

nav#sidebarMenu i.fa-trophy {
    margin-right: 13px;
}

nav#sidebarMenu li.nav-item a {
    display: flex;
    align-items: center;
    /*padding: 12px 35px;*/
    max-width: fit-content;
    white-space: nowrap;
    max-width: 137px;
    /*border-bottom:  1px solid #e2e9eb;*/
    margin: 0 auto;
    /*padding-bottom:  16px;*/
    position: relative;
}

nav#sidebarMenu li.nav-item a:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 1.5px solid #e2e9eb;
    /*filter: brightness(1);*/
}

nav#sidebarMenu li.nav-item a:hover:after {
    /*filter: brightness(1);*/
}

nav#sidebarMenu li.nav-item a {
    padding-bottom: 16px;
    margin-bottom: 20px;
}

nav#sidebarMenu li.nav-item.active a {
    /*background-color: white;*/
    color: #363a36;
}

nav#sidebarMenu li.nav-item.active a span,
nav#sidebarMenu li.nav-item.active a i {
    color: #363a36;
}

nav#sidebarMenu li.nav-item.active a span {
    font-weight: bold;
}

nav#sidebarMenu i {
    margin-right: 16px;
    color: #7ea2a1;
    font-size: 22px;
}

nav#sidebarMenu span {
    color: #7ea2a1;
    font-size: 16px;
    font-weight: 500;
}

nav#sidebarMenu li:not(.active) a:hover span {
    /*color: #733bf6;*/
    /*filter: brightness(1.1);*/
}

nav#sidebarMenu li:not(.active) a:hover i {
    /*color: #733bf6;*/
    /*filter: brightness(1.1);*/
}


/*
********************************
HEADER
********************************
*/

div.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    max-width: 1000px;
}

body.teams div.header,
body.listing div.header {
    margin-bottom: 62px;
}

div.header div.left,
div.header div.right {
    display: flex;
    align-items: center;
}

div.header div.right {
    position: relative;
}

div.header div.right ul {
    display: flex;
    align-items: center;
}

div.header div.right ul li {
    font-size: 16px;
    font-weight: 500;
}

div.header div.right ul li.delete:hover,
div.header div.right ul li.default:hover {
    cursor: pointer;
}

div.header div.right ul li:not(:last-of-type) {
    margin-right: 28px;
}

div.header div.right ul li i {
    font-size: 16px;
    margin-right: 3px;
    color: #3a6463;
}

a.logout {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: underline;
}

.dropdown {
    /*display:  none;*/
    opacity: 0;
    visibility: hidden;
    background-color: #7ea2a1;
    width: 258px;
    height: 121px;
    position: absolute;
    bottom: -145px;
    right: -20px;
    transition: all ease-out 0.15s;
    z-index: 1000;
}

.dropdown .dropdown-inner {
    padding: 15px 18px;
    text-align: right;
    z-index: 1000;
}

.dropdown:before {
    content: "";
    height: 0;
    width: 0;
    top: -15px;
    right: 33px;
    position: absolute;
    border-top: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #7ea2a1;
    border-left: 7.5px solid transparent;
}

div.header div.headshot-wrap {
    padding-bottom: 40px;
    margin-bottom: -40px;
}

div.header div.headshot-wrap:hover {
    cursor: pointer;
}

div.header div.headshot-wrap:hover .dropdown {
    /*display:  block;*/
    opacity: 1;
    visibility: visible;
}

div.current-account div.right p span {
    font-weight: 600;
    text-decoration: underline;
}

a.new-custom-team {
    font-weight: 500;
    color: #2c6565;
}

a.new-custom-team i {
    color: #3a6463;
    font-size: 16px;
}

div.headshot {
    width: 40px;
    height: 40px;
    margin-left: 38px;
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #7ea2a1;
    position: relative;
}

div.headshot:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #83a1a0;
    position: absolute;
    right: -20px;
}

div.headshot i {
    margin: auto;
    font-size: 24px;
    color: #7ea2a1;
}


/*
********************************
DASHBOARD/INDEX
********************************
*/

body.dashboard {
    height: 100%;
}

body.login .container {
    margin: 0 auto;
}

body.login form input.form-control,
body.forgot-password form input.form-control {
    border: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 14px;
    color: #4b6464;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    width: 282px;
    padding: 13.5px 19px;
}

body.login main {
    padding-top: calc((100vh - 772px) / 2);
    /*margin:  auto;*/
    /*padding:  auto;*/
    background-color: #ebf5fd;
}

body.login .login-flex-wrap {
    display: flex;
    box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
}

body.login .login-flex-wrap .login-left {
    width: 320px;
    background-color: white;
    padding: 110px 80px;
    padding-bottom: 220px;
}

body.login button.solid {
    background-color: #363a36;
    margin-top: 0;
}

body.login a.login-link {
    font-size: 13px;
    color: #4b6464;
    letter-spacing: 0.5px;
}

body.login .login-flex-wrap .login-right {
    width: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

body.login .login-flex-wrap .login-right h1 {
    font-family: proxima-nova, sans-serif !important;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.76px;
    line-height: 79.2px;
    position: relative;
}

body.login .login-flex-wrap .login-right h1:after {
    content: "";
    width: 150px;
    height: 6px;
    background: #00e9f3;
    position: absolute;
    bottom: -24px;
    left: 0;
}

body.login .login-flex-wrap .login-right .inner {
    padding: 180px 80px;
    padding-top: 228px;
}

body.login .login-flex-wrap .login-right .inner img.logo-white {
    filter: brightness(0) invert(1);
    width: 138px;
    position: absolute;
    bottom: 80px;
    right: 70px;
}

body.login .login-heading-row {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.login-heading-row img {
    /*width:  50px;*/
    /*height:  50px;*/
    height: 50px;
    width: auto;
    margin-right: 8px;
}

body.login .login-heading-row h2 {
    font-weight: bold;
    font-size: 22px;
    color: #4b6464;
    letter-spacing: 0;
    margin-top: 4px;
}

p.eyebrow {
    text-transform: uppercase;
    opacity: 0.65;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1.25px;
    line-height: 20px;
    margin-bottom: 0;
}

h3.main {
    margin-top: 60px;
}

p.subheading {
    margin-bottom: 30px;
    margin-top: 4px;
    margin-left: 1px;
}

div.current-account p:not(.account) {
    margin: 0;
    font-weight: 400;
}

p.account {
    font-weight: 600;
    margin: 0;
    margin-left: 6px;
}

div.chart {
    width: 490px;
    padding: 12px 40px;
    box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
    margin: 0;
    height: 216px;
    margin-right: 60px;
    background-color: #fff;
    border-radius: 3px;
}

div.chart#container-line {
    width: 923px;
}

text.highcharts-credits {
    display: none;
}

body.forgot-password h3.main {
    margin-top: 102px;
}

body.forgot-password button.submit {
    margin-top: 0;
    background-color: #363a36;
    color: white;
    width: 320px;
}


/*
********************************
LISTING
********************************
*/

.team-heading,
.listing-heading {
    text-transform: uppercase;
    font-weight: 400;
}

a span.back {
    color: #4b6464;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.1px;
}

.stage-name {
    font-weight: bold !important;
    font-size: 18px;
    color: #373a36;
    padding-top: 16px;
    margin-bottom: 10px;
}

ul.selectable {
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}

ul.selectable li:hover {
    cursor: pointer;
}

ul.selectable li.ui-selected {
    background-color: lightgray;
}

ul.teams li {
    min-width: 250px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin: 8px 0;
}

ul.teams li:hover {
    cursor: pointer;
}

.heading-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#active-teams,
div.listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}

.listing-card {
    position: relative;
    height: 23.5rem;
    padding: 24px 40px;
    background-color: #fff;
    box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
    display: flex;
    color: #446564;
    flex-direction: column;
    margin: 16px;
    width: 23.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}

body.teams .listing-card:not(.new) {
    padding-bottom: 43px;
}

.listing-card.smaller {
    width: 18rem;
    height: 16rem;
}


/*.listing-card:not(.new):hover {
cursor: grab;
}*/

.listing-card:nth-child(3n) {
    margin-right: 16px;
}

.listing-card span,
.listing-card b {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 28px;
}

.team-status {
    position: absolute;
    padding: 4px 40px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #7ea2a1;
}

span.status {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.team-name p {
    font-weight: bold;
    font-size: 18px;
    color: #446564;
    margin-top: 8px;
    margin-bottom: 4px;
}

.listing-card a.button {
    margin-bottom: 0;
    max-width: fit-content;
}

.listing-card.full-width {
    margin: 0 auto;
    margin-right: 16rem;
    width: auto;
    height: auto;
}

div.hidden {
    display: none;
}

li.hidden {
    display: none;
}

.listing-card.nothing {
    margin: 0 auto;
    width: 25%;
    height: 42.5%;
    min-height: 400px;
    min-width: auto;
    /*
width: 32.5rem;
height: 25.5rem;*/
}

.centered {
    position: none;
    min-height: 400px;
    min-width: auto;
    width: 30rem;
    height: 27rem;
    margin-top: 2.5rem;
    left: 10rem;
    /* bring your own prefixes */
}

.really-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.center-left {
    position: fixed;
    top: 50%;
    left: 25%;
    /* bring your own prefixes */
    transform: translate(-25%, -50%);
}

.center-right {
    position: fixed;
    top: 50%;
    left: 75%;
    /* bring your own prefixes */
    transform: translate(-75%, -50%);
}

.listing-card.new {
    min-height: 190px;
    width: 341px;
    border: 2px solid #a684f5;
    padding: 0;
}

a.new {
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.new i {
    font-size: 40px;
    font-weight: 550;
    color: #446564;
    margin: 0;
}

p.new {
    font-weight: 700;
}

.listing-card.new {
    height: 191px;
}

body.teams .listing-card.new {
    height: 218px;
}

details {
    margin-top: 1rem;
}

details summary {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0px;
    font-size: 16px;
    list-style: url('../images/details-closed.svg') inside;
}

details[open] summary {
    list-style: url('../images/details-open.svg') inside;
}


/*
********************************
DETAIL
********************************
*/

label.toggle:hover {
    cursor: pointer;
}

.active-toggle input[type="checkbox"] {
    visibility: hidden;
    height: 0;
    width: 0;
}

td.active input {
    margin-left: 16px;
}

td input.weight {
    width: 23px;
}

td input[type="text"] {
    margin-left: 0;
}

.flex {
    display: flex;
}

.flex .left,
.flex .right {
    padding: 21px 40px;
    position: relative;
    /*width:  calc(50% - 30px);*/
    background-color: white;
    border-radius: 3px;
}

.flex .left h4,
.flex .right h4 {
    margin-top: 0;
}

.ui-slider {
    height: 0;
    top: -2px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    border: none;
    background-color: #446564;
}

.ui-slider-horizontal .ui-slider-handle:hover {
    cursor: pointer;
}

.error,
.success {
    display: none;
}

.success-msg {
    color: green !important;
    margin-bottom: 0 !important;
}

.success {
    position: absolute;
    bottom: 21px;
    left: calc(50% - 75px);
}

body.metric-edit .success {
    bottom: 27px;
}

.error-msg {
    color: red !important;
    margin-bottom: 0 !important;
}

body.team .error {
    position: absolute;
    bottom: 100px;
    right: 34px;
}

div.buttons {
    display: flex;
}

body.login div.buttons {
    display: block;
}

div.buttons a.button,
div.buttons a.text-link {
    background-color: #ffffff;
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 1.07px;
    font-weight: 800;
    text-align: center;
    color: rgba(166, 132, 245, 1);
    border: 2px solid rgba(166, 132, 245, 1);
}

.ui-dialog {
    box-shadow: 10px 10px 30px 0 rgba(174, 174, 192, 0.4);
    border-radius: 2px;
}

div#dialog.ui-dialog-content {
    height: 100%;
    /*height: 496px;*/
    width: 433px;
    padding: 0 45px;
    /*box-shadow: 10px 10px 30px 0 rgba(174,174,192,0.40);*/
    /*box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);*/
    /*border-radius:  2px;*/
}

div#dialog .dialog-inner {
    /*height:  296px;*/
    /*overflow-y:  hidden;*/
}

div#dialog ul {
    height: 260px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
    margin-top: 0;
    height: 300px;
}

div#dialog ul li {
    font-size: 16px;
    color: #3b6464;
    letter-spacing: 0;
    line-height: 28px;
}

div#dialog ul::-webkit-scrollbar {
    display: none;
}

.dialog-bottom {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#dialog .dialog-bottom a.button {
    padding: 12px 100px;
}

.ui-draggable .ui-dialog-titlebar {
    text-align: center;
    width: 100%;
    padding-top: 28px;
}

.ui-widget-overlay {
    background: black;
    opacity: 0.7;
}

.ui-widget-overlay:hover {
    cursor: pointer;
}

.ui-dialog-buttonset {
    display: flex;
}

span.ui-dialog-title {
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
    color: #3b6464;
    letter-spacing: 1px;
}

.ui-dialog-titlebar {
    background: none;
    border: none;
}

.ui-dialog-buttonset {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type {
    margin-right: 0;
    background-color: #733bf6;
    color: white;
    margin-bottom: 44px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-of-type {
    margin-right: 48px;
    background-color: #373a36;
    color: white;
    margin-bottom: 44px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:only-of-type {
    margin-right: 0;
}

.ui-dialog-content p {
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
}

div#confirm-dialog p,
.delete-rule-dialog p {
    margin-left: 37px;
    font-size: 18px;
    color: #3b6464;
    letter-spacing: 1px;
    line-height: 28px;
}

div[aria-describedby="confirm-dialog"] span.ui-dialog-title,
div[aria-describedby|="delete-rule-dialog"] span.ui-dialog-title {
    text-align: left;
    padding-left: 35px;
    font-size: 18px;
    color: #3b6464;
    letter-spacing: 1px;
    margin-bottom: 0;
}

body.team-edit p:first-of-type,
body.metric-edit p:first-of-type {
    margin-top: 5px;
}

.custom-team-name {
    display: flex;
    flex-direction: column;
}

.custom-team-name input {
    width: 464px;
    height: 30px;
    margin-left: 0;
}

input:focus,
input[type="text"]:focus {
    background-color: white;
}

.custom-team-name label,
.label {
    font-size: 16px;
    color: #4b6464;
    letter-spacing: 0.57px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.boxed {
    position: absolute;
    top: 2rem;
    left: 0px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(55, 58, 54, 1);
    letter-spacing: 0.57px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #edf5fc;
    width: 7.5rem;
}

body.team-edit .row {
    margin-top: 56px;
}

body.team-edit .row .left,
body.auto-weight .row .left {
    margin-right: 58px;
    position: relative;
}

body.team-edit .row .right,
body.auto-weight .row .right {
    /*width:  470px;*/
    width: 380px;
    position: relative;
}

button.save {
    background-color: #363a36;
    color: white;
    width: 464px;
}

body.team-edit a.add,
body.team-edit button.save,
body.auto-weight a.add {
    position: absolute;
    bottom: -100px;
    padding: 11px 30px;
}

body.team-edit a.add,
body.auto-weight a.add {
    width: 402px;
}

a.add {
    background-color: #446564;
    color: white;
}

option {
    font-size: 16px;
    color: #3b6464;
    text-align: left;
    /*margin-bottom: 10.5px;*/
}

option:not(:last-of-type) {
    margin-bottom: 10.5px;
}

body.team-edit ul#selected-owners {
    margin-top: 40px;
    max-height: 285px;
    overflow-y: auto;
}

body.team-edit ul#selected-owners li,
body.team-edit ul#selected-stages li,
body.auto-weight ul#selected-stages li {
    font-weight: bold;
    font-size: 16px;
    color: #3b6464;
    text-align: left;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    width: 332px;
}

body.team-edit ul#selected-owners li i,
body.auto-weight ul#selected-stages li i {
    color: #3b6464;
    font-size: 12px;
}

select#memberRoutingRule {
    background-color: #e2e9eb;
}

.full-width-button {
    text-align: right;
}

body.challenges.detail main,
body.boards.detail main {
    padding-left: 0;
}

body.challenges.detail .listing-card,
body.boards.detail .listing-card {
    margin-left: 0;
    margin-top: 64px;
}

body.challenges.detail img.small-imgConstraint:hover,
body.boards.detail img.small-imgConstraint:hover,
body.teams.detail img.imgConstraint:not(.team):not(#slider-img):hover {
  cursor: pointer;
}

body.new-board button#create-board.loading {
  opacity: 0.5;
}
body.new-board button#create-board.loading:hover {
  cursor: unset;
}

body.new-challenge .start-date:hover,
body.new-challenge .end-date:hover {
  cursor: pointer;
}

input.date:hover {
  cursor:  pointer;
}

body.public .top {
  display:  flex;
  width:  85%;
  max-width:  1200px;
  margin:  0 auto;
  align-items:  center;
  justify-content:  space-between;
}

body.board-public .logo img,
body.challenge-public .logo img {
  margin:  0 auto;
  /*margin-left: 295px;*/
  margin-top: 4px;
}

body.public main {
  min-height: 100vh;
  width:  100vw;
  padding:  0;
  padding-top: 38px;
}
body.public .listing-card {
  width: 85%;
  max-width:  1200px;
  margin:  0 auto;
  margin-top:  40px;
  height: auto;
  padding:  50px;
}

body.public input.button.win-songs {
  position: unset;
}

body.public input.button {
  margin-top: 16px;
}

body.public .card-top {
  display:  flex;
  justify-content:  space-between;
  /*flex-direction:  column;*/
  /*align-items:  flex-end;*/
}

body.public .buttons {
  display:  flex;
  flex-direction:  column;
  align-items:  flex-end;
}

body.public .button.email {
  padding: 8px 55px;
  margin-top: 0;
}

body.public .profile-pictures {
  display:  flex;
  justify-content:  flex-end;
  margin-top: 64px;
}

body.public .profile-pictures img {
  border-radius:  50%;
}

body.public p.purp-elip {
  font-size:  32px;
  color:  #a784f5;
  font-weight:  800;
  margin-top: 48px;
  color: #733BF6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 32px;
  max-width: 25rem;
}

body.public .highcharts-figure {
  max-width: 95%;
}

body.public .chart-container {
  /*padding:  40px 0 20px 0;*/
  padding-top: 40px;
}


/*
********************************
METRIC
********************************
*/

body.metric-edit div.input {
    display: flex;
}

body.metric-edit input[type="text"] {
    margin-left: 0;
    height: 33px;
    width: 426px;
}

body.metric-edit input[type="submit"] {
    width: 456px;
    height: 43px;
    margin-left: 59px;
    margin-top: 2px;
    color: white;
    background-color: #363a36;
    border-color: #363a36;
}

body.metric-edit label {
    text-transform: uppercase;
}

body.metric-edit p:first-of-type {
    margin-bottom: 16px;
}

body.metric-edit h4 {
    font-size: 28px;
    color: #3b6464;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}

body.metric-edit th,
body.metric-edit label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #4b6464;
    letter-spacing: 0.57px;
    padding: 7px 20px;
    vertical-align: top;
}

body.metric-edit tr:not(:first-of-type):nth-child(2n),
body.metric-edit tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.33);
}

#calculated-weights>thead>tr {
    background: none;
}

body.metric-edit table {
    border: none;
    border-collapse: collapse;
    max-width: 990px;
    margin-left: 0;
    min-height: 90px;
}

body.metric-edit table i {
    color: #446564;
    font-size: 18px;
}

body.metric-edit tr td:nth-child(1) {
    width: 330px;
}

body.metric-edit tr td:nth-child(4) {
    text-align: right;
}

body.metric-edit table td {
    padding: 7px 20px;
}

body.metric-edit table td:nth-child(2) {
    width: 230px;
}

.right-align {
    width: 100%;
    max-width: 990px;
    text-align: right;
}


/* th.object-type {
  display:  none;
} */

table.add-condition th {
    /*display:  flex;*/
    /*flex-direction: column;*/
    width: 20%;
    padding-left: 0;
    padding-right: 10px;
}

table.add-condition th.operator {
    width: 220px;
}

table.add-contidion th.property-value {
    padding-right: 0;
}

table.add-contidion th label {
    padding-left: 0;
}

table.add-condition select {
    margin-left: 20px;
    width: 250px;
}

table.add-condition select#operator {
    width: 250px;
}

body.metric-edit input.button {
    background-color: rgba(166, 132, 245, 1);
    width: 258px;
}

body.metric-edit input#property_value {
    margin-left: 20px;
    width: 100%;
}

body.metric-edit input.button:hover {
    cursor: pointer;
}

body.metric-edit select#rule_condition {
    width: 258px;
}

/*input#property_value {
    width: 290px;
}*/

body.custom-metrics th.display-name {
  display: flex;
  flex-direction:  column;
  width:  100%;
}

body.custom-metrics input#property_value {
  border-collapse: collapse;
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
  border-radius: 2px;
  margin-bottom: 8px;
  font-size: 16px;
  background-color: white;
  padding: 5px 19px 5px 19px;
  border: none;
  height: 33px;
  margin-top: 0;
  margin-left: 20px;
  width: 100%;
}

body.custom-metrics th.operator {
  display: flex;
  flex-direction: column;
}

body.custom-metrics div#propertyOptionsContainer {
  min-height: 60px;
}

body.custom-metrics input#display-name {
  min-height: 31px;
  margin-left: 21px;
  margin-right: 8px;
}

body.custom-metrics th label {
  margin-left: 21px;
}

body.custom-metrics table.webhook input {
  min-height: 31px;
  margin-left: 21px;
  margin-right: 8px;
}

/*
********************************
SETTINGS
********************************
*/

body.settings {
    height: 100%;
}

body.settings div.container li.active {
    margin-bottom: 16px;
    max-width: fit-content;
    padding: 6px 16px;
    border-bottom: 1px solid #733bf6;
    box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
}

body.settings input {
    width: 162px;
    position: relative;
    margin: auto;
    color: #4b6464;
}

body.settings td {
    position: relative;
}

body.settings table {
    max-width: 1000px;
    margin-left: 0;
    border-spacing: 0 20px;
}

body.settings table tr {
    border-spacing: 0 30px;
}

body.settings tr td:nth-child(2) {
    padding-right: 49px;
}

body.settings tr td:nth-child(2) i {
    right: 59px;
}

body.settings tr td:nth-child(2),
body.settings tr td:nth-child(3) {
    width: 200px;
}

body.settings td i {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    color: #4b6464;
    font-weight: 200;
}

.switch {
    display: inline-flex;
    margin: 0 10px;
}

.switch input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch input[type="checkbox"]:checked+label {
    background: green;
}

.switch input[type="checkbox"]:checked+label::after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}

.switch label {
    cursor: pointer;
    width: 48px;
    height: 24px;
    background: grey;
    display: block;
    border-radius: 24px;
    position: relative;
}

.switch label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 16px;
    transition: 0.3s;
}


/*
********************************
SETUP
********************************
*/

body.setup p {
    font-size: 18px;
    line-height: 28.5px;
    color: #3b6464;
    text-align: left;
    max-width: 1040px;
}

body.setup h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
    margin-top: 47px;
}


/*
********************************
SIGNUP
********************************
*/

body.signup form {
    display: flex;
    flex-direction: column;
    width: 440px;
    margin-top: 40px;
}

body.signup .row {
    flex-direction: column;
    margin-top: 100px;
}



/*
********************************
SLIDERS
********************************
*/

.slider-container {
    display: flex;
    outline: 1px solid red;
}

.slider {
    flex: 1;
}

@media (max-height: 740px) {
    body.login main {
        padding-top: 20px;
    }
}

.opponent-picker {
    display: flex;
    flex-direction: column-row;
    flex-wrap: wrap;
}

.card-select {
    text-align: center;
    transition: all 0.5s ease;
    width: 18.5rem;
    height: 12rem;
    background-color: #ffffff;
    /* box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
    margin-bottom: 2.5rem;
    margin-right: 2.5rem;
}

.card-select:hover {
    cursor: pointer;
}

.wide-card {
    text-align: center;
    transition: all 0.5s ease;
    width: 35rem;
    height: 5.5rem;
    background-color: #ffffff;
    /* box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
    margin-bottom: 1.25rem;
}

.wide-card-shadow {
    text-align: center;
    transition: all 0.5s ease;
    width: 35rem;
    height: 5.5rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 1.25rem;
}

.card-select .card-divider {
    direction: ltr;
    text-align: justify;
    margin-top: 1rem;
    margin-left: 9.6rem;
    letter-spacing: 1px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name-display {
    font-size: 20px;
    font-weight: 800;
    line-height: 29px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.card-select .button {
    padding: 0.5rem;
    position: absolute;
    margin-left: 1rem;
}

.card-select .button:after {
    content: "Select";
}

.card-select.is-selected {
    box-shadow: 0px 1px 12px 0px rgba(166, 132, 245, 1);
    transition: all 0.1s ease-out;
    /*width:  calc(18.5rem - 1px);*/
    border: 1px solid rgb(166 132 245);
}

.card-select.is-selected .button {
    background-color: #cacaca;
}

.card-select.is-selected .button:after {
    content: "Selected";
}

div.flex-wrap {
    display: flex;
    flex-direction: column-row;
    flex-wrap: nowrap;
    margin: 0px 40px 0px 40px auto;
}

.space-between {
    display: flex;
    justify-content: space-between;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.img-in-card {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

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

.button.narrow {
    padding-left: 25px;
    padding-right: 25px;
}

p.personality {
    width: 7rem;
    font-weight: 800;
}

input.date {
    width: 18.75rem;
    height: 1.25rem;
    padding: 10px 16px 10px 16px;
    border: none;
    box-shadow: 0px 1px 5px 0 rgb(55 58 54 / 15%);
    border-radius: 2px;
    background: url(../images/date-select-calendar.svg) no-repeat;
    background-position: 94.7% 50%;
    font-size: 15.5px;
    line-height: normal;
    font-family: proxima-nova, sans-serif !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

div.slider {
    height: 95%;
    /* 100% Full-height */
    width: 38rem;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 60%;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    /*transition: 0.5s; 0.5 second transition effect to slide in the sidenav */
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}


/*
********************************
profile styling
********************************
*/

body.profile .inner {
    display: flex;
}

body.profile .left {
    width: 20rem;
}

.imgConstraint {
    float: left;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

body.profile .imgConstraint {
    float: none;
    width: 154px;
    height: 154px;
}

.small-imgConstraint {
    float: right;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.tiny-imageConstraint {
    float: right;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

body.profile form.profile-upload {
    display: flex;
    flex-direction: column;
    width: 275px;
    margin-top: 20px;
}

body.profile p.win-song-heading {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 24px;
}

body.profile p.yt-link {
    max-width: 185px;
    word-break: break-all;
    position: relative;
}

body.profile i.fa-edit {
    margin-left: 16px;
    position: absolute;
    top: -22px;
    left: 70px;
    font-size: 15px;
}

body.profile i.fa-edit.profile-edit {
    bottom: unset;
    right: 0;
    top: 42px;
    left: 122px;
}

body.profile .profile-img {
    position: relative;
}

body.profile i.fa-edit:hover {
    cursor: pointer;
}

.yt-link-upload:not(.shown) {
    display: none;
}

body.profile form.profile-upload:not(.shown) {
    display: none;
}

body.profile form.profile-upload input[type="file"] {
    background: white;
}

body.profile form.profile-upload input[type="submit"] {
    font-size: 12px;
    line-height: 14.5px;
    letter-spacing: 1.07px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 5px 0 rgb(55 58 54 / 15%);
    background-color: rgba(166, 132, 245, 1);
    color: white;
    border: none;
    border-radius: 2px;
    padding: 8px 30px 8px 30px;
    margin: 20px 0;
    text-transform: uppercase;
    transition: 0.15s ease-in-out;
    white-space: nowrap;
    margin-top: 8px;
    width: 275px;
}

form.yt-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}

form.yt-link button {
    margin-top: 0;
    width: 275px;
}

input#yt-link {
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 7px;
    width: 237px;
    font-size: 15px;
}


/*
********************************
high-charts styling
********************************
*/

.highcharts-progress {
    min-width: 310px;
    max-width: 10000px;
    margin: 0;
    min-height: 8rem;
    max-height: 10rem;
}

.highcharts-goals-progression {
    min-width: 310px;
    max-width: 10000px;
    margin: 0;
    min-height: 3rem;
    max-height: 4rem;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 0.2em auto;
}

#barcontainer {
    height: inherit;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.view-button-purple {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #A684F5;
    border-radius: 2px;
}


/*
************************/

img.pick-owners {
    margin-left: 1.75rem;
    margin-top: 1.75rem;
}

.button.pick-owners {
    margin-left: -3.7rem;
    margin-top: 0.5rem;
    padding: 0.65rem 1.5rem;
}

input.pick-owners {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
    width: 37.1rem;
    height: 1.5rem;
    margin: 0px;
    margin-bottom: 2rem;
    margin-right: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

button.pick-owners-width {
    width: 18.5rem;
    height: 2.8rem;
    margin: 0px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}

.opponent-picker-boxed {
    margin-top: 2rem;
    font-size: 14px;
    line-height: 22px;
    color: rgba(55, 58, 54, 1);
    border-radius: 2px;
    letter-spacing: 0.57px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 4rem;
    margin-bottom: 0;
    background-color: rgba(237, 245, 252, 1);
    width: 10rem;
    padding: 0.5rem;
}

div.slider-indent {
    margin-left: 4rem;
}

button.close {
    color: black;
    background-color: white;
    box-shadow: none;
    margin-top: -2rem;
    font-size: 20px;
}

div.achievement-box {
    margin-top: 2rem;
    border-radius: 10px;
    height: 12.5rem;
    width: 30rem;
    border: 1px solid #A684F5;
}

div.achievement-box2 {
    margin-top: 2rem;
    border-radius: 10px;
    height: 12.5rem;
    width: 30rem;
    background: #B9D8F3;
}

div.achievement-card {
    margin-top: 1.5rem;
    margin-left: 1rem;
    border-radius: 10px;
    height: 9.5rem;
    width: 6rem;
    border: none;
    background: #A684F5;
}

div.achievement-card2 {
    margin-top: 1.5rem;
    margin-left: 1rem;
    border-radius: 10px;
    height: 9.5rem;
    width: 6rem;
    border: none;
    background: #85BBEA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h5.slider-in-box-number {
    color: black;
    font-size: 32px;
    margin-left: 3.5rem;
    margin-top: 2.5rem;
    margin-bottom: 0px;
}

p.slider-in-box-text {
    font-size: 14px;
    color: rgba(55, 58, 54, 1);
    line-height: 18px;
    font-weight: 700;
    margin-top: -2rem;
    margin-left: 1.75rem;
}

img.slider-card-trophy {
    margin: 0.75rem;
}

div.user_profile img.slider-card-trophy {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}

h5.achievement-counter {
    color: white;
    margin-left: 1rem;
    margin-bottom: 0px;
}

p.achievement-counter {
    color: white;
    margin-left: 1rem;
    margin-bottom: 0px;
    weight: 400;
    font-size: 12px
}

div.win-display {
    /* display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  width: 100%; */
    z-index: 1000;
}

button:focus {
    background-color: rgba(166, 132, 245, 1);
}

input.button:focus {
    background-color: rgba(166, 132, 245, 1);
}

button.delete {
    color: white;
    background-color: #FD8B93
}

.shadow {
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 25%);
}

p.link {
    color: rgba(166, 132, 245, 1);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px;
    width: 16.5rem;
}

p.link:hover {
    cursor: pointer;
}

input.password-change {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
    width: 37.6rem;
    height: 1.5rem;
    margin: 0px;
    margin-bottom: 2rem;
    margin-right: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}


/*
***********************
Banner Styling
***********************
*/


/*.banner {
    background-image: url(/images/bannerTest.jpeg);
}*/


/*
***********************
standing-cards
***********************
*/

div.standings-card {
    margin-top: 1.5rem;
    margin-left: 5.5%;
    border-radius: 10px;
    height: 70%;
    width: 26%;
    border: #A684F5;
    background: white;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
    font-size: 10px;
    color: rgba(55, 58, 54, 1);
    font-weight: bold;
    letter-spacing: 0.57px;
    text-transform: uppercase;
}


/*
*************
Upload styles
*************
*/

.youtube-link-upload {
    margin-top: 1.5rem;
}


/*
*************
Styles for Radio Button Forms
*************
*/

.radio_item {
    display: none !important;
    touch-action: manipulation;
}

.label_item {
    opacity: 0.5;
    touch-action: manipulation;
}

.radio_item:checked+label {
    opacity: 1;
}

.radio_item:checked+label img {
    box-shadow: 0 0 20px 0 #A684F5;
}

label {
    cursor: pointer;
}

.img-selector {
    float: left;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10%;
    margin: 0.5rem;
    cursor: pointer;
}

div.selected {
    box-shadow: 0 0 20px 0 #A684F5;
}

.image-gallery {
    margin-top: 20%;
    margin-left: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img.bigger-trophy {
    margin-top: 3.25rem;
    width: 2.75rem;
    height: 2.75rem;
}

span.num-trophies {
    width: 0px;
    height: 0px;
    position: relative;
    top: 2.25rem;
    left: -1.25rem;
}

span.num-trophies-inner {
    font-size: 12px;
    background-color: white;
    line-height: 16px;
    text-align: center;
    color: black;
    z-index: 2;
    border: 1px solid;
    height: 16px;
    width: 16px;
    border-color: white;
    border-radius: 50%;
    position: absolute;
}

.button.win-songs {
    padding: 1rem;
    position: absolute;
    top: 1.5rem;
    /*left: 43%;*/
    left:  61%;
    width: 12.3rem;
    border-radius: 4px;
    text-align: right;
    background: url('/images/toggle-switch-off-bigger.svg') 0.7rem 1.075rem no-repeat;
    /* right: 45%; */
}

.white-circle {
    background-color: white;
    border: 7.5px solid;
    border-color: white;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

.purple-ellipsis {
    color: #733BF6 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    max-width: 17.5rem !important;
    margin-top: 0rem !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.purple-square {
    background: rgba(166, 132, 245, 1);
    height: 4rem;
    width: 4rem;
    min-height: 4rem;
    min-width: 4rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0.75rem;
}


/*
***********************
Welcome styling
***********************
*/

body.welcome:hover {
    cursor: pointer;
}


/*
***********************
Connections styling
***********************
*/

body.connections .listing-card {
    height: 27rem;
}

body.connections p {
    margin-top: 0;
}

i.arrow {
    display: inline-block;
    font-style: normal;
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    border-right: 0.3rem solid rgba(55, 58, 54, 1);
    border-top: 0.3rem solid rgba(55, 58, 54, 1);
    transform: rotate(45deg);
}


/*
============================
svg color filters
============================
*/

.filter-black {
    filter: grayscale(100%) brightness(0%) sepia(50%) hue-rotate(-100deg) saturate(500%) contrast(1);
}

input.goals-num-input {
    width: 4.5rem;
    padding: 0.5rem;
    margin-left: 2rem;
    height: 2rem;
}

select.goals-select {
    margin-left: 0.5rem;
    min-width: 0px;
    height: 3rem;
    max-width: 5.25rem;
    width: 5.25rem !important;
    overflow: hidden;
    padding: 0.5rem;
    text-overflow: ellipsis;
}

select.goals-select option {
    width: 4rem !important;
    overflow: hidden;
    text-overflow: hidden;
}


/*
***********************
Users styling
***********************
*/

body.users .listing-card {
  padding:  0;
  padding-right: 8px;
}

body.users nav.user-listing {
  padding:  8px 40px;
  border-radius:  10px;
}










/*
********************************
MEDIA QUERIES
********************************
*/


@media (max-width: 1560px) {
/*  .team-card {
    flex: 0 0 calc(33% - 32px);
  }*/
}
@media (max-width: 1200px) {
/*  .team-card {
    flex: 0 0 calc(50% - 32px);
  }*/
  body.public .listing-card {
    /*margin-left: 40px;*/
    /*margin-right:  40px;*/
    max-width: 80%;
    padding: 28px 40px;
    padding-top: 40px;
  }
  body.public .highcharts-figure {
    max-width:  100%;
  }
}

@media (max-width:  1000px) {
  body.public .progress h3 {
    font-size:  24px;
  }

  body.public .progress .left,
  body.public .progress .right {
    display:  flex;
    flex-direction:  column;
    align-items: center;
    justify-content:  center;
  }
}

@media (max-width:  600px) {
  body.public input#play-songs {
    display:  none;
  }
  body.public .listing-card {
    padding:  28px;
  }
  body.public p:not(.purp-elip) {
    font-size:  11px;
  }
  body.public p.purp-elip {
    margin-top: 52px;
    /*margin-top: 0;*/
    /*padding-top: 54px;*/
    font-size:  22px;
  }
  body.public .profile-pictures img {
    width: 40px;
  }
  body.public .profile-pictures {
    margin-top: 48px
  }
  body.public input#copy {
    padding:  9px 4px;
  }
  body.public a.button.email {
    padding:  8px 29px;
  }
  body.public .progress h3 {
    font-size:  18px;
  }
  body.public .chart-container {
    padding-top: 0;
  }
  body.public .progress p {
    font-size:  10px;
    margin-bottom: 8px;
  }
  body.public .listing-card.progress {
    padding: 0px 28px;
  }
}



