body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input,
textarea,
select {
    *font-size: 100%;
}
legend {
    color: #cccccc;
}
body {
}
table {
    font-size: inherit;
    font: 100%;
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
a:focus,
img:focus {
    outline: none;
}
button::-moz-focus-inner,
img::-moz-focus-inner {
    border: 0;
}
*:focus {
    outline: 0;
}

* {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    font-family: proxima-soft, sans-serif;
    font-weight: 300;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    min-height: 100%;
    background: #111317;
}

html {
    height: 100%;
    color: #454246;
    background: #111317;
    scroll-behavior: smooth;
}

div {
    font-size: inherit;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #232123;
    font-weight: 400;
    line-height: 40px;
    font-family: gin, serif;
    font-style: italic;
    letter-spacing: 2px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
}
h3 {
    font-size: 28px;
    line-height: 32px;
}
h4 {
    font-size: 26px;
    line-height: 30px;
}
h5 {
    font-size: 24px;
    line-height: 28px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
    font-weight: 700;
}

.heading-style {
    font-size: 30px;
    color: #232123;
    font-weight: 700;
    line-height: 28px;
    font-family: gin, serif;
    font-style: italic;
}

.preheader {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 15px;
    line-height: 20px;
    font-family: "basic-sans";
    margin-bottom: 6px;
}

.centered {
    text-align: center;
}

.coloured {
    color: #f00218 !important;
}
.underlined {
    text-decoration: underline;
}
.promin {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

ul {
    margin-bottom: 24px;
}

ul li {
    margin: 12px 0;
    line-height: 20px;
}
.content-ul li {
    list-style: disc;
    margin-left: 16px;
}

ol {
    margin-bottom: 24px;
}

ol li {
    margin: 12px 0;
    line-height: 20px;
}

.numbered-ol li {
    list-style: disc;
    margin-left: 16px;
}

br {
    line-height: inherit;
}

a {
    color: #f00218;
    font-weight: inherit;
    font-family: inherit;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
    font-style: inherit;
}
a:hover {
    color: #f42337;
}

p a {
    text-decoration: underline;
}

sup {
    font-size: 10px;
    line-height: 10px;
}

p {
    margin-bottom: 26px;
    font-size: inherit;
}

.std-p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.clr {
    clear: both;
    height: 0;
}

hr {
    margin: 50px 0;
    border-top: 1px solid #f0f5f9;
    border-bottom: none;
    background: none;
    border-left: none;
    border-right: none;
}

.break-xsm {
    margin: 10px 0;
}

.break-sm {
    margin: 30px 0;
}

.break-md {
    margin: 40px 0;
}

.break-lg {
    margin: 60px 0;
}

.nomargin {
    margin: 0;
}

strong,
b {
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    font-weight: 700 !important;
    font-family: inherit;
}

em {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #9aafc5;
}

strike {
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}

span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

p {
    line-height: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.spacer {
    margin: 0 10px;
}

.mobileonly {
    visibility: hidden;
}

/** PAGE STYLES **/

#site-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

#site-wrap #site-canvas {
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#fullpage-logo {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 360px;
    margin-left: -180px;
    z-index: 910;
}
#fullpage-logo img {
    display: block;
}

#fullpage-copyright {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 910;
    font-size: 13px;
    line-height: 18px;
    opacity: 0.5;
    color: #fff;
}

#fullpage-sidebar-logo {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 260px;
    z-index: 910;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
#fullpage-sidebar-logo img {
    display: block;
}

#fullpage-sidebar-copyright {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 910;
    font-size: 13px;
    line-height: 18px;
    color: #5e636d;
}

.fullpage-container {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.fullpage {
    display: table-cell;
    vertical-align: middle;
}
.fullpage-top {
    display: table-cell;
    vertical-align: top;
}

.fullpage-content {
}
.fullpage-wrightbar .fullpage-content {
    padding-right: 460px;
}
.fullpage-wleftbarbar .fullpage-content {
    padding-left: 460px;
}

.fullpage-inner-content {
    padding: 120px 0;
}

.fullpage-sidebar {
    position: fixed;
    top: 0px;
    width: 320px;
    height: 100%;
    background-color: #0d0c0b;
    z-index: 900;
    color: #fff;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    overflow: hidden;
}
.fullpage-rightbar {
    right: 0px;
}
.fullpage-leftbar {
    left: 0px;
}

.fullpage-sidebar-container {
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px;
    margin-right: -20px;
    position: relative;
    z-index: 911;
}
.fullpage-sidebar-padding {
    padding: 116px 30px;
}

#dashboard-container {
    background: #fff;
    padding-left: 320px;
}

