/* -----------------------------------------------------
    Staright Talk
    gostraighttalk.com
----------------------------------------------------- */

/* ===== GENERAL STYLES  ====== */
* {
    scroll-behavior: inherit !important;
}

body {
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 400;
}

body.overflow-y {
    overflow-y: hidden;
}

a,
.btn,
a:hover,
.btn:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

a {
    color: #4b8b99;
}

a:hover {
    color: #770033;
}

img {
    max-width: 100%;
}

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

/* ===== TYPEOGRAPHY ====== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

h1 {
    line-height: normal;
    font-size: 45px;
    color: #770033;
}

h2 {
    font-size: 36px;
    color: #058bc2;
    font-weight: 400;
    text-align: center;
}

h3 {
    font-size: 33px;
    color: #000;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
}

h5 {
    font-size: 22px;
    line-height: inherit;
    color: #770033;
}

h6 {
    font-size: 16px;
    line-height: inherit;
    color: #000;
    font-weight: 500;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin: 0;
}

figure {
    margin: 0;
}

/* ===== GLOBAL STYLES  ====== */
.btn {
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    color: #ffffff;
    background-color: #770033;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus,
.btn:active {
    border-color: #770033 !important;
    background-color: transparent !important;
    color: #770033 !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #ffffff;
    background-color: #770033;
    border-color: transparent;
}

.mobile-toggle {
    display: none;
}

.container-fluid {
    max-width: 1200px;
    width: 100%;
}

main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: 0;
}

main:before {
    content: "";
    box-shadow: 0 0 32px #000;
    position: absolute;
    top: 24px;
    bottom: 40px;
    left: 16px;
    right: 16px;
    z-index: -2;
}

label {
    margin: 0;
    font-size: 14px;
    color: #333;
}

span.badge {
    border-radius: 3px;
}

.form-control {
    font-size: 14px;
    height: 35px;
    padding: 5px;
    border: 1px solid #999;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea.form-control {
    height: 140px;
    resize: none;
}

.form-control:hover {
    box-shadow: 0 0 0 0.5px #770033;
    border-color: rgba(119, 0, 51, 0.2);
}

.form-control:focus {
    box-shadow: 0 0 0 0.5px #770033;
    border-color: #770033;
}

.auto-height {
    min-height: calc(100vh - 173px);
}

.scatter-grid {
    position: relative;
    /* width: 320px;
    height: 320px; */
}

.specific-grid,
.basic-grid {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #A6A9AA;
    border-radius: 3px;
    box-shadow: 0 2px 8px #BBB;
    position: relative;
}

