/*
Template Name: Dashtreme Admin
Author: codervent
Email: codervent@gmail.com
File: app.css
*/


/*
  - Google Font
  - General
  - Sidebar
  - Header
  - Metismenu
  - Extra CSS
  - Invoice Page
  - Chat box
  - Email box
  - Compose Mail
  - Navs and Tabs
  - Background Colors
  - Authentication
  - Buttons
  - Pricing Table
  - Forms
  - Responsive
  - Wizard
*/
:root {
    --main-color: #199bd0;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Thin.ttf") ;
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraLight.ttf") ;
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.ttf") ;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf") ;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.ttf") ;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.ttf") ;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraBold.ttf") ;
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Black.ttf") ;
    font-weight: 900;
    font-style: normal;
}

/*.font-bold {*/
/*    font-weight: 700*/
/*}*/
body {
    font-size: 14px;
    letter-spacing: .5px;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden
}

a {
    text-decoration: none;
}

.asset-card-category-header * {
    opacity: .75;
    cursor: pointer;
}

.active {
    opacity: 1;
    cursor: default;
}

.circular-footprint {
    width: fit-content;
    margin-inline: auto;
}

.wrapper {
    width: 100%;
    position: relative
}

.sidebar-wrapper {
    width: 250px;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    background: #FFF;
    border-right: 0px;
    z-index: 11;
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12) !important;
    transition: all .2s ease-out
}

.sidebar-header {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background-color:  #112d17;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    border-right: 0px solid rgb(255 255 255 / 12%);
}

.logo-text {
    max-width: 100%;
    height: 80%;
}

.toggle-icon {
    font-size: 22px;
    cursor: pointer;
    color: #FFF
}

.topbar {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    height: 60px;
    background: rgb(0 0 0 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    z-index: 10;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.topbar .navbar {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    background-color:  #112d17;
}

.page-wrapper {
    height: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: 250px
}

.page-content {
    padding: 1.5rem 1.5rem 0 1.5rem;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}

.page-footer {
    padding: 1rem;
    color: black;
}

.wrapper.toggled .topbar {
    left: 70px
}

.wrapper.toggled .page-wrapper {
    margin-left: 70px
}

.wrapper.toggled .page-footer {
    left: 70px
}

.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0 0
}

.sidebar-wrapper .metismenu {
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-wrapper .metismenu li + li {
    margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
    margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
    margin-bottom: 5px
}

.sidebar-wrapper .metismenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.sidebar-wrapper .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 8px 15px;
    font-size: 15px;
    color: #707070;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border: 1px solid #ffffff00;
    transition: all .3s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 18px;
    line-height: 1;
    color: #112d17;
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 15px;
    font-size: 15px;
    border: 0
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 10px
}

.sidebar-wrapper .metismenu ul {
    border: 1px solid rgb(255 255 255 / 0%);
    background: rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #358e48;
    border-radius: 7px;
}

.sidebar-wrapper .metismenu .mm-active .parent-icon,
.sidebar-wrapper .metismenu a:hover .parent-icon,
.sidebar-wrapper .metismenu a:active .parent-icon,
.sidebar-wrapper .metismenu a:focus .parent-icon {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px
}

.currency {
    display: flex;
    border: 2px solid white;
    width: 6rem;
    border-radius: 0.5rem;
}

.currency input[type=radio] {
    display: none;
}

.currency label {
    background-color: var(--main-color);
    color: white;
    font-size: medium;
    cursor: pointer;
    width: 100%;
    padding-block: .5rem;
    padding-inline: 1rem;
    text-align: center;
    font-weight: bold;
}

.currency label:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.currency label:nth-child(2) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.currency label:has(input:checked) {
    background-color: white;
    color: var(--main-color);
}


.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out
}

.uOnHover {
    text-decoration: none;
}

.uOnHover:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1025px) {
    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
        background-color: #112d17;
    }

    .wrapper.toggled.sidebar-hovered .sidebar-header {
        background-color:  #112d17;
        border-bottom: 1px solid rgba(14, 37, 87, 0.12);
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none
    }

    .email-toggle-btn {
        display: none !important
    }

    .chat-toggle-btn {
        display: none !important
    }
}

.material-symbols-outlined.score-font-size {
    font-size: 24px;
}

.product-show {
    font-size: 18px;
    left: 15px
}

.product-discount {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 14px;
    background-color: rgb(255 255 255 / 15%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.color-indigator-item {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #e6e0e0;
    border-radius: 50%;
    cursor: pointer
}

.product-grid .card {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media (min-width: 992px) {
    .product-grid .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3);
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
    }
}

.breadcrumb-title {
    font-size: 20px;
    border-right: 1.5px solid rgb(255 255 255 / 34%);
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    font-family: LineIcons;
    content: "\ea5c"
}


/* extra css */

.icon-badge {
    width: 45px;
    height: 45px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.widgets-icons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgb(255 255 255 / 15%);
    font-size: 26px;
    border-radius: 10px
}

#geographic-map {
    width: 100%;
    height: 440px
}

#geographic-map-2 {
    width: 100%;
    height: 330px
}

#geographic-map-3 {
    width: 100%;
    height: 350px
}

.product-img {
    width: 60px;
    height: 60px;
    background-color: rgb(255 255 255 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 15%);
}

.product-img img {
    width: 60px;
    height: 60px;
    padding: 6px
}

.product-img-2 {
    width: 45px;
    height: 45px;
    background-color: rgb(255 255 255 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 15%);
}

.product-img-2 img {
    width: 45px;
    height: 45px;
    padding: 1px
}

.product-list {
    position: relative;
    height: 380px
}

.product-list-2 {
    position: relative;
    height: 450px
}

.dashboard-top-countries {
    position: relative;
    height: 360px
}

.customers-list {
    position: relative;
    height: 450px
}

.store-metrics {
    position: relative;
    height: 450px;
}

.product-list .row {
    background-color: rgb(255 255 255 / 12%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media (min-width: 992px) {
    .product-list .row:hover {
        background-color: rgb(255 255 255 / 25%);
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .2);
        box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .2)
    }
}

.recent-product-img {
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 15%);
}

.recent-product-img img {
    width: 40px;
    height: 40px;
    padding: 6px
}

.theme-icons {
    background-color: rgb(0 0 0 / 15%);
}

.lead-table .table {
    border-collapse: separate;
    border-spacing: 0 10px
}

.fm-menu .list-group a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center
}

.fm-menu .list-group a i {
    font-size: 23px
}

.fm-menu .list-group a:hover {
    background: #0d6efd;
    color: #fff;
    transition: all .2s ease-out
}

.fm-file-box {
    font-size: 25px;
    background: #e9ecef;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem
}

.fm-icon-box {
    font-size: 32px;
    background: rgb(255 255 255 / 15%);
    color: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem
}

.user-plus {
    width: 33px;
    height: 33px;
    margin-left: -14px;
    line-height: 33px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142
}

.user-groups img {
    margin-left: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer
}

.contacts-social a {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #eeecec;
    text-align: center;
    border-radius: 50%;
    color: #2b2a2a
}

.customers-contacts a {
    font-size: 16px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}

.order-actions a {
    font-size: 18px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
    text-align: center;
    border-radius: 20%;
    color: #ffffff
}

.customers-list .customers-list-item {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media (min-width: 992px) {
    .customers-list .customers-list-item:hover {
        background-color: rgb(255 255 255 / 15%);
        border-radius: 10px;
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .2);
        box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .2)
    }
}

