﻿/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/*
    Slider for tutorials
*/
.videoSlider .slick-arrow {
    position: absolute;
    z-index: 1000;
    top: 40%;
    border: none;
    background: transparent;
    color: #d4d4d4
}

    .videoSlider .slick-arrow :hover {
        color: #8f8f8f;
    }

    .videoSlider .slick-arrow:focus {
        outline: none
    }

    .videoSlider .slick-arrow.slick-next {
        right: 0
    }

    .videoSlider .slick-arrow.slick-prev {
        left: 0
    }




/*----------------------------------
ALERTS
----------------------------------*/
.alert {
    color: #4a4a4a !important;
}

.alert-info {
    background: #f1f7ff;
}

    .alert-info i {
        color: #17a2b8;
    }

.alert-success {
    background: #d1f1bf;
}

    .alert-success i {
        color: #5a764e;
    }

.alert-warning {
    background: #f0eaa3;
}

    .alert-warning i {
        color: #f5a623;
    }

.alert-danger {
    background-color: #faeaec;
}

    .alert-danger i {
        color: #d0021b;
    }


/*
    Carousel
*/

.carousel__indicators {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .carousel__indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        box-sizing: border-box;
        border: none;
        margin: 0px;
        opacity: 1;
        background: #d8d8d8;
    }

        .carousel__indicators li.active {
            background: #82aee2;
        }

        .carousel__indicators li + li {
            margin-left: 5px;
        }

.carousel__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

    .carousel__nav a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        color: #d4d4d4;
    }

/*----------------------------------
SECTION
----------------------------------*/
.section + .section {
    margin-top: 30px;
}

