body.pop-up-active{
    overflow: hidden;
}

.m-0 {
    margin: 0 !important;
}
.mt{
    margin-top: 40px !important;
}

.results-page:not(.search-results) .site-main{
    visibility: hidden;
}
.results-page:not(.search-results) .site-content {
    background: #ffffff !important;
}
.search-results .site-content {
    background: #61aa93 !important;
}

.calculate-btn a {
    width: 100%;
    background: #625F81;
    color: #fff !important;
    max-width: 248px;
    font-size: 14px;
    line-height: 20px !important;
    height: 36px !important;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0px !important;
    min-width: 248px;
    display: flex !important;
    justify-content: center;
    text-decoration: none !important;
    align-items: center;
}

@keyframes spinner {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
  }
  body.results-page {
    position: relative;
  }
  .loader-wrapper.load-discount {
    position: relative !important;
  }
  .loader-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
  }
  .loader-wrapper p {
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }
  
  .loader-beforesend {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
 }

  .loader-beforesend:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
  }
  .loader-wrapper .spinner div,
  .loader-beforesend .spinner div {
    position: absolute;
    width: 88px;
    height: 88px;
    border: 12px solid #d8eae4;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .loader-wrapper .spinner div,
  .loader-beforesend .spinner div {
    animation: spinner 1s linear infinite;
    top: 100px;
    left: 100px
  }
  .loader-wrapper .loadingio-spinner-rolling,
  .loader-beforesend .loadingio-spinner-rolling {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: rgba(NaN, NaN, NaN, 0);
  }
  .loader-wrapper .spinner,
  .loader-beforesend .spinner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .loader-wrapper .spinner div, .loader-beforesend .spinner div { box-sizing: content-box; }

/* dashboard */
.main-dashboard .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid #D6D6D6;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.welcome-wrap, 
.cf-app-container, .make-a-difference-box {
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.history-charts {
    margin-top: 80px;
}

.history-charts .calendar__wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.history-charts .calendar__wrap .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 16px;
}

.history-charts .calendar__wrap .s-hidden {
    visibility: hidden;
    background: none !important;
    -webkit-appearance: auto !important;
    padding: 8px !important;
}

.history-charts .calendar__wrap .styledSelect {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 60px 0 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #625F81;
    line-height: 20px;
    border: 1px solid #625F81;
    border-radius: 4px;
}

.history-charts .calendar__wrap .styledSelect:after {
    content: url(../img/drop-down.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20%;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datepicker-wrap {
    position: relative;
}

.history-charts .datepicker-wrap:after {
    content: url(../img/CalendarToday.svg);
    position: absolute;
    width: auto;
    height: auto;
    top: 8px;
    right: 18px;
    z-index: 2;
}
input.calendar:focus-visible {
    outline: none;
}
input.calendar:focus {
    border: 1px solid #625F81;
}
.datepicker.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 235px;
    padding: 0;
}
.datepicker.dropdown-menu table{
    border-radius: 4px;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
    border-width: 0;
}
.datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    border-radius: 0;
}
.history-charts .calendar__wrap .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 4px 0;
    padding: 8px 16px;
    list-style: none;
    background: #fff;
    border: 1px solid #625F81;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px rgb(0 0 0 / 14%), 0px 1px 10px rgb(0 0 0 / 12%);
    border-radius: 4px;
    width: 256px;
}

.history-charts .calendar__wrap ul.options li:hover {
    background: rgba(98, 95, 129, 0.1);
    border-radius: 4px;
}
.history-charts .calendar__wrap ul.options li {
    padding: 8px 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.history-charts .header {
    border: none !important;
}

.welcome-wrap.no-history h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}
.welcome-wrap.no-history p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.welcome-wrap.no-history {
    margin-top: 88px;
    margin-bottom: 78px;
}

.main-dashboard .greetings {
    margin-bottom: 8px !important;
}