.dark-bg {
    background: #161921;
}
.dark-section {
    color: #ccc;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section strong,
.dark-section b,
.dark-section label {
    color: #fff;
}
.dark-section .coloured {
    color: #f00218 !important;
}

.coloured-section {
    background: #212531;
    color: #c0c7da;
}
.coloured-section h1,
.coloured-section h2,
.coloured-section h3,
.coloured-section h4,
.coloured-section h5,
.coloured-section strong,
.coloured-section b,
.coloured-section label {
    color: #fff;
}

.coloured-section .preheader {
    color: #fff;
}

.grey-bg {
    background: #f0f5f9;
}

.module {
    position: relative;
    border-radius: 20px;
}
.module-white {
    background: #fff;
    -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
        0 18px 36px -18px rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
        0 18px 36px -18px rgba(0, 0, 0, 0.3);
}
.module-content {
    position: relative;
    z-index: 10;
}

.module-content-lg {
    padding: 50px;
}
.module-content-rg {
    padding: 40px;
}
.module-content-sm {
    padding: 20px;
}

.subform-link {
    color: #5e636d;
    font-size: 13px;
}
.subform-link:hover {
    color: #fff;
}

/* DASHBOARD STYLES */

.navbar-menu {
    margin: 0px -10px 0px -10px;
}
.navbar-menu li {
    margin: 0px;
}
.navbar-menu li a {
    position: relative;
    display: block;
    padding: 12px 25px 12px 56px;
    color: #ccc;
    font-weight: 500;
    border-radius: 100px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.navbar-menu .material-symbols-outlined {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 24px;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.navbar-menu li a:hover {
    color: #fff;
}
.navbar-menu li a:hover .material-symbols-outlined {
    color: #f00218;
}

.navbar-active {
    color: #fff !important;
    background-color: #0d0d0d;
}
.navbar-active .material-symbols-outlined {
    color: #f00218 !important;
}

.navbar-item-badge {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    padding: 2px 8px;
    border-radius: 100px;
    background: #282d38;
    font-size: 9px;
    line-height: 16px;
}

.navbar-disabled,
.navbar-disabled:hover {
    color: #5e636d !important;
}
.navbar-disabled .material-symbols-outlined,
.navbar-disabled:hover .material-symbols-outlined {
    color: #5e636d !important;
}

#dashboard-mobile-header {
    background-color: #111317;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 99;
}
#dashboard-mobile-header-inner {
    padding: 10px 20px;
    height: 36px;
    position: relative;
}

.mobile-ui-icon {
    width: 32px;
    height: 32px;
    padding: 2px;
    overflow: hidden;
}
.mobile-ui-icon .material-symbols-outlined {
    font-size: 32px;
}
.mobile-ui-icon:hover {
    cursor: pointer;
}

#mobile-menu-trigger {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -18px;
    color: #f00218;
}
#mobile-menu-close {
    position: absolute;
    right: 18px;
    top: 22px;
    color: #f00218;
    display: none;
}

#dashboard-mobile-logo {
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 0;
}
#dashboard-mobile-logo img {
    display: block;
}

#dashboard-breadcrumbs {
    padding: 15px 36px;
    background: #f0f5f9;
    font-size: 14px;
}

#dashboard-breadcrumbs a {
    color: #627d98;
}

.dashboard-breadcrumb {
    display: inline-block;
    margin: 0 4px;
}
.dashboard-breadcrumb-active {
    color: #080b2d;
}

#dashboard-heading {
    border-bottom: 1px solid #f0f5f9;
}

#dashboard-footer {
    background: #111317;
    font-size: 14px;
    line-height: 22px;
}

.dashboard-no-results-container {
    padding: 100px 0;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
.dashboard-no-results-icon {
    background: #f0f5f9;
    border-radius: 100px;
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 10px;
}
.dashboard-no-results-icon .material-symbols-outlined {
    font-size: 48px;
}
.dashboard-no-results-message {
    font-size: 14px;
    line-height: 22px;
}
.dashboard-no-results-message h5 {
    font-size: 22px;
}

.results-container {
}
.result-item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #eee;
}
.result-item-content {
    padding: 15px 100px 15px 20px;
}
.result-item-main {
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.result-item-feat {
    display: block;
    font-size: 20px;
}
.result-item-actions {
    position: absolute;
    right: 20px;
    top: 15px;
}

.footer-links {
    margin: 0;
    padding: 0px 0px;
    font-size: 0px;
    line-height: 0px;
}
.footer-links li {
    margin: 0;
    padding: 4px 0;
}
.footer-links li a {
    font-size: 14px;
    color: #c2c4c6;
    font-weight: 400;
}
.footer-links li a:hover {
    color: #fff;
}

#footer-disclaimer {
    font-size: 11px;
    line-height: 16px;
    margin-top: 30px;
    color: #ccc;
    border-top: 1px solid #161921;
    padding-top: 30px;
}
#footer-disclaimer strong {
    color: #fff;
    font-size: 13px;
}
#footer-disclaimer p {
    margin-bottom: 10px;
}
.custom-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 28px;
}
.wrapper-edit-bb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
label.wrap-feat {
    padding-left: 28px;
}

.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    padding-left: 25px;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.custom-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #444;
    background-color: #fff;
    border-radius: 3px;
    transition: background 0.2s;
}

