@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

/* Header Start */
.upper-nav {
    color: #000;
    font-size: 14px;
}

    .upper-nav ul {
        margin-bottom: 0;
    }

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

sup {
    top: -0.5em;
}

.token-text {
    text-transform: uppercase;
}

.navbar-static-top.navbar-inverse {
    background: #EDEFF3 !important;
    min-height: 115px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-size: 18px !important;
    font-family: "Rajdhani", sans-serif !important;
    padding-bottom: 16px !important;
    color: #333 !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.navbar-nav > li > a {
    margin-left: 0px !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    outline: none !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    .navbar-static-top.navbar-inverse {
        border: none;
        min-height: 47px;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-static-top.navbar-inverse {
        top: 0;
        border-width: 0 0 1px;
    }
}

@media only screen and (max-width: 1024px) {
    .upper-nav {
        display: none;
    }
}

#navbar .dropdown-menu {
    margin-top: 17px !important;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: opacity .15s;
    /* box-shadow: none; */
    border-top: 0;
    font-size: 14px !important;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 7px 20px;
        clear: both;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-weight: 600 !important;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-color: transparent;
            color: #00adef;
            padding: 7px 20px;
            border: none !important;
        }

/* Header End */
/* Footer Start */
footer {
    width: 100%;
    height: 59px;
    padding: 20px 0;
    color: #333 !important;
    font-size: 14px;
    /*background: linear-gradient(to right, rgba(0, 113, 187, 1) 0%, rgba(39, 43, 167, 1) 100%);*/
    background: #EDEFF3;
    bottom: 0;
}

.footer-links li:first-child, .footer-links li:last-child {
    border-right: 0;
}

.footer-links li:first-child {
    padding: 0 10px 0 0;
}

.footer-links li, .footer-social li {
    display: inline-block;
}

.footer-links li {
    /*border-right: 2px solid #333;*/
    padding: 0 10px;
}

.footer-links li, .footer-social li {
    display: inline-block;
}

footer a {
    color: #333 !important;
    margin-left: 0px !important;
    font-weight: 600;
}

    footer a:hover, footer a:active, footer a:focus {
        color: #fff;
        text-decoration: underline;
    }

@media only screen and (max-width: 991px) {
    footer {
        height: 16rem;
    }
}

@media only screen and (max-width: 1200px) {
    footer {
        height: 11rem;
    }

    ul.footer-links.list-unstyled {
        text-align: center !important;
    }

    ul.footer-copyright {
        text-align: center !important;
    }
}

/* Footer End */

/* Home Page Start */

.section-landing {
    position: inherit !important;
}

@media only screen and (min-width: 1024px) {
    .section-landing {
        height: 57rem;
    }
}

