/* Global style starts here */
/* test */
/* test */
/* fix */
/* fix */
/* fix By Aliaa*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
    --main-color: #3352AF;
    --secondary-color: #AF9033;
    --success-color: #48BA1B;
    --info-color: #00C1CC;
    --warning-color: #C17700;
    --danger-color: #A5171B;
    --icon-sidebar-width: 100%;
    --full-sidebar-width: 22rem;
}
* {
    font-size: 8.8px;
    font-family: 'Inter', sans-serif;
}
body { 
    background-color: #F6F8FF !important;
    overflow-x:hidden;
}
input {
    border-radius: 0 !important;
}
input[type=checkbox]:checked{
    background-color: var(--main-color);
    background-image: url("data:image/svg+xml, <svg viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 4.00001L2.66667 5.80001L7 1.20001' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-size: 57%, 100%;
    box-shadow: none;
    border: none;
}
button:active, button:focus {
    outline: none !important;
    box-shadow: none !important;
}
a {
    text-decoration: none !important;
}

.page_content {
    height: 100%;
}
/* Global style ends here */
/* Navbar style starts here */
nav {
    box-shadow: 0px 0px 4px 0px rgba(51, 82, 175, 0.25);
}
.navbar-container {
    justify-content: flex-end !important;
}
a.nav-link.dropdown-toggle::after {
    content: "" !important;
    display: none !important;
}
.nav-icon {
    width: 4rem;
    height: 4rem;
    max-height: none;
    border-radius: 50%;
    border: #EAEAEA 0.5px solid!important;
    padding: 10px!important;
    margin: 0.5rem;
}
ul.dropdown-menu.show {
    left: -8rem;
    top: 3rem;
}
.notifi-menu {
    width: 27rem !important;
    left: -23rem !important;
    padding-top: 0 !important;
    margin-top: 0.5rem !important;
    background-color: #F6F8FF;
    border: none !important;
    transform: translateX(-50PX);
}
.notifi-menu::before {
    content: "";
    position: absolute;
    right: 2rem;
    border: 10px solid black;
    border-color: transparent transparent white transparent;
    top: -2rem;
    z-index: 10;
}
.notifi-menu .dropdown-item {
    text-wrap: wrap;
    padding-left: 3rem !important;
    padding-right: 4.2rem;
    position: relative;
}
.notifi-menu .dropdown-item.inner{
    width:100%;
    padding-right: 4.8rem !important;
}

.notifi-menu li{
    text-wrap: wrap;
    border-bottom: 0.5px solid #8080806b;
}

.notifi-menu .header {
    box-shadow: 0px 0px 4px 0px rgba(51, 82, 175, 0.25);
    font-weight: bold;
    padding-left: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: none !important;
}

.profile-menu {
    width: 35rem !important;
    left: -31rem !important;
    top: 5rem !important;
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
    margin-top: 0.5rem !important;
    z-index: 10000002 !important;
}
.profile-menu .head-row {
    justify-content: space-between !important;
    text-align: center;
    padding: 1rem;
}
.profile-menu .head-row .organization {
    font-weight: bold;
    font-size: 1.5rem;
}
.profile-menu .button-row {
    width: 70%;
    margin: auto;
}
.profile-menu::before {
    content: "";
    position: absolute;
    right: 1rem;
    border: 10px solid black;
    border-color: transparent transparent white transparent;
    top: -2rem;
}
.profile-menu .header {
    box-shadow: 0px 0px 4px 0px rgba(51, 82, 175, 0.25);
    font-weight: bold;
}
.modal-body .statistics-nav>.row{
    background: #e7eaf5;
    border-radius: 0.6rem;
    padding-left: 1rem;
}
.logout {
    border: none;
    background-color: white;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1.2rem;
}
.logout:hover {
    background-color: #E7EAF5;
}
.user-name {
    font-size: 1.5rem;
}
.user-email {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.circle {
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
/* Navbar style ends here */
/* Sidebar style starts here */
.side-bar{
    background-color: #2A2E6E;
    min-height: 100vh;
    height: 100%;
    color: white;
    z-index: 1000;
    top: 4rem;
    padding-top: 2rem;
}
#sidebar {
    position: relative;
    width: 5.3%;
}
#icon-sidebar {
    width: var(--icon-sidebar-width);
}
#full-sidebar {
    width: var(--full-sidebar-width);
    position:absolute;
}
.menus .head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}
.logo {
    width: 5rem;
    margin-right: 1rem;
}
h1 {
    font-size: 1.5rem !important;
}
.side-btn {
    color: white !important;
    font-size: 1.125rem !important;
    padding: 1rem !important;
    border-radius: 0.5rem;
}
.sidebar-main-item-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    font-size:1.3rem !important;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    width: 100%;
    margin: auto;
}
/* .active {
    border: 1px solid  !important;
    background: #E7EAF5;
    color: #082578 !important;
    font-family: Inter;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} */