.section__header {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section__title {
    margin: 0px;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: normal;
}

.section__content {
    position: relative;
}

.section__more {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-left: 20px;
    text-decoration: none !important;
}

.section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .section__overlay.is-active {
        display: flex;
        z-index: 10;
    }

.section__card {
    max-width: 300px;
    text-align: center;
}

.section__footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .section__footer .btn + .btn {
        margin-left: 10px;
    }

.section__tabs {
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.section__tabs {
    background-color: #fff;
}

    .section__tabs .nav-link {
        height: 60px;
        line-height: 60px;
        padding-top: 0;
        padding-bottom: 0;
        color: #4a4a4a;
        text-transform: uppercase;
    }

        .section__tabs .nav-link.active {
            color: #82aee2;
            font-weight: bold;
        }

@media (max-width: 767.98px) {
    .section__header {
        flex-wrap: wrap;
    }

        .section__header .nav {
            order: 2;
            margin-left: 0;
            justify-content: center;
            width: 100%;
        }

    .section__footer {
        flex-direction: column-reverse;
    }

        .section__footer .btn {
            width: 100%;
        }

            .section__footer .btn + .btn {
                margin-left: 0px;
                margin-bottom: 10px;
            }
}

@media(max-width: 575.98px) {
    .section__tabs .nav-link {
        font-size: 14px;
        padding: 10px
    }
}
/*----------------------------------
PAGE: Dashboard
----------------------------------*/
.overlay-add-3 {
    left: 0;
}

.overlay-add-2 {
    left: 33.33%;
}

.score-slider .card {
    text-align: center;
}


.credit-overview__table {
    border-style: hidden;
}

.dispute-overview__table {
    border-style: hidden;
}

.grid-card {
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 50%
}

.grid-card__scores, .grid-card__provider, .grid-card__credit, .grid-card__creditbuilder {
    grid-column-start: 1;
    grid-column-end: 3;
}

.grid-card__offer {
    grid-column-start: 1;
    grid-column-end: 2;
}



.smart-credit_logo {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #3379d0;
    font-family: "Open Sans",sans-serif;
    margin: 0px;
}
/*.grid-card__dispute {
    grid-column-start: 1;
    grid-column-end: 2
}

.grid-card__tutorial {
    grid-column: 2/2;
    grid-row: 1/2
}

.grid-card__offer {
    grid-column: 2/2;
    grid-row: 2/2
}*/
.section--tutorial {
    display: flex;
    flex-direction: column;
    height: 100%
}

    .section--tutorial .video-frame {
        margin-bottom: 20px
    }

    .section--tutorial .card-title {
        max-width: 80%
    }

    .section--tutorial .section__content {
        flex: 1
    }

/*tutorial video on dashbord*/
.grid-card__tutorial .video-frame video {
    width: 80%;
}

.grid-card__tutorial .video-frame {
    text-align: center !important;
}

.btn-sm--text {
    font-size: 14px;
}

@media(max-width: 1199.98px) {
    /* .grid-card__tutorial,
    .grid-card__offer,
    .grid-card__details {
        max-width: 400px;
        margin: 0 auto
    }*/

    .grid-card__block + .grid-card__block {
        margin-top: 30px
    }
}

@media(min-width: 768px) {



    .score-slider {
        display: flex
    }

        .score-slider .score-slider__item {
            display: block;
            flex: 0 0 33.33%;
            margin: 0px
        }

            .score-slider .score-slider__item:nth-child(1) .card {
                border-radius: .25rem 0 0 .25rem
            }

            .score-slider .score-slider__item:nth-child(2) .card {
                border-left: 0px;
                border-right: 0px;
                border-radius: 0px
            }

            .score-slider .score-slider__item:nth-child(3) .card {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px
            }
}

@media(max-width: 768px) {
    .btn-sm--text {
        font-size: 12px;
    }
}

@media(max-width: 767.98px) {
    .grid-card {
        /*display: block*/
        grid-gap: 0px;
        grid-template-columns: 100%;
    }

    .grid-card__block {
        grid-column-start: 1;
        grid-column-end: 1;
    }



    .carousel-item {
        padding: 0px 10px
    }

    .score-slider {
        margin: 0px -15px
    }

        .score-slider .slick-slide,
        .score-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
            transform: scale(1, 1);
            transition: transform .3s
        }

            .score-slider .slick-center,
            .score-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
                transform: scale(1.08)
            }

    .slick-list {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .score-slider__item {
        padding: 0px 10px
    }

    .slick-list {
        margin-bottom: 10px
    }

    .slick-dots {
        display: flex;
        list-style: none;
        padding: 0px;
        list-style: none;
        justify-content: center
    }

        .slick-dots > li + li {
            margin-left: 5px
        }

        .slick-dots > li.slick-active button {
            width: 10px;
            height: 10px;
            background: #4a90e2
        }

        .slick-dots button {
            background: #d8d8d8;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: none;
            font-size: 0px;
            padding: 0px
        }

            .slick-dots button:focus {
                outline: none
            }

    .slick-arrow {
        position: absolute;
        bottom: -6px;
        border: none;
        background: transparent;
        color: #d4d4d4
    }

        .slick-arrow:focus {
            outline: none
        }

        .slick-arrow.slick-next {
            right: 50px
        }

        .slick-arrow.slick-prev {
            left: 50px
        }
}

/*notification bar*/

@media (min-width: 1200px) {
    .container.score--container {
        max-width: 960px;
    }
}

.alert a {
    text-decoration: underline;
    margin: 0px 5px;
    font-weight: normal
}

.alert.alert-dangerdark {
    background-color: #d79696
}

    .alert.alert-dangerdark p,
    .alert.alert-dangerdark a {
        color: #fff;
        font-weight: 100;
        font-size: 16px;
        line-height: 26px
    }

    .alert.alert-dangerdark a {
        text-decoration: underline
    }

.number-badge {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #82aee2;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin: 0px 5px
}

.dismiss-alert span i {
    color: #4a4a4a
}

/*.flex-row {
    margin: -15px 0
}

.flex-row__left {
    flex: 0 0 64.33%
}

.flex-row__right {
    flex: 0 0 33.33%;
    position: relative
}

.personal-offer,
.me,
.section--tutorial {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    left: 0;
    display: flex;
    flex-direction: column
}

    .personal-offer .section__header,
    .me .section__header,
    .section--tutorial .section__header {
        flex: 0 0 40px
    }

    .personal-offer .section__content,
    .me .section__content,
    .section--tutorial .section__content {
        flex: 1 1 auto;
        overflow: auto
    }

.has-button-row {
    bottom: 63px !important
}

@media(max-width: 991.98px) {
    .flex-row {
        flex-direction: column !important
    }

    .flex-row__left,
    .flex-row__right {
        flex: 0 0 100% !important;
        margin: 0px;
        width: 100%
    }

    .flex-row__right {
        max-width: 400px;
        margin: 0 auto
    }

    .personal-offer,
    .me,
    .section--tutorial {
        position: static
    }
}
*/
/*.score-slider .card-body {
    flex: 1
}*/

.score-slider .card {
    display: block;
}
/*----------------------------------
CHARTS
----------------------------------*/
.card__chart {
    margin: 0px auto 0;
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card__chart img {
        width: 100%;
        position: absolute;
        top: 26px;
        right: 0;
        left: 0;
    }
/*
    Scores
*/
.card__score {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0px;
    bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 45%;
    font-size: 20px;
    margin: auto;
}

.dateof {
    display: block;
    margin-top: -15px;
    margin-bottom: 5px;
}

.score-slider__item .card-title {
    font-weight: bold
}


.card__score--red {
    background: #d26e6e;
    color: #6b1313;
}

.card__score--yellow {
    background: #f0eaa3;
    color: #887f0f;
}

.card__score--blue {
    background: #b0dadd;
    color: #527c7f
}

.card__score--green {
    background: #d0e59d;
    color: #2b7800;
}

.card__score--forest {
    background: #85b54f;
    color: #3b6225;
}

.card__score--NA {
    background-color: #e1e1e1;
    color: #9b9b9b
}

.card-footer {
    background: #fff;
    border-top: 1px solid #f2f2f2;
    padding: 10px;
    flex: 1;
}

.card__change {
    /*margin-right: 20px;*/
    font-weight: 600;
    font-size: 16px;
}

.card__result {
    color: #82aee2
}

.card__result--zero {
    color: #9b9b9b
}

.card__arrow {
    /*margin-right: 5px;*/
    display: inline-block;
}

    .card__arrow i {
        font-size: 16px;
    }

.card__arrow--up {
    color: #a1c479;
}

.card__arrow--down {
    color: #bf9298;
}

.card-plan {
    height: 28px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

    .card-plan span {
        font-size: 14px;
        line-height: 28px
    }

.card-plan--middle {
    position: relative
}

    .card-plan--middle::before {
        content: "";
        width: 1px;
        background-color: #fff;
        height: 28px;
        position: absolute;
        top: 0px;
        left: -1px;
        bottom: 0px
    }

    .card-plan--middle::after {
        content: "";
        width: 1px;
        background-color: #fff;
        height: 28px;
        position: absolute;
        top: 0px;
        right: -1px;
        bottom: 0px;
        z-index: 10
    }

.plan-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left
}

    .plan-list > li {
        display: flex;
        align-items: center;
        position: relative;
    }

    .plan-list .fa-check-circle,
    .plan-list .fas:not(.fa-info),
    .plan-completed,
    .plan-pending {
        margin-right: 5px;
        font-size: 20px;
        position: relative;
        z-index: 10;
        background-color: #fff;
        margin-left: 5px;
    }

    .plan-list .fa-check-circle,
    .plan-completed {
        color: #82aee2;
    }

.plan-pending {
    color: #e1e1e1
}

.plan-list > li span,
.noDisputePlanMessage {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold
}

.plan-list > li.pending-action i {
    color: #e1e1e1
}

.plan-list > li.pending-action span {
    color: #d0021b
}

.plan-list > li + li {
    padding-top: 30px
}

    .plan-list > li + li::after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        margin-top: -2px;
        left: 10px;
        background-image: linear-gradient(to bottom, #e1e1e1 50%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 1px 10px;
        background-repeat: repeat-y
    }

.plan-list > li.plan-action {
    padding-top: 28px
}

    .plan-list > li.plan-action::after {
        display: none
    }

    .plan-list > li.plan-action a {
        width: 100%
    }




.score-slider .slick-arrow {
    display: flex;
    align-items: center
}

    .score-slider .slick-arrow i {
        font-size: 14px;
        margin-top: 1px
    }

    .score-slider .slick-arrow span {
        font-size: 14px;
        margin: 0px 5px
    }

.score-slider .card-footer {
    border: none
}

@media (min-width: 768px) {
    .card__chart {
        width: 180px;
        height: 180px;
    }
    /*
    make plan datalist min height source that if one bureau has a button and the other has text it will stay the same height*/
    .plan-list {
        min-height: 140px;
    }
}

@media(min-width: 576px) {
    .card-footer {
        padding: 20px
    }
}
/*
    Offers
*/
.personal-offer .card {
    overflow: hidden;
}

.personal-offer .card-image {
    max-width: 50%;
    margin: 0 auto 20px;
}

    .personal-offer .card-image img {
        width: 100%;
    }

.personal-offer .card-title {
    font-size: 18px;
    line-height: 30px;
    /*color: #76cb9a*/;
}

.approval-odds--excellent {
    color: #76cb9a;
}

    .approval-odds--excellent::before {
        content: "Excellent";
    }

.approval-odds--verygood {
    color: #76cb9a;
}

    .approval-odds--verygood::before {
        content: "Very Good";
    }

.approval-odds--fair {
    color: #76cb9a;
}

    .approval-odds--fair::before {
        content: "Fair";
    }
/*
    Dashboard - My account
*/
.me__list {
    padding: 10px 20px 20px 70px;
    position: relative;
    margin: 0px;
    list-style: none;
}

    .me__list::before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        background-color: #f2f2f2;
    }

    .me__list > li {
        position: relative;
        color: #4a4a4a;
        font-size: 16px;
    }

        .me__list > li::before {
            content: "";
            width: 8px;
            height: 8px;
            background: #f2f2f2;
            border: 1px solid #82aee2;
            border-radius: 50%;
            display: flex;
            position: absolute;
            top: 10px;
            left: -33px;
        }


        .me__list > li + li {
            margin-top: 20px;
        }

/*Filters*/
.filter-toggle,
.filter-label {
    font-weight: bold;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-left: auto;
}

    .filter-toggle i,
    .filter-label i {
        margin-left: 10px;
    }

    .filter-toggle:hover,
    .filter-label:hover {
        text-decoration: none;
    }

.filters__title {
    color: #c2c2c2;
    font-weight: bold;
    margin-bottom: 20px;
}

.filters__message {
    background: #fbf4f4;
    color: #4a4a4a;
    margin: -20px -20px 0 -20px;
    padding: 10px 15px;
    text-align: center;
}

.filters__options {
    padding: 20px;
    border-radius: 0.25rem;
    overflow: hidden;
    /*display: none; took this out for post back may need to add back for mobile*/
    position: absolute;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    z-index: 17;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(219, 219, 219, 0.5);
}

    .filters__options .btn {
        background: #cfcfcf;
        border-color: transparent
    }

    .filters__options label {
        font-size: 14px
    }

.filters__group {
    text-align: left;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 2px solid #ececec;
}

.filters__list {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

    .filters__list .custom-control {
        flex: 0 0 50%;
        margin-bottom: 10px;
    }

    .filters__list .custom-control-label {
        cursor: pointer;
    }

.filters__apply {
    text-align: right;
}

    .filters__apply .btn {
        padding: 10px 50px
    }

.filters-state {
    margin-top: 78px
}

.filter--mobile .filters__group {
    border: none;
    padding: 0
}

.filter--mobile .filters__title {
    margin: 0
}

.filter--mobile .filters__list {
    padding: 0px
}

.filter--mobile .account-all-selected, .filter--mobile .dispute-all-selected {
    display: none
}

.filter--mobile .custom--checkbox {
    flex: 1;
    padding: 0;
    margin: 0;
    text-align: center
}

    .filter--mobile .custom--checkbox label {
        font-weight: 300;
        font-size: 14px;
        padding: 0 5px;
        border: 1px solid #82aee2;
        border-radius: 12px;
        width: 100%
    }

        .filter--mobile .custom--checkbox label:before, .filter--mobile .custom--checkbox label::after {
            display: none
        }

    .filter--mobile .custom--checkbox + .custom--checkbox {
        margin-left: 5px
    }

    .filter--mobile .custom--checkbox [type=checkbox]:checked + label {
        background: #82aee2;
        color: #fff
    }

.check-all, .dispute-span-credit, .credit-dispute-complete {
    display: none
}

@media (min-width: 992px) {
    .filters {
        padding: 15px 0;
    }

    .filters__options {
        position: static;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        width: 100%;
        margin: 0 auto !important
    }

    .filters__list {
        flex-direction: column;
    }

    .filters__apply {
        text-align: left;
    }
}

@media(max-width: 991.98px) {
    .filters-state {
        margin: 0;
        padding: 0 !important
    }
}

.filters__group .filters__title {
    font-size: 14px
}

.filters__options {
    margin: 10px auto 60px
}


.filter-state--mobile-pills .check-all .custom-checkbox {
    border: none;
    text-align: right
}

    .filter-state--mobile-pills .check-all .custom-checkbox label {
        color: #82aee2;
        font-weight: normal;
        border: none
    }

    .filter-state--mobile-pills .check-all .custom-checkbox [type=checkbox]:checked + label {
        background: none;
        color: #82aee2
    }

@media(max-width: 991.98px) {
    .filter-state--mobile-pills .filters__options {
        display: block !important;
        position: static;
        width: 100%;
        margin: 0;
        padding: 15px 15px 0px;
        background: #f7f8fb;
        box-shadow: none
    }

    .filter-state--mobile-pills .filters__message, .filter-state--mobile-pills .filters__apply, .filter-state--mobile-pills .credit-filter-all, .filter-state--mobile-pills .dispute-span {
        display: none
    }

    .filter-state--mobile-pills .filters__group {
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0 20px
    }

    .filter-state--mobile-pills .filters__title {
        margin: 0;
        flex: 0 0 50%
    }

    .filter-state--mobile-pills .filters__list {
        padding: 0px;
        flex: 1;
        margin-top: 10px
    }

    .filter-state--mobile-pills .check-all {
        display: block;
        flex: 0 0 50%
    }

    .filter-state--mobile-pills .dispute-span-credit, .filter-state--mobile-pills .credit-dispute-complete {
        display: block
    }

    .filter-state--mobile-pills .account-all-selected, .filter-state--mobile-pills .dispute-all-selected {
        display: none
    }

    .filter-state--mobile-pills .custom-checkbox {
        flex: 1;
        padding: 0;
        margin: 0;
        text-align: center
    }

        .filter-state--mobile-pills .custom-checkbox label {
            font-weight: 300;
            font-size: 14px;
            padding: 0 5px;
            border: 1px solid #82aee2;
            border-radius: 12px;
            width: 100%
        }

            .filter-state--mobile-pills .custom-checkbox label:before, .filter-state--mobile-pills .custom-checkbox label::after {
                display: none
            }

        .filter-state--mobile-pills .custom-checkbox + .custom-checkbox {
            margin-left: 5px
        }

        .filter-state--mobile-pills .custom-checkbox [type=checkbox]:checked + input + label {
            background: #82aee2;
            color: #fff
        }

    /*the mobile all filter does not work like a pill*/
    .filter-state--mobile-pills .check-all .custom-checkbox [type=checkbox]:checked + input + label {
        background: transparent;
        color: #82aee2;
    }
}
/*----------------------------------
TABLE ACCORDION
Create a table with collapsible rows
----------------------------------*/
.table-accordion {
    border-collapse: separate;
}

    .table-accordion thead th {
        border: none;
    }

    .table-accordion th {
        color: #c9c9c9;
        text-align: left;
        font-weight: normal;
        padding-left: 25px;
    }

    .table-accordion td {
        color: #4a4a4a;
        text-align: left;
    }

.table-accordion__header .td-checkbox {
    width: 60px;
}

    .table-accordion__header .td-checkbox label::before, .table-accordion__header .td-checkbox label::after {
        left: -10px;
    }

.table-accordion__header td,
.table-accordion__header th {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    vertical-align: baseline; /*update to work with no data for account view, fields that do not have a title are set bellow to middle*/
    font-weight: 600;
}

    .table-accordion__header td:not([data-label]),
    .table-accordion__header th:not([data-label]) {
        vertical-align: middle;
    }


    .table-accordion__header td:first-child,
    .table-accordion__header th:first-child {
        border-radius: 5px 0 0 5px;
        border-left: 1px solid #f1f1f1;
    }

    .table-accordion__header td:before,
    .table-accordion__header th:before {
        display: block;
        content: attr(data-label);
        font-size: 14px;
        color: #c2c2c2;
        text-transform: uppercase;
    }

    .table-accordion__header td.label--text-danger:before {
        color: #d0021b !important;
    }

    .table-accordion__header td:last-child,
    .table-accordion__header th:last-child {
        border-right: 1px solid #f1f1f1;
        border-radius: 0 5px 5px 0;
    }

.table-accordion__header.is-active td {
    border-bottom: none;
}

    .table-accordion__header.is-active td:first-child {
        border-bottom-left-radius: 0px;
    }

.table-data {
    margin: 0px;
    margin-bottom: 20px; /*added to work with no dispute*/
}

.table-data__content {
    width: 100%;
}

    .table-data__content th,
    .table-data__content td {
        padding: 5px;
        font-size: 13px;
        font-weight: 600;
    }

    .table-data__content th {
        width: 45%;
    }

.table-accordion__content > td {
    border: none;
    padding: 0;
    padding-bottom: 20px;
}

.table-accordion__footer {
    margin: 20px 15px 15px 15px;
    width: 100%;
    table-layout: fixed;
}

    .table-accordion__footer td {
        padding: 15px 15px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #8a9096;
    }

        .table-accordion__footer td:before {
            display: block;
            content: attr(data-label);
            font-size: 12px;
            color: #c2c2c2;
            text-transform: uppercase;
        }

.table-accordion__card {
    background-color: #fff;
    position: relative;
    border: 1px solid transparent;
    border-top: none;
}

    .table-accordion__card.show {
        border-color: #f1f1f1;
        border-radius: 0px 0px 5px 5px;
        overflow: hidden;
        margin-top: -5px;
        padding-top: 10px;
    }

    .table-accordion__card:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
    }

.table-accordion__card--success:after {
    background-color: #7ed321;
}

.table-accordion__card--warning:after {
    background-color: #f5a623;
}

.table-accordion__card--danger:after {
    background-color: #d0021b;
}

.table-accordion__card--info:after {
    background-color: #17a2b8;
}

.table-accordion__icon {
    font-size: 15px;
    color: #979797;
    cursor: pointer;
}

    .table-accordion__icon .fa-minus {
        display: none;
    }

    .table-accordion__icon .fa-plus {
        display: block;
    }

    .table-accordion__icon:not(.collapsed) ~ td {
        background: #000;
    }

    .table-accordion__icon:not(.collapsed) .fa-minus {
        display: block;
    }

    .table-accordion__icon:not(.collapsed) .fa-plus {
        display: none;
    }



    .table-accordion__icon:hover {
        color: #82aee2;
    }

.checkbox-on {
    display: none;
}

.table-attrs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    padding: 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

    .table-attrs li {
        flex: 0 0 25%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 20px;
        margin: 10px 0;
    }

        .table-attrs li + li {
            border-left: 1px solid #f2f2f2;
        }

        .table-attrs li label {
            color: #c9c9c9;
            font-size: 14px;
            font-weight: bold;
            margin: 0;
        }

        .table-attrs li p {
            margin: 0;
        }

@media (max-width: 767.98px) {
    .table-accordion {
        font-size: 14px;
    }

        .table-accordion thead {
            display: none;
        }

    .table-accordion__card {
        border-left: none;
    }


    .table-accordion__header {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        background-color: #fff;
        padding: 10px;
        border-left: none;
    }

        .table-accordion__header.is-active {
            border-bottom-left-radius: 0px;
            border-bottom: none;
            border-bottom-right-radius: 0px;
        }

            .table-accordion__header.is-active .td-checkbox .custom-control input[type=checkbox]:checked + label::before {
                border-bottom: none;
                border-bottom-right-radius: 0px;
            }

        .table-accordion__header.is-checked + .table-accordion__content .show {
            border-radius: 0px 0px 3px 3px;
        }

        .table-accordion__header td.td-checkbox {
            display: block;
            position: absolute !important;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0px;
            width: 100%;
            background: transparent;
            border-left: none !important;
        }

        .table-accordion__header th, .table-accordion__header td {
            flex: 0 0 50%;
            position: static !important;
            border-radius: 0 !important;
            border: none;
            padding: 10px 15px;
        }

            .table-accordion__header th:first-child, .table-accordion__header th:last-child,
            .table-accordion__header td:first-child,
            .table-accordion__header td:last-child {
                border: none;
            }

            .table-accordion__header th:nth-child(odd),
            .table-accordion__header td:nth-child(odd) {
                border-left: 1px solid #f1f1f1;
                padding-left: 10px;
            }

            .table-accordion__header th:before,
            .table-accordion__header td:before {
                font-size: 12px
            }

        .table-accordion__header:not(.collapsed) {
            border-bottom: none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    .table-accordion__content {
        position: relative;
    }

        .table-accordion__content .checkbox-on {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            z-index: 10;
        }

    .table-modify-border .table-accordion__header th:nth-child(even),
    .table-modify-border .table-accordion__header td:nth-child(even),
    .dispute-highlight .table-accordion__header th:nth-child(even),
    .dispute-highlight .table-accordion__header td:nth-child(even) {
        border-left: 1px solid #f1f1f1;
        padding-left: 10px;
    }

    .table-modify-border .table-accordion__header th:nth-child(odd),
    .table-modify-border .table-accordion__header td:nth-child(odd),
    .dispute-highlight .table-accordion__header th:nth-child(odd),
    .dispute-highlight .table-accordion__header td:nth-child(odd) {
        border-left: none;
    }

    .selected-item.btn:disabled {
        opacity: 1;
        background-color: #c2c2c2;
        border: none;
    }

    .td-checkbox .custom-control {
        position: static;
    }

        .td-checkbox .custom-control input[type=checkbox] {
            opacity: 0;
        }

            .td-checkbox .custom-control input[type=checkbox]:checked + label::before {
                background: transparent;
                border: 2px solid #7ed321;
            }

    .td-checkbox .custom-control-label {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .td-checkbox .custom-control-label::after {
            display: none;
        }

        .td-checkbox .custom-control-label::before {
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            left: 0 !important;
            bottom: 0;
            background: transparent;
            border: none;
        }

    .tr--success .td-checkbox .custom-control input[type=checkbox]:checked + label::before {
        border: 2px solid #7ed321;
    }

    .tr--success.is-checked + .table-accordion__content .table-accordion__card {
        margin-right: 1px;
        border-right: 2px solid #7ed321;
        border-bottom: 2px solid #7ed321;
    }

    .tr--warning .td-checkbox .custom-control input[type=checkbox]:checked + label::before {
        border: 2px solid #f5a623;
    }

    .tr--warning.is-checked + .table-accordion__content .table-accordion__card {
        margin-right: 1px;
        border-right: 2px solid #f5a623;
        border-bottom: 2px solid #f5a623;
    }

    .tr--danger .td-checkbox .custom-control input[type=checkbox]:checked + label::before {
        border: 2px solid #d0021b;
    }

    .tr--danger.is-checked + .table-accordion__content .table-accordion__card {
        margin-right: 1px;
        border-right: 2px solid #d0021b;
        border-bottom: 2px solid #d0021b;
    }

    .tr--info .td-checkbox .custom-control input[type=checkbox]:checked + label::before {
        border: 2px solid #17a2b8;
    }

    .tr--info.is-checked + .table-accordion__content .table-accordion__card {
        margin-right: 1px;
        border-right: 2px solid #17a2b8;
        border-bottom: 2px solid #17a2b8;
    }

    .table-accordion__icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-attrs {
        flex-direction: column;
        padding: 10px 0;
    }

        .table-attrs li {
            flex: 0 0 100%;
            border: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

            .table-attrs li + li {
                margin-top: 10px;
                border: none;
            }

    .table-data table th {
        width: 55%;
        word-break: break-word;
    }

    .table-data__table .table-striped tr:nth-of-type(odd) {
        background: #fff;
    }

    .table-data__table .table-striped tr:nth-of-type(even) {
        background: rgba(0, 0, 0, 0.05);
    }

    .table-accordion__footer td {
        display: block;
        width: 100% !important;
        padding: 10px 0;
        border: none;
    }

    .table-data {
        position: relative;
        padding: 15px 0px;
        margin: 0px 0px 15px;
    }

        .table-data:before {
            content: "";
            width: 90%;
            background: #f2f2f2;
            height: 1px;
            margin: 0 auto;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
        }

        .table-data::after {
            content: "";
            width: 90%;
            background: #f2f2f2;
            height: 1px;
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
        }

    .table-reason .table-accordion__header {
        padding-bottom: 45px;
    }

        .table-reason .table-accordion__header td.btnDisputeReason {
            position: absolute !important;
            left: 5px;
            bottom: 0;
            right: 0;
            flex: 0 0 100%;
            border-left: none;
            border-top: 1px solid #f1f1f1;
            display: flex;
            justify-content: center;
        }

        .table-reason .table-accordion__header td.btnRemoveFromDispute {
            border-left: 1px solid #f1f1f1;
        }

        .table-reason .table-accordion__header td:last-child {
            position: absolute !important;
            right: 10px;
            bottom: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
        }

            .table-reason .table-accordion__header td:last-child .table-accordion__icon {
                position: static !important;
                align-items: flex-end;
            }
}

.accordion__item + .accordion__item {
    border-top: 1px solid #e1e1e1;
}

.accordion__header {
    padding: 18px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #c2c2c2;
}

    .accordion__header:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-flex;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        align-items: center;
        margin-left: auto;
        content: "\f0de";
        color: #9b9b9b;
    }

    .accordion__header.collapsed:after {
        content: "";
    }

    .accordion__header:hover {
        color: #82aee2;
    }

.accordion__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.accordion__badge {
    height: 28px;
    min-width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #9b9b9b;
    background-color: #e1e1e1;
    border-radius: 28px;
    margin-left: 10px;
}

@media(max-width: 767.98px) {
    .accordion__title {
        font-weight: normal;
        font-size: 16px
    }

    .accordion__header {
        padding: 10px 0
    }

    .accordion__item + .accordion__item {
        border-top: none
    }
}

.dispute-highlight th {
    color: #000;
    border: none;
}

    .dispute-highlight th:first-child {
        border-radius: 0px;
    }

        .dispute-highlight th:first-child::after {
            border-color: #82aee2 !important;
        }

    .dispute-highlight th .btn {
        font-size: 16px
    }

.dispute-highlight td {
    border: none;
}

.dispute-highlight .table-accordion__header td:last-child {
    border: none;
    border-radius: 0px;
}

.dispute-highlight table {
    width: 100%;
}

.dispute-highlight .table-accordion__card {
    border: none;
    border-left: 4px solid #82aee2;
    margin-left: 1px;
    border-radius: 0px;
}

    .dispute-highlight .table-accordion__card::before {
        content: "";
        top: 0;
        right: 0;
        left: 0;
        width: 98%;
        margin: 0 auto;
        height: 1px;
        background: #f1f1f1;
        position: absolute;
    }

.dispute-card__label {
    font-weight: bold
}

.dispute-card__title .btn {
    font-size: 16px
}

.dispute-card {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    position: relative;
    margin-bottom: 20px;
    border-left: 4px solid #82aee2;
}

.dispute-card--success {
    border-left-color: #7ed321;
}

.dispute-card--warning {
    border-left-color: #f5a623;
}

.dispute-card--danger {
    border-left-color: #d0021b;
}

.dispute-card--info {
    border-left-color: #17a2b8;
}

.dispute-card--expanded .dispute-card__header:after {
    display: none;
}

.dispute-card--expanded .dispute-card__attr {
    display: flex;
    justify-content: flex-end;
}

.dispute-card__header {
    padding: 20px;
    position: relative;
}

.dispute-card__title {
    display: flex;
    align-items: center;
}

    .dispute-card__title p {
        text-transform: uppercase;
        margin: 0;
        font-size: 16px;
    }

    .dispute-card__title .btn {
        margin-left: 10px;
    }

.dispute-card__alert {
    color: #e66d7c;
}
/*.dispute-card__alert .btn-border {
    color: #e66d7c;
}*/

.dispute-card__warning {
    color: #82aee2;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

    .dispute-card__warning i {
        margin-right: 5px;
        color: #edc178;
    }



.dispute-card__attr {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .dispute-card__attr > li {
        display: block;
        align-items: center;
        padding: 0 20px;
    }

    .dispute-card__attr label {
        color: #c2c2c2;
        margin: 0;
        text-transform: uppercase;
    }

    .dispute-card__attr p {
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
    }

.dispute-card__body {
    padding: 20px 0;
    margin: 0px 20px;
    border-top: 1px solid #f2f2f2;
}

.dispute-card__actions {
    display: flex;
    align-items: center;
}

    /*the first btn gets moved over less than the subsquent buttons*/
    .dispute-card__actions .btn,
    .dispute-card__actions .dropdown,
    .dispute-card__actions a {
        margin-left: 10px;
    }

        .dispute-card__actions .btn + .btn,
        .dispute-card__actions .btn + .dropdown,
        .dispute-card__actions .dropdown + .dropdown,
        .dispute-card__actions .dropdown + .btn {
            margin-left: 30px; /*updated when left aligned*/
        }

    .dispute-card__actions .btn-link + .btn-link {
        margin-left: 0px;
    }

    .dispute-card__actions .btn-icon {
        flex: 0 0 auto;
    }

    .dispute-card__actions .dropdown .btn {
        width: 100%;
    }


.dispute-card__reason {
    display: flex;
    align-items: center;
    height: 100%;
}

    .dispute-card__reason label {
        margin: 0;
    }

    .dispute-card__reason i {
        color: #82aee2;
    }

    .dispute-card__reason i,
    .dispute-card__reason .btn {
        margin-left: 10px;
    }

@media (max-width: 991.98px) {
    .dispute-card__actions .btn,
    .dispute-card__actions .dropdown,
    .dispute-card__actions a {
        margin-left: 0px;
    }

    .dispute-card--expanded .dispute-card__attr {
        justify-content: space-between;
    }

        .dispute-card--expanded .dispute-card__attr li {
            flex: 1 1 auto;
        }



    .dispute-card__header {
        padding-right: 20px;
    }

        .dispute-card__header:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-flex;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            align-items: center;
            content: "\f0de";
            padding: 20px;
            background-color: transparent;
        }


    .dispute-card__actions {
        flex-direction: column;
        max-width: 400px;
        align-items: stretch;
        margin: auto;
        padding: 0px 10px;
    }

        .dispute-card__actions .btn + .btn,
        .dispute-card__actions .btn + .dropdown,
        .dispute-card__actions .dropdown + .btn,
        .dispute-card__actions .dropdown + .dropdown {
            margin-left: 0px;
            margin-top: 10px;
        }

        .dispute-card__actions .ml-auto {
            margin-left: 0px !important;
        }

    .dispute-card__title {
        justify-content: space-between;
        padding-right: 40px;
    }

    .dispute-card__attr {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0;
        margin: 10px 0;
    }

        .dispute-card__attr > li {
            padding: 0;
            flex-direction: column;
            align-items: flex-start;
        }

            .dispute-card__attr > li + li {
                padding-left: 10px;
                margin-left: 10px;
            }

            .dispute-card__attr > li p {
                margin-left: 0;
            }

    .dispute-card__alert {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .dispute-highlight .table-accordion__header {
        border-radius: 0px;
    }

        .dispute-highlight .table-accordion__header th:first-child {
            flex: 0 0 100%;
            /*border-bottom: 1px solid #f2f2f2;*/
        }

        .dispute-highlight .table-accordion__header td:nth-child(even) {
            border-left: none;
        }

        .dispute-highlight .table-accordion__header td:nth-child(2), .dispute-highlight .table-accordion__header td:nth-child(3) {
            margin-top: 10px;
        }

        .dispute-highlight .table-accordion__header td:nth-child(3) {
            border-left: 1px solid #f1f1f1;
        }

        .dispute-highlight .table-accordion__header td:nth-child(4) {
            flex: 0 0 100%;
        }

        .dispute-highlight .table-accordion__header td:last-child {
            position: absolute !important;
            display: flex;
            align-items: center;
            top: 0px;
            right: 0px;
            padding: 5px;
        }

            .dispute-highlight .table-accordion__header td:last-child .table-accordion__icon {
                position: static;
                align-items: flex-end;
            }

        .dispute-highlight .table-accordion__header td[data-label=Date],
        .dispute-highlight .table-accordion__header td[data-label=Status] {
            display: none
        }

        .dispute-highlight .table-accordion__header.active td[data-label=Date],
        .dispute-highlight .table-accordion__header.active td[data-label=Status] {
            display: table-cell
        }

    .dispute-highlight .table-accordion__card {
        margin-left: 0px;
    }

        .dispute-highlight .table-accordion__card table {
            margin-top: 10px;
        }

            .dispute-highlight .table-accordion__card table tr td {
                display: block;
                width: 100%;
                padding: 5px 10px;
            }

        .dispute-highlight .table-accordion__card button {
            display: block;
            width: 100%;
        }

    .done-dispute-modal .modal-head {
        display: none
    }

    .done-dispute-modal .modal-header {
        border-bottom: none;
        margin-top: 20px;
        padding-bottom: 0px
    }
}

/* To remove surrounding borders from the table */
.border-style-hidden {
    border-style: hidden;
}

.td--disabled {
    background: #fbfbfb;
    color: #999;
}

/*
TABLE STATUS
Adds the border indicator according to status.
*/
.table-status td:first-child,
.table-status th:first-child {
    position: relative;
}

    .table-status td:first-child:after,
    .table-status th:first-child:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-width: 2px;
        border-style: solid;
        border-color: transparent;
    }

/* -- Table value show in add dispute reason modal --*/
.table-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    /*margin-bottom: 15px;*/
    font-weight: bold;
    /*border-bottom: 1px solid #ececec;*/
}


    .table-content label {
        color: #d3d3d3;
        font-size: 12px;
        margin: 0;
    }

    .table-content span {
        color: #4a4a4a;
        font-size: 14px;
        display: block;
        font-weight: bold;
        min-height: 20px;
    }

.table-content__box {
    flex: 0 0 50%;
    /*padding-bottom: 5px;*/
}

    .table-content__box:first-child {
        flex: 0 0 100%;
        /*padding-bottom: 0px;*/
    }

        .table-content__box:first-child span {
            font-size: 16px
        }
/* -- End --*/
.tr--success td:first-child:after,
.tr--success th:first-child:after {
    border-color: #7ed321;
}

.tr--warning td:first-child:after,
.tr--warning th:first-child:after {
    border-color: #f5a623;
}

.tr--danger td:first-child:after,
.tr--danger th:first-child:after {
    border-color: #d0021b;
}

.tr--info td:first-child:after,
.tr--info th:first-child:after {
    border-color: #17a2b8;
}

.table .btn-light {
    color: #fff;
    background-color: #dddddd;
    border: none;
}

    .table .btn-light:hover {
        background-color: #d0d0d0;
    }

/*Overview table */
table.credit-overview__table thead th span,
.dispute-overview__table thead th span {
    text-transform: uppercase
}

table.credit-overview__table tbody th,
.dispute-overview__table tbody th {
    font-weight: normal
}

table.credit-overview__table .btn.btn-icon.btn-xs,
.dispute-overview__table .btn.btn-icon.btn-xs {
    width: 18px;
    height: 18px
}

    table.credit-overview__table .btn.btn-icon.btn-xs i,
    .dispute-overview__table .btn.btn-icon.btn-xs i {
        font-size: 8px
    }

    table.credit-overview__table .btn.btn-icon.btn-xs .fa-info,
    .dispute-overview__table .btn.btn-icon.btn-xs .fa-info {
        font-style: italic
    }

table.credit-overview__table th,
table.credit-overview__table td,
.dispute-overview__table th,
.dispute-overview__table td {
    padding: 10px
}

.table--provider {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

    .table--provider td {
        padding: 15px 20px;
        border-radius: 2px;
        font-size: 14px;
        width: 30%;
    }

        .table--provider td label {
            color: #c2c2c2;
            margin: 0px;
            font-size: 14px;
            text-transform: uppercase;
            display: block
        }

        .table--provider td strong {
            display: inline-block;
            margin-right: 5px
        }

/*.table--provider td img {
            display: block;
            height: 18px
        }*/

.status-suspended strong {
    color: #d0021b
}

.status-suspended a {
    display: inline-block
}

@media(max-width: 767.98px) {
    .table--provider tr {
        display: flex;
        flex-direction: column;
        padding: 10px
    }

    .table--provider td {
        border: none;
        padding: 10px;
        width: 100%;
    }

    .table-bordered th,
    .table-bordered td {
        padding: 8px
    }
}

.expand-details {
    border-top: 1px solid #f2f2f2;
    padding: 15px 0;
    margin: 15px 20px 0;
}

    .expand-details label {
        color: #c2c2c2;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }

    .expand-details span {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

    .expand-details .btn {
        font-size: 10px !important;
        width: 20px !important;
        height: 20px !important;
        margin-left: 5px;
    }

.expand-details__description span {
    font-weight: normal;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .expand-details__details {
        margin-bottom: 15px;
        padding: 0;
    }

    .expand-details__description {
        padding: 0;
    }
}


.create-dispute-nav {
    display: none;
}

@media (max-width: 767.98px) {
    .create-dispute-nav {
        display: block;
    }

    .page-header-back .header {
        height: 80px
    }
}



/*.Dispute-Checkbox {
    display: none;
}*/


.credit-item--table .accordion__item .table-accordion__header th:nth-child(even),
.credit-item--table .accordion__item .table-accordion__header td:nth-child(even) {
    padding-left: 10px
}

.tab-content--dispute .dispute-highlight th .btn-link {
    margin-top: -5px;
}

.tab-content--dispute .table-accordion__header.active td:nth-child(4) {
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
}



/*Added to override nesting, pop ups nested in other tages loose default properties- double check that this does not override other things*/
.modal {
    font-weight: 400;
}


/************
    MY Account area
*************/
.card--account label {
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 30px
}

.card--account .list-group-item {
    padding: 20px 25px
}

.add-new {
    display: inline-flex;
    align-items: center;
    padding: 0 10px
}

    .add-new i {
        color: #e7af54;
        font-size: 24px;
        margin-right: 10px
    }

    .add-new span {
        font-size: 14px
    }
/*FA@*/
.card--faq {
    border: none
}

    .card--faq .card-header {
        background-color: #fff;
        border: none;
        border-radius: 0px
    }

        .card--faq .card-header p {
            font-size: 18px;
            color: #4a4a4a;
            cursor: pointer;
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 400
        }

            .card--faq .card-header p.collapsed {
                font-weight: 300;
                color: #9a9a9a
            }

                .card--faq .card-header p.collapsed .fa-plus {
                    display: block
                }

                .card--faq .card-header p.collapsed .fa-minus {
                    display: none
                }

    .card--faq + .card--faq {
        border-top: 1px solid #dadada
    }

.faq-accordion__icon {
    font-size: 16px
}

    .faq-accordion__icon .fa-plus {
        display: none
    }

    .faq-accordion__icon .fa-minus {
        display: block
    }
/*Documents*/
.input-file {
    display: none
}

.file-list {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style: none
}

    .file-list > li {
        display: flex;
        align-items: center
    }

        .file-list > li strong {
            font-size: 16px
        }

        .file-list > li i {
            color: #82aee2;
            font-size: 30px;
            margin-right: 10px
        }

.drop-file {
    border: 2px dashed #d8d8d8;
    background-color: #fcfbfb;
    padding: 25px;
    width: 100%;
    height: 190px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

    .drop-file span {
        font-size: 18px;
        margin-bottom: 10px;
        display: inline-block
    }

    .drop-file .btn {
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        cursor: pointer
    }

.btn--upload:disabled {
    background-color: #c2c2c2;
    color: #fff;
    cursor: not-allowed
}

.table--account td {
    border: none;
    padding: 5px 10px 0;
    vertical-align: middle;
    color: #4a4a4a
}

.table--account .btn-link {
    font-size: 16px
}


.file-name {
    display: flex;
    align-items: center
}

    .file-name i {
        color: #acd47e;
        font-size: 25px;
        margin-right: 10px
    }

@media(max-width: 767.98px) {
    .drop-file {
        border: none;
        background-color: transparent;
        padding: 0px;
        width: auto;
        height: auto;
    }

    .card--account .list-group-item {
        padding: 10px 15px
    }

    .card--report {
        padding: 20px !important
    }

    .file-name i {
        font-size: 18px;
        margin-right: 5px
    }

    .card--account label {
        margin-bottom: 20px
    }

    .table-account__header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }


        .table-account__header td {
            font-size: 14px;
            max-width: 50%;
            width: auto;
            padding: 5px 10px
        }

            .table-account__header td .btn {
                padding: 5px 10px
            }
}
/*Resources*/
.card--resources .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.label-grey {
    color: #9b9b9b;
    font-weight: bold
}

.btn.btn-download--icon {
    font-size: 24px;
    padding: 0px
}

.card--video {
    height: 100%
}

    .card--video .card-title {
        line-height: 25px;
        font-weight: bold;
    }

    .card--video .card-description {
        line-height: 25px
    }

.video-frame {
    /*padding-bottom: 56.25%;*/
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 10px
}

video {
    object-fit: cover;
}

.video-frame img, .video-frame iframe {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-frame__duration {
    background-color: #82aee2;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    padding: 0px 10px;
    border-radius: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.border-bottom {
    border-bottom: 1px solid #e1e1e1 !important
}

.list-grid {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

    .list-grid li {
        flex: 0 0 30%
    }

.tutorial-link-wrapper:hover{
    text-decoration: none;
}
.tutorial-link-wrapper{
    color: inherit;
}
 
@media(max-width: 991.98px) {
    .list-grid li {
        flex: 0 0 45%
    }
}

@media(max-width: 767.98px) {

    .list-grid {
        display: block
    }
}




/*Skeleton Page*/
@keyframes skeletonAnimation {
    0% {
        opacity: .8
    }

    50% {
        opacity: .4
    }

    100% {
        opacity: .8
    }
}

.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: "â€œ" "â€" "â€˜" "â€™";
    /*quotes: "“" "”" "‘" "’";*/
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    all: unset
}

.pending {
    color: #bdc3c7 !important;
    background-color: #bdc3c7 !important;
    border-color: #bdc3c7 !important;
    animation-name: skeletonAnimation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.pending_el {
    color: #ccc !important;
    background-color: #ccc !important;
    animation-name: skeletonAnimation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.container2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 5px
}


.content {
    background-color: #f0f0f0 !important;
    padding: 10px 16px;
    color: #34495e !important;
    font-family: system-ui, sans-serif;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px)
}

.demo:empty {
    margin: auto;
    width: 500px;
    height: 600px;
    background-image: radial-gradient(circle 50px at 50px 50px, lightgray 99%, transparent 0), linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);
    background-repeat: repeat-y;
    background-size: 100px 200px, 50px 200px, 150px 200px, 350px 200px, 300px 200px, 250px 200px;
    background-position: 0 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
    animation: shine 1s infinite
}

@keyframes shine {
    to {
        background-position: 0 0, 100% 0, 120px 0, 120px 40px, 120px 80px, 120px 120px
    }
}

.bg-image {
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30%
}

.module {
    padding: 40px 0px 60px
}

.row--customize {
    align-items: center
}

    .row--customize .row__content h3 {
        margin-bottom: 20px;
        color: #4a4a4a
    }

    .row--customize .row__content p {
        font-size: 16px;
        line-height: 32px;
        color: #4a4a4a
    }

    .row--customize .row__image img {
        width: 100%
    }

.content-text {
    padding-right: 70px
}

.tr--grey td:first-child:after,
.tr--grey th:first-child:after {
    border-left: 3px solid #e1e1e1
}

.content-placeholder-small {
    width: calc(50% - 21px);
    margin: 5px auto;
    height: 13px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #e1e1e1 0px, #f0f0f0 40px, #e1e1e1 80px);
    background-size: 600px;
    animation: shine-lines 2.6s infinite linear
}

.content-placeholder-medium {
    width: calc(80% - 21px);
    margin: 5px auto;
    height: 13px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #e1e1e1 0px, #f0f0f0 40px, #e1e1e1 80px);
    background-size: 600px;
    animation: shine-lines 2.6s infinite linear
}

.content-placeholder-image {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 100%;
    margin: 30px auto;
    background-image: linear-gradient(90deg, #e1e1e1 0px, #f0f0f0 40px, #e1e1e1 80px);
    background-size: 600px;
    animation: shine-circle 2.6s infinite linear
}

.card--details .me__list li::before {
    top: 2px;
    border-color: #f2f2f2
}

.me__list .content-placeholder-small,
.me__list .content-placeholder-image {
    margin: 0px
}

.content-placeholder-image-rectangle {
    max-width: 170px;
    height: 110px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #e1e1e1 0px, #f0f0f0 40px, #e1e1e1 80px);
    background-size: 600px;
    animation: shine-lines 2.6s infinite linear;
    margin: 0 auto
}

.content-placeholder-image-rectangle-large {
    max-width: 310px;
    height: 180px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #e1e1e1 0px, #f0f0f0 40px, #e1e1e1 80px);
    background-size: 600px;
    animation: shine-lines 2.6s infinite linear;
    margin: 0 auto
}

.content-placeholder-button {
    width: 200px;
    height: 48px;
    background-image: linear-gradient(90deg, #e1e1e1 0px, #f0f0f0 40px, #e1e1e1 80px);
    background-size: 600px;
    animation: shine-lines 2.6s infinite linear;
    border: none
}

@keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%, 100% {
        background-position: 320px
    }
}

@keyframes shine-circle {
    0% {
        background-position: -32px
    }

    40%, 100% {
        background-position: 208px
    }
}

@media(min-width: 1025px) {
    .row--customize .video-frame iframe {
        width: 100%;
        height: 360px;
    }
}

@media(max-width: 991.98px) {
    .row--customize {
        text-align: center
    }

        .row--customize .row__image {
            margin-top: 50px
        }

    .content-text {
        padding-right: 0px
    }
}
/*End Sekelton Page*/

/* SCORE VIEW */
.noScore {
    display: none;
}

/*content desktop if a bureau has points changes show the change section on all bureaus*/

@media (min-width: 1025px) {

    .noScore {
        display: block;
    }

        .noScore.AllBureas_NoScore {
            display: none;
        }
}


/*Mobile Page Name*/
.page-name p {
    margin: 0;
    color: #82aee2;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    padding: 5px 0
}

/*---------------------------
    Header
------------------------------*/

.header { /*moved this out of common b/c registration has different styling*/
    background: white;
    box-shadow: 0 0px 2px 0 rgba(218,218,218,.5);
}

@media(max-width: 575.98px) {
    .header {
        height: 80px
    }

        .header .header__top {
            box-shadow: 0 2px 6px 0 rgba(130, 174, 226, .17)
        }

        .header .col-6 {
            padding: 0px
        }

    .page-name {
        box-shadow: 0 2px 6px 0 rgba(218, 218, 218, .5)
    }
    /*.page-header {
        margin: 0 0 20px
    }*/
}

/*PROFILE - rest of styling in Common.css*/
.card--profile .form-title {
    border-bottom: 1px solid #f2f2f2
}

/*errors created from form .validate*/
label.error {
    color: #e77b88;
}

/*crl custom error page */
.cv_error {
    text-align: center
}

    .cv_error h3 {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: .1px
    }

    .cv_error p {
        margin: 30px auto;
        color: #4a4a4a;
        font-size: 16px;
        width: 70%
    }

.error-img img {
    width: 100%
}

@media(max-width: 575.98px) {
    .cv_error p {
        width: 100%
    }
}

.credit-message {
    padding: 50px 0;
    background: #fff;
    text-align: center;
    color: #545454
}

.credit-message__title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .06px;
    width: 90%;
    margin: 0 auto;
}

.credit-message__text {
    font-size: 20px;
    letter-spacing: .05px;
    width: 45%;
    margin: 15px auto 0px;
    line-height: 36px
}

.credit-offer {
    margin-top: 50px
}

.credit-offer__title {
    font-size: 20px;
    color: #5e5e5e;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 18px
}

.legal-disclaimer {
    font-size: 14px;
    color: #82aee2;
    line-height: 23px;
    font-weight: 300;
    margin-top: 50px
}

.credit-card {
    padding: 20px;
    background: #fff;
    border: solid 1px #f2f2f2;
    border-radius: 4px;
    height: 100%
}

.credit-card__img {
    margin: 20px 0
}

.credit-card h6 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .04px;
    color: #5e5e5e
}

.credit-card .btn {
    font-weight: 300
}

.credit-card__img {
    width: 60%
}

    .credit-card__img img {
        width: 100%;
        border-radius: 5px
    }

.credit-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .credit-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #e1e1e1;
        padding: 15px 0
    }

        .credit-list li:last-child {
            border: none
        }

    .credit-list h5 {
        color: #9b9b9b;
        font-size: 14px
    }

    .credit-list p {
        color: #82aee2;
        font-weight: 300;
        margin: 0;
        line-height: normal
    }

@media(max-width: 1199.98px) {
    .credit-message {
        box-shadow: inset 0 2px 6px 0 rgba(130, 174, 226, .17)
    }

    .credit-mesage__text {
        width: 80%
    }
}

@media(max-width: 767.98px) {
    .credit-message__title {
        font-size: 18px;
        line-height: 32px
    }

    .credit-message__text {
        width: 90%;
        font-size: 16px
    }

    .credit-offer {
        margin-top: 0
    }

    .credit-offer__details .credit-offer__card {
        margin-bottom: 40px
    }

    .credit-offer__card {
        margin-bottom: 40px
    }

    .legal-disclaimer {
        margin-top: 0
    }
}

/*Preview*/
.preview-canvas {
    height: 600px;
    overflow: auto;
}

    /*.preview-canvas.text-center {
            line-height: 600px;
        }*/

    .preview-canvas canvas {
        border-bottom: 1px lightgrey solid;
    }

@media(max-width: 1199.98px) {
    .preview-canvas {
        height: 500px;
    }
}

@media(max-width: 767.98px) {
    .preview-canvas {
        height: 300px;
    }
}



@media(max-width: 850px) and (orientation: landscape) {
    .preview-canvas {
        height: 100px;
    }
}


.bureaSelector .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: lightgray;
    background-color: #fff;
    box-shadow: none;
}

.bureaSelector .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: none;
}

.confirmation--section {
    margin-left: 400px;
    margin-right: 400px;
    margin-top: 75px;
}

.confirmation--logoImage {
    width: 5%;
}

.confirmation--separator {
    margin: 20rem;
    margin-right: 20rem;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media(max-width: 1199.98px) {


    .confirmation--section {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 75px;
        padding-bottom: 75px;
    }

    .confirmation--logoImage {
        width: 20%;
    }

    .confirmation--separator {
        margin: 10rem;
        margin-right: 10rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .confirmation--nextAction .btn {
        font-size: 11.5px;
    }
}

ul.removeBullet--singleItem li:only-child {
    list-style-type: none;
}


/*Custom accordian plus minues */
.accordion__icon .fa-minus,
.accordion__icon div:not(.collapsed) .fa-plus {
    display: none;
    float: right !important;
}

.accordion__icon div:not(.collapsed) .fa-minus,
.accordion__icon .fa-plus {
    display: initial;
    float: right !important;
    margin-top: 0.5rem !important;
    margin-right: 1rem !important;
}

/* Dispute review on credit items page*/

.disputeInfo-Suggested .disputeStatus {
    color: #82aee2;
}

.disputeInfo-Suggested .disputeImage {
    display: initial !important;
}

.table-accordion__footer.disputeInfo-Suggested td.fieldValue {
    color: #82aee2;
}

.color-gray {
    color: #c2c2c2;
}

.form-group.required label:after {
    content: " *";
    color: red;
    font-size: larger;
}
.fa-info-circle:hover{
    cursor: pointer;
}