.text {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.main-dashboard .main-container {
    padding-top: 40px;
}

.dashboard-selector {
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    width: max-content;
}
.dashboard-view {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

.dashboard-btn {
    color: #625F81;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    width: auto;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    background-color: #fff;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-btn.active {
    background-color: #D8D7E0;
}

.dashboard-btn img {
    margin-right: 8px;
}

.view-box { 
    display:none;
}

.view-box .results-charts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.view-box .col {
    width: 50%;
}

.view-box .col.right {
    padding: 40px 32px;
}

.cat-breakdown .category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cat-breakdown .category-list .cat {
    margin-bottom: 32px;
}

.cat-wrap {
    display: flex;
    align-items: center;
}

.cat-wrap * {
    margin-bottom: 0 !important;
}

.cat-breakdown .heading {
    margin-bottom: 40px;
    font-weight: 600;
}

.cat-breakdown .icon {
    margin-right: 8px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

.cat-breakdown .title {
    min-width: 240px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.cat-breakdown .percentage {
    margin-left: auto;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
}

span.et-regular-price-discounted {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #72737E;
}

span.et-price-discounted {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #DF4155;
}

.single-product span.et-price-discounted {
    font-size: 28px;
    line-height: 40px;
}

.cat-breakdown .value {
    margin-left: auto;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.cat-breakdown .value span {
    margin-left: auto;
    font-size: 12px;
    line-height: 16px;
}

.category-tabs {
    padding: 60px 0;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

.cats-tab-menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 56px;
    padding: 0;
}

.cat-tab {
    margin-bottom: -1px;
}

.cat-tablink {
    display: block;
    color: #C0BFCD;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 600;
    padding: 0 4px 18px;
    border-bottom: 1px solid transparent;
    outline: none !important;
}

.cat-tablink.active {
    color: #000;
    border-bottom: 1px solid #000;
}

.cat-tablink i {
    margin-right: 4px;
}

.tab-content .wrap {
    display: flex;
    gap: 24px;
}

.tab-content .content-col {
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    padding: 32px;
}

.tab-content .content-col.left {
    width: 100%;
}

.tab-content .content-col.right {
    width: 50%;
    max-width: 480px;
    display: none;
}

.category-contents .heading {
    margin-bottom: 40px;
    font-weight: 600;
}

.tab-content { 
    display:none;
}

/**
* Loader
**/
.cat-skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
    border-radius: 6px;
}
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
    border-radius: 6px;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.cat-skeleton-graph {
    animation: skeleton-loading-graph 1s linear infinite alternate;
}
.skeleton-graph {
    animation: skeleton-loading-graph 1s linear infinite alternate;
}
.sus_rec-container {
    display: flex;
    gap: 24px;
}
@keyframes skeleton-loading-graph {
    0% {
        border: 46px solid hsl(200, 20%, 80%);
    }
    100% {
        border: 46px solid hsl(200, 20%, 95%);
    }
}

/**
* Login Error
*/
ul.user-registration-error {
    margin-bottom: 30px !important;
}

.view-all-btn {
    color: #625F81;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
}

.view-all-btn i {
    margin-left: 8px;
}

.category-contents .post-list {
    margin-bottom: 40px;
}

.category-contents .post-item {
    margin-bottom: 24px;
}

.category-contents .post-item .post-img {
    width: 45%;
    max-width: 88px;
}

.category-contents .post-content .post-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.category-contents .post-content .post-excerpt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    color: #000;
}

.results-charts .result-box-container {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 65px;
    text-align: center;
}

.result-box-container .results-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.result-box-container .result-box {
    position: relative;
    max-width: 313px;
    margin: 0 auto 40px;
}

.result-box-container .result-contents {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.result-box-container .results-count {
    font-size: 52px;
    line-height: 64px;
    font-weight: 600;
    color: #000000;
    margin: 0 auto;
    max-width: 180px;
    border-radius: 6px;
}

p.percentage.skeleton {
    height: 28px;
    width: 56px;
}
p.value.skeleton{
    height: 28px;
    width: 120px;
}
.welcome-text.skeleton{
    width: 480px;
    height: 40px;
}
.footprint-rate.skeleton{
    width: 235px;
    height: 28px;
    margin: 0 auto;
    margin-bottom:24px;
}
.greetings.skeleton{
    width:274px;
    height: 36px;
}
.search-offers{
    margin-bottom: 40px;
}
.related-posts__cat-results .related-post {
    max-width: 100% !important;
}
.related-posts__cat-results {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.related-post__img.skeleton{
    display: block;
    width: 282px;
    height: 157px;
    border-radius: 0px !important;
}
.related-posts__heading.skeleton{
    width: 369px;
    height: 32px;
    margin-bottom: 32px;
}
.loading-graph,
.cat-loading-graph{
    display: block;
    width: 313px;
    height: 313px;
    border: 46px solid grey;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 40px;
}
.loading-graph .resultsLatest-count,
.cat-loading-graph .cat-latest-result{
    width: 140px;
    height: 32px;
    margin: 0 auto 12px;
}
.related-post__info.skeleton{
    width: 107px;
    height: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
}
.cat-heading{
    width: 389px;
    height: 32px;
    margin: 0 auto;
}
.cat-label-consumption{
    width: 168px;
    height: 24px;
    margin: 0 auto;
}
.cat-list-default{
    width: 150px;
    height: 28px;
    margin-right: 24px;
}
.cat-list-default-mini{
    width: 26px;
    height: 28px;
}
.cat-result-loader{
    width: 312px;
    height: 40px;
    margin: 8px auto;
}
.cat-skeleton.cat-post-img{
    width: 88px;
    height: 72px;
}
.cat-skeleton.cat-post-title{
    width: 168px;
    height: 20px;
    margin-bottom: 8px;
}
.cat-skeleton.cat-post-excerpt{
    width: 312px;
    height: 40px;
}
.history_label_loader{
    width: 83px;
    height: 20px;
}
.history-title{
    width: 465px;
    height: 48px;
}

#categoryTab .post-thumbnail {
    width: 88px;
    height: 72px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 8px;
}




/* line chart while loading */
.linechartcontentloading{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 23px 0;
}
.linechartcontentloading hr{
    width: 100%;
    background-color:#C4C4C4 !important ;
}
.loaderdate{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}
/* end line chart while loading */


/* related post loader */
.loaderbox-main {
    width: 282px;
    height: 228px;
    border-radius: 8px;
    border: solid #D6D6D6 1px;
    overflow: hidden;
}
.loaderbox-inner {
    height: 180px;
    width: 282px;
}
.loaderbox-lower {
    width: 107px;
    height: 16px;
    border-radius: 6px;
    margin: 16px;
}

/* end related post loader */
.footprint-rate {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    color: #000;
    border-radius: 4px;
    background: #EFF7F4;
    margin-bottom: 24px;
}

.footprint-rate.very-good{
    background: #f0f7ef;
}
.footprint-rate.good{
    background: #d2fecc;
}
.footprint-rate.bad{
    background: #f7efef;
}

.footprint-rate span {
    font-weight: 600;
}

.result-box-container .text {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.result-box-container .share-btn {
    margin-top: 24px !important;
}

/*welcome shortcode*/
.welcome h1 {
    color: #000;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
		text-align: center;
}

.welcome p {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #000000;
    text-align: center;
}

.welcome .calculate-btn a {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.checkbox-grp-form input[type="checkbox"] {
    width: 24px !important;
    margin-top: 4px !important;
	display: block;
}
.checkbox-grp-form .checkbox-box {
	display: none;
}
.checkbox-grp-form {
    font-size: 16px;
    display: flex;
}
form#msform .error {
    color: red;
    font-size: 14px !important;
}
.container-fluid {
	width: 100%;
}
/*
p {
    color: grey;
}
*/

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    max-width: 1440px;
    margin: 0 auto;
}

#msform fieldset {
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0px;
    position: relative;
}

.cfc-title {
	margin-bottom: 24px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101028;
}

.form-card {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    padding: 0 32px;
}

#msform fieldset .form-card .col-wrap {
    max-width: 400px;
    width: 100%;
}

.fc-left {
    text-align: left;
    width: 100%;
    max-width: 768px;
    margin-right: 30px;
}

.fc-right {
    padding-top: 15px;
}

h4.q-count {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 400;
}

.content-imagebox {
    width: 100%;
    max-width: 360px;
    padding: 48px 36px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    margin-left: auto;
}

.content-imagebox .image {
    max-width: 264px;
    width: 100%;
    height: auto;
}

.content-imagebox p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

#content_link {
    color: blue;
    text-decoration: none;
}


.form-card .row {
    max-width: 80%;
}

.form-card .row.radio {
    max-width: 100%;
    position: relative;
}

.form-card .row > div {
    margin-top: 16px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}
.date-field-icon {
	display: none;
}

#msform ::placeholder {
    color: #999;
}

#msform input,
#msform textarea,
#msform select {
    padding: 8px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    margin-bottom: 4px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #fff;
    font-size: 16px;
    
}

#msform select {
    cursor: pointer;
}

#msform input[type="email"][disabled] {
    background-color: #e3e3e3 !important;
    color: #919191 !important;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