.right-15 {
    right: 15px !important
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-30 {
    font-size: 30px
}

.font-35 {
    font-size: 35px
}

.font-50 {
    font-size: 50px
}

.font-60 {
    font-size: 60px
}

.radius-50 {
    border-radius: 50px;
}

.radius-30 {
    border-radius: 30px
}

.radius-10 {
    border-radius: 10px
}

.radius-15 {
    border-radius: 15px
}

.row.row-group > div {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.row.row-group > div:last-child {
    border-right: none;
}

.cursor-pointer {
    cursor: pointer
}

.dash-wrapper {
    margin: -1.5rem -1.5rem -5.5rem -1.5rem;
    padding: 1.5rem 1.5rem 6.5rem 1.5rem;
}

.dash-array-chart-box {
    width: 105px;
    height: 90px;
    position: relative;
    top: -15px;
    right: 30px;
}

.chart-container-1 {
    position: relative;
    height: 260px;
}

.chart-container-2 {
    position: relative;
    height: 210px;
}

.chart-container-3 {
    position: relative;
    height: 188px;
}

.chart-container-4 {
    position: relative;
    height: 162px;
}

.chart-container-5 {
    position: relative;
    height: 110px;
}

.chart-container-6 {
    position: relative;
    height: 205px;
}

.chart-container-7 {
    position: relative;
    height: 60px;
}

.chart-container-8 {
    position: relative;
    height: 260px;
}

.chart-container-9 {
    position: relative;
    height: 280px;
}

.chart-container-10 {
    position: relative;
    height: 300px;
    top: 20px;
}

.chart-container-11 {
    position: relative;
    height: 280px;
}

.chart-container-12 {
    position: relative;
    height: 160px;
}

.chart-container-13 {
    position: relative;
    height: 240px;
}

.chart-container-14 {
    position: relative;
    height: 40px;
}

.w_chart {
    position: relative;
    display: inline-block;
    width: 65px !important;
    height: 65px !important;
    text-align: center;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px !important;
    height: 65px !important;
}

.w_percent {
    display: inline-block;
    line-height: 65px !important;
    z-index: 2;
    color: #ffffff;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
    color: #ffffff;
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%
}

.chip .closebtn {
    padding-left: 10px;
    font-weight: 700;
    float: right;
    font-size: 16px;
    cursor: pointer
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px
}

.chip.chip-md img {
    height: 42px;
    width: 42px
}

#invoice {
    padding: 0
}

.invoice {
    position: relative;
    background-color: rgb(255 255 255 / 12%);
    min-height: 480px;
    padding: 15px
}

.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.invoice .company-details {
    text-align: right
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .contacts {
    margin-bottom: 20px
}

.invoice .invoice-to {
    text-align: left
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .invoice-details {
    text-align: right
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #ffffff
}

.invoice main {
    padding-bottom: 50px
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #ffffff;
    background: rgb(255 255 255 / 15%);
    padding: 10px;
    color: #fff;
}

.invoice main .notices .notice {
    font-size: 1.2em
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

.invoice table td,
.invoice table th {
    padding: 15px;
    background: rgb(0 0 0 / 15%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 1.2em
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
    text-align: right;
    font-size: 1.2em
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: rgb(255 255 255 / 15%);
}

.invoice table .unit {
    background: rgb(255 255 255 / 15%);
}

.invoice table .total {
    background: rgb(255 255 255 / 15%);
    color: #fff
}

.invoice table tbody tr:last-child td {
    border: none
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
    border-top: none
}

.invoice table tfoot tr:last-child td {
    color: #ffffff;
    font-size: 1.4em;
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.invoice table tfoot tr td:first-child {
    border: none
}

.invoice footer {
    width: 100%;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding: 8px 0
}

@media print {
    .invoice {
        font-size: 11px !important;
        overflow: hidden !important
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always
    }

    .invoice > div:last-child {
        page-break-before: always
    }
}

.main-row {
    height: 100vh
}

.main-col {
    max-width: 500px;
    min-height: 300px
}

.todo-done {
    text-decoration: line-through
}


/*Chat box*/

.chat-wrapper {
    width: auto;
    height: 600px;
    border-radius: 0.25rem;
    position: relative;
    background: rgb(0 0 0 / 14%);
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.chat-sidebar {
    width: 340px;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 14%);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgb(255 255 255 / 15%);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.chat-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: rgb(255 255 255 / 0%);
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    border-right: 0px solid rgba(0, 0, 0, .125);
    border-top-left-radius: 0.25rem;
    padding: 15px;
}

.chat-sidebar-content {
    padding: 0px;
}

.chat-user-online {
    position: relative;
}

.chat-sidebar-header .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 40px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.chat-list .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 36px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.chat-content {
    margin-left: 340px;
    padding: 15px 15px 15px 15px;
}

.chat-header {
    position: absolute;
    height: 70px;
    left: 340px;
    right: 0;
    top: 0;
    padding: 15px;
    background: rgb(0 0 0 / 0.14);
    border-bottom: 1px solid rgb(255 255 255 / 0.14);
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.chat-footer {
    position: absolute;
    height: 70px;
    left: 340px;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: rgb(0 0 0 / 0.2);
    border-top: 1px solid rgb(255 255 255 / 0.14);
    border-bottom-right-radius: 0.25rem;
}

.chat-footer-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: rgb(255 255 255 / 14%);
    border: 1px solid rgb(255 255 255 / 20%);
}

.chat-tab-menu li a.nav-link {
    padding: .3rem 0.2rem;
    line-height: 1.2;
    color: rgb(255 255 255 / 63%);
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: rgb(255 255 255 / 0%);
}

.chat-title {
    font-size: 16px;
    color: rgb(255 255 255);
}

.chat-msg {
    font-size: 14px;
    color: rgb(255 255 255 / 63%);
}

.chat-time {
    font-size: 13px;
    color: #fff;
}

.chat-list {
    position: relative;
    height: 300px;
}

.chat-list .list-group-item {
    border: 1px solid rgb(0 0 0 / 0%);
    background-color: transparent;
}

.chat-list .list-group-item:hover {
    border: 1px solid rgb(0 0 0 / 0%);
    background-color: rgb(255 255 255 / 15%);
}

.chat-list .list-group-item.active {
    background-color: rgb(255 255 255 / 15%);
}

.chart-online {
    color: #16e15e;
}

.chat-top-header-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: rgb(255 255 255 / 14%);
    border: 1px solid rgb(255 255 255 / 20%);
}

.chat-content {
    position: relative;
    width: auto;
    height: 450px;
    top: 70px;
}

.chat-content-leftside .chat-left-msg {
    width: fit-content;
    background-color: rgb(0 0 0 / 21%);
    color: white;
    padding: 0.80rem;
    border-radius: 12px;
    max-width: 480px;
    text-align: left;
    border-top-left-radius: 0;
}

.chat-content-rightside .chat-right-msg {
    width: fit-content;
    background-color: rgb(255 255 255 / 22%);
    color: white;
    padding: 0.80rem;
    border-radius: 12px;
    float: right;
    max-width: 480px;
    text-align: left;
    border-bottom-right-radius: 0;
}

.chat-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgb(255 255 255 / 21%);
    border: 1px solid rgb(255 255 255 / 23%);
}


/*Email box*/

.email-wrapper {
    width: auto;
    height: 600px;
    overflow: hidden;
    border-radius: 0.25rem;
    position: relative;
    background: rgb(0 0 0 / 14%);
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.email-sidebar {
    width: 250px;
    height: 100%;
    position: absolute;
    background: #fff0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgb(255 255 255 / 14%);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #0e2557;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    border-right: 0px solid rgb(0 0 0 / 18%);
    border-top-left-radius: 0.25rem;
    padding: 15px;
}

.email-navigation {
    position: relative;
    padding: 0px;
    height: 330px;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.email-header {
    position: absolute;
    height: 70px;
    left: 250px;
    right: 0;
    top: 0;
    padding: 15px;
    background: rgb(0 0 0 / 14%);
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.email-content {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: 70px;
    height: auto;
    margin-left: 250px;
    padding: 0;
    background: rgb(0 0 0 / 0%);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.email-navigation a.list-group-item {
    color: #e4e8ec;
    padding: .35rem 1.25rem;
    background-color: #ffffff00;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    transition: all .3s ease-out;
}

.email-navigation a.list-group-item:hover {
    color: #ffffff;
    background-color: rgb(255 255 255 / 22%);
}

.email-navigation a.list-group-item.active {
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(255 255 255 / 22%);
}

.email-meeting {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.email-meeting a.list-group-item {
    color: #e4e8ec;
    padding: .35rem 1.25rem;
    background-color: transparent;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.email-meeting a.list-group-item:hover {
    color: #ffffff;
    background-color: rgb(255 255 255 / 22%);
    transition: all .3s ease-out;
}

.email-hangout .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 37px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e;
}

.email-toggle-btn {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0px solid rgb(0 0 0 / 15%);
}

.email-actions {
    width: 230px;
}

.email-time {
    font-size: 13px;
    color: #ffffff;
}

.email-list div.email-message {
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    color: #e4e8ec;
}

.email-list div.email-message:hover {
    transition: all .2s ease-out;
    background-color: rgb(255 255 255 / 14%);
}

.email-list {
    position: relative;
    height: 530px;
}

.email-star {
    color: #ffffff;
}

.email-read-box {
    position: relative;
    height: 530px;
}


/*Compose Mail*/

.compose-mail-popup {
    width: 42%;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 15;
    display: none;
    background: #2e3338;
}

.compose-mail-toggled {
    display: block;
}

.compose-mail-title {
    font-size: 16px;
}

.compose-mail-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background-color: rgb(255 255 255 / 0%);
}

.compose-mail-close:hover {
    background-color: rgb(255 255 255 / 20%);
}

.nav-primary.nav-tabs .nav-link.active {
    color: #0d6efd;
    border-color: #0d6efd #0d6efd #fff
}

.nav-danger.nav-tabs .nav-link.active {
    color: #f41127;
    border-color: #f41127 #f41127 #fff
}

.nav-success.nav-tabs .nav-link.active {
    color: #17a00e;
    border-color: #17a00e #17a00e #fff
}

.nav-warning.nav-tabs .nav-link.active {
    color: #ffc107;
    border-color: #ffc107 #ffc107 #fff
}

.nav-pills-danger.nav-pills .nav-link.active {
    color: #fff;
    background-color: #f41127
}

.nav-pills-success.nav-pills .nav-link.active {
    color: #fff;
    background-color: #17a00e
}

.nav-pills-warning.nav-pills .nav-link.active {
    color: #000;
    background-color: #ffc107
}

.nav-search input.form-control {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 45%);
    color: #fff
}

.nav-search button[type=submit] {
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 32%);
    color: #fff
}

.nav-search input.form-control::placeholder {
    opacity: .5 !important;
    color: #fff !important
}

.nav-search input.form-control::-ms-input-placeholder {
    color: #fff !important
}

.round-pagination.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.round-pagination.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.bg-light-primary {
    background-color: rgb(13 110 253 / .11) !important
}

.bg-light-success {
    background-color: rgb(23 160 14 / .11) !important
}

.bg-light-danger {
    background-color: rgb(244 17 39 / .11) !important
}

.bg-light-warning {
    background-color: rgb(255 193 7 / .11) !important
}

.bg-light-info {
    background-color: rgb(13 202 240 / 18%) !important
}

.bg-light-white-2 {
    background-color: rgba(255, 255, 255, 0.70) !important
}

.bg-light-white-3 {
    background-color: rgba(255, 255, 255, 0.55) !important
}

.bg-light-white-4 {
    background-color: rgba(255, 255, 255, 0.25) !important
}

.bg-gradient-primary {
    background: linear-gradient(to right, #0a9bcf, #0a8cbb) !important
}

.bg-gradient-secondary {
    background: linear-gradient(to right, #0e2557, #0b204d) !important
}

.bg-gradient-cosmic {
    background: linear-gradient(to right, #8e2de2, #4a00e0) !important
}

.bg-gradient-burning {
    background: linear-gradient(to right, #ff416c, #ff4b2b) !important
}

.bg-gradient-lush {
    background: linear-gradient(to right, #56ab2f, #a8e063) !important
}

.bg-gradient-kyoto {
    background: linear-gradient(to right, #f7971e, #ffd200) !important
}

.bg-gradient-blues {
    background: linear-gradient(to right, #56ccf2, #2f80ed) !important
}

.bg-gradient-moonlit {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364) !important
}

.split-bg-primary {
    background-color: #0a9bcf;
    border-color: #0c62e0
}

.split-bg-secondary {
    background-color: #515a62;
    border-color: #515a62
}

.split-bg-success {
    background-color: #128e0a;
    border-color: #128e0a
}

.split-bg-info {
    background-color: #0bb2d3;
    border-color: #0bb2d3
}

.split-bg-warning {
    background-color: #e4ad07;
    border-color: #e4ad07
}

.split-bg-danger {
    background-color: #e20e22;
    border-color: #e20e22
}

.bg-facebook {
    background-color: #3b5998 !important
}

.bg-twitter {
    background-color: #55acee !important
}

.bg-google {
    background-color: #e52d27 !important
}

.bg-linkedin {
    background-color: #0976b4 !important
}

.section-authentication-signin {
    height: 100vh
}

.authentication-forgot {
    height: 100vh;
    padding: 0 1rem
}

.authentication-reset-password {
    height: 100vh;
    padding: 0 1rem
}

.authentication-lock-screen {
    height: 100vh;
    padding: 0 1rem
}

.error-404 {
    height: 100vh;
    padding: 0 1rem
}

.error-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.bg-login {
    background-image: url(../images/login-images/bg-login-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.bg-forgot {
    background-image: url(../images/login-images/bg-forgot-password.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.bg-lock-screen {
    background-image: url(../images/login-images/bg-lock-screen.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: rgb(0 0 0 / 34%);
    padding: 5px;
    font-size: 12px;
    color: #ffffff;
    z-index: 1;
    border-radius: 4px;
}

.btn i {
    vertical-align: middle;
    font-size: 1.3rem;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: 5px
}

.btn-facebook {
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, .14), 0 3px 1px -2px rgba(59, 89, 152, .2), 0 1px 5px 0 rgba(59, 89, 152, .12);
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.btn-facebook:hover {
    color: #fff
}

.btn-white {
    background-color: #fff;
    border-color: #e7eaf3
}

.btn-gses-primary {
    background-color: #cccccc;
    border-color: #f2f2f2;
    transition: .2s;
}

.btn-gses-primary:hover {
    opacity: 0.8 !important;
    background-color: #dddddd !important;
    transition: .2s;
}

.btn-gses-secondary {
    background-color: #66b659;
    border-color: rgb(255 255 255 / 15%);
    color: white;
}

.btn-gses-secondary:hover {
    background-color: rgba(102, 182, 89, 0.8);
    border-color: rgb(255 255 255 / 15%);
    color: white;
}

.chart-container1 {
    position: relative;
    height: 340px
}

.gmaps,
.gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px
}

.pricing-table .card {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.pricing-table .card .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

@media (min-width: 992px) {
    .pricing-table .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3);
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
    }
}

.pricing-table .card .card-title {
    font-size: 1rem;
    letter-spacing: .2rem;
    font-weight: 500
}

.pricing-table .card .card-price {
    font-size: 2.7rem
}

.pricing-table .card .card-price .term {
    font-size: .875rem
}

.pricing-table .card ul li.list-group-item {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    color: rgb(255 255 255 / 85%);
    font-size: 16px
}

input::placeholder {
    color: #fff !important;
    opacity: .3 !important
}

textarea::placeholder {
    color: #fff !important;
    opacity: .5 !important;
    font-style: italic !important;
}

.card-group {
    margin-bottom: 1.5rem
}

.search-bar-box {
    width: 75%
}

.search-control {
    background-color: rgb(0 0 0 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
    padding-right: 2.5rem
}

.search-control:focus {
    background-color: rgb(0 0 0 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
    padding-right: 2.5rem
}

.search-show {
    font-size: 18px;
    right: 15px;
    color: #ffffff;
}

.search-close {
    font-size: 18px;
    right: 15px;
    cursor: pointer;
    display: none
}

.topbar .navbar .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    color: #ffffff;
    font-size: 22px
}

.dropdown-toggle-nocaret:after {
    display: none
}

.alert-count {
    position: absolute;
    top: 5px;
    left: 22px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #f62718
}

.user-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0 solid #e5e5e5;
    padding: 0
}

.user-info .user-name {
    font-size: 15px;
    font-weight: 500;
}

.user-info .designattion {
    font-size: 13px;
    color: rgb(255 255 255 / 64%);
}

.user-box {
    display: flex;
    align-items: center;
    height: 60px;
    border-left: 1px solid rgb(255 255 255 / 15%);
    margin-left: 1rem
}

.dropdown-large {
    position: relative
}

.dropdown-large .dropdown-menu {
    width: 360px;
    border: 0;
    padding: 0 0;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.topbar .navbar .dropdown-large .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #1e1e1e;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #767676;
    border-left: 1px solid #767676
}

.topbar .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #1e1e1e;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #767676;
    border-left: 1px solid #767676
}

.dropdown-large .msg-header {
    padding: .8rem 1rem;
    border-bottom: 1px solid rgb(237 237 237 / 20%);
    background-clip: border-box;
    background: #1e1e1e;
    text-align: left;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.dropdown-large .msg-header .msg-header-title {
    font-size: 15px;
    color: rgb(255 255 255 / 85%);
    margin-bottom: 0;
    font-weight: 500
}

.dropdown-large .msg-header .msg-header-clear {
    font-size: 12px;
    color: rgb(255 255 255 / 85%);
    margin-bottom: 0
}

.dropdown-large .msg-footer {
    padding: .8rem 1rem;
    color: rgb(255 255 255 / 85%);
    border-top: 1px solid rgb(255 255 255 / 15%);
    background-clip: border-box;
    background: 0 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.dropdown-large .user-online {
    position: relative
}

.dropdown-large .msg-name {
    font-size: 14px;
    margin-bottom: 0;
    color: rgb(255 255 255);
}

.dropdown-large .msg-info {
    font-size: 13px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 50%);
}

.dropdown-large .msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px
}

.dropdown-large .msg-time {
    font-size: 12px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 50%);
}

.dropdown-large .user-online:after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e
}

.dropdown-large .dropdown-menu .dropdown-item {
    padding: .5rem 1.3rem;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.header-message-list {
    position: relative;
    height: 360px
}

.header-notifications-list {
    position: relative;
    height: 360px
}

.dropdown-large .notify {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(255 255 255 / 15%);
    margin-right: 15px
}

.app-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 26px;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    background-color: rgb(255 255 255 / 15%)
}

.app-title {
    font-size: 14px
}

.user-box .dropdown-menu i {
    vertical-align: middle;
    margin-right: 10px
}

.dropdown-menu {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: 0 solid #e9ecef;
    font-size: 14px;
    border-radius: 10px;
}

.topbar .navbar .dropdown-menu {
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

/* Error Box */

.errorBox {
    width: 100%;
    display: flex;
    align-items: center;
    padding-block: 2%;
    text-align: center;
}

.errorBox p {
    width: 100%;
}

.errorBox .alertBox {
    background-color: crimson;
}

.errorDiv {
    display: flex;
    flex-direction: column;
    gap: .1%;
}

.alertBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: .5%;
    color: white;
    background-color: rgba(15, 92, 224, 0.58);
    padding: 1.1%;
    border-radius: 5px;
}

.alertBox p {
    width: 100%;
    text-align: left;
    margin: 0 !important;
}

#verificationSteps {
    box-shadow: 0px 0px 2px 2.5px rgba(230, 230, 230, 0.5);
    padding: 1%;
    border-radius: 5px;
}

#verificationSteps .steps ul {
    gap: 5%;
    margin-bottom: 1.5%;
}

#verificationSteps .number {
    background-color: white;
    border: none;
    color: #66b659;
    line-height: 30px;
    height: 30px;
    width: 30px;
    padding-left: 3px;
}

#verificationSteps .done a {
    color: white;
}

#verificationSteps .done {
    transform: translateY(0px);
    transition: 0.2s;
}

#verificationSteps .done:hover {
    transform: translateY(-2px);
    transition: 0.2s;
    opacity: 1;
}

#verificationSteps .current a {
    background-color: #66b659;
}

#verificationSteps .current a {
    color: white;
}

#verificationSteps li.disabled a:has(span),
#verificationSteps .done {
    background-color: rgba(102, 182, 89, 0.75);
    opacity: .5;
    color: white;
    border-radius: 5px;
}

#verificationSteps ul li a {
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
}

#verificationSteps div:has(input[type=checkbox]) {
    margin-bottom: 1%;
}

.underline-hover {
    text-decoration: none;
}

.underline-hover:hover {
    text-decoration: underline;
    cursor: pointer;
}

.link-color {
    color: deepskyblue !important;
    background-color: transparent !important;
}

.hr-bar {
    height: 1px;
    background-color: #8d8d8d;
    color: #8d8d8d;
}

#verificationSteps .actions li:nth-child(3) a {
    background-color: #17a00e;
}

