body {
    font-family: "GothamSSm Book", Arial, sans-serif;
    font-size: 14px;
}

.btn-blue-purple-gradient {
    border: 0;
    font-size: 15px;
    font-family: "GothamSSm Book", Arial, sans-serif;
    min-width: 160px;
    color: #fff;
    vertical-align: middle;
    padding: 11px 20px;
    height: 44px;
    border-radius: 32.4px;
    box-shadow: 0 2px 3px 0 rgba(91, 22, 170, 0.3);
    background-image: linear-gradient(to left, #8c3fff, #5c72ff);
}

.btn-blue-purple-gradient:hover,
.btn-blue-purple-gradient:focus,
.btn-blue-purple-gradient:active {
    color: #fff;
    background-image: linear-gradient(to left, #8c3fff, #5c72ff);
}


.cr-header {
    position: relative;
    color: #fff;
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
}

.cr-header-banner {
    width: 100%;
}

.cr-header-content {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 30px 15px;
    width: 100%;
}

.cr-header h1 {
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 40%;
    transform: translateY(-50%);
}

@media (max-width: 1199.99999px) {
    .cr-header h1 {
        margin-top: 12px;
        font-size: 38px;
    }
}

@media (max-width: 991.99999px) {
    .cr-header-logo {
        height: 40px;
    }

    .cr-header h1 {
        font-size: 30px;
    }
}

@media (max-width: 767.99999px) {
    .cr-header-content {
        padding: 15px;

    }

    .cr-header-banner {
        width: 145%;
        margin-left: -10%;
    }

    .cr-header h1 {
        font-size: 24px;
    }
}

@media (max-width: 477.99999px) {
    .cr-header {
        margin-bottom: 20px;
    }

    .cr-header-content {
        padding: 15px;

    }

    .cr-header-banner {
        width: 190%;
        margin-left: -21%;
    }

    .cr-header-logo {
        height: 36px;
    }

    .cr-header h1 {
        font-size: 18px;
    }
}

.help-from-chart {
    margin-bottom: 70px;
}

.help-from-chart-main-content {
    font-size: 16px;
    color: #505050;
    margin-bottom: 30px;
}

.help-from-chart-main-content h2 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0;
    color: #505050;
}

.help-form h3 {
    color: #505050;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 30px;
}

.help-form label {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.help-form .form-group {
    margin-bottom: 20px;
}

.help-form .form-control {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    box-shadow: none;
    height: 40px;
    border-radius: 20px;
    padding: 10px 20px;
}

.help-form textarea.form-control {
    height: auto;
}

.help-form .help-form-message.success,
.help-form .help-form-message.fail {
    color: green;
    font-size: 14px;
    font-weight: bold;
}

.help-form .help-form-message.fail {
    color: red;
}

@media (max-width: 991.99999px) {
    .help-from-chart {
        margin-bottom: 30px;
    }

    .help-form {
        margin-bottom: 30px;
    }

    .help-form h3 {
        margin-bottom: 15px;
    }
}

.help-form .attachments-label {
    cursor: pointer;
    color: #606dff;
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0;
}

.help-form .attachments-label input {
    display: none;
}

.help-form .attached-files {}

.help-form .attached-file {
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #eee;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    color: #6d6d6d;
}

.help-form .attached-file-container {
    position: relative;
    padding-right: 15px;
}

.help-form .attached-file span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.help-form .attached-file a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 1;
}

.help-form .attached-file a:hover,
.help-form .attached-file a:focus {
    text-decoration: none;
}

.attached-files-error-msg{
    font-size: 12px;
    color: red;
    margin-top: -10px;
    margin-bottom: 10px;
}

.chart {}

.chart-header {
    color: #65286d;
    margin-bottom: 25px;
}

.chart-header span {
    font-size: 24px;
}

.chart-header p {
    font-size: 38px;
    font-weight: bold;
}

.chart-header p a,
.chart-header p a:hover,
.chart-header p a:focus {
    color: #65286d;
    text-decoration: none;
}

.chart-score-card {
    padding: 25px 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
    background-color: #fdfdfd;
    color: #787878;
    font-size: 16px;
    max-width: 380px;
    margin: 0 auto;
    font-weight: bold;
}

.chart-score-card h4 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: bold;
}

@media (max-width: 477.99999px) {
    .chart-score-card {
        padding: 20px;
    }

    .chart-score-card h4 {
        font-size: 20px;
    }
}