.sidebar-main-item-header .active a {
    font-family: Inter;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.arrow-icon {
    font-size: 1.5rem;
}

.arrow-icon:hover {
    background: #0d3f89c7;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.list-group {
    background: none;
    margin-left: 2rem;
}

.side-bar .list-group{
    margin-top: -0.7rem;
    margin-left: 2.5rem;
}

.list-group-item.list-group-item-action {
    background: none;
    border: none;
    color: white;
    font-size: 1.1rem;
    border-radius: 0.3rem;
}
.list-group-item.list-group-item-action:hover {
    /* background: none; */
    background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item.list-group-item-action.active {
    background-color: var(--bs-list-group-action-hover-bg);
    border: none;
    font-size: 1.135rem;
}
.toggle-bar {
    padding: 1.5rem !important;
    font-size: 2.2rem !important;
    position: absolute;
    bottom: 1rem;
    color: white !important;
}
/* Sidebar style ends here */
/* Table sections Starts here */
.table{
    width: 97% !important;
    margin: auto;
}
/* Table Sections Ends here */
/* Main section style starts here */
.main-section {
    /* padding-top: 1rem; */
    padding-left: 1rem;
    float:right;
}
section.full {
    width: calc( 100% );
    float: right;
}
section.cutted {
    width: calc(100%);
    float: right;
}
.page-title {
    padding-top: 1rem;
}
.source-page-title {
    margin-left: -1rem;
    padding: 1rem;
    padding-top:1.5rem;
    background: #2A2E6E;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 500;
    margin-bottom: 2rem;
}
.reporting-period {
    display: inline-block;
    padding: 0.5rem;
    background: #DD7517;
    position: absolute;
    bottom: -3.0rem;
    right: 0;
}
.subcategory-nav {
    width: 50%;
    display: flex;
    margin: auto;
    margin-left:46rem;
    min-width: fit-content;
    justify-content: center;
}
.subcategory-nav .btn {
    padding: 0.9rem !important;
    font-size: 14px;
    min-width: fit-content;
    border: none;
    margin-right: 2rem;
    border-radius: 8px;
    background-color: #EBF0F4;
    color: #575756;
}
.subcategory-nav .btn:focus{
    box-shadow: none !important;
}
.subcategory-nav .btn.active {
    background: #4A80C1 !important;
    color: white;
}
.subcategory-nav .btn {
    font-size: 1.3rem;
}
.details-nav {
    display: flex;
    justify-content: space-between;
    width: 81%;
    margin-left: 18%;
    margin-top: 2rem;
    align-items: center;
}
.statistics-nav {
    min-width: fit-content;
}
.st-nav{
    line-height: 3rem;
}
.statistics-nav .list-group .list-group-item {
    border: none !important;
    color: #4A80C1;
    min-width: fit-content;
    padding-right: 6rem;
    background: #EBF0F4;
    font-size: 1.2rem !important;
    font-weight: 700;
}
.modal-body .statistics-nav .list-group .list-group-item {
    color: black;
    font-weight: 500;
    font-size:1.1rem !important;
}
.modal-body .statistics-nav .list-group .list-group-item .nav-entry{
    font-weight: 400;
    color: gray;
}
.action-nav .list-group .list-group-item.list-group-item-action {
    color: #546BBA !important;
    font-size: 2rem;
    padding: 0
}
/* Main section style ends here */


.popup .modal-header{
    text-align: center;
}

.popup .modal-title{
    margin: auto;
    font-size: 1.3rem !important;
    margin-left:10% !important;
    width: 100%;
    font-weight: 700 !important;
}

.popup .modal-body{
    text-align: center;
}
.rejection.modal-body{
    text-align:left;
}
.popup .modal-footer {
    gap:1rem;
}

.popup.modal button.btn.submit-btn.btn-primary{
    background-color: #A5171B;
    border: none;
    box-shadow: none !important;
    padding: 1rem 1.5rem;
}

.new-entry-modal .modal-footer .submit-btn.reject-btn{
    background-color: #A5171B !important; 
    box-shadow: none !important;
}

.popup.modal button.btn.submit-btn.btn-primary.rejection{
    background-color: #3352AF;
    box-shadow: none !important;
}

.popup.modal button.btn.submit-btn.btn-primary.approval{
    background-color: #3352AF;
    box-shadow: none !important;
}

.popup.modal button.btn.btn-secondary{
    background: #DADADA;
    color: #333333;
    box-shadow: none !important;
    border: none;
    padding: 1rem 1.5rem;
}

.entry-modal .modal-content{
    border: none;
    height: 98%;
}

/* Data Form starts here */
.new-entry-modal .modal-dialog {
    padding: 0;
    margin-top: 0.5rem;
    width: 80% !important;
    max-width: 80% !important;
}

input#Date:disabled{
    z-index: 1;
}
.new-entry-modal .reporting-period {
    right:1.8rem !important;
    z-index: 10000 !important;
}

.evidence-group{
    margin-left:0.7rem !important;
}

.evidence-list {
    padding-left: 0 !important;
    margin-left: 0.7rem !important;
}

.new-entry-modal .modal-header {
    color: #fff;
    background-color: #4A80C1 !important;
    position: relative;
}
.evidence {
    align-items: flex-end;
}
.new-entry-modal .modal-body .add-btn {
    background-color: #3165FF !important;
    border: none;
    box-shadow: none !important;
    font-size: 1rem;
    padding: 0.7rem 1.5rem !important;
    margin-top: 2rem;
}
.new-entry-modal .modal-body .btn:focus,.new-entry-modal .modal-body .btn:active{
    border: 0 !important;
    box-shadow: none !important;
}
.evidence-list {
    border-bottom: 1px solid rgba(128, 128, 128, 0.614);
    padding-bottom: 0.5rem;
}
.new-entry-modal .modal-footer {
    justify-content: flex-end !important;
}
.new-entry-modal button.mr-2.btn.btn-secondary{
    background: #DADADA;
    color: #333333;
    border: none;
    box-shadow: none !important;
    padding: 1rem 1.5rem;
}
.modal li.list-group-item.col-2 {
    background: none;
}
.new-entry-modal .modal-footer .submit-btn {
    background-color: #3165FF !important;
    border: none;
    box-shadow: none !important;
    padding: 1rem 1.5rem;
}
.modal .modal-content{
    border:none;
}
.action-btn{
    font-size:2rem !important;
}
/* Data Form ends here */

.navbar-brand img {
    max-height: 6.125rem!important;
    width: 6.125rem;
    height: 20rem !important;
    margin-left: -1rem;
}

.logo-text {
    color: #242F61;
    font-size: 1.975rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

/* sidebar style */
.cursor-pointer {
    cursor: pointer;
}


/*Start Loader*/
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.75rem;
    height: 7.5rem;
    text-align: center;
}

#loader span {
    display: inline-block;
    width: 0.938rem;
    height: 0.938rem;
    background-color: #3498db;
    border-radius: 50%;
    margin: 0 0.625rem;
    animation: point-spin 1.5s linear infinite;
}