.dateSelect {
    border: 1px solid #ddd;
}

.dateSelect span:has(i) {
    border-right: 1px solid #ddd;
}

.dateSelect > *:focus {
    outline: none;
    border: none;
    margin-left: 0px !important;
    box-shadow: none;
}


.verificationTypes span {
    cursor: pointer;
    transition: .2s;
    border-radius: 5px;
    padding: 1%;
}

.verificationTypes span:not(.activeType) {
    color: #ddd;

}

.verificationTypes span:hover {
    opacity: .8;
    transition: .2s;
}


@media screen and (max-width: 1199.98px) {
    #verificationSteps ul li a {
        gap: 5%;
    }

    .wizard .steps > ul > li {
        margin-block: .2%;
    }
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.mobile-search-icon {
    display: none
}

.mobile-toggle-menu {
    display: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer
}

.switcher-wrapper {
    width: 280px;
    height: 100%;
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 1030;
    background: #111314;
    border-left: 0 solid #d2d2d2;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
    transition: all .2s ease-out
}

.switcher-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: rgb(255 255 255 / 15%);
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 40%;
    right: 100%;
    cursor: pointer
}

.switcher-wrapper.switcher-toggled {
    right: 0
}

.switcher-body {
    padding: 1.25rem
}

.switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 20px;
}