.progress {
    width: 250px;
    height: 250px;
    line-height: 250px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.progress * {
    box-sizing: border-box;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #797979;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 133.33333333333334px;
    border-bottom-right-radius: 133.33333333333334px;
    border-left: 0;
    -moz-transform-origin: center left;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 133.33333333333334px;
    border-bottom-left-radius: 133.33333333333334px;
    border-right: 0;
    -moz-transform-origin: center right;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress.animate .progress-right .progress-bar {
    -moz-animation: loading-1 1.8s linear forwards 0.01s;
    -webkit-animation: loading-1 1.8s linear forwards 0.01s;
    animation: loading-1 1.8s linear forwards 0.01s;
}

.progress .progress-value {
    border-radius: 50%;
    background: #fff;
    font-size: 30px;
    color: #797979;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    line-height: initial;
}

.progress-value-content-t {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.progress-value-content-tc {
    display: table-cell;
    vertical-align: middle;
}

.progress-value-content-tc .per {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 0;
    font-family: "GothamSSm", Arial, sans-serif;
}

.progress.light-green .progress-bar {
    border-color: #a7ed0c;
    /*background-image: linear-gradient(to left, #a7ed0c, #6dc711)*/
}

.progress.animate .progress-left .progress-bar {
    -moz-animation: loading-2 1.5s linear forwards 1.8s;
    -webkit-animation: loading-2 1.5s linear forwards 1.8s;
    animation: loading-2 1.5s linear forwards 1.8s;
}

/* @keyframes loading-1 {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(154deg);
    }
} */

.bcr-card {
    box-shadow: 0 0 10px 5px rgba(176, 176, 176, 0.12);
    background-color: rgba(250, 227, 250, 0.22);
    padding: 30px;
    margin-bottom: 70px;
}

.bcr-block {
    position: relative;
    padding-left: 45px;
    color: #707070;
    margin-bottom: 15px;
    overflow-wrap: break-word;
}

.bcr-block>img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 35px;
    height: auto;
}

.bcr-customer-order-no {
    font-size: 24px;
    font-weight: bold;
    color: #5b5b5b;
    margin: 0px 0px 5px;
}

.bcr-support-name {
    color: #823287;
    margin-right: 5px;
    font-weight: bold;
}

.bcr-status {
    font-size: 12px;
    color: green;
}

.bcr-status.assigned {
    color: #65286d;
}

.bcr-complaint-date {
    font-size: 14px;
    font-weight: 600;
}

.bcr-complaint-date span {
    font-weight: 400;
    color: #8e8e8e;
}

.bcr-resolution-date {
    font-size: 14px;
    font-weight: 600;
}

.bcr-resolution-date span {
    font-weight: 400;
    color: #8e8e8e;
}

.bcr-customer-name {
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #606dff;
    font-weight: 500;
    text-transform: capitalize;
}

.bcr-support-card,
.bcr-block.bcr-support-card>p:last-child {
    margin-bottom: 0;
}

.bcr-read-more,
.bcr-read-more:hover,
.bcr-read-more:focus {
    color: #606dff;
}


@media (max-width: 767.99999px) {
    .bcr-card {
        padding: 20px;
        margin-bottom: 30px;
    }
}

.bcr-pagination {
    margin-top: -20px;
    margin-bottom: 40px;
}

.bcr-pagination li {
    border: 1px solid #fff;
    color: #707070;
    margin-right: 10px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 5px;
    min-width: 25px;
}

.bcr-pagination li:not(.active) {
    cursor: pointer;
}

.bcr-pagination li.active, .bcr-pagination li:hover{
    border: 1px solid #606dff;
    color: #606dff;
}

.bcr-pagination li.prev-next-btn{
    width: auto;
    background-color: #eee;
    padding: 0px 10px;
    font-size: 14px;
}

.bcr-pagination li.prev-next-btn:hover{
    background-color: #606dff;
    color: #fff;
}

.bcr-pagination li:last-child {
    margin-right: 0;
}

@media (max-width: 479.99999px) {
    .bcr-pagination li{
        margin-bottom: 10px;
    }
    .bcr-pagination {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

.bcr-card-loading h3 {
    max-width: 300px;
    padding: 5px 10px;
    color: rgba(204, 143, 204, 0.9);
}

.bcr-card-loading h3,
.bcr-card-loading h4,
.bcr-card-loading p {
    background-color: rgba(250, 227, 250, 0.9);
}
.iec-align {
    margin-top: 10px;
}