#msform .action-button {
    width: auto;
    color: #FFFFFF;
    background-color: #61AA93;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    font-size: 16px;
    float: right;
    min-width: 100px;
    display: inline-block;
}

#msform .action-button:hover {
    background-color: #625F81;
}

#msform .action-button-previous {
    width: auto;
    color: #625F81;
    border: 0 none;
    cursor: pointer;
    padding: 8px;
    float: left;
    font-size: 16px;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.fs-title {
    font-size: 25px !important;
    color: #673AB7;
    margin-bottom: 24px !important;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #000;
    text-align: left;
	font-size: 14px;
    line-height: 16px;
    font-weight: 400;
	margin-bottom: 4px;
}

.form-card .status {
    color: #4c4c43;
    text-align: left;
	font-size: 12px;
    line-height: 10px;
    font-weight: 500;
	margin-bottom: 0px;
}

.nav-wrap {
    width: 100%;
    max-width: 768px;
}

#progressbar {
    overflow: hidden;
    color: #C0BFCD;
    display: flex;
    justify-content: space-evenly;
    width: auto;
    padding-left: 0;
    margin: 0;
    margin-bottom: 40px;
}

#progressbar .progress-item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#progressbar .progress-item-wrap .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

#progressbar .active {
    color: #625F81;
}

#progressbar li {
    list-style-type: none;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

#progressbar i {
    font-size: 33px;
}

#progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f13e";
    font-weight: 900;
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: 900;
}

#progressbar #pets:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1b0";
    font-weight: 900;
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

#progressbar #misc:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3ed";
    font-weight: 900;
}

#progressbar #emergency:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#progressbar #signature:before {
    content: "\f5b7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#progressbar #proof:before {
    content: "\f1c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

h4.q-count, h3.fs-title, 
h4.heading, h4.heading.cat-headings, 
h4.cat-result, h3.related-posts__heading, 
h3.greetings  {
	color: #000;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    /* content: ''; */
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 20% !important;
    object-fit: cover
}

.radio-grp-form {
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 16px;
}

.radio-grp-form input[type="radio"] {
    width: auto !important;
    margin-right: 16px;
    margin-bottom: 0 !important;
    position: relative;
}

.radio-grp-form input[type="radio"]:before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid #625F81;
    display: block;
    background: #fff;
    position: absolute;
    top: -6px;
    left: -5px;
    cursor: pointer;
}
.radio-grp-form input[type="radio"]:checked:before {
    background: #625F81;;
}

.form-card .row.aligned-radio {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
}
.row.aligned-radio .radio-grp-form {
    margin-left: 16px !important;
    margin-bottom: 12px !important;
}
span.radio-label {
    font-size: 16px;
    color: grey;
}

.error {
    color: red;
}

#applicant_1, #applicant_2 {
    text-transform: uppercase;
}

.signature{
    width: 100%; height: auto;
    border: 1px solid black;
    cursor: url("../img/pen.png"),auto;
}
#clear_sign1,
#clear_sign2 {
    padding: 8px 8px;
    width: 20%;
    display: block;
    text-align: center;
    color: #fff;
    background: #f07676;
    cursor: pointer;
}
form .form-card input[type="radio"] {
	display: block !important;
}
form .form-card .radio-box{
	display: none;
}
form .form-card .radio-box .radio {
	width: 23px !important;
    height: 23px !important;
	display: none !important;
}
form .form-card span.radio-label {
    align-items: center;
    display: flex;
}
form .form-card .radio-box .radio .radio-checked {
	width: 10px !important;
    height: 10px !important;
	margin: 5px auto !important;
}

.radio-grp-form label.error {
    position: absolute;
    bottom: -40px;
}

.form-card .quantity {
    position: relative;
    display: block;
}
  
.form-card input[type=number]::-webkit-inner-spin-button,
.form-card input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.form-card input[type=number]
{
    -moz-appearance: textfield;
}

.form-card .quantity input {
    text-align: center;
    margin-bottom: 0;
    height: 40px !important;
}

.form-card .quantity input:focus {
    outline: 0;
}

.form-card .quantity-nav {
    width: 100%;
    left: 0;
    display: block;
    height: 100%;
    position: unset;
}
  
.form-card .quantity .quantity-nav .quantity-button {
    cursor: pointer;
    width: 64px;
    max-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #625F81;
    font-size: 32px;
    background: #F7F7F9;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    top: 4px;
}
  
.form-card .quantity .quantity-nav .quantity-button.quantity-up {
    position: absolute;
    height: 100%;
    right: 1%;
}
  
.form-card .quantity .quantity-nav .quantity-button.quantity-down {
    position: absolute;
    height: 100%;
    left: 1%;
}

/* results */

.cf-app-container {
    text-align: center;
}

.cf-app-container h3 {
    text-align: center;
    margin-bottom: 40px !important;
}

.cf-app-container .result-box {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
}

.cf-app-container .result-contents {
    position: absolute;
    text-align: center;
    width: 100%;
    /* top: -50px; */
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#guestResult{
    z-index: 1;
    position: relative;
}

.results-container {
    max-width: 1440px;
    margin: 0 auto;
}

.cf-app-container .result-contents * {
    margin: 0 !important;
}

.cf-app-container .results-count {
    font-size: 52px;
    line-height: 64px;
    font-weight: 600;
    color: #000000;
}

.cf-app-container .results-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.share-btn {
    display: flex;
    border: 1px solid #625F81;
    color: #625F81;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 4px;
    width: fit-content;
    margin: 40px auto 0 !important;
    align-items: center;
    justify-content: center;
}

.share-btn img {
    margin-left: 8px;
}