.switcher li {
    float: left;
    width: 55px;
    height: 55px;
    margin: 0 15px 15px 0px;
    border-radius: 10px;
    border: 0px solid black;
}

.bg-theme {
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .2s;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    background-color: #fff;
}

#theme1 {
    background-image: url(../images/bg-themes/1.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme2 {
    background-image: url(../images/bg-themes/2.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme3 {
    background-image: url(../images/bg-themes/3.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme4 {
    background-image: url(../images/bg-themes/4.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme5 {
    background-image: url(../images/bg-themes/5.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme6 {
    background-image: url(../images/bg-themes/6.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme7 {
    background-image: linear-gradient(45deg, #0c675e, #069e90);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme8 {
    background-image: linear-gradient(567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme9 {
    background-image: linear-gradient(45deg, #29323c, #485563);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme10 {
    background-image: linear-gradient(45deg, #795548, #945c48);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme11 {
    background-image: linear-gradient(45deg, #1565C0, #1E88E5);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme12 {
    background-image: linear-gradient(45deg, #65379b, #886aea);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme13 {
    background-image: linear-gradient(180deg, #ff5447, #f1076f);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme14 {
    background-image: linear-gradient(180deg, #08a50e, #69bb03);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme15 {
    background-image: linear-gradient(45deg, #6a11cb, #2575fc);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

body.bg-theme1 {
    background-image: url(../images/bg-themes/1.png);
}

body.bg-theme2 {
    background-image: url(../images/bg-themes/2.png);
}

body.bg-theme3 {
    background-image: url(../images/bg-themes/3.png);
}

body.bg-theme4 {
    background-image: url(../images/bg-themes/4.png);
}

body.bg-theme5 {
    background-image: url(../images/bg-themes/5.png);
}

body.bg-theme6 {
    background-image: url(../images/bg-themes/6.png);
}

body.bg-theme7 {
    background-image: linear-gradient(45deg, #0c675e, #069e90);
}

body.bg-theme8 {
    background-image: linear-gradient(567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
}

body.bg-theme9 {
    background-image: linear-gradient(45deg, #29323c, #485563);
}

body.bg-theme10 {
    background-image: linear-gradient(45deg, #795548, #945c48);
}

body.bg-theme11 {
    background-image: linear-gradient(45deg, #1565C0, #1E88E5);
}

body.bg-theme12 {
    background-image: linear-gradient(45deg, #65379b, #886aea);
}

body.bg-theme13 {
    background-image: linear-gradient(180deg, #ff5447, #f1076f);
}

body.bg-theme14 {
    background-image: linear-gradient(180deg, #08a50e, #69bb03);
}

body.bg-theme15 {
    background-image: linear-gradient(45deg, #6a11cb, #2575fc);
}

@media screen and (max-width: 1280px) {
    .email-header {
        height: auto
    }

    .email-content {
        padding: 100px 0 0 0
    }
}

@media only screen and (max-width: 1199px) {
    .row.row-group > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .row.row-group > div:last-child {
        border-right: none;
        border-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .topbar {
        left: 0 !important
    }

    .mobile-search-icon {
        display: block
    }

    .mobile-toggle-menu {
        display: block
    }

    .sidebar-wrapper {
        background: #fff;
        left: -300px;
        box-shadow: none
    }

    .page-wrapper {
        margin-left: 0
    }

    .page-footer {
        left: 0
    }

    .header-switch {
        display: none !important;
    }

    .switch-select2 {
        width: 15vw;
        margin-left: 20px
    }

    .search-bar {
        display: none
    }

    .full-search-bar {
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
        background: rgb(11 12 15);
        height: 60px;
        padding: 0 1.4rem
    }

    .search-bar-box {
        width: 100%
    }

    .search-close {
        display: block
    }

    .search-show {
        left: 15px;
        right: auto
    }

    .search-control {
        background-color: rgb(0 0 0 / 60%);
        border: 1px solid rgb(242 239 239 / 15%);
        padding-left: 2.5rem
    }

    .wrapper.toggled .sidebar-wrapper {
        left: 0
    }

    .wrapper.toggled .page-wrapper {
        margin-left: 0
    }

    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .6;
        z-index: 10;
        display: block;
        cursor: move;
        transition: all .2s ease-out
    }

    .error-404 {
        height: auto;
        padding: 6rem 1rem
    }

    .chat-header {
        border-top-left-radius: 0.25rem;
    }

    .chat-footer {
        border-bottom-left-radius: 0.25rem;
    }

    .chat-sidebar {
        left: -370px;
    }

    .chat-content {
        margin-left: 0px;
    }

    .chat-header {
        left: 0px;
    }

    .chat-footer {
        left: 0px;
    }

    /* chat toggled css */
    .chat-toggled .chat-sidebar {
        left: 0px;
        background: #343a40;
    }

    .chat-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 340px;
        background: #fff;
        opacity: 0.5;
        z-index: 11;
        display: block;
        cursor: move;
        transition: all .3s ease-out;
    }

    .email-header {
        border-top-left-radius: 0.25rem;
    }

    .email-sidebar {
        left: -280px;
        background: #343a40;
    }

    .email-content {
        margin-left: 0px;
    }

    .email-header {
        left: 0px;
    }

    /* email toggled */
    .email-toggled .email-sidebar {
        left: 0px;
    }

    .email-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 250px;
        background: #000;
        opacity: 0.5;
        z-index: 9;
        display: block;
        cursor: move;
        transition: all .3s ease-out;
    }
}

@media screen and (max-width: 991px) {
    .section-authentication-signin {
        height: 100%;
        margin-top: 6rem;
        margin-bottom: 2rem
    }

    .authentication-reset-password {
        height: auto;
        padding: 2rem 1rem
    }

    .authentication-lock-screen {
        height: auto;
        padding: 2rem 1rem
    }

    .compose-mail-popup {
        width: auto;
        position: fixed;
        bottom: -30px;
        right: 0;
        left: 0
    }
}


@media screen and (max-width: 767px) {
    .user-box .user-info {
        display: none
    }

    .authentication-forgot {
        height: auto;
        padding: 2.5rem 1rem
    }
}

@media screen and (max-width: 620px) {
    .topbar .navbar .dropdown-menu::after {
        display: none
    }

    .topbar .navbar .dropdown {
        position: static !important
    }

    .topbar .navbar .dropdown-menu {
        width: 100% !important
    }
}

/* Hide QrCode on Mobile Version */
@media screen and (max-width: 576px) {
    #qr {
        display: none;
    }
}

@media screen and (max-width: 520px) {

    .chat-footer-menu,
    .chat-top-header-menu {
        display: none
    }
}

.card {
    background-color: #F0F0F0;
}

.card-ssgm {
    background-color: #7A8325;
}

.card-zevij-necomij {
    background-color: #00545C;
}

.gses-primary-border {
    border: 2px solid #0a9cd1;
}

.border-block {
    border-block: 1px solid rgb(223, 223, 223);
}

.border-inline {
    border-inline: 3px solid #0a9cd1;
}

.outline-gses-primary {
    outline-color: #66b659;

}
.gses-primary-bg {
    background: #66b659;

}

.gses-primary-bg-90 {
    background-color: rgba(102, 182, 89, 0.9);
}

.gses-primary-bg-80 {
    background-color: rgba(102, 182, 89, 0.8);
}

.gses-primary-bg-70 {
    background: rgba(102, 182, 89, 0.7);
}

.gses-primary-bg-60 {
    background-color: rgba(102, 182, 89, 0.6);
}

.gses-primary-bg-50 {
    background: rgba(102, 182, 89, 0.5);
}

.gses-primary-bg-40 {
    background: rgba(102, 182, 89, 0.4);
}

.gses-primary-bg-30 {
    background-color: rgba(102, 182, 89, 0.3);
}

.gses-primary-bg-20 {
    background: rgba(102, 182, 89, 0.2);
}

.gses-primary-bg-10 {
    background: rgba(102, 182, 89, 0.1);
}

.border-gses-primary {
    border-color: rgba(102, 182, 89);

}

.gses-primary-color {
    --tw-border-opacity: 1;
    color: #66b659;
}

.gses-secondary-border {
    border: 2px solid #0e2557;
}

.gses-secondary-bg {
    background-color: #14361b;
    border-color: rgb(255 255 255 / 15%);
    color: white;
}

.gses-secondary-bg-90 {
    background-color: #0e2557e1;
}

.gses-secondary-bg-80 {
    background-color: #0e2557d2;
}

.gses-secondary-bg-70 {
    background-color: #0e2557a8;
}

.gses-purple-bg {
    background-color: #dfe1ed;
}

.gses-green-bg {
    background-color: #17A41B;
}

.gses-orange-bg {
    background-color: #ff861a;
}

.gses-orange-bg-90 {
    background-color: #ff861ae2;
}

.gses-orange-bg-80 {
    background-color: #ff861ad2;
}

.gses-orange-bg-70 {
    background-color: #ff861aa8;
}

.gses-primary {
    color: #59db70;
}

.gses-secondary {
    color: #0e2557;
}

.gses-green {
    color: #17A41B;
}

.gses-orange {
    color: #ff861a;
}

.gses-gradient-left {
    background: rgb(14, 37, 87);
    background: linear-gradient(90deg, rgba(14, 37, 87, 1) 35%, rgba(10, 155, 207, 1) 100%);
}

.gses-gradient-right {
    background: rgb(10, 155, 207);
    background: linear-gradient(90deg, rgba(10, 155, 207, 1) 35%, rgba(14, 37, 87, 1) 100%);
}

.card-gradient {
    background: rgb(10, 155, 207);
    background: linear-gradient(135deg, rgba(10, 155, 207, 1) 83%, rgba(14, 37, 87, 1) 100%);
}

#chart6 .highcharts-tooltip-box {
    fill: #fff;
}

#chart6 .highcharts-root text {
    stroke-width: 0px;
    fill: #000000 !important;
}

#customchart6 .highcharts-root text {
    stroke-width: 0px;
    fill: #000000 !important;
}

#chart8 .highcharts-color-0 {
    fill: #addef7;
    stroke: rgb(255, 255, 255, 0);
}

#chart8 .highcharts-color-1 {
    fill: #91ccf0;
    stroke: rgb(255, 255, 255, 0);
}

#chart8 .highcharts-color-2 {
    fill: #3d9cd9;
    stroke: rgb(255, 255, 255, 0);
}

#chart8 .highcharts-color-3 {
    fill: #2973b0;
    stroke: rgb(255, 255, 255, 0);
}

#chart8 .highcharts-color-4 {
    fill: #0f4f9e;
    stroke: rgb(255, 255, 255, 0);
}

#chart8 .highcharts-color-5 {
    fill: #0a3861;
    stroke: rgb(255, 255, 255, 0);
}

#chart8 .highcharts-tooltip-box {
    fill: #fff;
}

#chart8 .highcharts-legend-item tspan {
    fill: #000000;
}

#chart8 .highcharts-root text {
    fill: #000000 !important;
}

#chart6 .highcharts-color-0 {
    fill: #E5243B;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-1 {
    fill: #DDA63A;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-2 {
    fill: #4C9F38;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-3 {
    fill: #C5192D;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-4 {
    fill: #FF3A21;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-5 {
    fill: #26BDE2;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-6 {
    fill: #FCC30B;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-7 {
    fill: #A21942;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-8 {
    fill: #FD6925;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-9 {
    fill: #DD1367;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-10 {
    fill: #FD9D24;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-11 {
    fill: #BF8B2E;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-12 {
    fill: #3F7E44;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-13 {
    fill: #0A97D9;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-14 {
    fill: #56C02B;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-15 {
    fill: #00689D;
    stroke: rgb(255, 255, 255, 0);
}

#chart6 .highcharts-color-16 {
    fill: #19486A;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-0 {
    fill: #E5243B;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-1 {
    fill: #DDA63A;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-2 {
    fill: #4C9F38;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-3 {
    fill: #C5192D;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-4 {
    fill: #FF3A21;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-5 {
    fill: #26BDE2;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-6 {
    fill: #FCC30B;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-7 {
    fill: #A21942;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-8 {
    fill: #FD6925;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-9 {
    fill: #DD1367;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-10 {
    fill: #FD9D24;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-11 {
    fill: #BF8B2E;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-12 {
    fill: #3F7E44;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-13 {
    fill: #0A97D9;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-14 {
    fill: #56C02B;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-15 {
    fill: #00689D;
    stroke: rgb(255, 255, 255, 0);
}

#customchart6 .highcharts-color-16 {
    fill: #19486A;
    stroke: rgb(255, 255, 255, 0);
}

#supplierChart .highcharts-color-0 {
    fill: #30775D;
    stroke: rgb(255, 255, 255, 0);
}

#supplierChart .highcharts-color-1 {
    fill: #4AC0F0;
    stroke: rgb(255, 255, 255, 0);
}

#supplierChart .highcharts-color-2 {
    fill: #2E475C;
    stroke: rgb(255, 255, 255, 0);
}

#supplierChart .highcharts-color-3 {
    fill: #2FBE94;
    stroke: rgb(255, 255, 255, 0);
}

#supplierChart .highcharts-color-4 {
    fill: #127996;
    stroke: rgb(255, 255, 255, 0);
}

#supplierChart .highcharts-color-5 {
    fill: #53AD32;
    stroke: rgb(255, 255, 255, 0);
}

#customchart7 .highcharts-root text {
    stroke-width: 0px;
    fill: #000000 !important;
}

#customchart7 .highcharts-color-0 {
    fill: #0a9bcf;
    stroke: rgb(255, 255, 255, 0);
}

#customchart7 .highcharts-color-1 {
    fill: #0a9acfc4;
    stroke: rgb(255, 255, 255, 0);
}

#customchart7 .highcharts-color-2 {
    fill: #0a9acf60;
    stroke: rgb(255, 255, 255, 0);
}

#productchart7 .highcharts-color-0 {
    fill: #17A41B;
    stroke: rgb(255, 255, 255, 0);
}

#productchart7 .highcharts-color-1 {
    fill: #17A41B20;
    stroke: rgb(255, 255, 255, 0);
}

#productchart7 .highcharts-color-2 {
    fill: #17A41B40;
    stroke: rgb(255, 255, 255, 0);
}