#loader span:nth-child(2) {
    animation-delay: -0.2s;
}

#loader span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes point-spin {
    0%, 100% {
    transform: scale(1);
    background-color: #3498db;
    }
    50% {
    transform: scale(1.6);
    background-color: #fff;
    }
}
/*End Loader*/
td{
    text-align: center;
}

.empty-box{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-weight: bold;
    color: gray;
}

.dropdown-menu.notifi-menu.show{
    min-width: 16rem !important;
    max-width: 61rem !important;
    width: 45rem !important;
    left: -34.5rem !important;
    top: 4.5rem;
    z-index: 1000002 !important;
}


.notifi-menu li a{
    font-size: 1.2rem;
}

.dropdown-item.header.footer {
    margin-bottom: -0.5rem;
    text-align: center;
    padding-top: 1rem;
}

.notification-counter{
    font-weight: bold;
    background: #D91B20;
    color: white;
    padding-top: 0.5%;
    border-radius: 50%;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    z-index: 3;
    top: 0.7rem;
    left: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.indecator{
    padding: 0.35rem;
    border-radius: 10rem;
    position: absolute;
    background: #208ec7;
    display: inline-block;
    top: 50%;
    left: 2%;
    z-index: 1000;
    cursor: pointer;
}

.nav-indecator {
    border-radius: 10rem;
    position: absolute;
    background: #208ec7;
    display: inline-block;
    top: 19%;
    left: 3%;
    z-index: 1000;
    cursor: pointer;
    width: 0.875rem;
    height: 0.875rem;
}

.toast {
    position: fixed;
    z-index: 1000;
    bottom: 4rem;
    left: 6.5rem;
    padding: 1.25rem;
}

#success-toast {
    background-color: var(--success-color)!important;
    color: #FFF;
}