.custom-checkbox input[type="checkbox"]:checked + span::before {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.dashboard-section {
    padding: 50px 40px;
    position: relative;
    /*z-index:30;*/
}
.dashboard-section-wactions {
    padding-right: 250px;
}
.dashboard-section-actions {
    position: absolute;
    right: 40px;
    bottom: 50px;
}

.section-image {
    position: absolute;
    left: 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.section {
    position: relative;
}

.mg-dashboard-action {
    text-align: center;
    padding: 60px 30px;
    background-color: #f0f5f9;
    display: block;
    margin-bottom: 30px;
}
.mg-dashboard-action-icon .material-symbols-outlined {
    font-size: 46px;
    margin-bottom: 10px;
}

#mg-footer-section {
    font-size: 15px;
    line-height: 20px;
}

.account-settings-menu {
    border-bottom: 1px solid #f0f5f9;
    margin-bottom: 50px;
}
.account-settings-menu ul {
    font-size: 0px;
    margin: 0px;
    line-height: 0px;
}
.account-settings-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.account-settings-menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px 6px 15px;
    text-transform: uppercase;
    color: #232123;
    font-weight: 600;
    margin-bottom: -1px;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
}
.account-settings-menu-active {
    color: #102a43 !important;
    border-color: #f00218 !important;
}
.account-settings-menu ul li a:hover {
    color: #f00218;
}
.account-settings-menu-back {
    padding-left: 20px !important;
    position: relative;
}
.account-settings-menu-back i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 12px;
    margin-top: -4px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.account-settings-menu ul li a:hover i {
    opacity: 1 !important;
}

.heading-wbutton {
    position: relative;
    padding-right: 160px;
    padding: 2px 0;
}
.heading-button {
    position: absolute;
    right: 0px;
    top: 0px;
}