#productchart7 .highcharts-color-3 {
    fill: #17A41B60;
    stroke: rgb(255, 255, 255, 0);
}

#productchart7 .highcharts-tooltip-box {
    fill: #fff;
}

#productchart7 .highcharts-root text {
    stroke-width: 0px;
    fill: #000000 !important;
}

#chart7 .highcharts-color-0 {
    fill: #0a9bcf;
    stroke: rgb(255, 255, 255, 0);
}

#chart7 .highcharts-color-1 {
    fill: #0a9acfc4;
    stroke: rgb(255, 255, 255, 0);
}

#chart7 .highcharts-color-2 {
    fill: #0a9acf60;
    stroke: rgb(255, 255, 255, 0);
}

#chart7 .highcharts-tooltip-box {
    fill: #fff;
}

#chart7 .highcharts-root text {
    stroke-width: 0px;
    fill: #000000 !important;
}

.bg-csr {
    background-color: #addef7 !important;
}

.bg-lighter-csr {
    background-color: #b2e8ff !important;
}

.bg-ce {
    background-color: #91ccf0 !important;
}

.bg-lighter-ce {
    background-color: #90C8AC !important;
}

.bg-co2 {
    background-color: #3d9cd9 !important;
}

.bg-lighter-co2 {
    background-color: #697e91 !important;
}

.bg-sp {
    background-color: #2973b0 !important;
}

.bg-lighter-sp {
    background-color: #7cd4f7 !important;
}

.bg-hs {
    background-color: #0f4f9e !important;
}

.bg-lighter-hs {
    background-color: #8CC0DE !important;
}

.bg-bd {
    background-color: #0a3861 !important;
}

.bg-lighter-bd {
    background-color: #89a66d !important;
}


.bg-csr-pillar {
    background-color: #addef7 !important;
}

.bg-ce-pillar {
    background-color: #91ccf0 !important;
}

.bg-co2-pillar {
    background-color: #3d9cd9 !important;
}

.bg-sp-pillar {
    background-color: #2973b0 !important;
}

.bg-hs-pillar {
    background-color: #0f4f9e !important;
}

.bg-bd-pillar {
    background-color: #0a3861 !important;
}

.bg-gsvb-pillar {
    background-color: #bb2420 !important;
}

.bg-cf-pillar {
    background-color: #3d751f !important;
}

.bg-hf-pillar {
    background-color: #8ad163 !important;
}

.bg-ef-pillar {
    background-color: #bae0a3 !important;
}

