@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
body,
html {
    background: #fefefe;
    margin: 0;
    padding: 0;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #1a77c2 !important;
}

.alerttoasts {
    z-index: 1040 !important;
}

.toast-header,
.gradient-bar {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #ffffff;
    /* background-color: #1a77c2; */
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background: #04A5CC;
    background: linear-gradient(45deg, #04A5CC 0%, #1a77c2 100%);
}

.introjs-progressbar {
    background: #04A5CC;
    background: linear-gradient(45deg, #04A5CC 0%, #1a77c2 100%);
}

.introjs-button {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: .5rem 1rem;
    border: 1px solid #bdbdbd;
    text-decoration: none;
    text-shadow: none !important;
    font-size: 14px;
    color: #424242;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    background-color: #f4f4f4;
    border-radius: .2em;
    zoom: 1;
}

.introjs-nextbutton {
    background: #04A5CC;
    background: linear-gradient(45deg, #04A5CC 0%, #1a77c2 100%);
    color: #fff !important;
    border: none !important;
}

.introjs-tooltipReferenceLayer {
    border: #04A5CC !important;
}

.introjs-skipbutton {
    padding: 0px 0px !important;
    text-decoration: none !important;
}

#topnav {
    /* background-color: #1a77c2; */
    color: #ffffff;
    background: #04A5CC;
    background: linear-gradient(52deg, #04a5cc, #1a77c2 68.91%);
    /* 10, 138, 173, 1
    10, 138, 173, 1 */
}

.dashCardA {
    background: #04A5CC;
    background: linear-gradient(205deg, #04a5cc, #1a77c2 68.91%);
    color: #ffffff;
}

.dashCardB {
    background: rgb(89, 149, 191);
    background: linear-gradient(190deg, rgba(89, 149, 191, 1), #1a77c2 100%);
    color: #ffffff;
    border-radius: 0rem;
}

.dashCardC {
    background: rgb(245, 245, 245);
    background: linear-gradient(190deg, rgb(245, 245, 245), rgb(226, 226, 226) 100%);
    color: #5c5c5c;
    border-radius: 0rem;
    border-color: rgb(224, 224, 224);
}

.dashCardD {
    background: rgb(200, 164, 46);
    background: linear-gradient(190deg, rgba(200, 164, 46, 1), rgb(47, 38, 11) 100%);
    color: #ffffff;
    border-radius: 0rem;
}

.dashCardE {
    background: rgb(98, 203, 80, 1);
    background: linear-gradient(190deg, rgba(98, 203, 80, 1), rgba(23, 48, 35, 1) 100%);
    color: #ffffff;
    border-radius: 0rem;
}

.dashCardF {
    background: #04A5CC;
    background: linear-gradient(190deg, #04A5CC, rgba(66, 42, 69, 1) 100%);
    color: #ffffff;
    border-radius: 0rem;
}

.dashCardG {
    background: rgb(205, 94, 42);
    background: linear-gradient(190deg, rgba(205, 94, 42, 1), rgba(52, 23, 7, 1) 100%);
    color: #ffffff;
    border-radius: 0rem;
}

.dashCardDark {
    background: #04A5CC;
    background: linear-gradient(190deg, #1a77c2, #1a77c2 100%);
    color: #ffffff;
    border-radius: 0rem;
}

a:focus {
    outline: none;
}

.search {
    width: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3) !important;
    background-color: rgba(255, 255, 255);
    margin: 10px;
    height: 30px;
    color: #1a77c2 !important;
    margin-left: auto;
    margin-right: auto;
}

.form-floating {
    color: #686868 !important;
}

.search .form-control,
.search .form-control:focus {
    background: none;
    color: #000 !important;
    padding-left: 20px;
    position: relative;
    top: -4px;
}

.search .form-control:focus,
.search .form-select:focus {
    color: #000 !important;
    outline: 0;
    box-shadow: none;
}

.search .form-control::placeholder {
    font-size: 0.8rem;
    color: #000 !important;
    font-weight: bold;
}

.search #search-button-addon {
    position: relative;
    top: -3px;
    color: #1a77c2 !important;
}

.form-control-dark {
    color: #1a77c2 !important;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.form-control:focus,
.form-select:focus {
    color: #1a77c2;
    background-color: #fff;
    border-color: #1a77c2;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(26, 119, 194, 0.32);
}

.form-check-input:focus {
    color: #1a77c2;
    border-color: rgba(143, 143, 143, 0.32);
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(143, 143, 143, 0.32);
}

#sidebarMenu {
    width: 64px;
    background-color: rgb(230, 230, 230);
    overflow-x: hidden;
    border-right: 2px solid #f1f1f1;
    top: 58px;
}

#sidebarMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sidebarMenu li:hover {
    background-color: #2429390d;
}

#sidebarMenu a:hover {
    color: #1a77c2 !important;
}

#sidebarMenu a {
    padding: 10px;
    text-decoration: none;
    font-size: 1.5em;
    color: #000000 !important;
}


/* #sidenav a:hover {
  color: #f1f1f1;
} */

.card-header {
    background: linear-gradient(205deg, #04a5cc, #1a77c2 100%);
    color: #ffffff;
}

.teammember {
    color: #1a77c2;
    margin-bottom: 10px;
}

.teammember img {
    margin-bottom: 10px;
}

.teammember:hover {
    color: #ffffff;
}

.teammembercard {
    background-color: rgb(230, 230, 230);
    min-height: 100px;
    transition: 0.3s;
    color: #000;
}

.teammembercard:hover {
    background: linear-gradient(205deg, #04a5cc, #1a77c2 68.91%);
}

.teammembercard:hover a {
    color: #ffffff !important;
}

.teammembercard:hover {
    color: #ffffff !important;
}

#sidebardraw {
    background-color: rgb(250, 250, 250);
    overflow-x: hidden;
    border-right: 2px solid #f1f1f1;
    padding-top: 15px;
    width: 200px;
    position: relative;
    left: 64px;
    top: 58px;
    z-index: 1010;
}

.drawmenu a {
    text-decoration: none;
    font-size: 0.9em;
    color: rgb(18, 18, 18);
}

.drawmenu ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
    padding: 0px;
}

.drawmenu li {
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.drawmenu li:hover {
    background-color: #2429390d;
}

.drawmenu-header {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 6px;
    background: linear-gradient(205deg, #04a5cc 35.29%, #1a77c2);
    color: #ffffff;
    font-size: 0.9em;
}

.nav-pills a {
    position: relative;
    display: block;
    padding-left: 25px;
    border-radius: 0 !important;
    width: 100% !important;
    color: rgb(59, 59, 59) !important;
    ;
}

.nav-pills a:hover {
    background-color: #2429390d !important;
}

.nav-pills .active {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: bold;
}

#sidebardraw .nav-link {
    color: #606060;
    font-size: small;
}

#sidebardraw .nav-link .feather {
    margin-right: 4px;
    color: rgba(255, 255, 255, 0.6);
    font-size: small;
}

#sidebardraw .nav-link.active {
    color: #ffffff;
}

#sidebardraw .nav-link:hover .feather,
#sidebardraw .nav-link.active .feather {
    color: inherit;
}