.specific-grid .each-grid,
.basic-grid .each-grid {
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specific-grid .each-grid {
    flex: 0 0 25%;
    aspect-ratio: 1/1;
}

.basic-grid .each-grid {
    justify-content: center;
    flex-direction: column;
    opacity: 0.35;
    flex: 0 0 50%;
    aspect-ratio: 1/1;
}

.basic-grid .each-grid img {
    height: 80px;
}

.basic-grid .each-grid p {
    font-size: 12px;
    line-height: 12px;
}

.scatter-grid .gram {
    transform: translate(-50%, -50%);
    background-image: url(../images/gram.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 34px;
    width: 24px;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.scatter-grid .gram.my_gram {
    background-image: url(../images/my_gram.png);
}

/* .scatter-grid .gram:after {
    content: "";
    height: 34px;
    width: 24px;
    display: inline-block;
} */

/* .scatter-grid .active-a:after {
    background-image: url(../images/my_gram.png);
}

.scatter-grid .active-b:after {
    background-image: url(../images/gram.png);
} */

.scatter-grid .gram .gram_user_names {
    font-size: 11px;
    background-color: #326EA1;
    color: #FFF;
    font-weight: 700;
    line-height: 14px;
    padding: 0px 5px;
    border-radius: 3px;
    box-shadow: 0 1px 4px #888;
    cursor: pointer;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.scatter-grid .gram .gram_user_count {
    background: #F00;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50px;
    padding: 0;
    line-height: 16px;
    margin: 0;
    position: relative;
    right: -10px;
    bottom: -25px;
}

.scatter-grid .gram button:hover+.gram_user_names,
.scatter-grid .gram .gram_user_names:hover {
    background-color: #dd0000;
}

.gram_users {
    position: absolute;
    right: 30px;
    top: -30px;
    z-index: 999;
    cursor: auto;
}

.info_cards {
    background: #fff;
    box-shadow: 0 2px 20px -6px #000;
}

.info_cards .close_button {
    background: url(/images/frame_close.png) center center no-repeat;
    cursor: pointer;
    height: 24px;
    width: 24px;
    position: absolute;
    right: -11px;
    top: -10px;
    z-index: 1;
    border: none;
    border-radius: 50%;
}

.info-card {
    width: max-content;
    min-height: 95px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.info-card .graph {
    width: 234px;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}

.info-card .graph .each-graph .barbox .bar {
    background-position: -96px center;
}

.info-card .info-card-user .info-card-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.info-card .info-card-user .info-card-content .btn {
    font-size: 12px;
    padding: 3px 6px;
}

.info-card .info-card-user p {
    font-size: 15px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 5px;
    text-align: left;
}

.info-card .info-card-user .load-modal-pop {
    flex-shrink: 0;
}

.info-card .info-card-user img {
    border-radius: 3px;
    border: 2px solid #A6A9AA;
}

.info-card .info-card-user ul {
    border: 2px solid #A6A9AA;
    background-color: #FEF7DB;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.info-card .info-card-user ul a {
    color: #111111;
    text-decoration: underline !important;
    font-weight: 700;
}

.info-card .info-card-user a.contact-link {
    text-align: left;
}

.info-card .info-card-user a.contact-link img {
    border: 0;
    width: 24px;
    display: inline;
}



.scatters-block .graph .each-graph.director .barbox {
    background-image: url(../images/director_barboxa.png);
}

.scatters-block .graph .each-graph.director.my_graph .barbox .bar {
    background-image: url(../images/my_director_bar_a.png);
}

.scatters-block .graph .each-graph.director .barbox .bar {
    background-image: url(../images/director_bar.png);
}

.scatters-block .graph .each-graph.expresser .barbox {
    background-image: url(../images/expresser_barboxa.png);
}

.scatters-block .graph .each-graph.expresser.my_graph .barbox .bar {
    background-image: url(../images/my_expresser_bar_a.png);
}

.scatters-block .graph .each-graph.expresser .barbox .bar {
    background-image: url(../images/expresser_bar.png);
}

.scatters-block .graph .each-graph.thinker .barbox {
    background-image: url(../images/thinker_barboxa.png);
}

.scatters-block .graph .each-graph.thinker.my_graph .barbox .bar {
    background-image: url(../images/my_thinker_bar_a.png);
}

.scatters-block .graph .each-graph.thinker .barbox .bar {
    background-image: url(../images/thinker_bar.png);
}

.scatters-block .graph .each-graph.harmonizer .barbox {
    background-image: url(../images/harmonizer_barboxa.png);
}

.scatters-block .graph .each-graph.harmonizer.my_graph .barbox .bar {
    background-image: url(../images/my_harmonizer_bar_a.png);
}

.scatters-block .graph .each-graph.harmonizer .barbox .bar {
    background-image: url(../images/harmonizer_bar.png);
}

/* ===== HEADER ====== */
header .header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
}

header .header-block .header-left {
    display: flex;
    align-items: end;
    gap: 10px;
}

header .header-block .header-left .feedback-link {
    text-decoration: underline;
    font-size: 13px;
    font-style: italic;
}

header .header-block .logo {
    width: 100%;
    max-width: 160px;
    display: inline-block;
}

header .header-block .logo img {
    width: 100%;
}

header .header-block h1 {
    font-size: 28px;
    color: #770033;
    margin-bottom: 0;
}

header .header-block .text-content {
    text-align: right;
}

header .header-block .text-content {
    display: flex;
    gap: 5px;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    font-weight: 600;
}

header .header-block .text-content a {
    color: #4b8b99;
}

header .header-block .text-content h3 {
    margin: 0;
    color: #770033;
    font-size: 17px;
}

header .header-block .feedback {
    margin-left: 10px;
    margin-right: auto;
    font-size: 13px;
    font-style: italic;
    vertical-align: baseline;
    border: none;
    background: transparent;
    color: #4b8b99;
}

header nav {
    min-height: 2px;
    background: #dddddd;
}

header .navbar-nav li {
    border-right: 1px solid #c0c0c0;
    text-align: center;
    flex-grow: 1;
}

header .navbar-nav li:last-child {
    border-right: none;
}

header .navbar-nav li a {
    padding: 10px 2px;
    display: block;
    color: #770033;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    line-height: normal;
}

header .navbar-nav li.active a,
header .navbar-nav li:hover a {
    color: #fff !important;
    background-color: #770033;
}

.guest header {
    border-bottom: 1px solid #dddddd;
}

/* ===== LOGIN ====== */
.login-form {
    min-height: calc(100vh - 170px);
}

.form-content {
    font-size: 13px;
    border-radius: 7px;
    padding: 12px 1px;
    background: #770033;
    max-width: 350px;
    width: 100%;
    margin: 18px auto;
}

.form-content h3 {
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
}

.form-content form {
    margin-bottom: 12px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 1em 14px;
}

.form-content form .form-group {
    margin: 1em 0 !important;
}

.form-content form .submit-block {
    display: flex;
    justify-content: space-between;
    margin: 1em 0 !important;
}

.form-content form .btn {
    border-radius: 5px;
    padding: 6px 15px;
}

.form-content form a {
    color: #4b8b99;
}

.form-content form .form-check {
    padding: 0;
    position: relative;
}

.form-content form .form-check input {
    appearance: auto;
    box-shadow: none !important;
    margin: 4px 6px 0 0;
}

.form-content form .form-check label a {
    color: #4b8b99;
}

/* ===== SIGNUP ====== */
.sign-up-form {
    min-height: calc(100vh - 152px);
    overflow: auto;
}

.form-content form input.form-control {
    width: 100%;
}

.form-content form .input-group input.form-control {
    width: auto;
    border-right: transparent;
}

.form-content form .input-group .input-group-text {
    border: 1px solid #999;
    height: 35px;
    background-color: transparent;
}

.login-form form .input-group .input-group-text {
    cursor: pointer;
}

/* ===== FOOTER ====== */
footer {
    background-color: #770033;
    padding-bottom: 15px;
    border-radius: 4px 4px 0 0;
}

footer .content-block {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-top: 10px;
}

footer .content-block .footer-logo {
    width: 185px;
    padding: 0 12px;
    border-right: 1px dotted white;
}

footer .content-block .text-content {
    position: relative;
    padding: 0 12px;
}

footer .content-block .text-content p {
    color: #fff;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.2;
}

footer .footer-nav {
    background-color: #760032;
    text-align: center;
    width: 100%;
    max-width: 703px;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 10px;
}

footer .footer-nav a {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 0.75em;
    color: #fff;
}

footer .footer-nav a:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

/* ===== SUB HEADER ====== */
.sub-header {
    background-color: #a6a9aa;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
}

.sub-header .sub-header-content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sub-header .sub-header-content img {
    border: 2px solid #333;
}

.sub-header .sub-header-content .user-details h3 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin: 0;
}

.sub-header .sub-header-content .user-details p {
    color: #fff;
    font-size: 13px;
}

.sub-header .sub-header-content .user-details h6 {
    color: #fff;
    font-size: 9px;
}

.sub-header .sub-header-nav {
    display: flex;
    align-self: flex-end;
    margin-left: auto;
}

.sub-header .sub-header-nav li {
    position: relative;
}

.sub-header .sub-header-nav li:before {
    content: "|";
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.sub-header .sub-header-nav li:last-child:before {
    display: none;
}

.sub-header .sub-header-nav li>a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 12px 0 4px;
    font-weight: 500;
}

/* ===== DASHBOARD ====== */
.dashboard {
    padding: 12px;
    display: flex;
    gap: 15px;
}

.dashboard .left-column {
    flex: 0 0 320px;
}

.dashboard .left-column .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.dashboard .left-column .contacts {
    padding: 4px 1px;
    background-color: #a6a9aa;
    border-radius: 3px;
    margin-top: 8px;
    height: calc(100% - 43px);
    position: relative;
}

.dashboard .left-column .contacts .contacts-info {
    background: #ddd;
    max-height: 475px;
    height: 100%;
    overflow-y: auto;
    font-weight: 700;
}

.dashboard .left-column .contacts .contacts-info h5 {
    font-weight: inherit;
    color: #333;
    font-size: 12px;
    background-color: white;
    white-space: normal;
    padding: 6px;
    margin: 0;
}

.dashboard .left-column .contacts .contacts-info .contact-group .gram {
    position: relative;
    transform: none;
    text-align: left;
}

/* .dashboard .left-column .contact-group.scatter-grid .info-card {
    left: 0;
} */

.dashboard .left-column .contacts .contacts-info .contact-group h4 {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 8px;
    color: #fff;
    margin: 0;
    background: #a6a9aa;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid  #FFF;
}

.dashboard .left-column .contacts .contacts-info .contact-group h4 a {
    color: #FFF;
    /* text-decoration: underline; */
}
.dashboard .left-column .contacts .contacts-info .contact-group h4 a:hover{
    text-decoration: underline;
}

.dashboard .left-column .contacts .contacts-info .contact-group h4 a.toggle {
    position: absolute;
    right: 5px;
}

.dashboard .left-column .contacts .contacts-info .contact-group h4 a.toggle.collapsed i {
    transform: rotateX(180deg);
}

.dashboard .left-column .contacts .contacts-info .contact-group ul.contacts-list li {
    padding: 4px 8px;
    font-size: 13px;
    background-color: #f7f7f7;
    color: #3e3d3d;
    cursor: pointer;
    position: relative;
}

.dashboard .left-column .contacts .contacts-info .contact-group ul.contacts-list li .gram_users {
    left: 100px;
    top: 0;
    right: inherit;
}

.dashboard .left-column .contacts .contacts-info .contact-group ul.contacts-list li:hover {
    background-color: #eee;
}

.dashboard .center-column {
    flex-grow: 1;
}

.dashboard .center-column h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.dashboard .center-column h5>a {
    float: right;
    font-weight: 500;
}

.graph {
    background: #a6a9aa;
    padding: 2px 2px 2px 0;
    border-radius: 3px;
    margin-bottom: 10px;
}

.graph .each-graph {
    display: flex;
    width: 100%;
}

.graph .each-graph .score {
    flex-shrink: 0;
    font-weight: 600;
    line-height: 13px;
    font-size: 13px;
    color: #fff;
    background: #a6a9aa url(../images/scorebox.png) center left repeat-x;
    height: 16px;
    line-height: 16px;
    width: 24px;
    text-align: center;
    margin-top: 3px;
}

.graph .each-graph .barbox {
    flex-grow: 1;
    background-position: center 3px;
    padding-top: 2px;
    height: 19px;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.graph .each-graph .barbox .bar {
    height: 16px;
    background-repeat: no-repeat;
    background-position: -60px center;
}

.graph .each-graph.director .barbox {
    background-image: url(../images/director_barbox.png);
}

.graph .each-graph.director .barbox .bar {
    background-image: url(../images/my_director_bar.png);
}

.graph .each-graph.expresser .barbox {
    background-image: url(../images/expresser_barbox.png);
}

.graph .each-graph.expresser .barbox .bar {
    background-image: url(../images/my_expresser_bar.png);
}

.graph .each-graph.thinker .barbox {
    background-image: url(../images/thinker_barbox.png);
}

.graph .each-graph.thinker .barbox .bar {
    background-image: url(../images/my_thinker_bar.png);
}

.graph .each-graph.harmonizer .barbox {
    background-image: url(../images/harmonizer_barbox.png);
}

.graph .each-graph.harmonizer .barbox .bar {
    background-image: url(../images/my_harmonizer_bar.png);
}

.dashboard .center-column .glance {
    background: url(../images/matrix_grouping_bg2.png) top left;
    background-size: 100% 100%;
    border-radius: 7px;
    background-color: white;
    border: 1px solid #b1b1b1;
    padding: 6px;
}

.dashboard .center-column .glance .row {
    margin: 0;
}

.dashboard .center-column .glance .each-glance {
    margin: 2px 4px 6px 4px;
    padding: 0;
    background-color: #fff;
    width: calc(25% - 8px);
}

.dashboard .center-column .glance .each-glance button {
    border: none;
    padding: 0;
    width: 100%;
    display: block;
}

.dashboard .center-column .glance img {
    box-shadow: 0 2px 4px #aaa;
    border: 2px solid #333;
    border-radius: 3px;
    opacity: 0.5;
    width: 100%;
    animation: fadeout forwards 3.5s;
}

.dashboard .center-column .glance .each-glance.current img {
    animation: fadeoutcolor forwards 3.5s;
    opacity: 1;
}

.dashboard .center-column .glance .each-glance:hover img {
    opacity: 1 !important;
    border-color: #dd0000 !important;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes fadeoutcolor {
    from {
        border-color: #464646;
    }

    to {
        border-color: #dd0000;
    }
}

.dashboard .center-column .btn-grp {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: center;
}

.dashboard .right-column {
    flex: 0 0 320px;
}

.dashboard .right-column .btn {
    width: 100%;
}

.dashboard .right-column .notifications {
    background-color: #d8dfea;
    padding: 4px 1px;
    border-radius: 3px;
    margin-top: 8px;
    height: calc(100% - 43px);
    overflow: hidden;
}

.dashboard .right-column .notifications h4 {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 8px;
    color: #333;
    margin-bottom: 0;
}

.dashboard .right-column .notifications h4>span {
    min-width: 16px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: #fff;
}

.dashboard .right-column .notifications .notifications-list {
    background-color: #f7f7f7;
    overflow-y: auto;
    height: 100%;
    height: 442px;
}

.dashboard .right-column .notifications .notifications-list li {
    border-bottom: 1px solid #d8dfea;
    font-size: 13px;
    background-color: #f2f4f8;
    padding: 8px;
}

.dashboard .right-column .notifications .notifications-list p {
    font-size: 13px;
}

/* ===== PROMO BOX ====== */
.promo-box {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 18px;
}

.promo-box .each-box {
    padding: 4px 1px;
    background-color: #a6a9aa;
    flex: 0 1 49%;
    border-radius: 3px;
}

.promo-box .each-box .inner-box {
    background-color: #fff;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.promo-box .each-box .inner-box h2 {
    text-align: left;
    font-size: 18px;
    color: #703;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 10px 0;
}

.promo-box .each-box .inner-box p{
    margin-bottom: 6px;
    font-size: 14px;
}

.promo-box .each-box .inner-box .btn {
    margin-top: 10px;
}

.promo-box .each-box .inner-box h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.promo-box .each-box .inner-box img {
    height: auto;
    float: right;
    width: 100px !important;
    object-fit: contain;
    /* position: absolute;
    right: 15px;
    top: 0;
    bottom: 0; */
}

.promo-box .each-box .inner-box .info .btn {
    margin-top: 10px;
}

/* ===== ABOUT ====== */
.about {
    width: 100%;
}

.about h2 {
    color: #770033;
    font-size: 22px;
    padding: 21px 15px;
    text-transform: uppercase;
    background: #f3f3f3;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
}

.about h3 {
    color: #770033;
    font-size: 20px;
}

.about .about-img img {
    width: 100%;
}

.about .about-content {
    display: flex;
    padding: 25px;
}

.about .about-content .left-block,
.about .about-content .right-block {
    flex: 0 0 50%;
    padding: 0 10px;
}

.about .about-content h4 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
}

.about .about-content .left-block h2 {
    text-align: left;
}

.about .about-content .left-block ul {
    margin-bottom: 20px;
}

.about .about-content .left-block li {
    padding: 2px 5px 2px 25px;
    position: relative;
}

.about .about-content .left-block li:before {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/check-26.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
}

.about .about-content .right-block p {
    margin-bottom: 15px;
}

.about .about-content .right-block p span {
    color: #770033;
    font-weight: 600;
}

.about .about-content .right-block .form-group {
    display: flex;
    text-align: left;
    gap: 10px;
    justify-content: center;
    margin: 0 !important;
}

.about .about-content .right-block .form-group>div {
    flex-grow: 1;
}

.about .about-content .right-block .form-group button {
    flex-shrink: 0;
    align-self: flex-end;
}

/* ===== POPUP ====== */
.modal {
    padding: 0 10px;
}

.modal .modal-dialog {
    margin: 20px auto;
    width: 100%;
}

.modal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.modal .modal-content button.close-btn {
    border: none;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    z-index: 1;
    background: #3b0019;
    color: #FFF;
    width: 22px;
    height: 22px;
    font-size: 13px;
    border-radius: 50%;
}

.modal .modal-body {
    padding: 12px;
}

.modal .modal-body iframe {
    width: 100%;
}

.modal .modal-lg .modal-body .style-info {
    display: flex;
}

.modal-lg .style-info .text-content,
.modal-lg .style-info .yt-block {
    flex: 0 0 50%;
}

.modal-lg .style-info .text-content {
    padding-right: 15px;
}

.modal-lg .style-info .yt-block iframe {
    width: 100%;
    height: 350px;
}

.modal .modal-body h2 {
    font-size: 18px;
    color: #770033;
    font-weight: 600;
    margin: 0 0 12px 0;
    text-align: left;
}

.modal .modal-body p {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    margin: 0 0 5px 0;
}

.modal .modal-body ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 10px;
}

.modal .modal-body li {
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

.modal .modal-body img {
    float: left;
    border: 2px solid #333;
    border-radius: 3px;
    margin: 5px 10px 0 0;
}

#dictatorGlanceModal.modal .modal-dialog {
    max-width: 514px;
}

#previewMessagesModal.modal .modal-dialog {
    max-width: 732px;
}

.modal .modal-dialog .where-do-i-go-modal {
    max-width: 1200px;
}

.modal .modal-dialog.modal-lg {
    max-width: 900px;
}

.modal .modal-body .where-do-i-go-modal {
    text-align: center;
    padding: 20px 10px;
}

.modal .where-do-i-go-modal .steps-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    text-align: left;
    /*    align-items: flex-start;*/
}

