@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'PP Pangram Sans Rounded';
    src: url('../fonts/PPPangramSansRounded-CompactMedium.woff2') format('woff2'),
    url('../fonts/PPPangramSansRounded-CompactMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    ascent-override: 70%;
}


@font-face {
    font-family: 'PP Pangram Sans Rounded Bold';
    src: url('../fonts/PPPangramSansRounded-CompactBold.woff2') format('woff2'),
    url('../fonts/PPPangramSansRounded-CompactBold.woff') format('woff');
    /*font-weight: 100;*/
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    background: #F5F8FC;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.detail-main-wrpper {
    overflow: initial;
}

.container {
    max-width: 1262px;
}

/* ***** End Common Css **** */

/* **** Tab Navigation **** */
.tab-navigation-wrp {
    margin-top: -36px;
}

.tab-navigation-wrp ul {
    display: flex;
    align-items: center;
}

.tab-navigation-wrp ul li {
    margin-right: 24px;
}

.tab-navigation-wrp ul li:last-child {
    margin: 0;
}

.tab-navigation-wrp ul li .tab-box {
    border-radius: 4px;
    border: 0.889px solid #d3dcea;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 23px 35px;
    position: relative;
}

.tab-navigation-wrp ul li .tab-box:hover {
    background: #DEDEDE;
}

.tab-navigation-wrp ul li .tab-box:hover h6 {
    color: black;
}


.tab-navigation-wrp ul li .tab-box:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}

.tab-navigation-wrp ul li .tab-box input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.tab-navigation-wrp ul li .tab-box h6 {
    color: #6a7c97;
    font-size: 17.783px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.tab-navigation-wrp ul li .tab-box img {
    max-width: 100%;
    margin-right: 12px;
}

.tab-navigation-wrp ul li.selected .tab-box {
    border-radius: 4px;
    border-color: #a1c9ff;
    background: #006eff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-navigation-wrp ul li.selected .tab-box:hover {
    background-color: black;
}

.tab-navigation-wrp ul li.selected .tab-box:before {
    opacity: 1;
    visibility: visible;
}

.tab-navigation-wrp ul li.selected .tab-box h6 {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-navigation-wrp ul li.selected .tab-box img {
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ads-img {
    margin: 48px 0 0;
}

.ads-img img {
    max-width: 100%;
}

/* **** End Tab Navigation **** */

/* **** Preference **** */
.preference-wrp {
    padding: 64px 0;
}

.preference-wrp .row.main-row {
    /*    margin: 0 -30px;*/
}

.preference-wrp .row.main-row .col-md-3.col-sm-12.main-col {
    /*    padding: 0 30px;*/
    width: 20%;
}

.preference-wrp .row.main-row .col-md-9.col-sm-12.main-col {
    /*    padding: 0 30px;*/
    width: 80%;
}

/* **** Preference Sidebar **** */
.preference-sidebar {
    max-width: 231px;
}

.preference-sidebar .sidebar-title h2 {
    color: #213158;

    font-size: 28px;
    font-weight: 400;
    line-height: 39px;
    margin: 0 0 20px;
}

.preference-sidebar .accordion .accordion-item {
    background-color: transparent;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dedfe3;
}


.preference-sidebar .accordion .accordion-item .accordion-button {
    color: #213158;
    font-size: 14px;
    padding: 4px 0;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
    background-color: transparent;
    position: relative;
}

.preference-sidebar .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: unset;
}

.preference-sidebar .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.preference-sidebar .accordion .accordion-item .accordion-button::after {
    display: none;
}

.preference-sidebar .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    color: #213158;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.preference-sidebar .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
}

.preference-sidebar .accordion .accordion-item .accordion-body {
    padding: 5px 0 0;
}

.preference-sidebar .accordion .accordion-item .accordion-body li {
    margin: 0 0 10px;
}

.preference-sidebar .accordion .accordion-item .accordion-body li:last-child {
    margin: 0;
}

.preference-sidebar .accordion .accordion-item .accordion-body .togglebutton-list {
    padding: 12px 0 0;
    margin: 12px 0 0;
    border-top: 1px solid #dedfe3;
}

#mobile-filte-btn {
    color: #FFF;

    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 8px 48px;
    border-radius: 34px;
    border: 1px solid #006EFF;
    background: #006EFF;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 40px;
    display: table;
    width: fit-content;
    display: none;
    z-index: 121;
}

/* **** End Preference **** */

/* **** Toggle **** */
.form-toggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.form-toggle {
    display: flex;
    align-items: center;
}

.form-toggle label {
    cursor: pointer;
    line-height: 18px;
    display: block;
    position: relative;
    padding-left: 40px;
    display: block;
    width: 100%;
}

.form-toggle label:before {
    position: absolute;
    left: 0;
    content: "";
    width: 34px;
    height: 18px;
    border-radius: 9px;
    background: #dbdbdb;
}

.form-toggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    filter: drop-shadow(0px 0.75px 1.5px rgba(16, 24, 40, 0.06)) drop-shadow(0px 0.75px 2.25px rgba(16, 24, 40, 0.1));
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.form-toggle input:checked + label:before {
    background: #006eff;
}

.form-toggle input:checked + label:after {
    left: 17px;
}

/* **** End Toggle **** */

/* **** Form Checkbox **** */
.form-checkbox {
    padding: 0 16px;
}

.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkbox label {
    position: relative;
    cursor: pointer;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    font-weight: 100%;
}

.form-checkbox label span {
    font-size: 16px;
    color: #f1b51a;
    letter-spacing: 2.5px;
}

.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d0d5dd;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
}

.form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 4px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-checkbox input:checked + label:before {
    border-color: #006eff;
}


.form-radiobox {
    padding: 0 16px;
}

.form-radiobox [type="radio"]:checked,
.form-radiobox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-radiobox [type="radio"]:checked + label,
.form-radiobox [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-radiobox [type="radio"]:checked + label:before,
.form-radiobox [type="radio"]:not(:checked) + label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d0d5dd;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
}

