/* WP Support Portal styling */


:root {
    --bs-link-color: #000;
    --bs-pagination-active-bg: #000;
    --bs-link-hover-color: #000;
}

/*anchors footer to bottom of page*/
body {
    display: flex !important;
    flex-direction: column !important;
}

.wp-body-02 {
    font-size: 24px !important;
}

.wp-headline-02 {
    font-size: 70px !important;
}

div.wrapper-body {
    flex: 1 !important;
    min-height: unset !important;
}

@font-face {
    font-family: 'Nexa Bold';
    src: url("/nexa_bold.otf");
}



.sectionPrimaryBackground {
    background: linear-gradient(90deg, #E0E78A 0%, #BDD96E 12.5%, #8FC73F 25%, #00A69C 37.5%, #00939F 50.07%, #2AB573 64.45%, #01757E 82.23%, #005A83 91.11%, #13385F 100%);
}

.breadcrumb {
    display: none !important;
}

li.divider-vertical{
    display: none !important;
}


.link-disabled {
    pointer-events: none;
}

span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/*Profile dropdown toggle*/
.navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus,
.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav .open .dropdown-menu,


.crmEntityFormView,
.entitylist,
.grid-actions {
    border: 0 !important;
}

.frenchAccessibilityLink{
    display: none !important;
}

.ck-editor__editable_inline {
    height: 500px !important;
}

/*Styling for Comments*/
.from h5 .glyphicon-arrow-right,
.notes .note .attachment-outer-border{
    display: none;
}

/*Loading Spinner Styling*/
.lds-ring {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
}
.lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 64px;
      height: 64px;
      margin-left: 260px;
      margin-top: -300px;
      border: 8px solid #fff;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: gray transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
  }
    100% {
        transform: rotate(360deg);
  }
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
    background-color: black !important;
}

.entitylist-filter-option-text,
.entitylist-filter-option-text > span,
.entitylist-filter-option-text > select {
    font-size: 12px!important;
}

div.card-header {
	background-color: #f2f2f2;
}
.glyphicon-chevron-up {
    content:url("/up-arrow-grid.svg");
	height: 15px;
}

.glyphicon-chevron-down {
    content:url("/down-arrow-grid.svg");
	height: 15px;
}

.fa-trash-o {
    content:url("/trashbin.svg");
	width: 20px;
	height: 20px;
}

.private-mode-banner {
    background-color: #000000;
}

.nav-link, 
.nav-link:hover, 
.nav-link:focus {
    color: #000000;
    font-size: 16px;
}

th, th > a {
    font-size: 10px !important;
    font-weight: 600;
}

td, td > a {
    font-size: 12px !important;
}


h1, h2 {
    font-family: 'Inter Tight', 'Inter' !important;
}

span[role=checkbox] {
    border-radius: 4px;
}

td > span.fa-check {
    background-color: #000;
    color: #FFF;
}

.view-grid > table {
    border-radius: 4px !important;
    border: 0.5px solid #CECECE;
    border-collapse: separate;
}

.crmEntityFormView .cell {
    padding-left: 0px!important;
}

.launchentitylookup {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.bg-darkblue {
    background-color: #11375f;
}

.bg-light-blue {
    background-color: #78E5FF!important;
}

.bg-purple {
    background-color: #B891FF;
}

.bg-light-green {
    background-color: var(--Colours-Green, #69FC7D);
}

.bg-yellow {
    background-color: var(--Colours-Yellow, #FAF378);;
}

.bg-earth {
    background-color: var(--Colours-Earth, #AB3D0A);
}

.text-yellow {
    color: var(--Colours-Yellow, #FAF378) !important;
}

.text-dark-green {
    color: #005744!important;
}

.border-5 {
    border-radius: 50px;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.p-landing-page {
    padding: 180px 32px !important;
}

.tab-title {
    font-size: 24px !important;
}


.wp-btn-m {
    display: flex;
    padding: 12px 24px !important;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    border-radius: 50px !important;
    border: 1px solid #000000 !important;
}

.wp-btn-l {
    display: flex;
    padding: 24px 40px !important;
    font-size: 21px !important;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 50px !important;
    border: 1px solid #87857A !important;
}
.wp-btn-l:focus, .wp-btn-l:hover  {
    background-color: white!important;
}

.btn-primary {
    border: 1px solid #000000;
}

.btn-primary:focus, .btn-primary.focus {
    color: #000 !important;
    background-color: white;
}


.btn:disabled, .btn.disabled {
    background-color: #444444 !important;
    border-color: #444444 !important;
}


/* Mobile */
@media (max-width: 766px) {
    .hide-mobile {
        display: none;
    }

    .show-mobile{
        display: block;
    }

    .landing-page-large {
        font-size: 44px;
        text-align: center;
    }

    .wp-headline-02 {
        font-size: 40px !important;
    }

    .p-landing-page {
        padding: 80px 32px !important;
    }
}

/* Desktop */
@media (min-width: 767px){
    
    .landing-page-large {
        font-size: 80px;
    }

    .show-mobile {
        display: none;
    }

    .hide-mobile {
        display: block;
    }

    .p-landing-page {
        padding: 180px 32px !important;
    }
}