.modal .where-do-i-go-modal .steps-list li {
    background: #A6A9AA;
    padding: 10px 1px;
    border-radius: 7px;
    flex: 1 0 10%;
}

.modal .where-do-i-go-modal .steps-list li .content {
    background-color: #fff;
    min-height: 160px;
    height: 100%;
}

.modal .where-do-i-go-modal .steps-list li .content p {
    margin: 0;
    padding: 5px;
}

.modal .where-do-i-go-modal .steps-list li .step-count {
    display: flex;
    flex-wrap: wrap;
}

.modal .where-do-i-go-modal .steps-list li .step-count h6 {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    background-color: #4B8B99;
    padding: 5px 14px;
    margin-bottom: 5px;
    /* margin-right: 5px; */
    gap: 5px;
    border-bottom-right-radius: 5px;
    flex: 0 0 40%;
}

.modal .where-do-i-go-modal .steps-list li .step-count h5 {
    flex: 0 0 60%;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 700;
    align-self: center;
    margin: 0 0 5px;
}

.modal .where-do-i-go-modal .steps-list li .step-count h6 span {
    height: 32px;
    width: 32px;
    color: #464646;
    background-color: #fff;
    box-shadow: 0 1px 6px -3px black inset;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.modal .where-do-i-go-modal .steps-list li .step-count h5 a {
    font-size: 15px;
    font-weight: 700;
    align-self: center;
}

/* ===== ACCOUNT ====== */
.account {
    padding: 18px 12px;
}

.info-box {
    background-color: #a6a9aa;
    padding: 12px 1px 4px;
    margin-bottom: 15px;
}

.info-box h3 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 4.5px 14px 4.5px;
    margin: -12px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.info-box .account-info {
    background-color: #f0f0f0;
}

.info-box .account-info h2 {
    font-size: 18px;
    color: #770033;
    font-weight: 600;
    /* text-transform: capitalize; */
    padding: 9px 14px;
    text-align: left;
    margin-bottom: 0;
}

.info-box .account-info .account-head {
    padding: 9px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-box .account-info .account-head .tip {
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
}

.info-box .account-info .account-head h2 {
    padding: 0;
}

.info-box .account-info table {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
}

.info-box .account-info table td {
    padding: 6px 13px;
}

.info-box .account-info table td:first-child {
    width: 200px;
    background-color: #eee;
}

.info-box .account-info table td:last-child {
    background-color: #f7f7f7;
}

.info-box .account-info h3 {
    padding: 7.5px 14px;
    margin: 0;
    color: #333;
}

.info-box .action-links {
    background-color: #fff;
    padding: 6px;
    font-size: 0;
}

.info-box .action-links li {
    display: inline-block;
    margin: 5px;
}

.info-box h3 a {
    font-size: 15px;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-box h3 a:first-child{
    align-items: inherit;
}

.info-box h3 a.tip {
    font-style: italic;
    font-size: 13px;
    text-decoration: underline !important;
}

.info-box h3 a:hover {
    color: #fff !important;
}

.info-box h3 a i {
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.info-box .collapsed i {
    transform: rotateX(180deg);
}

.info-box .box-list li {
    padding: 20px 15px 20px 30px;
    border-bottom: 1px solid #fff;
    background: url(../images/starred.png) 7px center no-repeat;
}

.info-box .box-list li.associate {
    background: url(../images/unstarred.png) 7px center no-repeat;
}

.info-box .box-list li:nth-child(odd) {
    background-color: #f7f7f7;
}

.info-box .box-list li:nth-child(even) {
    background-color: #eee;
}

.info-box .box-list li:last-child {
    border-bottom: 0;
}

.info-box .box-list h3 {
    color: #770033;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.info-box .box-list h3 a {
    font-size: 16px;
}

.info-box .box-list h3 a:hover {
    color: #770033 !important;
}

.info-box .box-list p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.info-box.box-table table {
    width: 100%;
    margin-bottom: 24px;
}

.info-box.box-table table:last-child {
    margin-bottom: 0;
}

.info-box.box-table table thead {
    background: #f0f0f0;
}

.info-box.box-table table th {
    color: #326ea1;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: inherit;
}

.info-box.box-table table thead th {
    font-weight: 600;
    color: #770033;
}

.info-box.box-table table td {
    color: #333;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: inherit;
}

.info-box.box-table table th .btn {
    padding: 4px 8px;
    font-size: 12px;
}

.info-box.box-table table th,
.info-box.box-table table td {
    border-left: 1px solid #fff;
}

.info-box.box-table table th:first-child {
    border: none;
    width: 50%;
}

.info-box.box-table table.subscribe th:first-child {
    width: auto;
}

.info-box.box-table table td:first-child {
    border: none;
}

.info-box.box-table table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.info-box.box-table table tbody tr:nth-child(even) {
    background-color: #eee;
}

/*.info-box.box-table */
.table-block {
    width: 100%;
    overflow: auto;
    background-color: #fff;
    white-space: nowrap;
}

.info-box p.nodata {
    padding: 20px;
    background-color: #f7f7f7;
}

/* ===== TEAMS ====== */
.teams {
    padding: 15px;
}

.teams .instructions {
    margin-bottom: 20px;
}

.teams .instructions ul {
    list-style: disc;
    padding-left: 40px;
}

.teams .instructions p {
    line-height: 20px;
    margin-bottom: 15px;
}

.teams .teams-tutorial {
    text-align: right;
    margin-bottom: 10px;
}

.teams .teams-tutorial button i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 3px;
}

.teams .btn-grp {
    margin-bottom: 12.5px;
}

.teams .btn-grp a {
    margin: 2.5px;
}

.teams .btn-grp a span,
.teams .btn-grp .btn span {
    min-width: 20px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    color: #770033;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teams .btn-grp a:hover span,
.teams .btn-grp .btn:hover span {
    background-color: #770033;
    color: #fff;
}

.team-invitations .box-table .form-block {
    background: #fff;
    padding: 12px;
}

.team-invitations .box-table .form-block .form-group {
    margin-bottom: 20px;
}

.team-invitations .box-table .table-block {
    max-height: 407px;
    height: 100%;
}

.content-section {
    padding: 25px;
}

.content-section h3 {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid lightgrey;
}

.content-section p {
    font-size: 14px;
    line-height: 22px;
    margin: 1em;
    color: #333;
}

.content-section p a {
    display: inline-block;
}

.content-section h4 {
    color: #666;
    font-size: 16px;
    border-bottom: 1px dashed #8c8c8c;
    margin-top: 1.5em;
    margin-bottom: 13px;
    padding-bottom: 0.25em;
}

.faqs ul {
    padding-left: 20px;
}

.faqs table.index {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px 20px 20px;
    font-size: 14px;
}

.faqs table.index tr td {
    padding: 2px;
}

.faqs h4 {
    border: none;
    color: #770033;
    margin: 10px 0 0 0;
    padding-bottom: 0;
}

.faqs p {
    margin-left: 0;
    margin-right: 0;
}

.faqs .example-scores {
    font-size: 13px;
    line-height: 17px;
    color: #333;
    font-weight: 600;
}

.faqs figure {
    text-align: center;
}

.faqs figure img {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.faqs blockquote {
    padding: 0 13px;
    border: 1px dashed #c4cde0;
    background-color: #f2f4f8;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 13px;
    border-radius: 4px;
}

.faqs ul ul {
    margin-bottom: 13px;
}

.faqs ul ul li {
    font-size: 13px;
    line-height: 17px;
    color: #333;
    list-style: square;
}

.compare-styles .promo-box {
    padding: 0;
    margin: 20px 0;
}

.compare-info-box .user-specific-style {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.compare-info-box .user-specific-style a {
    width: 70px;
}

.compare-info-box table td:first-child,
.compare-info-box table td:last-child {
    width: 100px;
}

.compare-info-box td h6 {
    margin-bottom: 0;
}

.compare-info-box td img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px #AAA;
    -moz-box-shadow: 0 2px 4px #AAA;
    box-shadow: 0 2px 4px #AAA;
    border: 2px solid #464646;
}

.invite-people {
    padding: 20px;
}

.invite-block {
    padding-left: 25px;
    margin: 25px 0;
    position: relative;
}

.invite-block:before {
    content: "\f138";
    font-size: 20px;
    color: #770033;
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
}

.invite-block h5 {
    font-size: 17px;
    color: #770033;
    margin-bottom: 0;
}

.invite-block h5 a {
    color: inherit;
}

.invite-block h5 a:hover {
    color: #4b8b99 !important;
}

.invite-block ul {
    padding-left: 40px;
    list-style: square;
}

.invite-block ul li,
.invite-block p {
    margin: 6px 0;
}

.invite-people .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.invite-people .social-media ul li {
    display: inline-block;
    margin: 0 5px;
}

.results {
    padding: 25px;
}

.results p {
    color: #464646;
    line-height: inherit;
    margin: 13px 0;
}

.results p em {
    display: inline-block;
    margin-bottom: 13px;
    color: #770033;
    font-weight: 500;
}

.results .results-graph {
    max-width: 670px;
    width: 100%;
}

.results .results-graph .each-graph {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}

.results .results-graph .score {
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.5);
    text-align: center;
    flex-shrink: 0;
    width: 116px;
    background-color: #fff;
}

.results .results-graph .score h3 {
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    margin: 0;
    background: url(../images/plan-name-grad.png) center repeat-x;
    color: white;
    padding: 3px 16px;
    font-weight: 600;
}

.results .results-graph .score p {
    color: #464646;
    font-size: 20px;
    font-weight: 700;
    padding: 3px;
    margin: 0;
}

.results .results-graph .barbox {
    flex-shrink: 0;
    max-width: 635px;
    width: 100%;
    position: absolute;
    left: 39px;
    z-index: -1;
}

.results .results-graph .bar {
    min-width: 127px;
    border-radius: 0 5px 5px 0;
    background: url(../images/style_bar3.png) center left repeat-x;
    position: relative;
    height: 22px;
}

.results .results-graph .bar a {
    position: absolute;
    right: 0;
    margin-right: -21px;
    margin-top: -33px;
    display: inline-block;
}

.results .results-graph .expresser .bar a {
    margin-right: -52px;
}

.graph-img {
    text-align: right;
    margin-right: -7px;
}

.graph-img img {
    display: inline-block;
}

.survey-form {
    padding: 0 10px;
}

.survey-form .survey-question {
    max-width: 400px;
    margin: 30px auto;
    background-color: #a6a9aa;
    padding: 0 1px;
    border-radius: 5px;
}

.survey-form .survey-question p {
    color: #fff;
    font-size: 15px;
    padding: 7px 14px;
    font-weight: 600;
}

.survey-form .survey-question .form-block {
    background-color: #fff;
}

.survey-form .survey-question .form-block h5 {
    padding: 5px 14px;
    background-color: #F0F0F0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.survey-form .survey-question .form-block .options-list {
    text-align: center;
    padding: 6px;
    font-size: 0;
}

.survey-form .survey-question .form-block .options-list li {
    display: inline-block;
    padding: 5px;
}

.survey-form .survey-question .form-block .options-list label {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.survey-form .survey-question .form-block .options-list label input {
    cursor: pointer;
}

.survey-form .survey-question .form-block .options-list label span {
    display: inline-block;
    background-color: #4B8B99;
    color: white;
    font-size: 40px;
    border-radius: 30px;
    line-height: 56px;
    height: 56px;
    width: 56px;
}

.survey-form .survey-question .form-block .options-list label input:checked+span {
    background-color: #770033;
}

.survey-form .survey-question .form-block h6 {
    font-size: 13px;
    padding: 5px 14px;
    background-color: #F0F0F0;
    color: #464646;
    margin-bottom: 0;
}

.survey-form .survey-question .form-block h6 span {
    float: right;
}

.survey-form .survey-question .button-block {
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.survey-form .survey-question .button-block .btn {
    padding: 3px 10px;
}

.survey-form .survey-question .button-block .btn:hover {
    background-color: #770033;
    color: #fff !important;
    opacity: 0.7;
}

.features .container-fluid {
    padding-top: 50px;
}

.features .features-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

}

.features .left-block,
.features .right-block {
    max-width: 265px;
    width: 100%;
}

.features .features-btn {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
}

.features .features-btn:hover {
    box-shadow: 0 0 7px red;
}

.features .features-btn.active {
    box-shadow: 0 0 7px #770033;
}

.features .features-btn:last-child {
    margin-top: 50px;
}

.features .features-btn img {
    display: block;
    margin: 0 auto 5px;
}

.features .center-block {
    text-align: center;
    flex-grow: 1;
}

.features .center-block .feature-block {
    height: 360px;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}

.features .center-block .feature-block .feature-placeholder {
    background: white url(../images/feature-pointers.png) center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features h5 {
    color: #464646;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
}

.features .center-block .feature-block p {
    font-size: 18px;
    color: #4B8B99;
    margin: 0;
}

.features .center-block .feature-block iframe {
    height: 100%;
    width: 100%;
}

.form-section h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.form-section {
    max-width: 520px;
}

.form-section h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

span.error {
    font-size: 12px;
    color: #F00;
    position: absolute;
    bottom: -16px;
    line-height: inherit;
}

.form-errors {
    color: #f00;
    font-size: 13px;
    position: absolute;
    left: 0;
}

.sign-up-form .form-errors {
    position: inherit;
}

.form-errors a {
    color: #F00;
    text-decoration: underline;
}

.survey-question .form-errors {
    position: inherit;
    margin: 0 0 5px 0;
    text-align: center;
    font-weight: 600;
}

.alert.hidden {
    display: none;
}

.alert-error {
    border-radius: 0px;
    margin: 2px;
    padding: 5px 10px;
}

.info-box .box-list.memberships li {
    background-image: none;
    padding-left: 20px;
}

.label-parents {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.btn-back {
    font-size: 13px;
    font-weight: 700;
}

.info-box .account-info .info {
    padding: 9px 14px;
    background-color: #fff;
}

.teams h1 {
    font-size: 18px;
}

.bootstrap-tagsinput .tag {
    background: #770033;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 4px;
    display: inline-block;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    min-height: 100px;
    /* textarea height */
    padding: 6px;
    line-height: 22px;
    white-space: normal;
    /* allows wrapping */

}

.bootstrap-tagsinput input {
    font-size: 14px;
    width: auto !important;
    min-width: 200px;

}

.alerts-block {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    max-width: 400px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;

}

.alerts-block .alert {
    padding: 10px 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.alerts-block .alert .alert-close {
    position: absolute;
    right: 5px;
    top: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    background: none;
    border: none;
}

.social-share {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 600;
    margin-top: 10px;
}

.social-share p,
.social-share a {
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.social-share a .fa {
    font-size: 22px;
}

.ajax-form-submit.loading .btn-submit {
    pointer-events: none;
    opacity: 0.8;
}

.ajax-form-submit.loading .btn-submit:after {
    content: "\f110";
    font-family: "FontAwesome";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    margin-left: 10px;
}

.btn.btn-loading {
    pointer-events: none;
    opacity: 0.8;
}

.btn.btn-loading:after {
    content: "\f110";
    font-family: "FontAwesome";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    margin-left: 10px;
}


.score-comparisons {
    padding: 30px 0;
}

.score-comparisons .container-fluid {
    display: flex;
    gap: 15px;
}

.score-comparisons .left-block h6 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.score-comparisons .left-block p {
    font-size: 14px;
    color: #000;
    margin: 13px 0;
}

.score-comparisons .right-block {
    max-width: 340px;
    width: 100%;
}

.score-comparisons .right-block .specific-grid,
.score-comparisons .right-block .basic-grid {
    width: 340px;
}

.score-comparisons .btn-group {
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.score-comparisons .btn-group span {
    font-size: 13px;
    color: #000;
    margin: 0 5px 0 auto;
}

.score-comparisons .btn-group .btn {
    max-width: 80px;
    width: 100%;
}

.score-comparisons .btn-group .btn:nth-child(2) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 5px;
}

.score-comparisons .right-block>.graph .each-graph .score {
    margin-top: 14px;
}

.score-comparisons .right-block>.graph .each-graph .barbox {
    background-position: center 14px;
    padding-top: 14px;
    height: 30px;
}

.score-comparisons .right-block>.graph .each-graph .barbox .bar {
    background-position: -44px center;
}

.score-comparisons .right-block>.graph .each-graph:nth-child(even) .score {
    margin-top: 0;
}

.score-comparisons .right-block>.graph .each-graph:nth-child(even) .barbox {
    padding-top: 0;
    height: 16px;
    background-position: center 0px;
}

.score-comparisons .right-block>.graph .each-graph:last-child .barbox {
    height: 30px;
}

.score-comparisons .contact-link {
    color: #4B8B99;
    font-weight: 700;
    font-size: 13px;
    display: block;
    text-align: right;
}

.score-comparisons .contact-link img {
    display: inline-block;
}

.team-profiles {
    padding: 30px 0;
}

.team-profiles .team-profiles-block {
    display: flex;
}

.team-profiles .left-block {
    width: 35%;
    padding: 12px 1px;
    background: #A6A9AA;
    border-radius: 7px;
    box-shadow: 0 2px 8px #BBB;
}

.team-profiles .left-block .scatter-scroller {
    background-color: #dddddd;
    height: 100%;
    overflow-y: auto;
    max-height: 700px;
    padding-bottom: 20px;
}

.team-profiles .left-block .scatter_controls.box {
    background-color: #fff;
}

.team-profiles .left-block .scatter_controls .form-check {
    margin: 0;
    padding: 6px 8px;
}

.team-profiles .left-block .scatter_controls .form-check label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #464646;
    font-weight: 700;
}

.team-profiles .left-block .scatter_controls .disabled .form-check label {
    color: #999999;
}

.team-profiles .left-block .scatter_controls .form-check label input {
    margin: 0;
    border-color: #a6a9aa;
}

.team-profiles .left-block .scatter_controls .bg.form-check {
    background-color: #A6A9AA;
}

.team-profiles .left-block .scatter_controls .bg.form-check label {
    color: #fff;
}

.team-profiles .left-block .scatter-scroller .info-box {
    background-color: #a6a9aa;
    padding: 5px;
    text-align: center;
    margin: 50px 10px 0;
}

.team-profiles .left-block .scatter-scroller .info-box p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.team-profiles .left-block .scatter-scroller .info-box p:nth-child(last-child) {
    margin: 0;
}

.team-profiles .left-block .scatter-scroller .info-box a {
    color: #770033;
}

.team-profiles .right-block {
    width: 65%;
    padding-left: 30px;
}

.team-profiles .right-block .scatter-grid .basic-grid img {
    height: 120px;
}

.team-profiles .scatter-grid.loading {
    position: relative;
    opacity: 0.5;
    pointer-events: none;
}

.team-profiles .scatter-grid.loading::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/loading.gif);
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-profiles .btn-block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.team-profiles .btn-block .btn-group {
    width: auto;
    flex-grow: 1;
    flex-shrink: 0;
}

.team-profiles .btn-group {
    align-items: center;
    width: 100%;
}

.team-profiles .btn-group span {
    font-size: 13px;
    color: #464646;
    margin: 0 5px 0 auto;
    text-wrap: nowrap;
}

.team-profiles .btn-group .btn {
    max-width: 80px;
    width: 100%;
}

.team-profiles .btn-group .btn:nth-child(2) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 5px;
}

.table-block ul.form-errors {
    position: inherit;
    margin: -20px 0px 0 15px;
}

.modal-body img.star {
    margin: 0;
    padding: 0;
    float: inherit;
    display: inline;
    border: none;
}

.organize-team {
    padding: 20px 20px;
}

.organize-team .organize-team-container {
    background-color: #a6a9aa;
    padding: 2px 1px 15px;
    border-radius: 4px;
}

.organize-team .organize-team-container>.row {
    padding: 0;
    margin: 0;
    height: calc(100vh - 260px);
    background: #fff;
}

.organize-team .organize-team-container>.row>div {
    padding: 0;
}

.organize-team .organize-team-container .left-block {
    border-right: 1px solid #a6a9aa;
}

.organize-team .organize-team-container .title {
    padding: 4px 15px;
    background-color: #a6a9aa;
}

.organize-team .organize-team-container .top-right-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 15px;
    background-color: #a6a9aa;
}

.organize-team .organize-team-container .top-right-content .form-group {
    margin: 0;
}

.organize-team .organize-team-container label,
.organize-team .organize-team-container p {
    color: #fff;
}

.organize-team .organize-team-container .form-group input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}

.organize-team .organize-team-container .search-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.organize-team .organize-team-container .search-box input.form-control {
    height: 21px;
    padding: 0 5px;
}

.organize-team .organize-team-container .teams-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #a6a9aa;
    border-top: 1px solid #fff;
    padding: 5px 15px;
}

.organize-team .organize-team-container .teams-list li p {
    color: #fff;
}

.organize-team .organize-team-container .teams-list li .btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

.organize-team .organize-team-container .members-list {
    height: calc(100vh - 292px);
    overflow: auto;
}

.organize-team .organize-team-container .members-list li {
    background-color: #f7f7f7;
    padding: 2px 12px;
    border-top: 1px solid #fff;
}

.organize-team .organize-team-container .members-list li label {
    color: #191919;
}

.user-reports table td.primary {
    color: #F00;
    font-weight: 700;
}

.user-reports table td.secondary {
    color: #22375A;
    font-weight: 700;
}

.user-reports .tip-box {
    border: 1px dashed #770033;
}

.user-reports .tip-box td {
    padding: 5px;
}

.user-reports .tip-box .primary {
    color: #F00;
    font-weight: 700;
}

.user-reports .tip-box .secondary {
    color: #22375A;
    font-weight: 700;
}

.membership_roles {
    background-color: #FFF;
    padding: 15px;
}

.membership_roles h6 {
    font-size: 16px;
    font-weight: 700;
    color: #770033;
    margin: 0;
}

.membership_roles ul.options li {
    font-size: 13px;
    margin: 10px 0;
}

.membership_roles ul.options li span {
    margin-left: 5px;
}

.membership_roles .form-errors {
    position: inherit;
}

.packages-list {
    margin: 20px 0;
}

.packages-list h5 {
    font-size: 18px;
    margin: 5px 0;
}

.packages-list h6 {
    font-size: 15px;
}

#inv-field-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 5px;
}

#inv-field-group .inv-field {
    position: relative;
}

.inv-field p.form-errors {
    left: inherit;
    right: 0;
}

.btn.btn-sm {
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
}

#info_cards_bay .info_cards {
    position: fixed;
    z-index: 10;
}