.form-check-input:checked {
    background-color: #1a77c2;
    border-color: #1a77c2;
}

.form-check-input:focus {
    color: #212529;
    border-color: #ac4efe2c;
    outline: 0;
    box-shadow: 0 0 0 .1rem #ac4efe2c;
}

#main {
    position: relative;
    left: 264px;
    top: 58px;
    width: 100%;
}

#registerview {
    position: relative;
    top: 90px;
    width: 100%;
}

#adpanel {
    width: 100%;
    height: 100vh;
}

#adpanel .row {
    margin-top: 120px;
}

#planpanel {
    width: 100%;
    height: 100vh;
}

#planpanel .row {
    /* margin-top: 120px; */
}

.separator {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgb(234, 234, 234);
    margin-bottom: 10px;
}

.sectionheader,
.sectionteamheader {
    min-height: 48px;
    font-size: 1em;
    font-weight: 500;
    padding-top: 18px;
    padding-left: 15px;
    font-weight: bold;
}

.contentWrapper {
    height: 500px;
    padding: 20px;
}

.link-inactive {
    opacity: 0.9;
    color: #c65726;
}

.list-item-active {
    /* border-right: 4px solid #1a77c2; */
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #04A5CC;
    position: absolute;
    right: 0px;
    margin-top: 7px;
}