.top-border-gses-primary {
    border-top: solid 8px rgba(102, 182, 89) !important;
}

.full-border-gses-primary {
    border: solid 1.5px rgba(102, 182, 89) !important;
}

.border-gses-primary {
    border-color: rgba(102, 182, 89) !important;
}

.border-gses-secondary {
    border-color: #0e2557 !important;
}

.bottom-gses-primary {
    border-color: #66b659 !important;
}

.border-cf {
    border-top: solid 8px #11B797 !important;
}

.border-hf {
    border-top: solid 8px #007696 !important;
}

.border-ef {
    border-top: solid 8px #39BC19 !important;
}

.border-sf {
    border-top: solid 8px #538C77 !important;
}

.bg-orange {
    background-color: #d36600 !important;
}

.bg-grey {
    background-color: #999999 !important;
}

.bg-lightgrey {
    background-color: #F0F0F0 !important;
}

.border-csr {
    border-color: #30775D !important;
}

.text-csr {
    color: #30775D !important;
}

.text-ce {
    color: #2FBE94 !important;
}

.text-co2 {
    color: #2E475C !important;
}

.text-sp {
    color: #4AC0F0 !important;
}

.text-hs {
    color: #127996 !important;
}

.text-bd {
    color: #53AD32 !important;
}

.text-cf {
    color: #11B797 !important;
}

.text-hf {
    color: #007696 !important;
}

.text-ef {
    color: #39BC19 !important;
}

.text-orange {
    color: #d36600 !important;
}

.text-grey {
    color: #999999 !important;
}

#all .apexcharts-tooltip {
    color: #000000;
}

/* House of Pillars */

.house-of-pillars {
    height: 422px;
    width: 422px;
    -webkit-transform: rotate(270deg);
    /* Safari and Chrome */
    -moz-transform: rotate(270deg);
    /* Firefox */
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -o-transform: rotate(270deg);
    /* Opera */
    transform: rotate(270deg);
}

.pro-bar {
    height: 300px;
}

.progress .progress-bar-vertical {
    min-height: 350px;
    margin-right: 10px;
    float: left;
    margin-left: 10px;
    grid-row-start: none !important;
}

.pro-bar .progress-bar {
    width: 60px;
}

.pro-bar .progress {
    height: 400px;
    border-radius: 10px;
    background-color: #dfdfdf;
    border: 2px solid white;
}

.scorecard-slider .range {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    margin-top: 10px;
    transform: translate(-50%, -50%);
}

.scorecard-slider input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: rgb(255, 0, 0);
    background: -moz-linear-gradient(45deg, orangered 0%, lightgreen 100%);
    background: -webkit-gradient(45deg, orangered 0%, lightgreen 100%);
    background: -webkit-linear-gradient(45deg, orangered 0%, lightgreen 100%);
    background: -o-linear-gradient(45deg, orangered 0%, lightgreen 100%);
    background: -ms-linear-gradient(45deg, orangered 0%, lightgreen 100%);
    background: linear-gradient(45deg, orangered 0%, lightgreen 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1);
    height: 1.5vh;
}

.scorecard-slider input[type=range]:focus {
    outline: none;
}

.scorecard-slider input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: rgb(255, 0, 0);
    background: -moz-linear-gradient(45deg, orangered 100%, lightgreen 100%);
    background: -webkit-gradient(45deg, orangered 100%, lightgreen 100%);
    background: -webkit-linear-gradient(45deg, orangered 100%, lightgreen 100%);
    background: -o-linear-gradient(45deg, orangered 100%, lightgreen 100%);
    background: -ms-linear-gradient(45deg, orangered 100%, lightgreen 100%);
    background: linear-gradient(45deg, orangered 100%, lightgreen 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1);
    height: 1.5vh;
}

.scorecard-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    max-width: 80px;
    position: relative;
    background-color: #0E2557;
}

.scorecard-slider input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    max-width: 80px;
    position: relative;
    background-color: #0E2557;
}

.flourish-credit {
    display: none;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #ffffff00;
    color: #66b659;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: 15px;
    border: 2px solid #66b659;
    border-radius: 6px;
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #66b659;
    color: rgba(255, 255, 255);
    box-shadow: none;
}

.switch-field-invite {
    display: flex;
    overflow: hidden;
}

.switch-field-invite input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field-invite label {
    background-color: #FFF;
    color: #66b659;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: 15px;
    border: 2px solid #66b659;
    border-radius: 6px;
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    transition: all 0.1s ease-in-out;
}

.switch-field-invite label:hover {
    cursor: pointer;
}

.switch-field-invite input:checked + label {
    background-color: #0e2557;
    color: rgba(255, 255, 255);
    box-shadow: none;
}


/*
.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
*/

.simplebar-content-wrapper {
    background-color: white !important;
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
    height: 120px !important;
}

.jvectormap-zoomin {
    background-color: #0a9bcf !important;
}

.jvectormap-zoomout {
    background-color: #0a9bcf !important;
}

.noHover {
    pointer-events: none;
    color: #00000075;
}

.noHover div,
.noHover i,
.noHover a {
    color: #00000050;
}

.dataTables_info {
    display: none !important;
}

.progress270rating {
    transform: rotate(270deg);
}

.ingredient-table th {
    text-align: left !important;
}

.ingredient-table td {
    text-align: left !important;
}

.gses-custom-border {
    border: 2px solid red;
}

.gses-custom-bg {
    background-color: #0E2557;
}

.gses-custom-bg-90 {
    background-color: #0E2557e1;
}

.gses-custom-bg-80 {
    background-color: #0E2557c2;
}

.gses-custom-bg-70 {
    background-color: #0E2557a8;
}

.gses-custom {
    color: #0E2557;
}

.gses-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(10, 155, 207, .25)
}

.gses-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(10, 155, 207, .25)
}

.gses-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #66b659;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.gses-range::-webkit-slider-thumb:active {
    background-color: #66b659
}

.gses-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #66b659;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.gses-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.cf-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(17, 183, 151, .25)
}

.cf-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(17, 183, 151, .25)
}

.cf-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #11B797;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.cf-range::-webkit-slider-thumb:active {
    background-color: #11B797
}

.cf-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #11B797;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.cf-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.cf-range::-webkit-slider-runnable-track {
    background-color: #11B79760;
}

.hf-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 118, 150, .25)
}

.hf-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 118, 150, .25)
}

.hf-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007696;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.hf-range::-webkit-slider-thumb:active {
    background-color: #007696
}

.hf-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007696;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.hf-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.hf-range::-webkit-slider-runnable-track {
    background-color: #00769660;
}

.ef-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.ef-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.ef-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #39BC19;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.ef-range::-webkit-slider-thumb:active {
    background-color: #39BC19
}

.ef-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #39BC19;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.ef-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.ef-range::-webkit-slider-runnable-track {
    background-color: #39BC1960;
}

.csr-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.csr-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.csr-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #30775D;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.csr-range::-webkit-slider-thumb:active {
    background-color: #30775D
}

.csr-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #30775D;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.csr-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.csr-range::-webkit-slider-runnable-track {
    background-color: #30775D60;
}

.ce-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.ce-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.ce-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #2FBE94;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.ce-range::-webkit-slider-thumb:active {
    background-color: #2FBE94
}

.ce-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2FBE94;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.ce-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.ce-range::-webkit-slider-runnable-track {
    background-color: #2FBE9460;
}

.co2-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.co2-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.co2-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #2E475C;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.co2-range::-webkit-slider-thumb:active {
    background-color: #2E475C
}

.co2-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2E475C;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.co2-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.co2-range::-webkit-slider-runnable-track {
    background-color: #2E475C60;
}

.hs-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.hs-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.hs-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #127996;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.hs-range::-webkit-slider-thumb:active {
    background-color: #127996
}

.hs-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #127996;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.hs-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.hs-range::-webkit-slider-runnable-track {
    background-color: #12799660;
}

.sp-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.sp-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.sp-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #4AC0F0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.sp-range::-webkit-slider-thumb:active {
    background-color: #4AC0F0
}

.sp-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4AC0F0;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.sp-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.sp-range::-webkit-slider-runnable-track {
    background-color: #4AC0F060;
}

.bd-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.bd-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(57, 188, 25, .25)
}

.bd-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #53AD32;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.bd-range::-webkit-slider-thumb:active {
    background-color: #53AD32
}

.bd-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #53AD32;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.bd-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.bd-range::-webkit-slider-runnable-track {
    background-color: #53AD3260;
}

.btn-outline-gses {
    color: #66b659;
    border-color: #66b659
}

.btn-outline-gses:hover {
    color: #fff !important;
    background-color: #66b659 !important;
    border-color: #66b659 !important;
}

.btn-check:focus + .btn-outline-gses,
.btn-outline-gses:focus {
    box-shadow: 0 0 0 .25rem rgba(10, 156, 209, .5)
}

.btn-check:active + .btn-outline-gses,
.btn-check:checked + .btn-outline-gses,
.btn-outline-gses.active,
.btn-outline-gses.dropdown-toggle.show,
.btn-outline-gses:active {
    color: #fff;
    background-color: #66b659;
    border-color: #66b659
}

.btn-check:active + .btn-outline-gses:focus,
.btn-check:checked + .btn-outline-gses:focus,
.btn-outline-gses.active:focus,
.btn-outline-gses.dropdown-toggle.show:focus,
.btn-outline-gses:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-gses.disabled,
.btn-outline-gses:disabled {
    color: #66b659;
    background-color: transparent
}