.card.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    opacity: 0.6;
}

.card.disabled .btn {
    opacity: 0.4;
}

.pay-form .form-control {
    padding: 9px;
}

.pay-form span.error {
    position: initial;
}

.form-group .error-message {
    position: absolute;
    bottom: -18px;
}

.error-message {
    margin-top: 10px;
    color: #F00;
    font-size: 13px;
    font-weight: 600;
}

.stripe-payment-form {
    position: relative;
    padding: 15px;
}

.stripe-payment-form .btn {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.stripe-payment-form h4 {
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
    color: #770033;
    font-weight: 600;
}

.stripe-payment-form ul.pm-list li {
    margin-bottom: 10px;
}

.stripe-payment-form ul.pm-list li label {
    cursor: pointer;
}

.card-number-group {
    position: relative;
}

.card-number-group #card-brand-icon {
    position: absolute;
    top: 3px;
    right: 5px;
    height: 30px;
}

#payment-processing {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(999, 999, 999, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
}

#payment-processing h2 {
    text-align: center;
}

#payment-processing p {
    color: #000;
    font-weight: 600;
}

#payment-processing img {
    height: 100px;
    display: inline;
    margin-top: -100px;
}

#error-message {
    padding: 5px 10px;
    font-weight: 500;
}

.badge.bg-default {
    background-color: #770033;
}

