.social-prefix .form-group,
#established-text .form-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#established-text .note-editor {
    border-radius: 5px;
}

#cover-photo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    top: 0;
    position: relative;
    width: 100%;
    display: block !important;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.16);
}

#cover-photo a {
    background: #D1D5D8;
    border: 2px solid var(--panelBg);
    position: absolute;
    top: 16px;
    right: 12px;
    border-radius: 50%;
    padding: 3px 5px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 70%)
}

#cover-photo a i {
    font-size: 24px;
    opacity: 1;
    color: var(--bodyColor);
}

/***********************
  ********* Profile/Extended Tile ******
  ************************/

.tile-modals {
    padding: 20px;
    margin-top: -100px;
}

#profile-tile {
    height: auto;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
    background: var(--panelBg);
    padding-bottom: 16px;  
    position: sticky;
    top: 120px; 
}

#extended-tile .nav-tabs>li>a.active,
#extended-tile .nav-tabs>li>a.active:hover,
#extended-tile .nav-tabs>li>a.active:focus {
    color: var(--fontColor);
    background: var(--panelBg);
    position: relative;
    border: none;
    border-bottom: 4px solid #455681 !important;
    padding-top: 10px;
}

#extended-tile .nav-tabs>li>a:hover {
    cursor: pointer;
}

#extended-tile-tm {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    padding-right: 0;
}

#extended-tile {
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
    padding: 12px;
    background: var(--panelBg);
    height: auto;
    position: sticky;
    top: 120px;
}

#extended-tile .form-group {
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

#extended-tile .nav-tabs {
    border-bottom: 1px solid #e6e6e6;
}

#extended-tile .nav-tabs>li>a {
    border: none !important;
}

#extended-tile .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: inherit;
}

#extended-tile .head-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

#extended-tile .head-title .popover-content {
    font-size: 12px;
    line-height: 18px !important;
}

#extended-tile .nav-tabs {
    -ms-overflow-style: none;
    /* Edge, Internet Explorer */
    scrollbar-width: none;
    /* Firefox */
    overflow-y: scroll;
}

#extended-tile .nav-tabs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.profile-user-photo {
    text-align: center;
    margin-bottom: 32px;
}

.profile-user-photo img#profile-user-image {
    background: #6B7984;
    border-radius: 50%;
    padding: 0;
    width: 166px;
    height: 166px;
    margin-top: 3px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 70%);
}

.profile-user-photo div.user-photo-group {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.profile-user-photo a.profile-user-photo-link {
    background: #D1D5D8;
    border: 2px solid var(--panelBg);
    position: absolute;
    bottom: 14px;
    right: 0;
    border-radius: 50%;
    padding: 3px 5px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 70%)
}

.profile-user-photo a.profile-user-photo-link i {
    font-size: 24px;
    opacity: 1;
    color: var(--bodyColor);
}

.profile-name {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}

.display-name {
    margin-bottom: 22px;
}

.profile-social-media {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.profile-social-media img.logo {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-left: 3px;
}

.profile-social-media .social-prefix .profile-label i {
    margin-right: 15px !important;
    font-size: 20px;
}

.profile-social-media .profile-label label {
    margin-bottom: 0;
}

.profile-social-media .social-prefix,
.profile-social-media .td-logo {
    margin-bottom: 10px !important;
}

.profile-social-media-icon {
    margin-bottom: 10px;
}

.profile-social-media-icon .input-group-addon {
    font-size: 12px;
    padding: 16px 4px 0 4px;
    background: #e9ecef;
    border: 1px solid #ced4da;
    margin-top: 3px;
    border-radius: 5px 0 0 5px;
    border-right-color: transparent;
}

table.borderless,
table.borderless td {
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
}

.profile-content {
    padding: 0;
}

.profile-content #profile-update-link {
    color: var(--bodyColor);
}

.profile-content #profile-update-link i {
    font-size: 20px;
}

.profile-content #profile-cancel-link {
    color: var(--bodyColor);
}

.profile-content #profile-cancel-link i {
    font-size: 20px;
}

.city-state-field {
    margin-bottom: 0 !important;
}