.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.email-address-big {
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: underline;
    color: white;
}

/**
 * delete modal
 */
.delete-modal {
    animation: fadeBg 0.2s forwards;
}

/* Custom select2 css */
.select2-theme + span .select2-selection__rendered {
    color: #112d17 !important;
    opacity: 1 !important;
    font-size: 15px;
}

.select2-theme + span .select2-selection__choice {
    background-color: white !important;
}

.select2-theme + span .select2-search__field {
    color: white;
}

.select2-transparent + span .select2-selection {
    /*background-color: rgb(0 0 0 / 15%);*/
    font-size: 1rem !important;
    border: 1px solid rgb(255 255 255 / 15%) !important;
}

.select2-transparent + span .select2-search__field::placeholder {
    color: white;
}

.intr-sidebar-border {
    border-right: 1px solid rgb(33 37 41 / 15%);
}

.intr-title {
    color: rgb(23, 43, 77);
}

.intr-question {
    font-size: 1rem;
    color: black;
    width: fit-content;
}

.intr-yes {
    width: 75px;
    height: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 5vw;
    margin-right: 1rem;
}

.intr-yes-active {
    color: #fff;
    background-color: #17a00e;
    border-color: #17a00e;
}

.intr-no {
    width: 75px;
    height: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 1rem;
}

.intr-no-active {
    color: #fff;
    background-color: #d10b1e;
    border-color: #b02a37;
}

.intr-hover:hover {
    background-color: rgb(236, 236, 236);
}

.question {
    display: flex;
}

.question-fadeout {
    animation: 1s ease 0s normal forwards 1 fadeout;
    opacity: 0.3;
}

.no-bullets {
    list-style: none;
}

.answer {
    opacity: 0;
    margin-top: 1rem;
}

.answer h5 {
    color: rgb(23, 43, 77);
}

.answer-fadein {
    animation: 1s ease 0s normal forwards 1 fadein;
    opacity: 1;
}

.btn-border {
    border: 1px solid gray;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

#questions {
    color: #212529 !important;
}

#shortcuts > h5 {
    color: rgb(23, 43, 77);
}

/* Teammembers */
.tmLegendIcon {
    font-size: 14px;
    vertical-align: middle;
}

.tmBtnIcon {
    position: absolute;
    inset: 0 0 0 0;
    margin: 0 !important;
    padding-top: 3% !important;
}

.tmBtn {
    position: relative !important;

    width: 35px !important;
    height: 35px !important;
}


/* Animations */

.material-list {
    overflow: overlay;
    height: 60vh;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%66B659FF'/%3e%3c/svg%3e") !important;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.custom-checkbox {
    -moz-transform: scale(1.8);
    /* FF */
    -webkit-transform: scale(1.8);
    /* Safari and Chrome */
    -o-transform: scale(1.8);
    /* Opera */
    transform: scale(1.8);
}

.no-items-banner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.3;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Responsiveness */
@media only screen and (max-width: 1500px) {
    #shortcuts > ol {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .intr-sidebar-border {
        border-right: 0;
    }

    #shortcuts {
        margin-top: 3rem;
    }

    #shortcuts > h5 {
        border-bottom: 1px solid rgb(33 37 41 / 15%);
        padding-bottom: 1rem;
    }
}

/* Form Wizard */
.wizard .steps > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 1199.98px) {
    .wizard .steps > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

.wizard .steps > ul > a,
.wizard .steps > ul > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wizard .steps > ul > li {
    width: 100%;
}

.wizard .steps > ul > li a {
    display: block;
    padding: .5rem 1rem;
    color: #495057;
    font-weight: 500;
    background-color: rgba(85, 110, 230, 0.1);
}

.wizard .steps > ul .current-info {
    position: absolute;
    right: -999em;
}

.wizard .steps .number {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #66b659;
    color: #66b659;
    text-align: center;
    border-radius: 50%;
    margin-left: .5rem;
}

.wizard .steps .current a,
.wizard .steps .current a:active,
.wizard .steps .current a:hover {
    background-color: #66b659;
    color: #495057;
}

.wizard .steps .current a .number,
.wizard .steps .current a:active .number,
.wizard .steps .current a:hover .number {
    background-color: #FFFFFF;
    color: #001827;
}

.wizard > .content {
    background-color: transparent;
    padding: 14px;
    margin-top: 0;
    border-radius: 0;
    min-height: 150px;
}

.wizard > .content > .title {
    position: absolute;
    right: -999em;
}

.wizard > .content > .body {
    width: 100%;
    height: 100%;
    padding: 14px 0 0;
    position: static;
}

.wizard > .actions {
    position: relative;
    display: flex;
    justify-content: end;
    text-align: left;
    width: 89%;
}

.wizard > .actions > ul {
    display: block;
    text-align: left;
    padding-right: 0;
}

.wizard > .actions > ul > li {
    display: inline-block;
    margin: 0 0.5em;
}

.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
    background-color: #66b659;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled a:hover {
    opacity: .65;
    background-color: rgba(102, 182, 89, 0.75);
    color: #fff;
    cursor: not-allowed;
}

.wizard.vertical-wizard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wizard.vertical-wizard .steps > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wizard.vertical-wizard .steps > ul > li {
    width: 100% !important;
}

.wizard.vertical-wizard .steps,
.wizard.vertical-wizard .content,
.wizard.vertical-wizard .actions {
    width: 100%;
}

@media (min-width: 1200px) {
    .wizard.vertical-wizard .steps {
        width: 25%;
    }
}

.wizard.vertical-wizard .content {
    padding: 24px;
}

@media (min-width: 1200px) {
    .wizard.vertical-wizard .content {
        width: 75%;
        padding: 12px 24px;
    }
}

.wizard.vertical-wizard .content > .body {
    padding: 0;
}

/* Import from bootstrap.min.css */
:root {
    --bs-red: #f41127;
    --bs-green: #17a00e;
    --bs-success: #17a00e;
    --bs-danger: #f41127;
}

body {
    color: rgb(255 255 255 / 70%);
}

/*.h1,*/
/*.h2,*/
/*.h3,*/
/*.h4,*/
/*.h5,*/
/*.h6,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*    color: rgb(255 255 255);*/
/*}*/

.dashboard-top-countries h6 {
    color: black;
}

.dashboard-top-countries h6 a {
    color: black;
}

a {
    color: #fff
}

td > a {
    color: #112d17!important;
    }

.btn.gses-primary-bg,
.btn.gses-secondary-bg,
.btn.bg-success,
.btn.bg-danger,
.btn.border-white {
    transition: .25s;
}

.btn.gses-primary-bg:hover,
.btn.gses-secondary-bg:hover,
.btn.bg-success:hover,
.btn.bg-danger:hover,
.btn.border-white:hover {
    filter: brightness(1.25);
    transform: translateY(-5px);
    transition: .25s;
}

.btn.gses-primary-bg:hover {
    background-color: #5aa14f !important;
}

.btn.gses-secondary-bg:hover {
    background-color: #184221 !important;
    color: white;
}

.btn.bg-success:hover {
    background-color: #17a00e !important;
}

.btn.bg-danger:hover {
    background-color: #f41127 !important;
}

.table {
    --bs-table-striped-bg: rgb(255 255 255 / 12%);
    --bs-table-active-bg: rgb(255 255 255 / 10%);
    --bs-table-hover-color: rgb(255 255 255);
}

.table-light {
    --bs-table-bg: rgb(255 255 255 / 15%);
    color: #fff;
    border-color: rgb(255 255 255 / 15%)
}

.table-responsive {
    white-space: nowrap;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(233 236 239 / 22%);
}

.form-control {
    color: #ffffff;
    border: 1px solid rgb(255 255 255 / 15%);
}

.form-control:focus {
    color: #fff;
    border-color: 1px solid rgb(255 255 255 / 15%);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-select {
    color: #ffffff;
    background-color: rgb(0 0 0 / 15%);
    border: 1px solid rgb(255 255 255 / 15%);
}

.form-select:focus {
    border-color: rgb(255 255 255 / 35%);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-check-input {
    background-color: rgba(17, 45, 23, 0.15);
    border: 1px solid rgb(255 255 255 / 15%);
}

.form-check-input:focus {
    border-color: rgb(255 255 255 / 15%);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.form-check-input:checked {
    background-color: rgba(17, 45, 23, 0.15);
    border-color: rgb(255 255 255 / 15%);
}

.input-group-text {
    color: #ffffff;
    background-color: rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 20%);
}

.valid-feedback {
    color: #17a00e
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #17a00e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2317a00e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #17a00e;
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #17a00e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2317a00e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #17a00e;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #17a00e
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #17a00e
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #17a00e
}

.invalid-feedback {
    color: #f41127
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f41127;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f41127'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f41127' stroke='none'/%3e%3c/svg%3e");
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f41127;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #f41127;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f41127'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f41127' stroke='none'/%3e%3c/svg%3e");
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #f41127;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #f41127
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #f41127
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f41127
}

.btn {
    letter-spacing: .5px;
}


.btn-success {
    background-color: #17a00e;
    border-color: #17a00e
}

.btn-success:hover {
    background-color: #0f8107;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
    background-color: #0f8107;
    box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}

.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    background-color: #0f8107;
    border-color: #146c43
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #0f8107;
    border-color: #146c43
}

.btn-danger {
    background-color: #f41127;
    border-color: #f41127
}

.btn-danger:hover {
    background-color: #d10b1e;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
    background-color: #d10b1e;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f41127;
    border-color: #f41127
}

.btn-light {
    color: #fff;
    background-color: rgb(255 255 255 / 15%);
    border-color: rgb(255 255 255 / 35%);
}

.btn-light:hover {
    color: #fff;
    background-color: rgb(255 255 255 / 20%);
    border-color: rgb(255 255 255 / 40%);
}

.btn-outline-success {
    color: #17a00e;
    border-color: #17a00e
}

.btn-outline-success:hover {
    background-color: #17a00e;
    border-color: #17a00e
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #17a00e;
    border-color: #17a00e
}

.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #17a00e;
}