.btn-pill-shape {
    border-radius: 100px;
}

.btn-primary {
    color: #000000 !important;
    /* background-color: #1a77c2; */
    border-color: #ffc107;
    background: transparent;
    border-color: #ffffff;
}

.btn-primary:hover {
    border-color: #ffffff;
    background: #ffc107;
    color: #000000 !important;
}

.btn-primary:focus {
    color: #fff;
    background-color: #1a77c2;
    border-color: #1a77c2;
    box-shadow: none;
}

.btn-outline-primary {
    color: #1a77c2;
    border-color: #1a77c2;
}

.btn-secondary {
    color: #fff !important;
    border-color: #ffffff;
    background: #04A5CC;
}

.btn-secondary:hover {
    color: #000000 !important;
    background: #ffc107;
    border-color: #ffffff !important;
}

.btn-warning {
    color: #000000 !important;
    border-color: #ffffff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #c65726;
    border-color: #1a77c2;
}

.btn-outline-primary-pro {
    color: #fff !important;
    border-color: #fff;
}

.btn-outline-primary-pro:hover {
    border-color: #ffffff;
    background: #ffc107;
    color: #000000 !important;
}

.btn-outline-dark {
    background-color: #ffffff;
    color: #595959 !important;
    border-color: #d2d2d2;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.btn-outline-dark:hover {
    background-color: #e2e2e2;
    color: #595959 !important;
    border-color: #d2d2d2;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #1a77c2 !important;
    color: #fff !important;
}

.border-success {
    border-color: #1a77c2!important;
}


/* ::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

:-webkit-scrollbar-thumb {
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 10px;
} */


/* Select 2 */

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1a77c2;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #1a77c2
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #1a77c2
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #1a77c2
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #1a77c2
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #1a77c2
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #1a77c2;
    border: 1px solid #1a77c2;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    color: #fff;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.photo-img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}


/* Pricing Tables */

.pricing {}

.heading-title {
    margin-bottom: 10px;
}

.pricingBg {
    background: #04A5CC;
    background: linear-gradient(190deg, #1a77c2, #1a77c2 100%);
    color: #ffffff;
}

.pricingTable {
    /* border: 2px solid #e3e3e3; */
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    background-color: #ffffff;
    transition-property: box-shadow;
    transition-duration: 1s;
}

.pricingTable:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.25)!important;
}

.pricingTable:before,
.pricingTable:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
}

.pricingTable:before {
    border-right: 2px solid #1a77c2;
    border-left: 2px solid #1a77c2;
}

.pricingTable:after {
    border-bottom: 2px solid #1a77c2;
    border-top: 2px solid #1a77c2;
}