.compare-subscription-link {
    padding-top: 5px;
}

.credit-cards-logos i.active {
    color: #455681;
    font-size: 25px;
    margin-right: 5px;
}

.billing-address-text,
.login-save-password-text {
    font-size: 14px;
    vertical-align: top;
    font-weight: 400;
}

#billing-address {
    width: 16px;
    height: 16px;
}

.pro-subscription li {
    border-bottom: 1px solid #D1D5D8;
}

.pro-subscription li p {
    margin: 0;
}

.pro-subscription li .ps-text-bottom {
    font-size: 12px;
    font-weight: 400;
}

.pro-subscription button,
.pro-subscription button:hover {
    width: 100%;
    background-color: var(--panelBg);
    color: var(--fontColor);
    border: 1px solid var(--fontColor);
}

.pro-subscription .fa {
    margin: 2px;
    color: black;
}

.pro-subscription .dropdown-menu {
    width: 100%;
    padding: 0;
}

.pro-subscription .cancel-ti-pro {
    text-align: center;
    font-size: 12px;
    border: none;
}

.pro-subscription .cancel-ti-pro {
    color: #FF0000;
    padding: 5px 20px !important;
}

.pro-subscription .dropdown-toggle .fa-angle-up {
    margin: 0;
    padding: 0;
    margin-top: -2px;
}

.pro-subscription .dropdown-toggle .fa-angle-down {
    margin: 0;
    padding: 0;
    margin-top: -5px;
}

.current-plan {
    color: var(--linkColor);
}

.pro-subscription-link {
    padding: 5px 20px !important;
}

.pro-subscription-link:hover {
    background-color: #455681 !important;
    color: var(--panelBg) !important;
}

#comparison-modal .checkbox label {
    display: inline-block;
}

#comparison-modal .checkbox {
    text-align: center;
}

i.yes {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9000px;
    background: url(https://www.trade-ideas.com/wp-content/themes/bb-theme-child/images/icon-yes.png) center/cover no-repeat;
}

i.no {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9000px;
    background: url(https://www.trade-ideas.com/wp-content/themes/bb-theme-child/images/icon-no.png) center/cover no-repeat;
}

#comparison-modal table td {
    text-align: center;
}

#comparison-modal table h1,
#comparison-modal table h2,
#comparison-modal table h3,
#comparison-modal table h4 {
    text-align: center;
    color: var(--panelBg);
}

#comparison-modal .heading-one {
    background-color: var(--panelBg);
    text-align: left !important;
    border: none;
}

#comparison-modal table .heading-two {
    background-color: #eb8427;
    color: var(--panelBg);
    border: none;
}

#comparison-modal table .heading-three {
    background-color: #146fb1;
    color: var(--panelBg);
    border: none;
}

#billing-history-modal table th {
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

#billing-history-modal table td {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

#billing-history-modal table a .fa-file-download {
    color: #146fb1;
    font-size: 20px;
}

#comparison-modal table .comparison-label {
    background-color: var(--panelBg);
}

.settings-text {
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

.elistsub-heading {
    font-size: 16px;
}

#established-text {
    margin-top: 16px !important;
}

#established-text hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#established-text .profile-label {
    font-size: 14px !important;
}

#established-text .profile-input label {
    font-size: 16px !important;
}

#affiliate [data-toggle="popover"] {
    position: relative;
    top: -3px;
}

#affiliate .fa-info,
.custom-card .fa-info {
    font-size: 12px;
    border: 2px solid var(--fontColor);
    padding: 2px 6px;
    border-radius: 50%;
    margin-left: 10px;
    color: var(--fontColor);
}

#cover-image-modal button[data-method="getCroppedCanvas"],
#cover-image-modal button[data-method="loadDefault"],
#profile-user-photo-modal button[data-method="getCroppedCanvas"],
#profile-user-photo-modal button[data-method="loadDefault"] {
    display: flex;
}

#profile-tile .form-control-feedback {
    position: absolute;
    top: 43px;
    right: 12px;
    font-size: 18px;
}