.btn-outline-danger {
    color: #f41127;
    border-color: #f41127
}

.btn-outline-danger:hover {
    background-color: #f41127;
    border-color: #f41127
}

.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #f41127;
    border-color: #f41127
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f41127;
}

.dropdown-menu {
    color: #ffffff;
    background-color: #1e1e1e;
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.dropdown-item {
    color: rgb(255 255 255 / 85%);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.nav-tabs {
    border-bottom: 1px solid rgb(255 255 255 / 60%);
}

.nav-tabs .nav-link {
    color: #ffffff
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: rgb(255 255 255 / 15%);
    border-color: rgb(255 255 255 / 15%) rgb(255 255 255 / 15%) rgb(255 255 255 / 15%);
}

.nav-pills .nav-link {
    color: #fff
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #1b1f23;
    background-color: #ffffff;
}

.card {
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)
}

.card-ssgm {
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)
}

.card-footer {
    border-top: 1px solid rgba(255, 255, 255, .125)
}

.accordion-item,
.accordion-button {
    color: #ffffff;
    background-color: transparent;
}

.accordion-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .125);
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: rgb(255 255 255 / 15%);
}

.accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.accordion-button:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(225, 225, 225, .25)
}

.accordion-collapse {
    border: solid rgb(255 255 255 / 13%);
}

.breadcrumb-item.active {
    color: #ffffff
}

.page-link {
    color: #ffffff;
    background-color: #66b659;
    border: 1px solid #66b659;
}

.page-link-ssgm {
    color: #ffffff;
    background-color: #8D9A3C;
    border: 1px solid #0e255740;
}

.page-link-zevij-necomij {
    color: #ffffff;
    background-color: #2b93a5;
    border: 1px solid #0e255740;
}

.page-link:hover {
    background-color: #66b659!important;
    color: white!important;
    border: 1px solid #66b659;
    opacity: .75;
}

.page-link:focus {
    color: #fff;
    background-color: rgb(0 0 0 / 20%);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}

.page-item.active .page-link {
    background-color: #5ca550;
    border-color: #5ca550;
}

.page-item.active .page-link-ssgm {
    background-color: #7A8325;
    border-color: rgb(255 255 255 / 15%);
}

.page-item.active .page-link-zevij-necomij {
    background-color: #2b93a5;
    border-color: rgb(255 255 255 / 15%);
}

.page-item.disabled .page-link {
    color: #ffffff;
    background-color: #99999950;
    border-color: rgb(255 255 255 / 15%);
}

.alert {
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)
}

.progress {
    background-color: rgb(255 255 255 / 15%);
}

.list-group-item {
    background-color: rgb(255 255 255 / 12%);
    border: 1px solid rgb(255 255 255 / 12%);
}

.modal-content {
    border: 1px solid rgba(255, 255, 255, .2);
}

.modal-header {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.modal-footer {
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.popover {
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12);
}

.link-success {
    color: #17a00e
}

.link-danger {
    color: #f41127
}

.border {
    border: 1px solid rgb(255 255 255 / 15%) !important
}

.border-top {
    border-top: 1px solid rgb(255 255 255 / 15%) !important;
}

.border-end {
    border-right: 1px solid rgb(255 255 255 / 15%) !important;
}

.border-bottom {
    border-bottom: 1px solid rgb(255 255 255 / 15%) !important;
}

.border-start {
    border-left: 1px solid rgb(255 255 255 / 15%) !important;
}

.border-success {
    border-color: #17a00e !important
}

.border-danger {
    border-color: #f41127 !important
}

.text-danger {
    color: #f41127 !important
}

.text-light-1 {
    color: rgba(255, 255, 255, .125) !important
}

.text-light-2 {
    color: rgba(255, 255, 255, 0.70) !important;
}

.text-light-3 {
    color: rgba(255, 255, 255, 0.50) !important;
}

.text-light-4 {
    color: rgba(255, 255, 255, 0.20) !important;
}

.bg-success {
    background-color: #17a00e !important
}

.bg-danger {
    background-color: #f41127 !important
}

.bg-light {
    background-color: rgb(255 255 255 / 15%) !important;
}

.bg-body {
    background-color: rgb(255 255 255 / 15%) !important;
}

.h-fit-content {
    height: fit-content;
}

.w-fit-content {
    width: fit-content;
}

.w-33 {
    width: 33% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-90 {
    width: 90% !important;
}

.w-85 {
    width: 85% !important;
}

.px-6 {
    padding-inline: 3.5rem;
}

.px-7 {
    padding-inline: 4rem;
}

.px-8 {
    padding-inline: 4.5rem;
}

.px-9 {
    padding-inline: 5rem;
}

.px-10 {
    padding-inline: 5.5rem;
}

.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(even) > td {
    color: black;
    border-block: 1px solid slategray !important;
}

.offcanvas-body > .accordion > .accordion-item > .accordion-collapse > .accordion-body * {
    color: black;
}

h3.card-title {
    color: white !important;
}

.modal-content h5,
.modal-content p {
    color: black;
}

.form-select:disabled{
    background-color: transparent !important;
}

.smallButton{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #027391 0%, #054179 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 7px 18px;
    border: none;
    font-size: 14px;
}

.new-card{
    background-color: #f9fafb !important;
    color: #000 !important;
    border-radius: 25px !important;
    padding: 25px;
}

.new-button{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #027391 0%, #054179 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 14px 36px;
    border: none;
    font-size: 14px;
}

.new-button:hover{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #054179 0%, #027391 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 14px 36px;
    border: none;
}

.new-button-disabled{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #8d999e 0%, #63696f 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 14px 36px;
    border: none;
    font-size: 14px;
}

.new-button-disabled:hover{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #63696f 0%, #8d999e 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 14px 36px;
    border: none;
}

.new-blue{
    color: #0F1980!important;
}

.new-title{
    font-family: Poppins, sans-serif!important;
}

.smallButton{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #027391 0%, #054179 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 7px 18px;
    border: none;
    font-size: 14px;
}

.smallButton:hover{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #054179 0%, #027391 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 7px 18px;
    border: none;
    font-size: 14px;
}

.modalImage{
    /* Same photo as on gses-system.com homepage */
    background-image: url("https://gses-system.com/wp-content/uploads/2023/07/GSES-Homepage-%E2%80%93-2.png");
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    position: relative;
}

.back-button {
    background: none;
    color: #C7C8C8;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.gses-bom-switch {
    border-color: #66b659;
    color: white;
}

.gses-bom-switch:hover {
    border-color: #66b659;
    color: #66b659;
}

.gses-bom-switch .toggle-group label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gses-bom-switch .toggle-group .toggle-off {
    border: 0;
}

.product-hf-table tr td {
    margin-bottom: 15px;
    width:40%;
    justify-content: center;
}

.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #034058;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #034058;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}




.bg-gses {
    background: #2392b8;
}

.bg-ssgm {
    background: #7A8325;
}

.bg-ssgm-secondary {
    background: #8D9A3C;
}

.btn-gses {
    background: #66b659;
    border: rgba(102, 182, 89, 0.75);
    font-size: 14px;
    color: white;
    padding: .75rem;
}
.btn-gses:hover {
    background: #71ca63;
}

.csr_score {
    background-color:#dfdfdf;
}

.ce_score {
    background-color:#dfdfdf;
}

.co2_score {
    background-color:#dfdfdf;
}

.hs_score {
    background-color:#dfdfdf;
}

.sp_score {
    background-color:#dfdfdf;
}

.bd_score {
    background-color:#dfdfdf;
}

.self_reported {
    background-color: #ed99a1;
    border: 1px solid #E35D6A;
}

.bg-bright-data-green {
    background-color: #6af983;
}

.text-bright-data-green {
    color: #6af983;
}

.bg-data-green {
    background-color: #59db70;
}

.text-data-green {
    color: #59db70;
}

.bg-darkgreen {
    background-color: #112d17;
}

.text-darkgreen {
    color: #112d17!important;
}
.border-darkgreen {
    --tw-border-opacity: 1;
    border: #112d17;
}

.bg-green {
    background-color: #14361b;
}

.text-green {
    color: #14361b;
}

.bg-gses-gray {
    background-color: #f0f0f0!important;
}
c
.bg-gses-gray-50 {
    background-color: #f2f2f2!important;
}

.bg-darkblue {
    background-color: #0b282f;
}

.text-darkblue {
    color: #0b282f;
}

.cradle_to {
    background-color: rgba(102, 182, 89, 0.6);
    border: 1px solid #66b659;
}

/* Sidebar submenu text size */
.sidebar-wrapper .metismenu ul li a {
  font-size: 14px !important;
}