/*Discount popup*/
.discount-popup {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding: 100px 30px;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.discount-popup-content-box {
    padding: 48px 32px 48px;
    width: 100%;
    max-width: 420px;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.discount-popup p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.affiliate-links > a {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.wrap.rewards-modal {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.discount-popup h2 {
    font-size: 24px;
    color: #000;
}
.discount-popup .rewards-modal .wrap__col img#companyLogo {
    margin-bottom: 25px;
    margin-top: 9px;
    width: 84px;
    height: 84px;
    object-fit: contain;
}
.discount-popup h5 {
    max-width: 360px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 32px;
    color: #000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 0.5px;
}

.discount-wrap {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    margin-top: 10px;
    height: 40px;
    justify-content: center;
}

.discount-wrap input#discountInput {
    width: 294px;
    padding: 6px 64px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.discount-wrap button#discountButton {
    padding: 9px 11px;
    width: 40px;
    display: flex;
    flex-wrap: wrap;
}
.discount-wrap button#discountButton img {
    width: 19px;
    height: 22px;
}

/*share popup*/
.share-popup {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    display: none;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    padding: 100px 30px;
    align-items: center;
    justify-content: center;
}

.popup-content-box {
    padding: 40px;
    width: 100%;
    max-width: 560px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.close-popup {
    top: 24px;
    right: 24px;
    position: absolute;
    cursor: pointer;
}

.share-popup p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.share-social-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0;
    margin-top: 24px;
    padding: 0;
}

.social-link {
    text-decoration: none !important;
    color: #fff !important;
}

.social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.social-icon i {
    font-size: 32px;
    color: #fff;
}

.social-icon.fb i {
    color: #0866FF;
}

.social-icon.twr i {
    color: #000000;
}

.social-icon.in i {
    color: #2867B2;
}
/* 

.social-icon.twr {
    background-color: #1DA1F2;
}

.social-icon.ig {
    background-color: #F00073;
} */

.wc-img {
    text-align: center;
    margin-top: 40px;
}

 #history .cat-tablink {
    padding: 0 24px 18px;
}

#history .cats-tab-menu {
    justify-content: center;
}

.history-charts .header .title {
    margin: 0;
}

.history-charts .calc-label__cont p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px; 
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
    color: #000;
}

.calc-label__cont {
    background: #D8EAE4;
    padding: 8px 40px;
    margin-bottom: 40px !important;
    max-width: 785px;
    border-radius: 4px;
    margin: 0 auto;
}

.result-table table.nohistory-data {
    border: none !important;
}

.result-table.grid-history-result-table.nohistory-data {
    height: 416px;
    border: 1px solid #d6d6d6;
}

.history-charts .calendar {
    color: #625F81;
    border: 1px solid;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: 100%;
}

.history-charts .calendar img {
    margin-left: 8px;
    margin-top: -4px;
}

.line-chart {
    margin-top: 48px;
}

/*table*/