#danger-toast {
    background-color: var(--danger-color)!important;
    color: #FFF;
}

#toast-info,#toast-success {
    background-color: #4A80C1 !important;
    box-shadow: 0px 1px 21px 0px rgba(51, 82, 175, 0.79);
    display: flex;
    align-items: center; 
    justify-content: center;
    padding: 1rem; 
    max-width: 100%;
    width: auto; 
    height: auto;
    overflow: hidden;
}

.toast-body {
    display: flex;
    align-items: center;
}

.info-icon {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #FFF;
}

.toast-body p {
    color: #FFF;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-change {
    background-color: var(--main-color)!important;
    color: white!important;
    display: flex;
    padding: 1rem!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
}
.download-btn {
    height: 3.1rem;
    display: flex;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    background: #DD7517;
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.download-btn:hover {
    background: #8C6C2B;
}

.error-msg {
    color: #760B21!important;
}
.date-span{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    color: #767676;
}

#filters-section {
    padding: 2rem;
    background: #bfcfdc;
    box-shadow: 0px 0px 4px 0px rgba(51, 82, 175, 0.25);
    display: inline-flex;
}

.filters-items {
    gap: 2%;
    width: 47%;
}

#reporting-period{
    width: 53%;
    gap: 0.8rem;
}

.filter-title {
    color: rgb(74, 128, 193);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 85%;
    text-align:right;
}

#period-select {
    padding: 0.8rem;
    width: 80%; 
}

#locations {
    width: 50%;
    gap: 0.8rem;
}

#location-select {
    padding: 0.8rem;
    width: 165%;
}


.clear-btn {
    width: 9rem;
    height: 3rem;
    display: flex!important;
    padding: 1rem 1.5rem!important;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.5rem!important;
    -webkit-border-radius: 0.5rem!important;
    -moz-border-radius: 0.5rem!important;
    -ms-border-radius: 0.5rem!important;
    -o-border-radius: 0.5rem!important;
    background: #3fb5e9!important;
    color: #FFF!important;
    font-size: 0.8125rem!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 1.3125rem!important;
    text-transform: capitalize!important;
    font-size: 1.1rem !important;
    width: 63%;
    padding: 1.77rem !important;
    margin-left: -5rem;
    width: fit-content;
    padding-top: 0.8rem !important;
    margin-left: -2.1rem;
    padding-bottom: 0.8rem !important;
}
#dashboard-view-type {
    width: fit-content;
    margin: auto;
}
#dashboard-view-type .view-link {
    display: flex;
    width: 13rem;
    padding: 1.2rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    background: #EAEAEA;
    text-decoration: none;
    color: #848484;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    display: flex;
}


#dashboard-view-type .view-link.active {
    background: var(--main-color)!important;
    color: #FFF;
    border: none!important;
}

.modal select{
    height: 3rem;
    border-radius: 0.5rem !important;
}

.modal input{
    height: 3rem;
    border-radius: 0.5rem !important;
    z-index: 2;
}

.modal .unit-box{
    padding-top:2rem;
}

.modal .unit-box #unit{
    font-size: 1.2rem;
    font-weight: 500;
}
.modal label.form-label {
    font-size: 1.1rem;
    font-weight: 500;
}

.new-entry-modal .modal-body .form-control.file{
    line-height: 2.5;
    padding-top: 0 !important;
    padding-left: 0.5rem;
}
a.btn.sidebar-main-item-header.side-btn{
    box-shadow: none !important;
    background: transparent !important;
    border: 0;
    color: white !important;
}

.modal .form-section>h5 {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
    font-weight: 700;
}

.modal .form-section {
    border-bottom: 0 !important;
    border-top: 0 !important;
    padding: var(--padding-sm) 0;
    background: #EBF0F4;
    padding: 0.9rem;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
}