.sms-email-field .form-control-feedback {
    position: absolute;
    top: 24px;
    right: 112px;
    font-size: 18px;
}

#profile-info-form button.profile-info-update {
    margin-top: 0 !important;
}

.personal-info-statement p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.elistsub-checkbox {
    margin-right: 8px !important;
}

.note-editor.note-frame {
    border: 1px solid #ccc !important;
}

.email-sms-list .list-row {
    padding-left: 80px;
    min-height: 48px;
    height: auto;
}

.custom-lists .cf-internal-code {
    margin-right: 12px;
    font-weight: 600;
}

.custom-lists .sl-length {
    margin-right: 20px;
    font-weight: 600;
    width: 45px;
}

.custom-lists .row-description {
    font-weight: 500;
    white-space: initial;
    text-align: left;
    margin-right: 12px;
    word-break: break-word;
}

.custom-edit-panel .link-group a,
#modalEditCustomFormula .link-group a,
#modalEditSymbolLists .link-group a {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
}

.custom-edit-panel .link-group {
    padding-right: 0;
    margin-top: 12px;
}

textarea#personal_symbols,
textarea#shared_symbols {
    height: 350px;
}

.custom-edit-panel .user-guide {
    padding-top: 28px;
}

.custom-edit-panel .symbol-text {
    padding-top: 22px;
}

.sms-email-field {
    display: flex;
    border-right: 1px solid #dddddd;
    padding: 8px;
}

.sms-email-field label {
    margin-right: 8px;
    margin-top: 12px;
}

.sms-email-field .sms-email {
    margin-right: 8px;
    width: 100%;
    text-align: left;
}

.sms-email-field button {
    margin-top: 3px !important;
    height: 38px;
}

.custom-switch {
    position: absolute;
    left: -10px;
    margin-top: 16px;
}

.custom-switch>input[type="checkbox"] {
    opacity: 0 !important;
    position: absolute;
    z-index: 1;
    width: 46px;
}

.custom-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.custom-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.custom-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.custom-switch>input[type="checkbox"]:checked+label::before {
    background: rgb(0, 0, 0);;
    opacity: 0.5;
}

.custom-switch>input[type="checkbox"]:checked+label::after {
    background: #198754;
    left: 20px;
}

.no-configurations {
    padding-left: 50px;
    padding-right: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.no-configurations .link-group a {
    font-size: 20px;
}

.no-configurations .link-group {
    margin-top: 22px;
    text-align: center;
}

#filter-menu {
    padding-top: 4px;
    text-align: right;
    color: #7C7C7D;
    font-weight: 600;
}

#filter-menu a {
    color: #7C7C7D;
    font-weight: 600;
}

#filter-menu .dropdown-menu {
    width: 320px !important;
    padding: 14px !important;
    text-align: left;
    border-radius: 4px;
    top: 25px !important;
    left: -252px !important;
    float: left !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 1;
}

#filter-menu .dropdown-menu .form-group div {
    padding-right: 3px !important;
}

#filter-menu .dropdown-menu .form-control {
    padding: 11px 12px;
}

#filter-menu .dropdown-menu label {
    margin-top: 6px;
}

#filter-menu .dropdown-menu .btn-reset-all {
    color: var(--linkColor);
}

#filter-menu .dropdown-menu .btn-apply {
    background: var(--buttonBg);
    color: var(--panelBg);
}

#filter-menu .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-left: 0;
    padding: 2px 0 0 11px !important;
}

#window-type-menu .nav-tabs>li>a {
    background: var(--bodyBg);
    color: var(--fontColor);
    border-radius: 3px !important;
    line-height: 24px;
    margin-right: 0;
    padding: 3px 8px;
    border: none;
    font-size: 16px;
}

#window-type-menu .nav-tabs>li>a:hover {
    background: #dddddd;
}

#window-type-menu .nav-tabs>li.active>a,
#window-type-menu .nav-tabs>li.active>a:hover,
#window-type-menu .nav-tabs>li.active>a:focus {
    color: var(--panelBg);
    background: #455681;
    position: relative;
    border: none;
}