.leaderboard-header {
    margin: 0 30px 0 30px;
}
.leaderboard-header-inner {
    padding: 10px 20px;
    font-size: 0px;
    line-height: 0px;
}
.leaderboard-heading {
    font-size: 14px;
    text-transform: uppercase;
}
.leaderboard-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 13px 27px -5px rgba(106, 127, 149, 0.2),
        0 8px 16px -8px rgba(106, 127, 149, 0.25),
        0 -6px 16px -6px rgba(106, 127, 149, 0.02);
    margin: 0 30px 15px 30px;
    position: relative;
}
.leaderboard-item-1st {
    margin: 0 0px 15px 0px !important;
}
.leaderboard-item-2nd {
    margin: 0 10px 15px 10px !important;
}
.leaderboard-item-3rd {
    margin: 0 20px 15px 20px !important;
}
.leaderboard-item-inner {
    padding: 20px;
    font-size: 0px;
    line-height: 0px;
}
.leaderboard-item-info {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.leaderboard-item-info-inner {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 52px;
}
.leaderboard-item-no {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 600;
    color: #102a43;
    font-size: 16px;
}
.leaderboard-item-name {
    display: block;
    font-weight: 600;
    color: #102a43;
    font-size: 16px;
}
.leaderboard-item-1st .leaderboard-item-no,
.leaderboard-item-1st .leaderboard-item-name {
    font-size: 19px !important;
}
.leaderboard-item-2nd .leaderboard-item-no,
.leaderboard-item-2nd .leaderboard-item-name {
    font-size: 18px !important;
}
.leaderboard-item-3rd .leaderboard-item-no,
.leaderboard-item-3rd .leaderboard-item-name {
    font-size: 17px !important;
}

.leaderboard-item-ref {
    display: block;
    font-weight: 600;
    color: #808f9d;
}

.leaderboard-item-badge {
    height: 40px !important;
    width: 40px !important;
    display: block;
    margin-top: -10px;
}
.leaderboard-incavg .leaderboard-item-badge {
    margin-top: 0px;
}

.leaderboard-item-date {
    width: 25%;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    color: #656b75;
    font-weight: 600;
    font-size: 20px;
}

.leaderboard-item-avgscore {
    width: 25%;
    display: none;
    line-height: 20px;
    vertical-align: middle;
    color: #656b75;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}
.leaderboard-incavg .leaderboard-item-avgscore {
    display: inline-block;
}
.leaderboard-item-score {
    width: 50%;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    color: #656b75;
    font-weight: 600;
    font-size: 20px;
    text-align: right;
}
.leaderboard-incavg .leaderboard-item-score {
    width: 25%;
}
.leaderboard-item-1st .leaderboard-item-score {
    font-size: 23px !important;
}
.leaderboard-item-2nd .leaderboard-item-score {
    font-size: 22px !important;
}
.leaderboard-item-3rd .leaderboard-item-score {
    font-size: 21px !important;
}

.leaderboard-item-cta {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.leaderboard-item-1st .leaderboard-item-prize-value {
    font-size: 21px !important;
}
.leaderboard-item-2nd .leaderboard-item-prize-value {
    font-size: 20px !important;
}
.leaderboard-item-3rd .leaderboard-item-prize-value {
    font-size: 19px !important;
}

.leaderboard-item-remove {
    display: inline-block;
    margin-left: 20px;
}
.leaderboard-item-remove i {
    font-size: 20px;
}
.leaderboard-item-remove:hover {
    cursor: pointer;
    color: #111;
}

.mini-label {
    font-size: 11px;
    line-height: 18px;
    display: none;
}

.mg-score-row {
    margin-bottom: 10px;
}
.mg-score-option {
    display: block;
    padding: 15px 0px;
    text-align: center;
    border-radius: 10px;
    background: #f0f5f9;
    color: #232123;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
    font-family: gin, serif;
    font-style: italic;
    letter-spacing: 2px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.mg-score-option:hover {
    cursor: pointer;
}
.mg-score-option-active.mg-score-option-tbc {
    color: #fff;
    background-color: #232123;
}
.mg-score-option-active.mg-score-option-miss {
    color: #fff;
    background-color: #f00218;
}
.mg-score-option-active.mg-score-option-hit {
    background-color: #2ada82;
}

.checklist-container {
    background: #fafbfc;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #f0f5f9;
}

.checklist-item {
    display: block;
    position: relative;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 5px 32px;
    text-align: left;
}
.checklist-item-success {
    /*text-decoration: line-through;*/
    color: #f00218;
}
.checklist-item-error {
    color: #e3322d;
}
.checklist-item-attention {
    color: #f5ab23;
}

.checklist-item-icon {
    position: absolute;
    left: 0px;
    top: 2px;
    padding: 1px;
    width: 22px;
    height: 22px;
    background: #f0f5f9;
    border-radius: 100px;
    overflow: hidden;
    color: #627d98;
    text-align: center;
}
.checklist-item-success .checklist-item-icon {
    background-color: #f00218;
    color: #fff;
}
.checklist-item-error .checklist-item-icon {
    background-color: #e3322d;
    color: #fff;
}
.checklist-item-attention .checklist-item-icon {
    background-color: #f5ab23;
    color: #fff;
}

.checklist-item-icon .material-symbols-outlined {
    font-size: 22px;
}

.record-item {
    display: block;
    border: 1px solid #f0f5f9;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s;
    position: relative;
}
.record-title {
    display: block;
    color: #232123;
    margin-bottom: 6px;
    font-size: 18px !important;
    line-height: 24px;
    padding-right: 100px;
}
.record-remove,
.record-edit,
.record-download {
    position: absolute;
    width: 28px;
    height: 28px;
    padding: 4px;
    right: 20px;
    top: 13px;
    text-align: center;
    overflow: hidden;
    color: #627d98;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
}
.record-remove a,
.record-edit a,
.record-download a {
    color: #627d98;
}
.record-edit {
    right: 56px !important;
}
.record-download {
    right: 92px !important;
}
.record-remove .material-symbols-outlined,
.record-edit .material-symbols-outlined,
.record-download .material-symbols-outlined {
    font-size: 28px;
}
.record-remove:hover,
.record-edit:hover,
.record-download:hover {
    color: #232123;
    cursor: pointer;
}

.record-remove a:hover,
.record-edit a:hover,
.record-download a:hover {
    color: #232123;
    cursor: pointer;
}

.record-info {
    display: block;
}

#mg-color-preview {
    width: 72px;
    border-radius: 100px;
    height: 72px;
    border: 5px solid #f0f5f9;
    font-size: 0px;
}
#mg-color-preview:hover {
    cursor: pointer;
}

.dashboard-or-buttons {
    display: inline-block;
    padding: 0 15px;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
}

/** GLOBAL STYLES **/

.success-message {
    background: #dff0d8;
    padding: 10px 20px;
    border: 1px solid #d6e9c6;
    color: #468847;
    margin-top: 12px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.success-message strong,
.success-message h5 {
    color: #468847;
}

.error-message {
    background: #f2d5d6;
    padding: 10px 20px;
    border: 1px solid #ecc2ca;
    color: #8f553f;
    margin-top: 12px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.error-message strong,
.error-message h5 {
    color: #8f553f;
}

.warn-message {
    background: #f1e5be;
    padding: 10px 20px;
    border: 1px solid #f1e5be;
    color: #c39f3c;
    margin-top: 12px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.warn-message strong,
.warn-message h5 {
    color: #c39f3c;
}

/** BUTTON STYLES **/
.button {
    position: relative;
    padding: 10px 16px;
    border: none;
    border-radius: 100px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button:hover {
    cursor: pointer;
}

.button-default {
    background: #f00218;
    color: #fff;
}
.button-default:hover {
    color: #fff !important;
    background-color: #f42337;
}
.shot-log-anchor {
    word-break: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
}

.button-green {
    color: #fff !important;
    background: #7bcf5a;
}
.button-green:hover {
    color: #fff !important;
    background: #7ad86b;
}

.button-white {
    color: #212227 !important;
    background: #fff;
}
.button-white:hover {
    color: #212227 !important;
    background: #fff;
}

.button-black {
    color: #fff !important;
    background: #0e0e0f;
}
.button-black:hover {
    background: #111317;
}

.button:disabled,
.button:disabled:hover,
.button-disabled,
.button-disabled:hover {
    background: #eaebee !important;
    color: #9f959f !important;
    cursor: default !important;
}

.button-block {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.button-large {
    padding: 12px 22px !important;
    font-size: 16px !important;
}

.button-small {
    padding: 6px 12px !important;
    font-size: 13px !important;
}

.button-extra-small {
    padding: 4px 8px !important;
    font-size: 12px !important;
    line-height: 18px;
}

.button-wleft-icon {
    padding-left: 40px;
}
.button-large.button-wleft-icon {
    padding-left: 38px !important;
}
.button-small.button-wleft-icon {
    padding-left: 38px !important;
}
.button-extra-small.button-wleft-icon {
    padding-left: 38px !important;
}
.button-wright-icon {
    padding-right: 40px;
}
.button-large.button-wright-icon {
    padding-right: 38px !important;
}
.button-small.button-wright-icon {
    padding-right: 38px !important;
}
.button-extra-small.button-wright-icon {
    padding-right: 38px !important;
}
.button-icon {
    position: absolute;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    top: 50%;
    overflow: hidden;
}
.button-wleft-icon .button-icon {
    left: 12px;
}
.button-wright-icon .button-icon {
    right: 12px;
}
.button-icon .material-symbols-outlined {
    font-size: 22px;
}

/** INPUT STYLES **/

.mbottom {
    margin-bottom: 12px !important;
}

.mbottom6 {
    margin-bottom: 6px !important;
}

.mbottom15 {
    margin-bottom: 15px !important;
}

.mbottom20 {
    margin-bottom: 20px !important;
}

.mbottom24 {
    margin-bottom: 24px !important;
}

.mbottom30 {
    margin-bottom: 30px !important;
}

.mbottom36 {
    margin-bottom: 30px !important;
}

.mbottom50 {
    margin-bottom: 50px !important;
}

.nombottom {
    margin-bottom: 0px !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b8bbbf;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b8bbbf;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b8bbbf;
}

label {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin-bottom: 4px;
}

.label-value {
    padding: 5px 0 5px 10px;
}
.label-value-main {
    font-weight: 600;
}

.input-container {
    padding: 0 13px;
    margin: 0px 30px 0px -13px;
    position: relative;
}

.stripe-input-container {
    border: 1px solid #e1e2eb;
    padding: 0px 20px;
    border-radius: 10px;
}

.select-container {
    border: 1px solid #e1e2eb;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    overflow: hidden;
    border-radius: 10px;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    width: 100%;
    padding: 9px 20px;
    font-size: 16px;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    background: #fff;
    color: #102a43;
    border: 1px solid;
    border-color: #e1e2eb;
}

.file-input-container {
    padding: 3px 6px;
    margin: 0px 6px 0px -6px;
    border: 1px solid #e1e2eb;
    border-radius: 10px;
    background: #f0f5f9;
}

input[type="file"] {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
    color: #333;
}

label.custom-file-upload {
    display: inline-block;
    margin-bottom: 0px;
}
label.custom-file-upload input[type="file"] {
    position: fixed;
    top: -1000px;
}

input[type="submit"] {
    line-height: 24px !important;
}

input[type="text"]:disabled,
select:disabled {
    background-color: #fafbfc !important;
    color: #627d98 !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    height: 48px;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
    color: #102a43;
    font-size: 15px;
    border: none;
    background: #fff url(../images/interface/select-arrow.png) no-repeat right
        center;
    background-size: 17px 5px;
}

select option {
    padding: 0 5px;
    color: #333;
}

textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 10px;
    min-height: 122px;
    font-size: 17px;
    padding: 9px 20px;
    color: #102a43;
    border: 1px solid #e1e2eb;
    background: #fff;
    line-height: 30px;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

#checker {
    display: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}

.asterix {
    font-weight: 600;
    color: #f93d5c;
}

input {
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #6ab5ea !important;
}

/* TABLES */

table tr td {
    vertical-align: top;
}

table {
    width: 100%;
}
table tr td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    line-height: 20px;
    font-size: 15px;
    color: #627d98;
}
.valigned tr td {
    vertical-align: middle;
}
table tr td strong {
    color: #232123;
}

.header-row td {
    font-weight: 600;
    color: #8b93a4;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
}
.alt-row {
    background: #f7f7f7;
}

.dashboard-table {
    border: 1px solid #f0f5f9;
}
.dashboard-table .header-row {
    background: #f0f5f9;
}
.table-row-main {
    height: 120px;
}
.table-row-actions {
    text-align: right;
}

/* PAGINATION */

#pagination {
    text-align: left;
    font-size: 0;
    margin-left: 0;
}

#pagination li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.disabledpag {
    background-color: #f0f5f9 !important;
    color: #b1bacc !important;
}

#pagination li a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 2px 12px;
    background: #f0f5f9;
    text-decoration: none;
    color: #232123;
    font-size: 12px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#pagination li a:hover {
    background-color: #232123;
    color: #fff;
    cursor: pointer;
}

#pagination li .active-pag {
    background: #f00218;
    color: #fff !important;
}

.custom-pagination .pagination {
    gap: 2px !important;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    overflow: hidden;
}

#account-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    opacity: 0;
    background: rgba(13, 13, 13, 0.9);
    z-index: 990;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

#account-dialog-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#account-dialog {
    vertical-align: middle;
    display: table-cell;
}