.pricingTable .pricingTable-header {
    background: #04A5CC;
    background: linear-gradient(190deg, #04A5CC, #1a77c2 150%);
    color: #fff;
    margin: -2px -2px 35px;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff;
    ;
}

.pricingTable .pricingTable-header2 {
    background: #04A5CC;
    background: linear-gradient(190deg, #04A5CC, #1a77c2 50%);
    color: #fff;
    margin: -2px -2px 35px;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff;
    ;
}

.pricingTable .pricingTable-header .heading {
    color: white !important;
}

.pricingTable .heading {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.pricingTable .subtitle {
    font-size: 14px;
    display: block;
}

.pricingTable .price-value {
    font-size: 72px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricingTable .currency {
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -30px;
}

.pricingTable .month {
    font-size: 20px;
    position: absolute;
    bottom: 17px;
    right: -40px;
}

.pricingTable .pricing-content {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricingTable .pricing-content li {
    font-size: 16px;
    line-height: 40px;
}

.pricingTable .read {
    display: inline-block;
    border: 2px solid #7a7e82;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    color: #7a7e82;
    padding: 9px 30px;
    position: relative;
    text-transform: uppercase;
}

.pricingTable .read:hover {
    border-color: #1a77c2;
    color: #1a77c2;
}

.pricingTable .read i {
    font-size: 19px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
}

.pricingTable .read:hover i {
    right: 5px;
}

.pricingTable .read:before,
.pricingTable .read:after {
    content: "";
    display: block;
    height: 30px;
    border-left: 2px solid #7a7e82;
    position: absolute;
    right: -11px;
    transition: all 0.3s ease 0s;
}

.pricingTable .read:before {
    bottom: -6px;
    transform: rotate(45deg);
}

.pricingTable .read:after {
    top: -6px;
    transform: rotate(-45deg);
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after {
    border-left-color: #1a77c2;
}

.pricingTable .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #000;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #ffca2c;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.dot-leg {
    height: 10px;
    width: 10px;
    background-color: #d6b2d6;
    border: 2px solid #1a77c2;
    border-radius: 50%;
    display: inline-block;
}

.dot-reg {
    height: 10px;
    width: 10px;
    background-color: #b2d6b4;
    border: 2px solid #40c74f;
    border-radius: 50%;
    display: inline-block;
}

.dot-other {
    height: 10px;
    width: 10px;
    background-color: rgb(178, 183, 214);
    border: 2px solid #4d5cfe;
    border-radius: 50%;
    display: inline-block;
}

.pa:hover {
    background-color: rgb(245, 245, 245) !important;
}

.sa:hover {
    background-color: rgb(245, 245, 245) !important;
}

.oa:hover {
    background-color: rgb(245, 245, 245) !important;
}

.article a {
    color: #595959;
}

.article a:hover {
    color: #1a77c2;
}

@media screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    #main {
        left: 64px;
        width: 500px;
    }
    #sidebardraw {
        width: 50%;
    }
    #adpanel .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #adpanel .row {
        margin-top: 70px;
        margin-left: 30px;
    }
    .tab-content {
        width: 83% !important;
    }
}

.theme-icr {
    --fa-secondary-opacity: 0.2;
    --fa-primary-color: #1a77c2;
    --fa-secondary-color: #04A5CC;
}

.teammembercardnew {
    background: #04A5CC;
    background: linear-gradient(190deg, #04A5CC, #1a77c2 100%);
    color: #ffffff;
    font-size: 0.9em;
}

.dropdowntheme {
    background: #04A5CC;
    background: linear-gradient(190deg, #04A5CC, #1a77c2 100%);
    color: #ffffff;
    padding: 5px;
    position: relative;
    top: -8px;
    font-weight: bold;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    background: #04A5CC;
    background: linear-gradient(190deg, #04A5CC, #1a77c2 100%);
    color: #ffffff;
}

.modal-body {
    background-color: #ffffff;
    color: #000000;
}

.doclink {
    font-size: 0.8em !important;
    color: rgb(45, 45, 45) !important;
    border-top: 2px solid #f1f1f1 !important;
    border-bottom: 2px solid #f1f1f1 !important;
    background: #f1f1f1 !important;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 20px;
}

.doclink .hlp {
    float: right;
}

/* Audit Programme Filter/Sort Styles */
.audit-filter.active,
.audit-sort.active,
a.audit-filter.active,
a.audit-sort.active {
    background-color: #04A5CC !important;
    color: #fff !important;
}

.audit-filter,
.audit-sort {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    margin-bottom: 2px;
    color: #212529 !important;
}

.audit-filter:hover,
.audit-sort:hover {
    background-color: #e9ecef;
    color: #212529 !important;
}

.audit-filter.active:hover,
.audit-sort.active:hover {
    color: #fff !important;
}

/* Hide Next Audit and Audit Status columns by default (All Entries view) */
.nadate,
.astate {
    display: none;
}

/* Fixed table layout for register table */
#manageregister-table {
    table-layout: fixed;
    width: 100%;
}

#manageregister-table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#manageregister-table td.article {
    overflow: hidden;
    text-overflow: ellipsis;
}