thead{
    border: hidden !important; 
}

.evidence .invalid-feedback{
    position:absolute;
}

.multiselect{
    position: relative;
    width: 152%;
}
.selectBox {
    position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
  padding: 0.8rem;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
    display: none;
    position: absolute;
    padding: 0.5rem;
    background: white;
    top: 92%;
    width: 99%;
    margin-left: 0.8%;
    left: -0.5%;
    border-top: none;
    z-index: 1000;
    height: 19vh;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: -1px 3px 4px 0px rgba(51, 82, 175, 0.25);
}

#checkboxes label {
  display: flex;
  background: none;
  cursor: pointer;
}

ul.list-group.asset-name-list {
    position: absolute;
    background-color: white;
    z-index: 10000;
    width: 95.6%;
    margin-left: 0;
    top: 100%;
    border-top: hidden !important;
    max-height: 20vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
#assetBackdrop {
    position: absolute;
    background: transparent;
    width: 144rem;
    height: 100vb;
    z-index: 1000;
    right: -157%;
    top: -1rem;
}

.asset-name-list> li {
    border-top: none;
}

.asset-name-list li {
    cursor: pointer;
}

.asset-name-list li:hover {
    background-color: rgba(201, 201, 201, 0.903);
}

div#subscription-expire-alert {
    background: #8f0000;
    color: white;
    padding: 0.5rem;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 0;
    width: 100%;
    
}

#heatmap_filters {
    margin-top: 2.5rem !important;
    display: none !important;
}

.locationBackdrop {
    position: absolute;
    background: transparent;
    width: 144rem;
    height: 100vb;
    z-index: 398;
    right: -368%;
}

input#some{
    background-color: var(--main-color);
    background-image: none !important;
    background-size: 57%, 100%;
    box-shadow: inset 0px 0px 1px 1px white;
    border: 1px solid var(--main-color);
}

.financial_numbers {
    padding: 1rem;
    gap: 2rem;
}

.emissions-dashboard .overview-numbers .financial_box {
    width: 17rem;
    height: 7rem;
}

/* .modal .modal-body {
    
} */

.form-check-input:checked[type=radio] {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    border-color: transparent;
}

.form-check-input[type=radio] {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    margin: 0 0.5rem;
    border-color: transparent;
}
i{
    cursor:pointer;
}
.form-check .form-check-input {
    margin-left: unset !important;
}
.special{
    background-color: transparent !important;
    border:none !important;
    outline: none;
    color: white !important;
    cursor: default !important;
}
.special:hover{
    background-color: transparent !important;
    color: white !important;
}.link-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.link-container a {
    margin: 0 10px;
}

.btn.btn-fero {
    background-color: #0a58ca;
    color: var(--neutral);
    border: none;
    box-shadow: none !important;
    padding: 1rem 1.5rem;
}

#data_collection_icon:hover {
    background-color: transparent !important;
    color: white !important;
}

.circle-icon {
    transition: background-color 0.3s ease;
  }
  
  .gri-menu {
    min-width: 250px;
    transform: translateX(-98px);
    border: none;
  }
  .gri-menu::before {
    content: "";
    position: absolute;
    right: 2rem;
    border: 10px solid black;
    border-color: transparent transparent white transparent;
    top: -2rem;
  }
  
  .gri-menu .dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #e9ecef;
  }
  
  .gri-menu .dropdown-item:last-child {
    border-bottom: none;
  }

.gri-menu {
  min-width: 300px;
  padding: 0;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.gri-menu.show {
    left: -15rem !important;
    top: 5rem !important;
    width: 31rem !important;
}

.gri-menu .dropdown-item {
  padding: 12px 16px;
  border-bottom: 1px solid #e9ecef;
  color: #333;
  font-size: 12px;
}

.gri-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

.gri-menu .expandable-item {
  border-bottom: 1px solid #e9ecef;
}

.gri-menu .expandable-item:last-child {
  border-bottom: none;
}

.gri-menu .expandable-item .dropdown-item {
  cursor: pointer;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gri-menu .expandable-item .collapse {
  background-color: #f8f9fa;
  padding: 12px 16px;
}

.gri-menu .expandable-item .collapse p {
  font-size: 8px;
  margin-bottom: 0;
  color: #666;
  text-align: justify;
}

.gri-menu .fa-chevron-down {
  transition: transform 0.3s ease;
  font-size: 12px;
  color: #999;
}

.gri-menu .expandable-item .dropdown-item[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

/* GRI Icon Styles */
.circle-icon {
  border: 0.001rem solid #0000003d;
  color: white;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}


/* Adjust navbar spacing */
.navbar-nav {
  align-items: center;
  margin-right: -7px;
  gap: 7px;
}

.nav-item.dropdown {
  margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gri-menu {
    min-width: 100%;
  }
}

/* GRI Licensing Modal Styles */
#griLicensingModal {
    background-color: rgba(0, 0, 0, 0.5);
}

#griLicensingModal .modal-content {
    border-radius: 8px;
}

#griLicensingModal .modal-header {
    background-color: #3352AF;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#griLicensingModal .modal-title {
    font-weight: bold;
    margin: 0 auto;
}