#account-dialog-content {
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
    padding: 50px 0;
}

#account-dialog-module {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    line-height: 22px;
}
#account-dialog-module-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #1e2637;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 3px solid #fff;
    text-align: center;
    color: #7885a5;
    line-height: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
#account-dialog-module-close .material-symbols-outlined {
    font-size: 24px;
    line-height: 30px;
}
#account-dialog-module-close:hover {
    color: #fff;
    cursor: pointer;
}

.account-settings-option {
    border-bottom: 1px solid #f0f5f9;
    padding: 40px 0;
}
.account-settings-option-last {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

.account-settings-option-info {
    text-align: right;
}
.account-settings-option-title {
    margin-bottom: 4px;
    font-weight: 600;
    color: #102a43;
    font-size: 18px;
}
.account-settings-option-desc {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
}
.account-settings-option-desc-note {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    color: #95adc4;
    margin-bottom: 0px;
}
.account-settings-option-desc-attn {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #102a43;
    background: #e9ecf4;
    padding: 6px 10px;
    border-radius: 10px;
}
.account-settings-option-desc-attn-title {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #879bb0;
}

.account-settings-option-information {
    color: #102a43;
    font-size: 14px;
    line-height: 24px;
    max-width: 460px;
}

.account-settings-option-display {
}
.account-settings-option-display-value {
    color: #102a43;
}
.account-settings-option-link {
    font-size: 13px;
    text-decoration: underline;
}
.account-settings-option-link:hover {
    cursor: pointer;
}

.account-settings-option-display-note {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    color: #102a43;
    background: #edf1fa;
    padding: 6px 10px;
    border-radius: 10px;
    display: inline-block;
}
.account-settings-option-display-note a {
    color: #102a43;
    text-decoration: underline;
}

.tag-select-item {
    background: #f9f9f9;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin: 0 10px 10px 0;
}
.tag-select-item:hover {
    cursor: pointer;
}
.tag-select-item-active {
    background: #0e0e0f !important;
    color: #fff !important;
}

.valign-image-container {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: table;
}
.valign-image {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
}
.valign-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
    margin: 0 auto;
}

