.header-nav-main.nav>li {
    margin: 0 20px;
}

.header-nav-main.nav>li>a {
    font-size: 0.875rem;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

#top-bar .top-bar-nav>li>a {
    font-size: 0.875rem;
    font-weight: 600;
}

ul.nav-dropdown.nav-dropdown-simple {
    padding: 1rem 0 0.625rem 0 !important;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    min-width: 200px;
}

ul.nav-dropdown.nav-dropdown-simple>li {
    position: relative
}

#top-bar .top-bar-nav>li ul a {
    font-size: 14px;
    color: #373a3c;
    text-align: left;
    display: block;
    padding: 3px 20px;
    line-height: 1.5;
    white-space: nowrap;
    font-weight: 600;
    padding-bottom: 18px;
    padding-top: 0;
    background-color: transparent !important;
}

#top-bar .top-bar-nav>li ul a:hover {
    color: var(--primary-color);
}

#top-bar .top-bar-nav>li ul li:last-child a {
    padding-bottom: 0;
}


#top-bar .top-bar-nav>li ul a>img {
    position: absolute;
    right: 5px;
    max-width: 14px;
}

.mfp-close-btn-in button.mfp-close {
    mix-blend-mode: unset;
    opacity: 1;
    color: #000;
}

.off-canvas .mfp-content {
    background-color: #fff;
    box-shadow: none;
}

.off-canvas:not(.off-canvas-center) .nav-vertical>li>a {
    font-size: 16px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #000;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: start;
    font-size: 14px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a img {
    margin-left: 20px;
    max-width: 16px;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-line-bottom.nav-uppercase {
    justify-content: end;
}

.header-main ul>li.header-language-dropdown>a {
    font-size: 0 !important;
    position: relative;
    top: -4px;
}


header#header.transparent {
    position: fixed;
}

.nav-slide-header .toggle {
    font-size: 16px;
    color: #000;
    opacity: 1;
}

.mb-00 * {
    margin-bottom: 0;
}

footer a:hover {
    text-decoration: underline;
}

.absolute-footer {
    display: none !important;
}

.background-attachment-fix .section-bg.fill img {
    position: fixed;
}

.ul-check ul li::before {
    content: "";
    margin-right: 12px;
    display: inline-block;
    transform: rotate(45deg);
    height: 13px;
    width: 7px;
    border-bottom: 2px solid #78b13f;
    border-right: 2px solid #78b13f;
}

.ul-check ul li {
    margin-left: 0 !important;
    font-weight: 400;
    list-style: none;
    margin-bottom: 1rem;
    font-size: 18px;
}

.ul-check ul {
    list-style: none;
    padding-top: 0.4rem;
}

.title-login h1 {
    text-align: center;
    color: white;
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
}

.col-login-main .col-inner {
    box-shadow: 0 0 6px #00000029;
    border-radius: 0 0 40px 0;
}

.bg-img *,
.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    border-radius: 0 0 40px 0;
    object-fit: cover;
}

.col-inner>.is-border {
    z-index: 3;
}

.col-inner>*:not(.bg-img, .is-border) {
    position: relative;
    z-index: 2;
}

.col-login-main .col-inner>.is-border {
    border-radius: 0 0 40px 0;
}

.profile-main {
    padding: 40px 0;
}

.profile-main h3 {
    margin-top: 30px;
}

.profile-avar img.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: contain;
}

.box-link .col-inner .icon-box {
    height: 113px;
    border-top: 2px solid var(--primary-color);
    background-color: white;
    color: var(--primary-color);
    box-shadow: 0 3px 10px #00000029;
    border-radius: 0 0 13px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.box-link .col-inner .icon-box * {
    margin: 0;
}

.box-link .col-inner .icon-box-img {
    margin-bottom: 12.81px;
}

.box-link .col-inner .icon-box-img img {
    height: 50px;
    object-fit: contain;
}

.box-link .col-inner .icon-box:hover * {
    color: #2776a1;
}

.title h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.slider-main ol.flickity-page-dots {
    right: 0;
    text-align: right;
    margin-right: 10px;
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: rgb(255, 255, 255, 0.3) !important;
    margin: 0 0 0 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #d4d4d3 !important;
    opacity: 1;
}

.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
    background-color: #fff !important;
}

.submit_registration_note {
    margin-top: 20px;
}

.summary-container {
    margin: 20px 0 0;
}

.summary-container table {
    border: 1px solid var(--primary-color);
}