.form-radiobox [type="radio"]:checked + label:after,
.form-radiobox [type="radio"]:not(:checked) + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 4px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-radiobox [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.form-radiobox [type="radio"]:checked + label:before {
    border-color: #0079bf;
}

.form-radiobox [type="radio"]:checked + label:after {
    opacity: 1;
}

/* **** End Form Checkbox **** */

/* ***** preference-block **** */
.preference-block {
}

.preference-block .ads-img {
    margin: 0 0 24px;
}

.preference-block .ads-img img {
    width: 100%;
}

.preference-head {
    margin: 0 0 32px;
}

.preference-head .row {
    align-items: center;
}

.preference-head h2 {
    color: #213158;

    font-size: 28px;
    font-weight: 400;
    margin: 0 0 12px;
}

.preference-head h2 span {
    color: #006eff;
    font-weight: 700;
}

.preference-head h3 {
    color: #213158;

    font-size: 20px;
    text-align: right;
    font-weight: 500;
    margin: 0;
}

.preference-head h3 span {
    color: #006eff;
    font-weight: 700;
}

.preference-head ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.preference-head ul li {
    margin-right: 4px;
    color: #344054;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 7px 4px 10px;
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
}

.preference-head ul li a {
    margin-left: 6px;
    color: #344054;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.preference-head ul li a:hover {
    color: #006eff;
}

.preference-head .btn-preference {
    color: #344054;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    display: table;
    margin-left: auto;
}

.preference-head .btn-preference:hover {
    color: #006eff;
}

.preference-box {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e3e5f5;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 24px 0px rgba(44, 87, 152, 0.1);
    margin: 0 0 24px;
    display: flex;
    align-items: flex-start;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.preference-box:hover {
    background: rgba(128, 128, 128, 0.1);
    background: #e3ebfb;
}

.preference-box .box-img {
    height: 180px;
    width: 100%;
    min-width: 100%;
    border-radius: 6px;
    border: 0.83px solid rgba(199, 203, 234, 0.5);
    margin-right: 24px;
}

.preference-box .box-img img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.preference-box .description-block {
    width: 100%;
}

.preference-box .description-block .col-md-3 {
    width: 22%;
}

.preference-box .description-block .col-md-9 {
    width: 78%;
}

.preference-box .description-block .box-body {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #d2dbe9;
}

.preference-box .description-block .box-body .row {
    align-items: center;
}

.preference-box .description-block .box-body h2 {
    color: #091f41;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 6px;
}

.preference-box .description-block .box-body h6 {
    color: #213058;

    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px;
    display: flex;
    align-items: unset;
}

.preference-box .description-block .box-body h6 i {
    color: #f1b51a;
    margin: 0 1.5px;
}

.preference-box .description-block .box-body h6 span {
    color: #888b9e;
}

.preference-box .description-block .box-body ul {
    display: flex;
    align-items: center;
}

.preference-box .description-block .box-body ul li {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #e3e5f5;
    background: #fff;
    margin-right: 5px;
}

.preference-box .description-block .box-body img {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
}

.preference-box .description-block .box-body .mobile-garance-logo {
    display: none;
}

.preference-box .description-block .list-description li {
    color: #091f41;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
}

.preference-box .description-block .list-description li:last-child {
    margin: 0;
}

.preference-box .description-block .list-description li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    color: #006eff;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.preference-box .description-block .box-footer h3 {
    color: #091f41;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.preference-box .description-block .box-footer .button-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.preference-box .description-block .box-footer .button-box li {
    margin-right: 12px;
}

.preference-box .description-block .box-footer .button-box li:last-child {
    margin: 0;
}

.preference-box .description-block .box-footer .button-box li a.btn-text {
    color: #006eff;

    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-decoration: underline;
}

.preference-box .description-block .box-footer .button-box li a.btn-text:hover {
    color: #000;
}

.preference-box .btn-secondary {
    color: #006EFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #006EFF;
    padding: 9px 12px;
    display: table;
}

.preference-box .btn-secondary i {
    margin: 0 8px 0 0;
}

.preference-box .btn-secondary:hover {
    background: #006EFF;
    color: #fff;
}

.preference-box .description-block .box-footer .button-box li .btn-primary {
    border-radius: 4px;
    background: #006eff;
    padding: 12px 10px;
    color: #f5f8fc;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: table;
}

.preference-box .description-block .box-footer .button-box li .btn-primary:hover {
    background: #000;
    color: #fff;
}

.preference-block .btn-primary {
    margin: 0 auto;
}

.mobile-box-show {
    display: none;
}

.mobile-box-show .list-box {
    padding: 16px 0;
    margin: 0 0 16px;
    border-bottom: 1px solid #d2dbe9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-box-show .list-box li {
    margin-right: 4px;
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #e3e5f5;
    background: #fff;
}

.btn-filter {
    border-radius: 4px;
    border: 1px solid #006eff;
    background: #fff;
    text-align: center;
    padding: 16px 32px;
    margin: 0 0 12px;
    width: 100%;
    color: #006eff;

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    display: none;
}

.btn-filter i {
    margin-left: 10px;
}

.preference-sidebar .close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    color: #000000;
}

/* ***** End preference-block **** */

.btn-primary {
    color: #f5f8fc;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    display: table;
    padding: 12px 24px;
    border-radius: 4px;
    background: #006eff;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

.titlebar h2 {
    color: #101828;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 20px;
}

.titlebar p {
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

/* **** Rating **** */
.rating-wrp {
    padding: 64px 0 52px;
    background: #fff;
}

.rating-wrp .rating-title {
    margin: 0 0 60px;
}

.rating-wrp .rating-title h2 {
    color: #091F41;

    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.72px;
    margin: 0 0 12px;
}

.rating-wrp .rating-title h6 {
    color: #213058;

    font-size: 20px;
    font-weight: 400;
    margin: 0 0 24px;
}

.rating-wrp .rating-title h6 i {
    color: #F1B51A;
    margin: 0 4px 0 0;
}

.rating-wrp .rating-title h6 span {
    color: #C3C5D9;
    font-size: 14px;
    font-weight: 400;
}

.rating-wrp .rating-title h5 {
    color: #949ABE;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    margin: 0;
}

.rating-wrp .rating-title h5 a {
    color: #006EFF;
    text-decoration: underline;
}

.rating-wrp .nav-tabs {
    border: none;
}

.rating-wrp .nav-tabs li {
    margin: 0;
}

.rating-wrp .nav-tabs li .nav-link {
    color: #213158;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 20px 24px;
    border-radius: 0;
    border: 2px solid transparent;
    border-bottom: none;
    margin-bottom: -2px;
}

.rating-wrp .nav-tabs li .nav-link.active {
    border-color: #006EFF;
    background: #F8F9FF;
    color: #2E2E2E;
    font-size: 13px;
    font-weight: 700;
}

.rating-wrp .tab-pane {
    border: 2px solid #006EFF;
    background: #F8F9FF;
    box-shadow: 0px 2px 32px 0px rgba(44, 87, 152, 0.10);
    padding: 25px 50px;
}

.rating-wrp #tab2-tab.active,
.rating-wrp #tab2 {
    border-color: #12EA63 !important;
}

.rating-wrp #tab3-tab.active,
.rating-wrp #tab3 {
    border-color: #314D98 !important;
}