.result-table.grid-history-result-table {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.result-table table {
    border: 1px solid #D6D6D6;
    border-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000;
}

.result-table th, .result-table td {
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    padding: 16px 8px;
}

.result-table tr {
    border: 0;
}

.result-table td a{
    cursor: pointer;
    width: 100%;
    height: auto;
}

.result-table span.remove-btn {
    background-size: contain !important;
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 14px;
    height: 14px;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

.dashboard-btn-mobile {
    display: none;
}

.cat-tab-mobile {
    display: none;
}

.progress-bar-mobile {
    display: none;
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 40px;
}

.fc-image {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

#tableHistoryLists th a{
    color: #000 !important;
    text-decoration: none !important;
}

#tableHistoryLists th a i{
    margin-left: 10.67px;
}

.cf-universal-pagination ul {
    display: flex;
    list-style: none;
    justify-content: right;
    gap: 10px;
    margin: 0;
}
.cf-universal-pagination ul li.active a {
    color: #000 !important;
    text-decoration: none !important;
}

.cf-universal-pagination ul li.selected {
    color: #625f81;
    font-weight: 700;
}

.cf-universal-pagination ul li a:hover{
    color: #625f81 !important;
}
/* Phone Portrait */
@media only screen and (max-width: 420px){
    .popup-content-box {
        padding: 40px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }
}


@media only screen and (max-width: 800px){
    .main-dashboard {
        margin: 0 16px;
    }
    #tableHistoryLists{
        display: none;
    }
    .tableHistorylistMobile{
        display: flex !important;
        border: 1px solid #d6d6d6;
        padding-bottom: 0;
        height: 600px;
        flex-direction: column;
        justify-content: space-between;
    }
    .tableHistorylistMobile .wrap-list {
        height: 600px;
        overflow: hidden;
        overflow-y: scroll;
        padding: 0 20px;
    }
    .tableHistorylistMobile .wrap-list-pagination {
        padding: 16px 17.5px;
        border-top: 1px solid #d6d6d6;
        margin-top: 10px;
        box-shadow: 1px 0px 5px rgb(0 0 0 / 12%);
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile {
        display: flex;
        justify-content: space-between;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .rows p, 
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .out_of p {
        margin: 0;
        color: #000;
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .rows .rows-details select.rows_per_page {
        background: none;
        border: 0;
        padding: 11px;
        width: auto !important;
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .btn_nxt_prv {
        display: flex;
        gap: 20px;
        align-items: center
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .out_of {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
        margin-right: 30px;
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .btn_nxt_prv a {
        color: #000000;
        text-decoration: none !important;
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav {
        padding: 4px 0;
    }
    .tableHistorylistMobile .wrap-list .table-wrap {
        padding: 30px 0;
        border-bottom: 1px solid #d6d6d6;
    }
    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label {
        display: flex;
        margin-bottom: 24px;
    }
    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label .col-wrap.arrow {
        margin-right: 23px;
        padding-left: 7px;
    }
    .tableHistorylistMobile .table-col-label .remove{
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label .col-wrap.title p {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
        color: #000;
    }

    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label .col-wrap.title h3 {
        font-weight: 600;
        font-size: 12px;
        margin: 0;
        line-height: 16px;
    }
    
    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label .col-wrap.title span {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label .col-wrap.arrow i {
        font-size: 16px;
        color: #625F81;
    }

    .tableHistorylistMobile .table-col-description.show {
        max-height: 104px !important;
    }
    .tableHistorylistMobile .table-col-description.hide, 
    .tableHistorylistMobile .table-col-description.show {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }

    .tableHistorylistMobile .table-col-description {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }
    .tableHistorylistMobile .table-col-description .col-wrap {
        flex: 0 0 33.33%;
        margin-bottom: 8px;
    }
    .tableHistorylistMobile .table-col-description .col-wrap h3 {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }
    .tableHistorylistMobile .table-col-description .col-wrap p {
        font-weight: 400;
        font-size: 16px;
        margin: 0;
        line-height: 28px;
        color: #000;
    }
    select.rows_per_page {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+) !important;
        background-repeat: no-repeat !important;
        display: block !important;
        width: 100% !important;
        background-position-x: 100% !important;
        background-position-y: 10px !important;
        padding-right: 25px !important;
    }
    .cf-pagination-nav-mobile p {
        color: #000;
        display: flex;
        align-items: center;
    }
    .cf-pagination-nav-mobile .rows {
        flex: 1;
    }
}

@media only screen and (max-width: 768px){
    .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-template-areas: 
        "grid-header-col-left"
        "grid-header-col-right"
        "grid-latest-chart"
        "grid-latest-chart-details"
        "grid-latest-share-btn"
        "grid-history-header-title"
        "grid-history-header-calender"
        "grid-history-line-chart"
        "grid-history-result-table"
        "grid-content-col-left"
        "grid-content-col-right";
    }

    .grid-header-col-left {
        grid-area: grid-header-col-left;
    }

    .grid-header-col-right {
        grid-area: grid-header-col-right;
        margin-top: 10px;
    }

    .grid-latest-chart {
        grid-area: grid-latest-chart;
    }

    .grid-latest-chart-details {
        grid-area: grid-latest-chart-details;
    }

    .grid-latest-share-btn {
        grid-area: grid-latest-share-btn;
    }

    .grid-content-col-left {
        grid-area: grid-content-col-left;
    }

    .grid-content-col-right {
        grid-area: grid-content-col-right;
    }

    .grid-history-header-title {
        grid-area: grid-history-header-title;
    }

    .grid-history-header-calender {
        grid-area: grid-history-header-calender;
    }

    .grid-history-line-chart {
        grid-area: grid-history-line-chart;
        /* width: 100vw; */
    }

    .grid-history-result-table {
        grid-area: grid-history-result-table;
    }

    .sus_rec-container.loader-skeleton,
    .grant_rec-container.loader-skeleton,
    .discount-container.loader-skeleton {
        width: 1200px;
    }

    .main-dashboard .header {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }

    .view-box .results-charts {
        padding-bottom: 0px;
    }

    .main-dashboard .header {
        display: block;
        border-bottom: none;
    }

    .tab-content .wrap {
        display: block;
    }

    .view-box .col {
        width:50%;
        padding: 15px;
    }

    .results-charts .result-box-container {
        max-width: 480px;
        margin: 0 auto;
        text-align: center;
        padding-top: 0px;
    }
    .dashboard-selector {
        margin-bottom: 39px;
    }

    .cat-breakdown .heading {
        display: none;
    }

    .view-box .col.right {
        padding: 15px;
    }

    .cat-breakdown .title {
        min-width: 174px;
    }

    .cat-breakdown .percentage {
        min-width: 40px;
    }

    .cats-tab-menu {
        border-bottom: none;
        margin-bottom: 20px;
        justify-content: space-evenly;
    }

    .tab-content .content-col.left {
        width: 100%;
        margin-bottom: 20px;
    }

    .tab-content .content-col.right {
        width: 100%;
        max-width: 100%;
    }

    .history-charts .calendar {
        display: inline-block;
    }

    .dashboard-btn-desktop {
        display: none;
    }

    .dashboard-btn-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .dashboard-selector {
        max-width: 200px;
    }

    .cat-tab-desktop {
        display: none;
    }

    .cat-tab-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .related-posts__list .related-post:first-child {
        margin-left: 0 !important;
    }

    .result-table.grid-history-result-table.nohistory-data {
        height: 600px;
        border: none;
    }

    .history-charts .header {
        margin: 0;
    }

    .cat-breakdown .value {
        margin-left: 0px;
    }

    .form-card {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .fc-left {
        text-align: left;
        width: 90%;
        max-width: 768px;
        margin-bottom: 30px;
    }
    
    .progress-desktop {
        display: none;
    }
    
    .progress-bar-mobile {
        display: flex;
    }
    
    #progressbar {
        justify-content: space-evenly;
    }
    
    #progressbar .active {
        border-bottom: 3px solid #625F81;
    }

    #progressbar li {
        border-bottom: 3px solid #C0BFCD;
    }

}

/* category results chart */
.cat-chart__details {
    text-align: center;
}

.cat-chart__details .text {
    font-size: 18px;
    line-height: 24px;
}

.cat-chart__details .cat-desc {
    font-weight: 600;
}

.cat-chart__details .cat-result {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}

.cat-chart__chart {
    position: relative;
    max-width: 313px;
    margin: 0 auto;
}

.cat-chart__chart .result-contents {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-40%);
    z-index: -1;
}
.cat-chart__chart .results-count {
    font-size: 52px;
    line-height: 64px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0 !important;
}

.cat-chart__chart .results-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.history-label_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 48px;
    margin-bottom: 40px;
    gap: 48px;
}

.history-label_wrap .label_wrap-col {
    display: flex;
    align-items: center;
    gap: 8px;
}

.history-label_wrap .label_wrap-col .color {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


/* related posts */

.related-posts {
    padding-top: 60px;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    display: none;
}

.related-posts__cat.offer-layout{
    grid-template-columns: unset !important;
}
.related-posts__cat.offer-layout .archive-posts__list{
    max-width: 100%;
}

.related-posts__cat.parent-wrap {
    margin-bottom: 56px;
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    grid-row-gap: 50px;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.related-posts__cat {
    margin-bottom: 56px;
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.related-posts__cat:last-child {
    margin-bottom: 0px;
}

.related-posts__heading {
    margin-bottom: 32px !important;
}

.related-posts__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    padding-bottom: 10px;
}

.related-post__wrap {
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    overflow: hidden;
}

.offer-layout .archive-posts__list .related-post .related-post__wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-layout .archive-posts__list .related-post .related-post__wrap .related-post__info {
    flex: 1;
}

.related-post__info {
    padding: 16px;
}

.related-post__title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000000;
    text-decoration: none !important;
    font-weight: 600;
}
.related-post{
    width: 100%;
    max-width: 282px;
}
/*custom form*/

form.custom-form, form#cf_loginform {
    display: block;
    overflow: hidden;
    position: relative;
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
    margin-top: 32px;
}

form.signup-form {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.error-content {
    margin: 40px 0;
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}
form#cf_loginform {
    display: flex;
    flex-direction: column;
}
.custom-form ::placeholder,
form#cf_loginform ::placeholder {
    color: #D6D6D6;
}

#cf_loginform .login-username {
    order: 1;
}
#cf_loginform .login-password{
    order: 2;
}
#cf_loginform .login-remember{
    order: 3;
}
#cf_loginform .forgot-password{
    order: 4;
}
#cf_loginform .login-submit{
    order: 5;
}

form.custom-form > div,
form#cf_loginform > p {
    margin-bottom: 12px;
    position: relative;
}

form.custom-form label,
form#cf_loginform label {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin: 0 0 4px !important;
    line-height: 16px;
}

form.custom-form input[type=text],
form.custom-form input[type=email],
form.custom-form input[type=password],
form#cf_loginform input[type=text],
form#cf_loginform input[type=email],
form#cf_loginform input[type=password] {
    padding: 8px !important;
    border: 1px solid #D6D6D6 !important;
    border-radius: 4px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #000000 !important;
    background-color: #fff !important;
    font-size: 16px !important;
    height: 44px;
}