label.custom-file-upload input[type="file"] {
    position: fixed;
    top: -1000px;
}
.custom-file-upload {
    font-weight: 600;
}
.custom-file-upload:hover {
}
.custom-file-upload:active {
}
.custom-file-upload :invalid + span {
}
.custom-file-upload :valid + span {
}

.hs-form-option {
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #e1e2eb;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s, border-color 0.3s, background-color 0.3s;
    transition: transform 0.3s, border-color 0.3s, background-color 0.3s;
    background: #fff;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hs-form-option-inner {
    padding: 12px 20px 12px 60px;
}
.hs-form-option-description {
    font-weight: 600;
    color: #131518;
    line-height: 20px;
    font-size: 16px;
}
.hs-form-option-note {
    color: #59626b;
    font-weight: 300;
    line-height: 20px;
    font-size: 13px;
}
.hs-form-option:hover {
    cursor: pointer;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.hs-form-option-circle {
    position: absolute;
    left: 16px;
    top: 8px;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background: #f0f5f9;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.hs-form-option-check {
    display: none;
}

.hs-form-option-active {
    border-color: #29b66b !important;
    background-color: #f00218 !important;
}
.hs-form-option-active .hs-form-option-circle {
    background: #29b66b;
}
.hs-form-option-active .hs-form-option-check {
    display: block;
}
.hs-form-option-active .hs-form-option-description {
}

#scorecard-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0 20px;
    margin: 0 -20px;
    background: #fff;
    z-index: 30;
    border-bottom: 1px solid #dae5f0;
    height: 72px;
    overflow: hidden;
    box-shadow: 0 13px 27px -5px rgba(106, 127, 149, 0.2),
        0 8px 16px -8px rgba(106, 127, 149, 0.25),
        0 -6px 16px -6px rgba(106, 127, 149, 0.02);
}
#scorecard-header-inner {
    padding: 0px 0;
}
#scorecard-backto {
    border-right: 1px solid #dae5f0;
    display: inline-block;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 26px 15px;
    vertical-align: middle;
    color: #7d94ab;
}
#scorecard-info {
    display: inline-block;
    vertical-align: middle;
}
.scorecard-info-item {
    display: inline-block;
    padding-left: 30px;
}
.scorecard-info-item-label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    margin-left: 6px;
    letter-spacing: 0.1em;
    color: #7d94ab;
}
.scorecard-info-item-value {
    display: inline-block;
    font-weight: 600;
    color: #111;
}

#scorecard-poweredby {
    padding: 26px 15px;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #111;
    display: inline-block;
    float: right;
}

#scorecard-poweredby a {
    color: #7d94ab;
}

#scorecard-poweredby img {
    display: inline-block;
    max-width: 180px;
    vertical-align: middle;
    margin-left: 10px;
}

#scorecard {
    padding-bottom: 266px;
}
#scorecard-container {
    position: relative;
    border-bottom: 1px solid #dae5f0;
    background: #fff;
    overflow: hidden;
}
#scorecard-shooters {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    width: 260px;
    border-right: 1px solid #dae5f0;
    z-index: 20;
    box-shadow: 0 13px 27px -5px rgba(106, 127, 149, 0.2),
        0 8px 16px -8px rgba(106, 127, 149, 0.25),
        0 -6px 16px -6px rgba(106, 127, 149, 0.02);
}
#scorecard-shooters-inner {
    padding: 72px 0 100px 0px;
}
#scorecard-add-shooter {
    padding: 20px;
}
.scorecard-shooter-name {
    border-bottom: 1px solid #dae5f0;
    padding: 15px 50px 15px 20px;
    font-weight: 600;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
}
.scorecard-shooter-name:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}
.scorecard-shooter-remove {
    font-size: 28px;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    right: 10px;
    top: 9px;
    color: #c4cfda;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.scorecard-shooter-remove:hover {
    cursor: pointer;
    color: red;
}