.summary-container table * {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.summary-container table th {
    background: var(--primary-color);
    color: #fff;
}

.my-profile h2 {
    background: #D4D4D3 0 0 no-repeat padding-box;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #425160;
    padding-left: 20px;
    margin: 0;
}

.summary-container table tr th {
    width: 40%;
    text-align: left;
}

.summary-container table tr td {
    text-align: left;
}

.float-left {
    float: left !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.partner-logo {
    padding-right: 0 !important;
    padding-top: 8px;
    display: block;
    margin-bottom: 15px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.my-profile {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 0 6px #00000029;
    border-radius: 6px;
    opacity: 1;
    margin-bottom: 20px;
}

.my-profile .profile {
    padding: 17px 20px 20px 20px;
    border-bottom: 1px solid #D4D4D3;
}

.my-profile .profile img.profile-avar {
    padding-right: 11px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
}

.my-profile .profile h5 {
    margin-bottom: 3px;
    font-weight: 600;
}

.my-profile .profile h6 {
    color: #777777;
    font-weight: 300;
    margin-bottom: 16px;
}

.my-profile .profile h6 {
    color: #777777;
    font-weight: 300;
    margin-bottom: 16px;
}

.my-profile .profile a {
    color: var(--primary-color);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.my-profile .profile a:hover {
    text-decoration: none;
}

.rank-profile {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: var(--primary-color);
}

.file-section {
    padding: 30px 0;
}

.file-section h1 {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 .9375rem;
}

.form-main-title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
    line-height: 1.4;
}

.form-main-input {
    margin-bottom: .375rem;
    margin-top: .625rem;
    position: relative;
}

.form-main-input input {
    border: .0625rem solid #555;
    border-radius: .25rem;
    height: 2.5rem;
    padding-left: .75rem;
    width: 100%;
    max-width: 69.375rem;
    background-color: rgb(248, 248, 248);
    margin: 0;
}

.form-main-input button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #425160;
    border: none;
    margin: 0;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75rem;
}

.form-main-input button i {
    background-image: url(../svg/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
}

.file-section .note {
    font-size: .8125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: .625rem;
    opacity: 70%;
}

.clear-filter-wrap {
    margin-top: 1.875rem;
}

.label-subtitle {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 .625rem;
}

.clear-filters-btn {
    display: unset;
    background-color: transparent;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    font-size: .8125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    margin-left: .9375rem;
    opacity: 70%;
    padding: 0;
}

.filters-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    grid-gap: 1.875rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 1.875rem;
    margin-top: .625rem;
}

.form-control-select-native-label {
    font-size: .8125rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
}

.form-control-select-native-dropdown-wrapper {
    margin-top: .5rem;
    position: relative;
}

.form-control-select-native-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: .0625rem solid #555;
    border-radius: .1875rem;
    line-height: normal;
    margin: 0;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: normal;
    padding-right: 3.0625rem;
    width: 100%;
    height: 40px;
}

#resource-cards {
    clear: both;
    padding-top: 0 !important;
}


#resource-cards h3 {
    border-bottom: .0625rem solid #d4d4d3;
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 .9375rem;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
}