form.custom-form button, form.custom-form a.button, form.custom-form input[type="button"], form.custom-form input[type="submit"],
form#cf_loginform button, form#cf_loginform a.button, form#cf_loginform input[type="button"], form#cf_loginform input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    background-color: #625F81;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
}

form.custom-form label.checkbox-label,
form#cf_loginform label.checkbox-label {
    font-size: 14px !important;
    display: block;
    width: 100%;
}

.cf-forgot-password {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: right;
}

.cf-forgot-password {
    color: #000 !important;
    margin-bottom: 10px;
}

.cf-forgot-password {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #625F81;
    text-decoration: none !important;
}

p.form__error {
    width: 100%;
}

form.custom-form a.button {
    display: block;
}

form.custom-form a.button,
form#cf_loginform a.button {
    text-align: center;
}

form.custom-form input, .btn-reset, form.custom-form a.button,
form#cf_loginform input, form#cf_loginform a.button {
    width: 100%;
    max-width: 100%;
}

form#cf_loginform p {
    display: flex;
    flex-direction: column;
}

form.custom-form span.description,
form#cf_loginform span.description {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
}

form.custom-form input[type=checkbox],
form#cf_loginform input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}

.custom-form .half {
    width: 48%;
    position: relative;
}

.custom-form .full {
    width: 100%;
    position: relative;
}

input#yellow-button {
    margin-top: 10px;
}

.show-password {
    position: absolute;
    right: 10px;
    top: 41px;
    z-index: 99;
    cursor: pointer;
}

.show-password i {
    display: block;
    color: #73747E;
}

.show-password .fa-eye {
    display: none;
}

.show-password.active-eye .fa-eye {
    display: block;
    color: #73747E;
}

.show-password.active-eye .fa-eye-slash {
    display: none;
}

/* Chart Breakdown */
.cat-chart__breakdown {
    width: 100%;
    max-width: 560px;
    margin: 30px auto 0;
}
.cat-chart__breakdown .cat-chart__breakdown-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    gap: 16px 0;
    padding: 0;
}
.cat-chart__breakdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 20px;
    width: 100%;
    max-width: 256px;
    row-gap: 60px;
}
.cat-chart__breakdown-item .item-marker {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
}
.cat-chart__breakdown-item p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}

.disc-temp-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 28px;
    line-height: 26px;
    margin-top: 32px;
    margin-bottom: 47px;
    letter-spacing: 1px;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.discount-archive-template hr {
    border: 1px solid #FFFFFF;
    margin: auto;
    background-color: white;
    height: 0px;
}