.scorecard-shooter-active {
    background: #fffecc !important;
}
.scorecard-shooter-cell-active {
    background: #fffecc !important;
}

#scorecard-totals {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    width: 120px;
    border-left: 1px solid #dae5f0;
    z-index: 20;
    box-shadow: 0 13px 27px -5px rgba(106, 127, 149, 0.2),
        0 8px 16px -8px rgba(106, 127, 149, 0.25),
        0 -6px 16px -6px rgba(106, 127, 149, 0.02);
}
#scorecard-totals-inner {
    padding: 72px 0 100px 0px;
}
.scorecard-shooter-total {
    border-bottom: 1px solid #dae5f0;
    padding: 15px 50px 15px 20px;
    font-weight: 600;
    color: #111;
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
}
.scorecard-shooter-total:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

#scorecard-scores-container {
    overflow: scroll;
    /*scroll-behavior: smooth;*/
}

#scorecard-scores {
    padding: 72px 0px 80px 0px;
}
#scorecard-scores-inner {
}

#scorecard-counters {
}

.scorecard-shooter-row {
    border-bottom: 1px solid #dae5f0;
    border-left: 1px solid #dae5f0;
    font-size: 0px;
    height: 50px;
    display: block;
    padding-left: 260px;
    padding-right: 120px;
}
.scorecard-shooter-cell {
    border-right: 1px solid #dae5f0;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    vertical-align: top;
}
.scorecard-shooter-cell-current {
}
.scorecard-shooter-cell-current:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.scorecard-shooter-cell-hit {
    background: #dff0d8;
    border-right: 1px solid #d6e9c6;
}
.scorecard-shooter-cell-miss {
    background: #f2d5d6;
    border-right: 1px solid #ecc2ca;
}

.scorecard-shooter-cell-spacer {
    width: 3px;
    background: #111;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    vertical-align: top;
}

.scorecard-shooter-cell-number {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    color: #111;
    text-align: center;
    line-height: 50px;
    opacity: 0.05;
}
.scorecard-shooter-cell-hit .scorecard-shooter-cell-number,
.scorecard-shooter-cell-miss .scorecard-shooter-cell-number {
    color: #fff;
    opacity: 0.4;
}

.scorecard-shooter-cell-value {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
    line-height: 50px;
}

#scorecard-action-container {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #333;
    z-index: 29;
}
#scorecard-action-info {
    padding: 12px 0px;
}
#scorecard-actions-container {
    font-size: 0px;
}
.scorecard-action {
    width: 50%;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.scorecard-action:hover {
    cursor: pointer;
}
.scorecard-action-inner {
    padding: 60px 20px;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: gin, serif;
    font-style: italic;
    letter-spacing: 2px;
}
#scorecard-action-hit {
    background-color: #7bcf5a;
    color: #fff;
}
#scorecard-action-hit:hover {
    background-color: #7ad86b;
}
#scorecard-action-miss {
    background-color: #f00218;
    color: #fff;
}
#scorecard-action-miss:hover {
    background-color: #f00218;
}

.scorecard-action-info-item {
    display: block;
    padding: 10px 0;
}
.scorecard-action-info-item-label {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ccc;
}
.scorecard-action-info-item-value {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.results-message {
    text-align: center;
    padding: 40px 0;
}
.results-message-icon {
    margin-bottom: 10px;
    width: 28px;
    height: 28px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    background: #f0f5f9;
    border-radius: 100px;
    line-height: 24px;
}
.results-message-icon .material-symbols-outlined {
    line-height: 28px;
    font-size: 28px;
}
.results-message-title {
    color: #080b2d;
    font-size: 20px;
    margin-bottom: 4px;
}
.results-message-desc {
    font-size: 13px;
    line-height: 20px;
}

li.d-flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
li.d-flex-wrap h5 {
    color: red;
    font-size: 16px;
    margin-bottom: 6px;
}
@media (max-width: 576px) {
    .pastcode-wra {
        padding: 0 13px !important;
        margin: 0px 10px 0px -13px !important;
        position: relative !important;
    }
    .pastcode-wra input {
        width: 80% !important;
    }
}
/* chat css */
#frame {
    width: 100%;
    min-width: 380px;
    max-width: 1130px;
    height: 100%;
    min-height: 300px;
    max-height: 720px;
    background: #e6eaea;
    margin-bottom: 70px;
    padding-bottom: 0px;
}

@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
    }
}

#frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    background: #000;
    color: #f5f5f5;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}

#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}

#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}

#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px;
    }
}

#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}

#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

#frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li
    span.status-circle:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    #frame
        #sidepanel
        #profile
        .wrap
        #status-options
        ul
        li
        span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-online
    span.status-circle {
    background: #2ecc71;
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-online.active
    span.status-circle:before {
    border: 1px solid #2ecc71;
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-away
    span.status-circle {
    background: #f1c40f;
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-away.active
    span.status-circle:before {
    border: 1px solid #f1c40f;
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-busy
    span.status-circle {
    background: #e74c3c;
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-busy.active
    span.status-circle:before {
    border: 1px solid #e74c3c;
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-offline
    span.status-circle {
    background: #95a5a6;
}

#frame
    #sidepanel
    #profile
    .wrap
    #status-options
    ul
    li#status-offline.active
    span.status-circle:before {
    border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

#frame #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
}

#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}

#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}

#frame #sidepanel #search {
    border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;
    font-weight: 300;
}

.chattick {
    color: green;
    font-size: 11px;
    position: relative;
    top: 4px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
    }
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 16px 0 0 20px;
}

#frame #sidepanel #search input {
    padding: 23px 57px;
    width: 100%;
    border: none;
    background: #32465a;
    color: #f5f5f5;
}

#frame #sidepanel #search input:focus {
    outline: none;
    background: #435f7a;
}

.send-on {
    text-align: right;
    clear: both;
    margin-top: 6px;
    margin-right: 2rem;
}

#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input::-moz-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input:-ms-input-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input:-moz-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: none;
    }
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #f6241e;
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 0px 8px;
    }
}

#frame #sidepanel #contacts ul li.contact:hover {
    background: #32465a;
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #32465a;
    border-right: 5px solid #435f7a;
}

#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #32465a !important;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta p {
    margin-bottom: 0px;
}

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
    display: flex;
    gap: 2px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
}

#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}

#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}

#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    height: 50px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: 0.5;
}

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: none;
}

#frame #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #3da033;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

#frame #sidepanel #bottom-bar button:hover {
    background: #435f7a;
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}

#frame .content {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        width: calc(100% - 340px);
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
}

.chat-para {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 60px;
}

#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
}

#frame .content .contact-profile p {
    float: left;
}

#frame .content .contact-profile .social-media {
    float: right;
}

#frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

#frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

#frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}

#frame .content .messages {
    height: auto;
    min-height: calc(62% - 65px);
    max-height: calc(84% - 103px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.detaril-wrapper div {
    display: flex;
    align-items: center;
}

.product-para-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: start !important;
    width: 100%;
}
@media screen and (max-width: 935px) {
    #frame .content .messages {
        height: auto;
        min-height: calc(62% - 65px);
        max-height: calc(96% - 113px);
    }
}

@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(96% - 105px);
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

#frame .content .messages ul li.sent img {
    margin: 6px 8px 0 0;
}

#frame .content .messages ul li.sent p {
    /* background: #435f7a; */
    color: #f5f5f5;
    background-color: #000;
    border-radius: 15px 15px 15px 0px;
    word-break: break-all;
    margin: 0;
}

#frame .content .messages ul li.replies img {
    float: right;
    margin: 6px 0 0 8px;
}

#frame .content .messages ul li.replies p {
    float: right;
    background-color: #f00218;
    text-align: left;
    border-radius: 15px 15px 0px 15px;
    margin: 0;
}

.detaril-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.detaril-wrapper img {
    width: 40%;
    height: 60px;
    object-fit: cover;
}

.detaril-wrapper h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    margin-top: 7px;
    margin-left: 10px;
}

.detaril-wrapper h5 {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    margin-top: 9px;
    margin-left: 10px;
}

#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
}

#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 205px;
    line-height: 130%;
}

@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 300px;
    }
}

#frame .content .message-input {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 99;
}

#frame .content .message-input .wrap {
    position: relative;
}

#frame .content .message-input .wrap input {
    float: left;
    border: none;
    width: calc(100% - 90px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
    height: 49px;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

#frame .content .message-input .wrap input:focus {
    outline: none;
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 15px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 15px 0;
    cursor: pointer;
    color: #f5f5f5;
    background-color: #f6241e;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

#frame .content .message-input .wrap button:hover {
    background: #f78914;
}

#frame .content .message-input .wrap button:focus {
    outline: none;
}

.send-on1 {
    text-align: right;
    clear: both;
    margin-top: 6px;
    margin-right: 2rem;
}

img.img-fluid.chattick {
    width: 30px;
}

.send-on span {
    color: #000000;
    font-size: 10px;
    opacity: 1;
    margin-right: 10px;
}

.send-on.on span {
    margin: 0;
    vertical-align: sub;
}

.recieved-on {
    text-align: left;
    margin: 0;
    margin-left: 30px;
    padding: 0;
}

.recieved-on.on span {
    margin: 0;
    vertical-align: sub;
}

.text-white-wra {
    color: #fff;
}

.dashboard-section.wrapper-ded {
    padding: 19px 30px;
}

/* header css */
.chat-icon1 .material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.chat-icon1 .chat-badge {
    position: absolute;
    top: -2px;
    right: -10px;
    background-color: red;
    color: white;
    font-size: 10px;
    padding: unset;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrape-position {
    position: relative;
}

.dot {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #172517;
    top: 0;
    right: 0;
}

.dot.active {
    background: #63d663;
}