@media only screen and (min-width: 1024px) {
    .hero-pad {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 992px) {
    .section-landing {
        padding: 0 !important;
    }
}

.custom-card-holder {
    width: 60%;
    height: 380px;
    display: flex;
    align-items: flex-end;
}

.section-subtitle {
    font: normal 2rem / 2.6rem Univia-Pro, sans-serif !important;
    text-transform: uppercase;
}

ul.footer-social.list-unstyled {
    text-align: center;
    margin-top: 10px;
}

ul.footer-links.list-unstyled {
    text-align: end;
}

ul.footer-social.list-unstyled > li > a > img {
    margin-left: 20px;
}

.welcomecl {
    margin-top: 40px;
    margin-right: 12px;
    float: right;
    font-weight: 700;
}

.home-imgcl {
    background: url(CPP-Banner.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    margin: 12px !important;
}

.distributor-imgcl {
    background: url(distributor.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    margin: 12px !important;
}

.ecosystem-imgcl {
    background: url(ecosystem.png) no-repeat center center !important;
    background-size: 100% 100% !important;
    margin: 12px !important;
}

.customnavcl {
    width: 100%;
    text-align: center;
}

@media (min-width: 1200px) {
    .navbar-nav {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li {
        float: none !important;
    }

    ul.nav.navbar-nav.weblinks > li {
        display: inline;
    }

        ul.nav.navbar-nav.weblinks > li > a {
            display: inline-block !important;
        }
}

@media (min-width: 1200px) {
    .navbar-right {
        float: none !important;
    }
}

.panel-primarycs {
    border: 1px solid rgba(214, 218, 226, 1) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.bordergradient {
    background: linear-gradient(90deg, #522E90 -1.79%, #0051CE 26.7%, #0060CD 33.54%, #0078CD 47.22%, #0082CD 55.2%, #00A0E5 73.44%, #00ADEF 83.69%, #00ABD2 93.95%, #00A9BC 105.35%, #00A9B4 112.19%);
    height: 6.26px;
}

.mb-5 {
    margin-bottom: 5px;
}

.float-right {
    float: right;
}

.p-0 {
    padding: 0px;
}

.page-custom {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.border-bottom-0 {
    border-bottom: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

li.weblink.dropdown:hover > .dropdown-toggle {
    background-color: white !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Rajdhani";
    font-weight: 600;
}

input, button, select, textarea {
    font-family: "Roboto";
}

.entitylist-download {
    background: rgba(255, 255, 255, 1);
    color: rgba(63, 72, 91, 1);
}

.popupmodal {
    border: 1px solid rgba(105, 121, 151, 0.8667);
    color: rgba(63, 72, 91, 1) !important;
    font-weight: 600 !important;
}

table > thead > tr > th > a {
    font-weight: 500;
    color: #0039c1 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff !important;
    color: rgba(0, 57, 193, 1) !important;
    border: none !important;
    padding: 7px 20px !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: rgba(0, 57, 193, 1) !important;
}

.dropdown-menu > li {
    border-bottom: 1px solid rgba(237, 239, 243, 1);
}

    .dropdown-menu > li:last-child {
        border: none;
    }

.btn-default {
    font-weight: 700;
    color: #0039c1 !important;
    background-color: #fff !important;
    border-color: #0039c1 !important;
}

img[alt="accounticon"] {
    float: right;
    margin-left: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.entitylist-filter-option-group .h4 {
    display: none !important;
}

.entitylist-filter-option-text > .input-group-addon {
    display: none;
}

.home-buttomcustom {
    border: solid 2px transparent;
    border-radius: 20px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #00AAB5, #49B858);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: 196px;
    height: 39px;
    margin: 0 5px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(53, 64, 79, 1);
}

.button-group {
    /*height: 121px;*/
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.group-2 {
    margin: 10px 0;
}

.ecosystembutton {
    margin: 10px 0;
    width: 134px;
    text-align: left;
    margin: 5px 0;
    border: 1px solid rgba(105, 121, 151, 0.8667);
    color: rgba(0, 28, 96, 1);
}

.custom-margin {
    margin-right: 10px;
    width: 285px;
    height: 360px;
    background-color: #fff;
}

    .custom-margin:last-child {
        margin-right: 0px;
    }

.custom-margin-training {
    margin-right: 10px;
    width: 275px;
    height: 455px;
    background-color: #fff;
}

.ecosystembutton-training {
    text-align: left;
    margin: 5px 0;
    border: 1px solid rgba(105, 121, 151, 0.8667);
    color: rgba(0, 28, 96, 1);
}

.group-1 > a:hover, a:focus {
    text-decoration: none !important;
}

a:hover, a:focus {
    text-decoration: underline;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none !important;
}

.btn-primary {
    color: #0039c1 !important;
    background-color: #fff !important;
    border-color: #0039c1 !important;
    font-weight: 700;
}

.crmEntityFormView .cell {
    padding: 0 28px 20px 0px !important;
}

#EntityFormPanel {
    margin-top: 20px;
}

.entity-grid > .table-responsive > table > thead > tr {
    background-color: #edeff3;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7fbff !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eff3f5 !important;
}

.row {
    margin-bottom: 20px;
}

.page-header {
    border-bottom: none !important;
}

.crmEntityFormView .tab-title {
    border-bottom: none !important;
}

input.form-control {
    border: 1px solid #C4CAD6;
    /* height: 44px !important; */
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #C4CAD6;
}

label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.crmEntityFormView .cell div.info.required label:after {
    content: ' *';
    color: #EC1C24 !important;
}

/* ALL LOADERS */

.partnerportal-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    top: 50%;
    position: fixed;
    left: 45%;
}

/* LOADER 1 */

#partnerportal-loader-1:before,
#partnerportal-loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #0B4BA0;
}

#partnerportal-loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#partnerportal-loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    cursor: pointer;
}

.text-align-center {
    text-align: center;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    opacity: 1;
    background-color: #E8E9E9;
    padding: 6px 12px;
}

html[dir=ltr] .entity-notes a.addnote {
    float: left !important;
}

.entity-notes {
    padding: 0;
}

.col-md-8.entity-notes > .col-sm-3 {
    padding: 0;
}

.col-md-8.entity-notes > .col-sm-12 {
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
/* Home Page End */

@media (max-width: 1024px) {
    .visible-xs-block {
        display: inline-block !important;
    }

    ul.footer-links.list-unstyled {
        text-align: center !important;
    }

    ul.footer-copyright {
        text-align: center !important;
    }

    .navbar-toggle {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }
}

ul.footer-copyright {
    text-align: start
}

.navbar-toggle {
    background-color: #333 !important;
}

@media only screen and (max-width: 1200px) {
    #navbar .dropdown-menu {
        margin-top: 0px !important;
        width: 100% !important;
        border: none !important;
    }

    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
        text-align: start !important;
    }

    .navbar-nav {
        margin-left: 10px !important;
    }

    .navbar-static-top.navbar .navbar-collapse {
        margin-bottom: 10px !important;
    }
}

.text-muted {
    display: none;
}

@media (max-width: 576px) {
    .section-landing {
        height: 25rem;
    }

    .welcome-message {
        top: 200px;
        margin-left: 35px;
        font-size: 16px;
    }

        .welcome-message > h2 {
            font-size: 1.5rem;
            line-height: 2.4;
        }

    .homeimageheight {
        height: 174px;
    }

    .home-buttomcustom {
        width: 96px;
        height: 20px;
        font-size: 6px;
        margin: 0px;
        padding: 0px 12px;
    }

    .homeimagebuttongrp {
        height: 10px;
        width: 10px;
    }

    .button-group {
        top: 22px;
        margin-left: 00px;
    }

    .group-2 {
        margin: 0px;
    }

    .ecosystem-imgcl {
        height: 26.5rem !important;
    }

    .ecocontentheight {
        height: 185px;
    }

    .btnsystimaxresource {
        width: 110px;
    }
}

@media (min-width: 576px) {
    .section-landing {
        height: 25rem;
    }

    .welcome-message {
        top: 200px;
        margin-left: 45px;
        font-size: 16px;
    }

        .welcome-message > h2 {
            font-size: 1.5rem;
            line-height: 2.4;
        }

    .homeimageheight {
        height: 174px;
    }

    .home-buttomcustom {
        width: 105px;
        height: 20px;
        font-size: 7px;
        margin: 0px;
        padding: 0px 12px;
    }

    .homeimagebuttongrp {
        height: 10px;
        width: 10px;
    }

    .button-group {
        top: 22px;
        margin-left: 00px;
    }

    .group-2 {
        margin: 0px;
    }

    .ecosystem-imgcl {
        height: 26.5rem !important;
    }

    .ecocontentheight {
        height: 185px;
    }

    .btnsystimaxresource {
        width: 125px;
    }
}

@media (min-width: 768px) {
    .section-landing {
        height: 30rem;
    }

    .welcome-message {
        top: 235px;
        margin-left: 50px;
        font-size: 16px;
    }

        .welcome-message > h2 {
            font-size: 2.2rem;
            line-height: 1.7;
        }

    .button-group {
        top: 65px;
        margin-left: 0px;
    }

    .home-buttomcustom {
        width: 130px;
        height: 21px;
        font-size: 9px;
    }

    .ecosystem-imgcl {
        height: 32rem !important;
    }

    .ecocontentheight {
        height: 185px;
    }

    .btnsystimaxresource {
        width: 145px;
    }
}

@media (min-width: 968px) {
    .section-landing {
        height: 35rem;
    }

    .welcome-message {
        top: 270px;
        margin-left: 60px;
        font-size: 16px;
    }

        .welcome-message > h2 {
            font-size: 2.2rem;
            line-height: 1.7;
        }

    .homeimageheight {
        height: 158px;
    }

    .home-buttomcustom {
        width: 150px;
        height: 28px;
        font-size: 10.5px;
    }

    .homeimagebuttongrp {
        height: 18px;
        width: 18px;
    }

    .group-2 {
        margin: 10px 0;
    }

    .button-group {
        top: 120px;
        margin-left: 0px;
    }

    .ecosystem-imgcl {
        height: 37rem !important;
    }

    .ecocontentheight {
        height: 180px;
    }

    .btnsystimaxresource {
        width: 185px;
    }
}

@media (min-width: 1024px) {
    .button-group {
        top: 22px;
        margin-left: 00px;
    }
}

@media (min-width: 1200px) {
    .section-landing {
        height: 48rem;
    }

    .welcome-message {
        top: 358px;
        margin-left: 70px;
        font-size: 16px;
    }

        .welcome-message > h2 {
            font-size: 2.8rem;
            line-height: 1.4;
        }

    .homeimageheight {
        height: 265px;
    }

    .home-buttomcustom {
        width: 196px;
        height: 39px;
        font-size: 14px;
    }

    .homeimagebuttongrp {
        height: 22px;
        width: 22px;
    }

    .group-2 {
        margin: 10px 0;
    }

    .button-group {
        top: 20px;
        margin-left: 4px;
    }

    .ecosystem-imgcl {
        height: 51rem !important;
    }

    .ecocontentheight {
        height: 300px;
    }

    .btnsystimaxresource {
        width: 223px;
    }
}

@media (min-width: 1400px) {
    .section-landing {
        height: 57rem;
    }

    .welcome-message {
        top: 420px;
        margin-left: 105px;
        font-size: 16px;
    }

        .welcome-message > h2 {
            font-size: 3.5rem;
            line-height: 1.2;
        }

    .button-group {
        top: 100px;
        margin-left: 0px;
    }

    .ecosystem-imgcl {
        height: 60rem !important;
    }

    .ecocontentheight {
        height: 270px;
    }

    .btnsystimaxresource {
        width: 223px;
    }
}

.welcome-message {
    position: relative;
    color: white !important;
}

    .welcome-message > h2 {
        color: white !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.btnsystimaxresource {
    background: rgba(21, 24, 30, 1);
    color: #fff;
}


.btn-performance {
    font-weight: 400;
    color: #0039c1 !important;
    background-color: #fff !important;
    border-color: #0039c1 !important;
    margin-top:10px;
    margin-left:10px;
}

    .btn-performance:hover, .btn-performance:focus, .btn-performance.focus, .btn-performance:active:focus, .btn-performance:active.focus, .btn-performance.active:focus, .btn-performance.active.focus {
        color: #fff !important;
        background-color: #0039c1 !important;
        border-color: #fff !important;
    }

.banPerformanceDashboard {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
    background-color: #d1d9e6;
}

.banPerformanceDashboardText {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}