#griLicensingModal .btn-close {
    color: white;
}

#griLicensingModal .modal-body {
    padding: 20px;
}

#griLicensingModal .circle-icon {
    width: 49px;
    height: 49px;
    font-size: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}

#griLicensingModal .modal-body p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

#griLicensingModal .modal-footer {
    justify-content: center;
    border-top: none;
}

#griLicensingModal .btn-primary {
    background-color: #DADADA;
    color: #333333;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
}

#griLicensingModal .btn-primary:hover {
    background-color: #c0c0c0;
}

/* Info Icon Styles */
.info-icon {
    background-color: #f8f9fa;
    color: #0066CC;
    border: 0.2px solid #9f9f9f61;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-right: 10px;
}

.info-icon:hover {
    background-color: #0066cc57;
    color: white;
}

/* Adjust navbar item alignment */
.navbar-nav {
    display: flex;
    align-items: center;
}

.nav-item {
    display: flex;
    align-items: center;
}

/* Ensure consistent sizing and spacing for all navbar icons */
.nav-icon, .circle-icon, .info-icon {
    width: 32px;
    height: 32px;
    margin: 0 5px;
}

/* Adjust spacing between navbar items */
.navbar-nav > li:not(:last-child) {
    margin-right: 0px;
}

/* Info Modal Styles */
#infoModal .modal-header {
    background-color: #3352AF;
    color: white;
}

#infoModal .modal-title {
    font-size: 13.5px;
}

#infoModal .info-circle-icon {
    background-color: #f8f9fa;
    color: #0066CC;
    border: 2px solid #0066CC;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
}

#infoModal .modal-body h6 {
    font-weight: bold;
    margin-top: 1rem;
}

#infoModal .modal-body p {
    font-size: 11px;
    line-height: 1.5;
    text-align: justify;
}

#infoModal .btn-secondary {
    background-color: #DADADA;
    color: #333333;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
}

#infoModal .btn-secondary:hover {
    background-color: #c0c0c0;
}

/* Add these styles for the GRI Standards page */
#gri-standards-app {
  min-height: 100vh;
  padding: 20px;
}

#gri-standards-app h1 {
  color: #3352AF;
  font-weight: bold;
}

#gri-standards-app h2 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 2rem;
}

#gri-standards-app .card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#gri-standards-app .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

#gri-standards-app .card-title {
  color: #3352AF;
  font-weight: bold;
}

#gri-standards-app .card-link {
  color: #AF9033;
  text-decoration: none;
}

#gri-standards-app .card-link:hover {
  text-decoration: underline;
}

#moreInfoModal .modal-header {
  background-color: #3352AF;
  color: white;
}

#moreInfoModal .modal-title {
  font-weight: bold;
}

.gri-info-link {
  display: flex;
  align-items: center;
  margin-right: auto !important; /* This pushes the element to the left */
  padding-left: 15px; /* Add some padding to the left */
}

.gri-info-link .gri-logo {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.gri-info-link a {
  color: #3352AF;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.gri-info-link a:hover {
  text-decoration: underline;
}

/* Adjust modal footer layout */
.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  /* border-radius: 50%; */
  font-size: 24px;
  font-weight: bold;
}

#griInfoModal .modal-header {
  background-color: #3352AF !important;
  color: white;
}

#griInfoModal {
    width: 51%;
    margin-left: 25%;
    margin-top: 4rem;
}
.gri-icon {
    padding: 2rem;
    background: var(--main-color);
    border-radius: 50%;
    color: white;
}

#griInfoModal .modal-title {
  font-weight: bold;
}