.resource-library-card {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.resource-library-card-headline {
    color: #425160;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .0375rem;
    margin-bottom: .625rem;
    text-transform: uppercase;
}

.resource-library-card-report-img-wrap {
    background-position: 50%;
    background-size: cover;
    border-radius: .9375rem;
    padding-top: 52.31579%;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.resource-library-card-title {
    word-wrap: break-word;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin: .9375rem 0 0;
}

.resource-library-card-description {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: .625rem;
}

.resource-library-card-description * {
    font-size: 0.875rem;
    margin: 0;
}

.resource-library-card-cta {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .05rem;
    margin-top: .9375rem;
    -webkit-text-decoration-color: var(--primary-color);
    text-decoration-color: var(--primary-color);
    text-transform: uppercase;
}

.resource-library-card:not(.resource-library-card-report):not(.resource-library-card-full-video-card) {
    border-radius: 0 0 1rem;
    border-top: .1875rem solid var(--primary-color);
    -webkit-box-shadow: 0 0 .375rem rgb(0 0 0 / 16%);
    box-shadow: 0 0 .375rem rgb(0 0 0 / 16%);
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.resource-library-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.resource-library-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.resource-library-card-cta {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .05rem;
    margin-top: .9375rem;
    -webkit-text-decoration-color: var(--primary-color);
    text-decoration-color: var(--primary-color);
    text-transform: uppercase;
}

.wrap-file.row {
    margin: auto !important;
}

.wrap-file.row .col:not(.btn-show, .active):nth-child(n + 7) {
    display: none;
}

.btn-show {
    text-align: center;
}

button.show-all {
    background: #fff;
    border: none;
    border-radius: .375rem;
    -webkit-box-shadow: 0 0 .5rem -.125rem rgb(0 0 0 / 75%);
    box-shadow: 0 0 .5rem -.125rem rgb(0 0 0 / 75%);
    color: var(--primary-color);
    cursor: pointer;
    display: inline-block;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .05rem;
    line-height: 1.5rem;
    min-height: 1.25rem;
    outline: none;
    padding: .5rem 1.5rem;
    text-decoration: none;
    grid-gap: .625rem;
    gap: .625rem;
    margin: 0 !important;
    text-transform: uppercase;
}

.show-all:hover {
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 .5rem -.125rem rgb(0 0 0 / 75%);
    box-shadow: 0 0 .5rem -.125rem rgb(0 0 0 / 75%);
    color: #fff;
}

/* step */
.registration-steps-top h1 {
    margin-top: 0;
    font-size: 36px;
    color: #000000;
    font-weight: 300;
}

.registration-steps .desc {
    font-size: 20px;
}

.registration-steps-top {
    padding: 30px 0;
    box-shadow: 0 6px 6px #00000029;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 100%;
}

.registration-steps .steps {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.registration-steps .steps li {
    cursor: pointer;
    padding-right: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #425160;
    opacity: .6;

}

.registration-steps .steps li.active {
    text-decoration: none;
    color: #0076D6;
    opacity: 1;
}

.registration-steps .steps li span {
    background: #425160 0 0 no-repeat padding-box;
    color: white;
    padding: 1px 8px 1px 8px;
    opacity: .6;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    text-align: center;
}

.registration-steps .steps li.active span {
    opacity: 1;
    background: var(--primary-color) 0 0 no-repeat padding-box;
}

.step-content {
    margin-top: 20px;
}

.registration-steps .step {
    display: none;
}

.registration-steps .step.active {
    display: block;
}

.step-buttons {
    margin-top: 20px;
}

.step-buttons button {
    padding: 10px 15px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

.step-buttons button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.registration-steps .step label {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #00000099;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.registration-steps .step select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    padding: 0 49px 0 10px;
    height: 40px;
    width: 100%;
    border-radius: .25rem;
    color: #000000CC;
    font-size: 16px;
    box-shadow: none;
    line-height: normal;
    margin: 0;
}

.registration-steps .step input,
.registration-steps .step textarea {
    width: 100%;
    margin: 0;
    padding: .375rem .75rem;
    height: 40px;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

.select2-container--default .select2-selection--single {
    border-radius: .25rem !important;
    height: 40px !important;
    margin: 0;
    display: flex !important;
    align-items: center;
}

.select2-selection__rendered {
    width: 100% !important;
}

#dealreg-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 60px;
    border-top: 2px solid #eceeef;
    padding-top: 30px;
}

#start-over-btn {
    letter-spacing: 0.8px;
    color: #F05336;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

#navigation-btn-wrap {
    display: flex;
    gap: 15px;
}

.btn-transparent-cuda {
    font-size: 1rem;
    color: var(--primary-color);
    border: 1px solid #d4d4d3;
    text-align: center;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.btn {
    border-radius: 0px;
    padding: 0.5rem 2.5rem;
    font-size: 0.875rem;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}


.btn-transparent-cuda {
    font-weight: 600;
    font-size: 16px;
}

button.btn {
    border-radius: 4px;
}


.btn-primary-cuda {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
    font-size: 16px;
}

.btn-primary-cuda {
    font-size: 1rem;
    color: #FFFFFF !important;
    border: none;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    background: linear-gradient(to right, #1DB1FF 0%, var(--primary-color) 100%);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.20);
    z-index: 1;
}

.btn-primary-cuda:after {
    display: block;
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    width: 0;
    transition: width 200ms;
}

#add-product {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: var(--primary-color);
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    padding-right: 20px;
}

button.button.add-product {
    margin: 10px 0 0;
}

.product-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

body:not(.page-template-profile) .product-row:nth-of-type(1) button {
    display: none;
}

.product-row select {
    flex: 0 0 30%;
}

button.remove-product {
    margin: 0;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-height: unset;
    min-width: unset;
    text-align: center;
    line-height: 10px;
    padding: 0;
    font-size: 14px;
}

#customers {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.4;
    text-align: center;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    text-transform: none;
    line-height: 1.4;
}

@media screen and (min-width: 576px) {
    .filter {
        width: 47%;
    }

}

@media (min-width: 768px) {

    #resource-cards h3 {
        font-size: 1.75rem;
        max-width: calc(100% - 2rem);
    }
}

@media screen and (min-width: 1024px) {
    .filter {
        width: calc(24% - 1.25rem);
    }

}

@media (min-width: 1024px) {
    .header-nav-main.nav>li>a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    ul.header-nav.header-nav-main.nav.nav-right {
        padding: 0 0 10px;
    }

    .title-login h1 {
        text-align: center;
        color: white;
        font-size: 2.1rem;
        padding-bottom: 1.5rem;
    }

}

@media (min-width: 850px) {
    #logo img {
        max-height: 70px !important;
    }

    .header-main {
        position: unset
    }

    .header-bg-container.fill {
        display: none
    }

    div#logo {
        position: absolute;
        bottom: 0;
        z-index: 9999;
    }

    div#top-bar {
        background: transparent !important;
    }
}

@media (max-width: 850px) {
    .header-main {
        height: 70px !important;
    }

    #logo img {
        max-height: 70px !important;
    }
}

@media screen and (max-width: 575px) {
    .filter {
        width: 100%;
    }

    .product-row select {
        flex: 0 0 100%;
    }
}