.rating-wrp .positive-filter {
    padding: 0 0 35px;
}

.rating-wrp .positive-filter ul {
    display: flex;
    align-items: center;
}

.rating-wrp .positive-filter ul li {
    margin-right: 5px;
}

.rating-wrp .positive-filter ul li:last-child {
    margin: 0;
}

.rating-wrp .positive-filter ul li a {
    color: #213158;

    font-size: 10.336px;
    font-weight: 700;
    letter-spacing: 0.517px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 3.18px;
}

.rating-wrp .positive-filter ul li a:hover,
.rating-wrp .positive-filter ul li a.active {
    color: #fff;
    background: #A4AACE;
    box-shadow: 0px 2.3851590156555176px 9.54063606262207px 0px rgba(0, 0, 0, 0.12);
}

.reting-block {
    border: 1px solid #E3E5F5;
    background: #FFF;
    box-shadow: 0px 2px 32px 0px rgba(44, 87, 152, 0.10);
    padding: 35px 50px;
    margin: 0 0 55px;
}

.reting-block .reting-head {
    margin: 0 0 25px;
}

.reting-block .reting-head ul {
    display: flex;
}

.reting-block .reting-head ul li {
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}

.reting-block .reting-head ul li .user-img {
    height: 58px;
    width: 58px;
    border-radius: 100%;
    margin: 0 auto;
    display: none;
}

.reting-block .reting-head ul li h5.mobline {
    display: none;
}

.reting-block .reting-head ul li:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 1px;
    background: #E3E5F5;
    right: 0;
    top: 0;
}

.reting-block .reting-head ul li:last-child {
    margin: 0;
    padding: 0;
}

.reting-block .reting-head ul li:last-child:before {
    display: none;
}

.reting-block .reting-head h4 {
    color: #213058;

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin: 0 0 10px;
}

.reting-block .reting-head h6 {
    color: #213058;

    font-size: 18px;
    font-weight: 400;
    margin: 0 0 24px;
}

.reting-block .reting-head h6 i {
    color: #F1B51A;
    margin: 0 4px 0 0;
}

.reting-block .reting-head h6 span {
    color: #888B9E;
    font-size: 12px;
    font-weight: 400;
}

.reting-block .reting-head ul h5 {
    color: #213058;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin: 0;
    text-align: left;
}

.reting-block .reting-head h5 {
    color: #213058;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.reting-block .description {
    margin: 0 0 22px;
}

.reting-block .description p {
    color: #213058;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 875px;
    margin: 0 0 45px;
}

.reting-block .description ul {
    margin: 0 0 40px;
}

.reting-block .description ul li {
    color: #213058;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.5px;
    letter-spacing: -0.32px;
    padding-left: 30px;
    max-width: 452px;
    position: relative;
}