span.badge {
    font-size: 11px;
}

.cancel-play-link {
    color: #770077;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.cancel-play-link:hover {
    text-decoration: underline;
}

.subscribe-success .card,
.subscribe-success .card-header {
    border-radius: 0;
}

.subscribe-success .card-header {
    background-color: #770033;
}

.subscribe-success .card-header h2 {
    color: #FFF;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.subscribe-success h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

.info-box.box-table.compare-info-box.disabled {
    opacity: 0.5;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.info-box.box-table.compare-info-box.disabled .disabled {
    filter: none;
}

div#swal2-html-container {
    font-size: 15px;
    line-height: 25px;
}

.info-box .action-links a.btn {
    font-size: 13px;
    padding: 4px 8px;
}


.disabled-content {
    position: relative;
    z-index: 0;
}

.disabled-content .box-list-item {
    background-color: #f7f7f7;
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}

.box-list-item.disabled {
    background-color: #f7f7f7;
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
}

.disabled-content .box-subscribe {
    position: absolute;
    top: 0;
    z-index: 11;
    height: 100%;
    width: 100%;
    background: rgba(166, 169, 170, 0.3) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
}

.disabled-content .box-subscribe img {
    width: 30px;
    border: none;
}

.disabled-content .box-subscribe p {
    color: #770033;
    font-size: 20px;
    font-weight: 600;
}

.dashboard .left-column .contacts .contacts-info .contact-group ul.contacts-list li.disabled,
ul.sample-contacts-list li.disabled,
.team-profiles .left-block .scatter_controls.box .users-list.disabled {
    cursor: default;
    pointer-events: none;
    user-select: none;
    color: #999999;
    opacity: 0.8;
}

.team-profiles .left-block .scatter_controls.box .users-list.disabled .disabled {
    filter: none;
}

.dashboard .left-column .contacts .contacts-info .contact-group.disabled {
    opacity: 0.5;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.dashboard .left-column .contacts .contacts-info .contact-group.disabled .disabled {
    filter: none !important;
}

.swal2-title {
    font-size: 1.5rem;
}

#invite_message {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
}

.error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.error-page h1 {
    font-size: 70px;
    margin-bottom: 0;
}

.error-page p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.error-page .btn {
    font-size: 18px;
    padding: 6px 20px;
}

.video-container {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
}

.video-container .video-block {
    position: relative;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-container .video-block iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.video-container .video-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.video-container .video-thumbnails .thumbnail {
    cursor: pointer;
    text-align: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    width: 210px
}

.video-container .video-thumbnails .thumbnail:hover,
.video-container .video-thumbnails .thumbnail.active {
    box-shadow: 0 0 7px red;
}

.video-container .video-thumbnails .thumbnail img {
    width: auto;
    height: 130px;
    border-radius: 5px;
}

.video-container .video-thumbnails .thumbnail p {
    color: #770033;
    font-weight: 600;
    margin-top: 5px;
}

.content-section.about table{ width: 98%; margin: 0 auto; margin-bottom: 12px; font-size: 14px; text-align: center;}
.content-section.about ul{ list-style: square; margin-left: 35px;}
.content-section.about ul li{ margin-bottom: 3px; }
.content-section.about ol{ margin-left: 30px;}
.content-section.about ol li{ margin-bottom: 3px;font-size:12px; }
.content-section.about h4{ color: #770033; border: none; margin-bottom: 0; margin-top: 1em; }
.content-section.about p { margin: 0 10px 10px 10px; }
.content-section.about small { display: block; margin:0 10px 0px 20px; line-height:14px;font-size:12px; }
.content-section.about h3{ padding-bottom: 5px; font-size: 20px; }
.content-section.about a.load-modal-pop{ font-size: 13px; padding: 4px 6px; font-weight: 700; margin-left: 5px; font-weight: 600; }

.content-section.research h4{ margin:20px 0 4px 10px;}

header .header-block .text-content .top-menu ul.dropmenu { display: flex; }
header .header-block .text-content .top-menu ul.dropmenu li a{ font-size: 12px; font-weight: 600; }
header .header-block .text-content .top-menu ul.dropmenu > li { position: relative; padding-right: 8px; margin-right: 8px; }
header .header-block .text-content .top-menu ul.dropmenu > li:last-child{ margin-right: 0; padding-right: 0; }
header .header-block .text-content .top-menu ul.dropmenu > li::after{ content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 1px; background: #292828; }
header .header-block .text-content .top-menu ul.dropmenu > li:last-child::after {display: none;}
header .header-block .text-content .top-menu ul.dropdown-menu li a:hover{ background-color: #eee; }
header .header-block .text-content .top-menu ul.dropdown-menu li a{ padding: 8px 13px; }
header .header-block .text-content .top-menu .dropdown .dropdown-toggle::after{ margin-left: .1em; }

.sample-contacts-list { display: block; transition: all 0.3s ease; }
.sample-contacts-list.collapsed { display: none; }
.collapse-toggle { display: flex; align-items: center; }
.collapse-toggle .arrow { cursor: pointer; padding: 0 6px; transition: transform 0.3s ease; color: #FFF; }
.collapse-toggle .arrow i { transition: transform .3s ease; font-size: 12px; }
.collapse-toggle.collapsed .arrow i { transform: rotate(-90deg); }
.collapse-toggle.collapsed .arrow { transform: rotate(-90deg); }
.team-profiles .left-block .scatter_controls .bg.form-check{ display: flex; justify-content: space-between; align-items: center; }
.team-profiles .left-block .scatter_controls.box .users-list{ margin:1px 0; }

.team-assignments .team { border:1px solid #d1d1c7; padding:20px; }
.team-assignments .team .form-select{ width:370px; padding: 5px 15px; }
.team-assignments .team .team-selection{ display:flex;gap:14px; margin-top: 5px;}
.organize-team .invite-block{ margin:10px 0; }
.team-assignments .row { margin-top:14px; }
.team-assignments .users { border:1px solid #d1d1c7; padding:16px; background: #f7f7f7;}
.team-assignments .users h5 { font-size:16px; font-weight:500; margin-bottom:5px; font-weight: 600;}
.team-assignments .users ul { height: 290px; overflow-y: auto; background: #FFF;  border: 1px solid #d1d1c7; padding:0; margin-top: 14px; margin-left: 0; scrollbar-width: thin; scrollbar-color: #770033 #ffffff; font-size: 14px; }
.team-assignments .users ul.user-list li { cursor: pointer; padding: 2px 10px; margin:2px 0; }
.team-assignments .users ul.user-list li:hover{ color: #770033; }
.team-assignments .users ul.user-list li.selected { background: #770033; color: #fff; }
.team-assignments .buttons { display:flex; flex-direction:column; gap: 14px; justify-content: center; height: 100%; align-items:center; }
.team-assignments .btn { width:140px; }
.team-assignments .users .status { margin-top:20px; }
.team-assignments .save-button { display:flex; justify-content:flex-end; gap:10px; }
.team-assignments .actions{ display: flex; justify-content: space-between; align-items: center; margin-top: 20px; gap:10px; }