.discount-archive-template .disc-archive-paragraph {
    margin-top: 40px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.discount-archive-categories {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 20px 0 40px;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

.discount-archive-categories .archive-cats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    height: 40px;
	width: auto;
    background: #625F81;
    border-radius: 4px;
    margin: 20px 0 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.discount-archive-categories .archive-cats:hover {
    color: white;
}

.discount-archive {
    background-color: white;
}

.discount-archive-img {
    background: #F5F5F5;
}

.archive-posts__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    grid-row-gap: 50px;
    max-width: 282px;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

a.archive-cats.archive-cats_sdh {
    margin-left: 45px;
}

a.archive-cats.archive-cats_ehw {
    margin-right: 10px;
}

.footprint-rate {
    display: block;
}

.welcome-text {
    display: block;
}

.leisure_petrol, .leisure_hybrid, .leisure_electric {
    display: none;
}

/* remove slick buttons */
.slick-arrow{
    display: none !important;
}
.slick-list{
    overflow: visible !important;
}
.slick-list:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    left: -20px;
    z-index: 1;
}

.post-type-archive .slick-list{
    overflow: hidden !important;
}
.discount-category .archive-posts__list{
    max-width: 100% !important;
}
@media screen and (max-width: 1236px) {
    .related-posts__cat.parent-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .archive-posts__list{
        max-width: 500px;
    }
    .parent-wrap .related-post{
        max-width: 500px;
    }
   
}
@media screen and (max-width: 1063px) {
    .archive-posts__list{
        max-width: 450px;
    }
    .parent-wrap .related-post{
        max-width: 450px;
    }
}

@media screen and (max-width: 963px) {
    .archive-posts__list{
        max-width: 400px;
    }
    .parent-wrap .related-post{
        max-width: 400px;
    }
}
@media screen and (max-width: 863px) {
    .archive-posts__list{
        max-width: 350px;
    }
    .parent-wrap .related-post{
        max-width: 350px;
    }
}
@media screen and (max-width: 763px) {
    .archive-posts__list{
        max-width: 300px;
    }
    .parent-wrap .related-post{
        max-width: 300px;
    }
}
@media screen and (max-width: 664px) {
    .archive-posts__list{
        max-width: 250px;
    }
    .parent-wrap .related-post{
        max-width: 250px;
    }
}

@media screen and (max-width: 564px) {
    .archive-posts__list{
        max-width: 200px;
    }
    .parent-wrap .related-post{
        max-width: 200px;
    }
}
@media screen and (min-width: 1201px) {
    .main-dashboard {
        padding: 0 20px;
    }
}
@media screen and (min-width: 1230px) {
    .main-dashboard {
        padding: 0 10px;
    }
}
@media screen and (min-width: 1260px) {
    .main-dashboard {
        padding: 0;
    }
}
@media screen and (max-width: 1200px) {
    .main-dashboard {
        padding: 0 20px;
    }
    .category-tabs,.related-posts {
        padding: 40px 0;
    }
    .related-posts{
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .main-dashboard .main-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main-dashboard .header {
        border-bottom: 1px solid #D6D6D6;
    }
    .grid-wrapper{
        display: unset !important;
    }
    .main-dashboard {
        margin: 0px; 
        overflow: hidden;
    }
    .related-post{
        margin: 0 12px;
    }
    p.value {
        display: none;
    }
    .cat-tab-desktop a.cat-tablink {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) and (min-width: 938px) {
    .discount-archive-categories .archive-cats {
        width: auto;
    }
}

@media screen and (max-width: 937px) and (min-width: 680px) {
    .discount-archive-categories .archive-cats {
        font-size: 14px;
        line-height: 19px;
    }
    .category-tabs .cats-tab-menu {
        align-items: flex-start;
    }
    .cat-tab-desktop a.cat-tablink i {
        font-size: 24px;
    }
    .cat-tab-desktop a.cat-tablink {
        font-size: 14px;
    }
}

@media screen and (max-width: 679px) {
    .discount-archive-categories {
        flex-direction: column;
        align-items: center;
    }
    
    .discount-archive-categories .archive-cats {
        flex-direction: row;
        padding: 10px;
        height: 43px;
        margin: 0px 0 10px;
        justify-content: space-around;
        font-size: 16px;
        line-height: 28px;
    }
    /* .related-posts__cat {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 24px;
    }
    .archive-posts__list{
        max-width: 300px;
    } */
}

@media screen and (max-width: 767px) and (min-width: 679px) {
    .archive-posts__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 678px) and (min-width: 376px)  {
    .archive-posts__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .related__wrap {
        flex-direction: column;
    }
    .related__wrap h3 {
        width: 100%;
        margin: 0 !important;
    }
    .related__wrap .view-all-btn {
        padding: 0;
        margin-bottom: 32px;
        text-align: right;
    }
}

@media screen and (max-width: 768px) and (min-width: 470px)  {
    .discount-popup-content-box {
        height: 470px;
    }
    
    .discount-popup p {
        margin-bottom: 15px;
    }
    
    .discount-popup h5 {
        top: 400px;
    }
    
}
@media screen and (max-width: 480px){
    .archive-posts__list{
        max-width: 350px;
        margin-bottom: 15px;
    }
    .parent-wrap .related-post{
        max-width: 350px;
    }
}
@media screen and (max-width: 800px) and (min-width: 440px){
    #masthead .ast-mobile-header-wrap .ast-below-header-bar {
        padding-left: 32px;
        padding-right: 32px;
    }
    .main-dashboard {
        padding: 0 32px;
    }
    .elementor-20668 .elementor-element.elementor-element-8e53a73 {
        padding: 64px 0px 0px 0px;
    }
    .main-dashboard .header {
        align-items: unset;
        justify-content: space-between;
        flex-direction: column;
        gap:16px;
    }
    .main-dashboard .greetings {
        margin-bottom: 0px !important;
    }
    .main-dashboard .main-container {
        padding-top: 32px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .view-box .col.right {
        padding: 40px 0px 0px 32px;
    }
    .result-box-container .share-btn {
        margin-top: 0px !important;
    }
    .grid-latest-share-btn .result-box-container,
    .related-posts__list{
        padding: 0;
    }
    .related-post {
        margin: 0px;
    }
    .tab-content .wrap{
        flex-direction: column;
    }
    .tab-content .post-item .wrap{
        flex-direction: unset;
    }
    .tab-content .content-col.left,
    .tab-content .content-col.right {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px){
    .cats-tab-menu {
        justify-content: space-between;
    }
    .cat-tab-mobile a.cat-tablink {
        font-size: 0px;
    }
}
@media screen and (max-width: 768px){
    .post-item .wrap{
        display: flex;
    }
    .cat-tablink{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        padding: 0 4px 0px;
    }
    .cat-tablink i {
        font-size: 30px;
    }
    .related-posts__cat {
        display: block;
    }
    .related__wrap h3 {
        flex: 1;
    }
    .related-post {
        margin: 0px 12px;
    }
    .archive-posts__list.parent .related-post,
    .archive-posts__list.category .related-post {
        margin: 0;
    }
    .history-charts .calendar__wrap {
        margin-top: 30px;
    }
    .history-charts .calendar__wrap .styledSelect{
        padding: 0 16px;
    }
    .history-charts .calendar__wrap .select {
        flex: 1;
    }
}
@media screen and (max-width: 680px){
    .view-box .col{
        width: 100%;
    }
    .view-box .results-charts {
        display: block;
    }
    .related-posts__cat{
        grid-row-gap: 24px;
    }
    .related-posts__cat{
        display: block !important;
    }
    .history-label_wrap{
        align-items: self-start;
    }
    .history-charts .calendar__wrap .select {
        flex: unset;
    }
}
@media screen and (max-width: 600px){
    .history-charts .calendar__wrap{
        flex-wrap: wrap;
    }
    .history-charts .calendar__wrap .select{
        width: 48%;
    }
    .datepicker-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 463px){
    .history-charts .calendar__wrap .select {
        width: 100%;
    }
}
@media screen and (max-width: 469px) and (min-width: 425px)  {
    .discount-popup-content-box {
        height: 550px;   
    }
    
    .discount-popup p {
        margin-bottom: 30px;
    }
    
    .discount-popup h5 {
        top: 460px;
        width: 310px;
    }
    
    .discount-wrap input#discountInput {
        width: 260px;
    }
    
    button#discountButton {
        left: 300px;
    }
    
}

@media screen and (max-width: 424px) and (min-width: 375px) {
    .discount-popup-content-box {
        height: 565px;
    }
    
    .discount-popup p {
        margin-bottom: 27px;
    }
    
    .discount-popup h5 {
        top: 480px;
        width: 260px;
    }
    
    .discount-wrap input#discountInput {
        width: 215px;
        padding: 0px 30px;
    }
    
    button#discountButton {
        left: 250px;
    }
    
}


@media screen and (max-width: 374px) {
    .discount-popup-content-box {
        height: 565px;
    }
    
    .discount-popup p {
        margin-bottom: 35px;
    }

    .discount-popup h2 {
        font-size: 24px;
    }
    
    .discount-popup h5 {
        top: 490px;
        width: 215px;
    }
    
    .discount-wrap input#discountInput {
        width: 170px;
        padding: 0px 15px;
    }
    
    button#discountButton {
        left: 200px;
    }
    .archive-posts__list{
        max-width: 325px;
    }
    .parent-wrap .related-post{
        max-width: 325px;
    }
    
}


/* responsive area (homepage) */
/* @media screen and (max-width:680px) {
    .related-posts__list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:480px) {
    .related-posts__list {
        grid-template-columns: 1fr;
    }
} */

/* end responsive area (homepage) */