.reting-block .description ul li:before {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    background: #C5FBD4;
    height: 21px;
    width: 21px;
    font-size: 12px;
    color: #0FA338;
    left: 0;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.reting-block .description ul.failure li:before {
    background: #FBC5C5;
    color: #FF4F4F;
}

.reting-block .description .rating-img img {
    width: 100%;
    border-radius: 8px;
}

.reting-block .comments-block {

}

.reting-block .comments-block h2 {
    color: #213058;

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
    padding: 0 0 14px;
    margin: 0 0 23px;
    border-bottom: 1px solid #D2DBE9;
}

.comments-list {
    padding-left: 60px;
}

.comments-list .comments-box {
    border-left: 2px solid #006EFF;
    background: #fff;
    box-shadow: 0px 2px 24px 0px rgba(44, 87, 152, 0.10);
    padding: 12px 24px;
    max-width: 728px;
    margin-bottom: 16px;
}

.comments-list .comments-box .user-bpx {
    padding: 0 0 12px;
    margin: 0 0 16px;
    border-bottom: 1px solid #D2DBE9;
}

.comments-list .comments-box .user-bpx .user-name {
    display: flex;
    align-items: flex-start;
}

.comments-list .comments-box .user-bpx img {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 16px;
}

.comments-list .comments-box .user-bpx h3 {
    color: #091F41;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.comments-list .comments-box .user-bpx h3 span {
    display: block;
    font-weight: 400;
}

.comments-list .comments-box h4 {
    color: #091F41;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.comments-list .comments-box p {
    color: #091F41;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.comments-box.success {
    border-color: #20CA60;
    margin: 0 auto;
}

.tab-footer {
    position: relative;
}

.tab-footer .btn-primary {
    margin: 0 auto;
}

.tab-footer ul {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tab-footer ul li {
    margin-right: 2px;
}

.tab-footer ul li:last-child {
    margin: 0;
}

.tab-footer ul li a {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    background: #F9FAFB;
    color: #1D2939;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-footer ul li a:hover {
    background: #006EFF;
    color: #fff;
}

/* **** End Rating **** */


.energy-wrp .preference-box .box-img {
    border-radius: 12px;
    border: 1.355px solid rgba(199, 203, 234, 0.50);
}

.energy-wrp .preference-box:hover {
    background: unset;
}

.energy-wrp .preference-box .box-img img {
    border-radius: 12px;
}


.preference-sidebar .mobile-btn-box {
    display: none;
    margin: 35px 0 0;
}

.preference-sidebar .mobile-btn-box ul {
    display: flex;
    align-items: center;
    margin: 0 -16px;
}

.preference-sidebar .mobile-btn-box ul li {
    padding: 0 16px;
    width: 35%;
}

.preference-sidebar .mobile-btn-box ul li:last-child {
    margin-left: 0;
    width: 65%;
}

.preference-sidebar .mobile-btn-box ul li a {
    display: block;
    width: 100%;
    text-align: center;
}

.preference-sidebar .mobile-btn-box ul li a.btn-text {
    color: #006EFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
}

.bottom-button-fix {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    z-index: 120;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bottom-button-fix.show {
    opacity: 1;
    visibility: visible;
}

.bottom-button-fix .btn-secondary {
    color: #006EFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #006EFF;
    padding: 9px 12px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
}

.bottom-button-fix .btn-secondary i {
    margin: 0 8px 0 0;
}

.bottom-button-fix .btn-secondary:hover {
    background: #006EFF;
    color: #fff;
}

.bottom-button-fix .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
}


/* **** Dashboard **** */
.dashboard-wrpper {
    padding: 0 0 0 280px;
    background: #FFF;
}

.dashboard-sidebar {
    background: #006EFF;
    width: 280px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 32px 24px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dashboard-sidebar h1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #679AFF;
}

.dashboard-sidebar .close-sidebar {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    display: none;
}

.admin-sidebar .dashboard-sidebar .user-box {
    margin: 0 0 24px;
}

.dashboard-sidebar .user-box {
    margin: 0 0 18px;
}

.dashboard-sidebar .user-box h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 4px;
}

.dashboard-sidebar .user-box ul {
    display: flex;
    align-items: center;
}

.dashboard-sidebar .user-box ul li:last-child {
    margin: 0;
    margin-left: auto;
}

.dashboard-sidebar .user-box ul li a {
    color: #E2EFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.dashboard-sidebar .user-box ul li:last-child a {
    font-size: 20px;
}

.dashboard-sidebar .user-box ul li a:hover {
    color: #000;
}

.dashboard-sidebar .status-box {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin: 0 0 24px;
}

.dashboard-sidebar .status-box h4 {
    color: #475467;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.dashboard-sidebar .status-box h3 {
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.dashboard-sidebar .status-box .btn-primary {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    display: block;
    width: 100%;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.dashboard-sidebar .accordion {
    height: calc(100% - 313px);
    overflow: auto;
}

.admin-sidebar .dashboard-sidebar .accordion {
    height: calc(100% - 421px);
    overflow: auto;
}

.dashboard-sidebar .accordion .accordion-item {
    margin: 0 0 24px;
    background-color: transparent;
    border: none;
}

.dashboard-sidebar .accordion .accordion-item.before-nosub {
    margin: 0 0 12px;
}

.dashboard-sidebar .accordion .accordion-item.nosub.before-nosub {
    margin: 0 0 0px;
}

.dashboard-sidebar .accordion .accordion-item.nosub {
    margin: 0 0 12px;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    position: relative;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button img {
    max-width: 100%;
    margin-right: 12px;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button::after {
    display: none;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button.no-arrow:before {
    content: "";
}

.dashboard-sidebar .accordion .accordion-item .accordion-button.no-arrow {
    padding-top: 12px;
    padding-bottom: 12px;
}

.dashboard-sidebar .accordion .accordion-item .accordion-button.no-arrow.active {
    border-radius: 6px;
    background: #3C90FF;
}


.dashboard-sidebar .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
}

.dashboard-sidebar .accordion .accordion-item .accordion-body {
    padding: 8px 0 0 20px;
}

.dashboard-sidebar .accordion .accordion-item .accordion-body ul li {
    margin: 0 0 4px;
}

.dashboard-sidebar .accordion .accordion-item .accordion-body ul li a {
    color: #E2EFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 12px;
    display: block;
}

.dashboard-sidebar .accordion .accordion-item .accordion-body ul li a:hover,
.dashboard-sidebar .accordion .accordion-item .accordion-body ul li a.active {
    border-radius: 6px;
    background: #3C90FF;
}

.dashboard-sidebar .sidebar-bottom-fix {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 16px 24px 32px;
    background: #006EFF;
}

.dashboard-sidebar .sidebar-bottom-fix li {
    margin: 0 0 20px;
}

.dashboard-sidebar .sidebar-bottom-fix li.before-small {
    margin: 0 0 10px;
}

.dashboard-sidebar .sidebar-bottom-fix li.small {
    margin: 0 0 10px;
}

.dashboard-sidebar .sidebar-bottom-fix li:last-child {
    margin: 0;
}

.dashboard-sidebar .sidebar-bottom-fix li:last-child a img {
    margin: 0 0 0 12px;
}

.dashboard-sidebar .sidebar-bottom-fix li a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    opacity: 70%;
}

.dashboard-sidebar .sidebar-bottom-fix li.small a {
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
}

.dashboard-sidebar .sidebar-bottom-fix li a img {
    max-width: 100%;
    margin-right: 12px;
}

.dashboard-sidebar .sidebar-bottom-fix li a:hover {
    opacity: 1;
}

/* **** End Dashboard **** */


/* **** leady-block **** */
.dash-block {
    padding: 64px 32px;
    position: relative;
}

.dash-block .dash-header {
    margin: 0 0 32px;
}

.dash-block .dash-header h2 {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    display: flex;
    align-items: center;
}

.dash-block .dash-header h2 a {
    height: 40px;
    width: 50px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    margin-left: auto;
}

.dash-block .dash-header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dash-block .dash-header ul li {
    margin: 0 12px 0 0;
}

.dash-block .dash-header ul li:last-child {
    margin: 0;
}

.dash-block .dash-header .filter-btn {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 9px 16px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    display: block;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.dash-block .dash-header .filter-btn i {
    margin-right: 8px;
}

.dash-block .dash-header .filter-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.dash-block .dash-header .filter-btn.opened {
    background: #000;
    color: #fff;
    border-color: #000;
}


.dash-block .dash-header .filter-btn.active {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

.dash-block .dash-header .btn-primary {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
}

.dash-block .table-responsive {
    margin: 0 0 30px;
}

.dash-block .leady-table table {
    margin: 0;
    border: 1px solid #EAECF0;
}

.dash-block .leady-table table thead tr th {
    color: #475467;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 12px 24px;
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
    background: #F9FAFB;
    white-space: nowrap;
}

.dash-block .leady-table table thead tr th .form-checkbox {
    padding: 0;
}

.dash-block .leady-table table tbody tr td {
    color: #475467;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 26px 24px;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid #EAECF0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.dash-block .leady-table table tbody tr:hover td {
    background: #F8F8F8;
}

.dash-block .leady-table table .form-checkbox label {
    color: #101828;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.dash-block .leady-table table .form-checkbox {
    padding: 0;
}

.dash-block .leady-table table .form-checkbox label:before {
    height: 20px;
    width: 20px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
}

.dash-block .leady-table table .form-checkbox input:checked + label:after {
    top: 4px;
    left: 7px;
    border-color: #7F56D9;
}

.dash-block .leady-table table .form-checkbox input:checked + label:before {
    border-color: #7F56D9;
}

/* **** End leady-block **** */


/* **** pagination-block **** */
.pagination-block .row {
    align-items: center;
}

.pagination-block a.btn-arrow {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    display: table;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.pagination-block a.btn-arrow i {
    margin-right: 10px;
}

.pagination-block a.btn-arrow:hover {
    background: #006eff;
    color: #fff;
    border-color: #006eff;
}

.pagination-block a.btn-next {
    margin: 0;
    margin-left: auto;
}

.pagination-block a.btn-next i {
    margin: 0 0 0 10px;
}

.pagination-block ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-block ul li {
    margin-right: 2px;
}

.pagination-block ul li:last-child {
    margin: 0;
}

.pagination-block ul li a {
    height: 40px;
    width: 40px;
    color: #475467;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-block ul li a:hover,
.pagination-block ul li a.active {
    border-radius: 8px;
    background: #F2F2F2;
    color: #1D2939;
}

/* **** ENd pagination-block **** */


aside.preference-sidebar {
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    background: #F5F8FC;
    max-width: 280px;
    width: 280px;
    padding: 32px 24px;
    overflow: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 121;
}

aside.preference-sidebar.show-sidebar {
    left: 0;
}


.corporate-block {
    border-radius: 16px;
    background: #F5F8FC;
    padding: 32px;
}

.corporate-form {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    padding: 24px;
    max-width: 549px;
    margin: 0 auto;
}

.corporate-form .form-group {
    margin: 0 0 20px;
}

.corporate-form .add-field,
.corporate-form .form-group a {
    color: #006EFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-top: 6px;
    background: transparent;
    border: none;
}

.corporate-form .add-field {
    margin: -10px 0 0 auto;
}

.corporate-form .form-group label {
    color: #344054;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 3px;
}

.corporate-form .form-group .form-control {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    resize: none;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
}

.corporate-form ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 24px 0 0;
}

.corporate-form ul li {
    margin-right: 10px;
}

.corporate-form ul li:last-child {
    margin: 0;
}

.corporate-form ul li .btn-secondary {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    padding: 10px 16px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.corporate-form ul li .btn-secondary:hover {
    background: #006EFF;
    color: #fff;
    border-color: #006EFF;
}

.corporate-form ul li .btn-primary {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 52px;
    border-radius: 8px;
    background: #006EFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.corporate-form ul li .btn-primary:hover {
    background: #000;
    color: #fff;
}


/* **** leads-block **** */
.leads-block .leads-box {
    border: 1px solid #EAECF0;
    background: #F5F8FC;
    padding: 32.786px 26.229px 26px 26.229px;
    position: relative;
}

.leads-block .leads-box.active {
    border: 1px solid #006EFF;
    background: #F5F8FC;
}

.leads-block .row {
    align-items: flex-end;
}

.lead-blocks .active-text {
    padding: 15px 15px;
    display: block;
    border: 1px solid #006EFF;
    border-bottom: none;
    background: #006EFF;
}

.lead-blocks .active-text h4 {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
}

.leads-block .leads-box .box-head {
    border-bottom: 1px solid rgba(199, 203, 234, 0.50);;
    padding: 0 0 13px;
    margin: 0 0 26px;
}

.leads-block .leads-box .box-body {
    padding: 0 0 32px;
}

.leads-block .leads-box h3 {
    color: #091F41;
    font-size: 19.672px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.59px;
    margin: 0 0 4px;
}

.leads-block .leads-box p {
    color: #00367D;
    font-size: 13.115px;
    font-weight: 400;
    line-height: 19.672px;
    margin: 0 0 13px;
}

.leads-block .leads-box h2 {
    color: #006EFF;
    font-size: 26.229px;
    font-style: normal;
    font-weight: 600;
    line-height: 49.18px;
    letter-spacing: -0.525px;
    margin: 0;
}

.leads-block .leads-box ul li {
    margin: 0 0 13px;
    position: relative;
    padding-left: 30px;
    color: #0058CB;
    font-size: 13.115px;
    font-weight: 400;
    line-height: 19.672px;
}

.leads-block .leads-box ul li:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-image: url("../images/check-icon.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    left: 0;
    top: 0;
}

.leads-block .leads-box ul li:last-child {
    margin: 0;
}

.leads-block .leads-box .btn-primary {
    border-radius: 6.557px;
    background: #006EFF;
    display: block;
    width: 100%;
    box-shadow: 0px 0.81966px 1.63932px 0px rgba(16, 24, 40, 0.05);
}

.leads-block .leads-box .btn-primary:hover {
    background: #000;
    color: #fff;
}

/* **** End leads-block **** */


/* **** Comparison of options **** */
.comparison-options {
    padding: 40px 0 0;
}

.comparison-options .comparison-title {
    margin: 0 0 72px;
}

.comparison-options .comparison-title h2 {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
}

.comparison-options .table {
    margin: 0;
}

.comparison-options .table thead tr th {
    padding: 0;
    width: 25%;
    padding: 0;
}

.comparison-options .table tbody tr td {
    padding: 0;
    width: 25%;
    padding: 0;
    vertical-align: middle;
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.comparison-options .table .tbl-head.active {
    border: 2px solid #006eff;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

.comparison-options .table .tbl-head {
    padding: 24px 24px 40px;
}

.comparison-options .table .tbl-head .box-icon {
    border-radius: 8px;
    border: 1px solid #eaecf0;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin: 0 auto 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-options .table .tbl-head h4 {
    color: #101828;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 8px;
}

.comparison-options .table .tbl-head h2 {
    color: #006eff;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0 0 8px;
}

.comparison-options .table .tbl-head p {
    color: #475467;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px;
}

.comparison-options .table .tbl-head .btn-primary {
    padding: 12px;
    border-radius: 8px;
    background: #006eff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: block;
    width: 100%;
}

.comparison-options .table .tbl-head .btn-primary:hover {
    background: #000;
    color: #fff;
}


.comparison-options .table .detail {
    padding: 22px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-options .table tbody tr td:first-child .detail {
    justify-content: flex-start;
}

.comparison-options .table tbody tr td:first-child .detail h5 {
    display: flex;
}

.comparison-options .table tbody tr td .detail h5 {
    display: none;
}

.comparison-options .table .detail h5 {
    display: flex;
    align-items: center;
    color: #101828;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.comparison-options .table .detail.active {
    border-left: 2px solid #006eff;
    border-right: 2px solid #006eff;
}

.comparison-options .table td .active {
    border-left: 2px solid #006eff;
    border-right: 2px solid #006eff;
}

.comparison-options .table .detail h5 img {
    margin: 0;
    max-width: 100%;
    margin-left: 6px;
}

.comparison-options .table .detail img {
    max-width: 100%;
    margin: 0 auto;
    height: 25px;
}

.comparison-options .table .detail-title .title,
.comparison-options .table .detail-title .detail {
    padding: 22px;
    min-height: 69px;
}

.comparison-options .table .title h4 {
    color: #6941c6;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.comparison-options .table .detail-footer {
    padding: 32px 22px;
}

.comparison-options .table .detail-footer.active {
    border-bottom: 2px solid #006eff;
    border-radius: 0 0 20px 20px;
}

.comparison-options .table .detail-footer .btn-primary {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.comparison-options .table tbody tr.gray-50 {
    background: #F9FAFB;
}

/* **** End Comparison of options **** */


.dash-block .tab-navigation-wrp {
    margin: 0;
    padding: 0 0 53px;
}


.setting-box {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #EAECF0;
}

.setting-box .form-group {
    margin: 0 0 20px;
}

.setting-box .form-group:last-child {
    margin: 0;
}

.setting-box .form-group .row {
    align-items: center;
}

.setting-box .form-group.multi-uploadbx .row {
    align-items: flex-start;
}

.setting-box .form-group.flex-first .row {
    align-items: flex-start;
}

.setting-box .form-group h5 {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.setting-box .form-group p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.setting-box .form-togglebox {
    display: flex;
    align-items: center;
}

.setting-box .form-togglebox h6 {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.setting-box .form-togglebox h6.txt-blue {
    color: #006eff;
}

.setting-box .form-togglebox .switch input {
    position: absolute;
    opacity: 0;
}

.setting-box .form-togglebox label {
    margin: 0 6px;
}

.setting-box .form-togglebox .switch {
    display: inline-block;
    font-size: 20px;
    height: 19px;
    width: 33px;
    border-radius: 9px;
    background: #006eff;
    border-radius: 1em;
}

.setting-box .form-togglebox .switch div {
    width: 15px;
    height: 15px;
    border-radius: 1em;
    background: #fff;
    margin: 2px 2px 0 2px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.setting-box .form-togglebox .switch input:checked + div {
    -webkit-transform: translate3d(95%, 0, 0);
    -moz-transform: translate3d(95%, 0, 0);
    transform: translate3d(95%, 0, 0);
}

.setting-box .form-input .form-control {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    padding: 14px 15px;
    resize: none;
}

.setting-box .form-input small {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 6px 0 0;
}

.setting-box .form-group ul li {
    margin: 0 0 8px;
}

.setting-box .form-group ul li:last-child {
    margin: 0;
}

.setting-box .form-group ul li .form-checkbox {
    padding: 0;
}

.setting-block .btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.setting-block .btn-box li {
    margin-right: 10px;
}

.setting-block .btn-box li:last-child {
    margin: 0;
}

.setting-block .btn-box li .btn-secondary {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    padding: 10px 16px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.setting-block .btn-box li .btn-secondary:hover {
    background: #006EFF;
    color: #fff;
    border-color: #006EFF;
}

.setting-block .btn-box li .btn-primary {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 52px;
    border: none;
    border-radius: 8px;
    background: #006EFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.setting-block .btn-box li .btn-primary:hover {
    background: #000;
    color: #fff;
}


/* **** wallet **** */
.wallet-wrp {
    max-width: 1140px;
    margin: 0 auto;
}

.wallet-card {
    max-width: 500px;

}

.wallet-card h3 {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 24px;
}

.wallet-card .wallet-box {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #F5F8FC;
    padding: 24px;
    margin: 0 0 24px;
}

.wallet-card .wallet-box h6 {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
}

.wallet-card .wallet-box h6 b {
    margin-left: auto;
    color: #000000;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.wallet-card .wallet-box h6 .form-control,
.wallet-card .wallet-box h6 span {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: table;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 6px 12px;
    margin-left: auto;
}

.wallet-card .wallet-box h6 .form-control {
    max-width: 110px;
}

.wallet-card .wallet-checkbox {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.wallet-card .wallet-checkbox li {
    margin-right: 24px;
}

.wallet-card .wallet-checkbox li:last-child {
    margin: 0;
}

.wallet-card .wallet-checkbox li .form-checkbox {
    padding: 0;
}

.payment-box {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #F5F8FC;
    padding: 16px;
    margin: 0 0 24px;
}

.payment-box .payment-card-info {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 16px;
    display: flex;
    align-items: center;
}

.payment-box .payment-card-info img {
    max-width: 100%;
    margin-right: 16px;
}

.payment-box .payment-card-info h5 {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.payment-box .payment-card-info h5 span {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.payment-box .payment-card-info a {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    margin-left: auto;
    display: table;
}

.payment-box .payment-card-info a:hover {
    background: #006EFF;
    border-color: #006EFF;
    color: #fff;
}

.wallet-card .wallet-box .detail {
    display: flex;
    align-items: center;
}

.wallet-card .wallet-box h4 {
    color: #213158;

    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.wallet-card .wallet-box a.btn-edit {
    color: #006EFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.28px;
    text-decoration: underline;
    margin-left: auto;
}

.wallet-wrp .btn-primary {
    display: block;
    border-radius: 8px;
    max-width: 500px;
}

/* **** End wallet **** */

.prostor-block {
    border-radius: 6px;
    background: #006EFF;
    height: 100%;
    max-width: 444px;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 32px;
}

.prostor-block .prostor-info {
    width: 100%;
}

.prostor-block .box-icon {
    border-radius: 184px;
    background: rgba(248, 249, 255, 0.20);
    margin: 0 auto 28px;
    width: 184px;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prostor-block .box-icon img {
    max-width: 100%;
}

.prostor-block h3 {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    margin: 0 0 8px;
}

.prostor-block p {
    color: rgba(255, 255, 255, 0.70);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.28px;
    margin: 0 0 28px;
}

.prostor-block .btn-secondary {
    color: #FFF;

    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    border-radius: 16px;
    border: 1px solid #FFF;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.prostor-block .btn-secondary:hover {
    background: #fff;
    color: #000;
}

/* **** AddressModal **** */
.wallet-modal {
    background: rgba(0, 0, 0, 0.3);
}

.wallet-modal .modal-dialog {
    max-width: 549px;
}

.wallet-modal .modal-dialog .modal-content {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    padding: 24px;
    position: relative;
}

.wallet-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.wallet-modal form .form-group {
    margin: 0 0 20px;
}

.wallet-modal form .form-group label {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 6px;
}

.wallet-modal form .form-group .form-control {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
}

.wallet-modal .modal-title {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #EAECF0;
}

.wallet-modal .modal-title h2 {
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 4px;
}

.wallet-modal .modal-title p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}


.bottom-buttons {
    margin: 4px 0 0;
}

.bottom-buttons ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-buttons ul li {
    margin-right: 10px;
}

.bottom-buttons ul li:last-child {
    margin: 0;
}

.bottom-buttons ul li .btn-secondary {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    padding: 10px 16px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.bottom-buttons ul li .btn-secondary:hover {
    background: #006EFF;
    color: #fff;
    border-color: #006EFF;
}

.bottom-buttons ul li .btn-primary {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 52px;
    border: none;
    border-radius: 8px;
    background: #006EFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.bottom-buttons ul li .btn-primary:hover {
    background: #000;
    color: #fff;
}

/* **** End AddressModal **** */


.about-company-block h2 {
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 24px;
}

.about-company-block .bottom-buttons {
    margin: 0;
    padding: 0;
}

.about-company-block .bottom-buttons ul li {
    margin: 0;
    margin-right: 12px;
}

.about-company-block .bottom-buttons ul li:last-child {
    margin: 0;
}


.setting-box .upload__btn-box {
    border-radius: 12px;
    border: 1px dashed #EAECF0;
    background: #FFF;
    padding: 24px;
    position: relative;
}

.setting-box .upload__btn-box h5 {
    display: flex;
    align-items: center;
    margin: 0;
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.setting-box .upload__btn-box h5 span {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.setting-box .upload__btn-box h5 span img {
    max-width: 100%;
}

.setting-box .upload__btn-box h5 strong {
    color: #006EFF;
    font-weight: 600;
    margin: 0 5px 0 0;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.setting-box .file-input {
    border-radius: 12px;
    border: 1px dashed #EAECF0;
    background: #FFF;
    padding: 24px;
    position: relative;
}

.setting-box .file-input input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    background: #000;
    opacity: 0;
    cursor: pointer;
}

.setting-box .file-input h5 {
    display: flex;
    align-items: center;
    margin: 0;
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.setting-box .file-input h5 span {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.setting-box .file-input h5 span img {
    max-width: 100%;
}

.setting-box .file-input h5 strong {
    color: #006EFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px 0 0;
}


.reference-block h2 {
    display: flex;
    align-items: center;
    color: #101828;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 25px;
}

.reference-block .btn-primary {
    margin-left: auto;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
}

.reference-block .leady-table table thead tr th {
    padding: 12px 24px;
}

.reference-block .leady-table tbody tr td {
    padding: 24px;
}

.reference-block .leady-table tbody tr td span {
    font-weight: 600;
    color: #07090D;
}


/* ***** Partners Page **** */
.dash-block .dash-header .btn-primary.downloadbtn {
    background: #0DD759;
}

.dash-block .dash-header .btn-primary i {
    margin-right: 5px;
}

.dash-block .dash-header .btn-primary.downloadbtn i {
    display: none;
}

.dash-block .dash-header .btn-primary.downloadbtn:hover {
    background: #000;
}

.dash-block .leady-table table thead tr th a {
    margin-left: 5px;
    color: #98A2B3;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.70;
}

.dash-block .leady-table table thead tr th a:hover {
    opacity: 1;
}


.create-articlewrp .dash-header {
    display: none;
}

.create-articlewrp .setting-box {
    border-bottom: none;
}

.create-articlewrp .setting-box h2 {
    margin: 0;
}

.article-title {
    border-bottom: 1px solid #EAECF0;
    margin: 0 0 30px;
}

.article-title .setting-box {
    max-width: 1200px;
}

.create-articlewrp .setting-box .form-group .row {
    align-items: flex-start;
}

select.form-control {
    -webkit-appearance: none !important;
    background-image: url('../images/down-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    background-size: 15px !important;
    background-position: center right 15px !important;
}

.submit-article-note .bottom-buttons,
.submit-article-note {
    width: 100%;
}

.submit-article-note .bottom-buttons ul {
    justify-content: flex-end;
}

.administrator-row .administrator-table-block {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.administrator-row .administrator-table-block .leady-table table tbody tr td {
    color: #07090D;
    font-weight: 500;
}

.administrator-row .administrator-table-block .leady-table table tbody tr td:last-child {
    color: #475467;
    font-weight: normal;
    width: 30%;
}

.administrator-row .administrator-table-block .pagination-block {
    padding: 15px;
}

.create-administrator {
    padding: 35px 50px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    border-radius: 12px;
}

.create-administrator h2 {
    font-size: 24px;
    font-weight: 600;
    color: #101828;

    margin: 0 0 25px;
}

.create-administrator .form-group {
    margin: 0 0 20px;
}

.create-administrator .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    margin: 0 0 5px;
}

.create-administrator .form-group .form-control {
    font-size: 16px;
    font-weight: normal;
    color: #667085;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: auto;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.create-administrator .form-group ul li {
    margin: 0 0 12px;
}

.create-administrator .form-group .form-checkbox {
    padding: 0;
}

.create-administrator .btn-primary {
    display: block;
    text-align: center;
    width: 100%;
    text-align: center;
    background: #0EBB4F;
    border: none;
}

.create-administrator .btn-primary:hover {
    background: #000;
    color: #fff;
}


.blogslstadmin {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.blogslstadmin .pagination-block {
    padding: 0 24px 30px;
}

/* ***** End Partners Page **** */

.status-bubble, .error-bubble {
    width: 800px;
    margin: 10px auto;
    border: 1px solid black;
}

.status-bubble {
    background-color: green;
}

.error-bubble {
    background-color: red;
}

.status-bubble h6, .error-bubble h6 {
    color: white;
    padding: 10px 10px 5px 10px;
    font-size: 21px;
    border-bottom: 1px solid black;
}

.bubble-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.one-bubble {
    color: white;
}


.form-toggle-new {
    display: flex;
    align-items: center;
}


.form-toggle-new h6 {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.form-toggle-new input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.form-toggle-new label {
    cursor: pointer;
    width: 33px;
    text-indent: 22;
    height: 18px;
    border-radius: 9px;
    background: #dbdbdb;
    display: block;
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
}

.form-toggle-new label:before {
    position: absolute;
    left: 0;
    content: "";
    width: 34px;
    height: 19px;
    border-radius: 9px;
    background: #dbdbdb;
}

.form-toggle-new label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    filter: drop-shadow(0px 0.75px 1.5px rgba(16, 24, 40, 0.06)) drop-shadow(0px 0.75px 2.25px rgba(16, 24, 40, 0.1));
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.form-toggle-new input:checked + label:before {
    background: #006eff;
}

.form-toggle-new input:checked + label:after {
    left: calc(100% - 17px);
}

.form-toggle-new h6.txt-blue {
    color: #006eff;
}

.novinka {
    background-color: #EFFFEF;
}

.novinka:hover td {
    background-color: #E0FFE0 !important;
}

.vypnuto {
    background-color: #FFEFEF;
}

.vypnuto:hover td {
    background-color: #FFE0E0 !important;
}

.payment-card-info .card-check {
    margin-right: 10px;
}

.history-table {
    border: 1px solid black;
    width: 100%;
}

.history-table td {
    border: 1px solid black !important;
    padding: 5px !important;
    margin: 0 !important;
}

.history-table .head td {
    border: 1px solid black !important;
    padding: 5px !important;
    margin: 0 !important;
    background-color: #F9FAFB;
    font-weight: bold !important;
}


.max-height-content .part {
    overflow: hidden;
}

.max-height-content textarea {
    width: 95%;
    height: 150px;
    padding: 3px;
}

.max-height-content .form-note {
    display: none;
}


.button-more, .button-less {
    display: none;
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
}

.collapse-all {
    float: right;
    display: none;
}

.v1 .collapse-all, .v2 .collapse-all {
    display: inline;
}

.add-note {
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
}

.button-more:hover, .button-less:hover, .add-note:hover {
    font-weight: bold;
    text-decoration: underline;

}

.dashboard-sidebar .accordion .accordion-item .accordion-button .fa, .dashboard-sidebar .accordion .accordion-item .accordion-button .far, .dashboard-sidebar .accordion .accordion-item .accordion-button .fas {
    max-width: 100%;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 23px;
}

.preference-sidebar .btn-box ul li a.btn-text {
    color: #006EFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
}

.dash-block .dash-header .export-xls {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 9px 16px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    display: block;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.selectize-control.plugin-remove_button .item .remove {
    margin-top: 0px;
}

h4.waiting {
    text-align: center;
    color: orange;
    background-color: white;
    padding: 6px;
    border-radius: 5px;
    margin: 0px;
}

h4.approved {
    text-align: center;
    color: white;
    background-color: green;
    padding: 6px;
    border-radius: 5px;
    margin: 0px;

}


.corporate-form2 {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    padding: 24px;
    max-width: 549px;
    margin: 0 auto;
}


.corporate-form2 .form-group {
    margin: 0 0 20px;
}


.corporate-form2 .add-field {
    margin: -10px 0 0 auto;
}

.corporate-form2 .form-group label {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 6px;
}

.corporate-form2 ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 24px 0 0;
}

.corporate-form2 ul li:last-child {
    margin: 0;
}

.corporate-form2 ul li {
    margin-right: 10px;
}

.corporate-form2 ul li .btn-primary {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 52px;
    border-radius: 8px;
    background: #006EFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


.full-stars-example-happy .rating-group {
    display: inline-flex;
}

.full-stars-example-happy .rating__icon {
    pointer-events: none;
}

.full-stars-example-happy .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.full-stars-example-happy .rating__input--none {
    display: none;
}

.full-stars-example-happy .rating__label {
    padding: 0 0.1em;
    font-size: 28px;
}

.full-stars-example-happy .rating__icon--star {
    color: orange;
}

.full-stars-example-happy .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#pridat-recenzi .property-box h4 {
    color: #046CFB;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.ml-40 {
    margin-left: 40px;
}

.happy-block h5 {
    padding-top: 5px;
    color: #046CFB;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

#pridat-recenzi .form-group label span {
    color: #046CFB;
    font-weight: 700;
    margin-right: 5px;
}

#pridat-recenzi .form-group {
    margin: 0;
}

#pridat-recenzi .form-group label {
    color: #6A7C97;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 35px 0 5px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

#pridat-recenzi .check-block {
    border-radius: 8px;
    /* border: 1px solid #C3C5D9; */
    /* background: #FFF; */
    padding: 35px 0px 0px 0px;
    display: block;
}

#pridat-recenzi .check-block .check-box h6 {
    color: #046CFB;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px;
}

#pridat-recenzi .check-block .check-box ul {
    display: block;
}

#pridat-recenzi .check-block .check-box ul li {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

#pridat-recenzi .check-block .check-box ul li a {
    background: #046CFB;
    cursor: default;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    min-width: 28px;
    margin-right: 16px;
}

#pridat-recenzi .check-block .mins-check-box ul li a {
    background: #FD9E01;
}

.happy-block {
    padding: 35px 0 0px;
}

@media (min-width: 768px) {
    .onlyMobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hideMobile {
        display: none !important;
    }
}


.tab-navigation-wrp h5 {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
}


.new-badge {
    /*background-color: pink;*/
    /*border:1px solid grey;*/
    color: red;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.leady-zdarma {
    font-weight: bold;
    font-size: 25px;
    background-color: green;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    float: left;
}

.wizard-header .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 80px;
    height: 24px;
}

.wizard-header .wizard-topic {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
}

.wizard-header .steps li {
    margin-right: 56px;
    position: relative;
    border: 2px solid #B9B9C3;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: block;
    opacity: 1;
}

.wizard-header .steps li:before {
    position: absolute;
    content: "";
    height: 2px;
    left: 30px;
    width: 40px;
    background: #B9B9C3;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.wizard-header .steps li.active:before, .wizard-header .steps li.activated:before {
    background: #046CFB;
}

.wizard-header .steps li.active, .wizard-header .steps li.activated {
    background: #046CFB;
    border-color: #046CFB;
}

.wizard-header .steps li:last-child {
    margin: 0;
}

.wizard-header .steps li:last-child:before {
    display: none;
}

.claim-section textarea {
    width: 95%;
    height: 150px;
    padding: 3px;
    min-width: 350px;
}

.claim-section .form-note {
    display: none;
}

.history-table .enermio-text {
    color: red;
    font-weight: bold;
}

.history-table tr.enermio td {
    background-color: #C8FFE3 !important;
}

.note-visible .stav-leadu {
    display: none;
}