#window-type-menu .nav-tabs>li {
    margin-bottom: 0px;
    margin-right: 8px;
}

#sharing-dashboard .stat .custom-card {
    height: 250px;
}

#sharing-dashboard .stat .panel-body {
    padding: 10px;
    height: 196px;
}

#sharing-dashboard .stat .custom-card .panel-header {
    font-size: 22px;
    padding: 16px;
    font-weight: 500;
}

#sharing-dashboard .stat .custom-card a {
    color: #7C7C7D;
}

.most-least-popular .custom-card {
    min-height: 310px;
    font-weight: 600;
    height: auto;
}

.most-least-popular .custom-card .panel-header {
    font-size: 28px;
    padding: 16px;
    font-weight: 500;
}

.most-least-popular .custom-card .img-details {
    width: 100%;
    height: 190px;
}

.most-least-popular .custom-card .views {
    font-size: 44px;
    margin-top: 8px;
}

.most-least-popular .custom-card .symbol,
.most-least-popular .custom-card .timeframe {
    font-size: 26px;
    margin-top: 8px;
}

#most-popular .custom-card .views,
#most-popular .custom-card .symbol,
#most-popular .custom-card .timeframe {
    color: #2D6614;
}

#least-popular .custom-card .views,
#least-popular .custom-card .symbol,
#least-popular .custom-card .timeframe {
    color: #B31512;
}

.full-list-panel .custom-card {
    min-height: 350px;
    height: auto;
}

.full-list-panel .custom-card .details-view .panel-header {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
}

.full-list-panel .custom-card .img-details {
    width: 100%;
    height: 260px;
    margin-bottom: 12px;
}

.full-list-panel .custom-card .details-view .panel-body {
    font-size: 14px;
    height: auto;
    min-height: 350px;
}

.full-list-panel .custom-card .panel-body .detail {
    margin-bottom: 6px;
}

.full-list-panel .custom-card .panel-body .title {
    font-size: 18px;
    font-weight: 700;
}

table.custom-datatable>thead>tr>th,
table.custom-datatable>tbody>tr>th,
table.custom-datatable>tfoot>tr>th,
table.custom-datatable>thead>tr>td,
table.custom-datatable>tbody>tr>td,
table.custom-datatable>tfoot>tr>td {
    border-bottom: 1px solid #dddddd;
    border-top: none !important;
}

.full-list-panel .full-list-tile .dataTables_scrollBody {
    border: none !important;
}

.full-list-panel .full-list-tile .dataTables_wrapper {
    clear: both !important;
    min-height: 350px !important;
    position: relative !important;
    max-height: 430px !important;
    overflow-y: auto;
}

table.custom-datatable>tbody>tr:hover {
    cursor: pointer;
}

table.custom-datatable>tbody>tr.active>td {
    background: #39476B !important;
    color: var(--panelBg);
}

table.dataTable td.dt-control:before {
    content: url(/AccountManagement/images/angle-down-solid.svg) !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    top: 4px !important;
    margin: 0 !important;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
    content: url(/AccountManagement/images/angle-up-solid.svg) !important;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 34px !important;
    border: 1px solid #ccc !important;
}

.view-full-screen:hover {
    transform: scale(1.2);
}

#modalExpandCharts .modal-dialog {
    width: 95%;
}

.filter-dropdown {
    width: 58px;
    float: right;
}

.filter-dropdown .dropdown-menu {
    animation: blink 1.5s infinite !important;
    animation-fill-mode: both !important;
}

.highcharts-menu {
    padding: 0 !important;
    border: none !important;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25) !important;
}
.highcharts-menu .highcharts-menu-item:hover {
    background-color: #dddddd !important;
    color: var(--bodyColor) !important;
}

#window-type-menu .select2-container {
    width: 100%;
}
#window-type-menu .select2-container .select2-selection--single {
    height: 34px;
    padding: 3px;
}
#window-type-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.sms-email-field .form-control {
    padding: 12px;
}

.parse-message font {
    color: red;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    top: 5px;
    font-size: 2rem;
    font-weight: bold;
}

div[data-type="shared"] .dropdown {
    top: 24px !important;
}