@media screen and (max-width: 550px) {
    .welcome-text.skeleton {
        width: 100%;
    }
    .mobile-label__wrap {
        display: block !important;
    }
    .desktop-label__wrap {
        display: none;
    }
    .history-label_wrap{
        gap: 160px;
    }
}
@media screen and (max-width: 600px) {
    .cat-breakdown .value {
        flex: 1;
    }
    .cat-breakdown .percentage {
        flex: 1;
        margin-left: 30px;
    }
    .cats-tab-menu {
        justify-content: space-between;
    }
    .cat-tablink {
        font-size: 0px;
    }
    .tab-content,
    .view-box .col.right {
        padding: 0;
    }
    .cat-breakdown .title {
        width: 50%;
    }
    .cat-wrap p.value{
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .main-dashboard .main-container {
        padding: 40px 0 !important;
    }
    .cat-skeleton-graph.cat-chart__chart {
        max-width: 100%;
    }
    .cat-chart__details .cat-result.cat-skeleton {
        width: 100%;
    }
    .loading-graph.skeleton-graph, .cat-loading-graph.skeleton-graph {
        width: 318px;
        height: 318px;
    }
    .related-posts__list {
        grid-template-columns: 1fr 1fr;
    }
    .category-contents .heading.cat-skeleton {
        width: 100%;
    }
    .related-posts__heading.skeleton {
        width: 100%;
    }
    .related-posts__cat {
        display: block;
    }
    .tab-content .content-col {
        padding: 32px 16px;
    }
    .related-posts__list .related-post:nth-child(1n) {
        margin-left: 0;
    }
    .history-charts .header .title.cat-skeleton {
        width: 100%;
    }
}
@media screen and (max-width: 414px) {
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .out_of {
        flex: unset;
    }
}
@media screen and (max-width: 375px) {
    
    .loading-graph.skeleton-graph, .cat-loading-graph.skeleton-graph {
        width: 100%;
        height: 338px;
    }

    .custom-form .half{
        width: 100%;
    }
    .form-content-section .elementor-container > div:last-child .elementor-widget-wrap {
        padding: 0 !important;
    }
    .archive-posts__list {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-dashboard .main-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .main-dashboard {
        margin-top: 0;
        padding: 0 20px;
    }

    .main-dashboard .header .header-col {
        padding: 0 16px;
    }

    .main-dashboard .wrap .header {
        margin: 0;
    }

    .main-dashboard .greetings {
        margin-bottom: 16px !important;
    }
    
    .dashboard-selector .dashboard-btn-mobile img {
        margin-right: 8px;
        width: 26px;
        height: auto;
    }

    .cat-tablink{
        font-size: 0px;
    }
    .cat-tablink i {
        font-size: 27px;
        margin-bottom: -18px;
        margin-right: 0px;
    }
    .cat-tablink.active {
        border-bottom: 4px solid #625F81;
    }

    .cat-chart__breakdown {
        margin: 32px auto 0;
    }

    ul.cat-chart__breakdown-list {
        padding: 0 56px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    ul.cat-chart__breakdown-list li.cat-chart__breakdown-item {
        width: 100%;
    }

    .cat-chart__details .text {
        margin-bottom: 8px !important;
    }
    
    .cat-chart__details .cat-result {
        line-height: 32px;
    }

    .cat-chart__chart .result-contents {
        top: 50%;
    }

    .tab-content {
        padding: 0px;
    }

    .tab-content .content-col {
        border-radius: 8px;
        border: 1px solid #D6D6D6;
        padding: 32px 16px;
    }
    
    .cats-tab-menu {
        justify-content: space-between;
    }

    .cat-wrap {
        align-items: flex-start;
    }

    .cat-wrap p.value {
        display: block;
    }

    .results-charts .col.right,
    .results-charts .col.left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .results-charts .cat-breakdown .category-list .cat-wrap .title {
        min-width: 135px;
        flex: 1;
        margin-right: 8px;
        width: 100%;
    }

    .results-charts .cat-breakdown .category-list .cat-wrap .percentage,
    .results-charts .cat-breakdown .category-list .cat-wrap .value {
        flex: 1;
    }

    #categoryTab .related-post__wrap {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 252px;
    }

    .cat-heading {
        width: 100%;
    }

    .category-contents .post-item .wrap {
        gap: 0 !important;
    }

    .content-col.right .post-item .wrap .post-img {
        margin-right: 16px !important;
    }
    .content-col.right .post-item .wrap .post-img.cat-skeleton {
        margin-right: 0 !important;
    }
    .related__wrap {
        flex-direction: column;
    }
    .related__wrap h3 {
        width: 100%;
        margin: 0 !important;
    }
    .related__wrap .view-all-btn {
        padding: 0;
        margin-bottom: 32px;
        text-align: right;
    }
    .sus_rec-container .loaderbox-main,
    .grant_rec-container .loaderbox-main {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        display: flex;
        flex-direction: column;
    }

    .loaderbox-inner, 
    .loaderbox-lower{
        width: auto !important;
    }

    .loaderbox-main:nth-child(2), 
    .loaderbox-main:nth-child(3), 
    .loaderbox-main:nth-child(4) {
        display: none;
    }

    .result-box-container .share-btn {
        margin-top: 0px !important;
    }

    .related-posts__cat {
        margin-bottom: 40px;
    }

    .history-label_wrap {
        justify-content: space-evenly;
        align-items: flex-start;
        gap: 136px;
    }
    .mobile-label__wrap .label_wrap-col {
        margin-bottom: 16px;
    }

    /* Table */
    .history-charts .header .title {
        font-size: 32px;
        width: 100%;
    }
    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label .col-wrap.title p {
        color: #000;
    }
    .result-table span.remove-btn {
        height: 18px;
        padding-bottom: 4px;
    }
    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label .col-wrap.title h3 {
        padding-bottom: 4px;
    }
    .result-table span.remove-btn {
        height: 18px;
    }
     .tableHistorylistMobile .wrap-list .table-wrap:nth-child(1) , .tableHistorylistMobile .wrap-list .table-wrap:nth-child(2){
        padding: 47px 0 16px;
    } 
    .tableHistorylistMobile .wrap-list{
        height: auto;
        flex: 1;
    }
    .tableHistorylistMobile .wrap-list .table-wrap{
        padding: 17px 0 16px;
    }
    .tableHistorylistMobile .wrap-list .table-wrap .table-col-label{
        margin: 0;
    }
    .tableHistorylistMobile .table-col-label .remove {
        padding-top: 6px;
        padding-right: 5px;
    }
    .tableHistorylistMobile .table-col-description.show {
        max-height: 128px !important;
        padding-top: 24px;
    }
    .tableHistorylistMobile .wrap-list-pagination {
        margin-top: 12px;
    }
    .tableHistorylistMobile .table-col-description p {
        color: #000;
    }
    .tableHistorylistMobile .wrap-list-pagination .cf-pagination-nav-mobile .rows .rows-details select.rows_per_page {
        padding: 8px;
    }

    .btn_nxt_prv a > i {
        font-weight: 900;
        color: #C0BFCD;
        font-size: 12px;
        cursor: pointer;
    }
    .btn_nxt_prv a.active > i {
        color: #625F81 !important;
    }
    .cf-pagination-nav-mobile .rows.account-agreement {
        flex: unset;
    }
    
    /* End Table */
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }